diff options
Diffstat (limited to 'plugins/stylescombo/lang')
64 files changed, 704 insertions, 0 deletions
diff --git a/plugins/stylescombo/lang/af.js b/plugins/stylescombo/lang/af.js new file mode 100644 index 0000000..44bb8be --- /dev/null +++ b/plugins/stylescombo/lang/af.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'af', {
+ label: 'Styl',
+ panelTitle: 'Opmaak style',
+ panelTitle1: 'Blok style',
+ panelTitle2: 'Inlyn style',
+ panelTitle3: 'Objek style'
+});
diff --git a/plugins/stylescombo/lang/ar.js b/plugins/stylescombo/lang/ar.js new file mode 100644 index 0000000..29a8656 --- /dev/null +++ b/plugins/stylescombo/lang/ar.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ar', {
+ label: 'أنماط',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'أنماط الفقرة',
+ panelTitle2: 'أنماط مضمنة',
+ panelTitle3: 'أنماط الكائن'
+});
diff --git a/plugins/stylescombo/lang/bg.js b/plugins/stylescombo/lang/bg.js new file mode 100644 index 0000000..266bb01 --- /dev/null +++ b/plugins/stylescombo/lang/bg.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'bg', {
+ label: 'Стилове',
+ panelTitle: 'Стилове за форматиране',
+ panelTitle1: 'Блокови стилове',
+ panelTitle2: 'Вътрешни стилове',
+ panelTitle3: 'Обектни стилове'
+});
diff --git a/plugins/stylescombo/lang/bn.js b/plugins/stylescombo/lang/bn.js new file mode 100644 index 0000000..1370b6c --- /dev/null +++ b/plugins/stylescombo/lang/bn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'bn', {
+ label: 'স্টাইল',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/bs.js b/plugins/stylescombo/lang/bs.js new file mode 100644 index 0000000..5154e08 --- /dev/null +++ b/plugins/stylescombo/lang/bs.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'bs', {
+ label: 'Stil',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/ca.js b/plugins/stylescombo/lang/ca.js new file mode 100644 index 0000000..c344c5c --- /dev/null +++ b/plugins/stylescombo/lang/ca.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ca', {
+ label: 'Estil',
+ panelTitle: 'Estils de format',
+ panelTitle1: 'Estils de bloc',
+ panelTitle2: 'Estils incrustats',
+ panelTitle3: 'Estils d\'objecte'
+});
diff --git a/plugins/stylescombo/lang/cs.js b/plugins/stylescombo/lang/cs.js new file mode 100644 index 0000000..d322e9e --- /dev/null +++ b/plugins/stylescombo/lang/cs.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'cs', {
+ label: 'Styl',
+ panelTitle: 'Formátovací styly',
+ panelTitle1: 'Blokové styly',
+ panelTitle2: 'Řádkové styly',
+ panelTitle3: 'Objektové styly'
+});
diff --git a/plugins/stylescombo/lang/cy.js b/plugins/stylescombo/lang/cy.js new file mode 100644 index 0000000..5da6f28 --- /dev/null +++ b/plugins/stylescombo/lang/cy.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'cy', {
+ label: 'Arddulliau',
+ panelTitle: 'Arddulliau Fformatio',
+ panelTitle1: 'Arddulliau Bloc',
+ panelTitle2: 'Arddulliau Mewnol',
+ panelTitle3: 'Arddulliau Gwrthrych'
+});
diff --git a/plugins/stylescombo/lang/da.js b/plugins/stylescombo/lang/da.js new file mode 100644 index 0000000..241d70c --- /dev/null +++ b/plugins/stylescombo/lang/da.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'da', {
+ label: 'Typografi',
+ panelTitle: 'Formattering på stylesheet',
+ panelTitle1: 'Block typografi',
+ panelTitle2: 'Inline typografi',
+ panelTitle3: 'Object typografi'
+});
diff --git a/plugins/stylescombo/lang/de.js b/plugins/stylescombo/lang/de.js new file mode 100644 index 0000000..b1dd628 --- /dev/null +++ b/plugins/stylescombo/lang/de.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'de', {
+ label: 'Stil',
+ panelTitle: 'Formatierungenstil',
+ panelTitle1: 'Block Stilart',
+ panelTitle2: 'Inline Stilart',
+ panelTitle3: 'Objekt Stilart'
+});
diff --git a/plugins/stylescombo/lang/el.js b/plugins/stylescombo/lang/el.js new file mode 100644 index 0000000..d6caa19 --- /dev/null +++ b/plugins/stylescombo/lang/el.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'el', {
+ label: 'Μορφές',
+ panelTitle: 'Στυλ Μορφοποίησης',
+ panelTitle1: 'Στυλ Κομματιών',
+ panelTitle2: 'Στυλ Εν Σειρά',
+ panelTitle3: 'Στυλ Αντικειμένων'
+});
diff --git a/plugins/stylescombo/lang/en-au.js b/plugins/stylescombo/lang/en-au.js new file mode 100644 index 0000000..a9e4f44 --- /dev/null +++ b/plugins/stylescombo/lang/en-au.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'en-au', {
+ label: 'Styles',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles',
+ panelTitle2: 'Inline Styles',
+ panelTitle3: 'Object Styles'
+});
diff --git a/plugins/stylescombo/lang/en-ca.js b/plugins/stylescombo/lang/en-ca.js new file mode 100644 index 0000000..7c0f51c --- /dev/null +++ b/plugins/stylescombo/lang/en-ca.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'en-ca', {
+ label: 'Styles',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles',
+ panelTitle2: 'Inline Styles',
+ panelTitle3: 'Object Styles'
+});
diff --git a/plugins/stylescombo/lang/en-gb.js b/plugins/stylescombo/lang/en-gb.js new file mode 100644 index 0000000..2084c15 --- /dev/null +++ b/plugins/stylescombo/lang/en-gb.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'en-gb', {
+ label: 'Styles',
+ panelTitle: 'Formatting Styles',
+ panelTitle1: 'Block Styles',
+ panelTitle2: 'Inline Styles',
+ panelTitle3: 'Object Styles'
+});
diff --git a/plugins/stylescombo/lang/en.js b/plugins/stylescombo/lang/en.js new file mode 100644 index 0000000..751353f --- /dev/null +++ b/plugins/stylescombo/lang/en.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'en', {
+ label: 'Styles',
+ panelTitle: 'Formatting Styles',
+ panelTitle1: 'Block Styles',
+ panelTitle2: 'Inline Styles',
+ panelTitle3: 'Object Styles'
+});
diff --git a/plugins/stylescombo/lang/eo.js b/plugins/stylescombo/lang/eo.js new file mode 100644 index 0000000..8697b19 --- /dev/null +++ b/plugins/stylescombo/lang/eo.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'eo', {
+ label: 'Stiloj',
+ panelTitle: 'Stiloj pri enpaĝigo',
+ panelTitle1: 'Stiloj de blokoj',
+ panelTitle2: 'Enliniaj Stiloj',
+ panelTitle3: 'Stiloj de objektoj'
+});
diff --git a/plugins/stylescombo/lang/es.js b/plugins/stylescombo/lang/es.js new file mode 100644 index 0000000..feffa14 --- /dev/null +++ b/plugins/stylescombo/lang/es.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'es', {
+ label: 'Estilo',
+ panelTitle: 'Estilos para formatear',
+ panelTitle1: 'Estilos de párrafo',
+ panelTitle2: 'Estilos de carácter',
+ panelTitle3: 'Estilos de objeto'
+});
diff --git a/plugins/stylescombo/lang/et.js b/plugins/stylescombo/lang/et.js new file mode 100644 index 0000000..74ad27e --- /dev/null +++ b/plugins/stylescombo/lang/et.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'et', {
+ label: 'Stiil',
+ panelTitle: 'Vormindusstiilid',
+ panelTitle1: 'Blokkstiilid',
+ panelTitle2: 'Reasisesed stiilid',
+ panelTitle3: 'Objektistiilid'
+});
diff --git a/plugins/stylescombo/lang/eu.js b/plugins/stylescombo/lang/eu.js new file mode 100644 index 0000000..5cd10c6 --- /dev/null +++ b/plugins/stylescombo/lang/eu.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'eu', {
+ label: 'Estiloa',
+ panelTitle: 'Formatu Estiloak',
+ panelTitle1: 'Bloke Estiloak',
+ panelTitle2: 'Inline Estiloak',
+ panelTitle3: 'Objektu Estiloak'
+});
diff --git a/plugins/stylescombo/lang/fa.js b/plugins/stylescombo/lang/fa.js new file mode 100644 index 0000000..16f83d1 --- /dev/null +++ b/plugins/stylescombo/lang/fa.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'fa', {
+ label: 'سبک',
+ panelTitle: 'سبکهای قالببندی',
+ panelTitle1: 'سبکهای بلوک',
+ panelTitle2: 'سبکهای درونخطی',
+ panelTitle3: 'سبکهای شیء'
+});
diff --git a/plugins/stylescombo/lang/fi.js b/plugins/stylescombo/lang/fi.js new file mode 100644 index 0000000..fc439dd --- /dev/null +++ b/plugins/stylescombo/lang/fi.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'fi', {
+ label: 'Tyyli',
+ panelTitle: 'Muotoilujen tyylit',
+ panelTitle1: 'Lohkojen tyylit',
+ panelTitle2: 'Rivinsisäiset tyylit',
+ panelTitle3: 'Objektien tyylit'
+});
diff --git a/plugins/stylescombo/lang/fo.js b/plugins/stylescombo/lang/fo.js new file mode 100644 index 0000000..2bbcd90 --- /dev/null +++ b/plugins/stylescombo/lang/fo.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'fo', {
+ label: 'Typografi',
+ panelTitle: 'Formatterings stílir',
+ panelTitle1: 'Blokk stílir',
+ panelTitle2: 'Inline stílir',
+ panelTitle3: 'Object stílir'
+});
diff --git a/plugins/stylescombo/lang/fr-ca.js b/plugins/stylescombo/lang/fr-ca.js new file mode 100644 index 0000000..69c266b --- /dev/null +++ b/plugins/stylescombo/lang/fr-ca.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'fr-ca', {
+ label: 'Styles',
+ panelTitle: 'Styles de formattage',
+ panelTitle1: 'Styles de block',
+ panelTitle2: 'Styles en ligne',
+ panelTitle3: 'Styles d\'objet'
+});
diff --git a/plugins/stylescombo/lang/fr.js b/plugins/stylescombo/lang/fr.js new file mode 100644 index 0000000..47239b1 --- /dev/null +++ b/plugins/stylescombo/lang/fr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'fr', {
+ label: 'Styles',
+ panelTitle: 'Styles de mise en page',
+ panelTitle1: 'Styles de blocs',
+ panelTitle2: 'Styles en ligne',
+ panelTitle3: 'Styles d\'objet'
+});
diff --git a/plugins/stylescombo/lang/gl.js b/plugins/stylescombo/lang/gl.js new file mode 100644 index 0000000..77a8d84 --- /dev/null +++ b/plugins/stylescombo/lang/gl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'gl', {
+ label: 'Estilos',
+ panelTitle: 'Estilos de formatando',
+ panelTitle1: 'Estilos de bloque',
+ panelTitle2: 'Estilos de carácter',
+ panelTitle3: 'Estilos de obxecto'
+});
diff --git a/plugins/stylescombo/lang/gu.js b/plugins/stylescombo/lang/gu.js new file mode 100644 index 0000000..d632d97 --- /dev/null +++ b/plugins/stylescombo/lang/gu.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'gu', {
+ label: 'શૈલી/રીત',
+ panelTitle: 'ફોર્મેટ ',
+ panelTitle1: 'બ્લોક ',
+ panelTitle2: 'ઈનલાઈન ',
+ panelTitle3: 'ઓબ્જેક્ટ પદ્ધતિ'
+});
diff --git a/plugins/stylescombo/lang/he.js b/plugins/stylescombo/lang/he.js new file mode 100644 index 0000000..637a511 --- /dev/null +++ b/plugins/stylescombo/lang/he.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'he', {
+ label: 'סגנון',
+ panelTitle: 'סגנונות פורמט',
+ panelTitle1: 'סגנונות בלוק',
+ panelTitle2: 'סגנונות רצף',
+ panelTitle3: 'סגנונות אובייקט'
+});
diff --git a/plugins/stylescombo/lang/hi.js b/plugins/stylescombo/lang/hi.js new file mode 100644 index 0000000..4acc77f --- /dev/null +++ b/plugins/stylescombo/lang/hi.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'hi', {
+ label: 'स्टाइल',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/hr.js b/plugins/stylescombo/lang/hr.js new file mode 100644 index 0000000..3e24a8a --- /dev/null +++ b/plugins/stylescombo/lang/hr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'hr', {
+ label: 'Stil',
+ panelTitle: 'Stilovi formatiranja',
+ panelTitle1: 'Block stilovi',
+ panelTitle2: 'Inline stilovi',
+ panelTitle3: 'Object stilovi'
+});
diff --git a/plugins/stylescombo/lang/hu.js b/plugins/stylescombo/lang/hu.js new file mode 100644 index 0000000..cc16621 --- /dev/null +++ b/plugins/stylescombo/lang/hu.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'hu', {
+ label: 'Stílus',
+ panelTitle: 'Formázási stílusok',
+ panelTitle1: 'Blokk stílusok',
+ panelTitle2: 'Inline stílusok',
+ panelTitle3: 'Objektum stílusok'
+});
diff --git a/plugins/stylescombo/lang/is.js b/plugins/stylescombo/lang/is.js new file mode 100644 index 0000000..c0d4f17 --- /dev/null +++ b/plugins/stylescombo/lang/is.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'is', {
+ label: 'Stílflokkur',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/it.js b/plugins/stylescombo/lang/it.js new file mode 100644 index 0000000..e2d1279 --- /dev/null +++ b/plugins/stylescombo/lang/it.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'it', {
+ label: 'Stili',
+ panelTitle: 'Stili di formattazione',
+ panelTitle1: 'Stili per blocchi',
+ panelTitle2: 'Stili in linea',
+ panelTitle3: 'Stili per oggetti'
+});
diff --git a/plugins/stylescombo/lang/ja.js b/plugins/stylescombo/lang/ja.js new file mode 100644 index 0000000..dfcced8 --- /dev/null +++ b/plugins/stylescombo/lang/ja.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ja', {
+ label: 'スタイル',
+ panelTitle: 'スタイル',
+ panelTitle1: 'ブロックスタイル',
+ panelTitle2: 'インラインスタイル',
+ panelTitle3: 'オブジェクトスタイル'
+});
diff --git a/plugins/stylescombo/lang/ka.js b/plugins/stylescombo/lang/ka.js new file mode 100644 index 0000000..8e30658 --- /dev/null +++ b/plugins/stylescombo/lang/ka.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ka', {
+ label: 'სტილები',
+ panelTitle: 'ფორმატირების სტილები',
+ panelTitle1: 'არის სტილები',
+ panelTitle2: 'თანდართული სტილები',
+ panelTitle3: 'ობიექტის სტილები'
+});
diff --git a/plugins/stylescombo/lang/km.js b/plugins/stylescombo/lang/km.js new file mode 100644 index 0000000..74d30ca --- /dev/null +++ b/plugins/stylescombo/lang/km.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'km', {
+ label: 'រចនាបថ',
+ panelTitle: 'ទ្រង់ទ្រាយរចនាបថ',
+ panelTitle1: 'រចនាបថប្លក់',
+ panelTitle2: 'រចនាបថក្នុងជួរ',
+ panelTitle3: 'រចនាបថវត្ថុ'
+});
diff --git a/plugins/stylescombo/lang/ko.js b/plugins/stylescombo/lang/ko.js new file mode 100644 index 0000000..cd25417 --- /dev/null +++ b/plugins/stylescombo/lang/ko.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ko', {
+ label: '스타일',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/ku.js b/plugins/stylescombo/lang/ku.js new file mode 100644 index 0000000..9c0f669 --- /dev/null +++ b/plugins/stylescombo/lang/ku.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ku', {
+ label: 'شێواز',
+ panelTitle: 'شێوازی ڕازاندنەوە',
+ panelTitle1: 'شێوازی خشت',
+ panelTitle2: 'شێوازی ناوهێڵ',
+ panelTitle3: 'شێوازی بەرکار'
+});
diff --git a/plugins/stylescombo/lang/lt.js b/plugins/stylescombo/lang/lt.js new file mode 100644 index 0000000..cff95cc --- /dev/null +++ b/plugins/stylescombo/lang/lt.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'lt', {
+ label: 'Stilius',
+ panelTitle: 'Stilių formatavimas',
+ panelTitle1: 'Blokų stiliai',
+ panelTitle2: 'Vidiniai stiliai',
+ panelTitle3: 'Objektų stiliai'
+});
diff --git a/plugins/stylescombo/lang/lv.js b/plugins/stylescombo/lang/lv.js new file mode 100644 index 0000000..bdf95e5 --- /dev/null +++ b/plugins/stylescombo/lang/lv.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'lv', {
+ label: 'Stils',
+ panelTitle: 'Formatēšanas stili',
+ panelTitle1: 'Bloka stili',
+ panelTitle2: 'iekļautie stili',
+ panelTitle3: 'Objekta stili'
+});
diff --git a/plugins/stylescombo/lang/mk.js b/plugins/stylescombo/lang/mk.js new file mode 100644 index 0000000..dd2356a --- /dev/null +++ b/plugins/stylescombo/lang/mk.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'mk', {
+ label: 'Styles',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/mn.js b/plugins/stylescombo/lang/mn.js new file mode 100644 index 0000000..7226f61 --- /dev/null +++ b/plugins/stylescombo/lang/mn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'mn', {
+ label: 'Загвар',
+ panelTitle: 'Загвар хэлбэржүүлэх',
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/ms.js b/plugins/stylescombo/lang/ms.js new file mode 100644 index 0000000..ec9a595 --- /dev/null +++ b/plugins/stylescombo/lang/ms.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ms', {
+ label: 'Stail',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/nb.js b/plugins/stylescombo/lang/nb.js new file mode 100644 index 0000000..4d19396 --- /dev/null +++ b/plugins/stylescombo/lang/nb.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'nb', {
+ label: 'Stil',
+ panelTitle: 'Stilformater',
+ panelTitle1: 'Blokkstiler',
+ panelTitle2: 'Inlinestiler',
+ panelTitle3: 'Objektstiler'
+});
diff --git a/plugins/stylescombo/lang/nl.js b/plugins/stylescombo/lang/nl.js new file mode 100644 index 0000000..8da663a --- /dev/null +++ b/plugins/stylescombo/lang/nl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'nl', {
+ label: 'Stijl',
+ panelTitle: 'Opmaakstijlen',
+ panelTitle1: 'Blok stijlen',
+ panelTitle2: 'Inline stijlen',
+ panelTitle3: 'Object stijlen'
+});
diff --git a/plugins/stylescombo/lang/no.js b/plugins/stylescombo/lang/no.js new file mode 100644 index 0000000..7424a50 --- /dev/null +++ b/plugins/stylescombo/lang/no.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'no', {
+ label: 'Stil',
+ panelTitle: 'Stilformater',
+ panelTitle1: 'Blokkstiler',
+ panelTitle2: 'Inlinestiler',
+ panelTitle3: 'Objektstiler'
+});
diff --git a/plugins/stylescombo/lang/pl.js b/plugins/stylescombo/lang/pl.js new file mode 100644 index 0000000..f69d23a --- /dev/null +++ b/plugins/stylescombo/lang/pl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'pl', {
+ label: 'Styl',
+ panelTitle: 'Style formatujące',
+ panelTitle1: 'Style blokowe',
+ panelTitle2: 'Style liniowe',
+ panelTitle3: 'Style obiektowe'
+});
diff --git a/plugins/stylescombo/lang/pt-br.js b/plugins/stylescombo/lang/pt-br.js new file mode 100644 index 0000000..e9b90a2 --- /dev/null +++ b/plugins/stylescombo/lang/pt-br.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'pt-br', {
+ label: 'Estilo',
+ panelTitle: 'Estilos de Formatação',
+ panelTitle1: 'Estilos de bloco',
+ panelTitle2: 'Estilos de texto corrido',
+ panelTitle3: 'Estilos de objeto'
+});
diff --git a/plugins/stylescombo/lang/pt.js b/plugins/stylescombo/lang/pt.js new file mode 100644 index 0000000..761b3e7 --- /dev/null +++ b/plugins/stylescombo/lang/pt.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'pt', {
+ label: 'Estilo',
+ panelTitle: 'Estilos de Formatação',
+ panelTitle1: 'Estilos de Bloco',
+ panelTitle2: 'Estilos de Linha',
+ panelTitle3: 'Estilos de Objeto'
+});
diff --git a/plugins/stylescombo/lang/ro.js b/plugins/stylescombo/lang/ro.js new file mode 100644 index 0000000..50fc8a8 --- /dev/null +++ b/plugins/stylescombo/lang/ro.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ro', {
+ label: 'Stil',
+ panelTitle: 'Formatarea stilurilor',
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/ru.js b/plugins/stylescombo/lang/ru.js new file mode 100644 index 0000000..9a08794 --- /dev/null +++ b/plugins/stylescombo/lang/ru.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ru', {
+ label: 'Стили',
+ panelTitle: 'Стили форматирования',
+ panelTitle1: 'Стили блока',
+ panelTitle2: 'Стили элемента',
+ panelTitle3: 'Стили объекта'
+});
diff --git a/plugins/stylescombo/lang/si.js b/plugins/stylescombo/lang/si.js new file mode 100644 index 0000000..db0a800 --- /dev/null +++ b/plugins/stylescombo/lang/si.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'si', {
+ label: 'විලාසය',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/sk.js b/plugins/stylescombo/lang/sk.js new file mode 100644 index 0000000..165e3d6 --- /dev/null +++ b/plugins/stylescombo/lang/sk.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'sk', {
+ label: 'Štýly',
+ panelTitle: 'Formátovanie štýlov',
+ panelTitle1: 'Štýly bloku',
+ panelTitle2: 'Vnútroriadkové (inline) štýly',
+ panelTitle3: 'Štýly objeku'
+});
diff --git a/plugins/stylescombo/lang/sl.js b/plugins/stylescombo/lang/sl.js new file mode 100644 index 0000000..165b7c0 --- /dev/null +++ b/plugins/stylescombo/lang/sl.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'sl', {
+ label: 'Slog',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Slogi odstavkov',
+ panelTitle2: 'Slogi besedila',
+ panelTitle3: 'Slogi objektov'
+});
diff --git a/plugins/stylescombo/lang/sq.js b/plugins/stylescombo/lang/sq.js new file mode 100644 index 0000000..3ed085d --- /dev/null +++ b/plugins/stylescombo/lang/sq.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'sq', {
+ label: 'Stil',
+ panelTitle: 'Stilet e Formatimit',
+ panelTitle1: 'Stilet e Bllokut',
+ panelTitle2: 'Stili i Brendshëm',
+ panelTitle3: 'Stilet e Objektit'
+});
diff --git a/plugins/stylescombo/lang/sr-latn.js b/plugins/stylescombo/lang/sr-latn.js new file mode 100644 index 0000000..138b0de --- /dev/null +++ b/plugins/stylescombo/lang/sr-latn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'sr-latn', {
+ label: 'Stil',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/sr.js b/plugins/stylescombo/lang/sr.js new file mode 100644 index 0000000..3877618 --- /dev/null +++ b/plugins/stylescombo/lang/sr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'sr', {
+ label: 'Стил',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/sv.js b/plugins/stylescombo/lang/sv.js new file mode 100644 index 0000000..6dceb3d --- /dev/null +++ b/plugins/stylescombo/lang/sv.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'sv', {
+ label: 'Anpassad stil',
+ panelTitle: 'Formatmallar',
+ panelTitle1: 'Blockstil',
+ panelTitle2: 'Inbäddad stil',
+ panelTitle3: 'Objektets stil'
+});
diff --git a/plugins/stylescombo/lang/th.js b/plugins/stylescombo/lang/th.js new file mode 100644 index 0000000..c7a79c3 --- /dev/null +++ b/plugins/stylescombo/lang/th.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'th', {
+ label: 'ลักษณะ',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: 'Block Styles', // MISSING
+ panelTitle2: 'Inline Styles', // MISSING
+ panelTitle3: 'Object Styles' // MISSING
+});
diff --git a/plugins/stylescombo/lang/tr.js b/plugins/stylescombo/lang/tr.js new file mode 100644 index 0000000..e617625 --- /dev/null +++ b/plugins/stylescombo/lang/tr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'tr', {
+ label: 'Biçem',
+ panelTitle: 'Stilleri Düzenliyor',
+ panelTitle1: 'Blok Stilleri',
+ panelTitle2: 'Inline Stilleri',
+ panelTitle3: 'Nesne Stilleri'
+});
diff --git a/plugins/stylescombo/lang/ug.js b/plugins/stylescombo/lang/ug.js new file mode 100644 index 0000000..cc56a5c --- /dev/null +++ b/plugins/stylescombo/lang/ug.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'ug', {
+ label: 'ئۇسلۇب',
+ panelTitle: 'ئۇسلۇب',
+ panelTitle1: 'بۆلەك دەرىجىسىدىكى ئېلېمېنت ئۇسلۇبى',
+ panelTitle2: 'ئىچكى باغلانما ئېلېمېنت ئۇسلۇبى',
+ panelTitle3: 'نەڭ (Object) ئېلېمېنت ئۇسلۇبى'
+});
diff --git a/plugins/stylescombo/lang/uk.js b/plugins/stylescombo/lang/uk.js new file mode 100644 index 0000000..4b79829 --- /dev/null +++ b/plugins/stylescombo/lang/uk.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'uk', {
+ label: 'Стиль',
+ panelTitle: 'Стилі форматування',
+ panelTitle1: 'Блочні стилі',
+ panelTitle2: 'Рядкові стилі',
+ panelTitle3: 'Об\'єктні стилі'
+});
diff --git a/plugins/stylescombo/lang/vi.js b/plugins/stylescombo/lang/vi.js new file mode 100644 index 0000000..5ae6021 --- /dev/null +++ b/plugins/stylescombo/lang/vi.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'vi', {
+ label: 'Kiểu',
+ panelTitle: 'Phong cách định dạng',
+ panelTitle1: 'Kiểu khối',
+ panelTitle2: 'Kiểu trực tiếp',
+ panelTitle3: 'Kiểu đối tượng'
+});
diff --git a/plugins/stylescombo/lang/zh-cn.js b/plugins/stylescombo/lang/zh-cn.js new file mode 100644 index 0000000..5954d27 --- /dev/null +++ b/plugins/stylescombo/lang/zh-cn.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'zh-cn', {
+ label: '样式',
+ panelTitle: '样式',
+ panelTitle1: '块级元素样式',
+ panelTitle2: '内联元素样式',
+ panelTitle3: '对象元素样式'
+});
diff --git a/plugins/stylescombo/lang/zh.js b/plugins/stylescombo/lang/zh.js new file mode 100644 index 0000000..ae115d9 --- /dev/null +++ b/plugins/stylescombo/lang/zh.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'stylescombo', 'zh', {
+ label: '樣式',
+ panelTitle: 'Formatting Styles', // MISSING
+ panelTitle1: '塊級元素樣式',
+ panelTitle2: '內聯元素樣式',
+ panelTitle3: '物件元素樣式'
+});
|
