he.js 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /**
  2. * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'specialchar', 'he', {
  6. euro: 'יורו',
  7. lsquo: 'סימן ציטוט יחיד שמאלי',
  8. rsquo: 'סימן ציטוט יחיד ימני',
  9. ldquo: 'סימן ציטוט כפול שמאלי',
  10. rdquo: 'סימן ציטוט כפול ימני',
  11. ndash: 'קו מפריד קצר',
  12. mdash: 'קו מפריד ארוך',
  13. iexcl: 'סימן קריאה הפוך',
  14. cent: 'סנט',
  15. pound: 'פאונד',
  16. curren: 'מטבע',
  17. yen: 'ין',
  18. brvbar: 'קו שבור',
  19. sect: 'סימן מקטע',
  20. uml: 'שתי נקודות אופקיות (Diaeresis)',
  21. copy: 'סימן זכויות יוצרים (Copyright)',
  22. ordf: 'סימן אורדינאלי נקבי',
  23. laquo: 'סימן ציטוט זווית כפולה לשמאל',
  24. not: 'סימן שלילה מתמטי',
  25. reg: 'סימן רשום',
  26. macr: 'מקרון (הגיה ארוכה)',
  27. deg: 'מעלות',
  28. sup2: '2 בכתיב עילי',
  29. sup3: '3 בכתיב עילי',
  30. acute: 'סימן דגוש (Acute)',
  31. micro: 'מיקרו',
  32. para: 'סימון פסקה',
  33. middot: 'נקודה אמצעית',
  34. cedil: 'סדיליה',
  35. sup1: '1 בכתיב עילי',
  36. ordm: 'סימן אורדינאלי זכרי',
  37. raquo: 'סימן ציטוט זווית כפולה לימין',
  38. frac14: 'רבע בשבר פשוט',
  39. frac12: 'חצי בשבר פשוט',
  40. frac34: 'שלושה רבעים בשבר פשוט',
  41. iquest: 'סימן שאלה הפוך',
  42. Agrave: 'אות לטינית A עם גרש (Grave)',
  43. Aacute: 'Latin capital letter A with acute accent', // MISSING
  44. Acirc: 'Latin capital letter A with circumflex', // MISSING
  45. Atilde: 'Latin capital letter A with tilde', // MISSING
  46. Auml: 'Latin capital letter A with diaeresis', // MISSING
  47. Aring: 'Latin capital letter A with ring above', // MISSING
  48. AElig: 'אות לטינית Æ גדולה',
  49. Ccedil: 'Latin capital letter C with cedilla', // MISSING
  50. Egrave: 'אות לטינית E עם גרש (Grave)',
  51. Eacute: 'Latin capital letter E with acute accent', // MISSING
  52. Ecirc: 'Latin capital letter E with circumflex', // MISSING
  53. Euml: 'Latin capital letter E with diaeresis', // MISSING
  54. Igrave: 'אות לטינית I עם גרש (Grave)',
  55. Iacute: 'Latin capital letter I with acute accent', // MISSING
  56. Icirc: 'Latin capital letter I with circumflex', // MISSING
  57. Iuml: 'Latin capital letter I with diaeresis', // MISSING
  58. ETH: 'אות לטינית Eth גדולה',
  59. Ntilde: 'Latin capital letter N with tilde', // MISSING
  60. Ograve: 'אות לטינית O עם גרש (Grave)',
  61. Oacute: 'Latin capital letter O with acute accent', // MISSING
  62. Ocirc: 'Latin capital letter O with circumflex', // MISSING
  63. Otilde: 'Latin capital letter O with tilde', // MISSING
  64. Ouml: 'Latin capital letter O with diaeresis', // MISSING
  65. times: 'סימן כפל',
  66. Oslash: 'Latin capital letter O with stroke', // MISSING
  67. Ugrave: 'אות לטינית U עם גרש (Grave)',
  68. Uacute: 'Latin capital letter U with acute accent', // MISSING
  69. Ucirc: 'Latin capital letter U with circumflex', // MISSING
  70. Uuml: 'Latin capital letter U with diaeresis', // MISSING
  71. Yacute: 'Latin capital letter Y with acute accent', // MISSING
  72. THORN: 'אות לטינית Thorn גדולה',
  73. szlig: 'אות לטינית s חדה קטנה',
  74. agrave: 'אות לטינית a עם גרש (Grave)',
  75. aacute: 'Latin small letter a with acute accent', // MISSING
  76. acirc: 'Latin small letter a with circumflex', // MISSING
  77. atilde: 'Latin small letter a with tilde', // MISSING
  78. auml: 'Latin small letter a with diaeresis', // MISSING
  79. aring: 'Latin small letter a with ring above', // MISSING
  80. aelig: 'אות לטינית æ קטנה',
  81. ccedil: 'Latin small letter c with cedilla', // MISSING
  82. egrave: 'אות לטינית e עם גרש (Grave)',
  83. eacute: 'Latin small letter e with acute accent', // MISSING
  84. ecirc: 'Latin small letter e with circumflex', // MISSING
  85. euml: 'Latin small letter e with diaeresis', // MISSING
  86. igrave: 'אות לטינית i עם גרש (Grave)',
  87. iacute: 'Latin small letter i with acute accent', // MISSING
  88. icirc: 'Latin small letter i with circumflex', // MISSING
  89. iuml: 'Latin small letter i with diaeresis', // MISSING
  90. eth: 'אות לטינית eth קטנה',
  91. ntilde: 'Latin small letter n with tilde', // MISSING
  92. ograve: 'אות לטינית o עם גרש (Grave)',
  93. oacute: 'Latin small letter o with acute accent', // MISSING
  94. ocirc: 'Latin small letter o with circumflex', // MISSING
  95. otilde: 'Latin small letter o with tilde', // MISSING
  96. ouml: 'Latin small letter o with diaeresis', // MISSING
  97. divide: 'סימן חלוקה',
  98. oslash: 'Latin small letter o with stroke', // MISSING
  99. ugrave: 'אות לטינית u עם גרש (Grave)',
  100. uacute: 'Latin small letter u with acute accent', // MISSING
  101. ucirc: 'Latin small letter u with circumflex', // MISSING
  102. uuml: 'Latin small letter u with diaeresis', // MISSING
  103. yacute: 'Latin small letter y with acute accent', // MISSING
  104. thorn: 'אות לטינית thorn קטנה',
  105. yuml: 'Latin small letter y with diaeresis', // MISSING
  106. OElig: 'Latin capital ligature OE', // MISSING
  107. oelig: 'Latin small ligature oe', // MISSING
  108. '372': 'Latin capital letter W with circumflex', // MISSING
  109. '374': 'Latin capital letter Y with circumflex', // MISSING
  110. '373': 'Latin small letter w with circumflex', // MISSING
  111. '375': 'Latin small letter y with circumflex', // MISSING
  112. sbquo: 'סימן ציטוט נמוך יחיד',
  113. '8219': 'סימן ציטוט',
  114. bdquo: 'סימן ציטוט נמוך כפול',
  115. hellip: 'שלוש נקודות',
  116. trade: 'סימן טריידמארק',
  117. '9658': 'סמן שחור לצד ימין',
  118. bull: 'תבליט (רשימה)',
  119. rarr: 'חץ לימין',
  120. rArr: 'חץ כפול לימין',
  121. hArr: 'חץ כפול לימין ושמאל',
  122. diams: 'יהלום מלא',
  123. asymp: 'כמעט שווה'
  124. } );