tinymce-rails-langs 4.20130625 → 4.20140129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/vendor/assets/javascripts/tinymce/langs/ar.js +23 -1
- data/vendor/assets/javascripts/tinymce/langs/az.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/be.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/bg_BG.js +28 -7
- data/vendor/assets/javascripts/tinymce/langs/bs.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/ca.js +63 -3
- data/vendor/assets/javascripts/tinymce/langs/cs.js +4 -0
- data/vendor/assets/javascripts/tinymce/langs/cy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/da.js +24 -3
- data/vendor/assets/javascripts/tinymce/langs/de.js +110 -89
- data/vendor/assets/javascripts/tinymce/langs/de_AT.js +32 -11
- data/vendor/assets/javascripts/tinymce/langs/dv.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/el.js +141 -120
- data/vendor/assets/javascripts/tinymce/langs/en_CA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/en_GB.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/es.js +23 -2
- data/vendor/assets/javascripts/tinymce/langs/et.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/eu.js +4 -0
- data/vendor/assets/javascripts/tinymce/langs/fa.js +18 -12
- data/vendor/assets/javascripts/tinymce/langs/fi.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +21 -2
- data/vendor/assets/javascripts/tinymce/langs/gl.js +32 -11
- data/vendor/assets/javascripts/tinymce/langs/he_IL.js +38 -16
- data/vendor/assets/javascripts/tinymce/langs/hr.js +19 -0
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/hy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/id.js +71 -0
- data/vendor/assets/javascripts/tinymce/langs/is_IS.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/it.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/ja.js +18 -0
- data/vendor/assets/javascripts/tinymce/langs/kk.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/km_KH.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ko_KR.js +39 -20
- data/vendor/assets/javascripts/tinymce/langs/lb.js +14 -12
- data/vendor/assets/javascripts/tinymce/langs/lt.js +15 -0
- data/vendor/assets/javascripts/tinymce/langs/lv.js +19 -0
- data/vendor/assets/javascripts/tinymce/langs/ml_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +11 -7
- data/vendor/assets/javascripts/tinymce/langs/nl.js +36 -32
- data/vendor/assets/javascripts/tinymce/langs/pl.js +22 -2
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +169 -148
- data/vendor/assets/javascripts/tinymce/langs/ro.js +24 -3
- data/vendor/assets/javascripts/tinymce/langs/ru.js +5 -0
- data/vendor/assets/javascripts/tinymce/langs/sk.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +30 -5
- data/vendor/assets/javascripts/tinymce/langs/sr.js +35 -10
- data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +19 -15
- data/vendor/assets/javascripts/tinymce/langs/ta.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/tg.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/th_TH.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/ug.js +3 -0
- data/vendor/assets/javascripts/tinymce/langs/uk.js +23 -2
- data/vendor/assets/javascripts/tinymce/langs/uk_UA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/vi.js +137 -0
- data/vendor/assets/javascripts/tinymce/langs/vi_VN.js +17 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +13 -9
- data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +58 -37
- metadata +22 -3
@@ -1,29 +1,46 @@
|
|
1
1
|
tinymce.addI18n('it',{
|
2
2
|
"Cut": "Taglia",
|
3
|
+
"Header 2": "Header 2",
|
3
4
|
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Il tuo browser non supporta l'accesso diretto negli Appunti. Per favore usa i tasti di scelta rapida Ctrl+X\/C\/V.",
|
5
|
+
"Div": "Div",
|
4
6
|
"Paste": "Incolla",
|
5
7
|
"Close": "Chiudi",
|
8
|
+
"Font Family": "Famiglia font",
|
9
|
+
"Pre": "Pre",
|
6
10
|
"Align right": "Allinea a Destra",
|
7
11
|
"New document": "Nuovo Documento",
|
12
|
+
"Blockquote": "Blockquote",
|
8
13
|
"Numbered list": "Elenchi Numerati",
|
9
14
|
"Increase indent": "Aumenta Rientro",
|
10
15
|
"Formats": "Formattazioni",
|
16
|
+
"Headers": "Intestazioni",
|
11
17
|
"Select all": "Seleziona Tutto",
|
18
|
+
"Header 3": "Intestazione 3",
|
19
|
+
"Blocks": "Blocchi",
|
12
20
|
"Undo": "Indietro",
|
13
21
|
"Strikethrough": "Barrato",
|
14
22
|
"Bullet list": "Elenchi Puntati",
|
23
|
+
"Header 1": "Intestazione 1",
|
15
24
|
"Superscript": "Apice",
|
16
25
|
"Clear formatting": "Cancella Formattazione",
|
26
|
+
"Font Sizes": "Dimensioni font",
|
17
27
|
"Subscript": "Pedice",
|
28
|
+
"Header 6": "Intestazione 6",
|
18
29
|
"Redo": "Ripeti",
|
30
|
+
"Paragraph": "Paragrafo",
|
19
31
|
"Ok": "Ok",
|
20
32
|
"Bold": "Grassetto",
|
33
|
+
"Code": "Codice",
|
21
34
|
"Italic": "Corsivo",
|
22
35
|
"Align center": "Allinea al Cento",
|
36
|
+
"Header 5": "Intestazione 5",
|
23
37
|
"Decrease indent": "Riduci Rientro",
|
38
|
+
"Header 4": "Intestazione 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Incolla \u00e8 in modalit\u00e0 testo normale. I contenuti sono incollati come testo normale se non disattivi l'opzione.",
|
24
40
|
"Underline": "Sottolineato",
|
25
41
|
"Cancel": "Cancella",
|
26
42
|
"Justify": "Giustifica",
|
43
|
+
"Inline": "Inlinea",
|
27
44
|
"Copy": "Copia",
|
28
45
|
"Align left": "Allinea a Sinistra",
|
29
46
|
"Visual aids": "Elementi Visivi",
|
@@ -65,9 +82,12 @@ tinymce.addI18n('it',{
|
|
65
82
|
"Image description": "Descrizione Immagine",
|
66
83
|
"Style": "Stile",
|
67
84
|
"Dimensions": "Dimenzioni",
|
85
|
+
"Insert image": "Inserisci immagine",
|
68
86
|
"Insert date\/time": "Inserisci Data\/Ora",
|
87
|
+
"Remove link": "Rimuovi link",
|
69
88
|
"Url": "Url",
|
70
89
|
"Text to display": "Testo da Visualizzare",
|
90
|
+
"Anchors": "Anchors",
|
71
91
|
"Insert link": "Inserisci il Link",
|
72
92
|
"New window": "Nuova Finestra",
|
73
93
|
"None": "No",
|
@@ -80,6 +100,7 @@ tinymce.addI18n('it',{
|
|
80
100
|
"Insert video": "Inserisci Video",
|
81
101
|
"Embed": "Incorporare",
|
82
102
|
"Nonbreaking space": "Spazio unificatore",
|
103
|
+
"Paste as text": "incolla come testo",
|
83
104
|
"Preview": "Anteprima",
|
84
105
|
"Print": "Stampa",
|
85
106
|
"Save": "Salva",
|
@@ -1,29 +1,44 @@
|
|
1
1
|
tinymce.addI18n('ja',{
|
2
2
|
"Cut": "\u5207\u308a\u53d6\u308a",
|
3
|
+
"Header 2": "\u30d8\u30c3\u30c0\u30fc 2",
|
3
4
|
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u3067\u306f\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u6a5f\u80fd\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30ad\u30fc\u30dc\u30fc\u30c9\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\uff08Ctrl+X, Ctrl+C, Ctrl+V\uff09\u3092\u304a\u4f7f\u3044\u4e0b\u3055\u3044\u3002",
|
5
|
+
"Div": "Div",
|
4
6
|
"Paste": "\u8cbc\u308a\u4ed8\u3051",
|
5
7
|
"Close": "\u9589\u3058\u308b",
|
8
|
+
"Pre": "Pre",
|
6
9
|
"Align right": "\u53f3\u5bc4\u305b",
|
7
10
|
"New document": "\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8",
|
11
|
+
"Blockquote": "Blockquote",
|
8
12
|
"Numbered list": "\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d",
|
9
13
|
"Increase indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059",
|
10
14
|
"Formats": "\u66f8\u5f0f",
|
15
|
+
"Headers": "\u30d8\u30c3\u30c0\u30fc",
|
11
16
|
"Select all": "\u5168\u3066\u3092\u9078\u629e",
|
17
|
+
"Header 3": "\u30d8\u30c3\u30c0\u30fc 3",
|
18
|
+
"Blocks": "\u30d6\u30ed\u30c3\u30af",
|
12
19
|
"Undo": "\u5143\u306b\u623b\u3059",
|
13
20
|
"Strikethrough": "\u53d6\u308a\u6d88\u3057\u7dda",
|
14
21
|
"Bullet list": "\u7b87\u6761\u66f8\u304d",
|
22
|
+
"Header 1": "\u30d8\u30c3\u30c0\u30fc 1",
|
15
23
|
"Superscript": "\u4e0a\u4ed8\u304d\u6587\u5b57",
|
16
24
|
"Clear formatting": "\u66f8\u5f0f\u3092\u30af\u30ea\u30a2",
|
17
25
|
"Subscript": "\u4e0b\u4ed8\u304d\u6587\u5b57",
|
26
|
+
"Header 6": "\u30d8\u30c3\u30c0\u30fc 6",
|
18
27
|
"Redo": "\u3084\u308a\u76f4\u3059",
|
28
|
+
"Paragraph": "\u6bb5\u843d",
|
19
29
|
"Ok": "OK",
|
20
30
|
"Bold": "\u592a\u5b57",
|
31
|
+
"Code": "\u30b3\u30fc\u30c9",
|
21
32
|
"Italic": "\u659c\u4f53",
|
22
33
|
"Align center": "\u4e2d\u592e\u63c3\u3048",
|
34
|
+
"Header 5": "\u30d8\u30c3\u30c0\u30fc 5",
|
23
35
|
"Decrease indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059",
|
36
|
+
"Header 4": "\u30d8\u30c3\u30c0\u30fc 4",
|
37
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u8cbc\u308a\u4ed8\u3051\u306f\u73fe\u5728\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u30e2\u30fc\u30c9\u3067\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30aa\u30d5\u306b\u3057\u306a\u3044\u9650\u308a\u5185\u5bb9\u306f\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u8cbc\u308a\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002",
|
24
38
|
"Underline": "\u4e0b\u7dda",
|
25
39
|
"Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
|
26
40
|
"Justify": "\u4e21\u7aef\u63c3\u3048",
|
41
|
+
"Inline": "\u30a4\u30f3\u30e9\u30a4\u30f3",
|
27
42
|
"Copy": "\u30b3\u30d4\u30fc",
|
28
43
|
"Align left": "\u5de6\u5bc4\u305b",
|
29
44
|
"Visual aids": "\u8868\u306e\u67a0\u7dda\u3092\u70b9\u7dda\u3067\u8868\u793a",
|
@@ -65,9 +80,12 @@ tinymce.addI18n('ja',{
|
|
65
80
|
"Image description": "\u753b\u50cf\u306e\u8aac\u660e\u6587",
|
66
81
|
"Style": "\u30b9\u30bf\u30a4\u30eb",
|
67
82
|
"Dimensions": "\u753b\u50cf\u30b5\u30a4\u30ba\uff08\u6a2a\u30fb\u7e26\uff09",
|
83
|
+
"Insert image": "\u753b\u50cf\u306e\u633f\u5165",
|
68
84
|
"Insert date\/time": "\u65e5\u4ed8\u30fb\u6642\u523b",
|
85
|
+
"Remove link": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
|
69
86
|
"Url": "\u30ea\u30f3\u30af\u5148URL",
|
70
87
|
"Text to display": "\u30ea\u30f3\u30af\u5143\u30c6\u30ad\u30b9\u30c8",
|
88
|
+
"Anchors": "\u30a2\u30f3\u30ab\u30fc\uff08\u30ea\u30f3\u30af\u306e\u5230\u9054\u70b9\uff09",
|
71
89
|
"Insert link": "\u30ea\u30f3\u30af",
|
72
90
|
"New window": "\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6",
|
73
91
|
"None": "\u306a\u3057",
|
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('kk',{
|
2
|
+
"Cut": "\u049a\u0438\u044b\u043f \u0430\u043b\u0443",
|
3
|
+
"Header 2": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u0456\u04a3\u0456\u0437 \u0430\u043b\u043c\u0430\u0441\u0443 \u0431\u0443\u0444\u0435\u0440\u0456\u043d\u0435 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u049b\u0430\u0442\u044b\u043d\u0430\u0439 \u0430\u043b\u043c\u0430\u0439\u0434\u044b. Ctrl+X\/C\/V \u043f\u0435\u0440\u043d\u0435\u043b\u0435\u0440 \u0442\u0456\u0440\u043a\u0435\u0441\u0456\u043c\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437.",
|
5
|
+
"Div": "Div",
|
6
|
+
"Paste": "\u049a\u043e\u044e",
|
7
|
+
"Close": "\u0416\u0430\u0431\u0443",
|
8
|
+
"Font Family": "\u049a\u0430\u0440\u0456\u043f\u0442\u0435\u0440 \u0442\u043e\u0431\u044b",
|
9
|
+
"Pre": "Pre",
|
10
|
+
"Align right": "\u041e\u04a3\u0493\u0430 \u043e\u0440\u043d\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443",
|
11
|
+
"New document": "\u0416\u0430\u04a3\u0430 \u049b\u04b1\u0436\u0430\u0442",
|
12
|
+
"Blockquote": "\u0414\u04d9\u0439\u0435\u043a\u0441\u04e9\u0437",
|
13
|
+
"Numbered list": "\u041d\u04e9\u043c\u0456\u0440\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u0456\u0437\u0456\u043c",
|
14
|
+
"Increase indent": "\u0428\u0435\u0433\u0456\u043d\u0456\u0441\u0442\u0456 \u0430\u0440\u0442\u0442\u044b\u0440\u0443",
|
15
|
+
"Formats": "\u0424\u043e\u0440\u043c\u0430\u0442\u0442\u0430\u0440",
|
16
|
+
"Headers": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430",
|
17
|
+
"Select all": "\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0442\u0430\u04a3\u0434\u0430\u0443",
|
18
|
+
"Header 3": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430 3",
|
19
|
+
"Blocks": "\u0411\u043b\u043e\u043a\u0442\u0435\u043a\u0442\u0435\u0441 (Block)",
|
20
|
+
"Undo": "\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
21
|
+
"Strikethrough": "\u0411\u0435\u043b\u0456\u043d\u0435\u043d \u0441\u044b\u0437\u044b\u043b\u0493\u0430\u043d",
|
22
|
+
"Bullet list": "\u0422\u0430\u04a3\u0431\u0430\u043b\u0430\u043d\u0493\u0430\u043d \u0442\u0456\u0437\u0456\u043c",
|
23
|
+
"Header 1": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430 1",
|
24
|
+
"Superscript": "\u04ae\u0441\u0442\u0456\u04a3\u0433\u0456 \u0438\u043d\u0434\u0435\u043a\u0441",
|
25
|
+
"Clear formatting": "\u0424\u043e\u0440\u043c\u0430\u0442\u0442\u0430\u0443\u0434\u0430\u043d \u0442\u0430\u0437\u0430\u0440\u0442\u0443",
|
26
|
+
"Font Sizes": "\u049a\u0430\u0440\u0456\u043f\u0442\u0435\u0440 \u04e9\u043b\u0448\u0435\u043c\u0456",
|
27
|
+
"Subscript": "\u0410\u0441\u0442\u044b\u04a3\u0493\u044b \u0438\u043d\u0434\u0435\u043a\u0441",
|
28
|
+
"Header 6": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430 6",
|
29
|
+
"Redo": "\u049a\u0430\u0439\u0442\u0430\u0440\u0443",
|
30
|
+
"Paragraph": "\u0410\u0431\u0437\u0430\u0446",
|
31
|
+
"Ok": "\u041e\u041a",
|
32
|
+
"Bold": "\u0416\u0443\u0430\u043d",
|
33
|
+
"Code": "\u041a\u043e\u0434",
|
34
|
+
"Italic": "\u041a\u04e9\u043b\u0431\u0435\u0443",
|
35
|
+
"Align center": "\u041e\u0440\u0442\u0430\u0441\u044b\u043d\u0430 \u043e\u0440\u043d\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443",
|
36
|
+
"Header 5": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430 5",
|
37
|
+
"Decrease indent": "\u0428\u0435\u0433\u0456\u043d\u0456\u0441\u0442\u0456 \u043a\u0435\u043c\u0456\u0442\u0443",
|
38
|
+
"Header 4": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u041e\u0441\u044b \u043e\u043f\u0446\u0438\u044f \u04e9\u0448\u0456\u0440\u0456\u043b\u043c\u0435\u0433\u0435\u043d\u0448\u0435, \u0431\u0443\u0444\u0435\u0440\u0434\u0435\u0433\u0456 \u043c\u04d9\u0442\u0456\u043d \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u043c\u04d9\u0442\u0456\u043d \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u049b\u043e\u0439\u044b\u043b\u0430\u0434\u044b.",
|
40
|
+
"Underline": "\u0410\u0441\u0442\u044b \u0441\u044b\u0437\u044b\u043b\u0493\u0430\u043d",
|
41
|
+
"Cancel": "\u0411\u0430\u0441 \u0442\u0430\u0440\u0442\u0443",
|
42
|
+
"Justify": "\u0422\u043e\u043b\u0442\u044b\u0440\u0443",
|
43
|
+
"Inline": "\u041a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d (Inline)",
|
44
|
+
"Copy": "\u041a\u04e9\u0448\u0456\u0440\u0443",
|
45
|
+
"Align left": "\u0421\u043e\u043b\u0493\u0430 \u043e\u0440\u043d\u0430\u043b\u0430\u0441\u0442\u044b\u0440\u0443",
|
46
|
+
"Visual aids": "\u041a\u04e9\u043c\u0435\u043a\u0448\u0456 \u0431\u0435\u043b\u0433\u0456\u043b\u0435\u0440",
|
47
|
+
"Lower Greek": "\u041a\u0456\u0448\u0456 \u0433\u0440\u0435\u043a \u04d9\u0440\u0456\u043f\u0442\u0435\u0440\u0456",
|
48
|
+
"Square": "\u0428\u0430\u0440\u0448\u044b",
|
49
|
+
"Default": "\u04d8\u0434\u0435\u043f\u043a\u0456",
|
50
|
+
"Lower Alpha": "\u041a\u0456\u0448\u0456 \u04d9\u0440\u0456\u043f\u0442\u0435\u0440",
|
51
|
+
"Circle": "\u0428\u0435\u04a3\u0431\u0435\u0440",
|
52
|
+
"Disc": "\u0414\u0438\u0441\u043a",
|
53
|
+
"Upper Alpha": "\u0411\u0430\u0441 \u04d9\u0440\u0456\u043f\u0442\u0435\u0440",
|
54
|
+
"Upper Roman": "\u0411\u0430\u0441 \u0440\u0438\u043c \u0446\u0438\u0444\u0440\u043b\u0430\u0440\u044b",
|
55
|
+
"Lower Roman": "\u041a\u0456\u0448\u0456 \u0440\u0438\u043c \u0446\u0438\u0444\u0440\u043b\u0430\u0440\u044b",
|
56
|
+
"Name": "\u0410\u0442\u044b",
|
57
|
+
"Anchor": "\u0411\u0435\u0442\u0431\u0435\u043b\u0433\u0456",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "\u0421\u0430\u049b\u0442\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u04e9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440 \u0431\u0430\u0440. \u0421\u0456\u0437 \u0448\u044b\u043d\u044b\u043c\u0435\u043d \u0431\u0430\u0441\u049b\u0430 \u0436\u0435\u0440\u0433\u0435 \u043a\u0435\u0442\u0443\u0434\u0456 \u049b\u0430\u043b\u0430\u0439\u0441\u044b\u0437 \u0431\u0430?",
|
59
|
+
"Restore last draft": "\u0421\u043e\u04a3\u0493\u044b \u0441\u0430\u049b\u0442\u0430\u043b\u0493\u0430\u043d\u0434\u044b \u049b\u0430\u043b\u043f\u044b\u043d\u0430 \u043a\u0435\u043b\u0442\u0456\u0440\u0443",
|
60
|
+
"Special character": "\u0410\u0440\u043d\u0430\u0439\u044b \u0442\u0430\u04a3\u0431\u0430",
|
61
|
+
"Source code": "\u0411\u0430\u0441\u0442\u0430\u043f\u049b\u044b \u043a\u043e\u0434",
|
62
|
+
"Right to left": "\u041e\u04a3\u043d\u0430\u043d \u0441\u043e\u043b\u0493\u0430",
|
63
|
+
"Left to right": "\u0421\u043e\u043b\u0434\u0430\u043d \u043e\u04a3\u0493\u0430",
|
64
|
+
"Emoticons": "\u0421\u043c\u0430\u0439\u043b\u0438\u043a\u0442\u0430\u0440",
|
65
|
+
"Robots": "Meta-robots",
|
66
|
+
"Document properties": "\u049a\u04b1\u0436\u0430\u0442 \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
|
67
|
+
"Title": "\u0410\u0442\u0430\u0443\u044b",
|
68
|
+
"Keywords": "Meta-keywords",
|
69
|
+
"Encoding": "Meta-charset",
|
70
|
+
"Description": "\u0421\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
|
71
|
+
"Author": "Meta-author",
|
72
|
+
"Fullscreen": "\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d",
|
73
|
+
"Horizontal line": "\u041a\u04e9\u043b\u0434\u0435\u043d\u0435\u04a3 \u0441\u044b\u0437\u044b\u049b",
|
74
|
+
"Horizontal space": "\u041a\u04e9\u043b\u0434\u0435\u043d\u0435\u04a3\u0456\u043d\u0435\u043d \u049b\u0430\u043b\u0430\u0442\u044b\u043d \u043e\u0440\u044b\u043d",
|
75
|
+
"Insert\/edit image": "\u0421\u0443\u0440\u0435\u0442 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443\/\u0442\u04af\u0437\u0435\u0442\u0443",
|
76
|
+
"General": "\u0416\u0430\u043b\u043f\u044b",
|
77
|
+
"Advanced": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430",
|
78
|
+
"Source": "\u0410\u0434\u0440\u0435\u0441\u0456",
|
79
|
+
"Border": "\u0416\u0438\u0435\u0433\u0456",
|
80
|
+
"Constrain proportions": "\u041f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u044f\u043b\u0430\u0440\u0434\u044b \u0441\u0430\u049b\u0442\u0430\u0443",
|
81
|
+
"Vertical space": "\u0422\u0456\u043a \u043a\u0435\u04a3\u0434\u0456\u0433\u0456",
|
82
|
+
"Image description": "\u0421\u0443\u0440\u0435\u0442 \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b",
|
83
|
+
"Style": "\u0421\u0442\u0438\u043b\u0456",
|
84
|
+
"Dimensions": "\u04e8\u043b\u0448\u0435\u043c\u0434\u0435\u0440\u0456",
|
85
|
+
"Insert image": "\u0421\u0443\u0440\u0435\u0442 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443",
|
86
|
+
"Insert date\/time": "\u041a\u04af\u043d\/\u0443\u0430\u049b\u044b\u0442 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443",
|
87
|
+
"Remove link": "\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043d\u0456 \u0430\u043b\u044b\u043f \u0442\u0430\u0441\u0442\u0430\u0443",
|
88
|
+
"Url": "URL-\u0430\u0434\u0440\u0435\u0441\u0456",
|
89
|
+
"Text to display": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0442\u0456\u043d \u043c\u04d9\u0442\u0456\u043d",
|
90
|
+
"Anchors": "\u0421\u0456\u043b\u0442\u0435\u043c\u0435\u043b\u0435\u0440",
|
91
|
+
"Insert link": "\u0421\u0456\u043b\u0442\u0435\u043c\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443",
|
92
|
+
"New window": "\u0416\u0430\u04a3\u0430 \u0442\u0435\u0440\u0435\u0437\u0435",
|
93
|
+
"None": "\u0416\u043e\u049b",
|
94
|
+
"Target": "\u0410\u0448\u044b\u043b\u0430\u0442\u044b\u043d \u0436\u0435\u0440\u0456",
|
95
|
+
"Insert\/edit link": "\u0421\u0456\u043b\u0442\u0435\u043c\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443\/\u0442\u04af\u0437\u0435\u0442\u0443",
|
96
|
+
"Insert\/edit video": "\u0412\u0438\u0434\u0435\u043e \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443\/\u0442\u04af\u0437\u0435\u0442\u0443",
|
97
|
+
"Poster": "\u041f\u043e\u0441\u0442\u0435\u0440\u0456",
|
98
|
+
"Alternative source": "\u049a\u043e\u0441\u044b\u043c\u0448\u0430 \u0430\u0434\u0440\u0435\u0441\u0456",
|
99
|
+
"Paste your embed code below:": "\u0422\u04e9\u043c\u0435\u043d\u0434\u0435\u0433\u0456 \u043a\u043e\u0434\u0442\u044b \u043a\u04e9\u0448\u0456\u0440\u0456\u043f \u0430\u043b\u044b\u043f, \u049b\u043e\u0439\u044b\u04a3\u044b\u0437:",
|
100
|
+
"Insert video": "\u0412\u0438\u0434\u0435\u043e \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443",
|
101
|
+
"Embed": "\u0415\u043d\u0434\u0456\u0440\u0443",
|
102
|
+
"Nonbreaking space": "\u04ae\u0437\u0434\u0456\u043a\u0441\u0456\u0437 \u0431\u043e\u0441 \u043e\u0440\u044b\u043d",
|
103
|
+
"Page break": "\u0411\u0435\u0442 \u04af\u0437\u0456\u043b\u0456\u043c\u0456",
|
104
|
+
"Paste as text": "\u041c\u04d9\u0442\u0456\u043d \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u049b\u043e\u044e",
|
105
|
+
"Preview": "\u0410\u043b\u0434\u044b\u043d-\u0430\u043b\u0430 \u049b\u0430\u0440\u0430\u0443",
|
106
|
+
"Print": "\u0411\u0430\u0441\u044b\u043f \u0448\u044b\u0493\u0430\u0440\u0443",
|
107
|
+
"Save": "\u0421\u0430\u049b\u0442\u0430\u0443",
|
108
|
+
"Could not find the specified string.": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0433\u0435\u043d \u0436\u043e\u043b \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b.",
|
109
|
+
"Replace": "\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u0443",
|
110
|
+
"Next": "\u041a\u0435\u043b\u0435\u0441\u0456",
|
111
|
+
"Whole words": "\u0422\u04b1\u0442\u0430\u0441 \u0441\u04e9\u0437\u0434\u0435\u0440",
|
112
|
+
"Find and replace": "\u0422\u0430\u0431\u0443 \u0436\u04d9\u043d\u0435 \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443",
|
113
|
+
"Replace with": "\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u0430\u0442\u044b\u043d \u043c\u04d9\u0442\u0456\u043d",
|
114
|
+
"Find": "\u0422\u0430\u0431\u044b\u043b\u0430\u0442\u044b\u043d \u043c\u04d9\u0442\u0456\u043d",
|
115
|
+
"Replace all": "\u0411\u0430\u0440\u043b\u044b\u0493\u044b\u043d \u0430\u0443\u044b\u0441\u0442\u044b\u0440\u0443",
|
116
|
+
"Match case": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0434\u0456 \u0435\u0441\u043a\u0435\u0440\u0443",
|
117
|
+
"Prev": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
|
118
|
+
"Spellcheck": "\u0415\u043c\u043b\u0435 \u0442\u0435\u043a\u0441\u0435\u0440\u0443",
|
119
|
+
"Finish": "\u0410\u044f\u049b\u0442\u0430\u0443",
|
120
|
+
"Ignore all": "\u0415\u0448\u049b\u0430\u0439\u0441\u044b\u0441\u044b\u043d \u0435\u043b\u0435\u043c\u0435\u0443",
|
121
|
+
"Ignore": "\u0415\u043b\u0435\u043c\u0435\u0443",
|
122
|
+
"Insert row before": "\u04ae\u0441\u0442\u0456\u043d\u0435 \u0436\u043e\u043b \u049b\u043e\u0441\u0443",
|
123
|
+
"Rows": "\u0416\u043e\u043b\u044b",
|
124
|
+
"Height": "\u0411\u0438\u0456\u043a\u0442\u0456\u0433\u0456",
|
125
|
+
"Paste row after": "\u0416\u043e\u043b\u0434\u044b\u04a3 \u0430\u0441\u0442\u044b\u043d\u0430 \u049b\u043e\u044e",
|
126
|
+
"Alignment": "\u041e\u0440\u043d\u0430\u043b\u0430\u0441\u0443\u044b",
|
127
|
+
"Column group": "\u0411\u0430\u0493\u0430\u043d \u0442\u043e\u0431\u044b",
|
128
|
+
"Row": "\u0416\u043e\u043b",
|
129
|
+
"Insert column before": "\u0410\u043b\u0434\u044b\u043d\u0430 \u0431\u0430\u0493\u0430\u043d \u049b\u043e\u0441\u0443",
|
130
|
+
"Split cell": "\u04b0\u044f\u0448\u044b\u049b\u0442\u044b \u0431\u04e9\u043b\u0443",
|
131
|
+
"Cell padding": "\u04b0\u044f\u0448\u044b\u049b \u043a\u0435\u04a3\u0434\u0456\u0433\u0456",
|
132
|
+
"Cell spacing": "\u04b0\u044f\u0448\u044b\u049b \u0430\u0440\u0430\u043b\u044b\u0493\u044b",
|
133
|
+
"Row type": "\u0416\u043e\u043b \u0442\u0438\u043f\u0456",
|
134
|
+
"Insert table": "\u041a\u0435\u0441\u0442\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443",
|
135
|
+
"Body": "\u041d\u0435\u0433\u0456\u0437\u0433\u0456 \u0431\u04e9\u043b\u0456\u0433\u0456",
|
136
|
+
"Caption": "\u0410\u0442\u0430\u0443\u044b",
|
137
|
+
"Footer": "\u0410\u044f\u049b \u0436\u0430\u0493\u044b",
|
138
|
+
"Delete row": "\u0416\u043e\u043b\u0434\u044b \u0436\u043e\u044e",
|
139
|
+
"Paste row before": "\u0416\u043e\u043b\u0434\u044b\u04a3 \u04af\u0441\u0442\u0456\u043d\u0435 \u049b\u043e\u044e",
|
140
|
+
"Scope": "\u0410\u0443\u043c\u0430\u0493\u044b",
|
141
|
+
"Delete table": "\u041a\u0435\u0441\u0442\u0435\u043d\u0456 \u0436\u043e\u044e",
|
142
|
+
"Header cell": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0448\u0430 \u04b1\u044f\u0448\u044b\u049b",
|
143
|
+
"Column": "\u0411\u0430\u0493\u0430\u043d",
|
144
|
+
"Cell": "\u04b0\u044f\u0448\u044b\u049b",
|
145
|
+
"Header": "\u0411\u0430\u0441 \u0436\u0430\u0493\u044b",
|
146
|
+
"Cell type": "\u04b0\u044f\u0448\u044b\u049b \u0442\u0438\u043f\u0456",
|
147
|
+
"Copy row": "\u0416\u043e\u043b\u0434\u044b \u043a\u04e9\u0448\u0456\u0440\u0443",
|
148
|
+
"Row properties": "\u0416\u043e\u043b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
|
149
|
+
"Table properties": "\u041a\u0435\u0441\u0442\u0435 \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
|
150
|
+
"Row group": "\u0416\u043e\u043b \u0442\u043e\u0431\u044b",
|
151
|
+
"Right": "\u041e\u04a3\u0493\u0430",
|
152
|
+
"Insert column after": "\u0410\u0440\u0442\u044b\u043d\u0430 \u0431\u0430\u0493\u0430\u043d \u049b\u043e\u0441\u0443",
|
153
|
+
"Cols": "\u0411\u0430\u0493\u0430\u043d\u044b",
|
154
|
+
"Insert row after": "\u0410\u0441\u0442\u044b\u043d\u0430 \u0436\u043e\u043b \u049b\u043e\u0441\u0443",
|
155
|
+
"Width": "\u04b0\u0437\u044b\u043d\u0434\u044b\u0493\u044b",
|
156
|
+
"Cell properties": "\u04b0\u044f\u0448\u044b\u049b \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u0440\u044b",
|
157
|
+
"Left": "\u0421\u043e\u043b\u0493\u0430",
|
158
|
+
"Cut row": "\u0416\u043e\u043b\u0434\u044b \u049b\u0438\u044b\u043f \u0430\u043b\u0443",
|
159
|
+
"Delete column": "\u0411\u0430\u0493\u0430\u043d\u0434\u044b \u0436\u043e\u044e",
|
160
|
+
"Center": "\u041e\u0440\u0442\u0430\u0441\u044b\u043d\u0430",
|
161
|
+
"Merge cells": "\u04b0\u044f\u0448\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0431\u0456\u0440\u0456\u043a\u0442\u0456\u0440\u0443",
|
162
|
+
"Insert template": "\u04ae\u043b\u0433\u0456 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443",
|
163
|
+
"Templates": "\u04ae\u043b\u0433\u0456\u043b\u0435\u0440",
|
164
|
+
"Background color": "\u04e8\u04a3\u0456\u043d\u0456\u04a3 \u0442\u04af\u0441\u0456",
|
165
|
+
"Text color": "\u041c\u04d9\u0442\u0456\u043d \u0442\u04af\u0441\u0456",
|
166
|
+
"Show blocks": "\u0411\u043b\u043e\u043a\u0442\u0430\u0440\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
|
167
|
+
"Show invisible characters": "\u041a\u04e9\u0440\u0456\u043d\u0431\u0435\u0439\u0442\u0456\u043d \u0442\u0430\u04a3\u0431\u0430\u043b\u0430\u0440\u0434\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
|
168
|
+
"Words: {0}": "\u0421\u04e9\u0437 \u0441\u0430\u043d\u044b: {0}",
|
169
|
+
"Insert": "\u041a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0443",
|
170
|
+
"File": "\u0424\u0430\u0439\u043b",
|
171
|
+
"Edit": "\u0422\u04af\u0437\u0435\u0442\u0443",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u0424\u043e\u0440\u043c\u0430\u0442\u0442\u0430\u043b\u0493\u0430\u043d \u043c\u04d9\u0442\u0456\u043d \u0430\u0443\u043c\u0430\u0493\u044b. \u041c\u0435\u043d\u044e \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d ALT-F9 \u0431\u0430\u0441\u044b\u04a3\u044b\u0437. \u049a\u04b1\u0440\u0430\u043b\u0434\u0430\u0440 \u043f\u0430\u043d\u0435\u043b\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443 \u04af\u0448\u0456\u043d ALT-F10 \u0431\u0430\u0441\u044b\u04a3\u044b\u0437. \u041a\u04e9\u043c\u0435\u043a \u0430\u043b\u0443 \u04af\u0448\u0456\u043d ALT-0 \u0431\u0430\u0441\u044b\u04a3\u044b\u0437.",
|
173
|
+
"Tools": "\u049a\u04b1\u0440\u0430\u043b\u0434\u0430\u0440",
|
174
|
+
"View": "\u041a\u04e9\u0440\u0456\u043d\u0456\u0441",
|
175
|
+
"Table": "\u041a\u0435\u0441\u0442\u0435",
|
176
|
+
"Format": "\u0424\u043e\u0440\u043c\u0430\u0442"
|
177
|
+
});
|
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('km_KH',{
|
2
|
+
"Cut": "\u1780\u17b6\u178f\u17cb",
|
3
|
+
"Header 2": "\u1780\u17d2\u1794\u17b6\u179b 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u17a2\u17ca\u17b8\u1793\u1792\u17ba\u178e\u17b7\u178f\u200b\u179a\u1794\u179f\u17cb\u200b\u17a2\u17d2\u1793\u1780\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1785\u17bc\u179b\u200b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u200b\u1791\u17c5\u200b\u1780\u17b6\u1793\u17cb\u200b\u1780\u17d2\u178a\u17b6\u179a\u200b\u178f\u1798\u17d2\u1794\u17c0\u178f\u200b\u1781\u17d2\u1791\u17b6\u179f\u17cb\u200b\u17a1\u17be\u1799\u17d4 \u179f\u17bc\u1798\u200b\u1794\u17d2\u179a\u17be Ctrl+X\/C\/V \u179b\u17be\u200b\u1780\u17d2\u178a\u17b6\u179a\u200b\u1785\u17bb\u1785\u200b\u1787\u17c6\u1793\u17bd\u179f\u200b\u179c\u17b7\u1789\u17d4",
|
5
|
+
"Div": "Div",
|
6
|
+
"Paste": "\u1794\u17b7\u1791\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb",
|
7
|
+
"Close": "\u1794\u17b7\u1791",
|
8
|
+
"Font Family": "\u1796\u17bb\u1798\u17d2\u1796\u200b\u17a2\u1780\u17d2\u179f\u179a",
|
9
|
+
"Pre": "Pre",
|
10
|
+
"Align right": "\u178f\u1798\u17d2\u179a\u17b9\u1798\u200b\u1791\u17c5\u200b\u179f\u17d2\u178a\u17b6\u17c6",
|
11
|
+
"New document": "\u17af\u1780\u179f\u17b6\u179a\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791\u200b\u1790\u17d2\u1798\u17b8",
|
12
|
+
"Blockquote": "\u1794\u17d2\u179b\u1780\u17cb\u200b\u1796\u17b6\u1780\u17d2\u1799\u200b\u179f\u1798\u17d2\u179a\u1784\u17cb",
|
13
|
+
"Numbered list": "\u1794\u1789\u17d2\u1787\u17b8\u200b\u1787\u17b6\u200b\u179b\u17c1\u1781",
|
14
|
+
"Increase indent": "\u1781\u17b7\u178f\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1785\u17bc\u179b",
|
15
|
+
"Formats": "\u1791\u1798\u17d2\u179a\u1784\u17cb",
|
16
|
+
"Headers": "\u1780\u17d2\u1794\u17b6\u179b",
|
17
|
+
"Select all": "\u179a\u17be\u179f\u200b\u1791\u17b6\u17c6\u1784\u200b\u17a2\u179f\u17cb",
|
18
|
+
"Header 3": "\u1780\u17d2\u1794\u17b6\u179b 3",
|
19
|
+
"Blocks": "\u1794\u17d2\u179b\u1780\u17cb",
|
20
|
+
"Undo": "\u1798\u17b7\u1793\u200b\u1792\u17d2\u179c\u17be\u200b\u179c\u17b7\u1789",
|
21
|
+
"Strikethrough": "\u1782\u17bc\u179f\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1780\u178e\u17d2\u178a\u17b6\u179b",
|
22
|
+
"Bullet list": "\u1794\u1789\u17d2\u1787\u17b8\u200b\u1787\u17b6\u200b\u1785\u17c6\u178e\u17bb\u1785",
|
23
|
+
"Header 1": "\u1780\u17d2\u1794\u17b6\u179b 1",
|
24
|
+
"Superscript": "\u17a2\u1780\u17d2\u179f\u179a\u200b\u178f\u17bc\u1785\u200b\u179b\u17be",
|
25
|
+
"Clear formatting": "\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u1791\u1798\u17d2\u179a\u1784\u17cb",
|
26
|
+
"Font Sizes": "\u1791\u17c6\u17a0\u17c6\u200b\u17a2\u1780\u17d2\u179f\u179a",
|
27
|
+
"Subscript": "\u17a2\u1780\u17d2\u179f\u179a\u200b\u178f\u17bc\u1785\u200b\u1780\u17d2\u179a\u17c4\u1798",
|
28
|
+
"Header 6": "\u1780\u17d2\u1794\u17b6\u179b 6",
|
29
|
+
"Redo": "\u1792\u17d2\u179c\u17be\u200b\u179c\u17b7\u1789",
|
30
|
+
"Paragraph": "\u1780\u178b\u17b6\u1781\u178e\u17d2\u178c",
|
31
|
+
"Ok": "\u1796\u17d2\u179a\u1798",
|
32
|
+
"Bold": "\u178a\u17b7\u178f",
|
33
|
+
"Code": "\u1780\u17bc\u178a",
|
34
|
+
"Italic": "\u1791\u17d2\u179a\u17c1\u178f",
|
35
|
+
"Align center": "\u178f\u1798\u17d2\u179a\u17b9\u1798\u200b\u1791\u17c5\u200b\u1780\u178e\u17d2\u178a\u17b6\u179b",
|
36
|
+
"Header 5": "\u1780\u17d2\u1794\u17b6\u179b 5",
|
37
|
+
"Decrease indent": "\u1781\u17b7\u178f\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1785\u17c1\u1789",
|
38
|
+
"Header 4": "\u1780\u17d2\u1794\u17b6\u179b 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u1780\u17b6\u179a\u200b\u1794\u17b7\u1791\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1796\u17c1\u179b\u200b\u1793\u17c1\u17c7 \u179f\u17d2\u1790\u17b7\u178f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1794\u17c2\u1794\u200b\u1795\u17c2\u1793\u200b\u17a2\u1780\u17d2\u179f\u179a\u200b\u1792\u1798\u17d2\u1798\u178f\u17b6\u17d4 \u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u200b\u1793\u17c1\u17c7 \u1798\u17b6\u178f\u17b7\u1780\u17b6\u200b\u1791\u17b6\u17c6\u1784\u200b\u17a1\u17b6\u1799\u200b\u1793\u17b9\u1784\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u17b7\u1791\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1787\u17b6\u200b\u17a2\u1780\u17d2\u179f\u179a\u200b\u1792\u1798\u17d2\u1798\u178f\u17b6 \u179b\u17bb\u17c7\u178f\u17d2\u179a\u17b6\u200b\u178f\u17c2\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17b7\u1791\u200b\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u1793\u17c1\u17c7\u17d4",
|
40
|
+
"Underline": "\u1782\u17bc\u179f\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1796\u17b8\u200b\u1780\u17d2\u179a\u17c4\u1798",
|
41
|
+
"Cancel": "\u1794\u17c4\u17c7\u200b\u1794\u1784\u17cb",
|
42
|
+
"Justify": "\u178f\u1798\u17d2\u179a\u17b9\u1798\u200b\u1796\u17c1\u1789",
|
43
|
+
"Inline": "\u1780\u17d2\u1793\u17bb\u1784\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb",
|
44
|
+
"Copy": "\u1785\u1798\u17d2\u179b\u1784",
|
45
|
+
"Align left": "\u178f\u1798\u17d2\u179a\u17b9\u1798\u200b\u1791\u17c5\u200b\u1786\u17d2\u179c\u17c1\u1784",
|
46
|
+
"Visual aids": "\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u1787\u17c6\u1793\u17bd\u1799",
|
47
|
+
"Lower Greek": "\u179b\u17c1\u1781\u200b\u1780\u17d2\u179a\u17b7\u1780\u200b\u178f\u17bc\u1785",
|
48
|
+
"Square": "\u1787\u17d2\u179a\u17bb\u1784",
|
49
|
+
"Default": "\u179b\u17c6\u1793\u17b6\u17c6\u200b\u178a\u17be\u1798",
|
50
|
+
"Lower Alpha": "\u17a2\u1780\u17d2\u179f\u179a\u200b\u178f\u17bc\u1785",
|
51
|
+
"Circle": "\u1798\u17bc\u179b",
|
52
|
+
"Disc": "\u1790\u17b6\u179f",
|
53
|
+
"Upper Alpha": "\u17a2\u1780\u17d2\u179f\u179a\u200b\u1792\u17c6",
|
54
|
+
"Upper Roman": "\u179b\u17c1\u1781\u200b\u179a\u17c9\u17bc\u1798\u17c9\u17b6\u17c6\u1784\u200b\u1792\u17c6",
|
55
|
+
"Lower Roman": "\u179b\u17c1\u1781\u200b\u179a\u17c9\u17bc\u1798\u17c9\u17b6\u17c6\u1784\u200b\u178f\u17bc\u1785",
|
56
|
+
"Name": "\u1788\u17d2\u1798\u17c4\u17c7",
|
57
|
+
"Anchor": "\u1799\u17bb\u1790\u17d2\u1780\u17b6",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "\u1798\u17b6\u1793\u200b\u1794\u1793\u17d2\u179b\u17b6\u179f\u17cb\u200b\u1794\u17d2\u178a\u17bc\u179a\u200b\u1798\u17b7\u1793\u200b\u1791\u17b6\u1793\u17cb\u200b\u1794\u17b6\u1793\u200b\u179a\u1780\u17d2\u179f\u17b6\u200b\u1791\u17bb\u1780\u17d4 \u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1796\u17b7\u178f\u200b\u1787\u17b6\u200b\u1785\u1784\u17cb\u200b\u1785\u17b6\u1780\u200b\u1785\u17c1\u1789\u200b\u1796\u17b8\u1791\u17b8\u1793\u17c1\u17c7\u200b\u1798\u17c2\u1793\u1791\u17c1?",
|
59
|
+
"Restore last draft": "\u179f\u17d2\u178a\u17b6\u179a\u200b\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u200b\u1796\u17d2\u179a\u17b6\u1784\u200b\u1796\u17b8\u200b\u1798\u17bb\u1793",
|
60
|
+
"Special character": "\u178f\u17bd\u200b\u17a2\u1780\u17d2\u179f\u179a\u200b\u1796\u17b7\u179f\u17c1\u179f",
|
61
|
+
"Source code": "\u17a2\u1780\u17d2\u179f\u179a\u200b\u1780\u17bc\u178a",
|
62
|
+
"Right to left": "\u179f\u17d2\u178a\u17b6\u17c6\u200b\u1791\u17c5\u200b\u1786\u17d2\u179c\u17c1\u1784",
|
63
|
+
"Left to right": "\u1786\u17d2\u179c\u17c1\u1784\u200b\u1791\u17c5\u200b\u179f\u17d2\u178a\u17b6\u17c6",
|
64
|
+
"Emoticons": "\u179a\u17bc\u1794\u200b\u179f\u1789\u17d2\u1789\u17b6\u178e\u200b\u17a2\u17b6\u179a\u1798\u17d2\u1798\u178e\u17cd",
|
65
|
+
"Robots": "\u179a\u17bc\u1794\u1799\u1793\u17d2\u178f",
|
66
|
+
"Document properties": "\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u17af\u1780\u179f\u17b6\u179a",
|
67
|
+
"Title": "\u1785\u17c6\u178e\u1784\u200b\u1787\u17be\u1784",
|
68
|
+
"Keywords": "\u1796\u17b6\u1780\u17d2\u1799\u200b\u1782\u1793\u17d2\u179b\u17b9\u17c7",
|
69
|
+
"Encoding": "\u1780\u17b6\u179a\u200b\u17a2\u17ca\u17b8\u1793\u1780\u17bc\u178a",
|
70
|
+
"Description": "\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u200b\u17a2\u1792\u17b7\u1794\u17d2\u1794\u17b6\u1799",
|
71
|
+
"Author": "\u17a2\u17d2\u1793\u1780\u200b\u1793\u17b7\u1796\u1793\u17d2\u1792",
|
72
|
+
"Fullscreen": "\u1796\u17c1\u1789\u200b\u17a2\u17c1\u1780\u17d2\u179a\u1784\u17cb",
|
73
|
+
"Horizontal line": "\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u178a\u17c1\u1780",
|
74
|
+
"Horizontal space": "\u179b\u17c6\u17a0\u200b\u1795\u17d2\u178a\u17c1\u1780",
|
75
|
+
"Insert\/edit image": "\u1794\u1789\u17d2\u1785\u17bc\u179b\/\u1780\u17c2 \u179a\u17bc\u1794\u200b\u1797\u17b6\u1796",
|
76
|
+
"General": "\u1791\u17bc\u1791\u17c5",
|
77
|
+
"Advanced": "\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b\u1781\u17d2\u1796\u179f\u17cb",
|
78
|
+
"Source": "\u1794\u17d2\u179a\u1797\u1796",
|
79
|
+
"Border": "\u179f\u17ca\u17bb\u1798",
|
80
|
+
"Constrain proportions": " \u1794\u1784\u17d2\u1781\u17c6\u200b\u17b2\u17d2\u1799\u200b\u1798\u17b6\u1793\u200b\u179f\u1798\u17b6\u1798\u17b6\u178f\u17d2\u179a",
|
81
|
+
"Vertical space": "\u179b\u17c6\u17a0\u200b\u1794\u1789\u17d2\u1788\u179a",
|
82
|
+
"Image description": "\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u200b\u17a2\u1792\u17b7\u1794\u17d2\u1794\u17b6\u1799\u200b\u1796\u17b8\u200b\u179a\u17bc\u1794",
|
83
|
+
"Style": "\u179f\u17d2\u1791\u17b8\u179b",
|
84
|
+
"Dimensions": "\u179c\u17b7\u1798\u17b6\u178f\u17d2\u179a",
|
85
|
+
"Insert image": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u179a\u17bc\u1794\u200b\u1797\u17b6\u1796",
|
86
|
+
"Insert date\/time": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1780\u17b6\u179b\u200b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\/\u1798\u17c9\u17c4\u1784",
|
87
|
+
"Remove link": "\u178a\u1780\u200b\u178f\u17c6\u178e\u200b\u1785\u17c1\u1789",
|
88
|
+
"Url": "Url",
|
89
|
+
"Text to display": "\u17a2\u1780\u17d2\u179f\u179a\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1789",
|
90
|
+
"Anchors": "\u1799\u17bb\u1790\u17d2\u1780\u17b6",
|
91
|
+
"Insert link": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u178f\u17c6\u178e",
|
92
|
+
"New window": "\u1795\u17d2\u1791\u17b6\u17c6\u1784\u200b\u179c\u17b8\u1793\u178a\u17bc\u200b\u1790\u17d2\u1798\u17b8",
|
93
|
+
"None": "\u1798\u17b7\u1793\u200b\u1798\u17b6\u1793",
|
94
|
+
"Target": "\u1791\u17b7\u179f\u178a\u17c5",
|
95
|
+
"Insert\/edit link": "\u1794\u1789\u17d2\u1785\u17bc\u179b\/\u1780\u17c2 \u178f\u17c6\u178e",
|
96
|
+
"Insert\/edit video": "\u1794\u1789\u17d2\u1785\u17bc\u179b\/\u1780\u17c2 \u179c\u17b8\u178a\u17c1\u17a2\u17bc",
|
97
|
+
"Poster": "\u17a2\u17d2\u1793\u1780\u200b\u1795\u17d2\u179f\u17b6\u1799",
|
98
|
+
"Alternative source": "\u1794\u17d2\u179a\u1797\u1796\u200b\u178a\u1791\u17c3\u200b\u1791\u17c0\u178f",
|
99
|
+
"Paste your embed code below:": "\u1794\u17b7\u1791\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1780\u17bc\u178a\u200b\u1794\u1784\u17d2\u1780\u1794\u17cb\u200b\u1793\u17c5\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c4\u1798:",
|
100
|
+
"Insert video": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u179c\u17b8\u178a\u17c1\u17a2\u17bc",
|
101
|
+
"Embed": "\u1794\u1784\u17d2\u1780\u1794\u17cb",
|
102
|
+
"Nonbreaking space": "\u178a\u17c6\u178e\u1780\u200b\u1783\u17d2\u179b\u17b6\u200b\u1798\u17b7\u1793\u200b\u1794\u17c6\u1794\u17c2\u1780",
|
103
|
+
"Page break": "\u1794\u17c6\u1794\u17c2\u1780\u200b\u1791\u17c6\u1796\u17d0\u179a",
|
104
|
+
"Paste as text": "\u1794\u17b7\u1791\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1787\u17b6\u200b\u17a2\u1780\u17d2\u179f\u179a",
|
105
|
+
"Preview": "\u1798\u17be\u179b\u200b\u1787\u17b6\u200b\u1798\u17bb\u1793",
|
106
|
+
"Print": "\u1794\u17c4\u17c7\u200b\u1796\u17bb\u1798\u17d2\u1796",
|
107
|
+
"Save": "\u179a\u1780\u17d2\u179f\u17b6\u200b\u1791\u17bb\u1780",
|
108
|
+
"Could not find the specified string.": "\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u179a\u1780\u200b\u1783\u17be\u1789\u200b\u1781\u17d2\u179f\u17c2\u200b\u17a2\u1780\u17d2\u179f\u179a\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1780\u17c6\u178e\u178f\u17cb\u17d4",
|
109
|
+
"Replace": "\u1787\u17c6\u1793\u17bd\u179f",
|
110
|
+
"Next": "\u1798\u17bb\u1781",
|
111
|
+
"Whole words": "\u1796\u17b6\u1780\u17d2\u1799\u200b\u1791\u17b6\u17c6\u1784\u200b\u1798\u17bc\u179b",
|
112
|
+
"Find and replace": "\u179f\u17d2\u179c\u17c2\u1784\u200b\u179a\u1780\u200b\u1793\u17b7\u1784\u200b\u1787\u17c6\u1793\u17bd\u179f",
|
113
|
+
"Replace with": "\u1787\u17c6\u1793\u17bd\u179f\u200b\u178a\u17c4\u1799",
|
114
|
+
"Find": "\u179f\u17d2\u179c\u17c2\u1784\u200b\u179a\u1780",
|
115
|
+
"Replace all": "\u1787\u17c6\u1793\u17bd\u179f\u200b\u1791\u17b6\u17c6\u1784\u200b\u17a2\u179f\u17cb",
|
116
|
+
"Match case": "\u1780\u179a\u178e\u17b8\u200b\u178a\u17c6\u178e\u17bc\u1785",
|
117
|
+
"Prev": "\u1780\u17d2\u179a\u17c4\u1799",
|
118
|
+
"Spellcheck": "\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u17a2\u1780\u17d2\u1781\u179a\u17b6\u179c\u17b7\u179a\u17bb\u1791\u17d2\u1792",
|
119
|
+
"Finish": "\u1794\u1789\u17d2\u1785\u1794\u17cb",
|
120
|
+
"Ignore all": "\u1798\u17b7\u1793\u200b\u17a2\u17be\u1796\u17be\u200b\u1791\u17b6\u17c6\u1784\u200b\u17a2\u179f\u17cb",
|
121
|
+
"Ignore": "\u1798\u17b7\u1793\u200b\u17a2\u17be\u200b\u1796\u17be",
|
122
|
+
"Insert row before": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1788\u17bd\u179a\u200b\u178a\u17c1\u1780\u200b\u1796\u17b8\u200b\u1798\u17bb\u1781",
|
123
|
+
"Rows": "\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
124
|
+
"Height": "\u1780\u1798\u17d2\u1796\u179f\u17cb",
|
125
|
+
"Paste row after": "\u1794\u17b7\u1791\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780\u200b\u1796\u17b8\u200b\u1780\u17d2\u179a\u17c4\u1799",
|
126
|
+
"Alignment": "\u1780\u17b6\u179a\u200b\u178f\u1798\u17d2\u179a\u17b9\u1798",
|
127
|
+
"Column group": "\u1780\u17d2\u179a\u17bb\u1798\u200b\u1787\u17bd\u179a\u200b\u1788\u179a",
|
128
|
+
"Row": "\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
129
|
+
"Insert column before": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1787\u17bd\u179a\u200b\u1788\u179a\u200b\u1796\u17b8\u200b\u1798\u17bb\u1781",
|
130
|
+
"Split cell": "\u1789\u17c2\u1780\u200b\u1780\u17d2\u179a\u17a1\u17b6",
|
131
|
+
"Cell padding": "\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1780\u17d2\u179a\u17a1\u17b6",
|
132
|
+
"Cell spacing": "\u1782\u1798\u17d2\u179b\u17b6\u178f\u200b\u1780\u17d2\u179a\u17a1\u17b6",
|
133
|
+
"Row type": "\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
134
|
+
"Insert table": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u178f\u17b6\u179a\u17b6\u1784",
|
135
|
+
"Body": "\u178f\u17bd\u200b\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8",
|
136
|
+
"Caption": "\u1785\u17c6\u178e\u1784\u200b\u1787\u17be\u1784",
|
137
|
+
"Footer": "\u1794\u178b\u1798\u200b\u1780\u1790\u17b6",
|
138
|
+
"Delete row": "\u179b\u17bb\u1794\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
139
|
+
"Paste row before": "\u1794\u17b7\u1791\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780\u200b\u1796\u17b8\u200b\u1798\u17bb\u1781",
|
140
|
+
"Scope": "\u179c\u17b7\u179f\u17b6\u179b\u200b\u1797\u17b6\u1796",
|
141
|
+
"Delete table": "\u179b\u17bb\u1794\u200b\u178f\u17b6\u179a\u17b6\u1784",
|
142
|
+
"Header cell": "\u1780\u17d2\u179a\u17a1\u17b6\u200b\u1785\u17c6\u178e\u1784\u200b\u1787\u17be\u1784",
|
143
|
+
"Column": "\u1787\u17bd\u179a\u200b\u1788\u179a",
|
144
|
+
"Cell": "\u1780\u17d2\u179a\u17a1\u17b6",
|
145
|
+
"Header": "\u1785\u17c6\u178e\u1784\u200b\u1787\u17be\u1784",
|
146
|
+
"Cell type": "\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1780\u17d2\u179a\u17a1\u17b6",
|
147
|
+
"Copy row": "\u1785\u1798\u17d2\u179b\u1784\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
148
|
+
"Row properties": "\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
149
|
+
"Table properties": "\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u178f\u17b6\u179a\u17b6\u1784",
|
150
|
+
"Row group": "\u1780\u17d2\u179a\u17bb\u1798\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
151
|
+
"Right": "\u179f\u17d2\u178a\u17b6\u17c6",
|
152
|
+
"Insert column after": "\u1794\u1789\u17d2\u1787\u17bc\u179b\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780\u200b\u1796\u17b8\u200b\u1780\u17d2\u179a\u17c4\u1799",
|
153
|
+
"Cols": "\u1787\u17bd\u179a\u200b\u1788\u179a",
|
154
|
+
"Insert row after": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780\u200b\u1796\u17b8\u200b\u1780\u17d2\u179a\u17c4\u1799",
|
155
|
+
"Width": "\u1791\u1791\u17b9\u1784",
|
156
|
+
"Cell properties": "\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1780\u17d2\u179a\u17a1\u17b6",
|
157
|
+
"Left": "\u1786\u17d2\u179c\u17c1\u1784",
|
158
|
+
"Cut row": "\u1780\u17b6\u178f\u17cb\u200b\u1787\u17bd\u179a\u200b\u178a\u17c1\u1780",
|
159
|
+
"Delete column": "\u179b\u17bb\u1794\u200b\u1787\u17bd\u179a\u200b\u1788\u179a",
|
160
|
+
"Center": "\u1780\u178e\u17d2\u178a\u17b6\u179b",
|
161
|
+
"Merge cells": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1780\u17d2\u179a\u17a1\u17b6\u200b\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6",
|
162
|
+
"Insert template": "\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1796\u17bb\u1798\u17d2\u1796\u200b\u1782\u1798\u17d2\u179a\u17bc",
|
163
|
+
"Templates": "\u1796\u17bb\u1798\u17d2\u1796\u200b\u1782\u1798\u17d2\u179a\u17bc",
|
164
|
+
"Background color": "\u1796\u178e\u17cc\u200b\u1795\u17d2\u1791\u17c3\u200b\u1780\u17d2\u179a\u17c4\u1799",
|
165
|
+
"Text color": "\u1796\u178e\u17cc\u200b\u17a2\u1780\u17d2\u179f\u179a",
|
166
|
+
"Show blocks": "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u1794\u17d2\u179b\u17bb\u1780",
|
167
|
+
"Show invisible characters": "\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u178f\u17bd\u200b\u17a2\u1780\u17d2\u179f\u179a\u200b\u1780\u17c6\u1794\u17b6\u17c6\u1784",
|
168
|
+
"Words: {0}": "\u1796\u17b6\u1780\u17d2\u1799: {0}",
|
169
|
+
"Insert": "\u1794\u1789\u17d2\u1785\u17bc\u179b",
|
170
|
+
"File": "\u17af\u1780\u179f\u17b6\u179a",
|
171
|
+
"Edit": "\u1780\u17c2",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u17a2\u1780\u17d2\u179f\u179a\u200b\u179f\u17c6\u1794\u17bc\u179a\u1794\u17c2\u1794\u17d4 \u1785\u17bb\u1785 ALT-F9 \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1798\u17c9\u17ba\u1793\u17bb\u1799\u17d4 \u1785\u17bb\u1785 ALT-F10 \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u179a\u1794\u17b6\u179a\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u17d4 \u1785\u17bb\u1785 ALT-0 \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1787\u17c6\u1793\u17bd\u1799\u17d4",
|
173
|
+
"Tools": "\u17a7\u1794\u1780\u179a\u178e\u17cd",
|
174
|
+
"View": "\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796",
|
175
|
+
"Table": "\u178f\u17b6\u179a\u17b6\u1784",
|
176
|
+
"Format": "\u1791\u1798\u17d2\u179a\u1784\u17cb"
|
177
|
+
});
|