tinymce-rails-webmely 5.1.4
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.
- checksums.yaml +7 -0
- data/LICENSE +19 -0
- data/README.md +181 -0
- data/Rakefile +55 -0
- data/app/assets/javascripts/tinymce-jquery.js +2 -0
- data/app/assets/javascripts/tinymce.js +3 -0
- data/app/assets/javascripts/tinymce/preinit.js.erb +4 -0
- data/app/assets/javascripts/tinymce/rails.js +51 -0
- data/app/assets/source/tinymce/tinymce.js +28251 -0
- data/lib/tasks/tinymce-assets.rake +16 -0
- data/lib/tinymce-rails.rb +1 -0
- data/lib/tinymce/rails.rb +27 -0
- data/lib/tinymce/rails/asset_installer.rb +64 -0
- data/lib/tinymce/rails/asset_installer/compile.rb +44 -0
- data/lib/tinymce/rails/asset_installer/copy.rb +54 -0
- data/lib/tinymce/rails/asset_installer/copy_no_preserve.rb +14 -0
- data/lib/tinymce/rails/asset_manifest.rb +141 -0
- data/lib/tinymce/rails/configuration.rb +157 -0
- data/lib/tinymce/rails/configuration_file.rb +49 -0
- data/lib/tinymce/rails/engine.rb +76 -0
- data/lib/tinymce/rails/environment.rb +23 -0
- data/lib/tinymce/rails/helper.rb +75 -0
- data/lib/tinymce/rails/version.rb +6 -0
- data/vendor/assets/images/fa-utube.svg +1 -0
- data/vendor/assets/javascripts/tinymce/jquery.tinymce.js +91 -0
- data/vendor/assets/javascripts/tinymce/langs/ar.js +178 -0
- 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 +177 -0
- data/vendor/assets/javascripts/tinymce/langs/bs.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ca.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/cs.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/cy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/da.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/de.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/de_AT.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/dv.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/el.js +177 -0
- 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 +177 -0
- data/vendor/assets/javascripts/tinymce/langs/et.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/eu.js +176 -0
- data/vendor/assets/javascripts/tinymce/langs/fa.js +178 -0
- data/vendor/assets/javascripts/tinymce/langs/fi.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/fo.js +156 -0
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/gl.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/he_IL.js +178 -0
- data/vendor/assets/javascripts/tinymce/langs/hr.js +175 -0
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +177 -0
- 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 +176 -0
- data/vendor/assets/javascripts/tinymce/langs/ja.js +174 -0
- data/vendor/assets/javascripts/tinymce/langs/ka_GE.js +172 -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 +175 -0
- data/vendor/assets/javascripts/tinymce/langs/lb.js +175 -0
- data/vendor/assets/javascripts/tinymce/langs/lt.js +83 -0
- data/vendor/assets/javascripts/tinymce/langs/lv.js +175 -0
- data/vendor/assets/javascripts/tinymce/langs/ml_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/nl.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/pl.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +173 -0
- data/vendor/assets/javascripts/tinymce/langs/readme.md +3 -0
- data/vendor/assets/javascripts/tinymce/langs/ro.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ru.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/si_LK.js +156 -0
- data/vendor/assets/javascripts/tinymce/langs/sk.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/sr.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +177 -0
- 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 +177 -0
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ug.js +159 -0
- data/vendor/assets/javascripts/tinymce/langs/uk.js +177 -0
- 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 +173 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +177 -0
- data/vendor/assets/javascripts/tinymce/license.txt +504 -0
- data/vendor/assets/javascripts/tinymce/plugins/advlist/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/anchor/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/autolink/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/autoresize/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/autosave/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/bbcode/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/charmap/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/code/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/codesample/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/colorpicker/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/contextmenu/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/directionality/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/emoticons/js/emojis.js +2 -0
- data/vendor/assets/javascripts/tinymce/plugins/emoticons/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/fullpage/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/fullscreen/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/help/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/hr/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/image/plugin.js +2453 -0
- data/vendor/assets/javascripts/tinymce/plugins/image/plugin.min.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/image/styles.css +27 -0
- data/vendor/assets/javascripts/tinymce/plugins/imagetools/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/importcss/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/insertdatetime/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/legacyoutput/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/link/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/lists/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/media/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/nonbreaking/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/noneditable/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/pagebreak/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/paste/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/preview/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/print/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/quickbars/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/save/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/searchreplace/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/spellchecker/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/tabfocus/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/table/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/template/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/textcolor/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/textpattern/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/toc/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/visualblocks/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/visualchars/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/wordcount/plugin.js +9 -0
- data/vendor/assets/javascripts/tinymce/plugins/yt-upload/plugin.js +722 -0
- data/vendor/assets/javascripts/tinymce/skins/content/dark/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/dark/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/default/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/default/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/document/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/document/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/writer/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/content/writer/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.inline.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.inline.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/content.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.inline.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.inline.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/content.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.mobile.css +7 -0
- data/vendor/assets/javascripts/tinymce/skins/ui/oxide/skin.mobile.min.css +7 -0
- data/vendor/assets/javascripts/tinymce/themes/mobile/theme.js +9 -0
- data/vendor/assets/javascripts/tinymce/themes/silver/theme.js +9 -0
- data/vendor/assets/javascripts/tinymce/tinymce.js +9 -0
- metadata +227 -0
@@ -0,0 +1,176 @@
|
|
1
|
+
tinymce.addI18n('it',{
|
2
|
+
"Cut": "Taglia",
|
3
|
+
"Header 2": "Header 2",
|
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",
|
6
|
+
"Paste": "Incolla",
|
7
|
+
"Close": "Chiudi",
|
8
|
+
"Font Family": "Famiglia font",
|
9
|
+
"Pre": "Pre",
|
10
|
+
"Align right": "Allinea a Destra",
|
11
|
+
"New document": "Nuovo Documento",
|
12
|
+
"Blockquote": "Blockquote",
|
13
|
+
"Numbered list": "Elenchi Numerati",
|
14
|
+
"Increase indent": "Aumenta Rientro",
|
15
|
+
"Formats": "Formattazioni",
|
16
|
+
"Headers": "Intestazioni",
|
17
|
+
"Select all": "Seleziona Tutto",
|
18
|
+
"Header 3": "Intestazione 3",
|
19
|
+
"Blocks": "Blocchi",
|
20
|
+
"Undo": "Indietro",
|
21
|
+
"Strikethrough": "Barrato",
|
22
|
+
"Bullet list": "Elenchi Puntati",
|
23
|
+
"Header 1": "Intestazione 1",
|
24
|
+
"Superscript": "Apice",
|
25
|
+
"Clear formatting": "Cancella Formattazione",
|
26
|
+
"Font Sizes": "Dimensioni font",
|
27
|
+
"Subscript": "Pedice",
|
28
|
+
"Header 6": "Intestazione 6",
|
29
|
+
"Redo": "Ripeti",
|
30
|
+
"Paragraph": "Paragrafo",
|
31
|
+
"Ok": "Ok",
|
32
|
+
"Bold": "Grassetto",
|
33
|
+
"Code": "Codice",
|
34
|
+
"Italic": "Corsivo",
|
35
|
+
"Align center": "Allinea al Cento",
|
36
|
+
"Header 5": "Intestazione 5",
|
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.",
|
40
|
+
"Underline": "Sottolineato",
|
41
|
+
"Cancel": "Cancella",
|
42
|
+
"Justify": "Giustifica",
|
43
|
+
"Inline": "Inlinea",
|
44
|
+
"Copy": "Copia",
|
45
|
+
"Align left": "Allinea a Sinistra",
|
46
|
+
"Visual aids": "Elementi Visivi",
|
47
|
+
"Lower Greek": "Greek Minore",
|
48
|
+
"Square": "Quadrato",
|
49
|
+
"Default": "Default",
|
50
|
+
"Lower Alpha": "Alpha Minore",
|
51
|
+
"Circle": "Cerchio",
|
52
|
+
"Disc": "Disco",
|
53
|
+
"Upper Alpha": "Alpha Superiore",
|
54
|
+
"Upper Roman": "Roman Superiore",
|
55
|
+
"Lower Roman": "Roman Minore",
|
56
|
+
"Name": "Nome",
|
57
|
+
"Anchor": "Fissa",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "Non hai salvato delle modifiche, sei sicuro di andartene?",
|
59
|
+
"Restore last draft": "Ripristina l'ultima bozza.",
|
60
|
+
"Special character": "Carattere Speciale",
|
61
|
+
"Source code": "Codice Sorgente",
|
62
|
+
"Right to left": "Da Destra a Sinistra",
|
63
|
+
"Left to right": "Da Sinistra a Destra",
|
64
|
+
"Emoticons": "Emoction",
|
65
|
+
"Robots": "Robot",
|
66
|
+
"Document properties": "Propriet\u00e0 Documento",
|
67
|
+
"Title": "Titolo",
|
68
|
+
"Keywords": "Parola Chiave",
|
69
|
+
"Encoding": "Codifica",
|
70
|
+
"Description": "Descrizione",
|
71
|
+
"Author": "Autore",
|
72
|
+
"Fullscreen": "Schermo Intero",
|
73
|
+
"Horizontal line": "Linea Orizzontale",
|
74
|
+
"Horizontal space": "Spazio Orizzontale",
|
75
|
+
"Insert\/edit image": "Aggiungi\/Modifica Immagine",
|
76
|
+
"General": "Generale",
|
77
|
+
"Advanced": "Avanzato",
|
78
|
+
"Source": "Fonte",
|
79
|
+
"Border": "Bordo",
|
80
|
+
"Constrain proportions": "Mantieni Proporzioni",
|
81
|
+
"Vertical space": "Spazio Verticale",
|
82
|
+
"Image description": "Descrizione Immagine",
|
83
|
+
"Style": "Stile",
|
84
|
+
"Dimensions": "Dimenzioni",
|
85
|
+
"Insert image": "Inserisci immagine",
|
86
|
+
"Insert date\/time": "Inserisci Data\/Ora",
|
87
|
+
"Remove link": "Rimuovi link",
|
88
|
+
"Url": "Url",
|
89
|
+
"Text to display": "Testo da Visualizzare",
|
90
|
+
"Anchors": "Anchors",
|
91
|
+
"Insert link": "Inserisci il Link",
|
92
|
+
"New window": "Nuova Finestra",
|
93
|
+
"None": "No",
|
94
|
+
"Target": "Target",
|
95
|
+
"Insert\/edit link": "Inserisci\/Modifica Link",
|
96
|
+
"Insert\/edit video": "Inserisci\/Modifica Video",
|
97
|
+
"Poster": "Anteprima",
|
98
|
+
"Alternative source": "Alternativo",
|
99
|
+
"Paste your embed code below:": "Incolla il codice d'incorporamento qui:",
|
100
|
+
"Insert video": "Inserisci Video",
|
101
|
+
"Embed": "Incorporare",
|
102
|
+
"Nonbreaking space": "Spazio unificatore",
|
103
|
+
"Paste as text": "incolla come testo",
|
104
|
+
"Preview": "Anteprima",
|
105
|
+
"Print": "Stampa",
|
106
|
+
"Save": "Salva",
|
107
|
+
"Could not find the specified string.": "Impossibile trovare la parola specifica.",
|
108
|
+
"Replace": "Sostituisci",
|
109
|
+
"Next": "Successivo",
|
110
|
+
"Whole words": "Parole Sbagliate",
|
111
|
+
"Find and replace": "Trova e Sostituisci",
|
112
|
+
"Replace with": "Sostituisci Con",
|
113
|
+
"Find": "Trova",
|
114
|
+
"Replace all": "Sostituisci Tutto",
|
115
|
+
"Match case": "Maiuscole\/Minuscole ",
|
116
|
+
"Prev": "Precedente",
|
117
|
+
"Spellcheck": "Controllo ortografico",
|
118
|
+
"Finish": "Termina",
|
119
|
+
"Ignore all": "Ignora Tutto",
|
120
|
+
"Ignore": "Ignora",
|
121
|
+
"Insert row before": "Inserisci una Riga Prima",
|
122
|
+
"Rows": "Righe",
|
123
|
+
"Height": "Altezza",
|
124
|
+
"Paste row after": "Incolla una Riga Dopo",
|
125
|
+
"Alignment": "Allineamento",
|
126
|
+
"Column group": "Gruppo di Colonne",
|
127
|
+
"Row": "Riga",
|
128
|
+
"Insert column before": "Inserisci una Colonna Prima",
|
129
|
+
"Split cell": "Dividi Cella",
|
130
|
+
"Cell padding": "Padding della Cella",
|
131
|
+
"Cell spacing": "Spaziatura della Cella",
|
132
|
+
"Row type": "Tipo di Riga",
|
133
|
+
"Insert table": "Inserisci Tabella",
|
134
|
+
"Body": "Body",
|
135
|
+
"Caption": "Didascalia",
|
136
|
+
"Footer": "Footer",
|
137
|
+
"Delete row": "Cancella Riga",
|
138
|
+
"Paste row before": "Incolla una Riga Prima",
|
139
|
+
"Scope": "Campo",
|
140
|
+
"Delete table": "Cancella Tabella",
|
141
|
+
"Header cell": "cella d'intestazione",
|
142
|
+
"Column": "Colonna",
|
143
|
+
"Cell": "Cella",
|
144
|
+
"Header": "Header",
|
145
|
+
"Cell type": "Tipo di Cella",
|
146
|
+
"Copy row": "Copia Riga",
|
147
|
+
"Row properties": "Propriet\u00e0 della Riga",
|
148
|
+
"Table properties": "Propiet\u00e0 della Tabella",
|
149
|
+
"Row group": "Gruppo di Righe",
|
150
|
+
"Right": "Destra",
|
151
|
+
"Insert column after": "Inserisci una Colonna Dopo",
|
152
|
+
"Cols": "Colonne",
|
153
|
+
"Insert row after": "Inserisci una Riga Dopo",
|
154
|
+
"Width": "Larghezza",
|
155
|
+
"Cell properties": "Propiet\u00e0 della Cella",
|
156
|
+
"Left": "Sinistra",
|
157
|
+
"Cut row": "Taglia Riga",
|
158
|
+
"Delete column": "Cancella Colonna",
|
159
|
+
"Center": "Centro",
|
160
|
+
"Merge cells": "Unisci Cella",
|
161
|
+
"Insert template": "Inserisci Template",
|
162
|
+
"Templates": "Template",
|
163
|
+
"Background color": "Colore Background",
|
164
|
+
"Text color": "Colore Testo",
|
165
|
+
"Show blocks": "Mostra Blocchi",
|
166
|
+
"Show invisible characters": "Mostra Caratteri Invisibili",
|
167
|
+
"Words: {0}": "Parole: {0}",
|
168
|
+
"Insert": "Inserisci",
|
169
|
+
"File": "File",
|
170
|
+
"Edit": "Modifica",
|
171
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Premi ALT-F9 per il men\u00f9. Premi ALT-F10 per la barra degli strumenti. Premi ALT-0 per l'aiuto.",
|
172
|
+
"Tools": "Strumenti",
|
173
|
+
"View": "Visualiza",
|
174
|
+
"Table": "Tabella",
|
175
|
+
"Format": "Formato"
|
176
|
+
});
|
@@ -0,0 +1,174 @@
|
|
1
|
+
tinymce.addI18n('ja',{
|
2
|
+
"Cut": "\u5207\u308a\u53d6\u308a",
|
3
|
+
"Header 2": "\u30d8\u30c3\u30c0\u30fc 2",
|
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",
|
6
|
+
"Paste": "\u8cbc\u308a\u4ed8\u3051",
|
7
|
+
"Close": "\u9589\u3058\u308b",
|
8
|
+
"Pre": "Pre",
|
9
|
+
"Align right": "\u53f3\u5bc4\u305b",
|
10
|
+
"New document": "\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8",
|
11
|
+
"Blockquote": "Blockquote",
|
12
|
+
"Numbered list": "\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d",
|
13
|
+
"Increase indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059",
|
14
|
+
"Formats": "\u66f8\u5f0f",
|
15
|
+
"Headers": "\u30d8\u30c3\u30c0\u30fc",
|
16
|
+
"Select all": "\u5168\u3066\u3092\u9078\u629e",
|
17
|
+
"Header 3": "\u30d8\u30c3\u30c0\u30fc 3",
|
18
|
+
"Blocks": "\u30d6\u30ed\u30c3\u30af",
|
19
|
+
"Undo": "\u5143\u306b\u623b\u3059",
|
20
|
+
"Strikethrough": "\u53d6\u308a\u6d88\u3057\u7dda",
|
21
|
+
"Bullet list": "\u7b87\u6761\u66f8\u304d",
|
22
|
+
"Header 1": "\u30d8\u30c3\u30c0\u30fc 1",
|
23
|
+
"Superscript": "\u4e0a\u4ed8\u304d\u6587\u5b57",
|
24
|
+
"Clear formatting": "\u66f8\u5f0f\u3092\u30af\u30ea\u30a2",
|
25
|
+
"Subscript": "\u4e0b\u4ed8\u304d\u6587\u5b57",
|
26
|
+
"Header 6": "\u30d8\u30c3\u30c0\u30fc 6",
|
27
|
+
"Redo": "\u3084\u308a\u76f4\u3059",
|
28
|
+
"Paragraph": "\u6bb5\u843d",
|
29
|
+
"Ok": "OK",
|
30
|
+
"Bold": "\u592a\u5b57",
|
31
|
+
"Code": "\u30b3\u30fc\u30c9",
|
32
|
+
"Italic": "\u659c\u4f53",
|
33
|
+
"Align center": "\u4e2d\u592e\u63c3\u3048",
|
34
|
+
"Header 5": "\u30d8\u30c3\u30c0\u30fc 5",
|
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",
|
38
|
+
"Underline": "\u4e0b\u7dda",
|
39
|
+
"Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
|
40
|
+
"Justify": "\u4e21\u7aef\u63c3\u3048",
|
41
|
+
"Inline": "\u30a4\u30f3\u30e9\u30a4\u30f3",
|
42
|
+
"Copy": "\u30b3\u30d4\u30fc",
|
43
|
+
"Align left": "\u5de6\u5bc4\u305b",
|
44
|
+
"Visual aids": "\u8868\u306e\u67a0\u7dda\u3092\u70b9\u7dda\u3067\u8868\u793a",
|
45
|
+
"Lower Greek": "\u5c0f\u6587\u5b57\u306e\u30ae\u30ea\u30b7\u30e3\u6587\u5b57",
|
46
|
+
"Square": "\u56db\u89d2",
|
47
|
+
"Default": "\u30c7\u30d5\u30a9\u30eb\u30c8",
|
48
|
+
"Lower Alpha": "\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8",
|
49
|
+
"Circle": "\u5186",
|
50
|
+
"Disc": "\u70b9",
|
51
|
+
"Upper Alpha": "\u5927\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8",
|
52
|
+
"Upper Roman": "\u5927\u6587\u5b57\u306e\u30ed\u30fc\u30de\u6570\u5b57",
|
53
|
+
"Lower Roman": "\u5c0f\u6587\u5b57\u306e\u30ed\u30fc\u30de\u6570\u5b57",
|
54
|
+
"Name": "\u30a2\u30f3\u30ab\u30fc\u540d",
|
55
|
+
"Anchor": "\u30a2\u30f3\u30ab\u30fc\uff08\u30ea\u30f3\u30af\u306e\u5230\u9054\u70b9\uff09",
|
56
|
+
"You have unsaved changes are you sure you want to navigate away?": "\u307e\u3060\u4fdd\u5b58\u3057\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u672c\u5f53\u306b\u3053\u306e\u30da\u30fc\u30b8\u3092\u96e2\u308c\u307e\u3059\u304b\uff1f",
|
57
|
+
"Restore last draft": "\u524d\u56de\u306e\u4e0b\u66f8\u304d\u3092\u5fa9\u6d3b\u3055\u305b\u308b",
|
58
|
+
"Special character": "\u7279\u6b8a\u6587\u5b57",
|
59
|
+
"Source code": "\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9",
|
60
|
+
"Right to left": "\u53f3\u304b\u3089\u5de6",
|
61
|
+
"Left to right": "\u5de6\u304b\u3089\u53f3",
|
62
|
+
"Emoticons": "\u7d75\u6587\u5b57",
|
63
|
+
"Robots": "\u30ed\u30dc\u30c3\u30c8",
|
64
|
+
"Document properties": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
65
|
+
"Title": "\u30bf\u30a4\u30c8\u30eb",
|
66
|
+
"Keywords": "\u30ad\u30fc\u30ef\u30fc\u30c9",
|
67
|
+
"Encoding": "\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0",
|
68
|
+
"Description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u5185\u5bb9",
|
69
|
+
"Author": "\u8457\u8005",
|
70
|
+
"Fullscreen": "\u5168\u753b\u9762\u8868\u793a",
|
71
|
+
"Horizontal line": "\u6c34\u5e73\u7f6b\u7dda",
|
72
|
+
"Horizontal space": "\u6a2a\u65b9\u5411\u306e\u4f59\u767d",
|
73
|
+
"Insert\/edit image": "\u753b\u50cf\u306e\u633f\u5165\u30fb\u7de8\u96c6",
|
74
|
+
"General": "\u4e00\u822c",
|
75
|
+
"Advanced": "\u8a73\u7d30\u8a2d\u5b9a",
|
76
|
+
"Source": "\u753b\u50cf\u306e\u30bd\u30fc\u30b9",
|
77
|
+
"Border": "\u67a0\u7dda",
|
78
|
+
"Constrain proportions": "\u7e26\u6a2a\u6bd4\u3092\u4fdd\u6301\u3059\u308b",
|
79
|
+
"Vertical space": "\u7e26\u65b9\u5411\u306e\u4f59\u767d",
|
80
|
+
"Image description": "\u753b\u50cf\u306e\u8aac\u660e\u6587",
|
81
|
+
"Style": "\u30b9\u30bf\u30a4\u30eb",
|
82
|
+
"Dimensions": "\u753b\u50cf\u30b5\u30a4\u30ba\uff08\u6a2a\u30fb\u7e26\uff09",
|
83
|
+
"Insert image": "\u753b\u50cf\u306e\u633f\u5165",
|
84
|
+
"Insert date\/time": "\u65e5\u4ed8\u30fb\u6642\u523b",
|
85
|
+
"Remove link": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
|
86
|
+
"Url": "\u30ea\u30f3\u30af\u5148URL",
|
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",
|
89
|
+
"Insert link": "\u30ea\u30f3\u30af",
|
90
|
+
"New window": "\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6",
|
91
|
+
"None": "\u306a\u3057",
|
92
|
+
"Target": "\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027",
|
93
|
+
"Insert\/edit link": "\u30ea\u30f3\u30af\u306e\u633f\u5165\u30fb\u7de8\u96c6",
|
94
|
+
"Insert\/edit video": "\u52d5\u753b\u306e\u633f\u5165\u30fb\u7de8\u96c6",
|
95
|
+
"Poster": "\u4ee3\u66ff\u753b\u50cf\u306e\u5834\u6240",
|
96
|
+
"Alternative source": "\u4ee3\u66ff\u52d5\u753b\u306e\u5834\u6240",
|
97
|
+
"Paste your embed code below:": "\u57cb\u3081\u8fbc\u307f\u7528\u30b3\u30fc\u30c9\u3092\u4e0b\u8a18\u306b\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044\u3002",
|
98
|
+
"Insert video": "\u52d5\u753b",
|
99
|
+
"Embed": "\u57cb\u3081\u8fbc\u307f",
|
100
|
+
"Nonbreaking space": "\u56fa\u5b9a\u30b9\u30da\u30fc\u30b9\uff08 \uff09",
|
101
|
+
"Page break": "\u30da\u30fc\u30b8\u533a\u5207\u308a",
|
102
|
+
"Preview": "\u30d7\u30ec\u30d3\u30e5\u30fc",
|
103
|
+
"Print": "\u5370\u5237",
|
104
|
+
"Save": "\u4fdd\u5b58",
|
105
|
+
"Could not find the specified string.": "\u304a\u63a2\u3057\u306e\u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
|
106
|
+
"Replace": "\u7f6e\u304d\u63db\u3048",
|
107
|
+
"Next": "\u6b21",
|
108
|
+
"Whole words": "\u5358\u8a9e\u5358\u4f4d\u3067\u691c\u7d22\u3059\u308b",
|
109
|
+
"Find and replace": "\u691c\u7d22\u3068\u7f6e\u304d\u63db\u3048",
|
110
|
+
"Replace with": "\u7f6e\u304d\u63db\u3048",
|
111
|
+
"Find": "\u691c\u7d22\u3059\u308b\u6587\u5b57",
|
112
|
+
"Replace all": "\u5168\u3066\u3092\u7f6e\u304d\u63db\u3048\u308b",
|
113
|
+
"Match case": "\u5927\u6587\u5b57\u30fb\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3059\u308b",
|
114
|
+
"Prev": "\u524d",
|
115
|
+
"Spellcheck": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
|
116
|
+
"Finish": "\u7d42\u4e86",
|
117
|
+
"Ignore all": "\u5168\u3066\u3092\u7121\u8996",
|
118
|
+
"Ignore": "\u7121\u8996",
|
119
|
+
"Insert row before": "\u4e0a\u5074\u306b\u884c\u3092\u633f\u5165",
|
120
|
+
"Rows": "\u884c\u6570",
|
121
|
+
"Height": "\u9ad8\u3055",
|
122
|
+
"Paste row after": "\u4e0b\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051",
|
123
|
+
"Alignment": "\u914d\u7f6e",
|
124
|
+
"Column group": "\u5217\u30b0\u30eb\u30fc\u30d7",
|
125
|
+
"Row": "\u884c",
|
126
|
+
"Insert column before": "\u5de6\u5074\u306b\u5217\u3092\u633f\u5165",
|
127
|
+
"Split cell": "\u30bb\u30eb\u306e\u5206\u5272",
|
128
|
+
"Cell padding": "\u30bb\u30eb\u5185\u4f59\u767d\uff08\u30d1\u30c7\u30a3\u30f3\u30b0\uff09",
|
129
|
+
"Cell spacing": "\u30bb\u30eb\u306e\u9593\u9694",
|
130
|
+
"Row type": "\u884c\u30bf\u30a4\u30d7",
|
131
|
+
"Insert table": "\u8868\u306e\u633f\u5165",
|
132
|
+
"Body": "\u30dc\u30c7\u30a3\u30fc",
|
133
|
+
"Caption": "\u8868\u984c",
|
134
|
+
"Footer": "\u30d5\u30c3\u30bf\u30fc",
|
135
|
+
"Delete row": "\u884c\u306e\u524a\u9664",
|
136
|
+
"Paste row before": "\u4e0a\u5074\u306b\u884c\u3092\u8cbc\u308a\u4ed8\u3051",
|
137
|
+
"Scope": "\u30b9\u30b3\u30fc\u30d7",
|
138
|
+
"Delete table": "\u8868\u306e\u524a\u9664",
|
139
|
+
"Header cell": "\u30d8\u30c3\u30c0\u30fc\u30bb\u30eb",
|
140
|
+
"Column": "\u5217",
|
141
|
+
"Cell": "\u30bb\u30eb",
|
142
|
+
"Header": "\u30d8\u30c3\u30c0\u30fc",
|
143
|
+
"Cell type": "\u30bb\u30eb\u30bf\u30a4\u30d7",
|
144
|
+
"Copy row": "\u884c\u306e\u30b3\u30d4\u30fc",
|
145
|
+
"Row properties": "\u884c\u306e\u8a73\u7d30\u8a2d\u5b9a",
|
146
|
+
"Table properties": "\u8868\u306e\u8a73\u7d30\u8a2d\u5b9a",
|
147
|
+
"Row group": "\u884c\u30b0\u30eb\u30fc\u30d7",
|
148
|
+
"Right": "\u53f3\u5bc4\u305b",
|
149
|
+
"Insert column after": "\u53f3\u5074\u306b\u5217\u3092\u633f\u5165",
|
150
|
+
"Cols": "\u5217\u6570",
|
151
|
+
"Insert row after": "\u4e0b\u5074\u306b\u884c\u3092\u633f\u5165",
|
152
|
+
"Width": "\u5e45",
|
153
|
+
"Cell properties": "\u30bb\u30eb\u306e\u8a73\u7d30\u8a2d\u5b9a",
|
154
|
+
"Left": "\u5de6\u5bc4\u305b",
|
155
|
+
"Cut row": "\u884c\u306e\u5207\u308a\u53d6\u308a",
|
156
|
+
"Delete column": "\u5217\u306e\u524a\u9664",
|
157
|
+
"Center": "\u4e2d\u592e\u63c3\u3048",
|
158
|
+
"Merge cells": "\u30bb\u30eb\u306e\u7d50\u5408",
|
159
|
+
"Insert template": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165",
|
160
|
+
"Templates": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u4e00\u89a7",
|
161
|
+
"Background color": "\u80cc\u666f\u8272",
|
162
|
+
"Text color": "\u6587\u5b57\u306e\u8272",
|
163
|
+
"Show blocks": "\u6587\u7ae0\u306e\u533a\u5207\u308a\u3092\u70b9\u7dda\u3067\u8868\u793a",
|
164
|
+
"Show invisible characters": "\u4e0d\u53ef\u8996\u6587\u5b57\u3092\u8868\u793a",
|
165
|
+
"Words: {0}": "\u5358\u8a9e\u6570: {0}",
|
166
|
+
"Insert": "\u633f\u5165",
|
167
|
+
"File": "\u30d5\u30a1\u30a4\u30eb",
|
168
|
+
"Edit": "\u7de8\u96c6",
|
169
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u66f8\u5f0f\u4ed8\u304d\u30c6\u30ad\u30b9\u30c8\u306e\u7de8\u96c6\u753b\u9762\u3002ALT-F9\u3067\u30e1\u30cb\u30e5\u30fc\u3001ALT-F10\u3067\u30c4\u30fc\u30eb\u30d0\u30fc\u3001ALT-0\u3067\u30d8\u30eb\u30d7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002",
|
170
|
+
"Tools": "\u30c4\u30fc\u30eb",
|
171
|
+
"View": "\u8868\u793a",
|
172
|
+
"Table": "\u8868",
|
173
|
+
"Format": "\u66f8\u5f0f"
|
174
|
+
});
|
@@ -0,0 +1,172 @@
|
|
1
|
+
tinymce.addI18n('ka_GE',{
|
2
|
+
"Cut": "\u10d0\u10db\u10dd\u10ed\u10e0\u10d0",
|
3
|
+
"Header 2": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u10d7\u10e5\u10d5\u10d4\u10dc \u10d1\u10e0\u10d0\u10e3\u10d6\u10d4\u10e0\u10e1 \u10d0\u10e0 \u10d0\u10e5\u10d5\u10e1 \u10d1\u10e3\u10e4\u10e0\u10e2\u10e8\u10d8 \u10e8\u10d4\u10ee\u10ec\u10d4\u10d5\u10d8\u10e1 \u10db\u10ee\u10d0\u10e0\u10d3\u10d0\u10ed\u10d4\u10e0\u10d0. \u10d2\u10d7\u10ee\u10dd\u10d5\u10d7 \u10e1\u10d0\u10dc\u10d0\u10ea\u10d5\u10da\u10dd\u10d3 \u10d8\u10e1\u10d0\u10e0\u10d2\u10d4\u10d1\u10da\u10dd\u10d7 Ctrl+X\/C\/V \u10db\u10d0\u10da\u10e1\u10d0\u10ee\u10db\u10dd\u10d1\u10d8 \u10d9\u10dd\u10db\u10d1\u10d8\u10dc\u10d0\u10ea\u10d8\u10d4\u10d1\u10d8\u10d7.",
|
5
|
+
"Div": "\u10d2\u10d0\u10dc\u10d0\u10ec\u10d8\u10da\u10d4\u10d1\u10d0",
|
6
|
+
"Paste": "\u10e9\u10d0\u10e1\u10db\u10d0",
|
7
|
+
"Close": "\u10d3\u10d0\u10ee\u10e3\u10e0\u10d5\u10d0",
|
8
|
+
"Pre": "\u10de\u10e0\u10d4\u10e4\u10dd\u10e0\u10db\u10d0\u10e2\u10d8",
|
9
|
+
"Align right": "\u10d2\u10d0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4 \u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d5",
|
10
|
+
"New document": "\u10d0\u10ee\u10d0\u10da\u10d8 \u10d3\u10dd\u10d9\u10e3\u10db\u10d4\u10dc\u10e2\u10d8",
|
11
|
+
"Blockquote": "\u10d1\u10da\u10dd\u10d9\u10d8\u10e0\u10d4\u10d1\u10e3\u10da\u10d8 \u10ea\u10d8\u10e2\u10d0\u10e2\u10d0",
|
12
|
+
"Numbered list": "\u10d3\u10d0\u10dc\u10dd\u10db\u10e0\u10d8\u10da\u10d8 \u10e1\u10d8\u10d0",
|
13
|
+
"Increase indent": "\u10d0\u10d1\u10d6\u10d0\u10ea\u10d8\u10e1 \u10d2\u10d0\u10d6\u10e0\u10d3\u10d0",
|
14
|
+
"Formats": "\u10e4\u10dd\u10e0\u10db\u10d0\u10e2\u10d4\u10d1\u10d8",
|
15
|
+
"Headers": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d4\u10d1\u10d8",
|
16
|
+
"Select all": "\u10e7\u10d5\u10d4\u10da\u10d0\u10e1 \u10db\u10dd\u10e6\u10dc\u10d8\u10e8\u10d5\u10dc\u10d0",
|
17
|
+
"Header 3": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8 3",
|
18
|
+
"Blocks": "\u10d1\u10da\u10dd\u10d9\u10d4\u10d1\u10d8",
|
19
|
+
"Undo": "\u10d3\u10d0\u10d1\u10e0\u10e3\u10dc\u10d4\u10d1\u10d0",
|
20
|
+
"Strikethrough": "\u10e8\u10e3\u10d0 \u10ee\u10d0\u10d6\u10d8",
|
21
|
+
"Bullet list": "\u10d1\u10e3\u10da\u10d4\u10e2 \u10e1\u10d8\u10d0",
|
22
|
+
"Header 1": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8 1",
|
23
|
+
"Superscript": "\u10d6\u10d4\u10d3\u10d0 \u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8",
|
24
|
+
"Clear formatting": "\u10e4\u10dd\u10e0\u10db\u10d0\u10e2\u10d8\u10e0\u10d4\u10d1\u10d8\u10e1 \u10d2\u10d0\u10e1\u10e3\u10e4\u10d7\u10d0\u10d5\u10d4\u10d1\u10d0",
|
25
|
+
"Subscript": "\u10e5\u10d5\u10d4\u10d3\u10d0 \u10d8\u10dc\u10d3\u10d4\u10e5\u10e1\u10d8",
|
26
|
+
"Header 6": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8 6",
|
27
|
+
"Redo": "\u10d2\u10d0\u10db\u10d4\u10dd\u10e0\u10d4\u10d1\u10d0",
|
28
|
+
"Paragraph": "\u10de\u10d0\u10e0\u10d0\u10d2\u10e0\u10d0\u10e4\u10d8",
|
29
|
+
"Ok": "\u10d9\u10d0\u10e0\u10d2\u10d8",
|
30
|
+
"Bold": "\u10db\u10d9\u10d5\u10d4\u10d7\u10e0\u10d8",
|
31
|
+
"Code": "\u10d9\u10dd\u10d3\u10d8",
|
32
|
+
"Italic": "\u10d3\u10d0\u10ee\u10e0\u10d8\u10da\u10d8",
|
33
|
+
"Align center": "\u10d2\u10d0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4 \u10ea\u10d4\u10dc\u10e2\u10e0\u10e8\u10d8",
|
34
|
+
"Header 5": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8 5",
|
35
|
+
"Decrease indent": "\u10d0\u10d1\u10d6\u10d0\u10ea\u10d8\u10e1 \u10e8\u10d4\u10db\u10ea\u10d8\u10e0\u10d4\u10d1\u10d0",
|
36
|
+
"Header 4": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8 4",
|
37
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u10d0\u10ee\u10da\u10d0 \u10e2\u10d4\u10e5\u10e1\u10e2\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0 \u10e9\u10d5\u10d4\u10e3\u10da\u10d4\u10d1\u10e0\u10d8\u10d5 \u10e0\u10d4\u10df\u10d8\u10db\u10e8\u10d8\u10d0. \u10e2\u10d4\u10e5\u10e1\u10e2\u10d8 \u10e9\u10d0\u10d8\u10e1\u10db\u10d4\u10d5\u10d0 \u10e3\u10e4\u10dd\u10e0\u10db\u10d0\u10e2\u10dd\u10d7 \u10e1\u10d0\u10dc\u10d0\u10db \u10d0\u10db \u10d7\u10d5\u10d8\u10e1\u10d4\u10d1\u10d0\u10e1 \u10d0\u10e0 \u10d2\u10d0\u10d7\u10d8\u10e8\u10d0\u10d5\u10d7.",
|
38
|
+
"Underline": "\u10e5\u10d5\u10d4\u10d3\u10d0 \u10ee\u10d0\u10d6\u10d8",
|
39
|
+
"Cancel": "\u10d2\u10d0\u10e3\u10e5\u10db\u10d4\u10d1\u10d0",
|
40
|
+
"Justify": "\u10d2\u10d0\u10db\u10d0\u10e0\u10d7\u10e3\u10da\u10d8",
|
41
|
+
"Inline": "\u10ee\u10d0\u10d6\u10e8\u10d8\u10d3\u10d0",
|
42
|
+
"Copy": "\u10d9\u10dd\u10de\u10d8\u10e0\u10d4\u10d1\u10d0",
|
43
|
+
"Align left": "\u10d2\u10d0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4 \u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d5",
|
44
|
+
"Visual aids": "\u10d5\u10d8\u10d6\u10e3\u10d0\u10da\u10d8\u10d6\u10d0\u10ea\u10d8\u10d0",
|
45
|
+
"Lower Greek": "\u10d3\u10d0\u10d1\u10d0\u10da\u10d8 \u10d1\u10d4\u10e0\u10eb\u10dc\u10e3\u10da\u10d8",
|
46
|
+
"Square": "\u10d9\u10d5\u10d0\u10d3\u10e0\u10d0\u10e2\u10d8",
|
47
|
+
"Default": "\u10e1\u10e2\u10d0\u10dc\u10d3\u10d0\u10e0\u10e2\u10e3\u10da\u10d8",
|
48
|
+
"Lower Alpha": "\u10d3\u10d0\u10d1\u10d0\u10da\u10d8 \u10d0\u10da\u10e4\u10d0",
|
49
|
+
"Circle": "\u10ec\u10e0\u10d4",
|
50
|
+
"Disc": "\u10d3\u10d8\u10e1\u10d9\u10d8",
|
51
|
+
"Upper Alpha": "\u10db\u10d0\u10e6\u10d0\u10da\u10d8 \u10d0\u10da\u10e4\u10d0",
|
52
|
+
"Upper Roman": "\u10db\u10d0\u10e6\u10d0\u10da\u10d8 \u10e0\u10dd\u10db\u10d0\u10e3\u10da\u10d8",
|
53
|
+
"Lower Roman": "\u10d3\u10d0\u10d1\u10d0\u10da\u10d8 \u10e0\u10dd\u10db\u10d0\u10e3\u10da\u10d8",
|
54
|
+
"Name": "\u10e1\u10d0\u10ee\u10d4\u10da\u10d8",
|
55
|
+
"Anchor": "\u10e6\u10e3\u10d6\u10d0",
|
56
|
+
"You have unsaved changes are you sure you want to navigate away?": "\u10d7\u10e5\u10d5\u10d4\u10dc \u10d2\u10d0\u10e5\u10d5\u10d7 \u10e8\u10d4\u10e3\u10dc\u10d0\u10ee\u10d0\u10d5\u10d8 \u10e8\u10d4\u10e1\u10ec\u10dd\u10e0\u10d4\u10d1\u10d4\u10d1\u10d8, \u10d3\u10d0\u10e0\u10ec\u10db\u10e3\u10dc\u10d4\u10d1\u10e3\u10da\u10d8 \u10ee\u10d0\u10d7 \u10e0\u10dd\u10db \u10e1\u10ee\u10d5\u10d0\u10d2\u10d0\u10dc \u10d2\u10d0\u10d3\u10d0\u10e1\u10d5\u10da\u10d0 \u10d2\u10e1\u10e3\u10e0\u10d7?",
|
57
|
+
"Restore last draft": "\u10d1\u10dd\u10da\u10dd\u10e1 \u10e8\u10d4\u10dc\u10d0\u10ee\u10e3\u10da\u10d8\u10e1 \u10d0\u10e6\u10d3\u10d2\u10d4\u10dc\u10d0",
|
58
|
+
"Special character": "\u10e1\u10de\u10d4\u10ea\u10d8\u10d0\u10da\u10e3\u10e0\u10d8 \u10e1\u10d8\u10db\u10d1\u10dd\u10da\u10dd",
|
59
|
+
"Source code": "\u10ec\u10e7\u10d0\u10e0\u10dd\u10e1 \u10d9\u10dd\u10d3\u10d8",
|
60
|
+
"Right to left": "\u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d3\u10d0\u10dc \u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d5",
|
61
|
+
"Left to right": "\u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d3\u10d0\u10dc \u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d5",
|
62
|
+
"Emoticons": "\u10e1\u10db\u10d0\u10d8\u10da\u10d8\u10d9\u10d4\u10d1\u10d8",
|
63
|
+
"Robots": "\u10e0\u10dd\u10d1\u10dd\u10d4\u10d1\u10d8",
|
64
|
+
"Document properties": "\u10d3\u10dd\u10d9\u10e3\u10db\u10d4\u10dc\u10e2\u10d8\u10e1 \u10d7\u10d5\u10d8\u10e1\u10d4\u10d1\u10d4\u10d1\u10d8",
|
65
|
+
"Title": "\u10e1\u10d0\u10d7\u10d0\u10e3\u10e0\u10d8",
|
66
|
+
"Keywords": "\u10e1\u10d0\u10d9\u10d5\u10d0\u10dc\u10eb\u10dd \u10e1\u10d8\u10e2\u10e7\u10d5\u10d4\u10d1\u10d8",
|
67
|
+
"Encoding": "\u10d9\u10dd\u10d3\u10d8\u10e0\u10d4\u10d1\u10d0",
|
68
|
+
"Description": "\u10d0\u10ee\u10ec\u10d4\u10e0\u10d0",
|
69
|
+
"Author": "\u10d0\u10d5\u10e2\u10dd\u10e0\u10d8",
|
70
|
+
"Fullscreen": "\u10e1\u10d0\u10d5\u10e1\u10d4 \u10d4\u10d9\u10e0\u10d0\u10dc\u10d8",
|
71
|
+
"Horizontal line": "\u10f0\u10dd\u10e0\u10d8\u10d6\u10dd\u10dc\u10e2\u10d0\u10da\u10e3\u10e0\u10d8 \u10ee\u10d0\u10d6\u10d8",
|
72
|
+
"Horizontal space": "\u10f0\u10dd\u10e0\u10d8\u10d6\u10dd\u10dc\u10e2\u10d0\u10da\u10e3\u10e0\u10d8 \u10e1\u10d8\u10d5\u10e0\u10ea\u10d4",
|
73
|
+
"Insert\/edit image": "\u10e9\u10d0\u10e1\u10d5\u10d8\/\u10e8\u10d4\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4 \u10e1\u10e3\u10e0\u10d0\u10d7\u10d8",
|
74
|
+
"General": "\u10db\u10d7\u10d0\u10d5\u10d0\u10e0\u10d8",
|
75
|
+
"Advanced": "\u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d8\u10d7\u10d8",
|
76
|
+
"Source": "\u10d1\u10db\u10e3\u10da\u10d8",
|
77
|
+
"Border": "\u10e1\u10d0\u10d6\u10e6\u10d5\u10d0\u10e0\u10d8",
|
78
|
+
"Constrain proportions": "\u10de\u10e0\u10dd\u10de\u10dd\u10e0\u10ea\u10d8\u10d8\u10e1 \u10d3\u10d0\u10ea\u10d5\u10d0",
|
79
|
+
"Vertical space": "\u10d5\u10d4\u10e0\u10e2\u10d8\u10d9\u10d0\u10da\u10e3\u10e0\u10d8 \u10e1\u10d8\u10d5\u10e0\u10ea\u10d4",
|
80
|
+
"Image description": "\u10e1\u10e3\u10e0\u10d0\u10d7\u10d8\u10e1 \u10d3\u10d0\u10ee\u10d0\u10e1\u10d8\u10d0\u10d7\u10d4\u10d1\u10d0",
|
81
|
+
"Style": "\u10e1\u10e2\u10d8\u10da\u10d8",
|
82
|
+
"Dimensions": "\u10d2\u10d0\u10dc\u10d6\u10dd\u10db\u10d8\u10da\u10d4\u10d1\u10d0",
|
83
|
+
"Insert image": "\u10e1\u10e3\u10e0\u10d0\u10d7\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
|
84
|
+
"Insert date\/time": "\u10d7\u10d0\u10e0\u10d8\u10e6\u10d8\/\u10d3\u10e0\u10dd\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
|
85
|
+
"Url": "Url",
|
86
|
+
"Text to display": "\u10e2\u10d4\u10e5\u10e1\u10e2\u10d8",
|
87
|
+
"Insert link": "\u10d1\u10db\u10e3\u10da\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
|
88
|
+
"New window": "\u10d0\u10ee\u10d0\u10da \u10e4\u10d0\u10dc\u10ef\u10d0\u10e0\u10d0\u10e8\u10d8",
|
89
|
+
"None": "\u10d0\u10e0\u10ea\u10d4\u10e0\u10d7\u10d8",
|
90
|
+
"Target": "\u10d2\u10d0\u10ee\u10e1\u10dc\u10d0",
|
91
|
+
"Insert\/edit link": "\u10d1\u10db\u10e3\u10da\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0\/\u10e0\u10d4\u10d3\u10d0\u10e5\u10e2\u10d8\u10e0\u10d4\u10d0",
|
92
|
+
"Insert\/edit video": "\u10d5\u10d8\u10d3\u10d4\u10dd\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0\/\u10e0\u10d4\u10d3\u10d0\u10e5\u10e2\u10d8\u10e0\u10d4\u10d1\u10d0",
|
93
|
+
"Poster": "\u10de\u10da\u10d0\u10d9\u10d0\u10e2\u10d8",
|
94
|
+
"Alternative source": "\u10d0\u10da\u10e2\u10d4\u10e0\u10dc\u10d0\u10e2\u10d8\u10e3\u10da\u10d8 \u10ec\u10e7\u10d0\u10e0\u10dd",
|
95
|
+
"Paste your embed code below:": "\u10d0\u10e5 \u10e9\u10d0\u10e1\u10d5\u10d8\u10d7 \u10d7\u10e5\u10d5\u10d4\u10dc\u10d8 \u10d9\u10dd\u10d3\u10d8:",
|
96
|
+
"Insert video": "\u10d5\u10d8\u10d3\u10d4\u10dd\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
|
97
|
+
"Embed": "Embed",
|
98
|
+
"Nonbreaking space": "\u10e3\u10ec\u10e7\u10d5\u10d4\u10e2\u10d8 \u10e1\u10d8\u10d5\u10e0\u10ea\u10d4",
|
99
|
+
"Page break": "\u10d2\u10d5\u10d4\u10e0\u10d3\u10d8\u10e1 \u10d2\u10d0\u10ec\u10e7\u10d5\u10d4\u10e2\u10d0",
|
100
|
+
"Preview": "\u10ec\u10d8\u10dc\u10d0\u10e1\u10ec\u10d0\u10e0 \u10dc\u10d0\u10ee\u10d5\u10d0",
|
101
|
+
"Print": "\u10d0\u10db\u10dd\u10d1\u10d4\u10ed\u10d5\u10d3\u10d0",
|
102
|
+
"Save": "\u10e8\u10d4\u10dc\u10d0\u10ee\u10d5\u10d0",
|
103
|
+
"Could not find the specified string.": "\u10db\u10dd\u10ea\u10d4\u10db\u10e3\u10da\u10d8 \u10e9\u10d0\u10dc\u10d0\u10ec\u10d4\u10e0\u10d8 \u10d5\u10d4\u10e0 \u10db\u10dd\u10d8\u10eb\u10d4\u10d1\u10dc\u10d0.",
|
104
|
+
"Replace": "\u10e8\u10d4\u10e1\u10ec\u10dd\u10e0\u10d4\u10d1\u10d0",
|
105
|
+
"Next": "\u10e8\u10d4\u10db\u10d3\u10d4\u10d2\u10d8",
|
106
|
+
"Whole words": "\u10e1\u10e0\u10e3\u10da\u10d8 \u10e1\u10d8\u10e2\u10e7\u10d5\u10d4\u10d1\u10d8",
|
107
|
+
"Find and replace": "\u10db\u10dd\u10eb\u10d4\u10d1\u10dc\u10d4 \u10d3\u10d0 \u10e8\u10d4\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4",
|
108
|
+
"Replace with": "\u10e8\u10d4\u10e1\u10d0\u10e1\u10ec\u10dd\u10e0\u10d4\u10d1\u10d4\u10da\u10d8 \u10e1\u10d8\u10e2\u10e7\u10d5\u10d0",
|
109
|
+
"Find": "\u10eb\u10d4\u10d1\u10dc\u10d0",
|
110
|
+
"Replace all": "\u10e7\u10d5\u10d4\u10da\u10d0\u10e1 \u10e8\u10d4\u10e1\u10ec\u10dd\u10e0\u10d4\u10d1\u10d0",
|
111
|
+
"Match case": "\u10d3\u10d0\u10d0\u10db\u10d7\u10ee\u10d5\u10d8\u10d4 \u10d0\u10e1\u10dd\u10d4\u10d1\u10d8\u10e1 \u10d6\u10dd\u10db\u10d0",
|
112
|
+
"Prev": "\u10ec\u10d8\u10dc\u10d0",
|
113
|
+
"Spellcheck": "\u10db\u10d0\u10e0\u10d7\u10da\u10ec\u10d4\u10e0\u10d8\u10e1 \u10e8\u10d4\u10db\u10dd\u10ec\u10db\u10d4\u10d1\u10d0",
|
114
|
+
"Finish": "\u10e4\u10d8\u10dc\u10d8\u10e8\u10d8",
|
115
|
+
"Ignore all": "\u10e7\u10d5\u10d4\u10da\u10d0\u10e1 \u10d8\u10d2\u10dc\u10dd\u10e0\u10d8\u10e0\u10d4\u10d1\u10d0",
|
116
|
+
"Ignore": "\u10d8\u10d2\u10dc\u10dd\u10e0\u10d8\u10e0\u10d4\u10d1\u10d0",
|
117
|
+
"Insert row before": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10d7\u10d0\u10d5\u10e8\u10d8 \u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d0",
|
118
|
+
"Rows": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d4\u10d1\u10d8",
|
119
|
+
"Height": "\u10e1\u10d8\u10db\u10d0\u10e6\u10da\u10d4",
|
120
|
+
"Paste row after": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10d1\u10dd\u10da\u10dd\u10e8\u10d8 \u10e9\u10d0\u10e1\u10db\u10d0",
|
121
|
+
"Alignment": "\u10e1\u10ec\u10dd\u10e0\u10d4\u10d1\u10d0",
|
122
|
+
"Column group": "\u10e1\u10d5\u10d4\u10e2\u10d8\u10e1 \u10ef\u10d2\u10e3\u10e4\u10d8",
|
123
|
+
"Row": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8",
|
124
|
+
"Insert column before": "\u10e1\u10d5\u10d4\u10e2\u10d8\u10e1 \u10d7\u10d0\u10d5\u10e8\u10d8 \u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d0",
|
125
|
+
"Split cell": "\u10e3\u10ef\u10e0\u10d8\u10e1 \u10d2\u10d0\u10e7\u10dd\u10e4\u10d0",
|
126
|
+
"Cell padding": "\u10e3\u10ef\u10e0\u10d8\u10e1 \u10e4\u10d0\u10e0\u10d7\u10dd\u10d1\u10d8",
|
127
|
+
"Cell spacing": "\u10e3\u10ef\u10e0\u10d8\u10e1 \u10d3\u10d0\u10e8\u10dd\u10e0\u10d4\u10d1\u10d0",
|
128
|
+
"Row type": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10e2\u10d8\u10de\u10d8",
|
129
|
+
"Insert table": "\u10ea\u10ee\u10e0\u10d8\u10da\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
|
130
|
+
"Body": "\u10e2\u10d0\u10dc\u10d8",
|
131
|
+
"Caption": "\u10ec\u10d0\u10e0\u10ec\u10d4\u10e0\u10d0",
|
132
|
+
"Footer": "\u10eb\u10d8\u10e0\u10d8",
|
133
|
+
"Delete row": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10ec\u10d0\u10e8\u10da\u10d0",
|
134
|
+
"Paste row before": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10d7\u10d0\u10d5\u10e8\u10d8 \u10e9\u10d0\u10e1\u10db\u10d0",
|
135
|
+
"Scope": "\u10e9\u10d0\u10e0\u10e9\u10dd",
|
136
|
+
"Delete table": "\u10ea\u10ee\u10e0\u10d8\u10da\u10d8\u10e1 \u10ec\u10d0\u10e8\u10da\u10d0",
|
137
|
+
"Header cell": "\u10d7\u10d0\u10d5\u10d8\u10e1 \u10e3\u10ef\u10e0\u10d0",
|
138
|
+
"Column": "\u10e1\u10d5\u10d4\u10e2\u10d8",
|
139
|
+
"Cell": "\u10e3\u10ef\u10e0\u10d0",
|
140
|
+
"Header": "\u10d7\u10d0\u10d5\u10d8",
|
141
|
+
"Cell type": "\u10e3\u10ef\u10e0\u10d8\u10e1 \u10e2\u10d8\u10de\u10d8",
|
142
|
+
"Copy row": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10d9\u10dd\u10de\u10d8\u10e0\u10d4\u10d1\u10d0",
|
143
|
+
"Row properties": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10d7\u10d5\u10d8\u10e1\u10d4\u10d1\u10d4\u10d1\u10d8",
|
144
|
+
"Table properties": "\u10ea\u10ee\u10e0\u10d8\u10da\u10d8\u10e1 \u10d7\u10d5\u10d8\u10e1\u10d4\u10d1\u10d4\u10d1\u10d8",
|
145
|
+
"Row group": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10ef\u10d2\u10e3\u10e4\u10d8",
|
146
|
+
"Right": "\u10db\u10d0\u10e0\u10ef\u10d5\u10dc\u10d8\u10d5",
|
147
|
+
"Insert column after": "\u10e1\u10d5\u10d4\u10e2\u10d8\u10e1 \u10d1\u10dd\u10da\u10dd\u10e8\u10d8 \u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d0",
|
148
|
+
"Cols": "\u10e1\u10d5\u10d4\u10e2\u10d4\u10d1\u10d8",
|
149
|
+
"Insert row after": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10d1\u10dd\u10da\u10dd\u10e8\u10d8 \u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d0",
|
150
|
+
"Width": "\u10e1\u10d8\u10d2\u10d0\u10dc\u10d4",
|
151
|
+
"Cell properties": "\u10e3\u10ef\u10e0\u10d8\u10e1 \u10d7\u10d5\u10d8\u10e1\u10d4\u10d1\u10d4\u10d1\u10d8",
|
152
|
+
"Left": "\u10db\u10d0\u10e0\u10ea\u10ee\u10dc\u10d8\u10d5",
|
153
|
+
"Cut row": "\u10e1\u10e2\u10e0\u10d8\u10e5\u10dd\u10dc\u10d8\u10e1 \u10d0\u10db\u10dd\u10ed\u10e0\u10d0",
|
154
|
+
"Delete column": "\u10e1\u10d5\u10d4\u10e2\u10d8\u10e1 \u10ec\u10d0\u10e8\u10da\u10d0",
|
155
|
+
"Center": "\u10ea\u10d4\u10dc\u10e2\u10e0\u10e8\u10d8",
|
156
|
+
"Merge cells": "\u10e3\u10ef\u10e0\u10d4\u10d1\u10d8\u10e1 \u10d2\u10d0\u10d4\u10e0\u10d7\u10d8\u10d0\u10dc\u10d4\u10d1\u10d0",
|
157
|
+
"Insert template": "\u10e8\u10d0\u10d1\u10da\u10dd\u10dc\u10d8\u10e1 \u10e9\u10d0\u10e1\u10db\u10d0",
|
158
|
+
"Templates": "\u10e8\u10d0\u10d1\u10da\u10dd\u10dc\u10d4\u10d1\u10d8",
|
159
|
+
"Background color": "\u10e3\u10d9\u10d0\u10dc\u10d0 \u10e4\u10d4\u10e0\u10d8",
|
160
|
+
"Text color": "\u10e2\u10d4\u10e5\u10e1\u10e2\u10d8\u10e1 \u10e4\u10d4\u10e0\u10d8",
|
161
|
+
"Show blocks": "\u10d1\u10da\u10dd\u10d9\u10d4\u10d1\u10d8\u10e1 \u10e9\u10d5\u10d4\u10dc\u10d4\u10d1\u10d0",
|
162
|
+
"Show invisible characters": "\u10e3\u10ee\u10d8\u10da\u10d0\u10d5\u10d8 \u10e1\u10d8\u10db\u10d1\u10dd\u10da\u10dd\u10d4\u10d1\u10d8\u10e1 \u10e9\u10d5\u10d4\u10dc\u10d4\u10d1\u10d0",
|
163
|
+
"Words: {0}": "\u10e1\u10d8\u10e2\u10e7\u10d5\u10d4\u10d1\u10d8: {0}",
|
164
|
+
"Insert": "\u10e9\u10d0\u10e1\u10db\u10d0",
|
165
|
+
"File": "\u10e4\u10d0\u10d8\u10da\u10d8",
|
166
|
+
"Edit": "\u10e8\u10d4\u10e1\u10ec\u10dd\u10e0\u10d4\u10d1\u10d0",
|
167
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u10e2\u10d4\u10e5\u10e1\u10e2\u10d8\u10e1 \u10e4\u10d0\u10e0\u10d7\u10d8. \u10d3\u10d0\u10d0\u10ed\u10d8\u10e0\u10d4\u10d7 ALT-F9\u10e1 \u10db\u10d4\u10dc\u10d8\u10e3\u10e1 \u10d2\u10d0\u10db\u10dd\u10e1\u10d0\u10eb\u10d0\u10ee\u10d4\u10d1\u10da\u10d0\u10d3. \u10d3\u10d0\u10d0\u10ed\u10d8\u10e0\u10d4\u10d7 ALT-F10\u10e1 \u10de\u10d0\u10dc\u10d4\u10da\u10d8\u10e1\u10d7\u10d5\u10d8\u10e1. \u10d3\u10d0\u10d0\u10ed\u10d8\u10e0\u10d4\u10d7 ALT-0\u10e1 \u10d3\u10d0\u10ee\u10db\u10d0\u10e0\u10d4\u10d1\u10d8\u10e1\u10d7\u10d5\u10d8\u10e1",
|
168
|
+
"Tools": "\u10d8\u10d0\u10e0\u10d0\u10e6\u10d4\u10d1\u10d8",
|
169
|
+
"View": "\u10dc\u10d0\u10ee\u10d5\u10d0",
|
170
|
+
"Table": "\u10ea\u10ee\u10e0\u10d8\u10da\u10d8",
|
171
|
+
"Format": "\u10e4\u10dd\u10e0\u10db\u10d0\u10e2\u10d8"
|
172
|
+
});
|