diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/browser')
17 files changed, 893 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/browser/linkToolbar.dtd b/l10n-en-GB/suite/chrome/browser/linkToolbar.dtd new file mode 100644 index 0000000000..6d192b88e0 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/linkToolbar.dtd @@ -0,0 +1,48 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Link Toolbar Title --> +<!ENTITY linkToolbar.label "Web Site Navigation Bar"> +<!ENTITY linkToolbar.accesskey "a"> +<!ENTITY linkToolbar.tooltip "Web Site Navigation Bar"> + +<!-- Link Toolbar visibility options --> +<!ENTITY linkToolbarAlways.label "Show Always"> +<!ENTITY linkToolbarAlways.accesskey "S"> +<!ENTITY linkToolbarAsNeeded.label "Show Only As Needed"> +<!ENTITY linkToolbarAsNeeded.accesskey "O"> +<!ENTITY linkToolbarNever.label "Hide Always"> +<!ENTITY linkToolbarNever.accesskey "H"> + +<!-- Toolbar buttons, menus, and menuitems --> +<!ENTITY topButton.label "Top"> +<!ENTITY upButton.label "Up"> +<!ENTITY firstButton.label "First"> +<!ENTITY prevButton.label "Previous"> +<!ENTITY nextButton.label "Next"> +<!ENTITY lastButton.label "Last"> + +<!ENTITY documentButton.label "Document"> + +<!ENTITY tocButton.label "Table of Contents"> +<!ENTITY chapterButton.label "Chapters"> +<!ENTITY sectionButton.label "Sections"> +<!ENTITY subSectionButton.label "Subsections"> +<!ENTITY appendixButton.label "Appendices"> +<!ENTITY glossaryButton.label "Glossary"> +<!ENTITY indexButton.label "Index"> + +<!ENTITY moreButton.label "More"> + +<!ENTITY helpButton.label "Help"> +<!ENTITY searchButton.label "Search"> + +<!ENTITY authorButton.label "Author(s)"> +<!ENTITY copyrightButton.label "Copyright"> + +<!ENTITY bookmarkButton.label "Bookmarks"> + +<!ENTITY alternateButton.label "Other Versions"> + +<!ENTITY feedButton.label "Subscribe"> diff --git a/l10n-en-GB/suite/chrome/browser/mac/platformNavigationBindings.dtd b/l10n-en-GB/suite/chrome/browser/mac/platformNavigationBindings.dtd new file mode 100644 index 0000000000..b97bbfcde2 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/mac/platformNavigationBindings.dtd @@ -0,0 +1,11 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE: RTL languages may wish to switch these --> +<!ENTITY goBackCmd.keyCode "VK_LEFT"> +<!ENTITY goForwardCmd.keyCode "VK_RIGHT"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY fullScreenCmd.commandKey "f"> diff --git a/l10n-en-GB/suite/chrome/browser/mailNavigatorOverlay.dtd b/l10n-en-GB/suite/chrome/browser/mailNavigatorOverlay.dtd new file mode 100644 index 0000000000..f650598640 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/mailNavigatorOverlay.dtd @@ -0,0 +1,30 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY newMessageCmd.label "Message"> +<!ENTITY newMessageCmd.accesskey "M"> +<!ENTITY newMessageCmd.key "M"> + +<!ENTITY newContactCmd.label "Contact…"> +<!ENTITY newContactCmd.accesskey "C"> + +<!ENTITY sendPage.label "Send Page…"> +<!ENTITY sendPage.accesskey "S"> + +<!ENTITY contextSendThisPage.label "Send This Page…"> +<!ENTITY contextSendThisPage.accesskey "d"> +<!ENTITY contextSendThisLink.label "Send This Link…"> +<!ENTITY contextSendThisLink.accesskey "k"> +<!ENTITY contextSendImage.label "Send Image…"> +<!ENTITY contextSendImage.accesskey "n"> +<!ENTITY contextSendVideo.label "Send Video…"> +<!ENTITY contextSendVideo.accesskey "n"> +<!ENTITY contextSendAudio.label "Send Audio…"> +<!ENTITY contextSendAudio.accesskey "n"> +<!ENTITY contextSendFrame.label "Send Frame…"> +<!ENTITY contextSendFrame.accesskey "d"> + +<!ENTITY sendLinkCmd.label "Send Link…"> +<!ENTITY sendLinkCmd.accesskey "d"> + diff --git a/l10n-en-GB/suite/chrome/browser/metadata.dtd b/l10n-en-GB/suite/chrome/browser/metadata.dtd new file mode 100644 index 0000000000..faa4d1b0b8 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/metadata.dtd @@ -0,0 +1,31 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY no-properties.label "No properties set."> + +<!ENTITY caption.label "Element Properties"> +<!ENTITY image-sec.label "Image Properties"> +<!ENTITY image-url.label "Location:"> +<!ENTITY image-desc.label "Description:"> +<!ENTITY image-alt.label "Alternate text:"> +<!ENTITY image-width.label "Width:"> +<!ENTITY image-height.label "Height:"> +<!ENTITY image-filesize.label "Size of File:"> +<!ENTITY image-filesize.value "Unknown"> +<!ENTITY insdel-sec.label "Insert/Delete Properties"> +<!ENTITY insdel-cite.label "Info:"> +<!ENTITY insdel-date.label "Date:"> +<!ENTITY link-sec.label "Link Properties"> +<!ENTITY link-url.label "Address:"> +<!ENTITY link-target.label "Will open in:"> +<!ENTITY link-type.label "Target type:"> +<!ENTITY link-lang.label "Target language:"> +<!ENTITY link-rel.label "Relation:"> +<!ENTITY link-rev.label "Reversed relation:"> +<!ENTITY misc-sec.label "Miscellaneous Properties"> +<!ENTITY misc-lang.label "Text language:"> +<!ENTITY misc-title.label "Title:"> +<!ENTITY misc-tblsummary.label "Table summary:"> +<!ENTITY quote-sec.label "Quote Properties"> +<!ENTITY quote-cite.label "Info:"> diff --git a/l10n-en-GB/suite/chrome/browser/metadata.properties b/l10n-en-GB/suite/chrome/browser/metadata.properties new file mode 100644 index 0000000000..2ba1f1ae84 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/metadata.properties @@ -0,0 +1,19 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +sameWindowText=Same window +newWindowText=New window +parentFrameText=Parent frame +sameFrameText=Same frame +embeddedText=Embedded +unableToShowProps=No properties available. +altTextMissing=Missing +altTextBlank=Blank +imageSize=%S kB (%S bytes) +imageSizeUnknown=Unknown (not cached) +imageWidth=%Spx +imageHeight=%Spx +# LOCALIZATION NOTE: Next two strings are for language name representations +# %1$S = language name, %2$S = region name +languageRegionFormat=%1$S (%2$S) diff --git a/l10n-en-GB/suite/chrome/browser/navigator.dtd b/l10n-en-GB/suite/chrome/browser/navigator.dtd new file mode 100644 index 0000000000..4cb65ce0ac --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/navigator.dtd @@ -0,0 +1,91 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/navigator.xul --> + +<!-- LOCALIZATION NOTE : FILE This file contains the browser main menu items --> +<!-- LOCALIZATION NOTE : FILE Do not translate commandkeys --> + +<!-- LOCALIZATION NOTE (mainWindow.title): DONT_TRANSLATE --> +<!ENTITY mainWindow.title "&brandShortName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifier "&brandShortName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifiermenuseparator): DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifiermenuseparator " - "> + +<!ENTITY mainWindow.titleprivate "Private Browsing"> + +<!ENTITY editPageCmd.label "Edit Page"> +<!ENTITY editPageCmd.accesskey "E"> +<!ENTITY editPageCmd.commandkey "e"> + +<!ENTITY navbarCmd.label "Navigation Toolbar"> +<!ENTITY navbarCmd.accesskey "N"> +<!ENTITY bookmarksToolbarCmd.label "Bookmarks Toolbar"> +<!ENTITY bookmarksToolbarCmd.accesskey "m"> + +<!ENTITY closeWindow.label "Close Window"> +<!ENTITY closeWindow.accesskey "W"> + +<!ENTITY minimizeButton.tooltip "Minimise"> +<!ENTITY restoreButton.tooltip "Restore"> + +<!ENTITY feedsMenu.label "Subscribe to This Page"> +<!ENTITY feedsMenu.accesskey "S"> + +<!ENTITY menuBar.tooltip "Menu Bar"> +<!ENTITY bookmarksToolbar.tooltip "Bookmarks Toolbar"> +<!ENTITY navigationToolbar.tooltip "Navigation Toolbar"> + +<!ENTITY editBookmark.done.label "Done"> +<!ENTITY editBookmark.cancel.label "Cancel"> +<!ENTITY editBookmark.removeBookmark.accessKey "R"> + +<!-- Toolbar items --> +<!ENTITY backButton.label "Back"> +<!ENTITY backButton.tooltip "Go back one page"> +<!ENTITY forwardButton.label "Forwards"> +<!ENTITY forwardButton.tooltip "Go forwards one page"> +<!ENTITY reloadButton.label "Reload"> +<!ENTITY reloadButton.tooltip "Reload current page"> +<!ENTITY stopButton.label "Stop"> +<!ENTITY stopButton.tooltip "Stop loading this page"> +<!ENTITY searchButton.label "Search"> +<!ENTITY searchButton.tooltip "Type a word in the field to the left, then click Search"> +<!ENTITY goButton.label "Go"> +<!ENTITY goButton.tooltip "Type a location in the field to the left, then click Go"> +<!ENTITY printButton.label "Print"> +<!ENTITY printButton.tooltip "Print this page"> + +<!ENTITY throbber.tooltip "Go to the &vendorShortName; home page"> + +<!ENTITY throbber.tooltip2 "Go to the &brandShortName; home page"> + +<!ENTITY locationBar.tooltip "Enter search term, keyword, or web address"> +<!ENTITY locationBar.accesskey "d"> +<!ENTITY locationBar.title "Location"> +<!ENTITY proxyIcon.tooltip "Drag and drop this icon to create a link to this page"> + +<!ENTITY searchItem.title "Search"> + +<!ENTITY bookmarksButton.label "Bookmarks"> +<!ENTITY bookmarksButton.tooltip "Bookmarks list"> +<!ENTITY homeButton.label "Home"> +<!ENTITY bookmarksToolbarItem.label "Bookmarks Toolbar Items"> +<!ENTITY bookmarksToolbarChevron.tooltip "Show more bookmarks"> + +<!-- Statusbar --> +<!ENTITY statusText.label "Done"> + +<!ENTITY popupIcon.tooltiptext "Unblock this web site's popups"> + +<!ENTITY viewSecurityInfo.label "View Security Info"> +<!ENTITY viewSecurityInfo.accesskey "S"> +<!ENTITY viewCertificate.label "View Certificate"> +<!ENTITY viewCertificate.accesskey "C"> +<!ENTITY viewCertManager.label "Open Certificate Manager"> +<!ENTITY viewCertManager.accesskey "M"> + +<!ENTITY zoomIn.tooltiptext "Larger"> +<!ENTITY zoomOut.tooltiptext "Smaller"> diff --git a/l10n-en-GB/suite/chrome/browser/navigator.properties b/l10n-en-GB/suite/chrome/browser/navigator.properties new file mode 100644 index 0000000000..fd2222d62e --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/navigator.properties @@ -0,0 +1,82 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +nv_done=Done +nv_timeout=Timed Out +nv_stopped=Stopped +openFile=Open File +uploadFile=Upload File + +droponhomebutton=Drop a link or file to make it your home page +droponhometitle=Set Home Page +droponhomemsg=Do you want this document to be your new home page? +droponhomeokbutton=Set Home Page + +jserror=An error has occurred on this page. Double click here for details. + +#SessionHistory.js +nothingAvailable=(Nothing Available) + +#nsBrowserStatusHandler.js +# LOCALIZATION NOTE: %S is the security certifiate issuer +securityButtonTooltipSecure=Signed by %S +securityButtonTooltipMixedContent=Warning: Contains unauthenticated content +securityButtonTooltipInsecure=Displays security information about the current page + +# menu_close labels +tabs.closeTab.label=Close Tab +tabs.closeTab.accesskey=C +tabs.close.label=Close +tabs.close.accesskey=C + +tabs.recentlyClosed.format=%1$S %2$S + +windows.recentlyClosed.format=%1$S %2$S + +tabs.closeWarningTitle=Confirm close +tabs.closeWarning=This browser window has %S tabs open. Do you want to close it and all its tabs? +tabs.closeButton=Close all tabs +tabs.closeWarningPromptMe=Warn me when closing multiple tabs +tabs.historyItem=Group of Tabs + +menuOpenAllInTabs.label=Open All in Tabs + +# urlbarBindings.xml +# LOCALIZATION NOTE: This is for the location bar drop-down string: +# "Search " + search_engine_name + " for " + user_input +# e.g. "Search Google for abc" +# DO NOT change the %S order when translate, the first %S must be the search engine name. +searchFor=Search %S for "%S" + +# Star button +starButtonOn.tooltip=Edit this bookmark +starButtonOff.tooltip=Bookmark this page + +# Edit Bookmark UI +editBookmarkPanel.pageBookmarkedTitle=Page Bookmarked +editBookmarkPanel.pageBookmarkedDescription=%S will always remember this page for you. +editBookmarkPanel.bookmarkedRemovedTitle=Bookmark Removed +editBookmarkPanel.editBookmarkTitle=Edit This Bookmark + +# LOCALIZATION NOTE (editBookmark.removeBookmarks.label) +# Semi-colon list of plural forms. Replacement for #1 is +# the number of bookmarks to be removed. +# If this causes problems with localization you can also do "Remove Bookmarks (#1)" +# instead of "Remove #1 Bookmarks". +editBookmark.removeBookmarks.label=Remove Bookmark;Remove #1 Bookmarks + +# bookmark dialog strings + +bookmarkAllTabsDefault=[Folder Name] + +# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title +# Used as the bookmark name when saving a keyword for a search field. +addKeywordTitleAutoFill=Search %S + +extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.name=SeaMonkey Default Theme +extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.description=This theme uses styles and colours from the system to fit in with other applications. + +extensions.modern@themes.mozilla.org.name=SeaMonkey Modern +extensions.modern@themes.mozilla.org.description=A contemporary theme for all components. + diff --git a/l10n-en-GB/suite/chrome/browser/navigatorOverlay.dtd b/l10n-en-GB/suite/chrome/browser/navigatorOverlay.dtd new file mode 100644 index 0000000000..c07213e522 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/navigatorOverlay.dtd @@ -0,0 +1,161 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- File Menu --> +<!ENTITY tabCmd.label "Browser Tab"> +<!ENTITY tabCmd.accesskey "T"> +<!ENTITY tabCmd.commandkey "t"> +<!ENTITY openCmd.label "Open Web Location…"> +<!ENTITY openCmd.accesskey "L"> +<!ENTITY openCmd.commandkey "l"> +<!ENTITY openFileCmd.label "Open File…"> +<!ENTITY openFileCmd.accesskey "O"> +<!ENTITY openFileCmd.commandkey "o"> + +<!ENTITY closeOtherTabs.label "Close Other Tabs"> +<!ENTITY closeOtherTabs.accesskey "T"> + +<!-- LOCALIZATION NOTE (closeTabsToTheEnd.label): This should indicate the +direction in which tabs are closed, i.e. locales that use RTL mode should say +left instead of right. --> +<!ENTITY closeTabsToTheEnd.label "Close Tabs to the Right"> +<!ENTITY closeTabsToTheEnd.accesskey "i"> + +<!ENTITY uploadFile.label "Upload File…"> +<!ENTITY uploadFile.accesskey "F"> + +<!ENTITY printSetupCmd.label "Page Setup…"> +<!ENTITY printSetupCmd.accesskey "u"> + +<!-- Edit Menu --> +<!ENTITY findOnCmd.label "Find in This Page…"> + +<!-- View Menu --> +<!ENTITY toolbarsCmd.label "Show/Hide"> +<!ENTITY toolbarsCmd.accesskey "w"> +<!ENTITY tabbarCmd.label "Tab Bar"> +<!ENTITY tabbarCmd.accesskey "T"> +<!ENTITY taskbarCmd.label "Status Bar"> +<!ENTITY taskbarCmd.accesskey "S"> +<!ENTITY componentbarCmd.label "Component Bar"> +<!ENTITY componentbarCmd.accesskey "C"> + +<!ENTITY fullScreenCmd.label "Full Screen"> +<!ENTITY fullScreenCmd.accesskey "F"> + +<!ENTITY useStyleSheetMenu.label "Use Style"> +<!ENTITY useStyleSheetMenu.accesskey "U"> +<!ENTITY useStyleSheetNone.label "None"> +<!ENTITY useStyleSheetNone.accesskey "N"> +<!ENTITY useStyleSheetPersistentOnly.label "Default Style"> +<!ENTITY useStyleSheetPersistentOnly.accesskey "D"> +<!ENTITY bidiSwitchPageDirectionItem.label "Switch Page Direction"> +<!ENTITY bidiSwitchPageDirectionItem.accesskey "g"> +<!ENTITY pageSourceCmd.label "Page Source"> +<!ENTITY pageSourceCmd.accesskey "o"> +<!ENTITY pageSourceCmd.commandkey "u"> +<!ENTITY pageInfoCmd.label "Page Info"> +<!ENTITY pageInfoCmd.accesskey "I"> +<!ENTITY pageInfoCmd.commandkey "i"> + +<!-- Go Menu --> +<!ENTITY goMenu.label "Go"> +<!ENTITY goMenu.accesskey "G"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> +<!ENTITY goHomeCmd.label "Home"> +<!ENTITY goHomeCmd.accesskey "H"> +<!ENTITY historyCmd.label "History"> +<!ENTITY historyCmd.accesskey "s"> +<!-- LOCALIZATION NOTE (historyCmd.key): This is used only on the mac. --> +<!ENTITY historyCmd.key "H"> +<!-- LOCALIZATION NOTE (history.commandKey): This is used on platforms other + than the mac instead of historyCmd.key. --> +<!ENTITY history.commandKey "h"> +<!ENTITY recentTabs.label "Recently Closed Tabs"> +<!ENTITY recentTabs.accesskey "C"> +<!ENTITY recentTabs.commandkey "t"> +<!ENTITY recentWindows.label "Recently Closed Windows"> +<!ENTITY recentWindows.accesskey "W"> +<!ENTITY recentWindows.commandkey "y"> +<!ENTITY historyRestoreLastSession.label "Restore Previous Session"> +<!ENTITY historyRestoreLastSession.accesskey "R"> +<!ENTITY syncTabsMenu.label "Tabs From Other Computers"> +<!ENTITY syncTabsMenu.accesskey "O"> + +<!-- Bookmarks Menu --> +<!ENTITY bookmarksMenu.label "Bookmarks"> +<!ENTITY bookmarksMenu.accesskey "B"> +<!ENTITY addCurPageCmd.label "Bookmark This Page"> +<!ENTITY addCurPageCmd.accesskey "B"> +<!ENTITY addCurPageAsCmd.label "File Bookmark…"> +<!ENTITY addCurPageAsCmd.accesskey "F"> +<!ENTITY addCurPageAsCmd.commandkey "d"> +<!ENTITY addCurTabsAsCmd.label "Bookmark This Group of Tabs…"> +<!ENTITY addCurTabsAsCmd.accesskey "G"> +<!ENTITY manBookmarksCmd.label "Manage Bookmarks…"> +<!ENTITY manBookmarksCmd.accesskey "M"> +<!ENTITY manBookmarksCmd.commandkey "b"> + +<!-- Tools Menu --> +<!ENTITY searchInternetCmd.label "Search the Web"> +<!ENTITY searchInternetCmd.accesskey "S"> +<!ENTITY searchInternet.commandKey "s"> +<!ENTITY translateMenu.label "Translate Page"> +<!ENTITY translateMenu.accesskey "T"> + +<!ENTITY cookieMessageTitle.label "Cookie Permissions Changed"> +<!ENTITY cookieDisplayCookiesCmd.label "Manage Stored Cookies"> +<!ENTITY cookieDisplayCookiesCmd.accesskey "M"> +<!ENTITY cookieAllowCookiesCmd.label "Allow Cookies from This Site"> +<!ENTITY cookieAllowCookiesCmd.accesskey "A"> +<!ENTITY cookieAllowCookiesMsg.label "Cookies from this site will always be allowed."> +<!ENTITY cookieAllowSessionCookiesCmd.label "Allow Session Cookies from This Site"> +<!ENTITY cookieAllowSessionCookiesCmd.accesskey "S"> +<!ENTITY cookieAllowSessionCookiesMsg.label "This site will be able to set cookies for the current session only."> +<!ENTITY cookieCookiesDefaultCmd.label "Use Default Cookie Permissions"> +<!ENTITY cookieCookiesDefaultCmd.accesskey "U"> +<!ENTITY cookieCookiesDefaultMsg.label "Cookies from this site will be accepted or rejected based on default settings."> +<!ENTITY cookieBlockCookiesCmd.label "Block Cookies from This Site"> +<!ENTITY cookieBlockCookiesCmd.accesskey "B"> +<!ENTITY cookieBlockCookiesMsg.label "Cookies from this site will always be rejected."> + +<!ENTITY cookieImageMessageTitle.label "Image Permissions Changed"> +<!ENTITY cookieDisplayImagesCmd.label "Manage Image Permissions"> +<!ENTITY cookieDisplayImagesCmd.accesskey "M"> +<!ENTITY cookieAllowImagesCmd.label "Allow Images from This Site"> +<!ENTITY cookieAllowImagesCmd.accesskey "A"> +<!ENTITY cookieAllowImagesMsg.label "Images from this site will always be downloaded."> +<!ENTITY cookieImagesDefaultCmd.label "Use Default Image Permissions"> +<!ENTITY cookieImagesDefaultCmd.accesskey "U"> +<!ENTITY cookieImagesDefaultMsg.label "Images from this site will be downloaded based on default settings."> +<!ENTITY cookieBlockImagesCmd.label "Block Images from This Site"> +<!ENTITY cookieBlockImagesCmd.accesskey "B"> +<!ENTITY cookieBlockImagesMsg.label "Images from this site will never be downloaded."> + +<!ENTITY popupsMessageChangeTitle.label "Popup Permissions Changed"> +<!ENTITY popupAllowCmd.label "Allow Popups from This Web Site"> +<!ENTITY popupAllowCmd.accesskey "A"> +<!ENTITY popupAllowMsg.label "Popups from this web site will always be shown."> +<!ENTITY popupDefaultCmd.label "Use Default Popup Permissions"> +<!ENTITY popupDefaultCmd.accesskey "U"> +<!ENTITY popupDefaultMsg.label "Popups from this web site will be shown based on default settings."> +<!ENTITY popupBlockCmd.label "Block Popups from This Web Site"> +<!ENTITY popupBlockCmd.accesskey "B"> +<!ENTITY popupBlockMsg.label "Popups from this web site will not be shown."> +<!ENTITY popupsManage.label "Manage Popups"> +<!ENTITY popupsManage.accesskey "M"> + +<!ENTITY cookieCookieManager.label "Cookie Manager"> +<!ENTITY cookieCookieManager.accesskey "C"> +<!ENTITY cookieImageManager.label "Image Manager"> +<!ENTITY cookieImageManager.accesskey "I"> +<!ENTITY popupsManager.label "Popup Manager"> +<!ENTITY popupsManager.accesskey "o"> + +<!ENTITY clearPrivateDataCmd.label "Clear Private Data…"> +<!ENTITY clearPrivateDataCmd.accesskey "e"> + +<!ENTITY stopCmd.macCommandKey "."> +<!ENTITY fullScreenCmd.commandKey "f"> diff --git a/l10n-en-GB/suite/chrome/browser/pageInfo.dtd b/l10n-en-GB/suite/chrome/browser/pageInfo.dtd new file mode 100644 index 0000000000..84d559ed26 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/pageInfo.dtd @@ -0,0 +1,128 @@ +<!-- +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +--> + +<!-- Note to localizers, don't localize the strings 'width' or 'height' --> +<!ENTITY pageInfoWindow.dimensions "width: 100ch; height: 38em;"> + +<!ENTITY copy.key "C"> +<!ENTITY copy.label "Copy"> +<!ENTITY copy.accesskey "C"> +<!ENTITY selectall.key "A"> +<!ENTITY selectall.label "Select All"> +<!ENTITY selectall.accesskey "A"> +<!ENTITY openHelpMac.key "?"> +<!ENTITY closeWindow.key "w"> +<!ENTITY copyLinks.label "Copy Link(s)"> +<!ENTITY copyLinks.accesskey "L"> +<!ENTITY openInNewTab.label "Open in New Tab"> +<!ENTITY openInNewTab.accesskey "T"> +<!ENTITY openInNewWindow.label "Open in New Window"> +<!ENTITY openInNewWindow.accesskey "W"> + +<!ENTITY generalTab "General"> +<!ENTITY generalTab.accesskey "G"> +<!ENTITY generalTitle "Title:"> +<!ENTITY generalURL "Address:"> +<!ENTITY generalType "Type:"> +<!ENTITY generalMode "Render Mode:"> +<!ENTITY generalSize "Size:"> +<!ENTITY generalReferrer "Referring URL:"> +<!ENTITY generalSource "Cache Source:"> +<!ENTITY generalModified "Modified:"> +<!ENTITY generalEncoding2 "Text Encoding:"> +<!ENTITY generalMetaName "Name"> +<!ENTITY generalMetaContent "Content"> +<!ENTITY generalSecurityDetails "Details"> +<!ENTITY generalSecurityDetails.accesskey "D"> + +<!ENTITY formsTab "Forms"> +<!ENTITY formsTab.accesskey "F"> +<!ENTITY formAction "Form Action"> +<!ENTITY formMethod "Method"> +<!ENTITY formName "Name"> +<!ENTITY formEncoding "Encoding:"> +<!ENTITY formTarget "Target:"> +<!ENTITY formFields "Fields:"> +<!ENTITY formLabel "Label"> +<!ENTITY formFName "Field Name"> +<!ENTITY formType "Type"> +<!ENTITY formCValue "Current Value"> + +<!ENTITY linksTab "Links"> +<!ENTITY linksTab.accesskey "L"> +<!ENTITY linkName "Name"> +<!ENTITY linkAddress "Address"> +<!ENTITY linkType "Type"> +<!ENTITY linkTarget "Target"> +<!ENTITY linkAccessKey "Access Key"> + +<!ENTITY mediaTab "Media"> +<!ENTITY mediaTab.accesskey "M"> +<!ENTITY mediaURL "Address:"> +<!ENTITY mediaAlt "Alternate Text:"> +<!ENTITY mediaLocation "Location:"> +<!ENTITY mediaText "Associated Text:"> +<!ENTITY mediaAltHeader "Alternate Text"> +<!ENTITY mediaAddress "Address"> +<!ENTITY mediaType "Type"> +<!ENTITY mediaSize "Size"> +<!ENTITY mediaCount "Count"> +<!ENTITY mediaDimensions "Specified Dimensions:"> +<!ENTITY mediaPhysDimensions "Actual Dimensions:"> +<!ENTITY mediaTitle "Title:"> +<!ENTITY mediaDimension "Dimensions:"> +<!ENTITY mediaLongdesc "Long Description:"> +<!ENTITY mediaBlockImage.accesskey "B"> +<!ENTITY mediaSaveAs "Save As…"> +<!ENTITY mediaSaveAs.accesskey "A"> +<!ENTITY mediaSaveAs2.accesskey "e"> +<!ENTITY mediaPreview "Media Preview:"> + +<!ENTITY feedTab "Feeds"> +<!ENTITY feedTab.accesskey "F"> +<!ENTITY feedSubscribe "Subscribe"> +<!ENTITY feedSubscribe.accesskey "u"> + +<!ENTITY permTab "Permissions"> +<!ENTITY permTab.accesskey "P"> +<!ENTITY permUseDefault "Use Default"> +<!ENTITY permAskAlways "Always ask"> +<!ENTITY permAllow "Allow"> +<!ENTITY permAllowSession "Allow for Session"> +<!ENTITY permBlock "Block"> +<!ENTITY permissionsFor "Permissions for:"> +<!ENTITY permImage "Load Images"> +<!ENTITY permPopup "Open Popup Windows"> +<!ENTITY permCookie "Set Cookies"> +<!ENTITY permNotifications "Show Notifications"> +<!ENTITY permInstall "Install Extensions or Themes"> +<!ENTITY permGeo "Share Location"> + +<!ENTITY securityTab "Security"> +<!ENTITY securityTab.accesskey "S"> +<!ENTITY securityHeader "Security information for this page"> +<!ENTITY securityView.certView "View Certificate"> +<!ENTITY securityView.accesskey "V"> +<!ENTITY securityView.unknown "Unknown"> + + +<!ENTITY securityView.identity.header "Web Site Identity"> +<!ENTITY securityView.identity.owner "Owner:"> +<!ENTITY securityView.identity.domain "Web Site:"> +<!ENTITY securityView.identity.verifier "Verified by:"> + +<!ENTITY securityView.identity.validity "Expires on:"> + +<!ENTITY securityView.privacy.header "Privacy & History"> +<!ENTITY securityView.privacy.history "Have I visited this web site before today?"> +<!ENTITY securityView.privacy.cookies "Is this web site storing information (cookies) on my computer?"> +<!ENTITY securityView.privacy.viewCookies "View Cookies"> +<!ENTITY securityView.privacy.viewCookies.accessKey "k"> +<!ENTITY securityView.privacy.passwords "Have I saved any passwords for this web site?"> +<!ENTITY securityView.privacy.viewPasswords "View Saved Passwords"> +<!ENTITY securityView.privacy.viewPasswords.accessKey "w"> + +<!ENTITY securityView.technical.header "Technical Details"> diff --git a/l10n-en-GB/suite/chrome/browser/pageInfo.properties b/l10n-en-GB/suite/chrome/browser/pageInfo.properties new file mode 100644 index 0000000000..b3910e82bd --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/pageInfo.properties @@ -0,0 +1,93 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +pageInfo.page.title=Page Info - %S +pageInfo.frame.title=Frame Info - %S + +noPageTitle=Untitled Page: +pageTitle=%S: +unknown=Unknown +default=Default +notSet=Not specified +yes=Yes +no=No + +mediaImg=Image +mediaVideo=Video +mediaAudio=Audio +mediaBGImg=Background +mediaBorderImg=Border +mediaListImg=Bullet +mediaCursor=Cursor +mediaObject=Object +mediaEmbed=Embed +mediaLink=Icon +mediaInput=Input +mediaFileSize=%S kB +mediaSize=%Spx \u00D7 %Spx +mediaSelectFolder=Select a Folder to Save the Images +mediaBlockImage=Block Images from %S +mediaUnknownNotCached=Unknown (not cached) +mediaImageType=%S Image +mediaAnimatedType=Animated %S Image + +mediaAnimatedImageType=%S Image (animated, %S frames) +mediaDimensions=%Spx \u00D7 %Spx +mediaDimensionsScaled=%Spx \u00D7 %Spx (scaled to %Spx \u00D7 %Spx) + +generalQuirksMode=Quirks mode +generalStrictMode=Standards compliance mode +generalNotCached=Not cached +generalDiskCache=Disk cache +generalMemoryCache=Memory cache +generalSize=%S kB (%S bytes) +generalMetaTag=Meta (1 tag) +generalMetaTags=Meta (%S tags) +generalSiteIdentity=This web site is owned by %S\nThis has been verified by %S + +formTitle=Form %S: +formUntitled=Unnamed Form: +formDefaultTarget=None (opens in same window) +formChecked=Ticked +formUnchecked=Unticked +formPassword=•••••••• + +linkAnchor=Anchor +linkArea=Area +linkSubmission=Form Submission +linkSubmit=Submit Query +linkRel=Related Item +linkStylesheet=Stylesheet +linkRev=Reverse Link +linkX=Simple XLink +linkScript=Script +linkScriptInline=inline + +feedRss=RSS +feedAtom=Atom +feedXML=XML + +securityNoOwner=This web site does not supply ownership information. +securityOneVisit=Yes, once +securityNVisits=Yes, %S times +securityNoEncryption=Connection Not Encrypted +securityNone1=The web site %S does not support encryption for the page you are viewing. +securityNone2=Information sent over the Internet without encryption can be seen by other people while it is in transit. +securityNone3=The page you are viewing is not encrypted. +# LOCALIZATION NOTE (securityEncryptionWithBits): %1$S is the name of the encryption standard, +# %2$S is the key size of the cipher. +securityEncryptionWithBits=Connection Encrypted (%1$S, %2$S bit keys) +securityEncryption1=The page you are viewing was encrypted before being transmitted over the Internet. +securityEncryption2=Encryption makes it very difficult for unauthorised people to view information travelling between computers. It is therefore very unlikely that anyone read this page as it travelled across the Internet. +securityMixedContent=Connection Partially Encrypted +securityMixed1=Parts of the page you are viewing were not encrypted before being transmitted over the Internet. +# LOCALIZATION NOTE (securityVisitsNumber): +# Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of visits and can be used in all plural forms as needed, e.g. +# for '1': 'Yes, #1 time' +securityVisitsNumber=Yes, once;Yes, #1 times +securityNoVisits=No + +permissions.useDefault=Use Default diff --git a/l10n-en-GB/suite/chrome/browser/region.properties b/l10n-en-GB/suite/chrome/browser/region.properties new file mode 100644 index 0000000000..1534dbf3cf --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/region.properties @@ -0,0 +1,29 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# navigator.properties +# +# all.js +# +browser.startup.homepage=http://www.seamonkey-project.org/start/ +browser.throbber.url=http://www.seamonkey-project.org/ + +browser.translation.service=http://translate.google.com/translate?prev=/language_tools&u= +browser.translation.serviceDomain=translate.google.com +browser.validate.html.service=http://validator.w3.org/check?charset=%28detect+automatically%29&doctype=Inline&uri= + +#config.js +# +startup.homepage_override_url=http://www.seamonkey-project.org/releases/seamonkey%VERSION%/ + +# This is the default set of web based feed handlers shown in the reader +# selection UI +browser.contentHandlers.types.0.title=Feedly +browser.contentHandlers.types.0.uri=http://www.feedly.com/home#subscription/feed/%s +browser.contentHandlers.types.1.title=My Yahoo! +browser.contentHandlers.types.1.uri=http://add.my.yahoo.com/rss?url=%s +browser.contentHandlers.types.2.title=AOL Reader +browser.contentHandlers.types.2.uri=http://reader.aol.com/#quickadd/%s +browser.contentHandlers.types.3.title=Digg Reader +browser.contentHandlers.types.3.uri=http://digg.com/reader/search/%s diff --git a/l10n-en-GB/suite/chrome/browser/tabbrowser.dtd b/l10n-en-GB/suite/chrome/browser/tabbrowser.dtd new file mode 100644 index 0000000000..62f9612558 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/tabbrowser.dtd @@ -0,0 +1,27 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY untitledTab "(Untitled)"> +<!ENTITY newTab.label "New Tab"> +<!ENTITY newTab.accesskey "N"> +<!ENTITY closeTab.label "Close Tab"> +<!ENTITY closeTab.accesskey "C"> +<!ENTITY closeOtherTabs.label "Close Other Tabs"> +<!ENTITY closeOtherTabs.accesskey "O"> +<!-- LOCALIZATION NOTE (closeTabsToTheEnd.label): This should indicate the +direction in which tabs are closed, i.e. locales that use RTL mode should say +left instead of right. --> +<!ENTITY closeTabsToTheEnd.label "Close Tabs to the Right"> +<!ENTITY closeTabsToTheEnd.accesskey "i"> +<!ENTITY reloadAllTabs.label "Reload All Tabs"> +<!ENTITY reloadAllTabs.accesskey "A"> +<!ENTITY reloadTab.label "Reload Tab"> +<!ENTITY reloadTab.accesskey "R"> +<!ENTITY bookmarkGroup.label "Bookmark This Group of Tabs"> +<!ENTITY bookmarkGroup.accesskey "B"> +<!ENTITY closeTabButton.tooltip "Close current tab"> +<!ENTITY newTabButton.tooltip "Open a new tab"> +<!ENTITY listAllTabs.tooltip "List all tabs"> +<!ENTITY undoCloseTab.label "Undo Close Tab"> +<!ENTITY undoCloseTab.accesskey "U"> diff --git a/l10n-en-GB/suite/chrome/browser/tabbrowser.properties b/l10n-en-GB/suite/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000000..a0f6062cfe --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/tabbrowser.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +tabs.loading=Loading… +tabs.untitled=Untitled +tabs.closeWarningTitle=Confirm Closing Other Tabs +tabs.closeWarning=You are about to close %S other tab(s). Are you sure you want to continue? +# LOCALIZATION NOTE (tabs.closeWarningOther): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeWarningOther=;You are about to close #1 other tabs. Are you sure you want to continue? +tabs.closeButton=Close other tabs +tabs.closeWarningPromptMe=Warn me when I attempt to close other tabs + +tabs.closeWarningTitleAll=Confirm close +# LOCALIZATION NOTE (tabs.closeWarningAll): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeWarningAll=;This browser window has #1 tabs open. Do you want to close it and all its tabs? +tabs.closeButtonAll=Close all tabs +tabs.closeWarningPromptMeAll=Warn me when closing multiple tabs + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items were moved from /chrome/common/places/places.properties. +# Now they are not specific to bookmarks. +tabs.openWarningTitle=Confirm open +tabs.openWarningMultipleBranded=You are about to open %S tabs. This might slow down %S while the pages are loading. Are you sure you want to continue? +tabs.openButtonMultiple=Open tabs +tabs.openWarningPromptMeBranded=Warn me when opening multiple tabs might slow down %S diff --git a/l10n-en-GB/suite/chrome/browser/taskbar.properties b/l10n-en-GB/suite/chrome/browser/taskbar.properties new file mode 100644 index 0000000000..1247df1813 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/taskbar.properties @@ -0,0 +1,21 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +taskbar.tasks.newTab.label=Open new tab +taskbar.tasks.newTab.description=Open a new browser tab. +taskbar.tasks.newWindow.label=Open new window +taskbar.tasks.newWindow.description=Open a new browser window. +taskbar.tasks.newPrivate.label=Open private window +taskbar.tasks.newPrivate.description=Open a new private browsing window. +taskbar.tasks.mailWindow.label=Open Mail & Newsgroups +taskbar.tasks.mailWindow.description=Open the Mail & Newsgroups window. +taskbar.tasks.composeMessage.label=Compose new message +taskbar.tasks.composeMessage.description=Compose a new message. +taskbar.tasks.openAddressBook.label=Open Address Book +taskbar.tasks.openAddressBook.description=Open your Address Book. +taskbar.tasks.openEditor.label=Open new Composer page +taskbar.tasks.openEditor.description=Open a new Composer page. +taskbar.frequent.label=Frequent +taskbar.recent.label=Recent + diff --git a/l10n-en-GB/suite/chrome/browser/unix/platformNavigationBindings.dtd b/l10n-en-GB/suite/chrome/browser/unix/platformNavigationBindings.dtd new file mode 100644 index 0000000000..9f0871f517 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/unix/platformNavigationBindings.dtd @@ -0,0 +1,9 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE: RTL languages may wish to switch these --> +<!ENTITY goBackCmd.keyCode "VK_LEFT"> +<!ENTITY goForwardCmd.keyCode "VK_RIGHT"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> diff --git a/l10n-en-GB/suite/chrome/browser/webDeveloper.dtd b/l10n-en-GB/suite/chrome/browser/webDeveloper.dtd new file mode 100644 index 0000000000..f14f7f1eeb --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/webDeveloper.dtd @@ -0,0 +1,72 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY validatePage.label "Validate This Page"> +<!ENTITY validatePage.accesskey "V"> +<!ENTITY allowRemoteDebugging.label "Allow Remote Debugging"> +<!ENTITY allowRemoteDebugging.accesskey "A"> + +<!ENTITY devToolsCmd.keycode "VK_F12"> +<!ENTITY devToolsCmd.keytext "F12"> + +<!ENTITY devtoolsConnect.label "Connect…"> +<!ENTITY devtoolsConnect.accesskey "e"> + +<!ENTITY browserConsoleCmd.label "Browser Console"> +<!ENTITY browserConsoleCmd.commandkey "Ζ"> +<!ENTITY browserConsoleCmd.accesskey "B"> + +<!ENTITY responsiveDesignTool.label "Responsive Design View"> +<!ENTITY responsiveDesignTool.accesskey "R"> + +<!ENTITY eyedropper.label "Eyedropper"> +<!ENTITY eyedropper.accesskey "y"> + +<!-- LOCALIZATION NOTE (scratchpad.label): This menu item label appears + - in the Tools menu. See bug 653093. + - The Scratchpad is intended to provide a simple text editor for creating + - and evaluating bits of JavaScript code for the purposes of function + - prototyping, experimentation and convenient scripting. + - + - It's quite possible that you won't have a good analogue for the word + - "Scratchpad" in your locale. You should feel free to find a close + - approximation to it or choose a word (or words) that means + - "simple discardable text editor". --> +<!ENTITY scratchpad.label "Scratchpad"> +<!ENTITY scratchpad.accesskey "S"> +<!ENTITY scratchpad.keycode "VK_F4"> +<!ENTITY scratchpad.keytext "F4"> + +<!-- LOCALIZATION NOTE (browserToolboxMenu.label): This is the label for the + - application menu item that opens the browser toolbox UI in the Tools menu. --> +<!ENTITY browserToolboxMenu.label "Browser Toolbox"> +<!ENTITY browserToolboxMenu.accesskey "e"> +<!ENTITY browserToolboxCmd.commandkey "I"> + +<!-- LOCALIZATION NOTE (browserContentToolboxMenu.label): This is the label for the + - application menu item that opens the browser content toolbox UI in the Tools menu. + - This toolbox allows to debug the chrome of the content process in multiprocess builds. --> +<!ENTITY browserContentToolboxMenu.label "Browser Content Toolbox"> +<!ENTITY browserContentToolboxMenu.accesskey "x"> + +<!ENTITY devToolbarCloseButton.tooltiptext "Close Developer Toolbar"> +<!ENTITY devToolbarMenu.label "Developer Toolbar"> +<!ENTITY devToolbarMenu.accesskey "D"> + +<!ENTITY webide.label "WebIDE"> +<!ENTITY webide.accesskey "W"> +<!ENTITY webide.keycode "VK_F8"> +<!ENTITY webide.keytext "F8"> + +<!ENTITY devToolbar.keycode "VK_F2"> +<!ENTITY devToolbar.keytext "F2"> + +<!ENTITY devToolboxMenuItem.label "Toggle Tools"> +<!ENTITY devToolboxMenuItem.accesskey "T"> +<!ENTITY devToolboxMenuItem.keytext "I"> + +<!ENTITY devToolbarToolsButton.tooltip "Toggle developer tools"> + +<!ENTITY getMoreDevtoolsCmd.label "Get More Tools"> +<!ENTITY getMoreDevtoolsCmd.accesskey "M"> diff --git a/l10n-en-GB/suite/chrome/browser/win/platformNavigationBindings.dtd b/l10n-en-GB/suite/chrome/browser/win/platformNavigationBindings.dtd new file mode 100644 index 0000000000..dcabc0a024 --- /dev/null +++ b/l10n-en-GB/suite/chrome/browser/win/platformNavigationBindings.dtd @@ -0,0 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE: RTL languages may wish to switch these --> +<!ENTITY goBackCmd.keyCode "VK_LEFT"> +<!ENTITY goForwardCmd.keyCode "VK_RIGHT"> |