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 --- .../editor/ui/chrome/composer/editingOverlay.dtd | 40 +++ l10n-th/editor/ui/chrome/composer/editor.dtd | 67 ++++ .../editor/ui/chrome/composer/editor.properties | 208 ++++++++++++ .../editor/ui/chrome/composer/editorOverlay.dtd | 371 +++++++++++++++++++++ .../ui/chrome/composer/editorPrefsOverlay.dtd | 13 + .../ui/chrome/composer/editorSmileyOverlay.dtd | 58 ++++ .../editor/ui/chrome/composer/pref-composer.dtd | 29 ++ l10n-th/editor/ui/chrome/composer/pref-editing.dtd | 31 ++ .../editor/ui/chrome/dialogs/EdAdvancedEdit.dtd | 18 + l10n-th/editor/ui/chrome/dialogs/EdColorPicker.dtd | 22 ++ .../editor/ui/chrome/dialogs/EdConvertToTable.dtd | 15 + .../editor/ui/chrome/dialogs/EdDialogOverlay.dtd | 18 + .../ui/chrome/dialogs/EdNamedAnchorProperties.dtd | 8 + l10n-th/editor/ui/chrome/dialogs/EditConflict.dtd | 10 + .../ui/chrome/dialogs/EditorButtonProperties.dtd | 27 ++ .../ui/chrome/dialogs/EditorColorProperties.dtd | 29 ++ .../ui/chrome/dialogs/EditorFieldSetProperties.dtd | 20 ++ .../ui/chrome/dialogs/EditorFormProperties.dtd | 21 ++ .../ui/chrome/dialogs/EditorHLineProperties.dtd | 27 ++ .../ui/chrome/dialogs/EditorImageProperties.dtd | 79 +++++ .../ui/chrome/dialogs/EditorInputProperties.dtd | 50 +++ .../editor/ui/chrome/dialogs/EditorInsertChars.dtd | 19 ++ .../editor/ui/chrome/dialogs/EditorInsertMath.dtd | 21 ++ .../ui/chrome/dialogs/EditorInsertSource.dtd | 15 + .../editor/ui/chrome/dialogs/EditorInsertTOC.dtd | 16 + .../editor/ui/chrome/dialogs/EditorInsertTable.dtd | 18 + .../ui/chrome/dialogs/EditorLabelProperties.dtd | 18 + .../ui/chrome/dialogs/EditorLinkProperties.dtd | 6 + .../ui/chrome/dialogs/EditorListProperties.dtd | 20 ++ .../ui/chrome/dialogs/EditorPageProperties.dtd | 17 + .../ui/chrome/dialogs/EditorPersonalDictionary.dtd | 20 ++ l10n-th/editor/ui/chrome/dialogs/EditorPublish.dtd | 65 ++++ .../ui/chrome/dialogs/EditorPublishProgress.dtd | 16 + l10n-th/editor/ui/chrome/dialogs/EditorReplace.dtd | 27 ++ .../ui/chrome/dialogs/EditorSaveAsCharset.dtd | 14 + .../ui/chrome/dialogs/EditorSelectProperties.dtd | 48 +++ .../editor/ui/chrome/dialogs/EditorSnapToGrid.dtd | 15 + .../editor/ui/chrome/dialogs/EditorSpellCheck.dtd | 38 +++ .../ui/chrome/dialogs/EditorTableProperties.dtd | 75 +++++ .../ui/chrome/dialogs/EditorTextAreaProperties.dtd | 33 ++ 40 files changed, 1662 insertions(+) create mode 100644 l10n-th/editor/ui/chrome/composer/editingOverlay.dtd create mode 100644 l10n-th/editor/ui/chrome/composer/editor.dtd create mode 100644 l10n-th/editor/ui/chrome/composer/editor.properties create mode 100644 l10n-th/editor/ui/chrome/composer/editorOverlay.dtd create mode 100644 l10n-th/editor/ui/chrome/composer/editorPrefsOverlay.dtd create mode 100644 l10n-th/editor/ui/chrome/composer/editorSmileyOverlay.dtd create mode 100644 l10n-th/editor/ui/chrome/composer/pref-composer.dtd create mode 100644 l10n-th/editor/ui/chrome/composer/pref-editing.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EdColorPicker.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EdConvertToTable.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EdDialogOverlay.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditConflict.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorButtonProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorColorProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorFormProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorHLineProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorImageProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorInputProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorInsertChars.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorInsertMath.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorInsertSource.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorInsertTOC.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorInsertTable.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorLabelProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorLinkProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorListProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorPageProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorPublish.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorPublishProgress.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorReplace.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorSelectProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorSpellCheck.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorTableProperties.dtd create mode 100644 l10n-th/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd (limited to 'l10n-th/editor/ui/chrome') diff --git a/l10n-th/editor/ui/chrome/composer/editingOverlay.dtd b/l10n-th/editor/ui/chrome/composer/editingOverlay.dtd new file mode 100644 index 0000000000..51d9272bdd --- /dev/null +++ b/l10n-th/editor/ui/chrome/composer/editingOverlay.dtd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-th/editor/ui/chrome/composer/editor.dtd b/l10n-th/editor/ui/chrome/composer/editor.dtd new file mode 100644 index 0000000000..32ad74f58a --- /dev/null +++ b/l10n-th/editor/ui/chrome/composer/editor.dtd @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-th/editor/ui/chrome/composer/editor.properties b/l10n-th/editor/ui/chrome/composer/editor.properties new file mode 100644 index 0000000000..41c6c149d6 --- /dev/null +++ b/l10n-th/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 (
) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=ไม่ +Save=บันทึก +More=เพิ่มเติม +Less=น้อยลง +MoreProperties=คุณสมบัติเพิ่มเติม +FewerProperties=คุณสมบัติน้อยลง +PropertiesAccessKey=ค +None=ไม่มี +none=ไม่มี +OpenHTMLFile=เปิดไฟล์ HTML +OpenTextFile=เปิดไฟล์ข้อความ +SelectImageFile=เลือกไฟล์ภาพ +SaveDocument=บันทึกหน้า +SaveDocumentAs=บันทึกหน้าเป็น +SaveTextAs=บันทึกข้อความเป็น +EditMode=โหมดแก้ไข +Preview=แสดงตัวอย่าง +Publish=เผยแพร่ +PublishPage=เผยแพร่หน้า +DontPublish=ไม่เผยแพร่ +SavePassword=ใช้ตัวจัดการรหัสผ่านเพื่อบันทึกรหัสผ่านนี้ +CorrectSpelling=(การสะกดที่ถูกต้อง) +NoSuggestedWords=(ไม่มีคำที่แนะนำ) +NoMisspelledWord=ไม่มีคำที่สะกดผิด +CheckSpellingDone=ตรวจสอบการสะกดเสร็จสมบูรณ์ +CheckSpelling=ตรวจสอบการสะกดคำ +InputError=ข้อผิดพลาด +Alert=คำเตือน +CantEditFramesetMsg=ตัวเขียนไม่สามารถแก้ไขเฟรมเซต HTML หรือหน้าที่มีเฟรมแบบอินไลน์ได้ สำหรับเฟรมเซต ให้ลองแก้ไขหน้าสำหรับแต่ละเฟรมต่างหาก สำหรับหน้าที่มีเฟรมแบบอินไลน์ ให้บันทึกสำเนาของหน้าและเอาแท็ก