Commit d82148d008b3445b9ff5d5ecdd6a463751425f7e

Authored by Rodrigo Souto
Committed by Daniela Feitosa
1 parent b14e4201

tiny-mce: add translations

(cherry picked from commit d1e742857fda7a58183db49a4d3c34d36f80f624)
app/helpers/language_helper.rb
... ... @@ -4,7 +4,15 @@ module LanguageHelper
4 4 end
5 5  
6 6 def tinymce_language
7   - language.downcase.split('_').first
  7 + lang = language.downcase.split('_').first
  8 + case lang
  9 + when 'pt'
  10 + 'pt_BR'
  11 + when 'fr'
  12 + 'fr_FR'
  13 + else
  14 + lang
  15 + end
8 16 end
9 17  
10 18 def html_language
... ...
public/javascripts/tinymce/js/tinymce/langs/cs.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('cs',{
  2 +"Cut": "Vyjmout",
  3 +"Heading 5": "Nadpis 5",
  4 +"Header 2": "Nadpis 2",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "V\u00e1\u0161 prohl\u00ed\u017ee\u010d nepodporuje p\u0159\u00edm\u00fd p\u0159\u00edstup do schr\u00e1nky. Pou\u017eijte pros\u00edm kl\u00e1vesov\u00e9 zkratky Ctrl+X\/C\/V.",
  6 +"Heading 4": "Nadpis 4",
  7 +"Div": "Div (blok)",
  8 +"Heading 2": "Nadpis 2",
  9 +"Paste": "Vlo\u017eit",
  10 +"Close": "Zav\u0159\u00edt",
  11 +"Font Family": "Typ p\u00edsma",
  12 +"Pre": "Pre (p\u0159edform\u00e1tov\u00e1no)",
  13 +"Align right": "Zarovnat vpravo",
  14 +"New document": "Nov\u00fd dokument",
  15 +"Blockquote": "Citace",
  16 +"Numbered list": "\u010c\u00edslov\u00e1n\u00ed",
  17 +"Heading 1": "Nadpis 1",
  18 +"Headings": "Nadpisy",
  19 +"Increase indent": "Zv\u011bt\u0161it odsazen\u00ed",
  20 +"Formats": "Form\u00e1ty",
  21 +"Headers": "Nadpisy",
  22 +"Select all": "Vybrat v\u0161e",
  23 +"Header 3": "Nadpis 3",
  24 +"Blocks": "Blokov\u00e9 zobrazen\u00ed (block)",
  25 +"Undo": "Zp\u011bt",
  26 +"Strikethrough": "P\u0159e\u0161rktnut\u00e9",
  27 +"Bullet list": "Odr\u00e1\u017eky",
  28 +"Header 1": "Nadpis 1",
  29 +"Superscript": "Horn\u00ed index",
  30 +"Clear formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
  31 +"Font Sizes": "Velikost p\u00edsma",
  32 +"Subscript": "Doln\u00ed index",
  33 +"Header 6": "Nadpis 6",
  34 +"Redo": "Znovu",
  35 +"Paragraph": "Odstavec",
  36 +"Ok": "OK",
  37 +"Bold": "Tu\u010dn\u00e9",
  38 +"Code": "Code (k\u00f3d)",
  39 +"Italic": "Kurz\u00edva",
  40 +"Align center": "Zarovnat na st\u0159ed",
  41 +"Header 5": "Nadpis 5",
  42 +"Heading 6": "Nadpis 6",
  43 +"Heading 3": "Nadpis 3",
  44 +"Decrease indent": "Zmen\u0161it odsazen\u00ed",
  45 +"Header 4": "Nadpis 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Je zapnuto vkl\u00e1d\u00e1n\u00ed \u010dist\u00e9ho textu. Dokud nebude tato volba vypnuta, bude ve\u0161ker\u00fd obsah vlo\u017een jako \u010dist\u00fd text.",
  47 +"Underline": "Podtr\u017een\u00e9",
  48 +"Cancel": "Zru\u0161it",
  49 +"Justify": "Zarovnat do bloku",
  50 +"Inline": "\u0158\u00e1dkov\u00e9 zobrazen\u00ed (inline)",
  51 +"Copy": "Kop\u00edrovat",
  52 +"Align left": "Zarovnat vlevo",
  53 +"Visual aids": "Vizu\u00e1ln\u00ed pom\u016fcky",
  54 +"Lower Greek": "Mal\u00e9 p\u00edsmenkov\u00e1n\u00ed",
  55 +"Square": "\u010ctvere\u010dek",
  56 +"Default": "V\u00fdchoz\u00ed",
  57 +"Lower Alpha": "Norm\u00e1ln\u00ed \u010d\u00edslov\u00e1n\u00ed",
  58 +"Circle": "Kole\u010dko",
  59 +"Disc": "Punt\u00edk",
  60 +"Upper Alpha": "velk\u00e9 p\u00edsmenkov\u00e1n\u00ed",
  61 +"Upper Roman": "\u0158\u00edmsk\u00e9 \u010d\u00edslice",
  62 +"Lower Roman": "Mal\u00e9 \u0159\u00edmsk\u00e9 \u010d\u00edslice",
  63 +"Name": "N\u00e1zev",
  64 +"Anchor": "Kotva",
  65 +"You have unsaved changes are you sure you want to navigate away?": "M\u00e1te neulo\u017een\u00e9 zm\u011bny. Opravdu chcete opustit str\u00e1nku?",
  66 +"Restore last draft": "Obnovit posledn\u00ed koncept",
  67 +"Special character": "Speci\u00e1ln\u00ed znak",
  68 +"Source code": "Zdrojov\u00fd k\u00f3d",
  69 +"B": "B",
  70 +"R": "R",
  71 +"G": "G",
  72 +"Color": "Barva",
  73 +"Right to left": "Zprava doleva",
  74 +"Left to right": "Zleva doprava",
  75 +"Emoticons": "Emotikony",
  76 +"Robots": "Roboti",
  77 +"Document properties": "Vlastnosti dokumentu",
  78 +"Title": "Titulek",
  79 +"Keywords": "Kl\u00ed\u010dov\u00e1 slova",
  80 +"Encoding": "K\u00f3dov\u00e1n\u00ed",
  81 +"Description": "Popis",
  82 +"Author": "Autor",
  83 +"Fullscreen": "Na celou obrazovku",
  84 +"Horizontal line": "Vodorovn\u00e1 \u010d\u00e1ra",
  85 +"Horizontal space": "Horizont\u00e1ln\u00ed mezera",
  86 +"Insert\/edit image": "Vlo\u017eit \/ upravit obr\u00e1zek",
  87 +"General": "Obecn\u00e9",
  88 +"Advanced": "Pokro\u010dil\u00e9",
  89 +"Source": "URL",
  90 +"Border": "R\u00e1me\u010dek",
  91 +"Constrain proportions": "Zachovat proporce",
  92 +"Vertical space": "Vertik\u00e1ln\u00ed mezera",
  93 +"Image description": "Popis obr\u00e1zku",
  94 +"Style": "Styl",
  95 +"Dimensions": "Rozm\u011bry",
  96 +"Insert image": "Vlo\u017eit obr\u00e1zek",
  97 +"Zoom in": "P\u0159ibl\u00ed\u017eit",
  98 +"Contrast": "Kontrast",
  99 +"Back": "Zp\u011bt",
  100 +"Gamma": "Gama",
  101 +"Flip horizontally": "P\u0159evr\u00e1tit vodorovn\u011b",
  102 +"Resize": "Zm\u011bnit velikost",
  103 +"Sharpen": "Ostrost",
  104 +"Zoom out": "Odd\u00e1lit",
  105 +"Image options": "Vlastnosti obr\u00e1zku",
  106 +"Apply": "Pou\u017e\u00edt",
  107 +"Brightness": "Jas",
  108 +"Rotate clockwise": "Oto\u010dit doprava",
  109 +"Rotate counterclockwise": "Oto\u010dit doleva",
  110 +"Edit image": "Upravit obr\u00e1zek",
  111 +"Color levels": "\u00darovn\u011b barev",
  112 +"Crop": "O\u0159\u00edznout",
  113 +"Orientation": "Transformovat",
  114 +"Flip vertically": "P\u0159evr\u00e1tit svisle",
  115 +"Invert": "Invertovat",
  116 +"Insert date\/time": "Vlo\u017eit datum \/ \u010das",
  117 +"Remove link": "Odstranit odkaz",
  118 +"Url": "URL",
  119 +"Text to display": "Text k zobrazen\u00ed",
  120 +"Anchors": "Kotvy",
  121 +"Insert link": "Vlo\u017eit odkaz",
  122 +"New window": "Nov\u00e9 okno",
  123 +"None": "\u017d\u00e1dn\u00e9",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Zadan\u00e9 URL vypad\u00e1 jako odkaz na jin\u00fd web. Chcete doplnit povinn\u00fd prefix http:\/\/?",
  125 +"Target": "C\u00edl",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Zadan\u00e9 URL vypad\u00e1 jako e-mailov\u00e1 adresa. Chcete doplnit povinn\u00fd prefix mailto:?",
  127 +"Insert\/edit link": "Vlo\u017eit \/ upravit odkaz",
  128 +"Insert\/edit video": "Vlo\u017eit \/ upravit video",
  129 +"Poster": "N\u00e1hled",
  130 +"Alternative source": "Alternativn\u00ed zdroj",
  131 +"Paste your embed code below:": "Vlo\u017ete k\u00f3d pro vlo\u017een\u00ed n\u00ed\u017ee:",
  132 +"Insert video": "Vlo\u017eit video",
  133 +"Embed": "Vlo\u017eit",
  134 +"Nonbreaking space": "Pevn\u00e1 mezera",
  135 +"Page break": "Konec str\u00e1nky",
  136 +"Paste as text": "Vlo\u017eit jako \u010dist\u00fd text",
  137 +"Preview": "N\u00e1hled",
  138 +"Print": "Tisk",
  139 +"Save": "Ulo\u017eit",
  140 +"Could not find the specified string.": "Zadan\u00fd \u0159et\u011bzec nebyl nalezen.",
  141 +"Replace": "Nahradit",
  142 +"Next": "Dal\u0161\u00ed",
  143 +"Whole words": "Pouze cel\u00e1 slova",
  144 +"Find and replace": "Naj\u00edt a nahradit",
  145 +"Replace with": "Nahradit za",
  146 +"Find": "Naj\u00edt",
  147 +"Replace all": "Nahradit v\u0161e",
  148 +"Match case": "Rozli\u0161ovat mal\u00e1 a velk\u00e1 p\u00edsmena",
  149 +"Prev": "P\u0159edchoz\u00ed",
  150 +"Spellcheck": "Kontrola pravopisu",
  151 +"Finish": "Ukon\u010dit",
  152 +"Ignore all": "Ignorovat v\u0161e",
  153 +"Ignore": "Ignorovat",
  154 +"Add to Dictionary": "P\u0159idat do slovn\u00edku",
  155 +"Insert row before": "Vlo\u017eit \u0159\u00e1dek nad",
  156 +"Rows": "\u0158\u00e1dek",
  157 +"Height": "V\u00fd\u0161ka",
  158 +"Paste row after": "Vlo\u017eit \u0159\u00e1dek pod",
  159 +"Alignment": "Zarovn\u00e1n\u00ed",
  160 +"Border color": "Barva r\u00e1me\u010dku",
  161 +"Column group": "Skupina sloupc\u016f",
  162 +"Row": "\u0158\u00e1dek",
  163 +"Insert column before": "Vlo\u017eit sloupec vlevo",
  164 +"Split cell": "Rozd\u011blit bu\u0148ky",
  165 +"Cell padding": "Vnit\u0159n\u00ed okraj bun\u011bk",
  166 +"Cell spacing": "Vn\u011bj\u0161\u00ed okraj bun\u011bk",
  167 +"Row type": "Typ \u0159\u00e1dku",
  168 +"Insert table": "Vlo\u017eit tabulku",
  169 +"Body": "T\u011blo",
  170 +"Caption": "Nadpis",
  171 +"Footer": "Pati\u010dka",
  172 +"Delete row": "Smazat \u0159\u00e1dek",
  173 +"Paste row before": "Vlo\u017eit \u0159\u00e1dek nad",
  174 +"Scope": "Rozsah",
  175 +"Delete table": "Smazat tabulku",
  176 +"H Align": "Horizont\u00e1ln\u00ed zarovn\u00e1n\u00ed",
  177 +"Top": "Nahoru",
  178 +"Header cell": "Hlavi\u010dkov\u00e1 bu\u0148ka",
  179 +"Column": "Sloupec",
  180 +"Row group": "Skupina \u0159\u00e1dk\u016f",
  181 +"Cell": "Bu\u0148ka",
  182 +"Middle": "Uprost\u0159ed",
  183 +"Cell type": "Typ bu\u0148ky",
  184 +"Copy row": "Kop\u00edrovat \u0159\u00e1dek",
  185 +"Row properties": "Vlastnosti \u0159\u00e1dku",
  186 +"Table properties": "Vlastnosti tabulky",
  187 +"Bottom": "Dol\u016f",
  188 +"V Align": "Vertik\u00e1ln\u00ed zarovn\u00e1n\u00ed",
  189 +"Header": "Hlavi\u010dka",
  190 +"Right": "Vpravo",
  191 +"Insert column after": "Vlo\u017eit sloupec vpravo",
  192 +"Cols": "Sloupc\u016f",
  193 +"Insert row after": "Vlo\u017eit \u0159\u00e1dek pod",
  194 +"Width": "\u0160\u00ed\u0159ka",
  195 +"Cell properties": "Vlastnosti bu\u0148ky",
  196 +"Left": "Vlevo",
  197 +"Cut row": "Vyjmout \u0159\u00e1dek",
  198 +"Delete column": "Smazat sloupec",
  199 +"Center": "Na st\u0159ed",
  200 +"Merge cells": "Slou\u010dit bu\u0148ky",
  201 +"Insert template": "Vlo\u017eit \u0161ablonu",
  202 +"Templates": "\u0160ablony",
  203 +"Background color": "Barva pozad\u00ed",
  204 +"Custom...": "Vlastn\u00ed...",
  205 +"Custom color": "Vlastn\u00ed barva",
  206 +"No color": "Bez barvy",
  207 +"Text color": "Barva p\u00edsma",
  208 +"Show blocks": "Uk\u00e1zat bloky",
  209 +"Show invisible characters": "Zobrazit speci\u00e1ln\u00ed znaky",
  210 +"Words: {0}": "Po\u010det slov: {0}",
  211 +"Insert": "Vlo\u017eit",
  212 +"File": "Soubor",
  213 +"Edit": "\u00dapravy",
  214 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Editor. Stiskn\u011bte ALT-F9 pro menu, ALT-F10 pro n\u00e1strojovou li\u0161tu a ALT-0 pro n\u00e1pov\u011bdu.",
  215 +"Tools": "N\u00e1stroje",
  216 +"View": "Zobrazit",
  217 +"Table": "Tabulka",
  218 +"Format": "Form\u00e1t"
  219 +});
0 220 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/de.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('de',{
  2 +"Cut": "Ausschneiden",
  3 +"Heading 5": "\u00dcberschrift 5",
  4 +"Header 2": "\u00dcberschrift 2",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Ihr Browser unterst\u00fctzt leider keinen direkten Zugriff auf die Zwischenablage. Bitte benutzen Sie die Strg + X \/ C \/ V Tastenkombinationen.",
  6 +"Heading 4": "\u00dcberschrift 4",
  7 +"Div": "Textblock",
  8 +"Heading 2": "\u00dcberschrift 2",
  9 +"Paste": "Einf\u00fcgen",
  10 +"Close": "Schlie\u00dfen",
  11 +"Font Family": "Schriftart",
  12 +"Pre": "Vorformatierter Text",
  13 +"Align right": "Rechtsb\u00fcndig ausrichten",
  14 +"New document": "Neues Dokument",
  15 +"Blockquote": "Zitat",
  16 +"Numbered list": "Nummerierte Liste",
  17 +"Heading 1": "\u00dcberschrift 1",
  18 +"Headings": "\u00dcberschriften",
  19 +"Increase indent": "Einzug vergr\u00f6\u00dfern",
  20 +"Formats": "Formate",
  21 +"Headers": "\u00dcberschriften",
  22 +"Select all": "Alles ausw\u00e4hlen",
  23 +"Header 3": "\u00dcberschrift 3",
  24 +"Blocks": "Absatzformate",
  25 +"Undo": "R\u00fcckg\u00e4ngig",
  26 +"Strikethrough": "Durchgestrichen",
  27 +"Bullet list": "Aufz\u00e4hlung",
  28 +"Header 1": "\u00dcberschrift 1",
  29 +"Superscript": "Hochgestellt",
  30 +"Clear formatting": "Formatierung entfernen",
  31 +"Font Sizes": "Schriftgr\u00f6\u00dfe",
  32 +"Subscript": "Tiefgestellt",
  33 +"Header 6": "\u00dcberschrift 6",
  34 +"Redo": "Wiederholen",
  35 +"Paragraph": "Absatz",
  36 +"Ok": "Ok",
  37 +"Bold": "Fett",
  38 +"Code": "Quelltext",
  39 +"Italic": "Kursiv",
  40 +"Align center": "Zentriert ausrichten",
  41 +"Header 5": "\u00dcberschrift 5",
  42 +"Heading 6": "\u00dcberschrift 6",
  43 +"Heading 3": "\u00dcberschrift 3",
  44 +"Decrease indent": "Einzug verkleinern",
  45 +"Header 4": "\u00dcberschrift 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Einf\u00fcgen ist nun im einfachen Textmodus. Inhalte werden ab jetzt als unformatierter Text eingef\u00fcgt, bis Sie diese Einstellung wieder ausschalten!",
  47 +"Underline": "Unterstrichen",
  48 +"Cancel": "Abbrechen",
  49 +"Justify": "Blocksatz",
  50 +"Inline": "Zeichenformate",
  51 +"Copy": "Kopieren",
  52 +"Align left": "Linksb\u00fcndig ausrichten",
  53 +"Visual aids": "Visuelle Hilfen",
  54 +"Lower Greek": "Griechische Kleinbuchstaben",
  55 +"Square": "Quadrat",
  56 +"Default": "Standard",
  57 +"Lower Alpha": "Kleinbuchstaben",
  58 +"Circle": "Kreis",
  59 +"Disc": "Punkt",
  60 +"Upper Alpha": "Gro\u00dfbuchstaben",
  61 +"Upper Roman": "R\u00f6mische Zahlen (Gro\u00dfbuchstaben)",
  62 +"Lower Roman": "R\u00f6mische Zahlen (Kleinbuchstaben)",
  63 +"Name": "Name",
  64 +"Anchor": "Textmarke",
  65 +"You have unsaved changes are you sure you want to navigate away?": "Die \u00c4nderungen wurden noch nicht gespeichert, sind Sie sicher, dass Sie diese Seite verlassen wollen?",
  66 +"Restore last draft": "Letzten Entwurf wiederherstellen",
  67 +"Special character": "Sonderzeichen",
  68 +"Source code": "Quelltext",
  69 +"B": "B",
  70 +"R": "R",
  71 +"G": "G",
  72 +"Color": "Farbe",
  73 +"Right to left": "Von rechts nach links",
  74 +"Left to right": "Von links nach rechts",
  75 +"Emoticons": "Emoticons",
  76 +"Robots": "Robots",
  77 +"Document properties": "Dokumenteigenschaften",
  78 +"Title": "Titel",
  79 +"Keywords": "Sch\u00fcsselw\u00f6rter",
  80 +"Encoding": "Zeichenkodierung",
  81 +"Description": "Beschreibung",
  82 +"Author": "Verfasser",
  83 +"Fullscreen": "Vollbild",
  84 +"Horizontal line": "Horizontale Linie",
  85 +"Horizontal space": "Horizontaler Abstand",
  86 +"Insert\/edit image": "Bild einf\u00fcgen\/bearbeiten",
  87 +"General": "Allgemein",
  88 +"Advanced": "Erweitert",
  89 +"Source": "Quelle",
  90 +"Border": "Rahmen",
  91 +"Constrain proportions": "Seitenverh\u00e4ltnis beibehalten",
  92 +"Vertical space": "Vertikaler Abstand",
  93 +"Image description": "Bildbeschreibung",
  94 +"Style": "Stil",
  95 +"Dimensions": "Abmessungen",
  96 +"Insert image": "Bild einf\u00fcgen",
  97 +"Zoom in": "Ansicht vergr\u00f6\u00dfern",
  98 +"Contrast": "Kontrast",
  99 +"Back": "Zur\u00fcck",
  100 +"Gamma": "Gamma",
  101 +"Flip horizontally": "Horizontal spiegeln",
  102 +"Resize": "Skalieren",
  103 +"Sharpen": "Sch\u00e4rfen",
  104 +"Zoom out": "Ansicht verkleinern",
  105 +"Image options": "Bildeigenschaften",
  106 +"Apply": "Anwenden",
  107 +"Brightness": "Helligkeit",
  108 +"Rotate clockwise": "Im Uhrzeigersinn drehen",
  109 +"Rotate counterclockwise": "Gegen den Uhrzeigersinn drehen",
  110 +"Edit image": "Bild bearbeiten",
  111 +"Color levels": "Farbwerte",
  112 +"Crop": "Bescheiden",
  113 +"Orientation": "Ausrichtung",
  114 +"Flip vertically": "Vertikal spiegeln",
  115 +"Invert": "Invertieren",
  116 +"Insert date\/time": "Datum\/Uhrzeit einf\u00fcgen ",
  117 +"Remove link": "Link entfernen",
  118 +"Url": "URL",
  119 +"Text to display": "Anzuzeigender Text",
  120 +"Anchors": "Textmarken",
  121 +"Insert link": "Link einf\u00fcgen",
  122 +"New window": "Neues Fenster",
  123 +"None": "Keine",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Diese Adresse scheint ein externer Link zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"http:\/\/\" voranstellen?",
  125 +"Target": "Ziel",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Diese Adresse scheint eine E-Mail-Adresse zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"mailto:\" voranstellen?",
  127 +"Insert\/edit link": "Link einf\u00fcgen\/bearbeiten",
  128 +"Insert\/edit video": "Video einf\u00fcgen\/bearbeiten",
  129 +"Poster": "Poster",
  130 +"Alternative source": "Alternative Quelle",
  131 +"Paste your embed code below:": "F\u00fcgen Sie Ihren Einbettungscode hier ein:",
  132 +"Insert video": "Video einf\u00fcgen",
  133 +"Embed": "Einbetten",
  134 +"Nonbreaking space": "Gesch\u00fctztes Leerzeichen",
  135 +"Page break": "Seitenumbruch",
  136 +"Paste as text": "Als Text einf\u00fcgen",
  137 +"Preview": "Vorschau",
  138 +"Print": "Drucken",
  139 +"Save": "Speichern",
  140 +"Could not find the specified string.": "Die Zeichenfolge wurde nicht gefunden.",
  141 +"Replace": "Ersetzen",
  142 +"Next": "Weiter",
  143 +"Whole words": "Nur ganze W\u00f6rter",
  144 +"Find and replace": "Suchen und ersetzen",
  145 +"Replace with": "Ersetzen durch",
  146 +"Find": "Suchen",
  147 +"Replace all": "Alles ersetzen",
  148 +"Match case": "Gro\u00df-\/Kleinschreibung beachten",
  149 +"Prev": "Zur\u00fcck",
  150 +"Spellcheck": "Rechtschreibpr\u00fcfung",
  151 +"Finish": "Ende",
  152 +"Ignore all": "Alles Ignorieren",
  153 +"Ignore": "Ignorieren",
  154 +"Add to Dictionary": "Zum W\u00f6rterbuch hinzuf\u00fcgen",
  155 +"Insert row before": "Neue Zeile davor einf\u00fcgen ",
  156 +"Rows": "Zeilen",
  157 +"Height": "H\u00f6he",
  158 +"Paste row after": "Zeile danach einf\u00fcgen",
  159 +"Alignment": "Ausrichtung",
  160 +"Border color": "Rahmenfarbe",
  161 +"Column group": "Spaltengruppe",
  162 +"Row": "Zeile",
  163 +"Insert column before": "Neue Spalte davor einf\u00fcgen",
  164 +"Split cell": "Zelle aufteilen",
  165 +"Cell padding": "Zelleninnenabstand",
  166 +"Cell spacing": "Zellenabstand",
  167 +"Row type": "Zeilentyp",
  168 +"Insert table": "Tabelle einf\u00fcgen",
  169 +"Body": "Inhalt",
  170 +"Caption": "Beschriftung",
  171 +"Footer": "Fu\u00dfzeile",
  172 +"Delete row": "Zeile l\u00f6schen",
  173 +"Paste row before": "Zeile davor einf\u00fcgen",
  174 +"Scope": "G\u00fcltigkeitsbereich",
  175 +"Delete table": "Tabelle l\u00f6schen",
  176 +"H Align": "Horizontale Ausrichtung",
  177 +"Top": "Oben",
  178 +"Header cell": "Kopfzelle",
  179 +"Column": "Spalte",
  180 +"Row group": "Zeilengruppe",
  181 +"Cell": "Zelle",
  182 +"Middle": "Mitte",
  183 +"Cell type": "Zellentyp",
  184 +"Copy row": "Zeile kopieren",
  185 +"Row properties": "Zeileneigenschaften",
  186 +"Table properties": "Tabelleneigenschaften",
  187 +"Bottom": "Unten",
  188 +"V Align": "Vertikale Ausrichtung",
  189 +"Header": "Kopfzeile",
  190 +"Right": "Rechtsb\u00fcndig",
  191 +"Insert column after": "Neue Spalte danach einf\u00fcgen",
  192 +"Cols": "Spalten",
  193 +"Insert row after": "Neue Zeile danach einf\u00fcgen",
  194 +"Width": "Breite",
  195 +"Cell properties": "Zelleneigenschaften",
  196 +"Left": "Linksb\u00fcndig",
  197 +"Cut row": "Zeile ausschneiden",
  198 +"Delete column": "Spalte l\u00f6schen",
  199 +"Center": "Zentriert",
  200 +"Merge cells": "Zellen verbinden",
  201 +"Insert template": "Vorlage einf\u00fcgen ",
  202 +"Templates": "Vorlagen",
  203 +"Background color": "Hintergrundfarbe",
  204 +"Custom...": "Benutzerdefiniert...",
  205 +"Custom color": "Benutzerdefinierte Farbe",
  206 +"No color": "Keine Farbe",
  207 +"Text color": "Textfarbe",
  208 +"Show blocks": " Bl\u00f6cke anzeigen",
  209 +"Show invisible characters": "Unsichtbare Zeichen anzeigen",
  210 +"Words: {0}": "W\u00f6rter: {0}",
  211 +"Insert": "Einf\u00fcgen",
  212 +"File": "Datei",
  213 +"Edit": "Bearbeiten",
  214 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text- Area. Dr\u00fccken Sie ALT-F9 f\u00fcr das Men\u00fc. Dr\u00fccken Sie ALT-F10 f\u00fcr Symbolleiste. Dr\u00fccken Sie ALT-0 f\u00fcr Hilfe",
  215 +"Tools": "Werkzeuge",
  216 +"View": "Ansicht",
  217 +"Table": "Tabelle",
  218 +"Format": "Format"
  219 +});
0 220 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/eo.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('eo',{
  2 +"Cut": "Eltran\u0109i",
  3 +"Heading 5": "Titolo 5",
  4 +"Header 2": "\u0108apo 2",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Via retumilo ne subtenas rektan aliron al bufro. Bonvolu antata\u016de uzi klavarajn kombinojn Ctrl+X\/C\/V.",
  6 +"Heading 4": "Titolo 4",
  7 +"Div": "Div",
  8 +"Heading 2": "Titolo 2",
  9 +"Paste": "Englui",
  10 +"Close": "Fermi",
  11 +"Font Family": "Tipara familio",
  12 +"Pre": "Pre",
  13 +"Align right": "Ordigu dekstren",
  14 +"New document": "Nova dokumento",
  15 +"Blockquote": "Mar\u011denigo",
  16 +"Numbered list": "Numera listo",
  17 +"Heading 1": "Titolo 1",
  18 +"Headings": "Titoloj",
  19 +"Increase indent": "Pliigu alineon",
  20 +"Formats": "Formatoj",
  21 +"Headers": "\u0108apoj",
  22 +"Select all": "Elekti \u0109ion",
  23 +"Header 3": "\u0108apo 3",
  24 +"Blocks": "Blokoj",
  25 +"Undo": "Malfari",
  26 +"Strikethrough": "Trastreki",
  27 +"Bullet list": "Punkta listo",
  28 +"Header 1": "\u0108apo 1",
  29 +"Superscript": "Superskribi",
  30 +"Clear formatting": "Forigi formatigon",
  31 +"Font Sizes": "Tiparaj grandoj",
  32 +"Subscript": "Malsuperskribi",
  33 +"Header 6": "\u0108apo 6",
  34 +"Redo": "Refari",
  35 +"Paragraph": "Alineo",
  36 +"Ok": "Bone",
  37 +"Bold": "Dika",
  38 +"Code": "Kodo",
  39 +"Italic": "Oblikva",
  40 +"Align center": "Ordigu centren",
  41 +"Header 5": "\u0108apo 5",
  42 +"Heading 6": "Titolo 6",
  43 +"Heading 3": "Titolo 3",
  44 +"Decrease indent": "Malpliigu alineon",
  45 +"Header 4": "\u0108apo 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "La engluado nun okazas en simpla teksta re\u011dimo. La enhavo estos engluata kiel simpla teksto \u011dis anta\u016d vi for\u015daltos tiun \u0109i opcion.",
  47 +"Underline": "Substreki",
  48 +"Cancel": "Nuligi",
  49 +"Justify": "Ordigu la\u016dflanke",
  50 +"Inline": "Enlinie",
  51 +"Copy": "Kopii",
  52 +"Align left": "Ordigu maldekstren",
  53 +"Visual aids": "Videblaj helpiloj",
  54 +"Lower Greek": "Minuskla greka",
  55 +"Square": "Kvadrato",
  56 +"Default": "Implicite",
  57 +"Lower Alpha": "Minuskla alfabeta",
  58 +"Circle": "Cirklo",
  59 +"Disc": "Disko",
  60 +"Upper Alpha": "Majuskla alfabeta",
  61 +"Upper Roman": "Majuskla latina",
  62 +"Lower Roman": "Minuskla latina",
  63 +"Name": "Nomo",
  64 +"Anchor": "Ankro",
  65 +"You have unsaved changes are you sure you want to navigate away?": "Vi havas nekonservitajn \u015dan\u011dojn, \u0109u vi certe deziras eliri?",
  66 +"Restore last draft": "Restarigu lastan malneton",
  67 +"Special character": "Speciala karaktro",
  68 +"Source code": "Fonta kodo",
  69 +"B": "B",
  70 +"R": "R",
  71 +"G": "G",
  72 +"Color": "Koloro",
  73 +"Right to left": "Dekstro maldekstren",
  74 +"Left to right": "Dekstren",
  75 +"Emoticons": "Emociikonoj",
  76 +"Robots": "Robotoj",
  77 +"Document properties": "Dokumentaj trajtoj",
  78 +"Title": "Titolo",
  79 +"Keywords": "\u015closilvortoj",
  80 +"Encoding": "Enkodigo",
  81 +"Description": "Priskribo",
  82 +"Author": "A\u016dtoro",
  83 +"Fullscreen": "Plena ekrano",
  84 +"Horizontal line": "Horizontala linio",
  85 +"Horizontal space": "Horizontala spaco",
  86 +"Insert\/edit image": "Enmetu\/redaktu bildon",
  87 +"General": "\u011cenerale",
  88 +"Advanced": "Por spertuloj",
  89 +"Source": "Fonto",
  90 +"Border": "Limo",
  91 +"Constrain proportions": "Relativigu proporciojn",
  92 +"Vertical space": "Vertikala spaco",
  93 +"Image description": "Bilda priskribo",
  94 +"Style": "Stilo",
  95 +"Dimensions": "Dimensioj",
  96 +"Insert image": "Enmetu bildon",
  97 +"Zoom in": "Plilar\u011digu",
  98 +"Contrast": "Kontrasto",
  99 +"Back": "Reen",
  100 +"Gamma": "Gamo",
  101 +"Flip horizontally": "Respegulu horizontale",
  102 +"Resize": "\u015can\u011du dimensiojn",
  103 +"Sharpen": "Akrigu",
  104 +"Zoom out": "Malplilar\u011digu",
  105 +"Image options": "Bildaj opcioj",
  106 +"Apply": "Apliku",
  107 +"Brightness": "Heleco",
  108 +"Rotate clockwise": "Rotaciu la\u016d horlo\u011do",
  109 +"Rotate counterclockwise": "Rotaciu kontra\u016d horlo\u011do",
  110 +"Edit image": "Redaktu bildon",
  111 +"Color levels": "Kolorniveloj",
  112 +"Crop": "Randtran\u0109u",
  113 +"Orientation": "Orientigo",
  114 +"Flip vertically": "Respegulu vertikale",
  115 +"Invert": "Inversigu",
  116 +"Insert date\/time": "Enmetu daton\/tempon",
  117 +"Remove link": "Forigu ligilon",
  118 +"Url": "Urlo",
  119 +"Text to display": "Montrata teksto",
  120 +"Anchors": "Ankroj",
  121 +"Insert link": "Enmetu ligilon",
  122 +"New window": "Nova fenestro",
  123 +"None": "Nenio",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "La enmetita URLo \u015dajnas esti ekstera ligilo. \u0108u vi deziras aldoni nepran prefikson http:\/\/?",
  125 +"Target": "Celo",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "La enmetita URLo \u015dajnas esti retadreso. \u0108u vi deziras aldoni prefikson mailto:?",
  127 +"Insert\/edit link": "Enmetu\/redaktu ligilon",
  128 +"Insert\/edit video": "Enmetu\/redaktu videon",
  129 +"Poster": "Afi\u015do",
  130 +"Alternative source": "Alternativa fonto",
  131 +"Paste your embed code below:": "Engluu vian internan kodon \u0109i-sube:",
  132 +"Insert video": "Enmetu videon",
  133 +"Embed": "Enkonstruu",
  134 +"Nonbreaking space": "Nerompebla spaco",
  135 +"Page break": "Pa\u011da fino",
  136 +"Paste as text": "Engluu kiel tekston",
  137 +"Preview": "Provrigardo",
  138 +"Print": "Presu",
  139 +"Save": "Konservi",
  140 +"Could not find the specified string.": "Malsukceso trovi la indikitan sinsekvon",
  141 +"Replace": "Anstata\u016digu",
  142 +"Next": "Posta",
  143 +"Whole words": "Tutaj vortoj",
  144 +"Find and replace": "Trovu kaj anstata\u016digu",
  145 +"Replace with": "Anstata\u016digu per",
  146 +"Find": "Trovi",
  147 +"Replace all": "Anstata\u016digu \u0109ion",
  148 +"Match case": "Sekvu usklecon",
  149 +"Prev": "Anta\u016da",
  150 +"Spellcheck": "Literumu",
  151 +"Finish": "Finu",
  152 +"Ignore all": "Ignoru \u0109ion",
  153 +"Ignore": "Ignoru",
  154 +"Add to Dictionary": "Aldonu al vortaro",
  155 +"Insert row before": "Enmetu vicon anta\u016d",
  156 +"Rows": "Vicoj",
  157 +"Height": "Alto",
  158 +"Paste row after": "Engluu vicon poste",
  159 +"Alignment": "Aligo",
  160 +"Border color": "Lima koloro",
  161 +"Column group": "Kolumna grupo",
  162 +"Row": "Vico",
  163 +"Insert column before": "Enmetu kolumnon anta\u016d",
  164 +"Split cell": "Disdividu \u0109elon",
  165 +"Cell padding": "\u0108elmar\u011denoj",
  166 +"Cell spacing": "\u0108elspacoj",
  167 +"Row type": "Vica tipo",
  168 +"Insert table": "Enmetu tabelon",
  169 +"Body": "Korpo",
  170 +"Caption": "Cita\u0135o",
  171 +"Footer": "Piedo",
  172 +"Delete row": "Forigu vicon",
  173 +"Paste row before": "Engluu vicon anta\u016d",
  174 +"Scope": "Amplekso",
  175 +"Delete table": "Forigu tabelon",
  176 +"H Align": "H aligo",
  177 +"Top": "Supro",
  178 +"Header cell": "\u0108apa \u0109elo",
  179 +"Column": "Kolumno",
  180 +"Row group": "Vica grupo",
  181 +"Cell": "\u0108elo",
  182 +"Middle": "Mezo",
  183 +"Cell type": "\u0108ela tipo",
  184 +"Copy row": "Kopiu vicon",
  185 +"Row properties": "Vicaj ecoj",
  186 +"Table properties": "Tabelaj ecoj",
  187 +"Bottom": "Subo",
  188 +"V Align": "V aligo",
  189 +"Header": "\u0108apo",
  190 +"Right": "Dekstro",
  191 +"Insert column after": "Enmetu kolumnon poste",
  192 +"Cols": "Kolumonoj",
  193 +"Insert row after": "Enmetu vicon poste",
  194 +"Width": "Lar\u011do",
  195 +"Cell properties": "\u0108elaj ecoj",
  196 +"Left": "Maldekstro",
  197 +"Cut row": "Eltran\u0109u vicon",
  198 +"Delete column": "Forigu kolumnon",
  199 +"Center": "Centro",
  200 +"Merge cells": "Kunigu \u0109elojn",
  201 +"Insert template": "Enmetu \u015dablonon",
  202 +"Templates": "\u015cablonoj",
  203 +"Background color": "Fona koloro",
  204 +"Custom...": "Propra...",
  205 +"Custom color": "Propra koloro",
  206 +"No color": "Neniu koloro",
  207 +"Text color": "Teksta koloro",
  208 +"Show blocks": "Montru blokojn",
  209 +"Show invisible characters": "Montru nevideblajn karaktrojn",
  210 +"Words: {0}": "Vortoj: {0}",
  211 +"Insert": "Enmeti",
  212 +"File": "Dokumento",
  213 +"Edit": "Redakti",
  214 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Ri\u0109teksta Areo. Premu ALT-F9 por menuo. Premu ALT-F10 por menuejo. Premu ALT-0 por helpo",
  215 +"Tools": "Iloj",
  216 +"View": "Vidi",
  217 +"Table": "Tabelo",
  218 +"Format": "Formati"
  219 +});
0 220 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/es.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('es',{
  2 +"Cut": "Cortar",
  3 +"Heading 5": "Encabezado 5",
  4 +"Header 2": "Encabezado 2 ",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Tu navegador no soporta acceso directo al portapapeles. Por favor usa las teclas Crtl+X\/C\/V de tu teclado",
  6 +"Heading 4": "Encabezado 4",
  7 +"Div": "Capa",
  8 +"Heading 2": "Encabezado 2",
  9 +"Paste": "Pegar",
  10 +"Close": "Cerrar",
  11 +"Font Family": "Familia de fuentes",
  12 +"Pre": "Pre",
  13 +"Align right": "Alinear a la derecha",
  14 +"New document": "Nuevo documento",
  15 +"Blockquote": "Bloque de cita",
  16 +"Numbered list": "Lista numerada",
  17 +"Heading 1": "Encabezado 1",
  18 +"Headings": "Encabezados",
  19 +"Increase indent": "Incrementar sangr\u00eda",
  20 +"Formats": "Formatos",
  21 +"Headers": "Encabezados",
  22 +"Select all": "Seleccionar todo",
  23 +"Header 3": "Encabezado 3",
  24 +"Blocks": "Bloques",
  25 +"Undo": "Deshacer",
  26 +"Strikethrough": "Tachado",
  27 +"Bullet list": "Lista de vi\u00f1etas",
  28 +"Header 1": "Encabezado 1",
  29 +"Superscript": "Super\u00edndice",
  30 +"Clear formatting": "Limpiar formato",
  31 +"Font Sizes": "Tama\u00f1os de fuente",
  32 +"Subscript": "Sub\u00edndice",
  33 +"Header 6": "Encabezado 6",
  34 +"Redo": "Rehacer",
  35 +"Paragraph": "P\u00e1rrafo",
  36 +"Ok": "Ok",
  37 +"Bold": "Negrita",
  38 +"Code": "C\u00f3digo",
  39 +"Italic": "It\u00e1lica",
  40 +"Align center": "Alinear al centro",
  41 +"Header 5": "Encabezado 5 ",
  42 +"Heading 6": "Encabezado 6",
  43 +"Heading 3": "Encabezado 3",
  44 +"Decrease indent": "Disminuir sangr\u00eda",
  45 +"Header 4": "Encabezado 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Pegar est\u00e1 ahora en modo de texto plano. El contenido se pegar\u00e1 como texto plano hasta que desactive esta opci\u00f3n.",
  47 +"Underline": "Subrayado",
  48 +"Cancel": "Cancelar",
  49 +"Justify": "Justificar",
  50 +"Inline": "en l\u00ednea",
  51 +"Copy": "Copiar",
  52 +"Align left": "Alinear a la izquierda",
  53 +"Visual aids": "Ayudas visuales",
  54 +"Lower Greek": "Inferior Griega",
  55 +"Square": "Cuadrado",
  56 +"Default": "Por defecto",
  57 +"Lower Alpha": "Inferior Alfa",
  58 +"Circle": "C\u00edrculo",
  59 +"Disc": "Disco",
  60 +"Upper Alpha": "Superior Alfa",
  61 +"Upper Roman": "Superior Romana",
  62 +"Lower Roman": "Inferior Romana",
  63 +"Name": "Nombre",
  64 +"Anchor": "Ancla",
  65 +"You have unsaved changes are you sure you want to navigate away?": "Tiene cambios sin guardar. \u00bfEst\u00e1 seguro de que quiere salir?",
  66 +"Restore last draft": "Restaurar el \u00faltimo borrador",
  67 +"Special character": "Car\u00e1cter especial",
  68 +"Source code": "C\u00f3digo fuente",
  69 +"B": "A",
  70 +"R": "R",
  71 +"G": "V",
  72 +"Color": "Color",
  73 +"Right to left": "De derecha a izquierda",
  74 +"Left to right": "De izquierda a derecha",
  75 +"Emoticons": "Emoticonos",
  76 +"Robots": "Robots",
  77 +"Document properties": "Propiedades del documento",
  78 +"Title": "T\u00edtulo",
  79 +"Keywords": "Palabras clave",
  80 +"Encoding": "Codificaci\u00f3n",
  81 +"Description": "Descripci\u00f3n",
  82 +"Author": "Autor",
  83 +"Fullscreen": "Pantalla completa",
  84 +"Horizontal line": "L\u00ednea horizontal",
  85 +"Horizontal space": "Espacio horizontal",
  86 +"Insert\/edit image": "Insertar\/editar imagen",
  87 +"General": "General",
  88 +"Advanced": "Avanzado",
  89 +"Source": "Enlace",
  90 +"Border": "Borde",
  91 +"Constrain proportions": "Restringir proporciones",
  92 +"Vertical space": "Espacio vertical",
  93 +"Image description": "Descripci\u00f3n de la imagen",
  94 +"Style": "Estilo",
  95 +"Dimensions": "Dimensiones",
  96 +"Insert image": "Insertar imagen",
  97 +"Zoom in": "Acercar",
  98 +"Contrast": "Contraste",
  99 +"Back": "Atr\u00e1s",
  100 +"Gamma": "Gamma",
  101 +"Flip horizontally": "Invertir horizontalmente",
  102 +"Resize": "Redimensionar",
  103 +"Sharpen": "Forma",
  104 +"Zoom out": "Alejar",
  105 +"Image options": "Opciones de imagen",
  106 +"Apply": "Aplicar",
  107 +"Brightness": "Brillo",
  108 +"Rotate clockwise": "Girar a la derecha",
  109 +"Rotate counterclockwise": "Girar a la izquierda",
  110 +"Edit image": "Editar imagen",
  111 +"Color levels": "Niveles de color",
  112 +"Crop": "Recortar",
  113 +"Orientation": "Orientaci\u00f3n",
  114 +"Flip vertically": "Invertir verticalmente",
  115 +"Invert": "Invertir",
  116 +"Insert date\/time": "Insertar fecha\/hora",
  117 +"Remove link": "Quitar enlace",
  118 +"Url": "URL",
  119 +"Text to display": "Texto para mostrar",
  120 +"Anchors": "Anclas",
  121 +"Insert link": "Insertar enlace",
  122 +"New window": "Nueva ventana",
  123 +"None": "Ninguno",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "El enlace que has introducido no parece ser una enlace externo. Quieres a\u00f1adir el prefijo necesario http:\/\/ ?",
  125 +"Target": "Destino",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "El enlace que has introducido no parece ser una direcci\u00f3n de correo electr\u00f3nico. Quieres a\u00f1adir el prefijo necesario mailto: ?",
  127 +"Insert\/edit link": "Insertar\/editar enlace",
  128 +"Insert\/edit video": "Insertar\/editar video",
  129 +"Poster": "Miniatura",
  130 +"Alternative source": "Enlace alternativo",
  131 +"Paste your embed code below:": "Pega tu c\u00f3digo embebido debajo",
  132 +"Insert video": "Insertar video",
  133 +"Embed": "Incrustado",
  134 +"Nonbreaking space": "Espacio fijo",
  135 +"Page break": "Salto de p\u00e1gina",
  136 +"Paste as text": "Pegar como texto",
  137 +"Preview": "Previsualizar",
  138 +"Print": "Imprimir",
  139 +"Save": "Guardar",
  140 +"Could not find the specified string.": "No se encuentra la cadena de texto especificada",
  141 +"Replace": "Reemplazar",
  142 +"Next": "Siguiente",
  143 +"Whole words": "Palabras completas",
  144 +"Find and replace": "Buscar y reemplazar",
  145 +"Replace with": "Reemplazar con",
  146 +"Find": "Buscar",
  147 +"Replace all": "Reemplazar todo",
  148 +"Match case": "Coincidencia exacta",
  149 +"Prev": "Anterior",
  150 +"Spellcheck": "Corrector ortogr\u00e1fico",
  151 +"Finish": "Finalizar",
  152 +"Ignore all": "Ignorar todos",
  153 +"Ignore": "Ignorar",
  154 +"Add to Dictionary": "A\u00f1adir al Diccionario",
  155 +"Insert row before": "Insertar fila antes",
  156 +"Rows": "Filas",
  157 +"Height": "Alto",
  158 +"Paste row after": "Pegar la fila despu\u00e9s",
  159 +"Alignment": "Alineaci\u00f3n",
  160 +"Border color": "Color del borde",
  161 +"Column group": "Grupo de columnas",
  162 +"Row": "Fila",
  163 +"Insert column before": "Insertar columna antes",
  164 +"Split cell": "Dividir celdas",
  165 +"Cell padding": "Relleno de celda",
  166 +"Cell spacing": "Espacio entre celdas",
  167 +"Row type": "Tipo de fila",
  168 +"Insert table": "Insertar tabla",
  169 +"Body": "Cuerpo",
  170 +"Caption": "Subt\u00edtulo",
  171 +"Footer": "Pie de p\u00e1gina",
  172 +"Delete row": "Eliminar fila",
  173 +"Paste row before": "Pegar la fila antes",
  174 +"Scope": "\u00c1mbito",
  175 +"Delete table": "Eliminar tabla",
  176 +"H Align": "Alineamiento Horizontal",
  177 +"Top": "Arriba",
  178 +"Header cell": "Celda de la cebecera",
  179 +"Column": "Columna",
  180 +"Row group": "Grupo de filas",
  181 +"Cell": "Celda",
  182 +"Middle": "Centro",
  183 +"Cell type": "Tipo de celda",
  184 +"Copy row": "Copiar fila",
  185 +"Row properties": "Propiedades de la fila",
  186 +"Table properties": "Propiedades de la tabla",
  187 +"Bottom": "Abajo",
  188 +"V Align": "Alineamiento Vertical",
  189 +"Header": "Cabecera",
  190 +"Right": "Derecha",
  191 +"Insert column after": "Insertar columna despu\u00e9s",
  192 +"Cols": "Columnas",
  193 +"Insert row after": "Insertar fila despu\u00e9s ",
  194 +"Width": "Ancho",
  195 +"Cell properties": "Propiedades de la celda",
  196 +"Left": "Izquierda",
  197 +"Cut row": "Cortar fila",
  198 +"Delete column": "Eliminar columna",
  199 +"Center": "Centrado",
  200 +"Merge cells": "Combinar celdas",
  201 +"Insert template": "Insertar plantilla",
  202 +"Templates": "Plantillas",
  203 +"Background color": "Color de fondo",
  204 +"Custom...": "Personalizar...",
  205 +"Custom color": "Color personalizado",
  206 +"No color": "Sin color",
  207 +"Text color": "Color del texto",
  208 +"Show blocks": "Mostrar bloques",
  209 +"Show invisible characters": "Mostrar caracteres invisibles",
  210 +"Words: {0}": "Palabras: {0}",
  211 +"Insert": "Insertar",
  212 +"File": "Archivo",
  213 +"Edit": "Editar",
  214 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u00c1rea de texto enriquecido. Pulse ALT-F9 para el menu. Pulse ALT-F10 para la barra de herramientas. Pulse ALT-0 para ayuda",
  215 +"Tools": "Herramientas",
  216 +"View": "Ver",
  217 +"Table": "Tabla",
  218 +"Format": "Formato"
  219 +});
0 220 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/fr_FR.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('fr_FR',{
  2 +"Cut": "Couper",
  3 +"Heading 5": "En-t\u00eate 5",
  4 +"Header 2": "Titre 2",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas la copie directe. Merci d'utiliser les touches Ctrl+X\/C\/V.",
  6 +"Heading 4": "En-t\u00eate 4",
  7 +"Div": "Div",
  8 +"Heading 2": "En-t\u00eate 2",
  9 +"Paste": "Coller",
  10 +"Close": "Fermer",
  11 +"Font Family": "Police",
  12 +"Pre": "Pre",
  13 +"Align right": "Aligner \u00e0 droite",
  14 +"New document": "Nouveau document",
  15 +"Blockquote": "Citation",
  16 +"Numbered list": "Num\u00e9rotation",
  17 +"Heading 1": "En-t\u00eate 1",
  18 +"Headings": "En-t\u00eates",
  19 +"Increase indent": "Augmenter le retrait",
  20 +"Formats": "Formats",
  21 +"Headers": "Titres",
  22 +"Select all": "Tout s\u00e9lectionner",
  23 +"Header 3": "Titre 3",
  24 +"Blocks": "Blocs",
  25 +"Undo": "Annuler",
  26 +"Strikethrough": "Barr\u00e9",
  27 +"Bullet list": "Puces",
  28 +"Header 1": "Titre 1",
  29 +"Superscript": "Exposant",
  30 +"Clear formatting": "Effacer la mise en forme",
  31 +"Font Sizes": "Taille de police",
  32 +"Subscript": "Indice",
  33 +"Header 6": "Titre 6",
  34 +"Redo": "R\u00e9tablir",
  35 +"Paragraph": "Paragraphe",
  36 +"Ok": "Ok",
  37 +"Bold": "Gras",
  38 +"Code": "Code",
  39 +"Italic": "Italique",
  40 +"Align center": "Centrer",
  41 +"Header 5": "Titre 5",
  42 +"Heading 6": "En-t\u00eate 6",
  43 +"Heading 3": "En-t\u00eate 3",
  44 +"Decrease indent": "Diminuer le retrait",
  45 +"Header 4": "Titre 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Le presse-papiers est maintenant en mode \"texte plein\". Les contenus seront coll\u00e9s sans retenir les formatages jusqu'\u00e0 ce que vous d\u00e9sactiviez cette option.",
  47 +"Underline": "Soulign\u00e9",
  48 +"Cancel": "Annuler",
  49 +"Justify": "Justifier",
  50 +"Inline": "En ligne",
  51 +"Copy": "Copier",
  52 +"Align left": "Aligner \u00e0 gauche",
  53 +"Visual aids": "Aides visuelle",
  54 +"Lower Greek": "Grec minuscule",
  55 +"Square": "Carr\u00e9",
  56 +"Default": "Par d\u00e9faut",
  57 +"Lower Alpha": "Alpha minuscule",
  58 +"Circle": "Cercle",
  59 +"Disc": "Disque",
  60 +"Upper Alpha": "Alpha majuscule",
  61 +"Upper Roman": "Romain majuscule",
  62 +"Lower Roman": "Romain minuscule",
  63 +"Name": "Nom",
  64 +"Anchor": "Ancre",
  65 +"You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de quitter la page?",
  66 +"Restore last draft": "Restaurer le dernier brouillon",
  67 +"Special character": "Caract\u00e8res sp\u00e9ciaux",
  68 +"Source code": "Code source",
  69 +"B": "B",
  70 +"R": "R",
  71 +"G": "V",
  72 +"Color": "Couleur",
  73 +"Right to left": "Droite \u00e0 gauche",
  74 +"Left to right": "Gauche \u00e0 droite",
  75 +"Emoticons": "Emotic\u00f4nes",
  76 +"Robots": "Robots",
  77 +"Document properties": "Propri\u00e9t\u00e9 du document",
  78 +"Title": "Titre",
  79 +"Keywords": "Mots-cl\u00e9s",
  80 +"Encoding": "Encodage",
  81 +"Description": "Description",
  82 +"Author": "Auteur",
  83 +"Fullscreen": "Plein \u00e9cran",
  84 +"Horizontal line": "Ligne horizontale",
  85 +"Horizontal space": "Espacement horizontal",
  86 +"Insert\/edit image": "Ins\u00e9rer\/modifier une image",
  87 +"General": "G\u00e9n\u00e9ral",
  88 +"Advanced": "Avanc\u00e9",
  89 +"Source": "Source",
  90 +"Border": "Bordure",
  91 +"Constrain proportions": "Conserver les proportions",
  92 +"Vertical space": "Espacement vertical",
  93 +"Image description": "Description de l'image",
  94 +"Style": "Style",
  95 +"Dimensions": "Dimensions",
  96 +"Insert image": "Ins\u00e9rer une image",
  97 +"Zoom in": "Zoomer",
  98 +"Contrast": "Contraste",
  99 +"Back": "Retour",
  100 +"Gamma": "Gamma",
  101 +"Flip horizontally": "Retournement horizontal",
  102 +"Resize": "Redimensionner",
  103 +"Sharpen": "Affiner",
  104 +"Zoom out": "D\u00e9zoomer",
  105 +"Image options": "Options de l'image",
  106 +"Apply": "Appliquer",
  107 +"Brightness": "Luminosit\u00e9",
  108 +"Rotate clockwise": "Rotation horaire",
  109 +"Rotate counterclockwise": "Rotation anti-horaire",
  110 +"Edit image": "Modifier l'image",
  111 +"Color levels": "Niveaux de couleur",
  112 +"Crop": "Rogner",
  113 +"Orientation": "Orientation",
  114 +"Flip vertically": "Retournement vertical",
  115 +"Invert": "Inverser",
  116 +"Insert date\/time": "Ins\u00e9rer date\/heure",
  117 +"Remove link": "Enlever le lien",
  118 +"Url": "Url",
  119 +"Text to display": "Texte \u00e0 afficher",
  120 +"Anchors": "Ancres",
  121 +"Insert link": "Ins\u00e9rer un lien",
  122 +"New window": "Nouvelle fen\u00eatre",
  123 +"None": "n\/a",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe http:\/\/ n\u00e9cessaire?",
  125 +"Target": "Cible",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre une adresse e-mail. Voulez-vous ajouter le pr\u00e9fixe mailto: n\u00e9cessaire?",
  127 +"Insert\/edit link": "Ins\u00e9rer\/modifier un lien",
  128 +"Insert\/edit video": "Ins\u00e9rer\/modifier une vid\u00e9o",
  129 +"Poster": "Publier",
  130 +"Alternative source": "Source alternative",
  131 +"Paste your embed code below:": "Collez votre code d'int\u00e9gration ci-dessous :",
  132 +"Insert video": "Ins\u00e9rer une vid\u00e9o",
  133 +"Embed": "Int\u00e9grer",
  134 +"Nonbreaking space": "Espace ins\u00e9cable",
  135 +"Page break": "Saut de page",
  136 +"Paste as text": "Coller comme texte",
  137 +"Preview": "Pr\u00e9visualiser",
  138 +"Print": "Imprimer",
  139 +"Save": "Enregistrer",
  140 +"Could not find the specified string.": "Impossible de trouver la cha\u00eene sp\u00e9cifi\u00e9e.",
  141 +"Replace": "Remplacer",
  142 +"Next": "Suiv",
  143 +"Whole words": "Mots entiers",
  144 +"Find and replace": "Trouver et remplacer",
  145 +"Replace with": "Remplacer par",
  146 +"Find": "Chercher",
  147 +"Replace all": "Tout remplacer",
  148 +"Match case": "Respecter la casse",
  149 +"Prev": "Pr\u00e9c ",
  150 +"Spellcheck": "V\u00e9rification orthographique",
  151 +"Finish": "Finie",
  152 +"Ignore all": "Tout ignorer",
  153 +"Ignore": "Ignorer",
  154 +"Add to Dictionary": "Ajouter au dictionnaire",
  155 +"Insert row before": "Ins\u00e9rer une ligne avant",
  156 +"Rows": "Lignes",
  157 +"Height": "Hauteur",
  158 +"Paste row after": "Coller la ligne apr\u00e8s",
  159 +"Alignment": "Alignement",
  160 +"Border color": "Couleur de la bordure",
  161 +"Column group": "Groupe de colonnes",
  162 +"Row": "Ligne",
  163 +"Insert column before": "Ins\u00e9rer une colonne avant",
  164 +"Split cell": "Diviser la cellule",
  165 +"Cell padding": "Espacement interne cellule",
  166 +"Cell spacing": "Espacement inter-cellulles",
  167 +"Row type": "Type de ligne",
  168 +"Insert table": "Ins\u00e9rer un tableau",
  169 +"Body": "Corps",
  170 +"Caption": "Titre",
  171 +"Footer": "Pied",
  172 +"Delete row": "Effacer la ligne",
  173 +"Paste row before": "Coller la ligne avant",
  174 +"Scope": "Etendue",
  175 +"Delete table": "Supprimer le tableau",
  176 +"H Align": "Alignement H",
  177 +"Top": "Haut",
  178 +"Header cell": "Cellule d'en-t\u00eate",
  179 +"Column": "Colonne",
  180 +"Row group": "Groupe de lignes",
  181 +"Cell": "Cellule",
  182 +"Middle": "Milieu",
  183 +"Cell type": "Type de cellule",
  184 +"Copy row": "Copier la ligne",
  185 +"Row properties": "Propri\u00e9t\u00e9s de la ligne",
  186 +"Table properties": "Propri\u00e9t\u00e9s du tableau",
  187 +"Bottom": "Bas",
  188 +"V Align": "Alignement V",
  189 +"Header": "En-t\u00eate",
  190 +"Right": "Droite",
  191 +"Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
  192 +"Cols": "Colonnes",
  193 +"Insert row after": "Ins\u00e9rer une ligne apr\u00e8s",
  194 +"Width": "Largeur",
  195 +"Cell properties": "Propri\u00e9t\u00e9s de la cellule",
  196 +"Left": "Gauche",
  197 +"Cut row": "Couper la ligne",
  198 +"Delete column": "Effacer la colonne",
  199 +"Center": "Centr\u00e9",
  200 +"Merge cells": "Fusionner les cellules",
  201 +"Insert template": "Ajouter un th\u00e8me",
  202 +"Templates": "Th\u00e8mes",
  203 +"Background color": "Couleur d'arri\u00e8re-plan",
  204 +"Custom...": "Personnalis\u00e9...",
  205 +"Custom color": "Couleur personnalis\u00e9e",
  206 +"No color": "Aucune couleur",
  207 +"Text color": "Couleur du texte",
  208 +"Show blocks": "Afficher les blocs",
  209 +"Show invisible characters": "Afficher les caract\u00e8res invisibles",
  210 +"Words: {0}": "Mots : {0}",
  211 +"Insert": "Ins\u00e9rer",
  212 +"File": "Fichier",
  213 +"Edit": "Editer",
  214 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone Texte Riche. Appuyer sur ALT-F9 pour le menu. Appuyer sur ALT-F10 pour la barre d'outils. Appuyer sur ALT-0 pour de l'aide.",
  215 +"Tools": "Outils",
  216 +"View": "Voir",
  217 +"Table": "Tableau",
  218 +"Format": "Format"
  219 +});
0 220 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/hy.js 0 → 100644
... ... @@ -0,0 +1,200 @@
  1 +tinymce.addI18n('hy',{
  2 +"Cut": "\u053f\u057f\u0580\u0565\u056c",
  3 +"Heading 5": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 5",
  4 +"Header 2": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 2",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u0541\u0565\u0580 \u0562\u0580\u0561\u0578\u0582\u0566\u0565\u0580\u0568 \u0579\u056b \u0561\u057a\u0561\u0570\u0578\u057e\u0578\u0582\u0574 \u0561\u0576\u0574\u056b\u057b\u0561\u056f\u0561\u0576 \u0565\u056c\u0584 \u0583\u0578\u056d\u0561\u0576\u0561\u056f\u0574\u0561\u0576 \u0562\u0578\u0582\u0586\u0565\u0580\u056b\u0576\u0589 \u053d\u0576\u0564\u0580\u0578\u0582\u0574 \u0565\u0576\u0584 \u0585\u0563\u057f\u057e\u0565\u056c Ctrl+X\/C\/V \u057d\u057f\u0565\u0572\u0576\u0565\u0580\u056b\u0581\u0589",
  6 +"Heading 4": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 4",
  7 +"Div": "Div",
  8 +"Heading 2": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 2",
  9 +"Paste": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c",
  10 +"Close": "\u0553\u0561\u056f\u0565\u056c",
  11 +"Font Family": "\u054f\u0561\u057c\u0561\u057f\u0565\u057d\u0561\u056f",
  12 +"Pre": "Pre",
  13 +"Align right": "\u0531\u057b\u0561\u056f\u0578\u0572\u0574\u0575\u0561 \u0570\u0561\u057e\u0561\u057d\u0561\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  14 +"New document": "\u0546\u0578\u0580 \u0583\u0561\u057d\u057f\u0561\u0569\u0578\u0582\u0572\u0569",
  15 +"Blockquote": "\u0544\u0565\u057b\u0562\u0565\u0580\u0578\u0582\u0574",
  16 +"Numbered list": "\u0540\u0561\u0574\u0561\u0580\u0561\u056f\u0561\u056c\u057e\u0561\u056e \u0581\u0578\u0582\u0581\u0561\u056f",
  17 +"Heading 1": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 1",
  18 +"Headings": "\u054e\u0565\u0580\u0576\u0561\u0563\u0580\u0565\u0580",
  19 +"Increase indent": "\u0544\u0565\u056e\u0561\u0581\u0576\u0565\u056c \u0571\u0561\u056d \u0565\u0566\u0580\u056b \u0570\u0565\u057c\u0561\u057e\u0578\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568",
  20 +"Formats": "\u0556\u0578\u0580\u0574\u0561\u057f\u0576\u0565\u0580",
  21 +"Headers": "\u054e\u0565\u0580\u0576\u0561\u0563\u0580\u0565\u0580",
  22 +"Select all": "\u0546\u0577\u0565\u056c \u0562\u0578\u056c\u0578\u0580\u0568",
  23 +"Header 3": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 3",
  24 +"Blocks": "\u0532\u056c\u0578\u056f\u0576\u0565\u0580",
  25 +"Undo": "\u0546\u0561\u056d\u0578\u0580\u0564 \u0584\u0561\u0575\u056c",
  26 +"Strikethrough": "\u0531\u0580\u057f\u0561\u0563\u056e\u057e\u0561\u056e",
  27 +"Bullet list": "\u0549\u0570\u0561\u0574\u0561\u0580\u0561\u056f\u0561\u056c\u057e\u0561\u056e \u0581\u0578\u0582\u0581\u0561\u056f",
  28 +"Header 1": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 1",
  29 +"Superscript": "\u054e\u0565\u0580\u056b\u0576 \u056b\u0576\u0564\u0565\u0584\u057d",
  30 +"Clear formatting": "\u0544\u0561\u0584\u0580\u0565\u056c \u0586\u0578\u0580\u0574\u0561\u057f\u0561\u057e\u0578\u0580\u0578\u0582\u0574\u0568",
  31 +"Font Sizes": "\u054f\u0561\u057c\u056b \u0579\u0561\u0583",
  32 +"Subscript": "\u054d\u057f\u0578\u0580\u056b\u0576 \u056b\u0576\u0564\u0565\u0584\u057d",
  33 +"Header 6": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 6",
  34 +"Redo": "\u0540\u0561\u057b\u0578\u0580\u0564 \u0584\u0561\u0575\u056c",
  35 +"Paragraph": "\u054a\u0561\u0580\u0562\u0565\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  36 +"Ok": "Ok",
  37 +"Bold": "\u0539\u0561\u057e\u0561\u057f\u0561\u057c",
  38 +"Code": "\u053f\u0578\u0564",
  39 +"Italic": "\u0547\u0565\u0572\u0561\u057f\u0561\u057c",
  40 +"Align center": "\u053f\u0565\u0576\u057f\u0580\u0578\u0576\u0561\u056f\u0561\u0576 \u0570\u0561\u057e\u0561\u057d\u0561\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  41 +"Header 5": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 5",
  42 +"Heading 6": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 6",
  43 +"Heading 3": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 3",
  44 +"Decrease indent": "\u0553\u0578\u0584\u0580\u0561\u0581\u0576\u0565\u056c \u0571\u0561\u056d \u0565\u0566\u0580\u056b \u0570\u0565\u057c\u0561\u057e\u0578\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568",
  45 +"Header 4": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u054f\u0565\u0584\u057d\u057f\u056b \u057f\u0565\u0572\u0561\u0564\u0580\u0578\u0582\u0574\u0568 \u056f\u0561\u057f\u0561\u0580\u057e\u0565\u056c\u0578\u0582 \u0567 \u0570\u0561\u057d\u0561\u0580\u0561\u056f \u057f\u0565\u0584\u057d\u057f\u056b \u057c\u0565\u056a\u056b\u0574\u0578\u057e\u0589 \u054a\u0561\u057f\u0573\u0565\u0576\u057e\u0561\u056e \u057f\u0565\u0584\u057d\u057f\u0568 \u057f\u0565\u0572\u0561\u0564\u0580\u057e\u0565\u056c\u0578\u0582 \u0567 \u0570\u0561\u057d\u0561\u0580\u0561\u056f \u057f\u0565\u0584\u057d\u057f\u056b \u0571\u0587\u0578\u057e \u0574\u056b\u0576\u0579\u0587 \u0561\u0575\u057d \u057c\u0565\u056a\u056b\u0574\u056b \u0561\u0576\u057b\u0561\u057f\u0578\u0582\u0574\u0568\u0589",
  47 +"Underline": "\u0538\u0576\u0564\u0563\u056e\u057e\u0561\u056e",
  48 +"Cancel": "\u0553\u0561\u056f\u0565\u056c",
  49 +"Justify": "\u0535\u0580\u056f\u056f\u0578\u0572\u0574\u0561\u0576\u056b \u0570\u0561\u057e\u0561\u057d\u0561\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  50 +"Inline": "\u054f\u0578\u0572\u0561\u0575\u056b\u0576",
  51 +"Copy": "\u054a\u0561\u057f\u0573\u0565\u0576\u0565\u056c",
  52 +"Align left": "\u0541\u0561\u056d\u0561\u056f\u0578\u0572\u0574\u0575\u0561 \u0570\u0561\u057e\u0561\u057d\u0561\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  53 +"Visual aids": "\u0551\u0578\u0582\u0581\u0561\u0564\u0580\u0565\u056c \u056f\u0578\u0576\u057f\u0578\u0582\u0580\u0576\u0565\u0580\u0568",
  54 +"Lower Greek": "\u0553\u0578\u0584\u0580\u0561\u057f\u0561\u057c \u0570\u0578\u0582\u0576\u0561\u056f\u0561\u0576 \u057f\u0561\u057c\u0565\u0580",
  55 +"Square": "\u0554\u0561\u057c\u0561\u056f\u0578\u0582\u057d\u056b",
  56 +"Default": "\u054d\u057f\u0561\u0576\u0564\u0561\u0580\u057f",
  57 +"Lower Alpha": "\u0553\u0578\u0584\u0580\u0561\u057f\u0561\u057c \u056c\u0561\u057f\u056b\u0576\u0561\u056f\u0561\u0576 \u057f\u0561\u057c\u0565\u0580",
  58 +"Circle": "\u0547\u0580\u057b\u0561\u0576",
  59 +"Disc": "\u053f\u056c\u0578\u0580",
  60 +"Upper Alpha": "\u0544\u0565\u056e\u0561\u057f\u0561\u057c \u056c\u0561\u057f\u056b\u0576\u0565\u0580\u0565\u0576 \u057f\u0561\u057c\u0565\u0580",
  61 +"Upper Roman": "\u0544\u0565\u056e\u0561\u057f\u0561\u057c \u0570\u057c\u0578\u0574\u0565\u0561\u056f\u0561\u0576 \u0569\u057e\u0565\u0580",
  62 +"Lower Roman": "\u0553\u0578\u0584\u0580\u0561\u057f\u0561\u057c \u0570\u057c\u0578\u0574\u0565\u0561\u056f\u0561\u0576 \u0569\u057e\u0565\u0580",
  63 +"Name": "\u0531\u0576\u0578\u0582\u0576",
  64 +"Anchor": "\u053d\u0561\u0580\u056b\u057d\u056d",
  65 +"You have unsaved changes are you sure you want to navigate away?": "\u053f\u0561\u0576 \u0579\u057a\u0561\u0570\u057a\u0561\u0576\u057e\u0561\u056e \u0583\u0578\u0583\u0578\u056d\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0576\u0565\u0580\u0589 \u0534\u0578\u0582\u0584 \u056b\u0580\u0578\u055e\u0584 \u0578\u0582\u0566\u0578\u0582\u0574 \u0565\u0584 \u0564\u0578\u0582\u0580\u057d \u0563\u0561\u056c",
  66 +"Restore last draft": "\u054e\u0565\u0580\u0561\u056f\u0561\u0576\u0563\u0576\u0565\u056c \u057e\u0565\u0580\u057b\u056b\u0576 \u0576\u0561\u056d\u0561\u0563\u056b\u056e\u0568",
  67 +"Special character": "\u0540\u0561\u057f\u0578\u0582\u056f \u057d\u056b\u0574\u057e\u0578\u056c\u0576\u0565\u0580",
  68 +"Source code": "\u053e\u0580\u0561\u0563\u0580\u0561\u0575\u056b\u0576 \u056f\u0578\u0564",
  69 +"Color": "\u0533\u0578\u0582\u0575\u0576",
  70 +"Right to left": "\u0531\u057b\u056b\u0581 \u0571\u0561\u056d",
  71 +"Left to right": "\u0541\u0561\u056d\u056b\u0581 \u0561\u057b",
  72 +"Emoticons": "\u054d\u0574\u0561\u0575\u056c\u056b\u056f\u0576\u0565\u0580",
  73 +"Robots": "Robots",
  74 +"Document properties": "\u0553\u0561\u057d\u057f\u0561\u0569\u0572\u0569\u056b \u0570\u0561\u057f\u056f\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0576\u0565\u0580\u0568",
  75 +"Title": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580",
  76 +"Keywords": "\u0548\u0580\u0578\u0576\u0578\u0572\u0561\u056f\u0561\u0576 \u0562\u0561\u057c\u0565\u0580",
  77 +"Encoding": "\u053f\u0578\u0564\u0561\u057e\u0578\u0580\u0578\u0582\u0574",
  78 +"Description": "\u0546\u056f\u0561\u0580\u0561\u0563\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  79 +"Author": "\u0540\u0565\u0572\u056b\u0576\u0561\u056f",
  80 +"Fullscreen": "\u0531\u0574\u0562\u0578\u0572\u057b \u0567\u056f\u0580\u0561\u0576\u0578\u057e",
  81 +"Horizontal line": "\u0540\u0578\u0580\u056b\u0566\u0578\u0576\u0561\u056f\u0561\u0576 \u0563\u056b\u056e",
  82 +"Horizontal space": "\u0540\u0578\u0580\u056b\u0566\u0578\u0576\u0561\u056f\u0561\u0576 \u057f\u0561\u0580\u0561\u056e\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  83 +"B": "B",
  84 +"Insert\/edit image": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c\/\u056d\u0574\u0562\u0561\u0563\u0580\u0565\u056c \u0576\u056f\u0561\u0580",
  85 +"General": "\u0533\u056c\u056d\u0561\u057e\u0578\u0580",
  86 +"Advanced": "\u053c\u0580\u0561\u0581\u0578\u0582\u0581\u056b\u0579",
  87 +"G": "G",
  88 +"R": "R",
  89 +"Source": "\u0546\u056f\u0561\u0580\u056b \u0570\u0561\u057d\u0581\u0565",
  90 +"Border": "\u0535\u0566\u0580\u0561\u0563\u056b\u056e",
  91 +"Constrain proportions": "\u054a\u0561\u0570\u057a\u0561\u0576\u0565\u056c \u0574\u0561\u0577\u057f\u0561\u0562\u0561\u057e\u0578\u0580\u0578\u0582\u0574\u0568",
  92 +"Vertical space": "\u0548\u0582\u0572\u0572\u0561\u0570\u0561\u0575\u0561\u0581 \u057f\u0561\u0580\u0561\u056e\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  93 +"Image description": "\u0546\u056f\u0561\u0580\u0561\u0563\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  94 +"Style": "\u0548\u0573",
  95 +"Dimensions": "\u0549\u0561\u0583\u0565\u0580",
  96 +"Insert image": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0576\u056f\u0561\u0580",
  97 +"Insert date\/time": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0561\u0574\u057d\u0561\u0569\u056b\u057e\/\u056a\u0561\u0574\u0561\u0576\u0561\u056f",
  98 +"Remove link": "\u054b\u0576\u057b\u0565\u056c \u0570\u0572\u0578\u0582\u0574\u0568",
  99 +"Url": "Url",
  100 +"Text to display": "\u0540\u0572\u0574\u0561\u0576 \u057f\u0565\u0584\u057d\u057f",
  101 +"Anchors": "\u053d\u0561\u0580\u056b\u057d\u056d\u0576\u0565\u0580",
  102 +"Insert link": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0570\u0572\u0578\u0582\u0574",
  103 +"New window": "\u0546\u0578\u0580 \u057a\u0561\u057f\u0578\u0582\u0570\u0561\u0576",
  104 +"None": "\u0548\u0579\u056b\u0576\u0579",
  105 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u0544\u0578\u0582\u057f\u0584\u0561\u0563\u0580\u057e\u0561\u056e \u0570\u0572\u0578\u0582\u0574\u0568 \u056f\u0561\u0580\u056e\u0565\u057d \u0561\u0580\u057f\u0561\u0584\u056b\u0576 \u0570\u0572\u0578\u0582\u0574 \u0567: \u0534\u0578\u0582\u0584 \u056f\u0581\u0561\u0576\u056f\u0561\u0576\u0561\u0584 \u0561\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c http:\/\/ \u0570\u0572\u0574\u0561\u0576 \u057d\u056f\u0566\u0562\u0578\u0582\u0574",
  106 +"Target": "\u0539\u056b\u0580\u0561\u056d",
  107 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0544\u0578\u0582\u057f\u0584\u0561\u0563\u0580\u057e\u0561\u056e \u0570\u0572\u0578\u0582\u0574\u0568 \u056f\u0561\u0580\u056e\u0565\u057d \u0537\u056c. \u0583\u0578\u057d\u057f\u056b \u0570\u0561\u057d\u0581\u0565 \u0567: \u0534\u0578\u0582\u0584 \u056f\u0581\u0561\u0576\u056f\u0561\u0576\u0561\u0584 \u0561\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c mailto: \u0570\u0572\u0574\u0561\u0576 \u057d\u056f\u0566\u0562\u0578\u0582\u0574",
  108 +"Insert\/edit link": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c\/\u056d\u0574\u0562\u0561\u0563\u0580\u0565\u056c \u0570\u0572\u0578\u0582\u0574",
  109 +"Insert\/edit video": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c\/\u056d\u0574\u0562\u0561\u0563\u0580\u0565\u056c \u057e\u056b\u0564\u0565\u0578",
  110 +"Poster": "\u054a\u0561\u057d\u057f\u0561\u057c",
  111 +"Alternative source": "\u0531\u0575\u056c\u0568\u0576\u057f\u0580\u0561\u0576\u0584\u0561\u0575\u056b\u0576 \u056f\u0578\u0564",
  112 +"Paste your embed code below:": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u0584 \u0541\u0565\u0580 \u056f\u0578\u0564\u0568 \u0561\u0575\u057d\u057f\u0565\u0572\u055d",
  113 +"Insert video": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u057e\u056b\u0564\u0565\u0578",
  114 +"Embed": "\u054f\u0565\u0572\u0561\u0564\u0580\u057e\u0578\u0572 \u056f\u0578\u0564",
  115 +"Nonbreaking space": "\u0531\u057c\u0561\u0576\u0581 \u0576\u0578\u0580 \u057f\u0578\u0572\u056b \u0562\u0561\u0581\u0561\u057f",
  116 +"Page break": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0567\u057b\u056b \u0561\u0576\u057b\u0561\u057f\u056b\u0579",
  117 +"Paste as text": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0578\u0580\u057a\u0565\u057d \u057f\u0565\u0584\u057d\u057f",
  118 +"Preview": "\u0546\u0561\u056d\u0576\u0561\u056f\u0561\u0576 \u0564\u056b\u057f\u0578\u0582\u0574",
  119 +"Print": "\u054f\u057a\u0565\u056c",
  120 +"Save": "\u054a\u0561\u0570\u057a\u0561\u0576\u0565\u056c",
  121 +"Could not find the specified string.": "\u0546\u0577\u057e\u0561\u056e \u057f\u0565\u0584\u057d\u057f\u0568 \u0579\u056b \u0563\u057f\u0576\u057e\u0565\u056c",
  122 +"Replace": "\u0553\u0578\u056d\u0561\u0580\u056b\u0576\u0565\u056c",
  123 +"Next": "\u0540\u0561\u057b\u0578\u0580\u0564",
  124 +"Whole words": "\u0532\u0561\u057c\u0565\u0580\u0568 \u0561\u0574\u0562\u0578\u0572\u057b\u0578\u0582\u0569\u0575\u0561\u0574\u0562",
  125 +"Find and replace": "\u0553\u0576\u057f\u0580\u0565\u056c \u0587 \u0583\u0578\u056d\u0561\u0580\u056b\u0576\u0565\u056c",
  126 +"Replace with": "\u0553\u0578\u056d\u0561\u0580\u056b\u0576\u0565\u056c",
  127 +"Find": "\u0553\u0576\u057f\u0580\u0565\u056c",
  128 +"Replace all": "\u0553\u0578\u056d\u0561\u0580\u056b\u0576\u0565\u056c \u0562\u0578\u056c\u0578\u0580\u0568",
  129 +"Match case": "\u0540\u0561\u0577\u057e\u056b \u0561\u057c\u0576\u0565\u056c \u057c\u0565\u0563\u056b\u057d\u057f\u0578\u0580\u0568",
  130 +"Prev": "\u0546\u0561\u056d\u0578\u0580\u0564",
  131 +"Spellcheck": "\u0548\u0582\u0572\u0572\u0561\u0563\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  132 +"Finish": "\u0531\u057e\u0561\u0580\u057f\u0565\u056c",
  133 +"Ignore all": "\u0531\u0576\u057f\u0565\u057d\u0565\u056c \u0562\u0578\u056c\u0578\u0580\u0568",
  134 +"Ignore": "\u0531\u0576\u057f\u0565\u057d\u0565\u056c",
  135 +"Add to Dictionary": "\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u0562\u0561\u057c\u0561\u0580\u0561\u0576\u0578\u0582\u0574",
  136 +"Insert row before": "\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u057f\u0578\u0572 \u057e\u0565\u0580\u0587\u0578\u0582\u0574",
  137 +"Rows": "\u054f\u0578\u0572\u0565\u0580",
  138 +"Height": "\u0532\u0561\u0580\u0571\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  139 +"Paste row after": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u057f\u0578\u0572\u0568 \u0576\u0565\u0580\u0584\u0587\u0578\u0582\u0574",
  140 +"Alignment": "\u0540\u0561\u057e\u0561\u057d\u0561\u0580\u0565\u0581\u0578\u0582\u0574",
  141 +"Border color": "\u0535\u0566\u0580\u0561\u0563\u056b\u056e",
  142 +"Column group": "\u054d\u0575\u0578\u0582\u0576\u0575\u0561\u056f\u0576\u0565\u0580\u056b \u056d\u0578\u0582\u0574\u0562",
  143 +"Row": "\u054f\u0578\u0572",
  144 +"Insert column before": "\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u0576\u0578\u0580 \u057d\u0575\u0578\u0582\u0576 \u0571\u0561\u056d\u056b\u0581",
  145 +"Split cell": "\u0532\u0561\u056a\u0561\u0576\u0565\u056c \u057e\u0561\u0576\u0564\u0561\u056f\u0568",
  146 +"Cell padding": "\u0546\u0565\u0580\u0584\u056b\u0576 \u057f\u0561\u0580\u0561\u056e\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  147 +"Cell spacing": "\u0531\u0580\u057f\u0561\u0584\u056b\u0576 \u057f\u0561\u0580\u0561\u056e\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  148 +"Row type": "\u054f\u0578\u0572\u056b \u057f\u056b\u057a",
  149 +"Insert table": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0561\u0572\u0575\u0578\u0582\u057d\u0561\u056f",
  150 +"Body": "\u054a\u0561\u0580\u0578\u0582\u0576\u0561\u056f\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  151 +"Caption": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580",
  152 +"Footer": "\u0531\u0572\u0575\u0578\u0582\u057d\u0561\u056f\u056b \u057d\u057f\u0578\u0580\u056b\u0576 \u0570\u0561\u057f\u057e\u0561\u056e",
  153 +"Delete row": "\u054b\u0576\u057b\u0565\u056c \u057f\u0578\u0572\u0568",
  154 +"Paste row before": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u057f\u0578\u0572\u0568 \u057e\u0565\u0580\u0587\u0578\u0582\u0574",
  155 +"Scope": "Scope",
  156 +"Delete table": "\u054b\u0576\u057b\u0565\u056c \u0561\u0572\u0575\u0578\u0582\u057d\u0561\u056f\u0568",
  157 +"H Align": "\u0540. \u0540\u0561\u057e\u0561\u057d\u0561\u0580\u0565\u0581\u0578\u0582\u0574",
  158 +"Top": "\u054e\u0565\u0580\u0587",
  159 +"Header cell": "\u054e\u0565\u0580\u0576\u0561\u0563\u0580\u056b \u057e\u0561\u0576\u0564\u0561\u056f\u0576\u0565\u0580",
  160 +"Column": "\u054d\u0575\u0578\u0582\u0576\u0575\u0561\u056f",
  161 +"Row group": "\u054f\u0578\u0572\u0565\u0580\u056b \u056d\u0578\u0582\u0574\u0562",
  162 +"Cell": "\u054e\u0561\u0576\u0564\u0561\u056f",
  163 +"Middle": "\u0544\u0565\u057b\u057f\u0565\u0572",
  164 +"Cell type": "\u054e\u0561\u0576\u0564\u0561\u056f\u056b \u057f\u056b\u057a",
  165 +"Copy row": "\u054a\u0561\u057f\u0573\u0565\u0576\u0565\u056c \u057f\u0578\u0572\u0568",
  166 +"Row properties": "\u054f\u0578\u0572\u056b \u0570\u0561\u057f\u056f\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0576\u0565\u0580\u0568",
  167 +"Table properties": "\u0531\u0572\u0575\u0578\u0582\u057d\u0561\u056f\u056b \u0570\u0561\u057f\u056f\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0576\u0565\u0580\u0568",
  168 +"Bottom": "\u0546\u0565\u0580\u0584\u0587",
  169 +"V Align": "\u0548\u0582. \u0570\u0561\u057e\u0561\u057d\u0561\u0580\u0565\u0581\u0578\u0582\u0574",
  170 +"Header": "\u054e\u0565\u0580\u0576\u0561\u0563\u056b\u0580",
  171 +"Right": "\u0531\u057b",
  172 +"Insert column after": "\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u0576\u0578\u0580 \u057d\u0575\u0578\u0582\u0576 \u0561\u057b\u056b\u0581",
  173 +"Cols": "\u054d\u0575\u0578\u0582\u0576\u0575\u0561\u056f\u0576\u0565\u0580",
  174 +"Insert row after": "\u0531\u057e\u0565\u056c\u0561\u0581\u0576\u0565\u056c \u057f\u0578\u0572 \u0576\u0565\u0580\u0584\u0587\u0578\u0582\u0574",
  175 +"Width": "\u053c\u0561\u0575\u0576\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
  176 +"Cell properties": "\u054e\u0561\u0576\u0564\u0561\u056f\u056b \u0570\u0561\u057f\u056f\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0576\u0565\u0580\u0568",
  177 +"Left": "\u0541\u0561\u056d",
  178 +"Cut row": "\u053f\u057f\u0580\u0565\u056c \u057f\u0578\u0572\u0568",
  179 +"Delete column": "\u0541\u0576\u057b\u0565\u056c \u057d\u0575\u0578\u0582\u0576\u0568",
  180 +"Center": "\u053f\u0565\u0576\u057f\u0580\u0578\u0576",
  181 +"Merge cells": "\u0544\u056b\u0561\u057e\u0578\u0580\u0565\u056c \u057e\u0561\u0576\u0564\u0561\u056f\u0576\u0565\u0580\u0568",
  182 +"Insert template": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c \u0571\u0587\u0561\u0576\u0574\u0578\u0582\u0577",
  183 +"Templates": "\u0541\u0587\u0561\u0576\u0574\u0578\u0582\u0577\u0576\u0565\u0580",
  184 +"Background color": "\u0556\u0578\u0576\u056b \u0563\u0578\u0582\u0575\u0576",
  185 +"Custom...": "\u0531\u0575\u056c...",
  186 +"Custom color": "\u0531\u0575\u056c \u0563\u0578\u0582\u0575\u0576",
  187 +"No color": "\u0531\u0576\u0563\u0578\u0582\u0575\u0576",
  188 +"Text color": "\u054f\u0561\u057c\u056b \u0563\u0578\u0582\u0575\u0576",
  189 +"Show blocks": "\u0551\u0578\u0582\u0581\u0561\u0564\u0580\u0565\u056c \u0562\u056c\u0578\u056f\u0576\u0565\u0580\u0568",
  190 +"Show invisible characters": "\u0551\u0578\u0582\u0575\u0581 \u057f\u0561\u056c \u0561\u0576\u057f\u0565\u057d\u0561\u0576\u0565\u056c\u056b \u057d\u056b\u0574\u057e\u0578\u056c\u0576\u0565\u0580\u0568",
  191 +"Words: {0}": "\u0532\u0561\u057c\u0565\u0580\u056b \u0584\u0561\u0576\u0561\u056f: {0}",
  192 +"Insert": "\u054f\u0565\u0572\u0561\u0564\u0580\u0565\u056c",
  193 +"File": "\u0556\u0561\u0575\u056c",
  194 +"Edit": "\u053d\u0574\u0562\u0561\u0563\u0580\u0565\u056c",
  195 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u054f\u0565\u0584\u057d\u057f\u0561\u0575\u056b\u0576 \u0564\u0561\u0577\u057f\u0589 \u054d\u0565\u0572\u0574\u0565\u0584 ALT-F9 \u0574\u0565\u0576\u0575\u0578\u0582\u056b \u0570\u0561\u0574\u0561\u0580\u0589 ALT-F10 \u0563\u0578\u0580\u056e\u056b\u0584\u0576\u0565\u0580\u056b \u057e\u0561\u0570\u0561\u0576\u0561\u056f\u0589 \u054d\u0565\u0572\u0574\u0565\u0584 ALT-0 \u0585\u0563\u0576\u0578\u0582\u0569\u0575\u0561\u0576 \u0570\u0561\u0574\u0561\u0580",
  196 +"Tools": "\u0533\u0578\u0580\u056e\u056b\u0584\u0576\u0565\u0580",
  197 +"View": "\u054f\u0565\u057d\u0584",
  198 +"Table": "\u0531\u0572\u0575\u0578\u0582\u057d\u0561\u056f",
  199 +"Format": "\u0556\u0578\u0580\u0574\u0561\u057f"
  200 +});
0 201 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/it.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('it',{
  2 +"Cut": "Taglia",
  3 +"Heading 5": "Intestazione 5",
  4 +"Header 2": "Header 2",
  5 +"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.",
  6 +"Heading 4": "Intestazione 4",
  7 +"Div": "Div",
  8 +"Heading 2": "Intestazione 2",
  9 +"Paste": "Incolla",
  10 +"Close": "Chiudi",
  11 +"Font Family": "Famiglia font",
  12 +"Pre": "Pre",
  13 +"Align right": "Allinea a Destra",
  14 +"New document": "Nuovo Documento",
  15 +"Blockquote": "Blockquote",
  16 +"Numbered list": "Elenchi Numerati",
  17 +"Heading 1": "Intestazione 1",
  18 +"Headings": "Intestazioni",
  19 +"Increase indent": "Aumenta Rientro",
  20 +"Formats": "Formattazioni",
  21 +"Headers": "Intestazioni",
  22 +"Select all": "Seleziona Tutto",
  23 +"Header 3": "Intestazione 3",
  24 +"Blocks": "Blocchi",
  25 +"Undo": "Indietro",
  26 +"Strikethrough": "Barrato",
  27 +"Bullet list": "Elenchi Puntati",
  28 +"Header 1": "Intestazione 1",
  29 +"Superscript": "Apice",
  30 +"Clear formatting": "Cancella Formattazione",
  31 +"Font Sizes": "Dimensioni font",
  32 +"Subscript": "Pedice",
  33 +"Header 6": "Intestazione 6",
  34 +"Redo": "Ripeti",
  35 +"Paragraph": "Paragrafo",
  36 +"Ok": "Ok",
  37 +"Bold": "Grassetto",
  38 +"Code": "Codice",
  39 +"Italic": "Corsivo",
  40 +"Align center": "Allinea al Cento",
  41 +"Header 5": "Intestazione 5",
  42 +"Heading 6": "Intestazione 6",
  43 +"Heading 3": "Intestazione 3",
  44 +"Decrease indent": "Riduci Rientro",
  45 +"Header 4": "Intestazione 4",
  46 +"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.",
  47 +"Underline": "Sottolineato",
  48 +"Cancel": "Cancella",
  49 +"Justify": "Giustifica",
  50 +"Inline": "Inlinea",
  51 +"Copy": "Copia",
  52 +"Align left": "Allinea a Sinistra",
  53 +"Visual aids": "Elementi Visivi",
  54 +"Lower Greek": "Greek Minore",
  55 +"Square": "Quadrato",
  56 +"Default": "Default",
  57 +"Lower Alpha": "Alpha Minore",
  58 +"Circle": "Cerchio",
  59 +"Disc": "Disco",
  60 +"Upper Alpha": "Alpha Superiore",
  61 +"Upper Roman": "Roman Superiore",
  62 +"Lower Roman": "Roman Minore",
  63 +"Name": "Nome",
  64 +"Anchor": "Fissa",
  65 +"You have unsaved changes are you sure you want to navigate away?": "Non hai salvato delle modifiche, sei sicuro di andartene?",
  66 +"Restore last draft": "Ripristina l'ultima bozza.",
  67 +"Special character": "Carattere Speciale",
  68 +"Source code": "Codice Sorgente",
  69 +"B": "B",
  70 +"R": "R",
  71 +"G": "G",
  72 +"Color": "Colore",
  73 +"Right to left": "Da Destra a Sinistra",
  74 +"Left to right": "Da Sinistra a Destra",
  75 +"Emoticons": "Emoction",
  76 +"Robots": "Robot",
  77 +"Document properties": "Propriet\u00e0 Documento",
  78 +"Title": "Titolo",
  79 +"Keywords": "Parola Chiave",
  80 +"Encoding": "Codifica",
  81 +"Description": "Descrizione",
  82 +"Author": "Autore",
  83 +"Fullscreen": "Schermo Intero",
  84 +"Horizontal line": "Linea Orizzontale",
  85 +"Horizontal space": "Spazio Orizzontale",
  86 +"Insert\/edit image": "Aggiungi\/Modifica Immagine",
  87 +"General": "Generale",
  88 +"Advanced": "Avanzato",
  89 +"Source": "Fonte",
  90 +"Border": "Bordo",
  91 +"Constrain proportions": "Mantieni Proporzioni",
  92 +"Vertical space": "Spazio Verticale",
  93 +"Image description": "Descrizione Immagine",
  94 +"Style": "Stile",
  95 +"Dimensions": "Dimenzioni",
  96 +"Insert image": "Inserisci immagine",
  97 +"Zoom in": "Ingrandisci",
  98 +"Contrast": "Contrasto",
  99 +"Back": "Indietro",
  100 +"Gamma": "Gamma",
  101 +"Flip horizontally": "Rifletti orizzontalmente",
  102 +"Resize": "Ridimensiona",
  103 +"Sharpen": "Contrasta",
  104 +"Zoom out": "Rimpicciolisci",
  105 +"Image options": "Opzioni immagine",
  106 +"Apply": "Applica",
  107 +"Brightness": "Luminosit\u00e0",
  108 +"Rotate clockwise": "Ruota in senso orario",
  109 +"Rotate counterclockwise": "Ruota in senso antiorario",
  110 +"Edit image": "Modifica immagine",
  111 +"Color levels": "Livelli colore",
  112 +"Crop": "Taglia",
  113 +"Orientation": "Orientamento",
  114 +"Flip vertically": "Rifletti verticalmente",
  115 +"Invert": "Inverti",
  116 +"Insert date\/time": "Inserisci Data\/Ora",
  117 +"Remove link": "Rimuovi link",
  118 +"Url": "Url",
  119 +"Text to display": "Testo da Visualizzare",
  120 +"Anchors": "Anchors",
  121 +"Insert link": "Inserisci il Link",
  122 +"New window": "Nuova Finestra",
  123 +"None": "No",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL inserito sembra essere un collegamento esterno. Vuoi aggiungere il prefisso necessario http:\/\/?",
  125 +"Target": "Target",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL inserito sembra essere un indirizzo email. Vuoi aggiungere il prefisso necessario mailto:?",
  127 +"Insert\/edit link": "Inserisci\/Modifica Link",
  128 +"Insert\/edit video": "Inserisci\/Modifica Video",
  129 +"Poster": "Anteprima",
  130 +"Alternative source": "Alternativo",
  131 +"Paste your embed code below:": "Incolla il codice d'incorporamento qui:",
  132 +"Insert video": "Inserisci Video",
  133 +"Embed": "Incorporare",
  134 +"Nonbreaking space": "Spazio unificatore",
  135 +"Page break": "Interruzione di pagina",
  136 +"Paste as text": "incolla come testo",
  137 +"Preview": "Anteprima",
  138 +"Print": "Stampa",
  139 +"Save": "Salva",
  140 +"Could not find the specified string.": "Impossibile trovare la parola specifica.",
  141 +"Replace": "Sostituisci",
  142 +"Next": "Successivo",
  143 +"Whole words": "Parole Sbagliate",
  144 +"Find and replace": "Trova e Sostituisci",
  145 +"Replace with": "Sostituisci Con",
  146 +"Find": "Trova",
  147 +"Replace all": "Sostituisci Tutto",
  148 +"Match case": "Maiuscole\/Minuscole ",
  149 +"Prev": "Precedente",
  150 +"Spellcheck": "Controllo ortografico",
  151 +"Finish": "Termina",
  152 +"Ignore all": "Ignora Tutto",
  153 +"Ignore": "Ignora",
  154 +"Add to Dictionary": "Aggiungi al Dizionario",
  155 +"Insert row before": "Inserisci una Riga Prima",
  156 +"Rows": "Righe",
  157 +"Height": "Altezza",
  158 +"Paste row after": "Incolla una Riga Dopo",
  159 +"Alignment": "Allineamento",
  160 +"Border color": "Colore bordo",
  161 +"Column group": "Gruppo di Colonne",
  162 +"Row": "Riga",
  163 +"Insert column before": "Inserisci una Colonna Prima",
  164 +"Split cell": "Dividi Cella",
  165 +"Cell padding": "Padding della Cella",
  166 +"Cell spacing": "Spaziatura della Cella",
  167 +"Row type": "Tipo di Riga",
  168 +"Insert table": "Inserisci Tabella",
  169 +"Body": "Body",
  170 +"Caption": "Didascalia",
  171 +"Footer": "Footer",
  172 +"Delete row": "Cancella Riga",
  173 +"Paste row before": "Incolla una Riga Prima",
  174 +"Scope": "Campo",
  175 +"Delete table": "Cancella Tabella",
  176 +"H Align": "Allineamento H",
  177 +"Top": "In alto",
  178 +"Header cell": "cella d'intestazione",
  179 +"Column": "Colonna",
  180 +"Row group": "Gruppo di Righe",
  181 +"Cell": "Cella",
  182 +"Middle": "In mezzo",
  183 +"Cell type": "Tipo di Cella",
  184 +"Copy row": "Copia Riga",
  185 +"Row properties": "Propriet\u00e0 della Riga",
  186 +"Table properties": "Propiet\u00e0 della Tabella",
  187 +"Bottom": "In fondo",
  188 +"V Align": "Allineamento V",
  189 +"Header": "Header",
  190 +"Right": "Destra",
  191 +"Insert column after": "Inserisci una Colonna Dopo",
  192 +"Cols": "Colonne",
  193 +"Insert row after": "Inserisci una Riga Dopo",
  194 +"Width": "Larghezza",
  195 +"Cell properties": "Propiet\u00e0 della Cella",
  196 +"Left": "Sinistra",
  197 +"Cut row": "Taglia Riga",
  198 +"Delete column": "Cancella Colonna",
  199 +"Center": "Centro",
  200 +"Merge cells": "Unisci Cella",
  201 +"Insert template": "Inserisci Template",
  202 +"Templates": "Template",
  203 +"Background color": "Colore Background",
  204 +"Custom...": "Personalizzato...",
  205 +"Custom color": "Colore personalizzato",
  206 +"No color": "Nessun colore",
  207 +"Text color": "Colore Testo",
  208 +"Show blocks": "Mostra Blocchi",
  209 +"Show invisible characters": "Mostra Caratteri Invisibili",
  210 +"Words: {0}": "Parole: {0}",
  211 +"Insert": "Inserisci",
  212 +"File": "File",
  213 +"Edit": "Modifica",
  214 +"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.",
  215 +"Tools": "Strumenti",
  216 +"View": "Visualiza",
  217 +"Table": "Tabella",
  218 +"Format": "Formato"
  219 +});
0 220 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/pt_BR.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('pt_BR',{
  2 +"Cut": "Recortar",
  3 +"Heading 5": "Cabe\u00e7alho 5",
  4 +"Header 2": "Cabe\u00e7alho 2",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Seu navegador n\u00e3o suporta acesso direto \u00e0 \u00e1rea de transfer\u00eancia. Por favor use os atalhos Ctrl+X - C - V do teclado",
  6 +"Heading 4": "Cabe\u00e7alho 4",
  7 +"Div": "Div",
  8 +"Heading 2": "Cabe\u00e7alho 2",
  9 +"Paste": "Colar",
  10 +"Close": "Fechar",
  11 +"Font Family": "Fonte",
  12 +"Pre": "Pre",
  13 +"Align right": "Alinhar \u00e0 direita",
  14 +"New document": "Novo documento",
  15 +"Blockquote": "Aspas",
  16 +"Numbered list": "Lista ordenada",
  17 +"Heading 1": "Cabe\u00e7alho 1",
  18 +"Headings": "Cabe\u00e7alhos",
  19 +"Increase indent": "Aumentar recuo",
  20 +"Formats": "Formatos",
  21 +"Headers": "Cabe\u00e7alhos",
  22 +"Select all": "Selecionar tudo",
  23 +"Header 3": "Cabe\u00e7alho 3",
  24 +"Blocks": "Blocos",
  25 +"Undo": "Desfazer",
  26 +"Strikethrough": "Riscar",
  27 +"Bullet list": "Lista n\u00e3o ordenada",
  28 +"Header 1": "Cabe\u00e7alho 1",
  29 +"Superscript": "Sobrescrito",
  30 +"Clear formatting": "Limpar formata\u00e7\u00e3o",
  31 +"Font Sizes": "Tamanho",
  32 +"Subscript": "Subscrever",
  33 +"Header 6": "Cabe\u00e7alho 6",
  34 +"Redo": "Refazer",
  35 +"Paragraph": "Par\u00e1grafo",
  36 +"Ok": "Ok",
  37 +"Bold": "Negrito",
  38 +"Code": "C\u00f3digo",
  39 +"Italic": "It\u00e1lico",
  40 +"Align center": "Centralizar",
  41 +"Header 5": "Cabe\u00e7alho 5",
  42 +"Heading 6": "Cabe\u00e7alho 6",
  43 +"Heading 3": "Cabe\u00e7alho 3",
  44 +"Decrease indent": "Diminuir recuo",
  45 +"Header 4": "Cabe\u00e7alho 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "O comando colar est\u00e1 agora em modo texto plano. O conte\u00fado ser\u00e1 colado como texto plano at\u00e9 voc\u00ea desligar esta op\u00e7\u00e3o.",
  47 +"Underline": "Sublinhar",
  48 +"Cancel": "Cancelar",
  49 +"Justify": "Justificar",
  50 +"Inline": "Em linha",
  51 +"Copy": "Copiar",
  52 +"Align left": "Alinhar \u00e0 esquerda",
  53 +"Visual aids": "Ajuda visual",
  54 +"Lower Greek": "\u03b1. \u03b2. \u03b3. ...",
  55 +"Square": "Quadrado",
  56 +"Default": "Padr\u00e3o",
  57 +"Lower Alpha": "a. b. c. ...",
  58 +"Circle": "C\u00edrculo",
  59 +"Disc": "Disco",
  60 +"Upper Alpha": "A. B. C. ...",
  61 +"Upper Roman": "I. II. III. ...",
  62 +"Lower Roman": "i. ii. iii. ...",
  63 +"Name": "Nome",
  64 +"Anchor": "\u00c2ncora",
  65 +"You have unsaved changes are you sure you want to navigate away?": "Voc\u00ea tem mudan\u00e7as n\u00e3o salvas. Voc\u00ea tem certeza que deseja sair?",
  66 +"Restore last draft": "Restaurar \u00faltimo rascunho",
  67 +"Special character": "Caracteres especiais",
  68 +"Source code": "C\u00f3digo fonte",
  69 +"B": "B",
  70 +"R": "R",
  71 +"G": "G",
  72 +"Color": "Cor",
  73 +"Right to left": "Da direita para a esquerda",
  74 +"Left to right": "Da esquerda para a direita",
  75 +"Emoticons": "Emoticons",
  76 +"Robots": "Rob\u00f4s",
  77 +"Document properties": "Propriedades do documento",
  78 +"Title": "T\u00edtulo",
  79 +"Keywords": "Palavras-chave",
  80 +"Encoding": "Codifica\u00e7\u00e3o",
  81 +"Description": "Descri\u00e7\u00e3o",
  82 +"Author": "Autor",
  83 +"Fullscreen": "Tela cheia",
  84 +"Horizontal line": "Linha horizontal",
  85 +"Horizontal space": "Espa\u00e7amento horizontal",
  86 +"Insert\/edit image": "Inserir\/editar imagem",
  87 +"General": "Geral",
  88 +"Advanced": "Avan\u00e7ado",
  89 +"Source": "Endere\u00e7o da imagem",
  90 +"Border": "Borda",
  91 +"Constrain proportions": "Manter propor\u00e7\u00f5es",
  92 +"Vertical space": "Espa\u00e7amento vertical",
  93 +"Image description": "Inserir descri\u00e7\u00e3o",
  94 +"Style": "Estilo",
  95 +"Dimensions": "Dimens\u00f5es",
  96 +"Insert image": "Inserir imagem",
  97 +"Zoom in": "Aumentar zoom",
  98 +"Contrast": "Contraste",
  99 +"Back": "Voltar",
  100 +"Gamma": "Gama",
  101 +"Flip horizontally": "Virar horizontalmente",
  102 +"Resize": "Redimensionar",
  103 +"Sharpen": "Aumentar nitidez",
  104 +"Zoom out": "Diminuir zoom",
  105 +"Image options": "Op\u00e7\u00f5es de Imagem",
  106 +"Apply": "Aplicar",
  107 +"Brightness": "Brilho",
  108 +"Rotate clockwise": "Girar em sentido anti-hor\u00e1rio",
  109 +"Rotate counterclockwise": "Girar em sentido hor\u00e1rio",
  110 +"Edit image": "Editar imagem",
  111 +"Color levels": "N\u00edveis de cor",
  112 +"Crop": "Cortar",
  113 +"Orientation": "Orienta\u00e7\u00e3o",
  114 +"Flip vertically": "Virar verticalmente",
  115 +"Invert": "Inverter",
  116 +"Insert date\/time": "Inserir data\/hora",
  117 +"Remove link": "Remover link",
  118 +"Url": "Url",
  119 +"Text to display": "Texto para mostrar",
  120 +"Anchors": "\u00c2ncoras",
  121 +"Insert link": "Inserir link",
  122 +"New window": "Nova janela",
  123 +"None": "Nenhum",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "A URL que voc\u00ea informou parece ser um link externo. Deseja incluir o prefixo http:\/\/?",
  125 +"Target": "Alvo",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
  127 +"Insert\/edit link": "Inserir\/editar link",
  128 +"Insert\/edit video": "Inserir\/editar v\u00eddeo",
  129 +"Poster": "Autor",
  130 +"Alternative source": "Fonte alternativa",
  131 +"Paste your embed code below:": "Insira o c\u00f3digo de incorpora\u00e7\u00e3o abaixo:",
  132 +"Insert video": "Inserir v\u00eddeo",
  133 +"Embed": "Incorporar",
  134 +"Nonbreaking space": "Espa\u00e7o n\u00e3o separ\u00e1vel",
  135 +"Page break": "Quebra de p\u00e1gina",
  136 +"Paste as text": "Colar como texto",
  137 +"Preview": "Pr\u00e9-visualizar",
  138 +"Print": "Imprimir",
  139 +"Save": "Salvar",
  140 +"Could not find the specified string.": "N\u00e3o foi poss\u00edvel encontrar o termo especificado",
  141 +"Replace": "Substituir",
  142 +"Next": "Pr\u00f3ximo",
  143 +"Whole words": "Palavras inteiras",
  144 +"Find and replace": "Localizar e substituir",
  145 +"Replace with": "Substituir por",
  146 +"Find": "Localizar",
  147 +"Replace all": "Substituir tudo",
  148 +"Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
  149 +"Prev": "Anterior",
  150 +"Spellcheck": "Corretor ortogr\u00e1fico",
  151 +"Finish": "Finalizar",
  152 +"Ignore all": "Ignorar tudo",
  153 +"Ignore": "Ignorar",
  154 +"Add to Dictionary": "Adicionar ao Dicion\u00e1rio",
  155 +"Insert row before": "Inserir linha antes",
  156 +"Rows": "Linhas",
  157 +"Height": "Altura",
  158 +"Paste row after": "Colar linha depois",
  159 +"Alignment": "Alinhamento",
  160 +"Border color": "Cor da borda",
  161 +"Column group": "Agrupar coluna",
  162 +"Row": "Linha",
  163 +"Insert column before": "Inserir coluna antes",
  164 +"Split cell": "Dividir c\u00e9lula",
  165 +"Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
  166 +"Cell spacing": "Espa\u00e7amento da c\u00e9lula",
  167 +"Row type": "Tipo de linha",
  168 +"Insert table": "Inserir tabela",
  169 +"Body": "Corpo",
  170 +"Caption": "Legenda",
  171 +"Footer": "Rodap\u00e9",
  172 +"Delete row": "Excluir linha",
  173 +"Paste row before": "Colar linha antes",
  174 +"Scope": "Escopo",
  175 +"Delete table": "Excluir tabela",
  176 +"H Align": "Alinhamento H",
  177 +"Top": "Superior",
  178 +"Header cell": "C\u00e9lula cabe\u00e7alho",
  179 +"Column": "Coluna",
  180 +"Row group": "Agrupar linha",
  181 +"Cell": "C\u00e9lula",
  182 +"Middle": "Meio",
  183 +"Cell type": "Tipo de c\u00e9lula",
  184 +"Copy row": "Copiar linha",
  185 +"Row properties": "Propriedades da linha",
  186 +"Table properties": "Propriedades da tabela",
  187 +"Bottom": "Inferior",
  188 +"V Align": "Alinhamento V",
  189 +"Header": "Cabe\u00e7alho",
  190 +"Right": "Direita",
  191 +"Insert column after": "Inserir coluna depois",
  192 +"Cols": "Colunas",
  193 +"Insert row after": "Inserir linha depois",
  194 +"Width": "Largura",
  195 +"Cell properties": "Propriedades da c\u00e9lula",
  196 +"Left": "Esquerdo",
  197 +"Cut row": "Recortar linha",
  198 +"Delete column": "Excluir coluna",
  199 +"Center": "Centro",
  200 +"Merge cells": "Agrupar c\u00e9lulas",
  201 +"Insert template": "Inserir modelo",
  202 +"Templates": "Modelos",
  203 +"Background color": "Cor do fundo",
  204 +"Custom...": "Personalizado...",
  205 +"Custom color": "Cor personalizada",
  206 +"No color": "Nenhuma cor",
  207 +"Text color": "Cor do texto",
  208 +"Show blocks": "Mostrar blocos",
  209 +"Show invisible characters": "Exibir caracteres invis\u00edveis",
  210 +"Words: {0}": "Palavras: {0}",
  211 +"Insert": "Inserir",
  212 +"File": "Arquivo",
  213 +"Edit": "Editar",
  214 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u00c1rea de texto formatado. Pressione ALT-F9 para exibir o menu, ALT-F10 para exibir a barra de ferramentas ou ALT-0 para exibir a ajuda",
  215 +"Tools": "Ferramentas",
  216 +"View": "Visualizar",
  217 +"Table": "Tabela",
  218 +"Format": "Formatar"
  219 +});
0 220 \ No newline at end of file
... ...
public/javascripts/tinymce/js/tinymce/langs/ru.js 0 → 100644
... ... @@ -0,0 +1,219 @@
  1 +tinymce.addI18n('ru',{
  2 +"Cut": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c",
  3 +"Heading 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5",
  4 +"Header 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2",
  5 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u044f\u043c\u043e\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0431\u0443\u0444\u0435\u0440\u0443 \u043e\u0431\u043c\u0435\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448: Ctrl+X\/C\/V.",
  6 +"Heading 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4",
  7 +"Div": "\u0411\u043b\u043e\u043a",
  8 +"Heading 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2",
  9 +"Paste": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c",
  10 +"Close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c",
  11 +"Font Family": "\u0428\u0440\u0438\u0444\u0442",
  12 +"Pre": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
  13 +"Align right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
  14 +"New document": "\u041d\u043e\u0432\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",
  15 +"Blockquote": "\u0426\u0438\u0442\u0430\u0442\u0430",
  16 +"Numbered list": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
  17 +"Heading 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1",
  18 +"Headings": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438",
  19 +"Increase indent": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
  20 +"Formats": "\u0424\u043e\u0440\u043c\u0430\u0442",
  21 +"Headers": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438",
  22 +"Select all": "\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0441\u0435",
  23 +"Header 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3",
  24 +"Blocks": "\u0411\u043b\u043e\u043a\u0438",
  25 +"Undo": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c",
  26 +"Strikethrough": "\u0417\u0430\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
  27 +"Bullet list": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
  28 +"Header 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1",
  29 +"Superscript": "\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441",
  30 +"Clear formatting": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442",
  31 +"Font Sizes": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430",
  32 +"Subscript": "\u041d\u0438\u0436\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441",
  33 +"Header 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6",
  34 +"Redo": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
  35 +"Paragraph": "\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444",
  36 +"Ok": "\u041e\u043a",
  37 +"Bold": "\u041f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u044b\u0439",
  38 +"Code": "\u041a\u043e\u0434",
  39 +"Italic": "\u041a\u0443\u0440\u0441\u0438\u0432",
  40 +"Align center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443",
  41 +"Header 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5",
  42 +"Heading 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6",
  43 +"Heading 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3",
  44 +"Decrease indent": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
  45 +"Header 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4",
  46 +"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u0412\u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432 \u0432\u0438\u0434\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430, \u043f\u043e\u043a\u0430 \u043d\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u0443\u044e \u043e\u043f\u0446\u0438\u044e.",
  47 +"Underline": "\u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
  48 +"Cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
  49 +"Justify": "\u041f\u043e \u0448\u0438\u0440\u0438\u043d\u0435",
  50 +"Inline": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435",
  51 +"Copy": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
  52 +"Align left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
  53 +"Visual aids": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043a\u043e\u043d\u0442\u0443\u0440\u044b",
  54 +"Lower Greek": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u0433\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b",
  55 +"Square": "\u041a\u0432\u0430\u0434\u0440\u0430\u0442\u044b",
  56 +"Default": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439",
  57 +"Lower Alpha": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b",
  58 +"Circle": "\u041e\u043a\u0440\u0443\u0436\u043d\u043e\u0441\u0442\u0438",
  59 +"Disc": "\u041a\u0440\u0443\u0433\u0438",
  60 +"Upper Alpha": "\u0417\u0430\u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b",
  61 +"Upper Roman": "\u0417\u0430\u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u0440\u0438\u043c\u0441\u043a\u0438\u0435 \u0446\u0438\u0444\u0440\u044b",
  62 +"Lower Roman": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u0440\u0438\u043c\u0441\u043a\u0438\u0435 \u0446\u0438\u0444\u0440\u044b",
  63 +"Name": "\u0418\u043c\u044f",
  64 +"Anchor": "\u042f\u043a\u043e\u0440\u044c",
  65 +"You have unsaved changes are you sure you want to navigate away?": "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0439\u0442\u0438?",
  66 +"Restore last draft": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430",
  67 +"Special character": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b",
  68 +"Source code": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434",
  69 +"B": "B",
  70 +"R": "R",
  71 +"G": "G",
  72 +"Color": "\u0426\u0432\u0435\u0442",
  73 +"Right to left": "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u043e",
  74 +"Left to right": "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e",
  75 +"Emoticons": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043c\u0430\u0439\u043b",
  76 +"Robots": "\u0420\u043e\u0431\u043e\u0442\u044b",
  77 +"Document properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430",
  78 +"Title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
  79 +"Keywords": "\u041a\u043b\u044e\u0447\u0438\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430",
  80 +"Encoding": "\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430",
  81 +"Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
  82 +"Author": "\u0410\u0432\u0442\u043e\u0440",
  83 +"Fullscreen": "\u041f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c",
  84 +"Horizontal line": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f",
  85 +"Horizontal space": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b",
  86 +"Insert\/edit image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c\/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
  87 +"General": "\u041e\u0431\u0449\u0435\u0435",
  88 +"Advanced": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435",
  89 +"Source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
  90 +"Border": "\u0420\u0430\u043c\u043a\u0430",
  91 +"Constrain proportions": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u0438",
  92 +"Vertical space": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b",
  93 +"Image description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
  94 +"Style": "\u0421\u0442\u0438\u043b\u044c",
  95 +"Dimensions": "\u0420\u0430\u0437\u043c\u0435\u0440",
  96 +"Insert image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
  97 +"Zoom in": "\u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c",
  98 +"Contrast": "\u041a\u043e\u043d\u0442\u0440\u0430\u0441\u0442",
  99 +"Back": "\u041d\u0430\u0437\u0430\u0434",
  100 +"Gamma": "\u0413\u0430\u043c\u043c\u0430",
  101 +"Flip horizontally": "\u041e\u0442\u0440\u0430\u0437\u0438\u0442\u044c \u043f\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0438",
  102 +"Resize": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0440",
  103 +"Sharpen": "\u0427\u0435\u0442\u043a\u043e\u0441\u0442\u044c",
  104 +"Zoom out": "\u041e\u0442\u0434\u0430\u043b\u0438\u0442\u044c",
  105 +"Image options": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
  106 +"Apply": "\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c",
  107 +"Brightness": "\u042f\u0440\u043a\u043e\u0441\u0442\u044c",
  108 +"Rotate clockwise": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u0435\u043b\u043a\u0435",
  109 +"Rotate counterclockwise": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043f\u0440\u043e\u0442\u0438\u0432 \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u0435\u043b\u043a\u0438",
  110 +"Edit image": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
  111 +"Color levels": "\u0426\u0432\u0435\u0442\u043e\u0432\u044b\u0435 \u0443\u0440\u043e\u0432\u043d\u0438",
  112 +"Crop": "\u041e\u0431\u0440\u0435\u0437\u0430\u0442\u044c",
  113 +"Orientation": "\u041e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f",
  114 +"Flip vertically": "\u041e\u0442\u0440\u0430\u0437\u0438\u0442\u044c \u043f\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438",
  115 +"Invert": "\u0418\u043d\u0432\u0435\u0440\u0441\u0438\u044f",
  116 +"Insert date\/time": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u0430\u0442\u0443\/\u0432\u0440\u0435\u043c\u044f",
  117 +"Remove link": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
  118 +"Url": "\u0410\u0434\u0440\u0435\u0441 \u0441\u0441\u044b\u043b\u043a\u0438",
  119 +"Text to display": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0439 \u0442\u0435\u043a\u0441\u0442",
  120 +"Anchors": "\u042f\u043a\u043e\u0440\u044f",
  121 +"Insert link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
  122 +"New window": "\u0412 \u043d\u043e\u0432\u043e\u043c \u043e\u043a\u043d\u0435",
  123 +"None": "\u041d\u0435\u0442",
  124 +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u0412\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 URL \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u043d\u0435\u0448\u043d\u0435\u0439 \u0441\u0441\u044b\u043b\u043a\u043e\u0439. \u0412\u044b \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u00abhttp:\/\/\u00bb?",
  125 +"Target": "\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
  126 +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0412\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439 URL \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b. \u0412\u044b \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u00abmailto:\u00bb?",
  127 +"Insert\/edit link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c\/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
  128 +"Insert\/edit video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c\/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
  129 +"Poster": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
  130 +"Alternative source": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
  131 +"Paste your embed code below:": "\u0412\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0432\u0430\u0448 \u043a\u043e\u0434 \u043d\u0438\u0436\u0435:",
  132 +"Insert video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
  133 +"Embed": "\u041a\u043e\u0434 \u0434\u043b\u044f \u0432\u0441\u0442\u0430\u0432\u043a\u0438",
  134 +"Nonbreaking space": "\u041d\u0435\u0440\u0430\u0437\u0440\u044b\u0432\u043d\u044b\u0439 \u043f\u0440\u043e\u0431\u0435\u043b",
  135 +"Page break": "\u0420\u0430\u0437\u0440\u044b\u0432 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b",
  136 +"Paste as text": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u043a \u0442\u0435\u043a\u0441\u0442",
  137 +"Preview": "\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440",
  138 +"Print": "\u041f\u0435\u0447\u0430\u0442\u044c",
  139 +"Save": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
  140 +"Could not find the specified string.": "\u0417\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",
  141 +"Replace": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c",
  142 +"Next": "\u0412\u043d\u0438\u0437",
  143 +"Whole words": "\u0421\u043b\u043e\u0432\u043e \u0446\u0435\u043b\u0438\u043a\u043e\u043c",
  144 +"Find and replace": "\u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430",
  145 +"Replace with": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430",
  146 +"Find": "\u041d\u0430\u0439\u0442\u0438",
  147 +"Replace all": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435",
  148 +"Match case": "\u0423\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440",
  149 +"Prev": "\u0412\u0432\u0435\u0440\u0445",
  150 +"Spellcheck": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
  151 +"Finish": "\u0417\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c",
  152 +"Ignore all": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435",
  153 +"Ignore": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
  154 +"Add to Dictionary": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u044c",
  155 +"Insert row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0432\u0435\u0440\u0445\u0443",
  156 +"Rows": "\u0421\u0442\u0440\u043e\u043a\u0438",
  157 +"Height": "\u0412\u044b\u0441\u043e\u0442\u0430",
  158 +"Paste row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043d\u0438\u0437\u0443",
  159 +"Alignment": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435",
  160 +"Border color": "\u0426\u0432\u0435\u0442 \u0440\u0430\u043c\u043a\u0438",
  161 +"Column group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u043a\u043e\u043b\u043e\u043d\u043e\u043a",
  162 +"Row": "\u0421\u0442\u0440\u043e\u043a\u0430",
  163 +"Insert column before": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043b\u0435\u0432\u0430",
  164 +"Split cell": "\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0443",
  165 +"Cell padding": "\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0439 \u043e\u0442\u0441\u0442\u0443\u043f",
  166 +"Cell spacing": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u043e\u0442\u0441\u0442\u0443\u043f",
  167 +"Row type": "\u0422\u0438\u043f \u0441\u0442\u0440\u043e\u043a\u0438",
  168 +"Insert table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
  169 +"Body": "\u0422\u0435\u043b\u043e",
  170 +"Caption": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
  171 +"Footer": "\u041d\u0438\u0437",
  172 +"Delete row": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
  173 +"Paste row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0432\u0435\u0440\u0445\u0443",
  174 +"Scope": "Scope",
  175 +"Delete table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
  176 +"H Align": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435",
  177 +"Top": "\u041f\u043e \u0432\u0435\u0440\u0445\u0443",
  178 +"Header cell": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
  179 +"Column": "\u0421\u0442\u043e\u043b\u0431\u0435\u0446",
  180 +"Row group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u0440\u043e\u043a",
  181 +"Cell": "\u042f\u0447\u0435\u0439\u043a\u0430",
  182 +"Middle": "\u041f\u043e \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435",
  183 +"Cell type": "\u0422\u0438\u043f \u044f\u0447\u0435\u0439\u043a\u0438",
  184 +"Copy row": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
  185 +"Row properties": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u0442\u0440\u043e\u043a\u0438",
  186 +"Table properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u044b",
  187 +"Bottom": "\u041f\u043e \u043d\u0438\u0437\u0443",
  188 +"V Align": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435",
  189 +"Header": "\u0428\u0430\u043f\u043a\u0430",
  190 +"Right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
  191 +"Insert column after": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043f\u0440\u0430\u0432\u0430",
  192 +"Cols": "\u0421\u0442\u043e\u043b\u0431\u0446\u044b",
  193 +"Insert row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043d\u0438\u0437\u0443",
  194 +"Width": "\u0428\u0438\u0440\u0438\u043d\u0430",
  195 +"Cell properties": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u044f\u0447\u0435\u0439\u043a\u0438",
  196 +"Left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
  197 +"Cut row": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
  198 +"Delete column": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446",
  199 +"Center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443",
  200 +"Merge cells": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0438",
  201 +"Insert template": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d",
  202 +"Templates": "\u0428\u0430\u0431\u043b\u043e\u043d\u044b",
  203 +"Background color": "\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430",
  204 +"Custom...": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c\u2026",
  205 +"Custom color": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0446\u0432\u0435\u0442",
  206 +"No color": "\u0411\u0435\u0437 \u0446\u0432\u0435\u0442\u0430",
  207 +"Text color": "\u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430",
  208 +"Show blocks": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0431\u043b\u043e\u043a\u0438",
  209 +"Show invisible characters": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b",
  210 +"Words: {0}": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u043b\u043e\u0432: {0}",
  211 +"Insert": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c",
  212 +"File": "\u0424\u0430\u0439\u043b",
  213 +"Edit": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c",
  214 +"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-F9 \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043c\u0435\u043d\u044e, ALT-F10 \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432, ALT-0 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 \u043f\u043e\u043c\u043e\u0449\u0438.",
  215 +"Tools": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b",
  216 +"View": "\u0412\u0438\u0434",
  217 +"Table": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430",
  218 +"Format": "\u0424\u043e\u0440\u043c\u0430\u0442"
  219 +});
0 220 \ No newline at end of file
... ...