From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- l10n-xh/editor/ui/chrome/composer/editor.dtd | 65 +++++ .../editor/ui/chrome/composer/editor.properties | 66 +++++ .../editor/ui/chrome/composer/editorOverlay.dtd | 310 +++++++++++++++++++++ .../ui/chrome/composer/editorPrefsOverlay.dtd | 12 + .../editor/ui/chrome/composer/pref-composer.dtd | 29 ++ l10n-xh/editor/ui/chrome/composer/pref-editing.dtd | 29 ++ .../editor/ui/chrome/dialogs/EdAdvancedEdit.dtd | 52 ++++ l10n-xh/editor/ui/chrome/dialogs/EdColorPicker.dtd | 55 ++++ .../editor/ui/chrome/dialogs/EdConvertToTable.dtd | 48 ++++ .../editor/ui/chrome/dialogs/EdDialogOverlay.dtd | 50 ++++ .../ui/chrome/dialogs/EdNamedAnchorProperties.dtd | 42 +++ l10n-xh/editor/ui/chrome/dialogs/EditConflict.dtd | 43 +++ .../ui/chrome/dialogs/EditorButtonProperties.dtd | 59 ++++ .../ui/chrome/dialogs/EditorColorProperties.dtd | 61 ++++ .../ui/chrome/dialogs/EditorFieldSetProperties.dtd | 52 ++++ .../ui/chrome/dialogs/EditorFormProperties.dtd | 53 ++++ .../ui/chrome/dialogs/EditorHLineProperties.dtd | 60 ++++ .../ui/chrome/dialogs/EditorImageProperties.dtd | 119 ++++++++ .../ui/chrome/dialogs/EditorInputProperties.dtd | 80 ++++++ .../editor/ui/chrome/dialogs/EditorInsertChars.dtd | 52 ++++ .../ui/chrome/dialogs/EditorInsertSource.dtd | 48 ++++ .../editor/ui/chrome/dialogs/EditorInsertTOC.dtd | 50 ++++ .../editor/ui/chrome/dialogs/EditorInsertTable.dtd | 51 ++++ .../ui/chrome/dialogs/EditorLabelProperties.dtd | 50 ++++ .../ui/chrome/dialogs/EditorLinkProperties.dtd | 39 +++ .../ui/chrome/dialogs/EditorListProperties.dtd | 54 ++++ .../ui/chrome/dialogs/EditorPageProperties.dtd | 50 ++++ .../ui/chrome/dialogs/EditorPersonalDictionary.dtd | 53 ++++ l10n-xh/editor/ui/chrome/dialogs/EditorPublish.dtd | 88 ++++++ .../ui/chrome/dialogs/EditorPublishProgress.dtd | 54 ++++ l10n-xh/editor/ui/chrome/dialogs/EditorReplace.dtd | 61 ++++ .../ui/chrome/dialogs/EditorSaveAsCharset.dtd | 48 ++++ .../ui/chrome/dialogs/EditorSelectProperties.dtd | 80 ++++++ .../editor/ui/chrome/dialogs/EditorSnapToGrid.dtd | 48 ++++ .../editor/ui/chrome/dialogs/EditorSpellCheck.dtd | 71 +++++ .../ui/chrome/dialogs/EditorTableProperties.dtd | 116 ++++++++ .../ui/chrome/dialogs/EditorTextAreaProperties.dtd | 65 +++++ l10n-xh/editor/ui/chrome/region/region.properties | 5 + 38 files changed, 2368 insertions(+) create mode 100644 l10n-xh/editor/ui/chrome/composer/editor.dtd create mode 100644 l10n-xh/editor/ui/chrome/composer/editor.properties create mode 100644 l10n-xh/editor/ui/chrome/composer/editorOverlay.dtd create mode 100644 l10n-xh/editor/ui/chrome/composer/editorPrefsOverlay.dtd create mode 100644 l10n-xh/editor/ui/chrome/composer/pref-composer.dtd create mode 100644 l10n-xh/editor/ui/chrome/composer/pref-editing.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EdColorPicker.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EdConvertToTable.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EdDialogOverlay.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditConflict.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorButtonProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorColorProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorFormProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorHLineProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorImageProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorInputProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorInsertChars.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorInsertSource.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorInsertTOC.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorInsertTable.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorLabelProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorLinkProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorListProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorPageProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorPublish.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorPublishProgress.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorReplace.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorSelectProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorSpellCheck.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorTableProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd create mode 100644 l10n-xh/editor/ui/chrome/region/region.properties (limited to 'l10n-xh/editor/ui/chrome') diff --git a/l10n-xh/editor/ui/chrome/composer/editor.dtd b/l10n-xh/editor/ui/chrome/composer/editor.dtd new file mode 100644 index 0000000000..b3fd3bd359 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/composer/editor.dtd @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/composer/editor.properties b/l10n-xh/editor/ui/chrome/composer/editor.properties new file mode 100644 index 0000000000..aa3ba78a7a --- /dev/null +++ b/l10n-xh/editor/ui/chrome/composer/editor.properties @@ -0,0 +1,66 @@ +# 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 (
) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=Hayi +Save=Gcina +PropertiesAccessKey=P +None=Akukho nanye +OpenTextFile=Open Text File +SaveTextAs=Save Text As +Preview=I-Preview +InputError=Imposiso +Alert=Isilumkiso +# LOCALIZATION NOTE (SaveFilePrompt, PublishPrompt): Don't translate %title% and %reason% (this is the reason for asking user to close, such as "before closing") + +# Publishing error strings: +# LOCALIZATION NOTE Don't translate %dir% or %file% in the Publishing error strings: +# LOCALIZATION NOTE Don't translate %x% or %total% +# End-Publishing error strings +Prompt=Qalisa +# LOCALIZATION NOTE (PromptFTPUsernamePassword): Don't translate %host% +## LOCALIZATION NOTE (PublishProgressCaption, PublishToSite, AbandonChanges): Don't translate %title% +## LOCALIZATION NOTE: "Continue" in this sentence must match the text for +## the CancelPublishContinue key below +EnterLinkTextAccessKey=T +#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max% +#LOCALIZATION NOTE (DuplicateAnchorNameError): Don't translate %name% +Pixels=amachaphaza omfanekiso +#LOCALIZATION NOTE (untitledTitle): %S is the window #. No plural handling needed. +untitledTitle=untitled-%S +untitledDefaultFilename=untitled +Image=Umfanekiso +#LOCALIZATION NOTE (DuplicateSiteNameError): Don't translate %name% +# LOCALIZATION NOTE (ObjectProperties):Don't translate "%obj%" it will be replaced with one of above object nouns +# LOCALIZATION NOTE This character must be in the above string and not confict with other accesskeys in Format menu +ObjectPropertiesAccessKey=o +# LOCALIZATION NOTE (JoinSelectedCells): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +# LOCALIZATION NOTE (JoinCellToRight): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinCellAccesskey=j +# LOCALIZATION NOTE (TableSelectKey): Ctrl key on a keyboard +# LOCALIZATION NOTE (XulKeyMac): Command key on a Mac keyboard +# LOCALIZATION NOTE (Del): Del key on a keyboard +Del=Del +Delete=Cima +Clear=Cima +#Mouse actions +Click=Nqakraza +Unknown=Engaziwayo +# +# LOCALIZATION NOTE "RemoveTextStylesAccesskey" is used for both +# menu items: "RemoveTextStyles" and "StopTextStyles" +RemoveTextStylesAccesskey=x +# +# LOCALIZATION NOTE "RemoveLinksAccesskey" is used for both +# menu items: "RemoveLinks" and "StopLinks" +RemoveLinksAccesskey=n +# +# +Malformed=The source could not be converted back into the document because it is not valid XHTML. diff --git a/l10n-xh/editor/ui/chrome/composer/editorOverlay.dtd b/l10n-xh/editor/ui/chrome/composer/editorOverlay.dtd new file mode 100644 index 0000000000..8d2b2bed49 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/composer/editorOverlay.dtd @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/composer/editorPrefsOverlay.dtd b/l10n-xh/editor/ui/chrome/composer/editorPrefsOverlay.dtd new file mode 100644 index 0000000000..7c9b110209 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/composer/editorPrefsOverlay.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/composer/pref-composer.dtd b/l10n-xh/editor/ui/chrome/composer/pref-composer.dtd new file mode 100644 index 0000000000..44a337a463 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/composer/pref-composer.dtd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/composer/pref-editing.dtd b/l10n-xh/editor/ui/chrome/composer/pref-editing.dtd new file mode 100644 index 0000000000..49ab379ee9 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/composer/pref-editing.dtd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd b/l10n-xh/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..69f279684c --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EdColorPicker.dtd b/l10n-xh/editor/ui/chrome/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..47048406fe --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EdColorPicker.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EdConvertToTable.dtd b/l10n-xh/editor/ui/chrome/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..0564bf9fe5 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EdConvertToTable.dtd @@ -0,0 +1,48 @@ + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EdDialogOverlay.dtd b/l10n-xh/editor/ui/chrome/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..7cb22622e9 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..34275d0f23 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd @@ -0,0 +1,42 @@ + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditConflict.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..3996283841 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditConflict.dtd @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorButtonProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..6d751d78f5 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorColorProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..758a721fbd --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorColorProperties.dtd @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..c11fd31858 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorFormProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..6023c603a2 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorFormProperties.dtd @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorHLineProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..2b787f5610 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorImageProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..848591c637 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorImageProperties.dtd @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorInputProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..2ec02586b8 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorInputProperties.dtd @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorInsertChars.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..b5f46d2066 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertChars.dtd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorInsertSource.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..af43aad7b8 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertSource.dtd @@ -0,0 +1,48 @@ + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorInsertTOC.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..51484036c2 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertTOC.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorInsertTable.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..d45e146c2f --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorInsertTable.dtd @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorLabelProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..ff5ab9c71b --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorLabelProperties.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorLinkProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..bebfffe8d4 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorLinkProperties.dtd @@ -0,0 +1,39 @@ + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorListProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..7494063c8c --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorListProperties.dtd @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorPageProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..e6a5ac6725 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorPageProperties.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..04a25b48f9 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorPublish.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..5e20cba5d3 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorPublish.dtd @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorPublishProgress.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..2e5ec1e0f4 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorPublishProgress.dtd @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorReplace.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..693e080b4d --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorReplace.dtd @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..19fb8821b4 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd @@ -0,0 +1,48 @@ + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorSelectProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..66e35ebc53 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..f4540f1b78 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd @@ -0,0 +1,48 @@ + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorSpellCheck.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..fbc9d38ce1 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorTableProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..89a7041192 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorTableProperties.dtd @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd b/l10n-xh/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..239d68a7e0 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-xh/editor/ui/chrome/region/region.properties b/l10n-xh/editor/ui/chrome/region/region.properties new file mode 100644 index 0000000000..2ec6d42272 --- /dev/null +++ b/l10n-xh/editor/ui/chrome/region/region.properties @@ -0,0 +1,5 @@ +# +# editor.js +# editor.properties +editor.throbber.url=http://www.mozilla.org/projects/seamonkey/ +editor.spellcheckers.url=https://addons.mozilla.org/en-US/seamonkey/1.1/dictionaries/ -- cgit v1.2.3