diff options
Diffstat (limited to 'l10n-en-CA/editor/ui/chrome/composer')
8 files changed, 817 insertions, 0 deletions
diff --git a/l10n-en-CA/editor/ui/chrome/composer/editingOverlay.dtd b/l10n-en-CA/editor/ui/chrome/composer/editingOverlay.dtd new file mode 100644 index 0000000000..e460bf7f42 --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/editingOverlay.dtd @@ -0,0 +1,40 @@ +<!-- 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 items --> +<!ENTITY openFileCmd.label "Open File…"> +<!ENTITY openFileCmd.accesskey "O"> +<!ENTITY openFileCmd.key "O"> +<!ENTITY openRemoteCmd.label "Open Web Location…"> +<!ENTITY openRemoteCmd.accesskey "L"> +<!ENTITY openRemoteCmd.key "L"> +<!ENTITY fileRecentMenu.label "Recent Pages"> +<!ENTITY fileRecentMenu.accesskey "R"> +<!ENTITY saveCmd.label "Save"> +<!ENTITY saveCmd.accesskey "S"> +<!ENTITY saveAsCmd.label "Save As…"> +<!ENTITY saveAsCmd.accesskey "A"> +<!ENTITY saveAsChangeEncodingCmd2.label "Save And Change Text Encoding"> +<!ENTITY saveAsChangeEncodingCmd2.accesskey "E"> +<!ENTITY publishCmd.label "Publish"> +<!ENTITY publishCmd.accesskey "b"> +<!ENTITY publishCmd.key "S"> +<!ENTITY publishAsCmd.label "Publish As…"> +<!ENTITY publishAsCmd.accesskey "h"> +<!ENTITY fileRevert.label "Revert"> +<!ENTITY fileRevert.accesskey "t"> + +<!-- Edit menu items --> +<!ENTITY publishSettings.label "Publishing Site Settings…"> +<!ENTITY publishSettings.accesskey "b"> + +<!-- Toolbar buttons/items --> +<!ENTITY newToolbarCmd.label "New"> +<!ENTITY newToolbarCmd.tooltip "Create a new Composer page"> +<!ENTITY openToolbarCmd.label "Open"> +<!ENTITY openToolbarCmd.tooltip "Open a local file"> +<!ENTITY saveToolbarCmd.tooltip "Save file to a local location"> +<!ENTITY publishToolbarCmd.tooltip "Upload file to a remote location"> +<!ENTITY printToolbarCmd.label "Print"> +<!ENTITY printToolbarCmd.tooltip "Print this page"> diff --git a/l10n-en-CA/editor/ui/chrome/composer/editor.dtd b/l10n-en-CA/editor/ui/chrome/composer/editor.dtd new file mode 100644 index 0000000000..c73dc919f2 --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/editor.dtd @@ -0,0 +1,67 @@ +<!-- 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/. --> + +<!-- Window title --> +<!-- LOCALIZATION NOTE (editorWindow.titlemodifier): DONT_TRANSLATE --> +<!ENTITY editorWindow.titlemodifier "Composer"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> + +<!-- Menu items: the . means that the menu item isn't implemented yet --> + +<!-- Toolbar-only items --> +<!ENTITY compositionToolbar.tooltip "Composition Toolbar"> +<!ENTITY previewToolbarCmd.label "Browse"> +<!ENTITY previewToolbarCmd.tooltip "Load this page in the browser"> + +<!-- File menu items --> +<!ENTITY exportToTextCmd.label "Export to Text…"> +<!ENTITY exportToTextCmd.accesskey "x"> +<!ENTITY previewCmd.label "Browse Page"> +<!ENTITY previewCmd.accesskey "w"> +<!ENTITY sendPageCmd.label "Send Page…"> +<!ENTITY sendPageCmd.accesskey "d"> + +<!-- View menu items --> +<!ENTITY compositionToolbarCmd.label "Composition Toolbar"> +<!ENTITY compositionToolbarCmd.accesskey "C"> +<!ENTITY formattingToolbarCmd.label "Format Toolbar"> +<!ENTITY formattingToolbarCmd.accesskey "F"> +<!ENTITY editmodeToolbarCmd.label "Edit Mode Toolbar"> +<!ENTITY editmodeToolbarCmd.accesskey "E"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Format"> +<!ENTITY formatMenu.accesskey "o"> +<!ENTITY grid.label "Positioning grid"> +<!ENTITY grid.accesskey "t"> +<!ENTITY pageProperties.label "Page Title and Properties…"> +<!ENTITY pageProperties.accesskey "g"> + +<!-- Tools menu items --> +<!ENTITY validateCmd.label "Validate HTML"> +<!ENTITY validateCmd.accesskey "V"> + +<!-- Display Mode toolbar and View menu items --> +<!ENTITY NormalModeTab.label "Normal"> +<!ENTITY NormalMode.label "Normal Edit Mode"> +<!ENTITY NormalMode.accesskey "N"> +<!ENTITY NormalMode.tooltip "Show table borders and named anchors"> +<!ENTITY AllTagsModeTab.label "HTML Tags"> +<!ENTITY AllTagsMode.label "HTML Tags"> +<!ENTITY AllTagsMode.accesskey "a"> +<!ENTITY AllTagsMode.tooltip "Display icons for all HTML tags"> +<!-- LOCALIZATION NOTE: (HTMLSourceModeTab.dir, HTMLSourceModeTab.label) + Do NOT translate text for 'HTMLSourceModeTab.dir', use latin "ltr" if + you want the <html> image to left of the 'HTMLSourceModeTab.label' text, + or use latin "rtl" if you want this image to the right of text. You do + not need to include HTML in the label 'HTMLSourceModeTab.label' --> +<!ENTITY HTMLSourceModeTab.dir "ltr"> +<!ENTITY HTMLSourceModeTab.label "Source"> +<!ENTITY HTMLSourceMode.label "HTML Source"> +<!ENTITY HTMLSourceMode.accesskey "H"> +<!ENTITY HTMLSourceMode.tooltip "Edit HTML source"> +<!ENTITY PreviewModeTab.label "Preview"> +<!ENTITY PreviewMode.label "Preview"> +<!ENTITY PreviewMode.accesskey "P"> +<!ENTITY PreviewMode.tooltip "Display as WYSIWYG (as in the browser)"> diff --git a/l10n-en-CA/editor/ui/chrome/composer/editor.properties b/l10n-en-CA/editor/ui/chrome/composer/editor.properties new file mode 100644 index 0000000000..c50c1db5b6 --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/editor.properties @@ -0,0 +1,208 @@ +# 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 FILE: embedded "\n" represent HTML breaks (<br>) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=No +Save=Save +More=More +Less=Less +MoreProperties=More Properties +FewerProperties=Fewer Properties +PropertiesAccessKey=P +None=None +none=none +OpenHTMLFile=Open HTML File +OpenTextFile=Open Text File +SelectImageFile=Select Image File +SaveDocument=Save Page +SaveDocumentAs=Save Page As +SaveTextAs=Save Text As +EditMode=Edit Mode +Preview=Preview +Publish=Publish +PublishPage=Publish Page +DontPublish=Don’t Publish +SavePassword=Use Password Manager to save this password +CorrectSpelling=(correct spelling) +NoSuggestedWords=(no suggested words) +NoMisspelledWord=No misspelled words +CheckSpellingDone=Completed spell checking. +CheckSpelling=Check Spelling +InputError=Error +Alert=Alert +CantEditFramesetMsg=Composer cannot edit HTML framesets, or pages with inline frames. For framesets, try editing the page for each frame separately. For pages with iframes, save a copy of the page and remove the <iframe> tag. +CantEditMimeTypeMsg=This type of page can’t be edited. +CantEditDocumentMsg=This page can’t be edited for an unknown reason. +BeforeClosing=before closing +BeforePreview=before viewing in the browser +BeforeValidate=before validating the document +# LOCALIZATION NOTE (SaveFilePrompt, PublishPrompt): Don't translate %title% and %reason% (this is the reason for asking user to close, such as "before closing") +SaveFilePrompt=Save changes to “%title%” %reason%? +PublishPrompt=Save changes to “%title%” %reason%? +SaveFileFailed=Saving file failed! + +# Publishing error strings: +# LOCALIZATION NOTE Don't translate %dir% or %file% in the Publishing error strings: +FileNotFound=%file% not found. +SubdirDoesNotExist=The subdirectory “%dir%” doesn’t exist on this site or the filename “%file%” is already in use by another subdirectory. +FilenameIsSubdir=The filename “%file%” is already in use by another subdirectory. +ServerNotAvailable=The server is not available. Check your connection and try again later. +Offline=You are currently offline. Click the icon near the lower-right corner of any window to go online. +DiskFull=There is not enough disk space available to save the file “%file%.” +NameTooLong=The filename or subdirectory name is too long. +AccessDenied=You do not have permission to publish to this location. +UnknownPublishError=Unknown publishing error occurred. +PublishFailed=Publishing failed. +PublishCompleted=Publishing completed. +AllFilesPublished=All files published +# LOCALIZATION NOTE Don't translate %x% or %total% +FailedFileMsg=%x% of %total% files failed to publish. +# End-Publishing error strings +Prompt=Prompt +# LOCALIZATION NOTE (PromptFTPUsernamePassword): Don't translate %host% +PromptFTPUsernamePassword=Enter username and password for FTP server at %host% +RevertCaption=Revert To Last Saved +Revert=Revert +SendPageReason=before sending this page +Send=Send +## LOCALIZATION NOTE (PublishProgressCaption, PublishToSite, AbandonChanges): Don't translate %title% +PublishProgressCaption=Publishing: %title% +PublishToSite=Publishing to Site: %title% +AbandonChanges=Abandon unsaved changes to “%title%” and reload page? +DocumentTitle=Page Title +NeedDocTitle=Please enter a title for the current page. +DocTitleHelp=This identifies the page in the window title and bookmarks. +CancelPublishTitle=Cancel publishing? +## LOCALIZATION NOTE: "Continue" in this sentence must match the text for +## the CancelPublishContinue key below +CancelPublishMessage=Cancelling while publishing is in progress may result in your file(s) being incompletely transferred. Would you like to Continue or Cancel? +CancelPublishContinue=Continue +MissingImageError=Please enter or choose an image of type gif, jpg, or png. +EmptyHREFError=Please choose a location to create a new link. +LinkText=Link Text +LinkImage=Link Image +MixedSelection=[Mixed selection] +Mixed=(mixed) +# LOCALIZATION NOTE (NotInstalled): %S is the name of the font +NotInstalled=%S (not installed) +EnterLinkText=Enter text to display for the link: +EnterLinkTextAccessKey=T +EmptyLinkTextError=Please enter some text for this link. +EditTextWarning=This will replace existing content. +#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max% +ValidateRangeMsg=The number you entered (%n%) is outside of the allowed range. +ValidateNumberMsg=Please enter a number between %min% and %max%. +MissingAnchorNameError=Please enter a name for this anchor. +#LOCALIZATION NOTE (DuplicateAnchorNameError): Don't translate %name% +DuplicateAnchorNameError=“%name%” already exists in this page. Please enter a different name. +BulletStyle=Bullet Style +SolidCircle=Solid circle +OpenCircle=Open circle +SolidSquare=Solid square +NumberStyle=Number Style +Automatic=Automatic +Style_1=1, 2, 3… +Style_I=I, II, III… +Style_i=i, ii, iii… +Style_A=A, B, C… +Style_a=a, b, c… +Pixels=pixels +Percent=percent +PercentOfCell=% of cell +PercentOfWindow=% of window +PercentOfTable=% of table +#LOCALIZATION NOTE (untitledTitle): %S is the window #. No plural handling needed. +untitledTitle=untitled-%S +untitledDefaultFilename=untitled +ShowToolbar=Show Toolbar +HideToolbar=Hide Toolbar +ImapError=Unable to load image +ImapCheck=\nPlease select a new location (URL) and try again. +SaveToUseRelativeUrl=Relative URLs can only be used on pages which have been saved +NoNamedAnchorsOrHeadings=(No named anchors or headings in this page) +TextColor=Text Colour +HighlightColor=Highlight Colour +PageColor=Page Background Colour +BlockColor=Block Background Colour +TableColor=Table Background Colour +CellColor=Cell Background Colour +TableOrCellColor=Table or Cell Colour +LinkColor=Link Text Colour +ActiveLinkColor=Active Link Colour +VisitedLinkColor=Visited Link Colour +NoColorError=Click on a colour or enter a valid HTML colour string +Table=Table +TableCell=Table Cell +NestedTable=Nested Table +HLine=Horizontal Line +Link=Link +Image=Image +ImageAndLink=Image and Link +NamedAnchor=Named Anchor +List=List +ListItem=List Item +Form=Form +InputTag=Form Field +InputImage=Form Image +TextArea=Text Area +Select=Selection List +Button=Button +Label=Label +FieldSet=Field Set +Tag=Tag +MissingSiteNameError=Please enter a name for this publishing site. +MissingPublishUrlError=Please enter a location for publishing this page. +MissingPublishFilename=Please enter a filename for the current page. +#LOCALIZATION NOTE (DuplicateSiteNameError): Don't translate %name% +DuplicateSiteNameError=“%name%” already exists. Please enter a different site name. +AdvancedProperties=Advanced Properties… +AdvancedEditForCellMsg=Advanced Edit is unavailable when multiple cells are selected +# LOCALIZATION NOTE (ObjectProperties):Don't translate "%obj%" it will be replaced with one of above object nouns +ObjectProperties=%obj% Properties… +# LOCALIZATION NOTE This character must be in the above string and not conflict with other accesskeys in Format menu +ObjectPropertiesAccessKey=o +# LOCALIZATION NOTE (JoinSelectedCells): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinSelectedCells=Join Selected Cells +# LOCALIZATION NOTE (JoinCellToRight): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinCellToRight=Join with Cell to the Right +JoinCellAccesskey=j +# LOCALIZATION NOTE (TableSelectKey): Ctrl key on a keyboard +TableSelectKey=Ctrl+ +# LOCALIZATION NOTE (XulKeyMac): Command key on a Mac keyboard +XulKeyMac=Cmd+ +# LOCALIZATION NOTE (Del): Del key on a keyboard +Del=Del +Delete=Delete +DeleteCells=Delete Cells +DeleteTableTitle=Delete Rows or Columns +DeleteTableMsg=Reducing the number of rows or columns will delete table cells and their contents. Do you really want to do this? +Clear=Clear +#Mouse actions +Click=Click +Drag=Drag +Unknown=Unknown +# +# LOCALIZATION NOTE "RemoveTextStylesAccesskey" is used for both +# menu items: "RemoveTextStyles" and "StopTextStyles" +RemoveTextStylesAccesskey=x +RemoveTextStyles=Remove All Text Styles +StopTextStyles=Discontinue Text Styles +# +# LOCALIZATION NOTE "RemoveLinksAccesskey" is used for both +# menu items: "RemoveLinks" and "StopLinks" +RemoveLinksAccesskey=n +RemoveLinks=Remove Links +StopLinks=Discontinue Link +# +NoFormAction=It is recommended that you enter an action for this form. Self-posting forms are an advanced technique that may not work consistently in all browsers. +NoAltText=If the image is relevant to the content of the document, you must supply alternate text that will appear in text-only browsers, and that will appear in other browsers when an image is loading or when image loading is disabled. +# +Malformed=The source could not be converted back into the document because it is not valid XHTML. +NoLinksToCheck=There are no elements with links to check diff --git a/l10n-en-CA/editor/ui/chrome/composer/editorOverlay.dtd b/l10n-en-CA/editor/ui/chrome/composer/editorOverlay.dtd new file mode 100644 index 0000000000..b350ff3628 --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/editorOverlay.dtd @@ -0,0 +1,371 @@ +<!-- 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/. --> + +<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. --> + +<!-- File menu items --> +<!ENTITY saveCmd.key "S"> + +<!-- Edit menu items --> +<!ENTITY pasteNoFormatting.label "Paste Without Formatting"> +<!ENTITY pasteNoFormatting.accesskey "n"> +<!ENTITY pasteNoFormatting.key "V"> +<!ENTITY pasteAs.label "Paste As"> +<!ENTITY pasteAs.accesskey "a"> +<!ENTITY pasteAsQuotationCmd.label "Paste As Quotation"> +<!ENTITY pasteAsQuotationCmd.accesskey "Q"> +<!ENTITY pasteAsQuotationCmd.key "o"> +<!ENTITY findBarCmd.label "Find…"> +<!ENTITY findReplaceCmd.label "Find and Replace…"> +<!ENTITY enableInlineSpellChecker.label "Spellcheck As You Type"> +<!ENTITY enableInlineSpellChecker.accesskey "S"> +<!ENTITY checkSpellingCmd2.label "Check Spelling…"> +<!ENTITY checkSpellingCmd2.accesskey "h"> +<!ENTITY checkSpellingCmd2.key "p"> + +<!-- Insert menu items --> +<!ENTITY insertMenu.label "Insert"> +<!ENTITY insertMenu.accesskey "I"> +<!ENTITY insertLinkCmd2.label "Link…"> +<!ENTITY insertLinkCmd2.accesskey "L"> +<!ENTITY insertLinkCmd2.key "K"> +<!ENTITY insertAnchorCmd.label "Named Anchor…"> +<!ENTITY insertAnchorCmd.accesskey "A"> +<!ENTITY insertImageCmd.label "Image…"> +<!ENTITY insertImageCmd.accesskey "I"> +<!ENTITY insertHLineCmd.label "Horizontal Line"> +<!ENTITY insertHLineCmd.accesskey "o"> +<!ENTITY insertTableCmd.label "Table…"> +<!ENTITY insertTableCmd.accesskey "T"> +<!ENTITY insertHTMLCmd.label "HTML…"> +<!ENTITY insertHTMLCmd.accesskey "H"> +<!ENTITY insertMathCmd.label "Math…"> +<!ENTITY insertMathCmd.accesskey "M"> +<!ENTITY insertCharsCmd.label "Characters and Symbols…"> +<!ENTITY insertCharsCmd.accesskey "C"> +<!ENTITY insertBreakAllCmd.label "Break Below Image(s)"> +<!ENTITY insertBreakAllCmd.accesskey "k"> + +<!-- Used just in context popup. --> +<!ENTITY createLinkCmd.label "Create Link…"> +<!ENTITY createLinkCmd.accesskey "k"> +<!ENTITY editLinkCmd.label "Edit Link in New Composer"> +<!ENTITY editLinkCmd.accesskey "i"> + +<!-- Font Face SubMenu --> +<!ENTITY FontFaceSelect.title "Font"> +<!ENTITY FontFaceSelect.tooltip "Choose a font"> +<!ENTITY fontfaceMenu.label "Font"> +<!ENTITY fontfaceMenu.accesskey "F"> +<!ENTITY fontVarWidth.label "Variable Width"> +<!ENTITY fontVarWidth.accesskey "V"> +<!ENTITY fontFixedWidth.label "Fixed Width"> +<!ENTITY fontFixedWidth.accesskey "x"> +<!ENTITY fontFixedWidth.key "T"> +<!ENTITY fontHelvetica.label "Helvetica, Arial"> +<!ENTITY fontHelvetica.accesskey "l"> +<!ENTITY fontTimes.label "Times"> +<!ENTITY fontTimes.accesskey "T"> +<!ENTITY fontCourier.label "Courier"> +<!ENTITY fontCourier.accesskey "C"> + +<!-- Font Size SubMenu --> +<!ENTITY FontSizeSelect.title "Font Size"> +<!ENTITY FontSizeSelect.tooltip "Choose a font size"> +<!ENTITY decreaseFontSize.label "Smaller"> +<!ENTITY decreaseFontSize.accesskey "r"> +<!ENTITY decrementFontSize.key "<"> +<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards --> +<!ENTITY increaseFontSize.label "Larger"> +<!ENTITY increaseFontSize.accesskey "g"> +<!ENTITY incrementFontSize.key ">"> +<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards --> + +<!ENTITY fontSizeMenu.label "Size"> +<!ENTITY fontSizeMenu.accesskey "z"> +<!ENTITY size-tinyCmd.label "Tiny"> +<!ENTITY size-tinyCmd.accesskey "T"> +<!ENTITY size-smallCmd.label "Small"> +<!ENTITY size-smallCmd.accesskey "S"> +<!ENTITY size-mediumCmd.label "Medium"> +<!ENTITY size-mediumCmd.accesskey "M"> +<!ENTITY size-largeCmd.label "Large"> +<!ENTITY size-largeCmd.accesskey "L"> +<!ENTITY size-extraLargeCmd.label "Extra Large"> +<!ENTITY size-extraLargeCmd.accesskey "x"> +<!ENTITY size-hugeCmd.label "Huge"> +<!ENTITY size-hugeCmd.accesskey "H"> + +<!-- Font Style SubMenu --> +<!ENTITY fontStyleMenu.label "Text Style"> +<!ENTITY fontStyleMenu.accesskey "S"> +<!ENTITY styleBoldCmd.label "Bold"> +<!ENTITY styleBoldCmd.accesskey "B"> +<!ENTITY styleBoldCmd.key "B"> +<!ENTITY styleItalicCmd.label "Italic"> +<!ENTITY styleItalicCmd.accesskey "I"> +<!ENTITY styleItalicCmd.key "I"> +<!ENTITY styleUnderlineCmd.label "Underline"> +<!ENTITY styleUnderlineCmd.accesskey "U"> +<!ENTITY styleUnderlineCmd.key "U"> +<!ENTITY styleStrikeThruCmd.label "Strikethrough"> +<!ENTITY styleStrikeThruCmd.accesskey "k"> +<!ENTITY styleSuperscriptCmd.label "Superscript"> +<!ENTITY styleSuperscriptCmd.accesskey "p"> +<!ENTITY styleSubscriptCmd.label "Subscript"> +<!ENTITY styleSubscriptCmd.accesskey "S"> +<!ENTITY styleNonbreakingCmd.label "Nonbreaking"> +<!ENTITY styleNonbreakingCmd.accesskey "N"> +<!ENTITY styleEm.label "Emphasis"> +<!ENTITY styleEm.accesskey "E"> +<!ENTITY styleStrong.label "Stronger Emphasis"> +<!ENTITY styleStrong.accesskey "t"> +<!ENTITY styleCite.label "Citation"> +<!ENTITY styleCite.accesskey "C"> +<!ENTITY styleAbbr.label "Abbreviation"> +<!ENTITY styleAbbr.accesskey "A"> +<!ENTITY styleAcronym.label "Acronym"> +<!ENTITY styleAcronym.accesskey "r"> +<!ENTITY styleCode.label "Code"> +<!ENTITY styleCode.accesskey "o"> +<!ENTITY styleSamp.label "Sample Output"> +<!ENTITY styleSamp.accesskey "m"> +<!ENTITY styleVar.label "Variable"> +<!ENTITY styleVar.accesskey "V"> + +<!ENTITY formatFontColor.label "Text Colour…"> +<!ENTITY formatFontColor.accesskey "C"> +<!ENTITY tableOrCellColor.label "Table or Cell Background Colour…"> +<!ENTITY tableOrCellColor.accesskey "B"> + +<!ENTITY formatRemoveStyles.key "Y"> +<!ENTITY formatRemoveLinks.key "K"> +<!ENTITY formatRemoveNamedAnchors.label "Remove Named Anchors"> +<!ENTITY formatRemoveNamedAnchors.accesskey "R"> +<!ENTITY formatRemoveNamedAnchors2.key "R"> + +<!ENTITY paragraphMenu.label "Paragraph"> +<!ENTITY paragraphMenu.accesskey "P"> +<!ENTITY paragraphParagraphCmd.label "Paragraph"> +<!ENTITY paragraphParagraphCmd.accesskey "P"> +<!ENTITY heading1Cmd.label "Heading 1"> +<!ENTITY heading1Cmd.accesskey "1"> +<!ENTITY heading2Cmd.label "Heading 2"> +<!ENTITY heading2Cmd.accesskey "2"> +<!ENTITY heading3Cmd.label "Heading 3"> +<!ENTITY heading3Cmd.accesskey "3"> +<!ENTITY heading4Cmd.label "Heading 4"> +<!ENTITY heading4Cmd.accesskey "4"> +<!ENTITY heading5Cmd.label "Heading 5"> +<!ENTITY heading5Cmd.accesskey "5"> +<!ENTITY heading6Cmd.label "Heading 6"> +<!ENTITY heading6Cmd.accesskey "6"> +<!ENTITY paragraphAddressCmd.label "Address"> +<!ENTITY paragraphAddressCmd.accesskey "A"> +<!ENTITY paragraphPreformatCmd.label "Preformat"> +<!ENTITY paragraphPreformatCmd.accesskey "f"> + +<!-- List menu items --> +<!ENTITY formatlistMenu.label "List"> +<!ENTITY formatlistMenu.accesskey "L"> +<!ENTITY noneCmd.label "None"> +<!ENTITY noneCmd.accesskey "N"> +<!ENTITY listBulletCmd.label "Bulleted"> +<!ENTITY listBulletCmd.accesskey "B"> +<!ENTITY listNumberedCmd.label "Numbered"> +<!ENTITY listNumberedCmd.accesskey "m"> +<!ENTITY listTermCmd.label "Term"> +<!ENTITY listTermCmd.accesskey "T"> +<!ENTITY listDefinitionCmd.label "Definition"> +<!ENTITY listDefinitionCmd.accesskey "D"> +<!ENTITY listPropsCmd.label "List Properties…"> +<!ENTITY listPropsCmd.accesskey "L"> + +<!ENTITY ParagraphSelect.title "Paragraph"> +<!ENTITY ParagraphSelect.tooltip "Choose a paragraph format"> +<!-- Shared in Paragraph, and Toolbar menulist --> +<!ENTITY bodyTextCmd.label "Body Text"> +<!ENTITY bodyTextCmd.accesskey "T"> +<!-- isn't used in menu now, but may be added in future --> +<!ENTITY advancedPropertiesCmd.label "Advanced Properties"> +<!ENTITY advancedPropertiesCmd.accesskey "v"> + +<!-- Align menu items --> +<!ENTITY alignMenu.label "Align"> +<!ENTITY alignMenu.accesskey "A"> +<!ENTITY alignLeft.label "Left"> +<!ENTITY alignLeft.accesskey "L"> +<!ENTITY alignLeft.tooltip "Align Left"> +<!ENTITY alignCenter.label "Centre"> +<!ENTITY alignCenter.accesskey "C"> +<!ENTITY alignCenter.tooltip "Align Centre"> +<!ENTITY alignRight.label "Right"> +<!ENTITY alignRight.accesskey "R"> +<!ENTITY alignRight.tooltip "Align Right"> +<!ENTITY alignJustify.label "Justify"> +<!ENTITY alignJustify.accesskey "J"> +<!ENTITY alignJustify.tooltip "Align Justified"> + +<!-- Layer toolbar items --> +<!ENTITY absolutePosition.label "Positioning"> +<!ENTITY layer.tooltip "Layer"> +<!ENTITY decreaseZIndex.label "Send to Back"> +<!ENTITY layerSendToBack.tooltip "Send to Back"> +<!ENTITY increaseZIndex.label "Bring to Front"> +<!ENTITY layerBringToFront.tooltip "Bring to Front"> + +<!ENTITY increaseIndent.label "Increase Indent"> +<!ENTITY increaseIndent.accesskey "I"> +<!ENTITY increaseIndent.key "]"> +<!ENTITY decreaseIndent.label "Decrease Indent"> +<!ENTITY decreaseIndent.accesskey "D"> +<!ENTITY decreaseIndent.key "["> + +<!ENTITY colorsAndBackground.label "Page Colours and Background…"> +<!ENTITY colorsAndBackground.accesskey "u"> + +<!-- Table Menu --> +<!ENTITY tableMenu.label "Table"> +<!ENTITY tableMenu.accesskey "b"> + +<!-- Select Submenu --> +<!ENTITY tableSelectMenu.label "Select"> +<!ENTITY tableSelectMenu.accesskey "S"> + +<!ENTITY tableSelectMenu2.label "Table Select"> +<!ENTITY tableSelectMenu2.accesskey "S"> +<!ENTITY tableInsertMenu2.label "Table Insert"> +<!ENTITY tableInsertMenu2.accesskey "I"> +<!ENTITY tableDeleteMenu2.label "Table Delete"> +<!ENTITY tableDeleteMenu2.accesskey "D"> + +<!-- Insert SubMenu --> +<!ENTITY tableInsertMenu.label "Insert"> +<!ENTITY tableInsertMenu.accesskey "I"> +<!ENTITY tableTable.label "Table"> +<!ENTITY tableTable.accesskey "T"> +<!ENTITY tableRow.label "Row"> +<!ENTITY tableRows.label "Row(s)"> +<!ENTITY tableRow.accesskey "R"> +<!ENTITY tableRowAbove.label "Row Above"> +<!ENTITY tableRowAbove.accesskey "R"> +<!ENTITY tableRowBelow.label "Row Below"> +<!ENTITY tableRowBelow.accesskey "B"> +<!ENTITY tableColumn.label "Column"> +<!ENTITY tableColumns.label "Column(s)"> +<!ENTITY tableColumn.accesskey "o"> +<!ENTITY tableColumnBefore.label "Column Before"> +<!ENTITY tableColumnBefore.accesskey "o"> +<!ENTITY tableColumnAfter.label "Column After"> +<!ENTITY tableColumnAfter.accesskey "A"> +<!ENTITY tableCell.label "Cell"> +<!ENTITY tableCells.label "Cell(s)"> +<!ENTITY tableCell.accesskey "C"> +<!ENTITY tableCellContents.label "Cell Contents"> +<!ENTITY tableCellContents.accesskey "n"> +<!ENTITY tableAllCells.label "All Cells"> +<!ENTITY tableAllCells.accesskey "A"> +<!ENTITY tableCellBefore.label "Cell Before"> +<!ENTITY tableCellBefore.accesskey "C"> +<!ENTITY tableCellAfter.label "Cell After"> +<!ENTITY tableCellAfter.accesskey "f"> +<!-- Delete SubMenu --> +<!ENTITY tableDeleteMenu.label "Delete"> +<!ENTITY tableDeleteMenu.accesskey "D"> + +<!-- text for "Join Cells" is in editor.properties + ("JoinSelectedCells" and "JoinCellToRight") + the access key must exist in both of those strings + But value must be set here for accesskey to draw properly +--> +<!ENTITY tableJoinCells.label "j"> +<!ENTITY tableJoinCells.accesskey "j"> +<!ENTITY tableSplitCell.label "Split Cell"> +<!ENTITY tableSplitCell.accesskey "C"> +<!ENTITY convertToTable.label "Create Table from Selection"> +<!ENTITY convertToTable.accesskey "r"> +<!ENTITY tableProperties.label "Table Properties…"> +<!ENTITY tableProperties.accesskey "o"> + +<!-- Toolbar-only items --> +<!ENTITY menuBar.tooltip "Menu Bar"> +<!ENTITY formatToolbar.tooltip "Formatting Toolbar"> +<!ENTITY cutToolbarCmd.tooltip "Cut"> +<!ENTITY copyToolbarCmd.tooltip "Copy"> +<!ENTITY pasteToolbarCmd.tooltip "Paste"> +<!ENTITY printToolbarCmd.label "Print"> +<!ENTITY printToolbarCmd.tooltip "Print this page"> +<!ENTITY findToolbarCmd.label "Find"> +<!ENTITY findToolbarCmd.tooltip "Find text in page"> +<!ENTITY spellToolbarCmd.label "Spell"> +<!ENTITY spellToolbarCmd.tooltip "Check spelling of selection or entire page"> +<!ENTITY imageToolbarCmd.label "Image"> +<!ENTITY imageToolbarCmd.tooltip "Insert new image or edit selected image’s properties"> +<!ENTITY hruleToolbarCmd.label "H.Line"> +<!ENTITY hruleToolbarCmd.tooltip "Insert horizontal line or edit selected line’s properties"> +<!ENTITY tableToolbarCmd.label "Table"> +<!ENTITY tableToolbarCmd.tooltip "Insert new table or edit selected table’s properties"> +<!ENTITY linkToolbarCmd.label "Link"> +<!ENTITY linkToolbarCmd.tooltip "Insert new link or edit selected link’s properties"> +<!ENTITY anchorToolbarCmd.label "Anchor"> +<!ENTITY anchorToolbarCmd.tooltip "Insert new named anchor or edit selected anchor’s properties"> +<!ENTITY colorButtons.title "Colours"> +<!ENTITY TextColorButton.tooltip "Choose colour for text"> +<!ENTITY BackgroundColorButton.tooltip "Choose colour for background"> +<!ENTITY throbber.tooltip "Go to the &vendorShortName; home page"> +<!ENTITY throbber.tooltip2 "Go to the &brandShortName; home page"> +<!ENTITY HighlightColorButton.label "Highlighter"> +<!ENTITY HighlightColorButton.tooltip "Choose highlight colour for text"> + +<!-- Editor toolbar --> +<!ENTITY absoluteFontSize.label "Font Size"> +<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Set font size"> +<!ENTITY smaller.label "Smaller"> +<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Smaller font size"> +<!ENTITY larger.label "Larger"> +<!ENTITY increaseFontSizeToolbarCmd.tooltip "Larger font size"> +<!ENTITY bold.label "Bold"> +<!ENTITY boldToolbarCmd.tooltip "Bold"> +<!ENTITY italic.label "Italic"> +<!ENTITY italicToolbarCmd.tooltip "Italic"> +<!ENTITY underline.label "Underline"> +<!ENTITY underlineToolbarCmd.tooltip "Underline"> +<!ENTITY bullets.label "Bullets"> +<!ENTITY bulletListToolbarCmd.tooltip "Apply or remove bulleted list"> +<!ENTITY numbers.label "Numbers"> +<!ENTITY numberListToolbarCmd.tooltip "Apply or remove numbered list"> +<!ENTITY outdent.label "Outdent"> +<!ENTITY outdentToolbarCmd.tooltip "Outdent text (move left)"> +<!ENTITY indent.label "Indent"> +<!ENTITY indentToolbarCmd.tooltip "Indent text (move right)"> +<!ENTITY AlignPopupButton.label "Alignment"> +<!ENTITY AlignPopupButton.tooltip "Choose text alignment"> +<!ENTITY InsertPopupButton.label "Insert"> +<!ENTITY InsertPopupButton.tooltip "Insert a Link, Anchor, Image, Horizontal Line, or Table"> +<!ENTITY alignLeftButton.label "Align Left"> +<!ENTITY alignLeftButton.tooltip "Align text along left margin"> +<!ENTITY alignCenterButton.label "Align Centre"> +<!ENTITY alignCenterButton.tooltip "Align text centred"> +<!ENTITY alignRightButton.label "Align Right"> +<!ENTITY alignRightButton.tooltip "Align text along right margin"> +<!ENTITY alignJustifyButton.label "Align Justify"> +<!ENTITY alignJustifyButton.tooltip "Align text along left and right margins"> + +<!-- Structure Toolbar Context Menu items --> +<!ENTITY structSelect.label "Select"> +<!ENTITY structSelect.accesskey "s"> +<!ENTITY structRemoveTag.label "Remove tag"> +<!ENTITY structRemoveTag.accesskey "r"> +<!ENTITY structChangeTag.label "Change tag"> +<!ENTITY structChangeTag.accesskey "c"> + +<!-- TOC manipulation --> +<!ENTITY insertTOC.label "Insert"> +<!ENTITY insertTOC.accesskey "i"> +<!ENTITY updateTOC.label "Update"> +<!ENTITY updateTOC.accesskey "u"> +<!ENTITY removeTOC.label "Remove"> +<!ENTITY removeTOC.accesskey "r"> +<!ENTITY tocMenu.label "Table of Contents…"> +<!ENTITY tocMenu.accesskey "b"> diff --git a/l10n-en-CA/editor/ui/chrome/composer/editorPrefsOverlay.dtd b/l10n-en-CA/editor/ui/chrome/composer/editorPrefsOverlay.dtd new file mode 100644 index 0000000000..6991e5553f --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/editorPrefsOverlay.dtd @@ -0,0 +1,13 @@ +<!-- 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 (editorCheck.label): DONT_TRANSLATE --> +<!ENTITY editorCheck.label "Composer"> +<!ENTITY editorCheck.accesskey "c"> + +<!ENTITY compose.label "Composer"> +<!ENTITY editing.label "New Page Settings"> +<!ENTITY toolbars.label "Toolbars"> +<!ENTITY publish.label "Publishing"> diff --git a/l10n-en-CA/editor/ui/chrome/composer/editorSmileyOverlay.dtd b/l10n-en-CA/editor/ui/chrome/composer/editorSmileyOverlay.dtd new file mode 100644 index 0000000000..a0f0b5847e --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/editorSmileyOverlay.dtd @@ -0,0 +1,58 @@ +<!-- 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/. --> + +<!-- Smiley Menu items --> +<!ENTITY insertSmiley.label "Smiley"> +<!ENTITY insertSmiley.accesskey "S"> + +<!ENTITY smiley1Cmd.label "Smile"> +<!ENTITY smiley1Cmd.accesskey "S"> +<!ENTITY smiley1Cmd.tooltip "Insert a smiley face"> +<!ENTITY smiley2Cmd.label "Frown"> +<!ENTITY smiley2Cmd.accesskey "F"> +<!ENTITY smiley2Cmd.tooltip "Insert a frown face"> +<!ENTITY smiley3Cmd.label "Wink"> +<!ENTITY smiley3Cmd.accesskey "W"> +<!ENTITY smiley3Cmd.tooltip "Insert a wink face"> +<!ENTITY smiley4Cmd.label "Tongue-out"> +<!ENTITY smiley4Cmd.accesskey "T"> +<!ENTITY smiley4Cmd.tooltip "Insert a tongue-out face"> +<!ENTITY smiley5Cmd.label "Laughing"> +<!ENTITY smiley5Cmd.accesskey "L"> +<!ENTITY smiley5Cmd.tooltip "Insert a laughing face"> +<!ENTITY smiley6Cmd.label "Embarrassed"> +<!ENTITY smiley6Cmd.accesskey "E"> +<!ENTITY smiley6Cmd.tooltip "Insert an embarrassed face"> +<!ENTITY smiley7Cmd.label "Undecided"> +<!ENTITY smiley7Cmd.accesskey "U"> +<!ENTITY smiley7Cmd.tooltip "Insert an undecided face"> +<!ENTITY smiley8Cmd.label "Surprise"> +<!ENTITY smiley8Cmd.accesskey "p"> +<!ENTITY smiley8Cmd.tooltip "Insert a surprised face"> +<!ENTITY smiley9Cmd.label "Kiss"> +<!ENTITY smiley9Cmd.accesskey "K"> +<!ENTITY smiley9Cmd.tooltip "Insert a kiss face"> +<!ENTITY smiley10Cmd.label "Yell"> +<!ENTITY smiley10Cmd.accesskey "Y"> +<!ENTITY smiley10Cmd.tooltip "Insert a yelling face"> +<!ENTITY smiley11Cmd.label "Cool"> +<!ENTITY smiley11Cmd.accesskey "C"> +<!ENTITY smiley11Cmd.tooltip "Insert a cool face"> +<!ENTITY smiley12Cmd.label "Money-Mouth"> +<!ENTITY smiley12Cmd.accesskey "M"> +<!ENTITY smiley12Cmd.tooltip "Insert a money-mouth face"> +<!ENTITY smiley13Cmd.label "Foot-in-Mouth"> +<!ENTITY smiley13Cmd.accesskey "o"> +<!ENTITY smiley13Cmd.tooltip "Insert a foot-in-mouth face"> +<!ENTITY smiley14Cmd.label "Innocent"> +<!ENTITY smiley14Cmd.accesskey "I"> +<!ENTITY smiley14Cmd.tooltip "Insert an innocent face"> +<!ENTITY smiley15Cmd.label "Cry"> +<!ENTITY smiley15Cmd.accesskey "r"> +<!ENTITY smiley15Cmd.tooltip "Insert a crying face"> +<!ENTITY smiley16Cmd.label "Lips-are-Sealed"> +<!ENTITY smiley16Cmd.accesskey "a"> +<!ENTITY smiley16Cmd.tooltip "Insert a lips-are-sealed face"> +<!ENTITY SmileButton.label "Insert Smiley"> +<!ENTITY SmileButton.tooltip "Insert a smiley face"> diff --git a/l10n-en-CA/editor/ui/chrome/composer/pref-composer.dtd b/l10n-en-CA/editor/ui/chrome/composer/pref-composer.dtd new file mode 100644 index 0000000000..ccc32fca55 --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/pref-composer.dtd @@ -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/. --> + +<!-- extracted from content/pref-composer.xul --> + +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> + +<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE --> +<!ENTITY pref.composer.title "Composer"> +<!ENTITY recentFiles.title "Recent Pages Menu"> +<!ENTITY documentsInMenu.label "Maximum number of pages listed:"> +<!ENTITY documentsInMenu.accesskey "n"> +<!ENTITY savingFiles.title "When Saving or Publishing Pages"> +<!ENTITY preserveExisting.label "Preserve original source formatting"> +<!ENTITY preserveExisting.accesskey "P"> +<!ENTITY preserveExisting.tooltip "Preserves line breaks and page’s original formatting"> +<!ENTITY saveAssociatedFiles.label "Save images and other associated files when saving pages"> +<!ENTITY saveAssociatedFiles.accesskey "S"> +<!ENTITY showPublishDialog.label "Always show Publish dialog when publishing pages"> +<!ENTITY showPublishDialog.accesskey "A"> +<!ENTITY composerEditing.label "Editing"> +<!ENTITY maintainStructure.label "Maintain table layout when inserting or deleting cells"> +<!ENTITY maintainStructure.tooltip "Preserves table’s rectangular shape by automatically adding cells after inserting or deleting cells"> +<!ENTITY maintainStructure.accesskey "M"> +<!ENTITY useCSS.label "Use CSS styles instead of HTML elements and attributes"> +<!ENTITY useCSS.accesskey "U"> +<!ENTITY crInPCreatesNewP.label "Return in a paragraph always creates a new paragraph"> +<!ENTITY crInPCreatesNewP.accesskey "R"> diff --git a/l10n-en-CA/editor/ui/chrome/composer/pref-editing.dtd b/l10n-en-CA/editor/ui/chrome/composer/pref-editing.dtd new file mode 100644 index 0000000000..c3d8baede5 --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/composer/pref-editing.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 pref.editing.title "New Page Settings"> + +<!ENTITY authorName.label "Author:"> +<!ENTITY authorName.accesskey "u"> +<!ENTITY pageColorHeader "Default Page Appearance"> + +<!ENTITY defaultColors.label "Reader’s default colours (Don’t set colours in page)"> +<!ENTITY defaultColors.accesskey "d"> +<!ENTITY customColors.label "Use custom colours:"> +<!ENTITY customColors.accesskey "c"> + +<!ENTITY normalText.label "Normal text"> +<!ENTITY normalText.accesskey "N"> +<!ENTITY linkText.label "Link text"> +<!ENTITY linkText.accesskey "L"> +<!ENTITY activeLinkText.label "Active link text"> +<!ENTITY activeLinkText.accesskey "A"> +<!ENTITY visitedLinkText.label "Visited link text"> +<!ENTITY visitedLinkText.accesskey "V"> +<!ENTITY background.label "Background:"> +<!ENTITY background.accesskey "B"> +<!ENTITY colon.character ":"> + +<!ENTITY backgroundImage.label "Background image:"> +<!ENTITY backgroundImage.accesskey "m"> +<!ENTITY chooseFile.label "Choose File…"> +<!ENTITY chooseFile.accesskey "o"> |