bug 463886 - Remove obsolete/unused entities in suite string files, common part, r+sr=Neil

This commit is contained in:
Vlado Valastiak 2008-11-10 13:11:05 +01:00
Родитель 00301c7b49
Коммит d105fd4eb4
23 изменённых файлов: 48 добавлений и 122 удалений

Просмотреть файл

@ -114,13 +114,13 @@
<menu id="menu_New">
<menupopup>
<menuitem label="&menuitem.newBookmark.label;"
accesskey="&command.newBookmark.accesskey;"
accesskey="&menuitem.newBookmark.accesskey;"
observes="cmd_bm_newbookmark"/>
<menuitem label="&menuitem.newFolder.label;"
accesskey="&command.newFolder.accesskey;"
accesskey="&menuitem.newFolder.accesskey;"
observes="cmd_bm_newfolder"/>
<menuitem label="&menuitem.newSeparator.label;"
accesskey="&command.newSeparator.accesskey;"
accesskey="&menuitem.newSeparator.accesskey;"
observes="cmd_bm_newseparator"/>
</menupopup>
</menu>
@ -152,8 +152,8 @@
label="&selectAllCmd.label;" accesskey="&selectAllCmd.accesskey;"
key="key_selectAll" command="cmd_bm_selectAll"/>
<menuseparator/>
<menuitem label="&command.moveBookmark.label;"
accesskey="&command.moveBookmark.accesskey;"
<menuitem label="&menuitem.moveBookmark.label;"
accesskey="&menuitem.moveBookmark.accesskey;"
command="cmd_bm_movebookmark"/>
<menuseparator/>
<menuitem label="&command.sortFolder.label;"
@ -164,8 +164,8 @@
accesskey="&command.sortFolderByName.accesskey;"
command="cmd_bm_sortfolderbyname"/>
<menuseparator/>
<menuitem label="&command.properties.label;"
accesskey="&command.properties.accesskey;"
<menuitem label="&menuitem.properties.label;"
accesskey="&menuitem.properties.accesskey;"
key="bm_key_properties"
command="cmd_bm_properties" />
</menupopup>
@ -226,17 +226,17 @@
accesskey="&button.newSeparator.accesskey;"
command="cmd_bm_newseparator"/>
<toolbarseparator/>
<toolbarbutton id="moveBookmark" label="&command.moveBookmarkShort.label;"
accesskey="&command.moveBookmark.accesskey;"
<toolbarbutton id="moveBookmark" label="&button.moveBookmark.label;"
accesskey="&button.moveBookmark.accesskey;"
command="cmd_bm_movebookmark"/>
<toolbarseparator/>
<toolbarbutton id="properties" label="&command.properties.label;"
<toolbarbutton id="properties" label="&button.properties.label;"
accesskey="&button.properties.accesskey;"
command="cmd_bm_properties"/>
<toolbarbutton id="rename" label="&command.rename.label;"
<toolbarbutton id="rename" label="&button.rename.label;"
accesskey="&button.rename.accesskey;"
command="cmd_bm_rename"/>
<toolbarbutton id="delete" label="&command.delete.label;"
<toolbarbutton id="delete" label="&button.delete.label;"
accesskey="&button.delete.accesskey;"
command="cmd_bm_delete"/>
<toolbarspring/>

Просмотреть файл

@ -40,12 +40,7 @@
***** END LICENSE BLOCK ***** -->
<!DOCTYPE overlay [
<!ENTITY % utilDTD SYSTEM "chrome://communicator/locale/bookmarks/bookmarksOverlay.dtd" >
%utilDTD;
<!ENTITY % bmDTD SYSTEM "chrome://communicator/locale/bookmarks/bookmarks.dtd">
%bmDTD;
]>
<!DOCTYPE overlay SYSTEM "chrome://communicator/locale/bookmarks/bookmarks.dtd">
<overlay id="bookmarksOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
@ -105,15 +100,15 @@
<key id="key_delete2"/>
<key id="bm_key_find"
key="&edit.find.keybinding;"
key="&menuitem.find.find.key;"
command="cmd_bm_find" modifiers="accel"/>
<key id="bm_key_sortFolder"
key="&edit.sortFolder.keybinding;"
key="&command.sortFolder.key;"
command="cmd_bm_sortfolder" modifiers="accel"/>
<key id="bm_key_properties"
key="&edit.properties.keybinding;"
key="&menuitem.properties.key;"
command="cmd_bm_properties" modifiers="accel"/>
</keyset>

Просмотреть файл

@ -81,7 +81,8 @@
</listbox>
<hbox>
<button id="add-button" oncommand="return AddEngine()" label="&add.label;" />
<button id="add-button" oncommand="return AddEngine()"
label="&add.label;" accesskey="&add.accesskey;"/>
</hbox>
</vbox>
@ -89,7 +90,7 @@
<vbox flex="1">
<hbox align="center">
<label value="&category.label;" control="categoryList"/>
<label value="&category.label;" accesskey="&category.accesskey;" control="categoryList"/>
<menulist id="categoryList" ref="NC:SearchCategoryRoot" datasources="rdf:null" flex="1">
<template>
<menupopup>
@ -103,9 +104,12 @@
</hbox>
<hbox>
<button id="new-category-button" oncommand="NewCategory()" label="&new.category.label;" flex="1"/>
<button id="rename-category-button" oncommand="RenameCategory()" label="&rename.category.label;" flex="1"/>
<button id="remove-category.buttom" oncommand="RemoveCategory()" label="&remove.category.label;" flex="1"/>
<button id="new-category-button" oncommand="NewCategory()"
label="&new.category.label;" accesskey="&new.category.accesskey;" flex="1"/>
<button id="rename-category-button" oncommand="RenameCategory()"
label="&rename.category.label;" accesskey="&rename.category.accesskey;" flex="1"/>
<button id="remove-category.buttom" oncommand="RemoveCategory()"
label="&remove.category.label;" accesskey="&remove.category.accesskey;" flex="1"/>
</hbox>
<separator class="thin"/>
@ -138,7 +142,8 @@
</vbox>
</hbox>
<hbox>
<button id="remove-button" oncommand="return RemoveEngine()" label="&remove.label;" />
<button id="remove-button" oncommand="return RemoveEngine()"
label="&remove.label;" accesskey="&remove.accesskey;"/>
</hbox>
</vbox>

Просмотреть файл

@ -44,7 +44,6 @@
<!ENTITY shortcutURL.label "Keyword:">
<!ENTITY shortcutURL.accesskey "K">
<!ENTITY destination.label "Destination:">
<!ENTITY destination.accesskey "D">
<!ENTITY newFolder.label "New Folder…">
<!ENTITY newFolder.accesskey "w">
<!ENTITY addGroup.label "Bookmark this group of tabs">

Просмотреть файл

@ -40,17 +40,16 @@
<!-- extracted from ./bookmarks.xul -->
<!ENTITY menuBar.tooltip "Menu Bar">
<!ENTITY bookmarkToolbar.tooltip "Bookmark Toolbar">
<!ENTITY bookmarksSearch.tooltip "Bookmarks Search Toolbar">
<!ENTITY menuitem.newBookmark.label "Bookmark">
<!ENTITY command.newBookmark.accesskey "B">
<!ENTITY menuitem.newBookmark.accesskey "B">
<!ENTITY menuitem.newFolder.label "Folder">
<!ENTITY menuitem.newFolder.accesskey "F">
<!ENTITY button.newFolder.label "New Folder">
<!ENTITY button.newFolder.accesskey "N">
<!ENTITY command.newFolder.accesskey "F">
<!ENTITY menuitem.newSeparator.label "Separator">
<!ENTITY menuitem.newSeparator.accesskey "S">
<!ENTITY button.newSeparator.label "New Separator">
<!ENTITY button.newSeparator.accesskey "o">
<!ENTITY command.newSeparator.accesskey "S">
<!ENTITY menuitem.open.label "Open Bookmarks File…">
<!ENTITY menuitem.open.accesskey "O">
<!ENTITY menuitem.import.label "Import…">
@ -58,25 +57,27 @@
<!ENTITY menuitem.export.label "Export…">
<!ENTITY menuitem.export.accesskey "e">
<!ENTITY menuitem.find.label "Search Bookmarks…">
<!ENTITY command.findBookmarks.label "Search…">
<!ENTITY menuitem.find.accesskey "S">
<!ENTITY edit.find.keybinding "f">
<!ENTITY command.properties.label "Properties…">
<!ENTITY menuitem.find.find.key "F">
<!ENTITY command.findBookmarks.label "Search…">
<!ENTITY menuitem.properties.label "Properties…">
<!ENTITY menuitem.properties.accesskey "o">
<!ENTITY button.properties.label "Properties…">
<!ENTITY button.properties.accesskey "P">
<!ENTITY command.properties.accesskey "o">
<!ENTITY edit.properties.keybinding "i">
<!ENTITY command.rename.label "Rename…">
<!ENTITY menuitem.properties.key "I">
<!ENTITY button.rename.label "Rename…">
<!ENTITY button.rename.accesskey "R">
<!ENTITY command.delete.label "Delete">
<!ENTITY button.delete.label "Delete">
<!ENTITY button.delete.accesskey "D">
<!ENTITY command.moveBookmark.label "Move Bookmark(s)…">
<!ENTITY command.moveBookmarkShort.label "Move…">
<!ENTITY command.moveBookmark.accesskey "M">
<!ENTITY menuitem.moveBookmark.label "Move Bookmark(s)…">
<!ENTITY menuitem.moveBookmark.accesskey "M">
<!ENTITY button.moveBookmark.label "Move…">
<!ENTITY button.moveBookmark.accesskey "M">
<!ENTITY command.addBookmark.label "Add…">
<!ENTITY command.manageBookmarks.label "Manage">
<!ENTITY command.sortFolder.label "Sort Folder…">
<!ENTITY command.sortFolder.accesskey "S">
<!ENTITY edit.sortFolder.keybinding "S">
<!ENTITY command.sortFolder.key "S">
<!ENTITY command.sortFolderByName.label "Sort Folder by Name">
<!ENTITY command.sortFolderByName.accesskey "N">
@ -94,25 +95,18 @@
<!ENTITY menuitem.personaltoolbarfolder.accesskey "p">
<!ENTITY treecol.name.label "Name">
<!ENTITY treecol.name.accesskey "n">
<!ENTITY treecol.name.tooltip "Click to sort by name">
<!ENTITY treecol.url.label "Location">
<!ENTITY treecol.url.accesskey "l">
<!ENTITY treecol.url.tooltip "Click to sort by location">
<!ENTITY treecol.shortcut.label "Keyword">
<!ENTITY treecol.shortcut.accesskey "k">
<!ENTITY treecol.shortcut.tooltip "Click to sort by keyword">
<!ENTITY treecol.description.label "Description">
<!ENTITY treecol.description.accesskey "d">
<!ENTITY treecol.description.tooltip "Click to sort by description">
<!ENTITY treecol.addedon.label "Added">
<!ENTITY treecol.addedon.accesskey "a">
<!ENTITY treecol.addedon.tooltip "Click to sort by added">
<!ENTITY treecol.lastmod.label "Last Modified">
<!ENTITY treecol.lastmod.accesskey "m">
<!ENTITY treecol.lastmod.tooltip "Click to sort by last modified">
<!ENTITY treecol.lastvisit.label "Last Visited">
<!ENTITY treecol.lastvisit.accesskey "b">
<!ENTITY treecol.lastvisit.tooltip "Click to sort by last visit">
<!ENTITY bookmarksWindowTitle.label "Bookmark Manager">

Просмотреть файл

@ -69,15 +69,10 @@ cmd_bm_newfolder.label = New Folder…
cmd_bm_newfolder.accesskey = F
ile_newfolder = New Folder
ile_newbookmark = New Bookmark
newfolder_dialog_title = Create New Folder
newfolder_dialog_msg = Create a New Folder named:
window_title = %S - Bookmarks
search_results_title = Search Results
file_in = File in "%S"
bookmarks_default_root = Bookmarks
bookmarks_root = Bookmarks for %S
bookmarks_title = Bookmark Manager
@ -89,7 +84,6 @@ WebPageURL = URL:
WebPageAskDisplay = Would you like to display it?
WebPageAskStopOption = Stop checking for updates on this web page
pleaseEnterALocation = Please enter a location
pleaseEnterADuration = Please enter a duration.
pleaseSelectANotification = Please enter at least one notification method.

Просмотреть файл

@ -15,8 +15,6 @@
<!ENTITY openFrameCmdInTab.accesskey "T">
<!ENTITY showOnlyThisFrameCmd.label "Show Only This Frame">
<!ENTITY showOnlyThisFrameCmd.accesskey "S">
<!ENTITY addToBookmarksCmd.label "Bookmark This Page">
<!ENTITY addToBookmarksCmd.accesskey "B">
<!ENTITY goBackCmd.label "Back">
<!ENTITY goBackCmd.accesskey "B">
<!ENTITY goForwardCmd.label "Forward">

Просмотреть файл

@ -8,7 +8,6 @@ blockImage.accesskey=B
unblockImage=Unblock Images from %S
unblockImage.accesskey=b
SavePageTitle=Save Web Page
SaveImageTitle=Save Image
SaveVideoTitle=Save Video
SaveAudioTitle=Save Audio
@ -26,6 +25,3 @@ WebPageXMLOnlyFilter=Web Page, XML only
# when it is saved "With Images". The %S section is replaced with the
# leaf name of the file being saved (minus extension).
filesFolder=%S_files
saveLinkErrorMsg=The link could not be saved. The web page might have been removed or had its name changed.
saveLinkErrorTitle=Save Link

Просмотреть файл

@ -35,8 +35,5 @@
<!ENTITY removeallpermissions.label "Remove All Sites">
<!ENTITY removeallpermissions.accesskey "e">
<!ENTITY canSet.label "can set cookies">
<!ENTITY cannotSet.label "cannot set cookies">
<!ENTITY futureCookies.label "Don't allow sites that set removed cookies to set future cookies">
<!ENTITY futureCookies.accesskey "D">

Просмотреть файл

@ -34,9 +34,6 @@
<!ENTITY cookieManagePopups.label "Manage Popups">
<!ENTITY cookieManagePopups.accesskey "M">
<!ENTITY cookieTutorialCmd.label "Understanding Privacy">
<!ENTITY cookieTutorialCmd.accesskey "u">
<!ENTITY cookieCookieManager.label "Cookie Manager">
<!ENTITY cookieCookieManager.accesskey "c">
<!ENTITY cookieImageManager.label "Image Manager">

Просмотреть файл

@ -36,8 +36,6 @@
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY resetsettings.label "Reset Settings">
<!ENTITY resetpreferences.label "Reset Preferences…">
<!ENTITY managecerts.caption "Manage Certificates">
<!ENTITY managecerts.text "Use the Certificate Manager to manage your personal certificates, as well as those of other people and certificate authorities.">
<!ENTITY managecerts.button "Manage Certificates…">

Просмотреть файл

@ -27,5 +27,3 @@
<!ENTITY browse.accesskey "B">
<!ENTITY preview.label "Preview">
<!ENTITY preview.accesskey "v">
<!ENTITY soundURL.label "Sound URL:">
<!ENTITY soundURL.accesskey "U">

Просмотреть файл

@ -24,8 +24,6 @@
<!ENTITY cursive.label "Cursive:">
<!ENTITY cursive.accesskey "c">
<!ENTITY fontsize.units "pixels">
<!ENTITY font.langGroup.latin1 "Western">
<!ENTITY font.langGroup.latin2 "Central European">
<!ENTITY font.langGroup.japanese "Japanese">
@ -62,8 +60,6 @@
<!ENTITY useDefaultFontSerif.label "Serif">
<!ENTITY useDefaultFontSansSerif.label "Sans Serif">
<!ENTITY newLanguages.label "New languages can be configured using the Languages Panel.">
<!ENTITY useDocumentFonts.label "Allow documents to use other fonts">
<!ENTITY useDocumentFonts.accesskey "o">
@ -72,9 +68,3 @@
<!ENTITY header2 "When a webpage chooses its own fonts">
<!ENTITY useDefaultFont.label "Use my default fonts, ignoring the fonts the page has chosen">
<!ENTITY useDefaultFont.accesskey "u">
<!-- LOCALIZATION NOTE (useDocFontNonDynamic): Translate 'Dynamic Fonts' according to Netscape Glossary -->
<!ENTITY useDocFontNonDynamic.label "Use the fonts chosen by the page">
<!ENTITY useDocFontNonDynamic.accesskey "p">
<!-- LOCALIZATION NOTE (useDocFontDynamic): Translate 'Dynamic Fonts' according to Netscape Glossary -->
<!ENTITY useDocFontDynamic.label "Use all the fonts chosen by the page">
<!ENTITY useDocFontDynamic.accesskey "a">

Просмотреть файл

@ -14,7 +14,6 @@
<!ENTITY accOrgImagesRadio.accesskey "r">
<!ENTITY disableImages.label "Do not load any images">
<!ENTITY disableImages.accesskey "n">
<!ENTITY viewImagesExplanation.label "View list of sites about which image acceptance information is stored">
<!ENTITY viewImages.label "Manage Image Permissions">
<!ENTITY viewImages.accesskey "P">
<!ENTITY animLoopingTitle.label "Animated images should loop">

Просмотреть файл

@ -2,8 +2,6 @@
<!ENTITY pref.popups.caption "Popup Windows">
<!ENTITY popupDesc.label "Specify how to handle popup windows that appear on top of or under the current browser window:">
<!ENTITY popupBlock.label "Block unrequested popup windows">
<!ENTITY popupBlock.accesskey "B">

Просмотреть файл

@ -55,8 +55,6 @@
<!ENTITY warn.insecurepost.accesskey "S">
<!ENTITY warn.leavingsecure "Leaving a page that supports encryption">
<!ENTITY warn.leavingsecure.accesskey "a">
<!ENTITY warn.secureredirect "Redirecting from one encrypted page to another">
<!ENTITY warn.secureredirecttoinsecure "Redirecting from an encrypted page to an unencrypted page">
<!ENTITY warn.viewmixed "Viewing a page with an encrypted/unencrypted mix">
<!ENTITY warn.viewmixed.accesskey "V">

Просмотреть файл

@ -7,14 +7,10 @@
<!ENTITY colors.label "Colors">
<!ENTITY navigator.label "Browser">
<!ENTITY history.label "History">
<!ENTITY bidi.label "Bidi Options">
<!ENTITY languages.label "Languages">
<!ENTITY applications.label "Helper Applications">
<!ENTITY locationBar.label "Location Bar">
<!ENTITY tabWindows.label "Tabbed Browsing">
<!ENTITY compose.label "Composer">
<!ENTITY editing.label "New Page Settings">
<!ENTITY publish.label "Publish">
<!ENTITY offline.label "Offline">
<!ENTITY security.label "Privacy &amp; Security">
<!ENTITY cookies.label "Cookies">

Просмотреть файл

@ -1,19 +1,8 @@
cachefolder=Choose Cache Folder
choosehomepage=Choose Home Page
choosefile=Choose a file
downloadfolder=Choose a Download Folder
choosesound=Choose a sound
viewrow=View…
hiderow=Hide
SoundFiles=Sounds
oldTheme=You have selected a theme which was designed for an earlier version of %brand% and is incompatible with your current %brand% version. Please check %brand% theme sites for an updated version of the theme. You can uninstall this theme by clicking \"Uninstall Theme\" button.
languageAlert=Please restart %brand% to use the new preferred language or region setting.
languageTitle=Change Language
prefSaveFailedAlert=Failed to save the preferences file. Any preference changes will be lost at the end of this session.
prefSaveFailedTitle=Save Error
labelDefaultFont=Default (%font_family%)

Просмотреть файл

@ -36,18 +36,13 @@
- ***** END LICENSE BLOCK ***** -->
<!ENTITY search.button.label "Search">
<!ENTITY search.results.tab "Apply">
<!ENTITY search.advanced.tab "Settings for ">
<!ENTITY allengines.label "All Engines">
<!ENTITY within.label "within">
<!ENTITY using.label "using">
<!ENTITY choose.label "Choose search engines, then click Search">
<!ENTITY results.label "Search Results">
<!ENTITY engine.column.label "Search Engines">
<!ENTITY checkbox.column.label "Use">
<!ENTITY stop.button.label "Stop">
<!ENTITY customize.menuitem.label "Edit Categories …">
<!ENTITY savesearch.button.label "Bookmark this Search">
<!ENTITY next.button.label "Next">
<!ENTITY previous.button.label "Previous">
<!ENTITY next.button.tooltip "Show next search results">

Просмотреть файл

@ -36,4 +36,3 @@
- ***** END LICENSE BLOCK ***** -->
<!ENTITY sidebar.preview.title.label "Tab Preview">
<!ENTITY sidebar.preview.close.label "Close">

Просмотреть файл

@ -7,21 +7,14 @@
<!ENTITY editorCmd.accesskey "c">
<!ENTITY editorCmd.commandkey "4">
<!ENTITY securityInfoCmd.label ".Security Info">
<!ENTITY securityInfoCmd.accesskey "s">
<!ENTITY javaConsoleCmd.label "Java Console">
<!ENTITY javaConsoleCmd.accesskey "j">
<!ENTITY errorConsoleCmd.label "Error Console">
<!ENTITY errorConsoleCmd.accesskey "C">
<!-- LOCALIZATION NOTE (privacyMenu.label): DONT_TRANSLATE -->
<!ENTITY privacyMenu.label "Privacy &amp; Security">
<!ENTITY privacyMenu.accesskey "p">
<!ENTITY taskNavigator.tooltip "Browser">
<!ENTITY taskComposer.tooltip "Composer">
<!ENTITY taskBar.tooltip "Status Bar">
<!ENTITY webDevelopment.label "Web Development">
<!ENTITY webDevelopment.accesskey "W">

Просмотреть файл

@ -37,7 +37,6 @@
<!ENTITY pasteCmd.key "V">
<!ENTITY pasteCmd.accesskey "p">
<!ENTITY deleteCmd.label "Delete">
<!ENTITY deleteCmd.key "D">
<!ENTITY deleteCmd.accesskey "d">
<!ENTITY selectAllCmd.label "Select All">
<!ENTITY selectAllCmd.key "A">

Просмотреть файл

@ -40,7 +40,6 @@
locale/@AB_CD@/communicator/bookmarks/bm-props.dtd (%chrome/common/bookmarks/bm-props.dtd)
locale/@AB_CD@/communicator/bookmarks/bookmarks.dtd (%chrome/common/bookmarks/bookmarks.dtd)
locale/@AB_CD@/communicator/bookmarks/bookmarks.properties (%chrome/common/bookmarks/bookmarks.properties)
locale/@AB_CD@/communicator/bookmarks/bookmarksOverlay.dtd (%chrome/common/bookmarks/bookmarksOverlay.dtd)
locale/@AB_CD@/communicator/bookmarks/findBookmark.dtd (%chrome/common/bookmarks/findBookmark.dtd)
locale/@AB_CD@/communicator/bookmarks/sortFolder.dtd (%chrome/common/bookmarks/sortFolder.dtd)
locale/@AB_CD@/communicator/directory/directory.dtd (%chrome/common/directory/directory.dtd)