i18n_locale_editor 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +7 -0
- data/README.rdoc +4 -3
- data/VERSION +1 -1
- data/app/helpers/translations_helper.rb +2 -1
- data/lib/i18n_locale_editor.rb +1 -20
- data/public/{i18n-locale-editor.js → i18n_locale_editor/i18n-locale-editor.js} +15 -4
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-blockquote.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h1.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h2.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h3.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h4.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h5.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h6.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-p.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-pre.png +0 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/wymiframe.css +90 -0
- data/public/i18n_locale_editor/wymeditor/iframe/default/wymiframe.html +26 -0
- data/public/i18n_locale_editor/wymeditor/jquery.wymeditor.js +4688 -0
- data/public/i18n_locale_editor/wymeditor/jquery.wymeditor.min.js +1 -0
- data/public/i18n_locale_editor/wymeditor/jquery.wymeditor.pack.js +1 -0
- data/public/i18n_locale_editor/wymeditor/lang/bg.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/ca.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/cs.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/cy.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/de.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/en.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/es.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/fa.js +46 -0
- data/public/i18n_locale_editor/wymeditor/lang/fi.js +44 -0
- data/public/i18n_locale_editor/wymeditor/lang/fr.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/gl.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/he.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/hr.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/hu.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/it.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/nb.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/nl.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/nn.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/pl.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/pt-br.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/pt.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/ru.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/sv.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/tr.js +45 -0
- data/public/i18n_locale_editor/wymeditor/lang/zh_cn.js +47 -0
- data/public/i18n_locale_editor/wymeditor/plugins/embed/jquery.wymeditor.embed.js +52 -0
- data/public/i18n_locale_editor/wymeditor/plugins/fullscreen/icon_fullscreen.gif +0 -0
- data/public/i18n_locale_editor/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js +127 -0
- data/public/i18n_locale_editor/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js +57 -0
- data/public/i18n_locale_editor/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js +91 -0
- data/public/i18n_locale_editor/wymeditor/plugins/resizable/readme.txt +124 -0
- data/public/i18n_locale_editor/wymeditor/plugins/tidy/README +19 -0
- data/public/i18n_locale_editor/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js +82 -0
- data/public/i18n_locale_editor/wymeditor/plugins/tidy/tidy.php +36 -0
- data/public/i18n_locale_editor/wymeditor/plugins/tidy/wand.png +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/compact/icons.png +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/compact/skin.css +134 -0
- data/public/i18n_locale_editor/wymeditor/skins/compact/skin.js +35 -0
- data/public/i18n_locale_editor/wymeditor/skins/default/icons.png +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/default/skin.css +133 -0
- data/public/i18n_locale_editor/wymeditor/skins/default/skin.js +40 -0
- data/public/i18n_locale_editor/wymeditor/skins/minimal/images/bg.header.gif +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/minimal/images/bg.selector.silver.gif +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/minimal/images/bg.wymeditor.png +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/minimal/images/icons.silver.gif +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/minimal/skin.css +131 -0
- data/public/i18n_locale_editor/wymeditor/skins/minimal/skin.js +30 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/COPYING +674 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/README +27 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/images/bg.header.gif +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/images/bg.selector.silver.gif +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/images/bg.wymeditor.png +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/images/icons.silver.gif +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/skin.css +297 -0
- data/public/i18n_locale_editor/wymeditor/skins/silver/skin.js +61 -0
- data/public/i18n_locale_editor/wymeditor/skins/twopanels/icons.png +0 -0
- data/public/i18n_locale_editor/wymeditor/skins/twopanels/skin.css +134 -0
- data/public/i18n_locale_editor/wymeditor/skins/twopanels/skin.js +39 -0
- data/public/i18n_locale_editor/wymeditor/skins/wymeditor_icon.png +0 -0
- data/rails/init.rb +5 -5
- metadata +79 -5
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['de'] = {
|
2
|
+
Strong: 'Fett',
|
3
|
+
Emphasis: 'Kursiv',
|
4
|
+
Superscript: 'Text hochstellen',
|
5
|
+
Subscript: 'Text tiefstellen',
|
6
|
+
Ordered_List: 'Geordnete Liste einfügen',
|
7
|
+
Unordered_List: 'Ungeordnete Liste einfügen',
|
8
|
+
Indent: 'Einzug erhöhen',
|
9
|
+
Outdent: 'Einzug vermindern',
|
10
|
+
Undo: 'Befehle rückgängig machen',
|
11
|
+
Redo: 'Befehle wiederherstellen',
|
12
|
+
Link: 'Hyperlink einfügen',
|
13
|
+
Unlink: 'Hyperlink entfernen',
|
14
|
+
Image: 'Bild einfügen',
|
15
|
+
Table: 'Tabelle einfügen',
|
16
|
+
HTML: 'HTML anzeigen/verstecken',
|
17
|
+
Paragraph: 'Absatz',
|
18
|
+
Heading_1: 'Überschrift 1',
|
19
|
+
Heading_2: 'Überschrift 2',
|
20
|
+
Heading_3: 'Überschrift 3',
|
21
|
+
Heading_4: 'Überschrift 4',
|
22
|
+
Heading_5: 'Überschrift 5',
|
23
|
+
Heading_6: 'Überschrift 6',
|
24
|
+
Preformatted: 'Vorformatiert',
|
25
|
+
Blockquote: 'Zitat',
|
26
|
+
Table_Header: 'Tabellenüberschrift',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Titel',
|
29
|
+
Alternative_Text: 'Alternativer Text',
|
30
|
+
Caption: 'Tabellenüberschrift',
|
31
|
+
Summary: 'Summary',
|
32
|
+
Number_Of_Rows: 'Anzahl Zeilen',
|
33
|
+
Number_Of_Cols: 'Anzahl Spalten',
|
34
|
+
Submit: 'Absenden',
|
35
|
+
Cancel: 'Abbrechen',
|
36
|
+
Choose: 'Auswählen',
|
37
|
+
Preview: 'Vorschau',
|
38
|
+
Paste_From_Word: 'Aus Word einfügen',
|
39
|
+
Tools: 'Werkzeuge',
|
40
|
+
Containers: 'Inhaltstyp',
|
41
|
+
Classes: 'Klassen',
|
42
|
+
Status: 'Status',
|
43
|
+
Source_Code: 'Quellcode'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['en'] = {
|
2
|
+
Strong: 'Strong',
|
3
|
+
Emphasis: 'Emphasis',
|
4
|
+
Superscript: 'Superscript',
|
5
|
+
Subscript: 'Subscript',
|
6
|
+
Ordered_List: 'Ordered List',
|
7
|
+
Unordered_List: 'Unordered List',
|
8
|
+
Indent: 'Indent',
|
9
|
+
Outdent: 'Outdent',
|
10
|
+
Undo: 'Undo',
|
11
|
+
Redo: 'Redo',
|
12
|
+
Link: 'Link',
|
13
|
+
Unlink: 'Unlink',
|
14
|
+
Image: 'Image',
|
15
|
+
Table: 'Table',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Paragraph',
|
18
|
+
Heading_1: 'Heading 1',
|
19
|
+
Heading_2: 'Heading 2',
|
20
|
+
Heading_3: 'Heading 3',
|
21
|
+
Heading_4: 'Heading 4',
|
22
|
+
Heading_5: 'Heading 5',
|
23
|
+
Heading_6: 'Heading 6',
|
24
|
+
Preformatted: 'Preformatted',
|
25
|
+
Blockquote: 'Blockquote',
|
26
|
+
Table_Header: 'Table Header',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Title',
|
29
|
+
Alternative_Text: 'Alternative text',
|
30
|
+
Caption: 'Caption',
|
31
|
+
Summary: 'Summary',
|
32
|
+
Number_Of_Rows: 'Number of rows',
|
33
|
+
Number_Of_Cols: 'Number of cols',
|
34
|
+
Submit: 'Submit',
|
35
|
+
Cancel: 'Cancel',
|
36
|
+
Choose: 'Choose',
|
37
|
+
Preview: 'Preview',
|
38
|
+
Paste_From_Word: 'Paste from Word',
|
39
|
+
Tools: 'Tools',
|
40
|
+
Containers: 'Containers',
|
41
|
+
Classes: 'Classes',
|
42
|
+
Status: 'Status',
|
43
|
+
Source_Code: 'Source code'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['es'] = {
|
2
|
+
Strong: 'Resaltar',
|
3
|
+
Emphasis: 'Enfatizar',
|
4
|
+
Superscript: 'Superindice',
|
5
|
+
Subscript: 'Subindice',
|
6
|
+
Ordered_List: 'Lista ordenada',
|
7
|
+
Unordered_List: 'Lista sin ordenar',
|
8
|
+
Indent: 'Indentado',
|
9
|
+
Outdent: 'Sin indentar',
|
10
|
+
Undo: 'Deshacer',
|
11
|
+
Redo: 'Rehacer',
|
12
|
+
Link: 'Enlazar',
|
13
|
+
Unlink: 'Eliminar enlace',
|
14
|
+
Image: 'Imagen',
|
15
|
+
Table: 'Tabla',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Párrafo',
|
18
|
+
Heading_1: 'Cabecera 1',
|
19
|
+
Heading_2: 'Cabecera 2',
|
20
|
+
Heading_3: 'Cabecera 3',
|
21
|
+
Heading_4: 'Cabecera 4',
|
22
|
+
Heading_5: 'Cabecera 5',
|
23
|
+
Heading_6: 'Cabecera 6',
|
24
|
+
Preformatted: 'Preformateado',
|
25
|
+
Blockquote: 'Cita',
|
26
|
+
Table_Header: 'Cabecera de la tabla',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Título',
|
29
|
+
Alternative_Text: 'Texto alternativo',
|
30
|
+
Caption: 'Leyenda',
|
31
|
+
Summary: 'Summary',
|
32
|
+
Number_Of_Rows: 'Número de filas',
|
33
|
+
Number_Of_Cols: 'Número de columnas',
|
34
|
+
Submit: 'Enviar',
|
35
|
+
Cancel: 'Cancelar',
|
36
|
+
Choose: 'Seleccionar',
|
37
|
+
Preview: 'Vista previa',
|
38
|
+
Paste_From_Word: 'Pegar desde Word',
|
39
|
+
Tools: 'Herramientas',
|
40
|
+
Containers: 'Contenedores',
|
41
|
+
Classes: 'Clases',
|
42
|
+
Status: 'Estado',
|
43
|
+
Source_Code: 'Código fuente'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,46 @@
|
|
1
|
+
//Translation To Persian: Ghassem Tofighi (http://ght.ir)
|
2
|
+
WYMeditor.STRINGS['fa'] = {
|
3
|
+
Strong: 'پررنگ',//Strong
|
4
|
+
Emphasis: 'ایتالیک',//Emphasis
|
5
|
+
Superscript: 'بالانويس ',//Superscript
|
6
|
+
Subscript: 'زيرنويس',//Subscript
|
7
|
+
Ordered_List: 'لیست مرتب',//Ordered List
|
8
|
+
Unordered_List: 'لیست نامرتب',//Unordered List
|
9
|
+
Indent: 'افزودن دندانه',//Indent
|
10
|
+
Outdent: 'کاهش دندانه',//Outdent
|
11
|
+
Undo: 'واگردانی',//Undo
|
12
|
+
Redo: 'تکرار',//Redo
|
13
|
+
Link: 'ساختن پیوند',//Link
|
14
|
+
Unlink: 'برداشتن پیوند',//Unlink
|
15
|
+
Image: 'تصویر',//Image
|
16
|
+
Table: 'جدول',//Table
|
17
|
+
HTML: 'HTML',//HTML
|
18
|
+
Paragraph: 'پاراگراف',//Paragraph
|
19
|
+
Heading_1: 'سرتیتر ۱',//Heading 1
|
20
|
+
Heading_2: 'سرتیتر ۲',//Heading 2
|
21
|
+
Heading_3: 'سرتیتر ۳',//Heading 3
|
22
|
+
Heading_4: 'سرتیتر ۴',//Heading 4
|
23
|
+
Heading_5: 'سرتیتر ۵',//Heading 5
|
24
|
+
Heading_6: 'سرتیتر ۶',//Heading 6
|
25
|
+
Preformatted: 'قالب آماده',//Preformatted
|
26
|
+
Blockquote: 'نقل قول',//Blockquote
|
27
|
+
Table_Header: 'سرجدول',//Table Header
|
28
|
+
URL: 'آدرس اینترنتی',//URL
|
29
|
+
Title: 'عنوان',//Title
|
30
|
+
Alternative_Text: 'متن جایگزین',//Alternative text
|
31
|
+
Caption: 'عنوان',//Caption
|
32
|
+
Summary: 'Summary',
|
33
|
+
Number_Of_Rows: 'تعداد سطرها',//Number of rows
|
34
|
+
Number_Of_Cols: 'تعداد ستونها',//Number of cols
|
35
|
+
Submit: 'فرستادن',//Submit
|
36
|
+
Cancel: 'لغو',//Cancel
|
37
|
+
Choose: 'انتخاب',//Choose
|
38
|
+
Preview: 'پیشنمایش',//Preview
|
39
|
+
Paste_From_Word: 'انتقال از ورد',//Paste from Word
|
40
|
+
Tools: 'ابزار',//Tools
|
41
|
+
Containers: 'قالبها',//Containers
|
42
|
+
Classes: 'کلاسها',//Classes
|
43
|
+
Status: 'وضعیت',//Status
|
44
|
+
Source_Code: 'کد مبدأ'//Source code
|
45
|
+
};
|
46
|
+
|
@@ -0,0 +1,44 @@
|
|
1
|
+
WYMeditor.STRINGS['fi'] = {
|
2
|
+
Strong: 'Lihavoitu',
|
3
|
+
Emphasis: 'Korostus',
|
4
|
+
Superscript: 'Yläindeksi',
|
5
|
+
Subscript: 'Alaindeksi',
|
6
|
+
Ordered_List: 'Numeroitu lista',
|
7
|
+
Unordered_List: 'Luettelomerkit',
|
8
|
+
Indent: 'Suurenna sisennystä',
|
9
|
+
Outdent: 'Pienennä sisennystä',
|
10
|
+
Undo: 'Kumoa',
|
11
|
+
Redo: 'Toista',
|
12
|
+
Link: 'Linkitä',
|
13
|
+
Unlink: 'Poista linkitys',
|
14
|
+
Image: 'Kuva',
|
15
|
+
Table: 'Taulukko',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Kappale',
|
18
|
+
Heading_1: 'Otsikko 1',
|
19
|
+
Heading_2: 'Otsikko 2',
|
20
|
+
Heading_3: 'Otsikko 3',
|
21
|
+
Heading_4: 'Otsikko 4',
|
22
|
+
Heading_5: 'Otsikko 5',
|
23
|
+
Heading_6: 'Otsikko 6',
|
24
|
+
Preformatted: 'Esimuotoilu',
|
25
|
+
Blockquote: 'Sitaatti',
|
26
|
+
Table_Header: 'Taulukon otsikko',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Otsikko',
|
29
|
+
Alternative_Text: 'Vaihtoehtoinen teksti',
|
30
|
+
Caption: 'Kuvateksti',
|
31
|
+
Summary: 'Yhteenveto',
|
32
|
+
Number_Of_Rows: 'Rivien määrä',
|
33
|
+
Number_Of_Cols: 'Palstojen määrä',
|
34
|
+
Submit: 'Lähetä',
|
35
|
+
Cancel: 'Peruuta',
|
36
|
+
Choose: 'Valitse',
|
37
|
+
Preview: 'Esikatsele',
|
38
|
+
Paste_From_Word: 'Tuo Wordista',
|
39
|
+
Tools: 'Työkalut',
|
40
|
+
Containers: 'Muotoilut',
|
41
|
+
Classes: 'Luokat',
|
42
|
+
Status: 'Tila',
|
43
|
+
Source_Code: 'Lähdekoodi'
|
44
|
+
};
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['fr'] = {
|
2
|
+
Strong: 'Mise en évidence',
|
3
|
+
Emphasis: 'Emphase',
|
4
|
+
Superscript: 'Exposant',
|
5
|
+
Subscript: 'Indice',
|
6
|
+
Ordered_List: 'Liste Ordonnée',
|
7
|
+
Unordered_List: 'Liste Non-Ordonnée',
|
8
|
+
Indent: 'Imbriqué',
|
9
|
+
Outdent: 'Non-imbriqué',
|
10
|
+
Undo: 'Annuler',
|
11
|
+
Redo: 'Rétablir',
|
12
|
+
Link: 'Lien',
|
13
|
+
Unlink: 'Supprimer le Lien',
|
14
|
+
Image: 'Image',
|
15
|
+
Table: 'Tableau',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Paragraphe',
|
18
|
+
Heading_1: 'Titre 1',
|
19
|
+
Heading_2: 'Titre 2',
|
20
|
+
Heading_3: 'Titre 3',
|
21
|
+
Heading_4: 'Titre 4',
|
22
|
+
Heading_5: 'Titre 5',
|
23
|
+
Heading_6: 'Titre 6',
|
24
|
+
Preformatted: 'Pré-formatté',
|
25
|
+
Blockquote: 'Citation',
|
26
|
+
Table_Header: 'Cellule de titre',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Titre',
|
29
|
+
Alternative_Text: 'Texte alternatif',
|
30
|
+
Caption: 'Légende',
|
31
|
+
Summary: 'Résumé',
|
32
|
+
Number_Of_Rows: 'Nombre de lignes',
|
33
|
+
Number_Of_Cols: 'Nombre de colonnes',
|
34
|
+
Submit: 'Envoyer',
|
35
|
+
Cancel: 'Annuler',
|
36
|
+
Choose: 'Choisir',
|
37
|
+
Preview: 'Prévisualisation',
|
38
|
+
Paste_From_Word: 'Copier depuis Word',
|
39
|
+
Tools: 'Outils',
|
40
|
+
Containers: 'Type de texte',
|
41
|
+
Classes: 'Type de contenu',
|
42
|
+
Status: 'Infos',
|
43
|
+
Source_Code: 'Code source'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['gl'] = {
|
2
|
+
Strong: 'Moita énfase',
|
3
|
+
Emphasis: 'Énfase',
|
4
|
+
Superscript: 'Superíndice',
|
5
|
+
Subscript: 'Subíndice',
|
6
|
+
Ordered_List: 'Lista ordenada',
|
7
|
+
Unordered_List: 'Lista sen ordenar',
|
8
|
+
Indent: 'Aniñar',
|
9
|
+
Outdent: 'Desaniñar',
|
10
|
+
Undo: 'Desfacer',
|
11
|
+
Redo: 'Refacer',
|
12
|
+
Link: 'Ligazón',
|
13
|
+
Unlink: 'Desligar',
|
14
|
+
Image: 'Imaxe',
|
15
|
+
Table: 'Táboa',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Parágrafo',
|
18
|
+
Heading_1: 'Título 1',
|
19
|
+
Heading_2: 'Título 2',
|
20
|
+
Heading_3: 'Título 3',
|
21
|
+
Heading_4: 'Título 4',
|
22
|
+
Heading_5: 'Título 5',
|
23
|
+
Heading_6: 'Título 6',
|
24
|
+
Preformatted: 'Preformatado',
|
25
|
+
Blockquote: 'Cita en parágrafo',
|
26
|
+
Table_Header: 'Cabeceira da táboa',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Título',
|
29
|
+
Alternative_Text: 'Texto alternativo',
|
30
|
+
Caption: 'Título',
|
31
|
+
Summary: 'Resumo',
|
32
|
+
Number_Of_Rows: 'Número de filas',
|
33
|
+
Number_Of_Cols: 'Número de columnas',
|
34
|
+
Submit: 'Enviar',
|
35
|
+
Cancel: 'Cancelar',
|
36
|
+
Choose: 'Escoller',
|
37
|
+
Preview: 'Previsualizar',
|
38
|
+
Paste_From_Word: 'Colar dende Word',
|
39
|
+
Tools: 'Ferramentas',
|
40
|
+
Containers: 'Contenedores',
|
41
|
+
Classes: 'Clases',
|
42
|
+
Status: 'Estado',
|
43
|
+
Source_Code: 'Código fonte'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['he'] = {
|
2
|
+
Strong: 'חזק',
|
3
|
+
Emphasis: 'מובלט',
|
4
|
+
Superscript: 'כתב עילי',
|
5
|
+
Subscript: 'כתב תחתי',
|
6
|
+
Ordered_List: 'רשימה ממוספרת',
|
7
|
+
Unordered_List: 'רשימה לא ממוספרת',
|
8
|
+
Indent: 'הזחה פנימה',
|
9
|
+
Outdent: 'הזחה החוצה',
|
10
|
+
Undo: 'בטל פעולה',
|
11
|
+
Redo: 'בצע מחדש פעולה',
|
12
|
+
Link: 'קישור',
|
13
|
+
Unlink: 'בטל קישור',
|
14
|
+
Image: 'תמונה',
|
15
|
+
Table: 'טבלה',
|
16
|
+
HTML: 'קוד HTML',
|
17
|
+
Paragraph: 'פסקה',
|
18
|
+
Heading_1: 'כותרת 1 ; תג <h1>',
|
19
|
+
Heading_2: 'כותרת 2 ; תג <h2>',
|
20
|
+
Heading_3: 'כותרת 3 ; תג <h3>',
|
21
|
+
Heading_4: 'כותרת 4 ; תג <h4>',
|
22
|
+
Heading_5: 'כותרת 5 ; תג <h5>',
|
23
|
+
Heading_6: 'כותרת 6 ; תג <h6>',
|
24
|
+
Preformatted: 'משמר רווחים',
|
25
|
+
Blockquote: 'ציטוט',
|
26
|
+
Table_Header: 'כותרת טבלה',
|
27
|
+
URL: 'קישור (URL)',
|
28
|
+
Title: 'כותרת',
|
29
|
+
Alternative_Text: 'טקסט חלופי',
|
30
|
+
Caption: 'כותרת',
|
31
|
+
Summary: 'סיכום',
|
32
|
+
Number_Of_Rows: 'מספר שורות',
|
33
|
+
Number_Of_Cols: 'מספר טורים',
|
34
|
+
Submit: 'שלח',
|
35
|
+
Cancel: 'בטל',
|
36
|
+
Choose: 'בחר',
|
37
|
+
Preview: 'תצוגה מקדימה',
|
38
|
+
Paste_From_Word: 'העתק מ-Word',
|
39
|
+
Tools: 'כלים',
|
40
|
+
Containers: 'מיכלים',
|
41
|
+
Classes: 'מחלקות',
|
42
|
+
Status: 'מצב',
|
43
|
+
Source_Code: 'קוד מקור'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['hr'] = {
|
2
|
+
Strong: 'Podebljano',
|
3
|
+
Emphasis: 'Naglašeno',
|
4
|
+
Superscript: 'Iznad',
|
5
|
+
Subscript: 'Ispod',
|
6
|
+
Ordered_List: 'Pobrojana lista',
|
7
|
+
Unordered_List: 'Nepobrojana lista',
|
8
|
+
Indent: 'Uvuci',
|
9
|
+
Outdent: 'Izvuci',
|
10
|
+
Undo: 'Poništi promjenu',
|
11
|
+
Redo: 'Ponovno promjeni',
|
12
|
+
Link: 'Hiperveza',
|
13
|
+
Unlink: 'Ukloni hipervezu',
|
14
|
+
Image: 'Slika',
|
15
|
+
Table: 'Tablica',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Paragraf',
|
18
|
+
Heading_1: 'Naslov 1',
|
19
|
+
Heading_2: 'Naslov 2',
|
20
|
+
Heading_3: 'Naslov 3',
|
21
|
+
Heading_4: 'Naslov 4',
|
22
|
+
Heading_5: 'Naslov 5',
|
23
|
+
Heading_6: 'Naslov 6',
|
24
|
+
Preformatted: 'Unaprijed formatirano',
|
25
|
+
Blockquote: 'Citat',
|
26
|
+
Table_Header: 'Zaglavlje tablice',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Naslov',
|
29
|
+
Alternative_Text: 'Alternativni tekst',
|
30
|
+
Caption: 'Zaglavlje',
|
31
|
+
Summary: 'Sažetak',
|
32
|
+
Number_Of_Rows: 'Broj redova',
|
33
|
+
Number_Of_Cols: 'Broj kolona',
|
34
|
+
Submit: 'Snimi',
|
35
|
+
Cancel: 'Odustani',
|
36
|
+
Choose: 'Izaberi',
|
37
|
+
Preview: 'Pregled',
|
38
|
+
Paste_From_Word: 'Zalijepi iz Word-a',
|
39
|
+
Tools: 'Alati',
|
40
|
+
Containers: 'Kontejneri',
|
41
|
+
Classes: 'Klase',
|
42
|
+
Status: 'Status',
|
43
|
+
Source_Code: 'Izvorni kod'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['hu'] = {
|
2
|
+
Strong: 'Félkövér',
|
3
|
+
Emphasis: 'Kiemelt',
|
4
|
+
Superscript: 'Felső index',
|
5
|
+
Subscript: 'Alsó index',
|
6
|
+
Ordered_List: 'Rendezett lista',
|
7
|
+
Unordered_List: 'Rendezetlen lista',
|
8
|
+
Indent: 'Bekezdés',
|
9
|
+
Outdent: 'Bekezdés törlése',
|
10
|
+
Undo: 'Visszavon',
|
11
|
+
Redo: 'Visszaállít',
|
12
|
+
Link: 'Link',
|
13
|
+
Unlink: 'Link törlése',
|
14
|
+
Image: 'Kép',
|
15
|
+
Table: 'Tábla',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Bekezdés',
|
18
|
+
Heading_1: 'Címsor 1',
|
19
|
+
Heading_2: 'Címsor 2',
|
20
|
+
Heading_3: 'Címsor 3',
|
21
|
+
Heading_4: 'Címsor 4',
|
22
|
+
Heading_5: 'Címsor 5',
|
23
|
+
Heading_6: 'Címsor 6',
|
24
|
+
Preformatted: 'Előformázott',
|
25
|
+
Blockquote: 'Idézet',
|
26
|
+
Table_Header: 'Tábla Fejléc',
|
27
|
+
URL: 'Webcím',
|
28
|
+
Title: 'Megnevezés',
|
29
|
+
Alternative_Text: 'Alternatív szöveg',
|
30
|
+
Caption: 'Fejléc',
|
31
|
+
Summary: 'Summary',
|
32
|
+
Number_Of_Rows: 'Sorok száma',
|
33
|
+
Number_Of_Cols: 'Oszlopok száma',
|
34
|
+
Submit: 'Elküld',
|
35
|
+
Cancel: 'Mégsem',
|
36
|
+
Choose: 'Választ',
|
37
|
+
Preview: 'Előnézet',
|
38
|
+
Paste_From_Word: 'Másolás Word-ból',
|
39
|
+
Tools: 'Eszközök',
|
40
|
+
Containers: 'Tartalmak',
|
41
|
+
Classes: 'Osztályok',
|
42
|
+
Status: 'Állapot',
|
43
|
+
Source_Code: 'Forráskód'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['it'] = {
|
2
|
+
Strong: 'Grassetto',
|
3
|
+
Emphasis: 'Corsetto',
|
4
|
+
Superscript: 'Apice',
|
5
|
+
Subscript: 'Pedice',
|
6
|
+
Ordered_List: 'Lista Ordinata',
|
7
|
+
Unordered_List: 'Lista Puntata',
|
8
|
+
Indent: 'Indenta',
|
9
|
+
Outdent: 'Caccia',
|
10
|
+
Undo: 'Indietro',
|
11
|
+
Redo: 'Avanti',
|
12
|
+
Link: 'Inserisci Link',
|
13
|
+
Unlink: 'Togli Link',
|
14
|
+
Image: 'Inserisci Immagine',
|
15
|
+
Table: 'Inserisci Tabella',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Paragrafo',
|
18
|
+
Heading_1: 'Heading 1',
|
19
|
+
Heading_2: 'Heading 2',
|
20
|
+
Heading_3: 'Heading 3',
|
21
|
+
Heading_4: 'Heading 4',
|
22
|
+
Heading_5: 'Heading 5',
|
23
|
+
Heading_6: 'Heading 6',
|
24
|
+
Preformatted: 'Preformattato',
|
25
|
+
Blockquote: 'Blockquote',
|
26
|
+
Table_Header: 'Header Tabella',
|
27
|
+
URL: 'Indirizzo',
|
28
|
+
Title: 'Titolo',
|
29
|
+
Alternative_Text: 'Testo Alternativo',
|
30
|
+
Caption: 'Caption',
|
31
|
+
Summary: 'Summary',
|
32
|
+
Number_Of_Rows: 'Numero di Righe',
|
33
|
+
Number_Of_Cols: 'Numero di Colonne',
|
34
|
+
Submit: 'Invia',
|
35
|
+
Cancel: 'Cancella',
|
36
|
+
Choose: 'Scegli',
|
37
|
+
Preview: 'Anteprima',
|
38
|
+
Paste_From_Word: 'Incolla',
|
39
|
+
Tools: 'Tools',
|
40
|
+
Containers: 'Contenitori',
|
41
|
+
Classes: 'Classi',
|
42
|
+
Status: 'Stato',
|
43
|
+
Source_Code: 'Codice Sorgente'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['nb'] = {
|
2
|
+
Strong: 'Fet',
|
3
|
+
Emphasis: 'Uthevet',
|
4
|
+
Superscript: 'Opphøyet',
|
5
|
+
Subscript: 'Nedsenket',
|
6
|
+
Ordered_List: 'Nummerert liste',
|
7
|
+
Unordered_List: 'Punktliste',
|
8
|
+
Indent: 'Rykk inn',
|
9
|
+
Outdent: 'Rykk ut',
|
10
|
+
Undo: 'Angre',
|
11
|
+
Redo: 'Gjenta',
|
12
|
+
Link: 'Lenke',
|
13
|
+
Unlink: 'Ta bort lenken',
|
14
|
+
Image: 'Bilde',
|
15
|
+
Table: 'Tabell',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Avsnitt',
|
18
|
+
Heading_1: 'Overskrift 1',
|
19
|
+
Heading_2: 'Overskrift 2',
|
20
|
+
Heading_3: 'Overskrift 3',
|
21
|
+
Heading_4: 'Overskrift 4',
|
22
|
+
Heading_5: 'Overskrift 5',
|
23
|
+
Heading_6: 'Overskrift 6',
|
24
|
+
Preformatted: 'Preformatert',
|
25
|
+
Blockquote: 'Sitat',
|
26
|
+
Table_Header: 'Tabelloverskrift',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Tittel',
|
29
|
+
Alternative_Text: 'Alternativ tekst',
|
30
|
+
Caption: 'Overskrift',
|
31
|
+
Summary: 'Sammendrag',
|
32
|
+
Number_Of_Rows: 'Antall rader',
|
33
|
+
Number_Of_Cols: 'Antall kolonner',
|
34
|
+
Submit: 'Ok',
|
35
|
+
Cancel: 'Avbryt',
|
36
|
+
Choose: 'Velg',
|
37
|
+
Preview: 'Forhåndsvis',
|
38
|
+
Paste_From_Word: 'Lim inn fra Word',
|
39
|
+
Tools: 'Verktøy',
|
40
|
+
Containers: 'Formatering',
|
41
|
+
Classes: 'Klasser',
|
42
|
+
Status: 'Status',
|
43
|
+
Source_Code: 'Kildekode'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['nl'] = {
|
2
|
+
Strong: 'Sterk benadrukken',
|
3
|
+
Emphasis: 'Benadrukken',
|
4
|
+
Superscript: 'Bovenschrift',
|
5
|
+
Subscript: 'Onderschrift',
|
6
|
+
Ordered_List: 'Geordende lijst',
|
7
|
+
Unordered_List: 'Ongeordende lijst',
|
8
|
+
Indent: 'Inspringen',
|
9
|
+
Outdent: 'Terugspringen',
|
10
|
+
Undo: 'Ongedaan maken',
|
11
|
+
Redo: 'Opnieuw uitvoeren',
|
12
|
+
Link: 'Linken',
|
13
|
+
Unlink: 'Ontlinken',
|
14
|
+
Image: 'Afbeelding',
|
15
|
+
Table: 'Tabel',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Paragraaf',
|
18
|
+
Heading_1: 'Kop 1',
|
19
|
+
Heading_2: 'Kop 2',
|
20
|
+
Heading_3: 'Kop 3',
|
21
|
+
Heading_4: 'Kop 4',
|
22
|
+
Heading_5: 'Kop 5',
|
23
|
+
Heading_6: 'Kop 6',
|
24
|
+
Preformatted: 'Voorgeformatteerd',
|
25
|
+
Blockquote: 'Citaat',
|
26
|
+
Table_Header: 'Tabel-kop',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Titel',
|
29
|
+
Alternative_Text: 'Alternatieve tekst',
|
30
|
+
Caption: 'Bijschrift',
|
31
|
+
Summary: 'Summary',
|
32
|
+
Number_Of_Rows: 'Aantal rijen',
|
33
|
+
Number_Of_Cols: 'Aantal kolommen',
|
34
|
+
Submit: 'Versturen',
|
35
|
+
Cancel: 'Annuleren',
|
36
|
+
Choose: 'Kiezen',
|
37
|
+
Preview: 'Voorbeeld bekijken',
|
38
|
+
Paste_From_Word: 'Plakken uit Word',
|
39
|
+
Tools: 'Hulpmiddelen',
|
40
|
+
Containers: 'Teksttypes',
|
41
|
+
Classes: 'Klassen',
|
42
|
+
Status: 'Status',
|
43
|
+
Source_Code: 'Broncode'
|
44
|
+
};
|
45
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
WYMeditor.STRINGS['nn'] = {
|
2
|
+
Strong: 'Feit',
|
3
|
+
Emphasis: 'Utheva',
|
4
|
+
Superscript: 'Opphøgd',
|
5
|
+
Subscript: 'Nedsenka',
|
6
|
+
Ordered_List: 'Nummerert liste',
|
7
|
+
Unordered_List: 'Punktliste',
|
8
|
+
Indent: 'Rykk inn',
|
9
|
+
Outdent: 'Rykk ut',
|
10
|
+
Undo: 'Angre',
|
11
|
+
Redo: 'Gjentaka',
|
12
|
+
Link: 'Lenkje',
|
13
|
+
Unlink: 'Ta bort lenkja',
|
14
|
+
Image: 'Bilete',
|
15
|
+
Table: 'Tabell',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Avsnitt',
|
18
|
+
Heading_1: 'Overskrift 1',
|
19
|
+
Heading_2: 'Overskrift 2',
|
20
|
+
Heading_3: 'Overskrift 3',
|
21
|
+
Heading_4: 'Overskrift 4',
|
22
|
+
Heading_5: 'Overskrift 5',
|
23
|
+
Heading_6: 'Overskrift 6',
|
24
|
+
Preformatted: 'Preformatert',
|
25
|
+
Blockquote: 'Sitat',
|
26
|
+
Table_Header: 'Tabelloverskrift',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Tittel',
|
29
|
+
Alternative_Text: 'Alternativ tekst',
|
30
|
+
Caption: 'Overskrift',
|
31
|
+
Summary: 'Samandrag',
|
32
|
+
Number_Of_Rows: 'Tal på rader',
|
33
|
+
Number_Of_Cols: 'Tal på kolonnar',
|
34
|
+
Submit: 'Ok',
|
35
|
+
Cancel: 'Avbryt',
|
36
|
+
Choose: 'Vel',
|
37
|
+
Preview: 'Førehandsvis',
|
38
|
+
Paste_From_Word: 'Lim inn frå Word',
|
39
|
+
Tools: 'Verkty',
|
40
|
+
Containers: 'Formatering',
|
41
|
+
Classes: 'Klassar',
|
42
|
+
Status: 'Status',
|
43
|
+
Source_Code: 'Kjeldekode'
|
44
|
+
};
|
45
|
+
|