Update of /cvsroot/php-blog/serendipity/htmlarea/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12393/htmlarea/lang
Modified Files:
de.js ee.js en.js es.js fi.js fr.js he.js hu.js it.js lt.js
nl.js no.js ru.js vn.js
Log Message:
* Upgraded htmlarea WYSIWYG editor to latest version. Entering links now properly works, as finally does Copy+Paste from Mozilla! (garvinhicking)
Index: es.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/es.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- es.js 23 Mar 2004 15:41:06 -0000 1.1
+++ es.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -17,8 +17,8 @@
justifycenter: "Centrar",
justifyright: "Alinear a la Derecha",
justifyfull: "Justificar",
- insertorderedlist: "Lista Ordenada",
- insertunorderedlist: "Lista No Ordenada",
+ orderedlist: "Lista Ordenada",
+ unorderedlist: "Lista No Ordenada",
outdent: "Aumentar Sangría",
indent: "Disminuir Sangría",
forecolor: "Color del Texto",
Index: ru.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/ru.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ru.js 23 Mar 2004 15:41:06 -0000 1.1
+++ ru.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -29,8 +29,8 @@
justifycenter: "Ðо ÑенÑÑÑ",
justifyright: "Ðо пÑÐ°Ð²Ð¾Ð¼Ñ ÐºÑаÑ",
justifyfull: "Ðо ÑиÑине",
- insertorderedlist: "ÐÑмеÑованнÑй лиÑÑ",
- insertunorderedlist: "ÐаÑкиÑованнÑй лиÑÑ",
+ orderedlist: "ÐÑмеÑованнÑй лиÑÑ",
+ unorderedlist: "ÐаÑкиÑованнÑй лиÑÑ",
outdent: "УменÑÑиÑÑ Ð¾ÑÑÑÑп",
indent: "УвелиÑиÑÑ Ð¾ÑÑÑÑп",
forecolor: "Ð¦Ð²ÐµÑ ÑÑиÑÑа",
Index: nl.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/nl.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nl.js 23 Mar 2004 15:41:06 -0000 1.1
+++ nl.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -29,8 +29,8 @@
justifycenter: "Centreren",
justifyright: "Rechts uitlijnen",
justifyfull: "Uitvullen",
- insertorderedlist: "Nummering",
- insertunorderedlist: "Opsommingstekens",
+ orderedlist: "Nummering",
+ unorderedlist: "Opsommingstekens",
outdent: "Inspringing verkleinen",
indent: "Inspringing vergroten",
forecolor: "Tekstkleur",
Index: no.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/no.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- no.js 23 Mar 2004 15:41:06 -0000 1.1
+++ no.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -20,8 +20,8 @@
justifycenter: "Midtjuster",
justifyright: "Høyrejuster",
justifyfull: "Blokkjuster",
- insertorderedlist: "Nummerert liste",
- insertunorderedlist: "Punktliste",
+ orderedlist: "Nummerert liste",
+ unorderedlist: "Punktliste",
outdent: "Reduser innrykk",
indent: "Øke innrykk",
forecolor: "Tekstfarge",
Index: fr.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/fr.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fr.js 23 Mar 2004 15:41:06 -0000 1.1
+++ fr.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -1,5 +1,7 @@
// I18N constants
-// Author: Jonathan Ernst, <Jon...@Ne...>
+
+// LANG: "fr", ENCODING: UTF-8 | ISO-8859-1
+// Author: Simon Richard, s....@sy...
// FOR TRANSLATORS:
//
@@ -10,6 +12,12 @@
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
+// All technical terms used in this document are the ones approved
+// by the Office québécois de la langue française.
+// Tous les termes techniques utilisés dans ce document sont ceux
+// approuvés par l'Office québécois de la langue française.
+// http://www.oqlf.gouv.qc.ca/
+
HTMLArea.I18N = {
// the following should be the filename without .js extension
@@ -21,32 +29,34 @@
italic: "Italique",
underline: "Souligné",
strikethrough: "Barré",
- subscript: "Subscript",
- superscript: "Superscript",
+ subscript: "Indice",
+ superscript: "Exposant",
justifyleft: "Aligné à gauche",
justifycenter: "Centré",
justifyright: "Aligné à droite",
- justifyfull: "Justifié",
+ justifyfull: "Justifier",
orderedlist: "Numérotation",
unorderedlist: "Puces",
- outdent: "Augmenter le retrait",
- indent: "Diminuer le retrait",
- forecolor: "Couleur du texte",
- hilitecolor: "Couleur du fond",
+ outdent: "Diminuer le retrait",
+ indent: "Augmenter le retrait",
+ forecolor: "Couleur de police",
+ hilitecolor: "Surlignage",
horizontalrule: "Ligne horizontale",
- createlink: "Insérer un lien",
- insertimage: "Insérer une image",
+ createlink: "Insérer un hyperlien",
+ insertimage: "Insérer/Modifier une image",
inserttable: "Insérer un tableau",
- htmlmode: "Passer au code source HTML",
+ htmlmode: "Passer au code source",
popupeditor: "Agrandir l'éditeur",
- about: "A propos de cet éditeur",
+ about: "À propos de cet éditeur",
showhelp: "Aide sur l'éditeur",
textindicator: "Style courant",
- undo: "Annule la dernière action",
- redo: "Refait la dernière action",
- cut: "Coupe la sélection",
- copy: "Copie la sélection",
- paste: "Colle depuis le presse papiers"
+ undo: "Annuler la dernière action",
+ redo: "Répéter la dernière action",
+ cut: "Couper la sélection",
+ copy: "Copier la sélection",
+ paste: "Coller depuis le presse-papier",
+ lefttoright: "Direction de gauche à droite",
+ righttoleft: "Direction de droite à gauche"
},
buttons: {
@@ -56,6 +66,32 @@
msg: {
"Path": "Chemin",
- "TEXT_MODE": "Vous êtes en mode texte. Utilisez le bouton [<>] pour revenir au mode WYSIWIG."
+ "TEXT_MODE": "Vous êtes en MODE TEXTE. Appuyez sur le bouton [<>] pour retourner au mode tel-tel.",
+
+ "IE-sucks-full-screen" :
+ // translate here
+ "Le mode plein écran peut causer des problèmes sous Internet Explorer, " +
+ "ceci dû à des bogues du navigateur qui ont été impossible à contourner. " +
+ "Les différents symptômes peuvent être un affichage déficient, le manque de " +
+ "fonctions dans l'éditeur et/ou pannes aléatoires du navigateur. Si votre " +
+ "système est Windows 9x, il est possible que vous subissiez une erreur de type " +
+ "«General Protection Fault» et que vous ayez à redémarrer votre ordinateur." +
+ "\n\nConsidérez-vous comme ayant été avisé. Appuyez sur OK si vous désirez tout " +
+ "de même essayer le mode plein écran de l'éditeur."
+ },
+
+ dialogs: {
+ "Cancel" : "Annuler",
+ "Insert/Modify Link" : "Insérer/Modifier Lien",
+ "New window (_blank)" : "Nouvelle fenêtre (_blank)",
+ "None (use implicit)" : "Aucun (par défaut)",
+ "OK" : "OK",
+ "Other" : "Autre",
+ "Same frame (_self)" : "Même cadre (_self)",
+ "Target:" : "Cible:",
+ "Title (tooltip):" : "Titre (infobulle):",
+ "Top frame (_top)" : "Cadre du haut (_top)",
+ "URL:" : "Adresse Web:",
+ "You must enter the URL where this link points to" : "Vous devez entrer l'adresse Web du lien"
}
};
Index: ee.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/ee.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ee.js 23 Mar 2004 15:41:06 -0000 1.1
+++ ee.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -29,8 +29,8 @@
justifycenter: "Joonda keskele",
justifyright: "Joonda paremale",
justifyfull: "Rööpjoonda",
- insertorderedlist: "Nummerdus",
- insertunorderedlist: "Täpploend",
+ orderedlist: "Nummerdus",
+ unorderedlist: "Täpploend",
outdent: "Vähenda taanet",
indent: "Suurenda taanet",
forecolor: "Fondi värv",
Index: it.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/it.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- it.js 23 Mar 2004 15:41:06 -0000 1.1
+++ it.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -2,53 +2,78 @@
// LANG: "it", ENCODING: UTF-8 | ISO-8859-1
// Author: Fabio Rotondo <fa...@ro...>
+// Update for 3.0 rc1: Giovanni Premuda <gpr...@so...>
HTMLArea.I18N = {
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "it",
+ // the following should be the filename without .js extension
+ // it will be used for automatically load plugin language.
+ lang: "it",
- tooltips: {
- bold: "Grassetto",
- italic: "Italico",
- underline: "Sottolineato",
- strikethrough: "Barrato",
- subscript: "Pedice",
- superscript: "Apice",
- justifyleft: "Giustifica a Sinistra",
- justifycenter: "Giustifica in Centro",
- justifyright: "Giustifica a Destra",
- justifyfull: "Giustifica Completamente",
- orderedlist: "Lista Ordinata",
- unorderedlist: "Lista Puntata",
- outdent: "Decrementa Indentazione",
- indent: "Incrementa Indentazione",
- forecolor: "Colore del Carattere",
- hilitecolor: "Colore di Sfondo",
- horizontalrule: "Linea Orizzontale",
- createlink: "Inserisci un Link",
- insertimage: "Inserisci un'Immagine",
- inserttable: "Inserisci una Tabella",
- htmlmode: "Attiva il codice HTML",
- popupeditor: "Allarga l'editor",
- about: "Info sull'editor",
- showhelp: "Aiuto sull'editor",
- textindicator: "Stile Attuale",
- undo: "Elimina l'ultima modifica",
- redo: "Ripristina l'ultima modifica",
- cut: "Taglia l'area selezionata",
- copy: "Copia l'area selezionata",
- paste: "Incolla dalla memoria"
- },
+ tooltips: {
+ bold: "Grassetto",
+ italic: "Corsivo",
+ underline: "Sottolineato",
+ strikethrough: "Barrato",
+ subscript: "Pedice",
+ superscript: "Apice",
+ justifyleft: "Allinea a sinistra",
+ justifycenter: "Allinea in centro",
+ justifyright: "Allinea a destra",
+ justifyfull: "Giustifica",
+ insertorderedlist: "Lista ordinata",
+ insertunorderedlist: "Lista puntata",
+ outdent: "Decrementa indentazione",
+ indent: "Incrementa indentazione",
+ forecolor: "Colore del carattere",
+ hilitecolor: "Colore di sfondo",
+ inserthorizontalrule: "Linea orizzontale",
+ createlink: "Inserisci un link",
+ insertimage: "Inserisci un'immagine",
+ inserttable: "Inserisci una tabella",
+ htmlmode: "Visualizzazione HTML",
+ popupeditor: "Editor a pieno schermo",
+ about: "Info sull'editor",
+ showhelp: "Aiuto sull'editor",
+ textindicator: "Stile corrente",
+ undo: "Annulla",
+ redo: "Ripristina",
+ cut: "Taglia",
+ copy: "Copia",
+ paste: "Incolla",
+ lefttoright: "Scrivi da sinistra a destra",
+ righttoleft: "Scrivi da destra a sinistra"
+ },
- buttons: {
- "ok": "OK",
- "cancel": "Annulla"
- },
+ buttons: {
+ "ok": "OK",
+ "cancel": "Annulla"
+ },
- msg: {
- "Path": "Percorso",
- "TEXT_MODE": "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità WYSIWYG."
- }
+ msg: {
+ "Path": "Percorso",
+ "TEXT_MODE": "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità WYSIWYG.",
+ "IE-sucks-full-screen" :
+ // translate here
+ "The full screen mode is known to cause problems with Internet Explorer, " +
+ "due to browser bugs that we weren't able to workaround. You might experience garbage " +
+ "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
+ "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
+ "You have been warned. Please press OK if you still want to try the full screen editor."
+ },
+
+ dialogs: {
+ "Annulla" : "Cancel",
+ "Inserisci/modifica Link" : "Insert/Modify Link",
+ "Nuova finestra (_blank)" : "New window (_blank)",
+ "Nessuno (usa predefinito)" : "None (use implicit)",
+ "OK" : "OK",
+ "Altro" : "Other",
+ "Stessa finestra (_self)" : "Same frame (_self)",
+ "Target:" : "Target:",
+ "Title (suggerimento):" : "Title (tooltip):",
+ "Frame principale (_top)" : "Top frame (_top)",
+ "URL:" : "URL:",
+ "You must enter the URL where this link points to" : "Devi inserire un indirizzo per questo link"
+ }
};
Index: hu.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/hu.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hu.js 23 Mar 2004 15:41:06 -0000 1.1
+++ hu.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -48,7 +48,9 @@
redo: "Ãjra végrehajtás",
cut: "Kivágás",
copy: "Másolás",
- paste: "Beillesztés"
+ paste: "Beillesztés",
+ lefttoright: "Irány balról jobbra",
+ righttoleft: "Irány jobbról balra"
},
buttons: {
@@ -58,6 +60,31 @@
msg: {
"Path": "Hierarchia",
- "TEXT_MODE": "Forrás mód. Visszaváltás [<>] gomb"
+ "TEXT_MODE": "Forrás mód. Visszaváltás [<>] gomb",
+
+ "IE-sucks-full-screen" :
+ // translate here
+ "A teljesképrenyÅs szerkesztés hibát okozhat Internet Explorer használata esetén, " +
+ "ez a böngészÅ a hibája, amit nem tudunk kikerülni. Szemetet észlelhet a képrenyÅn, " +
+ "illetve néhány funkció hiányozhat és/vagy véletlenszerűen lefagyhat a böngészÅ. " +
+ "Windows 9x operaciós futtatása esetén elég valószÃnű, hogy 'General Protection Fault' " +
+ "hibát okoz és újra kell indÃtania a számÃtógépet.\n\n" +
+ "Figyelmeztettük. Kérjük nyomja meg a Rendben gombot, ha mégis szeretné megnyitni a " +
+ "szerkesztÅt külön ablakban."
+ },
+
+ dialogs: {
+ "Cancel" : "Mégsem",
+ "Insert/Modify Link" : "Hivatkozás Beszúrása/MódosÃtása",
+ "New window (_blank)" : "Ãj ablak (_blank)",
+ "None (use implicit)" : "Nincs (use implicit)",
+ "OK" : "OK",
+ "Other" : "Más",
+ "Same frame (_self)" : "Ugyanabba a keretbe (_self)",
+ "Target:" : "Cél:",
+ "Title (tooltip):" : "CÃm (tooltip):",
+ "Top frame (_top)" : "FelsÅ keret (_top)",
+ "URL:" : "URL:",
+ "You must enter the URL where this link points to" : "Be kell Ãrnia az URL-t, ahova a hivatkozás mutasson"
}
};
Index: de.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/de.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- de.js 23 Mar 2004 15:41:06 -0000 1.1
+++ de.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -1,7 +1,6 @@
-// german version for htmlArea v3.0 - Alpha Release
-// - translated by AtK<at...@ch...>
-// term´s and licenses are equal to htmlarea!
-// translation improved by broxx<br...@br...>
+// I18N constants
+
+// LANG: "de", ENCODING: ISO-8859-1 for the german umlaut!
HTMLArea.I18N = {
@@ -16,30 +15,36 @@
strikethrough: "Durchgestrichen",
subscript: "Hochgestellt",
superscript: "Tiefgestellt",
- justifyleft: "Links ausrichten",
- justifycenter: "Zentrieren",
- justifyright: "Rechts ausrichten",
+ justifyleft: "Linksbündig",
+ justifycenter: "Zentriert",
+ justifyright: "Rechtsbündig",
justifyfull: "Blocksatz",
- orderedlist: "Nummerierung",
- unorderedlist: "Aufzaehlungszeichen",
+ orderedlist: "Nummerierung",
+ unorderedlist: "Aufzählungszeichen",
outdent: "Einzug verkleinern",
- indent: "Einzug vergrössern",
- forecolor: "Text Farbe",
- hilitecolor: "Hintergrund Farbe",
+ indent: "Einzug vergrößern",
+ forecolor: "Schriftfarbe",
+ backcolor: "Hindergrundfarbe",
+ hilitecolor: "Hintergrundfarbe",
horizontalrule: "Horizontale Linie",
- createlink: "Hyperlink einfuegen",
- insertimage: "Bild einfuegen",
- inserttable: "Tabelle einfuegen",
+ inserthorizontalrule: "Horizontale Linie",
+ createlink: "Hyperlink einfügen",
+ insertimage: "Bild einfügen",
+ inserttable: "Tabelle einfügen",
htmlmode: "HTML Modus",
popupeditor: "Editor im Popup öffnen",
- about: "Ueber HtmlArea",
+ about: "Über htmlarea",
+ help: "Hilfe",
showhelp: "Hilfe",
- textindicator: "derzeitiger Stil",
- undo: "Rueckgaengig",
+ textindicator: "Derzeitiger Stil",
+ undo: "Rückgängig",
redo: "Wiederholen",
cut: "Ausschneiden",
copy: "Kopieren",
- paste: "Einfuegen"
+ paste: "Einfügen aus der Zwischenablage",
+ lefttoright: "Textrichtung von Links nach Rechts",
+ righttoleft: "Textrichtung von Rechts nach Links",
+ removeformat: "Formatierung entfernen"
},
buttons: {
@@ -49,6 +54,27 @@
msg: {
"Path": "Pfad",
- "TEXT_MODE": "Du befindest dich im HTML Modus. Benuetze die [<>] Schaltflaeche um in den WYSIWIG-Modus zu wechseln."
+ "TEXT_MODE": "Sie sind im Text-Modus. Benutzen Sie den [<>] Knopf um in den visuellen Modus (WYSIWIG) zu gelangen.",
+
+ "Moz-Clipboard" :
+ "Aus Sicherheitsgründen dürfen Skripte normalerweise nicht programmtechnisch auf " +
+ "Ausschneiden/Kopieren/Einfügen zugreifen. Bitte klicken Sie OK um die technische " +
+ "Erläuterung auf mozilla.org zu öffnen, in der erklärt wird, wie einem Skript Zugriff " +
+ "gewährt werden kann."
+ },
+
+ dialogs: {
+ "OK": "OK",
+ "Cancel": "Abbrechen",
+ "Insert/Modify Link": "Verknüpfung hinzufügen/ändern",
+ "None (use implicit)": "k.A. (implizit)",
+ "New window (_blank)": "Neues Fenster (_blank)",
+ "Same frame (_self)": "Selber Rahmen (_self)",
+ "Top frame (_top)": "Oberster Rahmen (_top)",
+ "Other": "Anderes",
+ "Target:": "Ziel:",
+ "Title (tooltip):": "Titel (Tooltip):",
+ "URL:": "URL:",
+ "You must enter the URL where this link points to": "Sie müssen eine Ziel-URL angeben für die Verknüpfung angeben"
}
};
Index: vn.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/vn.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vn.js 23 Mar 2004 15:41:06 -0000 1.1
+++ vn.js 11 Jan 2005 15:00:53 -0000 1.2
@@ -1,51 +1,77 @@
// I18N constants : Vietnamese
// LANG: "en", ENCODING: UTF-8
// Author: Nguyá»
n Äình Nam, <hnc...@ya...>
+// Modified 21/07/2004 by Phạm Mai Quân <pm...@4v...>
HTMLArea.I18N = {
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "vn",
+ // the following should be the filename without .js extension
+ // it will be used for automatically load plugin language.
+ lang: "vn",
- tooltips: {
- bold: "Äáºm",
- italic: "Nghiêng",
- underline: "Gạch Chân",
- strikethrough: "Gạch Xóa",
- subscript: "Viết Xuá»ng Dưá»i",
- superscript: "Viết Lên Trên",
- justifyleft: "CÄn Trái",
- justifycenter: "CÄn Giữa",
- justifyright: "CÄn Phải",
- justifyfull: "CÄn Äá»u",
- orderedlist: "Danh Sách Có Thứ Tự",
- unorderedlist: "Danh Sách Phi Thứ Tự",
- outdent: "Lùi Ra Ngoà i",
- indent: "Thụt Và o Trong",
- forecolor: "Mà u Chữ",
- backcolor: "Mà u Ná»n",
- horizontalrule: "Dòng Kẻ Ngang",
- createlink: "Tạo Liên Kết",
- insertimage: "Chèn Ảnh",
- inserttable: "Chèn Bảng",
- htmlmode: "Chế Äá» Mã HTML",
- popupeditor: "Phóng To à Soạn Thảo",
- about: "Tá»± Giá»i Thiá»u",
- showhelp: "Giúp Äỡ",
- textindicator: "Äá»nh Dạng Hiá»n Thá»i",
- undo: "Undo",
- redo: "Redo",
- cut: "Cắt",
- copy: "Copy",
- paste: "Dán"
- },
- buttons: {
- "ok": "OK",
- "cancel": "Há»§y"
- },
- msg: {
- "Path": "ÄÆ°á»ng Dẫn",
- "TEXT_MODE": "Bạn Äang á» chế Äá» text. Sá» dụng nút [<>] Äá» chuyá»n lại chế Äá» WYSIWIG."
- }
+ tooltips: {
+ bold: "Äáºm",
+ italic: "Nghiêng",
+ underline: "Gạch Chân",
+ strikethrough: "Gạch Xóa",
+ subscript: "Viết Xuá»ng Dưá»i",
+ superscript: "Viết Lên Trên",
+ justifyleft: "CÄn Trái",
+ justifycenter: "CÄn Giữa",
+ justifyright: "CÄn Phải",
+ justifyfull: "CÄn Äá»u",
+ insertorderedlist: "Danh Sách Có Thứ Tự (1, 2, 3)",
+ insertunorderedlist: "Danh Sách Phi Thứ Tá»± (Chấm Äầu dòng)",
+ outdent: "Lùi Ra Ngoà i",
+ indent: "Thụt Và o Trong",
+ forecolor: "Mà u Chữ",
+ hilitecolor: "Mà u Ná»n",
+ inserthorizontalrule: "Dòng Kẻ Ngang",
+ createlink: "Tạo Liên Kết",
+ insertimage: "Chèn Ảnh",
+ inserttable: "Chèn Bảng",
+ htmlmode: "Chế Äá» Mã HTML",
+ popupeditor: "Phóng To à Soạn Thảo",
+ about: "Tá»± Giá»i Thiá»u",
+ showhelp: "Giúp Äỡ",
+ textindicator: "Äá»nh Dạng Hiá»n Thá»i",
+ undo: "Há»§y thao tác trưá»c",
+ redo: "Lấy lại thao tác vừa bá»",
+ cut: "Cắt",
+ copy: "Sao chép",
+ paste: "Dán",
+ lefttoright: "Viết từ trái sang phải",
+ righttoleft: "Viết từ phải sang trái"
+ },
+ buttons: {
+ "ok": "Äá»ng ý",
+ "cancel": "Há»§y",
+
+ "IE-sucks-full-screen" :
+ // translate here
+ "Chế Äá» phóng to ô soạn thảo có thá» gây lá»i vá»i Internet Explorer vì má»t sá» lá»i cá»§a trình duyá»t nà y," +
+ " vì thế chế Äá» nà y có thá» sẽ không chạy. Hiá»n thá» không Äúng, lá»n xá»n, không có Äầy Äá»§ chức nÄng," +
+ " và cÅ©ng có thá» là m trình duyá»t cá»§a bạn bá» tắt ngang. Nếu bạn Äang sá» dụng Windows 9x " +
+ "bạn có thá» bá» báo lá»i 'General Protection Fault' và máy tÃnh cá»§a bạn buá»c phải khá»i Äá»ng lại.\n\n" +
+ "Chúng tôi Äã cảnh báo bạn. Nhấn nút 'Äá»ng ý' nếu bạn vẫn muá»n sá» dụng tÃnh nÄng nà y."
+ },
+ msg: {
+ "Path": "ÄÆ°á»ng Dẫn",
+ "TEXT_MODE": "Bạn Äang á» chế Äá» text. Sá» dụng nút [<>] Äá» chuyá»n lại chế Äá» WYSIWIG."
+ },
+
+ dialogs: {
+ "Cancel" : "Há»§y",
+ "Insert/Modify Link" : "Thêm/Chá»nh sá»a ÄÆ°á»ng dẫn",
+ "New window (_blank)" : "Cá»a sá» má»i (_blank)",
+ "None (use implicit)" : "Không (sỠdụng implicit)",
+ "OK" : "Äá»ng ý",
+ "Other" : "Khác",
+ "Same frame (_self)" : "Trên cùng khung (_self)",
+ "Target:" : "NÆ¡i hiá»n thá»:",
+ "Title (tooltip):" : "Tiêu Äá» (cá»§a hưá»ng dẫn):",
+ "Top frame (_top)" : "Khung trên cùng (_top)",
+ "URL:" : "URL:",
+ "You must enter the URL where this link points to" : "Bạn phải Äiá»n Äá»a chá» (URL) mÃ ÄÆ°á»ng dẫn sẽ liên kết tá»i"
+ }
};
Index: en.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/en.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- en.js 23 Mar 2004 15:41:06 -0000 1.1
+++ en.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -50,7 +50,10 @@
copy: "Copy selection",
paste: "Paste from clipboard",
lefttoright: "Direction left to right",
- righttoleft: "Direction right to left"
+ righttoleft: "Direction right to left",
+ removeformat: "Remove formatting",
+ print: "Print document",
+ killword: "Clear MSOffice tags"
},
buttons: {
@@ -68,21 +71,77 @@
"due to browser bugs that we weren't able to workaround. You might experience garbage " +
"display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
- "You have been warned. Please press OK if you still want to try the full screen editor."
+ "You have been warned. Please press OK if you still want to try the full screen editor.",
+
+ "Moz-Clipboard" :
+ "Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
+ "for security reasons. Click OK to see a technical note at mozilla.org " +
+ "which shows you how to allow a script to access the clipboard."
},
dialogs: {
+ // Common
+ "OK" : "OK",
"Cancel" : "Cancel",
+
+ "Alignment:" : "Alignment:",
+ "Not set" : "Not set",
+ "Left" : "Left",
+ "Right" : "Right",
+ "Texttop" : "Texttop",
+ "Absmiddle" : "Absmiddle",
+ "Baseline" : "Baseline",
+ "Absbottom" : "Absbottom",
+ "Bottom" : "Bottom",
+ "Middle" : "Middle",
+ "Top" : "Top",
+
+ "Layout" : "Layout",
+ "Spacing" : "Spacing",
+ "Horizontal:" : "Horizontal:",
+ "Horizontal padding" : "Horizontal padding",
+ "Vertical:" : "Vertical:",
+ "Vertical padding" : "Vertical padding",
+ "Border thickness:" : "Border thickness:",
+ "Leave empty for no border" : "Leave empty for no border",
+
+ // Insert Link
"Insert/Modify Link" : "Insert/Modify Link",
- "New window (_blank)" : "New window (_blank)",
"None (use implicit)" : "None (use implicit)",
- "OK" : "OK",
- "Other" : "Other",
+ "New window (_blank)" : "New window (_blank)",
"Same frame (_self)" : "Same frame (_self)",
+ "Top frame (_top)" : "Top frame (_top)",
+ "Other" : "Other",
"Target:" : "Target:",
"Title (tooltip):" : "Title (tooltip):",
- "Top frame (_top)" : "Top frame (_top)",
"URL:" : "URL:",
- "You must enter the URL where this link points to" : "You must enter the URL where this link points to"
+ "You must enter the URL where this link points to" : "You must enter the URL where this link points to",
+ // Insert Table
+ "Insert Table" : "Insert Table",
+ "Rows:" : "Rows:",
+ "Number of rows" : "Number of rows",
+ "Cols:" : "Cols:",
+ "Number of columns" : "Number of columns",
+ "Width:" : "Width:",
+ "Width of the table" : "Width of the table",
+ "Percent" : "Percent",
+ "Pixels" : "Pixels",
+ "Em" : "Em",
+ "Width unit" : "Width unit",
+ "Positioning of this table" : "Positioning of this table",
+ "Cell spacing:" : "Cell spacing:",
+ "Space between adjacent cells" : "Space between adjacent cells",
+ "Cell padding:" : "Cell padding:",
+ "Space between content and border in cell" : "Space between content and border in cell",
+ // Insert Image
+ "Insert Image" : "Insert Image",
+ "Image URL:" : "Image URL:",
+ "Enter the image URL here" : "Enter the image URL here",
+ "Preview" : "Preview",
+ "Preview the image in a new window" : "Preview the image in a new window",
+ "Alternate text:" : "Alternate text:",
+ "For browsers that don't support images" : "For browsers that don't support images",
+ "Positioning of this image" : "Positioning of this image",
+ "Image Preview:" : "Image Preview:"
}
};
Index: lt.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/lt.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lt.js 23 Mar 2004 15:41:06 -0000 1.1
+++ lt.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -3,12 +3,11 @@
// LANG: "lt", ENCODING: UTF-8
// Author: Jaroslav Å atkeviÄ, <ja...@ak...>
-
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
- lang: "lt",
+ lang: "en",
tooltips: {
bold: "Paryškinti",
@@ -41,7 +40,7 @@
cut: "Iškirpti",
copy: "Kopijuoti",
paste: "Įterpti"
- },
+},
buttons: {
"ok": "OK",
@@ -50,6 +49,29 @@
msg: {
"Path": "Kelias",
- "TEXT_MODE": "JÅ«s esete teksto režime. Naudokite [<>] mygtukÄ
grįžimui į WYSIWYG."
+ "TEXT_MODE": "JÅ«s esete teksto režime. Naudokite [<>] mygtukÄ
grįžimui į WYSIWYG.",
+
+ "IE-sucks-full-screen" :
+ // translate here
+ "The full screen mode is known to cause problems with Internet Explorer, " +
+ "due to browser bugs that we weren't able to workaround. You might experience garbage " +
+ "display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
+ "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
+ "You have been warned. Please press OK if you still want to try the full screen editor."
+ },
+
+ dialogs: {
+ "Cancel" : "Atšaukti",
+ "Insert/Modify Link" : "IdÄti/Modifikuoti",
+ "New window (_blank)" : "Naujas langas (_blank)",
+ "None (use implicit)" : "None (use implicit)",
+ "OK" : "OK",
+ "Other" : "Kitas",
+ "Same frame (_self)" : "Same frame (_self)",
+ "Target:" : "Target:",
+ "Title (tooltip):" : "Pavadinimas (tooltip):",
+ "Top frame (_top)" : "Top frame (_top)",
+ "URL:" : "URL:",
+ "You must enter the URL where this link points to" : "Jus privalote nurodyti URL į kuri rodo Å¡itÄ
nuoroda"
}
};
Index: fi.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/fi.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fi.js 23 Mar 2004 15:41:06 -0000 1.1
+++ fi.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -17,8 +17,8 @@
justifycenter: "Keskitä",
justifyright: "Tasaa oikeat reunat",
justifyfull: "Tasaa molemmat reunat",
- insertorderedlist: "Numerointi",
- insertunorderedlist: "Luettelomerkit",
+ orderedlist: "Numerointi",
+ unorderedlist: "Luettelomerkit",
outdent: "Lisää sisennystä",
indent: "Pienennä sisennystä",
forecolor: "Fontin väri",
Index: he.js
===================================================================
RCS file: /cvsroot/php-blog/serendipity/htmlarea/lang/he.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- he.js 23 Mar 2004 15:41:06 -0000 1.1
+++ he.js 11 Jan 2005 15:00:39 -0000 1.2
@@ -1,7 +1,7 @@
// I18N constants
// LANG: "he", ENCODING: UTF-8
-// Author: Liron Newman, <pla...@ul...>
+// Author: Liron Newman, http://www.eesh.net, <plastish at ultinet dot org>
// FOR TRANSLATORS:
//
@@ -28,7 +28,7 @@
justifyleft: " ×ש×ר ×ש×××",
justifycenter: "×ש×ר ××ר××",
justifyright: "×ש×ר ×××××",
- justifyfull: "××ש×ר ×ש××¨× ××××",
+ justifyfull: "×ש×ר ×ש××¨× ××××",
orderedlist: "רש××× ×××ספרת",
unorderedlist: "רש××× ×× ×××ספרת",
outdent: "××§×× ×× ×ס×",
@@ -37,7 +37,7 @@
hilitecolor: "צ××¢ רקע",
horizontalrule: "×§× ×× ××",
createlink: "××× ×¡ ××פר-×§×ש×ר",
- insertimage: "××× ×¡ ת××× ×",
+ insertimage: "××× ×¡/×©× × ×ª××× ×",
inserttable: "××× ×¡ ××××",
htmlmode: "×©× × ××¦× ×§×× HTML",
popupeditor: "×××× ×ת ××¢×ר×",
@@ -48,16 +48,42 @@
redo: "××צע ×××ש ×ת ×פע××× ×××ר×× × ×©××××ת",
cut: "×××ר ×××ר×",
copy: "×עתק ×××ר×",
- paste: "××××§ ×××××"
+ paste: "××××§ ×××××",
+ lefttoright: "××××× ×ש××× ×××××",
+ righttoleft: "××××× ××××× ×ש×××"
},
buttons: {
- "ok": "OK",
+ "ok": "××ש×ר",
"cancel": "×××××"
},
msg: {
"Path": "× ×ª×× ×¢×צ××",
- "TEXT_MODE": "××ª× ×××¦× ××§×¡× × ×§× (×§××). ×שת×ש ××פת×ר [<>] ××× ××××ר ×××¦× WYSIWYG (תצ××ת ×¢×צ××)."
+ "TEXT_MODE": "××ª× ×××¦× ××§×¡× × ×§× (×§××). ×שת×ש ××פת×ר [<>] ××× ××××ר ×××¦× WYSIWYG (תצ××ת ×¢×צ××).",
+
+ "IE-sucks-full-screen" :
+ // translate here
+ "××¦× ××¡× ××× ××צר ××¢××ת ××פ××¤× Internet Explorer, " +
+ "×¢×§× ××××× ××פ××¤× ×× ××××× × ×פת×ר ×ת ××. ×ת/× ×¢×××/× ××××ת תצ××ת ×××, " +
+ "××¢××ת ×תפק×× ××¢××¨× ×/×× ×§×¨××¡× ×©× ××פ×פ×. ×× ××ער×ת ש×× ××× Windows 9x " +
+ "ס××ר ××× ×× ×©×ª×§××/× 'General Protection Fault' ×ת××צ/× ××ת×× ×ת ×××ש×.\n\n" +
+ "ר××/× ××××רת. ×× × ×××¥/× ××ש×ר ×× ×ת/× ×¢×××× ×¨××¦× ×× ×¡×ת ×ת ××¢××¨× ×××¡× ×××."
+ },
+
+ dialogs: {
+ "Cancel" : "×××××",
+ "Insert/Modify Link" : "××סף/×©× × ×§×ש×ר",
+ "New window (_blank)" : "×××× ××ש (_blank)",
+ "None (use implicit)" : "××× (×שת×ש ×-frame ××§×××)",
+ "OK" : "OK",
+ "Other" : "××ר",
+ "Same frame (_self)" : "×××ª× frame (_self)",
+ "Target:" : "××¢×:",
+ "Title (tooltip):" : "××תרת (tooltip):",
+ "Top frame (_top)" : "Frame ×¢×××× (_top)",
+ "URL:" : "URL:",
+ "You must enter the URL where this link points to" : "×××× ××ת×× URL ש×××× ×§×ש×ר ×× ×צ×××¢"
+
}
};
|