tinymce-rails-langs 4.20180103 → 4.20190124

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.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tinymce/rails/languages.rb +1 -0
  3. data/vendor/assets/config/tinymce-rails-langs.manifest.js +1 -0
  4. data/vendor/assets/javascripts/tinymce/langs/af_ZA.js +0 -0
  5. data/vendor/assets/javascripts/tinymce/langs/ar.js +8 -0
  6. data/vendor/assets/javascripts/tinymce/langs/az.js +178 -114
  7. data/vendor/assets/javascripts/tinymce/langs/be.js +166 -135
  8. data/vendor/assets/javascripts/tinymce/langs/bg_BG.js +8 -0
  9. data/vendor/assets/javascripts/tinymce/langs/bn_BD.js +253 -171
  10. data/vendor/assets/javascripts/tinymce/langs/ca.js +1 -0
  11. data/vendor/assets/javascripts/tinymce/langs/cs.js +2 -1
  12. data/vendor/assets/javascripts/tinymce/langs/cs_CZ.js +175 -128
  13. data/vendor/assets/javascripts/tinymce/langs/cy.js +0 -0
  14. data/vendor/assets/javascripts/tinymce/langs/da.js +6 -5
  15. data/vendor/assets/javascripts/tinymce/langs/de.js +3 -2
  16. data/vendor/assets/javascripts/tinymce/langs/de_AT.js +1 -0
  17. data/vendor/assets/javascripts/tinymce/langs/dv.js +0 -0
  18. data/vendor/assets/javascripts/tinymce/langs/el.js +166 -135
  19. data/vendor/assets/javascripts/tinymce/langs/en_CA.js +1 -0
  20. data/vendor/assets/javascripts/tinymce/langs/en_GB.js +166 -135
  21. data/vendor/assets/javascripts/tinymce/langs/es.js +11 -3
  22. data/vendor/assets/javascripts/tinymce/langs/es_MX.js +8 -0
  23. data/vendor/assets/javascripts/tinymce/langs/et.js +166 -135
  24. data/vendor/assets/javascripts/tinymce/langs/eu.js +181 -120
  25. data/vendor/assets/javascripts/tinymce/langs/fa_IR.js +1 -0
  26. data/vendor/assets/javascripts/tinymce/langs/fi.js +172 -130
  27. data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +2 -1
  28. data/vendor/assets/javascripts/tinymce/langs/ga.js +8 -0
  29. data/vendor/assets/javascripts/tinymce/langs/gl.js +0 -0
  30. data/vendor/assets/javascripts/tinymce/langs/he_IL.js +166 -135
  31. data/vendor/assets/javascripts/tinymce/langs/hr.js +0 -0
  32. data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +1 -0
  33. data/vendor/assets/javascripts/tinymce/langs/id.js +172 -130
  34. data/vendor/assets/javascripts/tinymce/langs/it.js +20 -19
  35. data/vendor/assets/javascripts/tinymce/langs/ja.js +4 -3
  36. data/vendor/assets/javascripts/tinymce/langs/ka_GE.js +0 -0
  37. data/vendor/assets/javascripts/tinymce/langs/kab.js +168 -137
  38. data/vendor/assets/javascripts/tinymce/langs/kk.js +0 -0
  39. data/vendor/assets/javascripts/tinymce/langs/km_KH.js +0 -0
  40. data/vendor/assets/javascripts/tinymce/langs/ko_KR.js +1 -0
  41. data/vendor/assets/javascripts/tinymce/langs/lt.js +172 -130
  42. data/vendor/assets/javascripts/tinymce/langs/lv.js +0 -0
  43. data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +1 -0
  44. data/vendor/assets/javascripts/tinymce/langs/nl.js +1 -0
  45. data/vendor/assets/javascripts/tinymce/langs/pl.js +2 -1
  46. data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +2 -1
  47. data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +2 -1
  48. data/vendor/assets/javascripts/tinymce/langs/ro.js +0 -0
  49. data/vendor/assets/javascripts/tinymce/langs/ru.js +2 -1
  50. data/vendor/assets/javascripts/tinymce/langs/sk.js +0 -0
  51. data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +0 -0
  52. data/vendor/assets/javascripts/tinymce/langs/sr.js +186 -104
  53. data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +1 -0
  54. data/vendor/assets/javascripts/tinymce/langs/ta.js +2 -1
  55. data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +2 -1
  56. data/vendor/assets/javascripts/tinymce/langs/th_TH.js +166 -135
  57. data/vendor/assets/javascripts/tinymce/langs/tr.js +8 -0
  58. data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +8 -0
  59. data/vendor/assets/javascripts/tinymce/langs/ug.js +181 -110
  60. data/vendor/assets/javascripts/tinymce/langs/uk.js +26 -18
  61. data/vendor/assets/javascripts/tinymce/langs/uk_UA.js +5 -4
  62. data/vendor/assets/javascripts/tinymce/langs/uz.js +0 -0
  63. data/vendor/assets/javascripts/tinymce/langs/vi_VN.js +165 -135
  64. data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +22 -21
  65. data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +26 -18
  66. metadata +7 -6
@@ -41,6 +41,7 @@ tinymce.addI18n('fr_FR',{
41
41
  "Heading 4": "En-t\u00eate 4",
42
42
  "Heading 5": "En-t\u00eate 5",
43
43
  "Heading 6": "En-t\u00eate 6",
44
+ "Preformatted": "Pr\u00e9-formatt\u00e9",
44
45
  "Div": "Div",
45
46
  "Pre": "Pre",
46
47
  "Code": "Code",
@@ -109,7 +110,7 @@ tinymce.addI18n('fr_FR',{
109
110
  "Learn more...": "En savoir plus...",
110
111
  "You are using {0}": "Vous utilisez {0}",
111
112
  "Plugins": "Plugins",
112
- "Handy Shortcuts": "Raccourci",
113
+ "Handy Shortcuts": "Raccourcis utiles",
113
114
  "Horizontal line": "Ligne horizontale",
114
115
  "Insert\/edit image": "Ins\u00e9rer\/modifier une image",
115
116
  "Image description": "Description de l'image",
@@ -41,6 +41,7 @@ tinymce.addI18n('ga',{
41
41
  "Heading 4": "Ceannteideal 4",
42
42
  "Heading 5": "Ceannteideal 5",
43
43
  "Heading 6": "Ceannteideal 6",
44
+ "Preformatted": "R\u00e9amhfhorm\u00e1idithe",
44
45
  "Div": "Deighilt",
45
46
  "Pre": "R\u00e9amh",
46
47
  "Code": "C\u00f3d",
@@ -56,6 +57,8 @@ tinymce.addI18n('ga',{
56
57
  "OR": "N\u00d3",
57
58
  "Drop an image here": "Scaoil \u00edomh\u00e1 anseo",
58
59
  "Upload": "Uasl\u00f3d\u00e1il",
60
+ "Block": "Bloc",
61
+ "Align": "Ail\u00ednigh",
59
62
  "Default": "R\u00e9amhshocr\u00fa",
60
63
  "Circle": "Ciorcal",
61
64
  "Disc": "Diosca",
@@ -75,6 +78,7 @@ tinymce.addI18n('ga',{
75
78
  "Source code": "C\u00f3d foinseach",
76
79
  "Insert\/Edit code sample": "Cuir sampla c\u00f3id isteach\/in eagar",
77
80
  "Language": "Teanga",
81
+ "Code sample": "Sampla c\u00f3id",
78
82
  "Color": "Dath",
79
83
  "R": "D",
80
84
  "G": "U",
@@ -105,6 +109,8 @@ tinymce.addI18n('ga',{
105
109
  "Premium plugins:": "Scothbhreise\u00e1in:",
106
110
  "Learn more...": "Tuilleadh eolais...",
107
111
  "You are using {0}": "T\u00e1 t\u00fa ag \u00fas\u00e1id {0}",
112
+ "Plugins": "Breise\u00e1in",
113
+ "Handy Shortcuts": "Aicearra\u00ed \u00das\u00e1ideacha",
108
114
  "Horizontal line": "L\u00edne chothrom\u00e1nach",
109
115
  "Insert\/edit image": "Cuir \u00edomh\u00e1 isteach\/in eagar",
110
116
  "Image description": "Cur s\u00edos ar an \u00edomh\u00e1",
@@ -242,6 +248,7 @@ tinymce.addI18n('ga',{
242
248
  "Show blocks": "Taispe\u00e1in blocanna",
243
249
  "Show invisible characters": "Taispe\u00e1in carachtair dhofheicthe",
244
250
  "Words: {0}": "Focail: {0}",
251
+ "{0} words": "{0} focal",
245
252
  "File": "Comhad",
246
253
  "Edit": "Eagar",
247
254
  "Insert": "Ions\u00e1ig",
@@ -249,5 +256,6 @@ tinymce.addI18n('ga',{
249
256
  "Format": "Form\u00e1id",
250
257
  "Table": "T\u00e1bla",
251
258
  "Tools": "Uirlis\u00ed",
259
+ "Powered by {0}": "\u00c1 chumhacht\u00fa ag {0}",
252
260
  "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Limist\u00e9ar M\u00e9ith-Th\u00e9acs. Br\u00faigh ALT-F9 le haghaidh roghchl\u00e1ir, ALT-F10 le haghaidh barra uirlis\u00ed, agus ALT-0 le c\u00fanamh a fh\u00e1il"
253
261
  });
File without changes
@@ -1,231 +1,262 @@
1
1
  tinymce.addI18n('he_IL',{
2
+ "Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
3
+ "Undo": "\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4",
2
4
  "Cut": "\u05d2\u05d6\u05d5\u05e8",
3
- "Heading 5": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 5",
4
- "Header 2": "\u05db\u05d5\u05ea\u05e8\u05ea 2",
5
- "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05de\u05d0\u05e4\u05e9\u05e8 \u05d2\u05d9\u05e9\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d4 \u05dc\u05dc\u05d5\u05d7. \u05d0\u05e0\u05d0 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d9\u05e6\u05d5\u05e8\u05d9 \u05d4\u05de\u05e7\u05dc\u05d3\u05ea Ctrl+X\/C\/V \u05d1\u05de\u05e7\u05d5\u05dd.",
6
- "Heading 4": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 4",
7
- "Div": "\u05de\u05e7\u05d8\u05e2 \u05e7\u05d5\u05d3 Div",
8
- "Heading 2": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 2",
5
+ "Copy": "\u05d4\u05e2\u05ea\u05e7",
9
6
  "Paste": "\u05d4\u05d3\u05d1\u05e7",
10
- "Close": "\u05e1\u05d2\u05d5\u05e8",
11
- "Font Family": "\u05e1\u05d5\u05d2 \u05d2\u05d5\u05e4\u05df",
12
- "Pre": "\u05e7\u05d8\u05e2 \u05de\u05e7\u05d3\u05d9\u05dd Pre",
13
- "Align right": "\u05d9\u05d9\u05e9\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
7
+ "Select all": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
14
8
  "New document": "\u05de\u05e1\u05de\u05da \u05d7\u05d3\u05e9",
15
- "Blockquote": "\u05de\u05e7\u05d8\u05e2 \u05e6\u05d9\u05d8\u05d5\u05d8",
9
+ "Ok": "\u05d0\u05d9\u05e9\u05d5\u05e8",
10
+ "Cancel": "\u05d1\u05d8\u05dc",
11
+ "Visual aids": "\u05e2\u05d6\u05e8\u05d9\u05dd \u05d7\u05d6\u05d5\u05ea\u05d9\u05d9\u05dd",
12
+ "Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
13
+ "Italic": "\u05e0\u05d8\u05d5\u05d9",
14
+ "Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9",
15
+ "Strikethrough": "\u05e7\u05d5 \u05d7\u05d5\u05e6\u05d4",
16
+ "Superscript": "\u05db\u05ea\u05d1 \u05e2\u05d9\u05dc\u05d9",
17
+ "Subscript": "\u05db\u05ea\u05d1 \u05ea\u05d7\u05ea\u05d9",
18
+ "Clear formatting": "\u05e0\u05e7\u05d4 \u05e2\u05d9\u05e6\u05d5\u05d1",
19
+ "Align left": "\u05d9\u05d9\u05e9\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
20
+ "Align center": "\u05de\u05e8\u05db\u05d6",
21
+ "Align right": "\u05d9\u05d9\u05e9\u05e8 \u05dc\u05d9\u05de\u05d9\u05df",
22
+ "Justify": "\u05de\u05ea\u05d7 \u05dc\u05e6\u05d3\u05d3\u05d9\u05dd",
23
+ "Bullet list": "\u05e8\u05e9\u05d9\u05de\u05ea \u05ea\u05d1\u05dc\u05d9\u05d8\u05d9\u05dd",
16
24
  "Numbered list": "\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea",
17
- "Heading 1": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 1",
18
- "Headings": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea",
25
+ "Decrease indent": "\u05d4\u05e7\u05d8\u05df \u05d4\u05d6\u05d7\u05d4",
19
26
  "Increase indent": "\u05d4\u05d2\u05d3\u05dc \u05d4\u05d6\u05d7\u05d4",
27
+ "Close": "\u05e1\u05d2\u05d5\u05e8",
20
28
  "Formats": "\u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05dd",
29
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d0\u05d9\u05e0\u05d5 \u05de\u05d0\u05e4\u05e9\u05e8 \u05d2\u05d9\u05e9\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d4 \u05dc\u05dc\u05d5\u05d7. \u05d0\u05e0\u05d0 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d9\u05e6\u05d5\u05e8\u05d9 \u05d4\u05de\u05e7\u05dc\u05d3\u05ea Ctrl+X\/C\/V \u05d1\u05de\u05e7\u05d5\u05dd.",
21
30
  "Headers": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea",
22
- "Select all": "\u05d1\u05d7\u05e8 \u05d4\u05db\u05dc",
23
- "Header 3": "\u05db\u05d5\u05ea\u05e8\u05ea 3",
24
- "Blocks": "\u05de\u05d1\u05e0\u05d9\u05dd",
25
- "Undo": "\u05d1\u05d8\u05dc \u05e4\u05e2\u05d5\u05dc\u05d4",
26
- "Strikethrough": "\u05e7\u05d5 \u05d7\u05d5\u05e6\u05d4",
27
- "Bullet list": "\u05e8\u05e9\u05d9\u05de\u05ea \u05ea\u05d1\u05dc\u05d9\u05d8\u05d9\u05dd",
28
31
  "Header 1": "\u05db\u05d5\u05ea\u05e8\u05ea 1",
29
- "Superscript": "\u05db\u05ea\u05d1 \u05e2\u05d9\u05dc\u05d9",
30
- "Clear formatting": "\u05e0\u05e7\u05d4 \u05e2\u05d9\u05e6\u05d5\u05d1",
31
- "Font Sizes": "\u05d2\u05d5\u05d3\u05dc \u05d2\u05d5\u05e4\u05df",
32
- "Subscript": "\u05db\u05ea\u05d1 \u05ea\u05d7\u05ea\u05d9",
33
- "Header 6": "\u05db\u05d5\u05ea\u05e8\u05ea 6",
34
- "Redo": "\u05d1\u05e6\u05e2 \u05e9\u05d5\u05d1",
35
- "Paragraph": "\u05e4\u05d9\u05e1\u05e7\u05d4",
36
- "Ok": "\u05d0\u05d9\u05e9\u05d5\u05e8",
37
- "Bold": "\u05de\u05d5\u05d3\u05d2\u05e9",
38
- "Code": "\u05e7\u05d5\u05d3",
39
- "Italic": "\u05e0\u05d8\u05d5\u05d9",
40
- "Align center": "\u05de\u05e8\u05db\u05d6",
32
+ "Header 2": "\u05db\u05d5\u05ea\u05e8\u05ea 2",
33
+ "Header 3": "\u05db\u05d5\u05ea\u05e8\u05ea 3",
34
+ "Header 4": "\u05db\u05d5\u05ea\u05e8\u05ea 4",
41
35
  "Header 5": "\u05db\u05d5\u05ea\u05e8\u05ea 5",
42
- "Heading 6": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 6",
36
+ "Header 6": "\u05db\u05d5\u05ea\u05e8\u05ea 6",
37
+ "Headings": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea",
38
+ "Heading 1": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 1",
39
+ "Heading 2": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 2",
43
40
  "Heading 3": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 3",
44
- "Decrease indent": "\u05d4\u05e7\u05d8\u05df \u05d4\u05d6\u05d7\u05d4",
45
- "Header 4": "\u05db\u05d5\u05ea\u05e8\u05ea 4",
46
- "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u05d4\u05d3\u05d1\u05e7\u05d4 \u05d1\u05de\u05e6\u05d1 \u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc. \u05ea\u05db\u05e0\u05d9\u05dd \u05d9\u05d5\u05d3\u05d1\u05e7\u05d5 \u05de\u05e2\u05ea\u05d4 \u05db\u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc \u05e2\u05d3 \u05e9\u05ea\u05db\u05d1\u05d4 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5.",
47
- "Underline": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9",
48
- "Cancel": "\u05d1\u05d8\u05dc",
49
- "Justify": "\u05de\u05ea\u05d7 \u05dc\u05e6\u05d3\u05d3\u05d9\u05dd",
41
+ "Heading 4": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 4",
42
+ "Heading 5": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 5",
43
+ "Heading 6": "\u05db\u05d5\u05ea\u05e8\u05d5\u05ea 6",
44
+ "Preformatted": "\u05e2\u05e6\u05d1 \u05de\u05d7\u05d3\u05e9",
45
+ "Div": "\u05de\u05e7\u05d8\u05e2 \u05e7\u05d5\u05d3 Div",
46
+ "Pre": "\u05e7\u05d8\u05e2 \u05de\u05e7\u05d3\u05d9\u05dd Pre",
47
+ "Code": "\u05e7\u05d5\u05d3",
48
+ "Paragraph": "\u05e4\u05d9\u05e1\u05e7\u05d4",
49
+ "Blockquote": "\u05de\u05e7\u05d8\u05e2 \u05e6\u05d9\u05d8\u05d5\u05d8",
50
50
  "Inline": "\u05d1\u05d2\u05d5\u05e3 \u05d4\u05d8\u05e7\u05e1\u05d8",
51
- "Copy": "\u05d4\u05e2\u05ea\u05e7",
52
- "Align left": "\u05d9\u05d9\u05e9\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc",
53
- "Visual aids": "\u05e2\u05d6\u05e8\u05d9\u05dd \u05d7\u05d6\u05d5\u05ea\u05d9\u05d9\u05dd",
54
- "Lower Greek": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d9\u05d5\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
55
- "Square": "\u05e8\u05d9\u05d1\u05d5\u05e2",
51
+ "Blocks": "\u05de\u05d1\u05e0\u05d9\u05dd",
52
+ "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u05d4\u05d3\u05d1\u05e7\u05d4 \u05d1\u05de\u05e6\u05d1 \u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc. \u05ea\u05db\u05e0\u05d9\u05dd \u05d9\u05d5\u05d3\u05d1\u05e7\u05d5 \u05de\u05e2\u05ea\u05d4 \u05db\u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc \u05e2\u05d3 \u05e9\u05ea\u05db\u05d1\u05d4 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d6\u05d5.",
53
+ "Font Family": "\u05e1\u05d5\u05d2 \u05d2\u05d5\u05e4\u05df",
54
+ "Font Sizes": "\u05d2\u05d5\u05d3\u05dc \u05d2\u05d5\u05e4\u05df",
55
+ "Class": "\u05de\u05d7\u05dc\u05e7\u05d4",
56
+ "Browse for an image": "\u05d1\u05d7\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea",
57
+ "OR": "\u05d0\u05d5",
58
+ "Drop an image here": "\u05e9\u05d7\u05e8\u05e8 \u05ea\u05de\u05d5\u05e0\u05d4 \u05db\u05d0\u05df",
59
+ "Upload": "\u05d4\u05e2\u05dc\u05d4",
60
+ "Block": "\u05d1\u05dc\u05d5\u05e7",
61
+ "Align": "\u05d9\u05d9\u05e9\u05e8",
56
62
  "Default": "\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc",
57
- "Lower Alpha": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d0\u05e0\u05d2\u05dc\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
58
63
  "Circle": "\u05e2\u05d9\u05d2\u05d5\u05dc",
59
64
  "Disc": "\u05d7\u05d9\u05e9\u05d5\u05e7",
65
+ "Square": "\u05e8\u05d9\u05d1\u05d5\u05e2",
66
+ "Lower Alpha": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d0\u05e0\u05d2\u05dc\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
67
+ "Lower Greek": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d9\u05d5\u05d5\u05e0\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
68
+ "Lower Roman": "\u05e1\u05e4\u05e8\u05d5\u05ea \u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
60
69
  "Upper Alpha": "\u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d0\u05e0\u05d2\u05dc\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d5\u05ea",
61
70
  "Upper Roman": "\u05e1\u05e4\u05e8\u05d5\u05ea \u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc\u05d5\u05ea",
62
- "Lower Roman": "\u05e1\u05e4\u05e8\u05d5\u05ea \u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea",
63
- "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "\u05d4\u05de\u05d6\u05d4\u05d4 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d0\u05d5\u05ea \u05d5\u05dc\u05d0\u05d7\u05e8\u05d9\u05d4 \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd, \u05de\u05e7\u05e4\u05d9\u05dd, \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea, \u05e0\u05e7\u05d5\u05d3\u05ea\u05d9\u05d9\u05dd \u05d0\u05d5 \u05e7\u05d5\u05d5\u05d9\u05dd \u05ea\u05d7\u05ea\u05d9\u05d9\u05dd.",
64
- "Name": "\u05e9\u05dd",
65
71
  "Anchor": "\u05de\u05e7\u05d5\u05dd \u05e2\u05d9\u05d2\u05d5\u05df",
72
+ "Name": "\u05e9\u05dd",
66
73
  "Id": "\u05de\u05d6\u05d4\u05d4",
74
+ "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "\u05d4\u05de\u05d6\u05d4\u05d4 \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05ea\u05d7\u05d9\u05dc \u05d1\u05d0\u05d5\u05ea \u05d5\u05dc\u05d0\u05d7\u05e8\u05d9\u05d4 \u05e8\u05e7 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea, \u05de\u05e1\u05e4\u05e8\u05d9\u05dd, \u05de\u05e7\u05e4\u05d9\u05dd, \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea, \u05e0\u05e7\u05d5\u05d3\u05ea\u05d9\u05d9\u05dd \u05d0\u05d5 \u05e7\u05d5\u05d5\u05d9\u05dd \u05ea\u05d7\u05ea\u05d9\u05d9\u05dd.",
67
75
  "You have unsaved changes are you sure you want to navigate away?": "\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05dc\u05d0 \u05e0\u05e9\u05de\u05e8\u05d5. \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e6\u05d0\u05ea \u05de\u05d4\u05d3\u05e3?",
68
76
  "Restore last draft": "\u05e9\u05d7\u05d6\u05e8 \u05d8\u05d9\u05d5\u05d8\u05d4 \u05d0\u05d7\u05e8\u05d5\u05e0\u05d4",
69
77
  "Special character": "\u05ea\u05d5\u05d5\u05d9\u05dd \u05de\u05d9\u05d5\u05d7\u05d3\u05d9\u05dd",
70
78
  "Source code": "\u05e7\u05d5\u05d3 \u05de\u05e7\u05d5\u05e8",
71
- "Language": "\u05e9\u05e4\u05d4",
72
79
  "Insert\/Edit code sample": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3",
73
- "B": "\u05db'",
80
+ "Language": "\u05e9\u05e4\u05d4",
81
+ "Code sample": "\u05d3\u05d5\u05d2\u05de\u05ea \u05e7\u05d5\u05d3",
82
+ "Color": "\u05e6\u05d1\u05e2",
74
83
  "R": "\u05d0'",
75
84
  "G": "\u05d9'",
76
- "Color": "\u05e6\u05d1\u05e2",
77
- "Right to left": "\u05de\u05d9\u05de\u05d9\u05df \u05dc\u05e9\u05de\u05d0\u05dc",
85
+ "B": "\u05db'",
78
86
  "Left to right": "\u05de\u05e9\u05de\u05d0\u05dc \u05dc\u05d9\u05de\u05d9\u05df",
87
+ "Right to left": "\u05de\u05d9\u05de\u05d9\u05df \u05dc\u05e9\u05de\u05d0\u05dc",
79
88
  "Emoticons": "\u05de\u05d7\u05d5\u05d5\u05ea",
80
- "Robots": "\u05e8\u05d5\u05d1\u05d5\u05d8\u05d9\u05dd",
81
89
  "Document properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05de\u05e1\u05de\u05da",
82
90
  "Title": "\u05db\u05d5\u05ea\u05e8\u05ea",
83
91
  "Keywords": "\u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7",
84
- "Encoding": "\u05e7\u05d9\u05d3\u05d5\u05d3",
85
92
  "Description": "\u05ea\u05d9\u05d0\u05d5\u05e8",
93
+ "Robots": "\u05e8\u05d5\u05d1\u05d5\u05d8\u05d9\u05dd",
86
94
  "Author": "\u05de\u05d7\u05d1\u05e8",
95
+ "Encoding": "\u05e7\u05d9\u05d3\u05d5\u05d3",
87
96
  "Fullscreen": "\u05de\u05e1\u05da \u05de\u05dc\u05d0",
97
+ "Action": "\u05e4\u05e2\u05d5\u05dc\u05d4",
98
+ "Shortcut": "\u05e7\u05d9\u05e6\u05d5\u05e8",
99
+ "Help": "\u05e2\u05d6\u05e8\u05d4",
100
+ "Address": "\u05db\u05ea\u05d5\u05d1\u05ea",
101
+ "Focus to menubar": "\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05d4\u05ea\u05e4\u05e8\u05d8\u05d9\u05dd",
102
+ "Focus to toolbar": "\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05d4\u05db\u05dc\u05d9\u05dd",
103
+ "Focus to element path": "\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8",
104
+ "Focus to contextual toolbar": "\u05d4\u05e2\u05d1\u05e8 \u05de\u05d9\u05e7\u05d5\u05d3 \u05dc\u05e1\u05e8\u05d2\u05dc \u05ea\u05d5\u05db\u05df",
105
+ "Insert link (if link plugin activated)": "\u05d4\u05db\u05e0\u05e1 \u05e7\u05d9\u05e9\u05d5\u05e8 (\u05d0\u05dd \u05ea\u05d5\u05e1\u05e3 \"\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\" \u05e4\u05e2\u05d9\u05dc)",
106
+ "Save (if save plugin activated)": "\u05e9\u05de\u05d5\u05e8 (\u05d0\u05dd \u05ea\u05d5\u05e1\u05e3 \"\u05e9\u05de\u05d9\u05e8\u05d4\" \u05e4\u05e2\u05d9\u05dc)",
107
+ "Find (if searchreplace plugin activated)": "\u05d7\u05e4\u05e9 (\u05d0\u05dd \u05ea\u05d5\u05e1\u05e3 \"\u05d7\u05e4\u05e9 \u05d5\u05d4\u05d7\u05dc\u05e3\" \u05e4\u05e2\u05d9\u05dc)",
108
+ "Plugins installed ({0}):": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d5\u05ea\u05e7\u05e0\u05d9\u05dd ({0}):",
109
+ "Premium plugins:": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd \u05d1\u05ea\u05e9\u05dc\u05d5\u05dd:",
110
+ "Learn more...": "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3...",
111
+ "You are using {0}": "\u05d0\u05ea\\\u05d4 \u05de\u05e9\u05ea\u05de\u05e9\\\u05ea {0}",
112
+ "Plugins": "\u05ea\u05d5\u05e1\u05e4\u05d9\u05dd",
113
+ "Handy Shortcuts": "\u05e7\u05d9\u05e6\u05d5\u05e8\u05d9\u05dd \u05e9\u05d9\u05de\u05d5\u05e9\u05d9\u05d9\u05dd",
88
114
  "Horizontal line": "\u05e7\u05d5 \u05d0\u05d5\u05e4\u05e7\u05d9",
89
- "Horizontal space": "\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05d5\u05e4\u05e7\u05d9",
90
115
  "Insert\/edit image": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d4",
91
- "General": "\u05db\u05dc\u05dc\u05d9",
92
- "Advanced": "\u05de\u05ea\u05e7\u05d3\u05dd",
116
+ "Image description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4",
93
117
  "Source": "\u05de\u05e7\u05d5\u05e8",
94
- "Border": "\u05de\u05e1\u05d2\u05e8\u05ea",
118
+ "Dimensions": "\u05de\u05d9\u05de\u05d3\u05d9\u05dd",
95
119
  "Constrain proportions": "\u05d4\u05d2\u05d1\u05dc\u05ea \u05e4\u05e8\u05d5\u05e4\u05d5\u05e8\u05e6\u05d9\u05d5\u05ea",
96
- "Vertical space": "\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05e0\u05db\u05d9",
97
- "Image description": "\u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05ea\u05de\u05d5\u05e0\u05d4",
120
+ "General": "\u05db\u05dc\u05dc\u05d9",
121
+ "Advanced": "\u05de\u05ea\u05e7\u05d3\u05dd",
98
122
  "Style": "\u05e1\u05d2\u05e0\u05d5\u05df",
99
- "Dimensions": "\u05de\u05d9\u05de\u05d3\u05d9\u05dd",
123
+ "Vertical space": "\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05e0\u05db\u05d9",
124
+ "Horizontal space": "\u05de\u05e8\u05d5\u05d5\u05d7 \u05d0\u05d5\u05e4\u05e7\u05d9",
125
+ "Border": "\u05de\u05e1\u05d2\u05e8\u05ea",
100
126
  "Insert image": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05de\u05d5\u05e0\u05d4",
101
127
  "Image": "\u05ea\u05de\u05d5\u05e0\u05d4",
102
- "Zoom in": "\u05d4\u05d2\u05d3\u05dc \u05ea\u05e6\u05d5\u05d2\u05d4",
103
- "Contrast": "\u05e0\u05d9\u05d2\u05d5\u05d3\u05d9\u05d5\u05ea",
104
- "Back": "\u05d7\u05d6\u05d5\u05e8",
105
- "Gamma": "\u05d2\u05d0\u05de\u05d4",
106
- "Flip horizontally": "\u05d4\u05e4\u05d5\u05da \u05d0\u05d5\u05e4\u05e7\u05d9\u05ea",
107
- "Resize": "\u05e9\u05e0\u05d4 \u05d2\u05d5\u05d3\u05dc",
108
- "Sharpen": "\u05d7\u05d3\u05d3",
109
- "Zoom out": "\u05d4\u05e7\u05d8\u05df \u05ea\u05e6\u05d5\u05d2\u05d4",
110
- "Image options": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
111
- "Apply": "\u05d9\u05d9\u05e9\u05dd",
112
- "Brightness": "\u05d1\u05d4\u05d9\u05e8\u05d5\u05ea",
113
- "Rotate clockwise": "\u05e1\u05d5\u05d1\u05d1 \u05d1\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e9\u05e2\u05d5\u05df",
128
+ "Image list": "\u05e8\u05e9\u05d9\u05de\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
114
129
  "Rotate counterclockwise": "\u05e1\u05d5\u05d1\u05d1 \u05d1\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e4\u05d5\u05da \u05dc\u05e9\u05e2\u05d5\u05df",
130
+ "Rotate clockwise": "\u05e1\u05d5\u05d1\u05d1 \u05d1\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05e9\u05e2\u05d5\u05df",
131
+ "Flip vertically": "\u05d4\u05e4\u05d5\u05da \u05d0\u05e0\u05db\u05d9\u05ea",
132
+ "Flip horizontally": "\u05d4\u05e4\u05d5\u05da \u05d0\u05d5\u05e4\u05e7\u05d9\u05ea",
115
133
  "Edit image": "\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d4",
116
- "Color levels": "\u05e8\u05de\u05d5\u05ea \u05e6\u05d1\u05e2\u05d9\u05dd",
134
+ "Image options": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05ea\u05de\u05d5\u05e0\u05d4",
135
+ "Zoom in": "\u05d4\u05d2\u05d3\u05dc \u05ea\u05e6\u05d5\u05d2\u05d4",
136
+ "Zoom out": "\u05d4\u05e7\u05d8\u05df \u05ea\u05e6\u05d5\u05d2\u05d4",
117
137
  "Crop": "\u05e7\u05e6\u05e5",
138
+ "Resize": "\u05e9\u05e0\u05d4 \u05d2\u05d5\u05d3\u05dc",
118
139
  "Orientation": "\u05db\u05d9\u05d5\u05d5\u05df \u05dc\u05d0\u05d5\u05e8\u05da \/ \u05dc\u05e8\u05d5\u05d7\u05d1",
119
- "Flip vertically": "\u05d4\u05e4\u05d5\u05da \u05d0\u05e0\u05db\u05d9\u05ea",
140
+ "Brightness": "\u05d1\u05d4\u05d9\u05e8\u05d5\u05ea",
141
+ "Sharpen": "\u05d7\u05d3\u05d3",
142
+ "Contrast": "\u05e0\u05d9\u05d2\u05d5\u05d3\u05d9\u05d5\u05ea",
143
+ "Color levels": "\u05e8\u05de\u05d5\u05ea \u05e6\u05d1\u05e2\u05d9\u05dd",
144
+ "Gamma": "\u05d2\u05d0\u05de\u05d4",
120
145
  "Invert": "\u05d4\u05d9\u05e4\u05d5\u05da \u05e6\u05d1\u05e2\u05d9\u05dd",
121
- "Date\/time": "\u05ea\u05d0\u05e8\u05d9\u05da\/\u05e9\u05e2\u05d4",
146
+ "Apply": "\u05d9\u05d9\u05e9\u05dd",
147
+ "Back": "\u05d7\u05d6\u05d5\u05e8",
122
148
  "Insert date\/time": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05d0\u05e8\u05d9\u05da\/\u05e9\u05e2\u05d4",
123
- "Remove link": "\u05de\u05d7\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8",
124
- "Url": "\u05db\u05ea\u05d5\u05d1\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
149
+ "Date\/time": "\u05ea\u05d0\u05e8\u05d9\u05da\/\u05e9\u05e2\u05d4",
150
+ "Insert link": "\u05d4\u05db\u05e0\u05e1 \u05e7\u05d9\u05e9\u05d5\u05e8",
151
+ "Insert\/edit link": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05e7\u05d9\u05e9\u05d5\u05e8",
125
152
  "Text to display": "\u05d8\u05e7\u05e1\u05d8 \u05dc\u05d4\u05e6\u05d2\u05d4",
153
+ "Url": "\u05db\u05ea\u05d5\u05d1\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8",
154
+ "Target": "\u05de\u05d8\u05e8\u05d4",
155
+ "None": "\u05dc\u05dc\u05d0",
156
+ "New window": "\u05d7\u05dc\u05d5\u05df \u05d7\u05d3\u05e9",
157
+ "Remove link": "\u05de\u05d7\u05e7 \u05e7\u05d9\u05e9\u05d5\u05e8",
126
158
  "Anchors": "\u05e2\u05d5\u05d2\u05e0\u05d9\u05dd",
127
- "Insert link": "\u05d4\u05db\u05e0\u05e1 \u05e7\u05d9\u05e9\u05d5\u05e8",
128
159
  "Link": "\u05e7\u05d9\u05e9\u05d5\u05e8",
129
- "New window": "\u05d7\u05dc\u05d5\u05df \u05d7\u05d3\u05e9",
130
- "None": "\u05dc\u05dc\u05d0",
131
- "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05d4\u05db\u05e0\u05e1\u05ea \u05d4\u05d9\u05d0 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9 \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e7\u05d9\u05d3\u05d5\u05de\u05ea http:\/\/?",
132
160
  "Paste or type a link": "\u05d4\u05d3\u05d1\u05e7 \u05d0\u05d5 \u05d4\u05e7\u05dc\u05d3 \u05e7\u05d9\u05e9\u05d5\u05e8",
133
- "Target": "\u05de\u05d8\u05e8\u05d4",
134
161
  "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05d4\u05db\u05e0\u05e1\u05ea \u05d4\u05d9\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc. \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05d0\u05ea \u05d4\u05e7\u05d9\u05d3\u05d5\u05de\u05ea :mailto?",
135
- "Insert\/edit link": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05e7\u05d9\u05e9\u05d5\u05e8",
162
+ "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05db\u05ea\u05d5\u05d1\u05ea \u05e9\u05d4\u05db\u05e0\u05e1\u05ea \u05d4\u05d9\u05d0 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9 \u05d4\u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05e7\u05d9\u05d3\u05d5\u05de\u05ea http:\/\/?",
163
+ "Link list": "\u05e8\u05e9\u05d9\u05de\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd",
164
+ "Insert video": "\u05d4\u05db\u05e0\u05e1 \u05e1\u05e8\u05d8\u05d5\u05df",
136
165
  "Insert\/edit video": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05e1\u05e8\u05d8\u05d5\u05df",
137
- "Media": "\u05de\u05d3\u05d9\u05d4",
166
+ "Insert\/edit media": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05de\u05d3\u05d9\u05d4",
138
167
  "Alternative source": "\u05de\u05e7\u05d5\u05e8 \u05de\u05e9\u05e0\u05d9",
139
- "Paste your embed code below:": "\u05d4\u05d3\u05d1\u05e7 \u05e7\u05d5\u05d3 \u05d4\u05d8\u05de\u05e2\u05d4 \u05de\u05ea\u05d7\u05ea:",
140
- "Insert video": "\u05d4\u05db\u05e0\u05e1 \u05e1\u05e8\u05d8\u05d5\u05df",
141
168
  "Poster": "\u05e4\u05d5\u05e1\u05d8\u05e8",
142
- "Insert\/edit media": "\u05d4\u05db\u05e0\u05e1\/\u05e2\u05e8\u05d5\u05da \u05de\u05d3\u05d9\u05d4",
169
+ "Paste your embed code below:": "\u05d4\u05d3\u05d1\u05e7 \u05e7\u05d5\u05d3 \u05d4\u05d8\u05de\u05e2\u05d4 \u05de\u05ea\u05d7\u05ea:",
143
170
  "Embed": "\u05d4\u05d8\u05de\u05e2",
171
+ "Media": "\u05de\u05d3\u05d9\u05d4",
144
172
  "Nonbreaking space": "\u05e8\u05d5\u05d5\u05d7 (\u05dc\u05dc\u05d0 \u05e9\u05d1\u05d9\u05e8\u05ea \u05e9\u05d5\u05e8\u05d4)",
145
173
  "Page break": "\u05d3\u05e3 \u05d7\u05d3\u05e9",
146
174
  "Paste as text": "\u05d4\u05d3\u05d1\u05e7 \u05db\u05d8\u05e7\u05e1\u05d8",
147
175
  "Preview": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4",
148
176
  "Print": "\u05d4\u05d3\u05e4\u05e1",
149
177
  "Save": "\u05e9\u05de\u05d9\u05e8\u05d4",
150
- "Could not find the specified string.": "\u05de\u05d7\u05e8\u05d5\u05d6\u05ea \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4",
178
+ "Find": "\u05d7\u05e4\u05e9",
179
+ "Replace with": "\u05d4\u05d7\u05dc\u05e3 \u05d1",
151
180
  "Replace": "\u05d4\u05d7\u05dc\u05e3",
181
+ "Replace all": "\u05d4\u05d7\u05dc\u05e3 \u05d4\u05db\u05dc",
182
+ "Prev": "\u05e7\u05d5\u05d3\u05dd",
152
183
  "Next": "\u05d4\u05d1\u05d0",
153
- "Whole words": "\u05de\u05d9\u05dc\u05d4 \u05e9\u05dc\u05de\u05d4",
154
184
  "Find and replace": "\u05d7\u05e4\u05e9 \u05d5\u05d4\u05d7\u05dc\u05e3",
155
- "Replace with": "\u05d4\u05d7\u05dc\u05e3 \u05d1",
156
- "Find": "\u05d7\u05e4\u05e9",
157
- "Replace all": "\u05d4\u05d7\u05dc\u05e3 \u05d4\u05db\u05dc",
185
+ "Could not find the specified string.": "\u05de\u05d7\u05e8\u05d5\u05d6\u05ea \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d4",
158
186
  "Match case": "\u05d4\u05d1\u05d7\u05df \u05d1\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05e7\u05d8\u05e0\u05d5\u05ea \u05dc\u05d2\u05d3\u05d5\u05dc\u05d5\u05ea",
159
- "Prev": "\u05e7\u05d5\u05d3\u05dd",
187
+ "Whole words": "\u05de\u05d9\u05dc\u05d4 \u05e9\u05dc\u05de\u05d4",
160
188
  "Spellcheck": "\u05d1\u05d5\u05d3\u05e7 \u05d0\u05d9\u05d5\u05ea",
161
- "Finish": "\u05e1\u05d9\u05d9\u05dd",
162
- "Ignore all": "\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05db\u05dc",
163
189
  "Ignore": "\u05d4\u05ea\u05e2\u05dc\u05dd",
190
+ "Ignore all": "\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05db\u05dc",
191
+ "Finish": "\u05e1\u05d9\u05d9\u05dd",
164
192
  "Add to Dictionary": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05de\u05d9\u05dc\u05d5\u05df",
193
+ "Insert table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
194
+ "Table properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d8\u05d1\u05dc\u05d4",
195
+ "Delete table": "\u05de\u05d7\u05e7 \u05d8\u05d1\u05dc\u05d4",
196
+ "Cell": "\u05ea\u05d0",
197
+ "Row": "\u05e9\u05d5\u05e8\u05d4",
198
+ "Column": "\u05e2\u05de\u05d5\u05d3\u05d4",
199
+ "Cell properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05ea\u05d0",
200
+ "Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
201
+ "Split cell": "\u05e4\u05e6\u05dc \u05ea\u05d0",
165
202
  "Insert row before": "\u05d4\u05d5\u05e1\u05e3 \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
166
- "Rows": "\u05e9\u05d5\u05e8\u05d5\u05ea",
167
- "Height": "\u05d2\u05d5\u05d1\u05d4",
203
+ "Insert row after": "\u05d4\u05d5\u05e1\u05e3 \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
204
+ "Delete row": "\u05de\u05d7\u05e7 \u05e9\u05d5\u05e8\u05d4",
205
+ "Row properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e9\u05d5\u05e8\u05d4",
206
+ "Cut row": "\u05d2\u05d6\u05d5\u05e8 \u05e9\u05d5\u05e8\u05d4",
207
+ "Copy row": "\u05d4\u05e2\u05ea\u05e7 \u05e9\u05d5\u05e8\u05d4",
208
+ "Paste row before": "\u05d4\u05d3\u05d1\u05e7 \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
168
209
  "Paste row after": "\u05d4\u05e2\u05ea\u05e7 \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
169
- "Alignment": "\u05d9\u05d9\u05e9\u05d5\u05e8",
170
- "Border color": "\u05e6\u05d1\u05e2 \u05d2\u05d1\u05d5\u05dc",
171
- "Column group": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e2\u05de\u05d5\u05d3\u05d5\u05ea",
172
- "Row": "\u05e9\u05d5\u05e8\u05d4",
173
210
  "Insert column before": "\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05dc\u05e4\u05e0\u05d9",
174
- "Split cell": "\u05e4\u05e6\u05dc \u05ea\u05d0",
175
- "Cell padding": "\u05e9\u05d5\u05dc\u05d9\u05d9\u05dd \u05e4\u05e0\u05d9\u05de\u05d9\u05d9\u05dd \u05dc\u05ea\u05d0",
211
+ "Insert column after": "\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05d9",
212
+ "Delete column": "\u05de\u05d7\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4",
213
+ "Cols": "\u05e2\u05de\u05d5\u05d3\u05d5\u05ea",
214
+ "Rows": "\u05e9\u05d5\u05e8\u05d5\u05ea",
215
+ "Width": "\u05e8\u05d5\u05d7\u05d1",
216
+ "Height": "\u05d2\u05d5\u05d1\u05d4",
176
217
  "Cell spacing": "\u05e9\u05d5\u05dc\u05d9\u05d9\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9\u05dd \u05dc\u05ea\u05d0",
177
- "Row type": "\u05e1\u05d5\u05d2 \u05e9\u05d5\u05e8\u05d4",
178
- "Insert table": "\u05d4\u05db\u05e0\u05e1 \u05d8\u05d1\u05dc\u05d4",
179
- "Body": "\u05d2\u05d5\u05e3 \u05d4\u05d8\u05d1\u05dc\u05d0",
218
+ "Cell padding": "\u05e9\u05d5\u05dc\u05d9\u05d9\u05dd \u05e4\u05e0\u05d9\u05de\u05d9\u05d9\u05dd \u05dc\u05ea\u05d0",
180
219
  "Caption": "\u05db\u05d9\u05ea\u05d5\u05d1",
181
- "Footer": "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4",
182
- "Delete row": "\u05de\u05d7\u05e7 \u05e9\u05d5\u05e8\u05d4",
183
- "Paste row before": "\u05d4\u05d3\u05d1\u05e7 \u05e9\u05d5\u05e8\u05d4 \u05dc\u05e4\u05e0\u05d9",
220
+ "Left": "\u05e9\u05de\u05d0\u05dc",
221
+ "Center": "\u05de\u05e8\u05db\u05d6",
222
+ "Right": "\u05d9\u05de\u05d9\u05df",
223
+ "Cell type": "\u05e1\u05d5\u05d2 \u05ea\u05d0",
184
224
  "Scope": "\u05d4\u05d9\u05e7\u05e3",
185
- "Delete table": "\u05de\u05d7\u05e7 \u05d8\u05d1\u05dc\u05d4",
225
+ "Alignment": "\u05d9\u05d9\u05e9\u05d5\u05e8",
186
226
  "H Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05d5\u05e4\u05e7\u05d9",
227
+ "V Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05e0\u05db\u05d9",
187
228
  "Top": "\u05e2\u05dc\u05d9\u05d5\u05df",
188
- "Header cell": "\u05db\u05d5\u05ea\u05e8\u05ea \u05dc\u05ea\u05d0",
189
- "Column": "\u05e2\u05de\u05d5\u05d3\u05d4",
190
- "Row group": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e9\u05d5\u05e8\u05d5\u05ea",
191
- "Cell": "\u05ea\u05d0",
192
229
  "Middle": "\u05d0\u05de\u05e6\u05e2",
193
- "Cell type": "\u05e1\u05d5\u05d2 \u05ea\u05d0",
194
- "Copy row": "\u05d4\u05e2\u05ea\u05e7 \u05e9\u05d5\u05e8\u05d4",
195
- "Row properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05e9\u05d5\u05e8\u05d4",
196
- "Table properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05d8\u05d1\u05dc\u05d4",
197
230
  "Bottom": "\u05ea\u05d7\u05ea\u05d9\u05ea",
198
- "V Align": "\u05d9\u05d9\u05e9\u05d5\u05e8 \u05d0\u05e0\u05db\u05d9",
231
+ "Header cell": "\u05db\u05d5\u05ea\u05e8\u05ea \u05dc\u05ea\u05d0",
232
+ "Row group": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e9\u05d5\u05e8\u05d5\u05ea",
233
+ "Column group": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e2\u05de\u05d5\u05d3\u05d5\u05ea",
234
+ "Row type": "\u05e1\u05d5\u05d2 \u05e9\u05d5\u05e8\u05d4",
199
235
  "Header": "\u05db\u05d5\u05ea\u05e8\u05ea",
200
- "Right": "\u05d9\u05de\u05d9\u05df",
201
- "Insert column after": "\u05d4\u05e2\u05ea\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4 \u05d0\u05d7\u05e8\u05d9",
202
- "Cols": "\u05e2\u05de\u05d5\u05d3\u05d5\u05ea",
203
- "Insert row after": "\u05d4\u05d5\u05e1\u05e3 \u05e9\u05d5\u05e8\u05d4 \u05d0\u05d7\u05e8\u05d9",
204
- "Width": "\u05e8\u05d5\u05d7\u05d1",
205
- "Cell properties": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9 \u05ea\u05d0",
206
- "Left": "\u05e9\u05de\u05d0\u05dc",
207
- "Cut row": "\u05d2\u05d6\u05d5\u05e8 \u05e9\u05d5\u05e8\u05d4",
208
- "Delete column": "\u05de\u05d7\u05e7 \u05e2\u05de\u05d5\u05d3\u05d4",
209
- "Center": "\u05de\u05e8\u05db\u05d6",
210
- "Merge cells": "\u05de\u05d6\u05d2 \u05ea\u05d0\u05d9\u05dd",
236
+ "Body": "\u05d2\u05d5\u05e3 \u05d4\u05d8\u05d1\u05dc\u05d0",
237
+ "Footer": "\u05db\u05d5\u05ea\u05e8\u05ea \u05ea\u05d7\u05ea\u05d5\u05e0\u05d4",
238
+ "Border color": "\u05e6\u05d1\u05e2 \u05d2\u05d1\u05d5\u05dc",
211
239
  "Insert template": "\u05d4\u05db\u05e0\u05e1 \u05ea\u05d1\u05e0\u05d9\u05ea",
212
240
  "Templates": "\u05ea\u05d1\u05e0\u05d9\u05d5\u05ea",
241
+ "Template": "\u05ea\u05d1\u05e0\u05d9\u05ea",
242
+ "Text color": "\u05e6\u05d1\u05e2 \u05d4\u05db\u05ea\u05d1",
213
243
  "Background color": "\u05e6\u05d1\u05e2 \u05e8\u05e7\u05e2",
214
244
  "Custom...": "\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea...",
215
245
  "Custom color": "\u05e6\u05d1\u05e2 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea",
216
246
  "No color": "\u05dc\u05dc\u05d0 \u05e6\u05d1\u05e2",
217
- "Text color": "\u05e6\u05d1\u05e2 \u05d4\u05db\u05ea\u05d1",
218
247
  "Table of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd",
219
248
  "Show blocks": "\u05d4\u05e6\u05d2 \u05ea\u05d9\u05d1\u05d5\u05ea",
220
249
  "Show invisible characters": "\u05d4\u05e6\u05d2 \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05d0 \u05e0\u05e8\u05d0\u05d9\u05dd",
221
250
  "Words: {0}": "\u05de\u05d9\u05dc\u05d9\u05dd: {0}",
222
- "Insert": "\u05d4\u05d5\u05e1\u05e4\u05d4",
251
+ "{0} words": "{0} \u05de\u05d9\u05dc\u05d9\u05dd",
223
252
  "File": "\u05e7\u05d5\u05d1\u05e5",
224
253
  "Edit": "\u05e2\u05e8\u05d9\u05db\u05d4",
225
- "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u05ea\u05d9\u05d1\u05ea \u05e2\u05e8\u05d9\u05db\u05d4 \u05d7\u05db\u05de\u05d4. \u05dc\u05d7\u05e5 Alt-F9 \u05dc\u05ea\u05e4\u05e8\u05d9\u05d8. Alt-F10 \u05dc\u05ea\u05e6\u05d5\u05d2\u05ea \u05db\u05e4\u05ea\u05d5\u05e8\u05d9\u05dd, Alt-0 \u05dc\u05e2\u05d6\u05e8\u05d4",
226
- "Tools": "\u05db\u05dc\u05d9\u05dd",
254
+ "Insert": "\u05d4\u05d5\u05e1\u05e4\u05d4",
227
255
  "View": "\u05ea\u05e6\u05d5\u05d2\u05d4",
228
- "Table": "\u05d8\u05d1\u05dc\u05d4",
229
256
  "Format": "\u05e4\u05d5\u05e8\u05de\u05d8",
257
+ "Table": "\u05d8\u05d1\u05dc\u05d4",
258
+ "Tools": "\u05db\u05dc\u05d9\u05dd",
259
+ "Powered by {0}": "\u05de\u05d5\u05e4\u05e2\u05dc \u05e2\"\u05d9 {0}",
260
+ "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u05ea\u05d9\u05d1\u05ea \u05e2\u05e8\u05d9\u05db\u05d4 \u05d7\u05db\u05de\u05d4. \u05dc\u05d7\u05e5 Alt-F9 \u05dc\u05ea\u05e4\u05e8\u05d9\u05d8. Alt-F10 \u05dc\u05ea\u05e6\u05d5\u05d2\u05ea \u05db\u05e4\u05ea\u05d5\u05e8\u05d9\u05dd, Alt-0 \u05dc\u05e2\u05d6\u05e8\u05d4",
230
261
  "_dir": "rtl"
231
262
  });