diff options
Diffstat (limited to 'plugins/find/lang')
64 files changed, 1152 insertions, 0 deletions
diff --git a/plugins/find/lang/af.js b/plugins/find/lang/af.js new file mode 100644 index 0000000..1ca8437 --- /dev/null +++ b/plugins/find/lang/af.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'af', {
+ find: 'Soek',
+ findOptions: 'Find Options',
+ findWhat: 'Soek na:',
+ matchCase: 'Hoof/kleinletter sensitief',
+ matchCyclic: 'Soek deurlopend',
+ matchWord: 'Hele woord moet voorkom',
+ notFoundMsg: 'Teks nie gevind nie.',
+ replace: 'Vervang',
+ replaceAll: 'Vervang alles',
+ replaceSuccessMsg: '%1 voorkoms(te) vervang.',
+ replaceWith: 'Vervang met:',
+ title: 'Soek en vervang'
+});
diff --git a/plugins/find/lang/ar.js b/plugins/find/lang/ar.js new file mode 100644 index 0000000..bffd332 --- /dev/null +++ b/plugins/find/lang/ar.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ar', {
+ find: 'بحث',
+ findOptions: 'Find Options',
+ findWhat: 'البحث بـ:',
+ matchCase: 'مطابقة حالة الأحرف',
+ matchCyclic: 'مطابقة دورية',
+ matchWord: 'مطابقة بالكامل',
+ notFoundMsg: 'لم يتم العثور على النص المحدد.',
+ replace: 'إستبدال',
+ replaceAll: 'إستبدال الكل',
+ replaceSuccessMsg: 'تم استبدال 1% من الحالات ',
+ replaceWith: 'إستبدال بـ:',
+ title: 'بحث واستبدال'
+});
diff --git a/plugins/find/lang/bg.js b/plugins/find/lang/bg.js new file mode 100644 index 0000000..82c1381 --- /dev/null +++ b/plugins/find/lang/bg.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'bg', {
+ find: 'Търсене',
+ findOptions: 'Find Options',
+ findWhat: 'Търси за:',
+ matchCase: 'Съвпадение',
+ matchCyclic: 'Циклично съвпадение',
+ matchWord: 'Съвпадение с дума',
+ notFoundMsg: 'Указаният текст не е намерен.',
+ replace: 'Препокриване',
+ replaceAll: 'Препокрий всички',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Препокрива с:',
+ title: 'Търсене и препокриване'
+});
diff --git a/plugins/find/lang/bn.js b/plugins/find/lang/bn.js new file mode 100644 index 0000000..19e2bc5 --- /dev/null +++ b/plugins/find/lang/bn.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'bn', {
+ find: 'খোজো',
+ findOptions: 'Find Options',
+ findWhat: 'যা খুঁজতে হবে:',
+ matchCase: 'কেস মিলাও',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'পুরা শব্দ মেলাও',
+ notFoundMsg: 'আপনার উল্লেখিত টেকস্ট পাওয়া যায়নি',
+ replace: 'রিপ্লেস',
+ replaceAll: 'সব বদলে দাও',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'যার সাথে বদলাতে হবে:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/bs.js b/plugins/find/lang/bs.js new file mode 100644 index 0000000..ade954d --- /dev/null +++ b/plugins/find/lang/bs.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'bs', {
+ find: 'Naði',
+ findOptions: 'Find Options',
+ findWhat: 'Naði šta:',
+ matchCase: 'Uporeðuj velika/mala slova',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Uporeðuj samo cijelu rijeè',
+ notFoundMsg: 'Traženi tekst nije pronaðen.',
+ replace: 'Zamjeni',
+ replaceAll: 'Zamjeni sve',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Zamjeni sa:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/ca.js b/plugins/find/lang/ca.js new file mode 100644 index 0000000..f201ea4 --- /dev/null +++ b/plugins/find/lang/ca.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ca', {
+ find: 'Cerca',
+ findOptions: 'Opcions de Cerca',
+ findWhat: 'Cerca el:',
+ matchCase: 'Distingeix majúscules/minúscules',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Només paraules completes',
+ notFoundMsg: 'El text especificat no s\'ha trobat.',
+ replace: 'Reemplaça',
+ replaceAll: 'Reemplaça-ho tot',
+ replaceSuccessMsg: '%1 ocurrència/es reemplaçada/es.',
+ replaceWith: 'Reemplaça amb:',
+ title: 'Cerca i reemplaça'
+});
diff --git a/plugins/find/lang/cs.js b/plugins/find/lang/cs.js new file mode 100644 index 0000000..eed0e91 --- /dev/null +++ b/plugins/find/lang/cs.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'cs', {
+ find: 'Hledat',
+ findOptions: 'Možnosti hledání',
+ findWhat: 'Co hledat:',
+ matchCase: 'Rozlišovat velikost písma',
+ matchCyclic: 'Procházet opakovaně',
+ matchWord: 'Pouze celá slova',
+ notFoundMsg: 'Hledaný text nebyl nalezen.',
+ replace: 'Nahradit',
+ replaceAll: 'Nahradit vše',
+ replaceSuccessMsg: '%1 nahrazení.',
+ replaceWith: 'Čím nahradit:',
+ title: 'Najít a nahradit'
+});
diff --git a/plugins/find/lang/cy.js b/plugins/find/lang/cy.js new file mode 100644 index 0000000..6dfcfd5 --- /dev/null +++ b/plugins/find/lang/cy.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'cy', {
+ find: 'Chwilio',
+ findOptions: 'Chwilio Opsiynau',
+ findWhat: 'Chwilio\'r term:',
+ matchCase: 'Cyfateb i\'r cas',
+ matchCyclic: 'Cyfateb cylchol',
+ matchWord: 'Cyfateb gair cyfan',
+ notFoundMsg: 'Nid oedd y testun wedi\'i ddarganfod.',
+ replace: 'Amnewid',
+ replaceAll: 'Amnewid pob un',
+ replaceSuccessMsg: 'Amnewidiwyd %1 achlysur.',
+ replaceWith: 'Amnewid gyda:',
+ title: 'Chwilio ac Amnewid'
+});
diff --git a/plugins/find/lang/da.js b/plugins/find/lang/da.js new file mode 100644 index 0000000..f66324a --- /dev/null +++ b/plugins/find/lang/da.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'da', {
+ find: 'Søg',
+ findOptions: 'Find muligheder',
+ findWhat: 'Søg efter:',
+ matchCase: 'Forskel på store og små bogstaver',
+ matchCyclic: 'Match cyklisk',
+ matchWord: 'Kun hele ord',
+ notFoundMsg: 'Søgeteksten blev ikke fundet',
+ replace: 'Erstat',
+ replaceAll: 'Erstat alle',
+ replaceSuccessMsg: '%1 forekomst(er) erstattet.',
+ replaceWith: 'Erstat med:',
+ title: 'Søg og erstat'
+});
diff --git a/plugins/find/lang/de.js b/plugins/find/lang/de.js new file mode 100644 index 0000000..33568c8 --- /dev/null +++ b/plugins/find/lang/de.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'de', {
+ find: 'Suchen',
+ findOptions: 'Suchoptionen',
+ findWhat: 'Suche nach:',
+ matchCase: 'Groß-Kleinschreibung beachten',
+ matchCyclic: 'Zyklische Suche',
+ matchWord: 'Nur ganze Worte suchen',
+ notFoundMsg: 'Der gesuchte Text wurde nicht gefunden.',
+ replace: 'Ersetzen',
+ replaceAll: 'Alle ersetzen',
+ replaceSuccessMsg: '%1 vorkommen ersetzt.',
+ replaceWith: 'Ersetze mit:',
+ title: 'Suchen und Ersetzen'
+});
diff --git a/plugins/find/lang/el.js b/plugins/find/lang/el.js new file mode 100644 index 0000000..ea19720 --- /dev/null +++ b/plugins/find/lang/el.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'el', {
+ find: 'Αναζήτηση',
+ findOptions: 'Find Options',
+ findWhat: 'Αναζήτηση για:',
+ matchCase: 'Έλεγχος πεζών/κεφαλαίων',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Εύρεση πλήρους λέξης',
+ notFoundMsg: 'Το κείμενο δεν βρέθηκε.',
+ replace: 'Αντικατάσταση',
+ replaceAll: 'Αντικατάσταση Όλων',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Αντικατάσταση με:',
+ title: 'Αναζήτηση και Αντικατάσταση'
+});
diff --git a/plugins/find/lang/en-au.js b/plugins/find/lang/en-au.js new file mode 100644 index 0000000..d89fff6 --- /dev/null +++ b/plugins/find/lang/en-au.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'en-au', {
+ find: 'Find',
+ findOptions: 'Find Options',
+ findWhat: 'Find what:',
+ matchCase: 'Match case',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Match whole word',
+ notFoundMsg: 'The specified text was not found.',
+ replace: 'Replace',
+ replaceAll: 'Replace All',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Replace with:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/en-ca.js b/plugins/find/lang/en-ca.js new file mode 100644 index 0000000..b1afce1 --- /dev/null +++ b/plugins/find/lang/en-ca.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'en-ca', {
+ find: 'Find',
+ findOptions: 'Find Options',
+ findWhat: 'Find what:',
+ matchCase: 'Match case',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Match whole word',
+ notFoundMsg: 'The specified text was not found.',
+ replace: 'Replace',
+ replaceAll: 'Replace All',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Replace with:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/en-gb.js b/plugins/find/lang/en-gb.js new file mode 100644 index 0000000..73c6100 --- /dev/null +++ b/plugins/find/lang/en-gb.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'en-gb', {
+ find: 'Find',
+ findOptions: 'Find Options',
+ findWhat: 'Find what:',
+ matchCase: 'Match case',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Match whole word',
+ notFoundMsg: 'The specified text was not found.',
+ replace: 'Replace',
+ replaceAll: 'Replace All',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Replace with:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/en.js b/plugins/find/lang/en.js new file mode 100644 index 0000000..63fd86d --- /dev/null +++ b/plugins/find/lang/en.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'en', {
+ find: 'Find',
+ findOptions: 'Find Options',
+ findWhat: 'Find what:',
+ matchCase: 'Match case',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Match whole word',
+ notFoundMsg: 'The specified text was not found.',
+ replace: 'Replace',
+ replaceAll: 'Replace All',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Replace with:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/eo.js b/plugins/find/lang/eo.js new file mode 100644 index 0000000..7d3d851 --- /dev/null +++ b/plugins/find/lang/eo.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'eo', {
+ find: 'Serĉi',
+ findOptions: 'Opcioj pri Serĉado',
+ findWhat: 'Serĉi:',
+ matchCase: 'Kongruigi Usklecon',
+ matchCyclic: 'Cikla Serĉado',
+ matchWord: 'Tuta Vorto',
+ notFoundMsg: 'La celteksto ne estas trovita.',
+ replace: 'Anstataŭigi',
+ replaceAll: 'Anstataŭigi Ĉion',
+ replaceSuccessMsg: '%1 anstataŭigita(j) apero(j).',
+ replaceWith: 'Anstataŭigi per:',
+ title: 'Serĉi kaj Anstataŭigi'
+});
diff --git a/plugins/find/lang/es.js b/plugins/find/lang/es.js new file mode 100644 index 0000000..4ac495c --- /dev/null +++ b/plugins/find/lang/es.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'es', {
+ find: 'Buscar',
+ findOptions: 'Opciones de búsqueda',
+ findWhat: 'Texto a buscar:',
+ matchCase: 'Coincidir may/min',
+ matchCyclic: 'Buscar en todo el contenido',
+ matchWord: 'Coincidir toda la palabra',
+ notFoundMsg: 'El texto especificado no ha sido encontrado.',
+ replace: 'Reemplazar',
+ replaceAll: 'Reemplazar Todo',
+ replaceSuccessMsg: 'La expresión buscada ha sido reemplazada %1 veces.',
+ replaceWith: 'Reemplazar con:',
+ title: 'Buscar y Reemplazar'
+});
diff --git a/plugins/find/lang/et.js b/plugins/find/lang/et.js new file mode 100644 index 0000000..84e5a5e --- /dev/null +++ b/plugins/find/lang/et.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'et', {
+ find: 'Otsi',
+ findOptions: 'Otsingu valikud',
+ findWhat: 'Otsitav:',
+ matchCase: 'Suur- ja väiketähtede eristamine',
+ matchCyclic: 'Jätkatakse algusest',
+ matchWord: 'Ainult terved sõnad',
+ notFoundMsg: 'Otsitud teksti ei leitud.',
+ replace: 'Asenda',
+ replaceAll: 'Asenda kõik',
+ replaceSuccessMsg: '%1 vastet asendati.',
+ replaceWith: 'Asendus:',
+ title: 'Otsimine ja asendamine'
+});
diff --git a/plugins/find/lang/eu.js b/plugins/find/lang/eu.js new file mode 100644 index 0000000..ea2fa21 --- /dev/null +++ b/plugins/find/lang/eu.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'eu', {
+ find: 'Bilatu',
+ findOptions: 'Find Options',
+ findWhat: 'Zer bilatu:',
+ matchCase: 'Maiuskula/minuskula',
+ matchCyclic: 'Bilaketa ziklikoa',
+ matchWord: 'Esaldi osoa bilatu',
+ notFoundMsg: 'Idatzitako testua ez da topatu.',
+ replace: 'Ordezkatu',
+ replaceAll: 'Ordeztu Guztiak',
+ replaceSuccessMsg: 'Zenbat aldiz ordeztua: %1',
+ replaceWith: 'Zerekin ordeztu:',
+ title: 'Bilatu eta Ordeztu'
+});
diff --git a/plugins/find/lang/fa.js b/plugins/find/lang/fa.js new file mode 100644 index 0000000..d33f0c4 --- /dev/null +++ b/plugins/find/lang/fa.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'fa', {
+ find: 'جستجو',
+ findOptions: 'گزینههای جستجو',
+ findWhat: 'چه چیز را مییابید:',
+ matchCase: 'همسانی در بزرگی و کوچکی نویسهها',
+ matchCyclic: 'همسانی با چرخه',
+ matchWord: 'همسانی با واژهٴ کامل',
+ notFoundMsg: 'متن موردنظر یافت نشد.',
+ replace: 'جایگزینی',
+ replaceAll: 'جایگزینی همهٴ یافتهها',
+ replaceSuccessMsg: '%1 رخداد جایگزین شد.',
+ replaceWith: 'جایگزینی با:',
+ title: 'جستجو و جایگزینی'
+});
diff --git a/plugins/find/lang/fi.js b/plugins/find/lang/fi.js new file mode 100644 index 0000000..8543fe0 --- /dev/null +++ b/plugins/find/lang/fi.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'fi', {
+ find: 'Etsi',
+ findOptions: 'Hakuasetukset',
+ findWhat: 'Etsi mitä:',
+ matchCase: 'Sama kirjainkoko',
+ matchCyclic: 'Kierrä ympäri',
+ matchWord: 'Koko sana',
+ notFoundMsg: 'Etsittyä tekstiä ei löytynyt.',
+ replace: 'Korvaa',
+ replaceAll: 'Korvaa kaikki',
+ replaceSuccessMsg: '%1 esiintymä(ä) korvattu.',
+ replaceWith: 'Korvaa tällä:',
+ title: 'Etsi ja korvaa'
+});
diff --git a/plugins/find/lang/fo.js b/plugins/find/lang/fo.js new file mode 100644 index 0000000..a6f7fbf --- /dev/null +++ b/plugins/find/lang/fo.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'fo', {
+ find: 'Leita',
+ findOptions: 'Finn møguleikar',
+ findWhat: 'Finn:',
+ matchCase: 'Munur á stórum og smáum bókstavum',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Bert heil orð',
+ notFoundMsg: 'Leititeksturin varð ikki funnin',
+ replace: 'Yvirskriva',
+ replaceAll: 'Yvirskriva alt',
+ replaceSuccessMsg: '%1 úrslit broytt.',
+ replaceWith: 'Yvirskriva við:',
+ title: 'Finn og broyt'
+});
diff --git a/plugins/find/lang/fr-ca.js b/plugins/find/lang/fr-ca.js new file mode 100644 index 0000000..2580cac --- /dev/null +++ b/plugins/find/lang/fr-ca.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'fr-ca', {
+ find: 'Rechercher',
+ findOptions: 'Options de recherche',
+ findWhat: 'Rechercher:',
+ matchCase: 'Respecter la casse',
+ matchCyclic: 'Recherche cyclique',
+ matchWord: 'Mot entier',
+ notFoundMsg: 'Le texte indiqué est introuvable.',
+ replace: 'Remplacer',
+ replaceAll: 'Tout remplacer',
+ replaceSuccessMsg: '%1 remplacements.',
+ replaceWith: 'Remplacer par:',
+ title: 'Rechercher et remplacer'
+});
diff --git a/plugins/find/lang/fr.js b/plugins/find/lang/fr.js new file mode 100644 index 0000000..8c7d1a5 --- /dev/null +++ b/plugins/find/lang/fr.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'fr', {
+ find: 'Trouver',
+ findOptions: 'Options de recherche',
+ findWhat: 'Expression à trouver: ',
+ matchCase: 'Respecter la casse',
+ matchCyclic: 'Boucler',
+ matchWord: 'Mot entier uniquement',
+ notFoundMsg: 'Le texte spécifié ne peut être trouvé.',
+ replace: 'Remplacer',
+ replaceAll: 'Remplacer tout',
+ replaceSuccessMsg: '%1 occurrence(s) replacée(s).',
+ replaceWith: 'Remplacer par: ',
+ title: 'Trouver et remplacer'
+});
diff --git a/plugins/find/lang/gl.js b/plugins/find/lang/gl.js new file mode 100644 index 0000000..7273ea6 --- /dev/null +++ b/plugins/find/lang/gl.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'gl', {
+ find: 'Buscar',
+ findOptions: 'Buscar opcións',
+ findWhat: 'Texto a buscar:',
+ matchCase: 'Coincidir Mai./min.',
+ matchCyclic: 'Coincidencia cíclica',
+ matchWord: 'Coincidencia coa palabra completa',
+ notFoundMsg: 'Non se atopou o texto indicado.',
+ replace: 'Substituir',
+ replaceAll: 'Substituír todo',
+ replaceSuccessMsg: '%1 concorrencia(s) substituída(s).',
+ replaceWith: 'Substituír con:',
+ title: 'Buscar e substituír'
+});
diff --git a/plugins/find/lang/gu.js b/plugins/find/lang/gu.js new file mode 100644 index 0000000..3900353 --- /dev/null +++ b/plugins/find/lang/gu.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'gu', {
+ find: 'શોધવું',
+ findOptions: 'વીકલ્પ શોધો',
+ findWhat: 'આ શોધો',
+ matchCase: 'કેસ સરખા રાખો',
+ matchCyclic: 'સરખાવવા બધા',
+ matchWord: 'બઘા શબ્દ સરખા રાખો',
+ notFoundMsg: 'તમે શોધેલી ટેક્સ્ટ નથી મળી',
+ replace: 'રિપ્લેસ/બદલવું',
+ replaceAll: 'બઘા બદલી ',
+ replaceSuccessMsg: '%1 ફેરફારો બાદલાયા છે.',
+ replaceWith: 'આનાથી બદલો',
+ title: 'શોધવું અને બદલવું'
+});
diff --git a/plugins/find/lang/he.js b/plugins/find/lang/he.js new file mode 100644 index 0000000..c08593b --- /dev/null +++ b/plugins/find/lang/he.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'he', {
+ find: 'חיפוש',
+ findOptions: 'אפשרויות חיפוש',
+ findWhat: 'חיפוש מחרוזת:',
+ matchCase: 'הבחנה בין אותיות רשיות לקטנות (Case)',
+ matchCyclic: 'התאמה מחזורית',
+ matchWord: 'התאמה למילה המלאה',
+ notFoundMsg: 'הטקסט המבוקש לא נמצא.',
+ replace: 'החלפה',
+ replaceAll: 'החלפה בכל העמוד',
+ replaceSuccessMsg: '%1 טקסטים הוחלפו.',
+ replaceWith: 'החלפה במחרוזת:',
+ title: 'חיפוש והחלפה'
+});
diff --git a/plugins/find/lang/hi.js b/plugins/find/lang/hi.js new file mode 100644 index 0000000..8aaf8a9 --- /dev/null +++ b/plugins/find/lang/hi.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'hi', {
+ find: 'खोजें',
+ findOptions: 'Find Options',
+ findWhat: 'यह खोजें:',
+ matchCase: 'केस मिलायें',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'पूरा शब्द मिलायें',
+ notFoundMsg: 'आपके द्वारा दिया गया टेक्स्ट नहीं मिला',
+ replace: 'रीप्लेस',
+ replaceAll: 'सभी रिप्लेस करें',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'इससे रिप्लेस करें:',
+ title: 'खोजें और बदलें'
+});
diff --git a/plugins/find/lang/hr.js b/plugins/find/lang/hr.js new file mode 100644 index 0000000..8a28c67 --- /dev/null +++ b/plugins/find/lang/hr.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'hr', {
+ find: 'Pronađi',
+ findOptions: 'Opcije traženja',
+ findWhat: 'Pronađi:',
+ matchCase: 'Usporedi mala/velika slova',
+ matchCyclic: 'Usporedi kružno',
+ matchWord: 'Usporedi cijele riječi',
+ notFoundMsg: 'Traženi tekst nije pronađen.',
+ replace: 'Zamijeni',
+ replaceAll: 'Zamijeni sve',
+ replaceSuccessMsg: 'Zamijenjeno %1 pojmova.',
+ replaceWith: 'Zamijeni s:',
+ title: 'Pronađi i zamijeni'
+});
diff --git a/plugins/find/lang/hu.js b/plugins/find/lang/hu.js new file mode 100644 index 0000000..90eaeb3 --- /dev/null +++ b/plugins/find/lang/hu.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'hu', {
+ find: 'Keresés',
+ findOptions: 'Find Options',
+ findWhat: 'Keresett szöveg:',
+ matchCase: 'kis- és nagybetű megkülönböztetése',
+ matchCyclic: 'Ciklikus keresés',
+ matchWord: 'csak ha ez a teljes szó',
+ notFoundMsg: 'A keresett szöveg nem található.',
+ replace: 'Csere',
+ replaceAll: 'Az összes cseréje',
+ replaceSuccessMsg: '%1 egyezőség cserélve.',
+ replaceWith: 'Csere erre:',
+ title: 'Keresés és csere'
+});
diff --git a/plugins/find/lang/is.js b/plugins/find/lang/is.js new file mode 100644 index 0000000..601bcce --- /dev/null +++ b/plugins/find/lang/is.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'is', {
+ find: 'Leita',
+ findOptions: 'Find Options',
+ findWhat: 'Leita að:',
+ matchCase: 'Gera greinarmun á¡ há¡- og lágstöfum',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Aðeins heil orð',
+ notFoundMsg: 'Leitartexti fannst ekki!',
+ replace: 'Skipta út',
+ replaceAll: 'Skipta út allsstaðar',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Skipta út fyrir:',
+ title: 'Finna og skipta'
+});
diff --git a/plugins/find/lang/it.js b/plugins/find/lang/it.js new file mode 100644 index 0000000..9ecb056 --- /dev/null +++ b/plugins/find/lang/it.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'it', {
+ find: 'Trova',
+ findOptions: 'Opzioni di ricerca',
+ findWhat: 'Trova:',
+ matchCase: 'Maiuscole/minuscole',
+ matchCyclic: 'Ricerca ciclica',
+ matchWord: 'Solo parole intere',
+ notFoundMsg: 'L\'elemento cercato non è stato trovato.',
+ replace: 'Sostituisci',
+ replaceAll: 'Sostituisci tutto',
+ replaceSuccessMsg: '%1 occorrenza(e) sostituite.',
+ replaceWith: 'Sostituisci con:',
+ title: 'Cerca e Sostituisci'
+});
diff --git a/plugins/find/lang/ja.js b/plugins/find/lang/ja.js new file mode 100644 index 0000000..f69f57c --- /dev/null +++ b/plugins/find/lang/ja.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ja', {
+ find: '検索',
+ findOptions: 'Find Options',
+ findWhat: '検索する文字列:',
+ matchCase: '大文字と小文字を区別する',
+ matchCyclic: '一周する',
+ matchWord: '単語単位で探す',
+ notFoundMsg: '指定された文字列は見つかりませんでした。',
+ replace: '置き換え',
+ replaceAll: 'すべて置換え',
+ replaceSuccessMsg: '%1 個置換しました。',
+ replaceWith: '置換えする文字列:',
+ title: '検索して置換'
+});
diff --git a/plugins/find/lang/ka.js b/plugins/find/lang/ka.js new file mode 100644 index 0000000..b5c95cb --- /dev/null +++ b/plugins/find/lang/ka.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ka', {
+ find: 'ძებნა',
+ findOptions: 'Find Options',
+ findWhat: 'საძიებელი ტექსტი:',
+ matchCase: 'დიდი და პატარა ასოების დამთხვევა',
+ matchCyclic: 'დოკუმენტის ბოლოში გასვლის მერე თავიდან დაწყება',
+ matchWord: 'მთელი სიტყვის დამთხვევა',
+ notFoundMsg: 'მითითებული ტექსტი არ მოიძებნა.',
+ replace: 'შეცვლა',
+ replaceAll: 'ყველას შეცვლა',
+ replaceSuccessMsg: '%1 მოძებნილი შეიცვალა.',
+ replaceWith: 'შეცვლის ტექსტი:',
+ title: 'ძებნა და შეცვლა'
+});
diff --git a/plugins/find/lang/km.js b/plugins/find/lang/km.js new file mode 100644 index 0000000..b7d978f --- /dev/null +++ b/plugins/find/lang/km.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'km', {
+ find: 'ស្វែងរក',
+ findOptions: 'Find Options',
+ findWhat: 'ស្វែងរកអ្វី:',
+ matchCase: 'ករណ៉ត្រូវរក',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'ត្រូវពាក្យទាំងអស់',
+ notFoundMsg: 'ពាក្យនេះ រកមិនឃើញទេ ។',
+ replace: 'ជំនួស',
+ replaceAll: 'ជំនួសទាំងអស់',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'ជំនួសជាមួយ:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/ko.js b/plugins/find/lang/ko.js new file mode 100644 index 0000000..c7f4b23 --- /dev/null +++ b/plugins/find/lang/ko.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ko', {
+ find: '찾기',
+ findOptions: 'Find Options',
+ findWhat: '찾을 문자열:',
+ matchCase: '대소문자 구분',
+ matchCyclic: 'Match cyclic',
+ matchWord: '온전한 단어',
+ notFoundMsg: '문자열을 찾을 수 없습니다.',
+ replace: '바꾸기',
+ replaceAll: '모두 바꾸기',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: '바꿀 문자열:',
+ title: '찾기 & 바꾸기'
+});
diff --git a/plugins/find/lang/ku.js b/plugins/find/lang/ku.js new file mode 100644 index 0000000..11b94fd --- /dev/null +++ b/plugins/find/lang/ku.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ku', {
+ find: 'گەڕان',
+ findOptions: 'هەڵبژاردەکانی گەڕان',
+ findWhat: 'گەڕان بەدووای:',
+ matchCase: 'جیاکردنەوه لەنێوان پیتی گەورەو بچووك',
+ matchCyclic: 'گەڕان لەهەموو پەڕەکه',
+ matchWord: 'تەنەا هەموو وشەکه',
+ notFoundMsg: 'هیچ دەقه گەڕانێك نەدۆزراوه.',
+ replace: 'لەبریدانان',
+ replaceAll: 'لەبریدانانی هەمووی',
+ replaceSuccessMsg: ' پێشهاتە(ی) لەبری دانرا. %1',
+ replaceWith: 'لەبریدانان به:',
+ title: 'گەڕان و لەبریدانان'
+});
diff --git a/plugins/find/lang/lt.js b/plugins/find/lang/lt.js new file mode 100644 index 0000000..ba9f3f2 --- /dev/null +++ b/plugins/find/lang/lt.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'lt', {
+ find: 'Rasti',
+ findOptions: 'Paieškos nustatymai',
+ findWhat: 'Surasti tekstą:',
+ matchCase: 'Skirti didžiąsias ir mažąsias raides',
+ matchCyclic: 'Sutampantis cikliškumas',
+ matchWord: 'Atitikti pilną žodį',
+ notFoundMsg: 'Nurodytas tekstas nerastas.',
+ replace: 'Pakeisti',
+ replaceAll: 'Pakeisti viską',
+ replaceSuccessMsg: '%1 sutapimas(ų) buvo pakeisti.',
+ replaceWith: 'Pakeisti tekstu:',
+ title: 'Surasti ir pakeisti'
+});
diff --git a/plugins/find/lang/lv.js b/plugins/find/lang/lv.js new file mode 100644 index 0000000..c6cec41 --- /dev/null +++ b/plugins/find/lang/lv.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'lv', {
+ find: 'Meklēt',
+ findOptions: 'Meklēt uzstādījumi',
+ findWhat: 'Meklēt:',
+ matchCase: 'Reģistrjūtīgs',
+ matchCyclic: 'Sakrist cikliski',
+ matchWord: 'Jāsakrīt pilnībā',
+ notFoundMsg: 'Norādītā frāze netika atrasta.',
+ replace: 'Nomainīt',
+ replaceAll: 'Aizvietot visu',
+ replaceSuccessMsg: '%1 gadījums(i) aizvietoti',
+ replaceWith: 'Nomainīt uz:',
+ title: 'Meklēt un aizvietot'
+});
diff --git a/plugins/find/lang/mk.js b/plugins/find/lang/mk.js new file mode 100644 index 0000000..a49ff2b --- /dev/null +++ b/plugins/find/lang/mk.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'mk', {
+ find: 'Find',
+ findOptions: 'Find Options',
+ findWhat: 'Find what:',
+ matchCase: 'Match case',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Match whole word',
+ notFoundMsg: 'The specified text was not found.',
+ replace: 'Replace',
+ replaceAll: 'Replace All',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Replace with:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/mn.js b/plugins/find/lang/mn.js new file mode 100644 index 0000000..b8b8bd7 --- /dev/null +++ b/plugins/find/lang/mn.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'mn', {
+ find: 'Хайх',
+ findOptions: 'Хайх сонголтууд',
+ findWhat: 'Хайх үг/үсэг:',
+ matchCase: 'Тэнцэх төлөв',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Тэнцэх бүтэн үг',
+ notFoundMsg: 'Хайсан бичвэрийг олсонгүй.',
+ replace: 'Орлуулах',
+ replaceAll: 'Бүгдийг нь солих',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Солих үг:',
+ title: 'Хайж орлуулах'
+});
diff --git a/plugins/find/lang/ms.js b/plugins/find/lang/ms.js new file mode 100644 index 0000000..f8a5837 --- /dev/null +++ b/plugins/find/lang/ms.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ms', {
+ find: 'Cari',
+ findOptions: 'Find Options',
+ findWhat: 'Perkataan yang dicari:',
+ matchCase: 'Padanan case huruf',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Padana Keseluruhan perkataan',
+ notFoundMsg: 'Text yang dicari tidak dijumpai.',
+ replace: 'Ganti',
+ replaceAll: 'Ganti semua',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Diganti dengan:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/nb.js b/plugins/find/lang/nb.js new file mode 100644 index 0000000..74b6699 --- /dev/null +++ b/plugins/find/lang/nb.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'nb', {
+ find: 'Søk',
+ findOptions: 'Søkealternativer',
+ findWhat: 'Søk etter:',
+ matchCase: 'Skill mellom store og små bokstaver',
+ matchCyclic: 'Søk i hele dokumentet',
+ matchWord: 'Bare hele ord',
+ notFoundMsg: 'Fant ikke søketeksten.',
+ replace: 'Erstatt',
+ replaceAll: 'Erstatt alle',
+ replaceSuccessMsg: '%1 tilfelle(r) erstattet.',
+ replaceWith: 'Erstatt med:',
+ title: 'Søk og erstatt'
+});
diff --git a/plugins/find/lang/nl.js b/plugins/find/lang/nl.js new file mode 100644 index 0000000..793665e --- /dev/null +++ b/plugins/find/lang/nl.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'nl', {
+ find: 'Zoeken',
+ findOptions: 'Zoekopties',
+ findWhat: 'Zoeken naar:',
+ matchCase: 'Hoofdlettergevoelig',
+ matchCyclic: 'Doorlopend zoeken',
+ matchWord: 'Hele woord moet voorkomen',
+ notFoundMsg: 'De opgegeven tekst is niet gevonden.',
+ replace: 'Vervangen',
+ replaceAll: 'Alles vervangen',
+ replaceSuccessMsg: '%1 resultaten vervangen.',
+ replaceWith: 'Vervangen met:',
+ title: 'Zoeken en vervangen'
+});
diff --git a/plugins/find/lang/no.js b/plugins/find/lang/no.js new file mode 100644 index 0000000..b295a25 --- /dev/null +++ b/plugins/find/lang/no.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'no', {
+ find: 'Søk',
+ findOptions: 'Søkealternativer',
+ findWhat: 'Søk etter:',
+ matchCase: 'Skill mellom store og små bokstaver',
+ matchCyclic: 'Søk i hele dokumentet',
+ matchWord: 'Bare hele ord',
+ notFoundMsg: 'Fant ikke søketeksten.',
+ replace: 'Erstatt',
+ replaceAll: 'Erstatt alle',
+ replaceSuccessMsg: '%1 tilfelle(r) erstattet.',
+ replaceWith: 'Erstatt med:',
+ title: 'Søk og erstatt'
+});
diff --git a/plugins/find/lang/pl.js b/plugins/find/lang/pl.js new file mode 100644 index 0000000..4cebdd0 --- /dev/null +++ b/plugins/find/lang/pl.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'pl', {
+ find: 'Znajdź',
+ findOptions: 'Opcje wyszukiwania',
+ findWhat: 'Znajdź:',
+ matchCase: 'Uwzględnij wielkość liter',
+ matchCyclic: 'Cykliczne dopasowanie',
+ matchWord: 'Całe słowa',
+ notFoundMsg: 'Nie znaleziono szukanego hasła.',
+ replace: 'Zamień',
+ replaceAll: 'Zamień wszystko',
+ replaceSuccessMsg: '%1 wystąpień zastąpionych.',
+ replaceWith: 'Zastąp przez:',
+ title: 'Znajdź i zamień'
+});
diff --git a/plugins/find/lang/pt-br.js b/plugins/find/lang/pt-br.js new file mode 100644 index 0000000..c15ffc3 --- /dev/null +++ b/plugins/find/lang/pt-br.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'pt-br', {
+ find: 'Localizar',
+ findOptions: 'Opções',
+ findWhat: 'Procurar por:',
+ matchCase: 'Coincidir Maiúsculas/Minúsculas',
+ matchCyclic: 'Coincidir cíclico',
+ matchWord: 'Coincidir a palavra inteira',
+ notFoundMsg: 'O texto especificado não foi encontrado.',
+ replace: 'Substituir',
+ replaceAll: 'Substituir Tudo',
+ replaceSuccessMsg: '%1 ocorrência(s) substituída(s).',
+ replaceWith: 'Substituir por:',
+ title: 'Localizar e Substituir'
+});
diff --git a/plugins/find/lang/pt.js b/plugins/find/lang/pt.js new file mode 100644 index 0000000..097177e --- /dev/null +++ b/plugins/find/lang/pt.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'pt', {
+ find: 'Procurar',
+ findOptions: 'Find Options',
+ findWhat: 'Texto a Procurar:',
+ matchCase: 'Maiúsculas/Minúsculas',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Coincidir com toda a palavra',
+ notFoundMsg: 'O texto especificado não foi encontrado.',
+ replace: 'Substituir',
+ replaceAll: 'Substituir Tudo',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Substituir por:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/ro.js b/plugins/find/lang/ro.js new file mode 100644 index 0000000..24eeceb --- /dev/null +++ b/plugins/find/lang/ro.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ro', {
+ find: 'Găseşte',
+ findOptions: 'Find Options',
+ findWhat: 'Găseşte:',
+ matchCase: 'Deosebeşte majuscule de minuscule (Match case)',
+ matchCyclic: 'Potrivește ciclic',
+ matchWord: 'Doar cuvintele întregi',
+ notFoundMsg: 'Textul specificat nu a fost găsit.',
+ replace: 'Înlocuieşte',
+ replaceAll: 'Înlocuieşte tot',
+ replaceSuccessMsg: '%1 căutări înlocuite.',
+ replaceWith: 'Înlocuieşte cu:',
+ title: 'Găseşte şi înlocuieşte'
+});
diff --git a/plugins/find/lang/ru.js b/plugins/find/lang/ru.js new file mode 100644 index 0000000..fafb6a9 --- /dev/null +++ b/plugins/find/lang/ru.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ru', {
+ find: 'Найти',
+ findOptions: 'Опции поиска',
+ findWhat: 'Найти:',
+ matchCase: 'Учитывать регистр',
+ matchCyclic: 'По всему тексту',
+ matchWord: 'Только слово целиком',
+ notFoundMsg: 'Искомый текст не найден.',
+ replace: 'Заменить',
+ replaceAll: 'Заменить всё',
+ replaceSuccessMsg: 'Успешно заменено %1 раз(а).',
+ replaceWith: 'Заменить на:',
+ title: 'Поиск и замена'
+});
diff --git a/plugins/find/lang/si.js b/plugins/find/lang/si.js new file mode 100644 index 0000000..5c50076 --- /dev/null +++ b/plugins/find/lang/si.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'si', {
+ find: 'Find', // MISSING
+ findOptions: 'Find Options', // MISSING
+ findWhat: 'Find what:', // MISSING
+ matchCase: 'Match case', // MISSING
+ matchCyclic: 'Match cyclic', // MISSING
+ matchWord: 'Match whole word', // MISSING
+ notFoundMsg: 'The specified text was not found.', // MISSING
+ replace: 'හිලව් කිරීම',
+ replaceAll: 'සියල්ලම හිලව් කරන්න',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.', // MISSING
+ replaceWith: 'Replace with:', // MISSING
+ title: 'Find and Replace' // MISSING
+});
diff --git a/plugins/find/lang/sk.js b/plugins/find/lang/sk.js new file mode 100644 index 0000000..9693c79 --- /dev/null +++ b/plugins/find/lang/sk.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'sk', {
+ find: 'Hľadať',
+ findOptions: 'Nájsť možnosti',
+ findWhat: 'Čo hľadať:',
+ matchCase: 'Rozlišovať malé a veľké písmená',
+ matchCyclic: 'Cykliť zhodu',
+ matchWord: 'Len celé slová',
+ notFoundMsg: 'Hľadaný text nebol nájdený.',
+ replace: 'Nahradiť',
+ replaceAll: 'Nahradiť všetko',
+ replaceSuccessMsg: '%1 výskyt(ov) nahradených.',
+ replaceWith: 'Čím nahradiť:',
+ title: 'Nájsť a nahradiť'
+});
diff --git a/plugins/find/lang/sl.js b/plugins/find/lang/sl.js new file mode 100644 index 0000000..dd23496 --- /dev/null +++ b/plugins/find/lang/sl.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'sl', {
+ find: 'Najdi',
+ findOptions: 'Find Options',
+ findWhat: 'Najdi:',
+ matchCase: 'Razlikuj velike in male črke',
+ matchCyclic: 'Primerjaj znake v cirilici',
+ matchWord: 'Samo cele besede',
+ notFoundMsg: 'Navedeno besedilo ni bilo najdeno.',
+ replace: 'Zamenjaj',
+ replaceAll: 'Zamenjaj vse',
+ replaceSuccessMsg: '%1 pojavitev je bilo zamenjano.',
+ replaceWith: 'Zamenjaj z:',
+ title: 'Najdi in zamenjaj'
+});
diff --git a/plugins/find/lang/sq.js b/plugins/find/lang/sq.js new file mode 100644 index 0000000..fb6107f --- /dev/null +++ b/plugins/find/lang/sq.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'sq', {
+ find: 'Gjej',
+ findOptions: 'Gjejë Alternativat',
+ findWhat: 'Gjej çka:',
+ matchCase: 'Match case', // MISSING
+ matchCyclic: 'Përputh ciklikun',
+ matchWord: 'Përputh fjalën e tërë',
+ notFoundMsg: 'Teksti i caktuar nuk mundej të gjendet.',
+ replace: 'Zëvendëso',
+ replaceAll: 'Zëvendëso të gjitha',
+ replaceSuccessMsg: '%1 rast(e) u zëvendësua(n).',
+ replaceWith: 'Zëvendëso me:',
+ title: 'Gjej dhe Zëvendëso'
+});
diff --git a/plugins/find/lang/sr-latn.js b/plugins/find/lang/sr-latn.js new file mode 100644 index 0000000..760cb0f --- /dev/null +++ b/plugins/find/lang/sr-latn.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'sr-latn', {
+ find: 'Pretraga',
+ findOptions: 'Find Options',
+ findWhat: 'Pronadi:',
+ matchCase: 'Razlikuj mala i velika slova',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Uporedi cele reci',
+ notFoundMsg: 'Traženi tekst nije pronađen.',
+ replace: 'Zamena',
+ replaceAll: 'Zameni sve',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Zameni sa:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/sr.js b/plugins/find/lang/sr.js new file mode 100644 index 0000000..175f7dc --- /dev/null +++ b/plugins/find/lang/sr.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'sr', {
+ find: 'Претрага',
+ findOptions: 'Find Options',
+ findWhat: 'Пронађи:',
+ matchCase: 'Разликуј велика и мала слова',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Упореди целе речи',
+ notFoundMsg: 'Тражени текст није пронађен.',
+ replace: 'Замена',
+ replaceAll: 'Замени све',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Замени са:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/sv.js b/plugins/find/lang/sv.js new file mode 100644 index 0000000..d8de57e --- /dev/null +++ b/plugins/find/lang/sv.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'sv', {
+ find: 'Sök',
+ findOptions: 'Find Options',
+ findWhat: 'Sök efter:',
+ matchCase: 'Skiftläge',
+ matchCyclic: 'Matcha cykliska',
+ matchWord: 'Inkludera hela ord',
+ notFoundMsg: 'Angiven text kunde ej hittas.',
+ replace: 'Ersätt',
+ replaceAll: 'Ersätt alla',
+ replaceSuccessMsg: '%1 förekomst(er) ersatta.',
+ replaceWith: 'Ersätt med:',
+ title: 'Sök och ersätt'
+});
diff --git a/plugins/find/lang/th.js b/plugins/find/lang/th.js new file mode 100644 index 0000000..ca215c3 --- /dev/null +++ b/plugins/find/lang/th.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'th', {
+ find: 'ค้นหา',
+ findOptions: 'Find Options',
+ findWhat: 'ค้นหาคำว่า:',
+ matchCase: 'ตัวโหญ่-เล็ก ต้องตรงกัน',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'ต้องตรงกันทุกคำ',
+ notFoundMsg: 'ไม่พบคำที่ค้นหา.',
+ replace: 'ค้นหาและแทนที่',
+ replaceAll: 'แทนที่ทั้งหมดที่พบ',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'แทนที่ด้วย:',
+ title: 'Find and Replace'
+});
diff --git a/plugins/find/lang/tr.js b/plugins/find/lang/tr.js new file mode 100644 index 0000000..8d9d191 --- /dev/null +++ b/plugins/find/lang/tr.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'tr', {
+ find: 'Bul',
+ findOptions: 'Seçenekleri Bul',
+ findWhat: 'Aranan:',
+ matchCase: 'Büyük/küçük harf duyarlı',
+ matchCyclic: 'Eşleşen döngü',
+ matchWord: 'Kelimenin tamamı uysun',
+ notFoundMsg: 'Belirtilen yazı bulunamadı.',
+ replace: 'Değiştir',
+ replaceAll: 'Tümünü Değiştir',
+ replaceSuccessMsg: '%1 bulunanlardan değiştirildi.',
+ replaceWith: 'Bununla değiştir:',
+ title: 'Bul ve Değiştir'
+});
diff --git a/plugins/find/lang/ug.js b/plugins/find/lang/ug.js new file mode 100644 index 0000000..5310a43 --- /dev/null +++ b/plugins/find/lang/ug.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ug', {
+ find: 'ئىزدە',
+ findOptions: 'ئىزدەش تاللانمىسى',
+ findWhat: 'ئىزدە:',
+ matchCase: 'چوڭ كىچىك ھەرپنى پەرقلەندۈر',
+ matchCyclic: 'ئايلانما ماسلىشىش',
+ matchWord: 'پۈتۈن سۆز ماسلىشىش',
+ notFoundMsg: 'بەلگىلەنگەن تېكىستنى تاپالمىدى',
+ replace: 'ئالماشتۇر',
+ replaceAll: 'ھەممىنى ئالماشتۇر',
+ replaceSuccessMsg: 'جەمئى %1 جايدىكى ئالماشتۇرۇش تاماملاندى',
+ replaceWith: 'ئالماشتۇر:',
+ title: 'ئىزدەپ ئالماشتۇر'
+});
diff --git a/plugins/find/lang/uk.js b/plugins/find/lang/uk.js new file mode 100644 index 0000000..860197c --- /dev/null +++ b/plugins/find/lang/uk.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'uk', {
+ find: 'Пошук',
+ findOptions: 'Параметри Пошуку',
+ findWhat: 'Шукати:',
+ matchCase: 'Враховувати регістр',
+ matchCyclic: 'Циклічна заміна',
+ matchWord: 'Збіг цілих слів',
+ notFoundMsg: 'Вказаний текст не знайдено.',
+ replace: 'Заміна',
+ replaceAll: 'Замінити все',
+ replaceSuccessMsg: '%1 співпадінь(ня) замінено.',
+ replaceWith: 'Замінити на:',
+ title: 'Знайти і замінити'
+});
diff --git a/plugins/find/lang/vi.js b/plugins/find/lang/vi.js new file mode 100644 index 0000000..8d4b148 --- /dev/null +++ b/plugins/find/lang/vi.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'vi', {
+ find: 'Tìm kiếm',
+ findOptions: 'Tìm tùy chọn',
+ findWhat: 'Tìm chuỗi:',
+ matchCase: 'Phân biệt chữ hoa/thường',
+ matchCyclic: 'Giống một phần',
+ matchWord: 'Giống toàn bộ từ',
+ notFoundMsg: 'Không tìm thấy chuỗi cần tìm.',
+ replace: 'Thay thế',
+ replaceAll: 'Thay thế tất cả',
+ replaceSuccessMsg: '%1 vị trí đã được thay thế.',
+ replaceWith: 'Thay bằng:',
+ title: 'Tìm kiếm và thay thế'
+});
diff --git a/plugins/find/lang/zh-cn.js b/plugins/find/lang/zh-cn.js new file mode 100644 index 0000000..64aec7f --- /dev/null +++ b/plugins/find/lang/zh-cn.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'zh-cn', {
+ find: '查找',
+ findOptions: '查找选项',
+ findWhat: '查找:',
+ matchCase: '区分大小写',
+ matchCyclic: '循环匹配',
+ matchWord: '全字匹配',
+ notFoundMsg: '指定文本没有找到',
+ replace: '替换',
+ replaceAll: '全部替换',
+ replaceSuccessMsg: '共完成 %1 处替换.',
+ replaceWith: '替换:',
+ title: '查找和替换'
+});
diff --git a/plugins/find/lang/zh.js b/plugins/find/lang/zh.js new file mode 100644 index 0000000..46112fd --- /dev/null +++ b/plugins/find/lang/zh.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'zh', {
+ find: '尋找',
+ findOptions: 'Find Options',
+ findWhat: '尋找:',
+ matchCase: '大小寫須相符',
+ matchCyclic: '循環搜索',
+ matchWord: '全字相符',
+ notFoundMsg: '未找到指定的文字。',
+ replace: '取代',
+ replaceAll: '全部取代',
+ replaceSuccessMsg: '共完成 %1 次取代',
+ replaceWith: '取代:',
+ title: '尋找與取代'
+});
|
