diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/bold.png b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/bold.png new file mode 100644 index 00000000..5ff84fec Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/bold.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/italic.png b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/italic.png new file mode 100644 index 00000000..64d1332c Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/italic.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/strike.png b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/strike.png new file mode 100644 index 00000000..31ea47a1 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/strike.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/subscript.png b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/subscript.png new file mode 100644 index 00000000..bfe5420e Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/subscript.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/superscript.png b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/superscript.png new file mode 100644 index 00000000..a1eb2f1e Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/superscript.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/underline.png b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/underline.png new file mode 100644 index 00000000..1dd0c593 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/icons/underline.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/af.js new file mode 100644 index 00000000..c61f78cc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/af.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'af', { + bold: 'Vet', + italic: 'Skuins', + strike: 'Deurstreep', + subscript: 'Onderskrif', + superscript: 'Bo-skrif', + underline: 'Onderstreep' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ar.js new file mode 100644 index 00000000..2c1c8d54 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ar.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ar', { + bold: 'عريض', + italic: 'مائل', + strike: 'يتوسطه خط', + subscript: 'منخفض', + superscript: 'مرتفع', + underline: 'تسطير' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bg.js new file mode 100644 index 00000000..c1903b4b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bg.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'bg', { + bold: 'Удебелен', + italic: 'Наклонен', + strike: 'Зачертан текст', + subscript: 'Индексиран текст', + superscript: 'Суперскрипт', + underline: 'Подчертан' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bn.js new file mode 100644 index 00000000..ce7c3a06 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bn.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'bn', { + bold: 'বোল্ড', + italic: 'ইটালিক', + strike: 'স্ট্রাইক থ্রু', + subscript: 'অধোলেখ', + superscript: 'অভিলেখ', + underline: 'আন্ডারলাইন' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bs.js new file mode 100644 index 00000000..e7190066 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/bs.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'bs', { + bold: 'Boldiraj', + italic: 'Ukosi', + strike: 'Precrtaj', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Podvuci' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ca.js new file mode 100644 index 00000000..36558e23 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ca.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ca', { + bold: 'Negreta', + italic: 'Cursiva', + strike: 'Ratllat', + subscript: 'Subíndex', + superscript: 'Superíndex', + underline: 'Subratllat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/cs.js new file mode 100644 index 00000000..613ff333 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/cs.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'cs', { + bold: 'Tučné', + italic: 'Kurzíva', + strike: 'Přeškrtnuté', + subscript: 'Dolní index', + superscript: 'Horní index', + underline: 'Podtržené' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/cy.js new file mode 100644 index 00000000..df2676d7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/cy.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'cy', { + bold: 'Bras', + italic: 'Italig', + strike: 'Llinell Trwyddo', + subscript: 'Is-sgript', + superscript: 'Uwchsgript', + underline: 'Tanlinellu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/da.js new file mode 100644 index 00000000..0955494c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/da.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'da', { + bold: 'Fed', + italic: 'Kursiv', + strike: 'Gennemstreget', + subscript: 'Sænket skrift', + superscript: 'Hævet skrift', + underline: 'Understreget' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/de.js new file mode 100644 index 00000000..9604838c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/de.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'de', { + bold: 'Fett', + italic: 'Kursiv', + strike: 'Durchgestrichen', + subscript: 'Tiefgestellt', + superscript: 'Hochgestellt', + underline: 'Unterstrichen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/el.js new file mode 100644 index 00000000..a979d7fc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/el.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'el', { + bold: 'Έντονη', + italic: 'Πλάγια', + strike: 'Διακριτή Διαγραφή', + subscript: 'Δείκτης', + superscript: 'Εκθέτης', + underline: 'Υπογράμμιση' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-au.js new file mode 100644 index 00000000..f8a249e3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-au.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'en-au', { + bold: 'Bold', + italic: 'Italic', + strike: 'Strike Through', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Underline' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-ca.js new file mode 100644 index 00000000..e44ea218 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-ca.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'en-ca', { + bold: 'Bold', + italic: 'Italic', + strike: 'Strike Through', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Underline' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-gb.js new file mode 100644 index 00000000..518ed9a2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en-gb.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'en-gb', { + bold: 'Bold', + italic: 'Italic', + strike: 'Strike Through', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Underline' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en.js new file mode 100644 index 00000000..9f532bf6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/en.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'en', { + bold: 'Bold', + italic: 'Italic', + strike: 'Strike Through', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Underline' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/eo.js new file mode 100644 index 00000000..e3f7d997 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/eo.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'eo', { + bold: 'Grasa', + italic: 'Kursiva', + strike: 'Trastreko', + subscript: 'Suba indico', + superscript: 'Supra indico', + underline: 'Substreko' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/es.js new file mode 100644 index 00000000..b8353945 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/es.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'es', { + bold: 'Negrita', + italic: 'Cursiva', + strike: 'Tachado', + subscript: 'Subíndice', + superscript: 'Superíndice', + underline: 'Subrayado' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/et.js new file mode 100644 index 00000000..91cb545a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/et.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'et', { + bold: 'Paks', + italic: 'Kursiiv', + strike: 'Läbijoonitud', + subscript: 'Allindeks', + superscript: 'Ülaindeks', + underline: 'Allajoonitud' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/eu.js new file mode 100644 index 00000000..999ff1fe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/eu.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'eu', { + bold: 'Lodia', + italic: 'Etzana', + strike: 'Marratua', + subscript: 'Azpi-indize', + superscript: 'Goi-indize', + underline: 'Azpimarratu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fa.js new file mode 100644 index 00000000..62aae9c0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fa.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'fa', { + bold: 'درشت', + italic: 'خمیده', + strike: 'میانخط', + subscript: 'زیرنویس', + superscript: 'بالانویس', + underline: 'زیرخطدار' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fi.js new file mode 100644 index 00000000..85f5fc6c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fi.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'fi', { + bold: 'Lihavoitu', + italic: 'Kursivoitu', + strike: 'Yliviivattu', + subscript: 'Alaindeksi', + superscript: 'Yläindeksi', + underline: 'Alleviivattu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fo.js new file mode 100644 index 00000000..d0657b69 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fo.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'fo', { + bold: 'Feit skrift', + italic: 'Skráskrift', + strike: 'Yvirstrikað', + subscript: 'Lækkað skrift', + superscript: 'Hækkað skrift', + underline: 'Undirstrikað' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fr-ca.js new file mode 100644 index 00000000..44c8aa9a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fr-ca.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'fr-ca', { + bold: 'Gras', + italic: 'Italique', + strike: 'Barré', + subscript: 'Indice', + superscript: 'Exposant', + underline: 'Souligné' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fr.js new file mode 100644 index 00000000..999a213d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/fr.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'fr', { + bold: 'Gras', + italic: 'Italique', + strike: 'Barré', + subscript: 'Indice', + superscript: 'Exposant', + underline: 'Souligné' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/gl.js new file mode 100644 index 00000000..9aac667e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/gl.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'gl', { + bold: 'Negra', + italic: 'Cursiva', + strike: 'Riscado', + subscript: 'Subíndice', + superscript: 'Superíndice', + underline: 'Subliñado' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/gu.js new file mode 100644 index 00000000..9e06aadb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/gu.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'gu', { + bold: 'બોલ્ડ/સ્પષ્ટ', + italic: 'ઇટેલિક, ત્રાંસા', + strike: 'છેકી નાખવું', + subscript: 'એક ચિહ્નની નીચે કરેલું બીજું ચિહ્ન', + superscript: 'એક ચિહ્ન ઉપર કરેલું બીજું ચિહ્ન.', + underline: 'અન્ડર્લાઇન, નીચે લીટી' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/he.js new file mode 100644 index 00000000..6400d2fd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/he.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'he', { + bold: 'מודגש', + italic: 'נטוי', + strike: 'כתיב מחוק', + subscript: 'כתיב תחתון', + superscript: 'כתיב עליון', + underline: 'קו תחתון' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hi.js new file mode 100644 index 00000000..05e8b16c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hi.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'hi', { + bold: 'बोल्ड', + italic: 'इटैलिक', + strike: 'स्ट्राइक थ्रू', + subscript: 'अधोलेख', + superscript: 'अभिलेख', + underline: 'रेखांकण' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hr.js new file mode 100644 index 00000000..5ad890fe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hr.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'hr', { + bold: 'Podebljaj', + italic: 'Ukosi', + strike: 'Precrtano', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Potcrtano' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hu.js new file mode 100644 index 00000000..b8026a47 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/hu.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'hu', { + bold: 'Félkövér', + italic: 'Dőlt', + strike: 'Áthúzott', + subscript: 'Alsó index', + superscript: 'Felső index', + underline: 'Aláhúzott' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/id.js new file mode 100644 index 00000000..e2c66555 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/id.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'id', { + bold: 'Huruf Tebal', + italic: 'Huruf Miring', + strike: 'Strike Through', // MISSING + subscript: 'Subscript', // MISSING + superscript: 'Superscript', // MISSING + underline: 'Garis Bawah' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/is.js new file mode 100644 index 00000000..03ce1e1b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/is.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'is', { + bold: 'Feitletrað', + italic: 'Skáletrað', + strike: 'Yfirstrikað', + subscript: 'Niðurskrifað', + superscript: 'Uppskrifað', + underline: 'Undirstrikað' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/it.js new file mode 100644 index 00000000..4dfb0f19 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/it.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'it', { + bold: 'Grassetto', + italic: 'Corsivo', + strike: 'Barrato', + subscript: 'Pedice', + superscript: 'Apice', + underline: 'Sottolineato' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ja.js new file mode 100644 index 00000000..4951e25a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ja.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ja', { + bold: '太字', + italic: '斜体', + strike: '打ち消し線', + subscript: '下付き', + superscript: '上付き', + underline: '下線' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ka.js new file mode 100644 index 00000000..572b57a9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ka.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ka', { + bold: 'მსხვილი', + italic: 'დახრილი', + strike: 'გადახაზული', + subscript: 'ინდექსი', + superscript: 'ხარისხი', + underline: 'გახაზული' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/km.js new file mode 100644 index 00000000..0f5395ae --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/km.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'km', { + bold: 'ដិត', + italic: 'ទ្រេត', + strike: 'គូស​បន្ទាត់​ចំ​កណ្ដាល', + subscript: 'អក្សរតូចក្រោម', + superscript: 'អក្សរតូចលើ', + underline: 'គូស​បន្ទាត់​ក្រោម' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ko.js new file mode 100644 index 00000000..f885abe1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ko.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ko', { + bold: '진하게', + italic: '이텔릭', + strike: '취소선', + subscript: '아래 첨자', + superscript: '위 첨자', + underline: '밑줄' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ku.js new file mode 100644 index 00000000..db32650d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ku.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ku', { + bold: 'قەڵەو', + italic: 'لار', + strike: 'لێدان', + subscript: 'ژێرنووس', + superscript: 'سەرنووس', + underline: 'ژێرهێڵ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/lt.js new file mode 100644 index 00000000..fa58efc3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/lt.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'lt', { + bold: 'Pusjuodis', + italic: 'Kursyvas', + strike: 'Perbrauktas', + subscript: 'Apatinis indeksas', + superscript: 'Viršutinis indeksas', + underline: 'Pabrauktas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/lv.js new file mode 100644 index 00000000..e78b6336 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/lv.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'lv', { + bold: 'Treknināts', + italic: 'Kursīvs', + strike: 'Pārsvītrots', + subscript: 'Apakšrakstā', + superscript: 'Augšrakstā', + underline: 'Pasvītrots' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/mk.js new file mode 100644 index 00000000..44bf941b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/mk.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'mk', { + bold: 'Bold', // MISSING + italic: 'Italic', // MISSING + strike: 'Strike Through', // MISSING + subscript: 'Subscript', // MISSING + superscript: 'Superscript', // MISSING + underline: 'Underline' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/mn.js new file mode 100644 index 00000000..5d2b0ca5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/mn.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'mn', { + bold: 'Тод бүдүүн', + italic: 'Налуу', + strike: 'Дундуур нь зураастай болгох', + subscript: 'Суурь болгох', + superscript: 'Зэрэг болгох', + underline: 'Доогуур нь зураастай болгох' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ms.js new file mode 100644 index 00000000..fb518cd2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ms.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ms', { + bold: 'Bold', + italic: 'Italic', + strike: 'Strike Through', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Underline' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/nb.js new file mode 100644 index 00000000..bffd61f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/nb.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'nb', { + bold: 'Fet', + italic: 'Kursiv', + strike: 'Gjennomstreking', + subscript: 'Senket skrift', + superscript: 'Hevet skrift', + underline: 'Understreking' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/nl.js new file mode 100644 index 00000000..4f6321f6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/nl.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'nl', { + bold: 'Vet', + italic: 'Cursief', + strike: 'Doorhalen', + subscript: 'Subscript', + superscript: 'Superscript', + underline: 'Onderstrepen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/no.js new file mode 100644 index 00000000..a4491827 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/no.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'no', { + bold: 'Fet', + italic: 'Kursiv', + strike: 'Gjennomstreking', + subscript: 'Senket skrift', + superscript: 'Hevet skrift', + underline: 'Understreking' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pl.js new file mode 100644 index 00000000..316a56b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pl.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'pl', { + bold: 'Pogrubienie', + italic: 'Kursywa', + strike: 'Przekreślenie', + subscript: 'Indeks dolny', + superscript: 'Indeks górny', + underline: 'Podkreślenie' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pt-br.js new file mode 100644 index 00000000..95c3e2e1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pt-br.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'pt-br', { + bold: 'Negrito', + italic: 'Itálico', + strike: 'Tachado', + subscript: 'Subscrito', + superscript: 'Sobrescrito', + underline: 'Sublinhado' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pt.js new file mode 100644 index 00000000..99bcb5f9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/pt.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'pt', { + bold: 'Negrito', + italic: 'Itálico', + strike: 'Rasurado', + subscript: 'Superior à Linha', + superscript: 'Inferior à Linha', + underline: 'Sublinhado' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ro.js new file mode 100644 index 00000000..77364fa8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ro.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ro', { + bold: 'Îngroşat (bold)', + italic: 'Înclinat (italic)', + strike: 'Tăiat (strike through)', + subscript: 'Indice (subscript)', + superscript: 'Putere (superscript)', + underline: 'Subliniat (underline)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ru.js new file mode 100644 index 00000000..3c96a9c1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ru.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ru', { + bold: 'Полужирный', + italic: 'Курсив', + strike: 'Зачеркнутый', + subscript: 'Подстрочный индекс', + superscript: 'Надстрочный индекс', + underline: 'Подчеркнутый' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/si.js new file mode 100644 index 00000000..092629ff --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/si.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'si', { + bold: 'තද අකුරින් ලියනලද', + italic: 'බැධීඅකුරින් ලියන ලද', + strike: 'Strike Through', // MISSING + subscript: 'Subscript', // MISSING + superscript: 'Superscript', // MISSING + underline: 'යටින් ඉරි අදින ලද' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sk.js new file mode 100644 index 00000000..1eebe8bd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sk.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'sk', { + bold: 'Tučné', + italic: 'Kurzíva', + strike: 'Prečiarknuté', + subscript: 'Dolný index', + superscript: 'Horný index', + underline: 'Podčiarknuté' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sl.js new file mode 100644 index 00000000..4e14aa4d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sl.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'sl', { + bold: 'Krepko', + italic: 'Ležeče', + strike: 'Prečrtano', + subscript: 'Podpisano', + superscript: 'Nadpisano', + underline: 'Podčrtano' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sq.js new file mode 100644 index 00000000..e5cec209 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sq.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'sq', { + bold: 'Trash', + italic: 'Pjerrët', + strike: 'Nëpërmes', + subscript: 'Nën-skriptë', + superscript: 'Super-skriptë', + underline: 'Nënvijëzuar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sr-latn.js new file mode 100644 index 00000000..3207ed66 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sr-latn.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'sr-latn', { + bold: 'Podebljano', + italic: 'Kurziv', + strike: 'Precrtano', + subscript: 'Indeks', + superscript: 'Stepen', + underline: 'Podvučeno' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sr.js new file mode 100644 index 00000000..76e5acb4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sr.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'sr', { + bold: 'Подебљано', + italic: 'Курзив', + strike: 'Прецртано', + subscript: 'Индекс', + superscript: 'Степен', + underline: 'Подвучено' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sv.js new file mode 100644 index 00000000..ff59001c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/sv.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'sv', { + bold: 'Fet', + italic: 'Kursiv', + strike: 'Genomstruken', + subscript: 'Nedsänkta tecken', + superscript: 'Upphöjda tecken', + underline: 'Understruken' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/th.js new file mode 100644 index 00000000..01c41018 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/th.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'th', { + bold: 'ตัวหนา', + italic: 'ตัวเอียง', + strike: 'ตัวขีดเส้นทับ', + subscript: 'ตัวห้อย', + superscript: 'ตัวยก', + underline: 'ตัวขีดเส้นใต้' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/tr.js new file mode 100644 index 00000000..022eddfe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/tr.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'tr', { + bold: 'Kalın', + italic: 'İtalik', + strike: 'Üstü Çizgili', + subscript: 'Alt Simge', + superscript: 'Üst Simge', + underline: 'Altı Çizgili' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ug.js new file mode 100644 index 00000000..f1290a34 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/ug.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'ug', { + bold: 'توم', + italic: 'يانتۇ', + strike: 'ئۆچۈرۈش سىزىقى', + subscript: 'تۆۋەن ئىندېكس', + superscript: 'يۇقىرى ئىندېكس', + underline: 'ئاستى سىزىق' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/uk.js new file mode 100644 index 00000000..2d68c138 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/uk.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'uk', { + bold: 'Жирний', + italic: 'Курсив', + strike: 'Закреслений', + subscript: 'Нижній індекс', + superscript: 'Верхній індекс', + underline: 'Підкреслений' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/vi.js new file mode 100644 index 00000000..d091aba9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/vi.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'vi', { + bold: 'Đậm', + italic: 'Nghiêng', + strike: 'Gạch xuyên ngang', + subscript: 'Chỉ số dưới', + superscript: 'Chỉ số trên', + underline: 'Gạch chân' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/zh-cn.js new file mode 100644 index 00000000..d949ae33 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/zh-cn.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'zh-cn', { + bold: '加粗', + italic: '倾斜', + strike: '删除线', + subscript: '下标', + superscript: '上标', + underline: '下划线' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/zh.js new file mode 100644 index 00000000..8bbbfcef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/basicstyles/lang/zh.js @@ -0,0 +1,12 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'basicstyles', 'zh', { + bold: '粗體', + italic: '斜體', + strike: '刪除線', + subscript: '下標', + superscript: '上標', + underline: '底線' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/icons/blockquote.png b/lam/templates/lib/extra/ckeditor/plugins/blockquote/icons/blockquote.png new file mode 100644 index 00000000..95293e25 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/blockquote/icons/blockquote.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/af.js new file mode 100644 index 00000000..bcba8dbf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/af.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'af', { + toolbar: 'Sitaatblok' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ar.js new file mode 100644 index 00000000..aa72d7a3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ar.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ar', { + toolbar: 'اقتباس' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bg.js new file mode 100644 index 00000000..ca9856d0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bg.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'bg', { + toolbar: 'Блок за цитат' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bn.js new file mode 100644 index 00000000..8a54eefc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'bn', { + toolbar: 'Block Quote' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bs.js new file mode 100644 index 00000000..6143d865 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/bs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'bs', { + toolbar: 'Block Quote' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ca.js new file mode 100644 index 00000000..18ea4a08 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ca', { + toolbar: 'Bloc de cita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/cs.js new file mode 100644 index 00000000..606d756b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/cs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'cs', { + toolbar: 'Citace' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/cy.js new file mode 100644 index 00000000..5c509eda --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/cy.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'cy', { + toolbar: 'Dyfyniad bloc' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/da.js new file mode 100644 index 00000000..577eb269 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/da.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'da', { + toolbar: 'Blokcitat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/de.js new file mode 100644 index 00000000..c4065e36 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/de.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'de', { + toolbar: 'Zitatblock' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/el.js new file mode 100644 index 00000000..4f619f2d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/el.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'el', { + toolbar: 'Περιοχή Παράθεσης' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-au.js new file mode 100644 index 00000000..10d58656 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-au.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'en-au', { + toolbar: 'Block Quote' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-ca.js new file mode 100644 index 00000000..0493fd4d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'en-ca', { + toolbar: 'Block Quote' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-gb.js new file mode 100644 index 00000000..b627b576 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en-gb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'en-gb', { + toolbar: 'Block Quote' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en.js new file mode 100644 index 00000000..da4ff0f1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/en.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'en', { + toolbar: 'Block Quote' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/eo.js new file mode 100644 index 00000000..89022927 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/eo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'eo', { + toolbar: 'Citaĵo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/es.js new file mode 100644 index 00000000..64962e6b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/es.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'es', { + toolbar: 'Cita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/et.js new file mode 100644 index 00000000..8c2ea5d5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/et.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'et', { + toolbar: 'Blokktsitaat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/eu.js new file mode 100644 index 00000000..05e5f3fe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/eu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'eu', { + toolbar: 'Aipamen blokea' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fa.js new file mode 100644 index 00000000..2edc3b54 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fa.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'fa', { + toolbar: 'بلوک نقل قول' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fi.js new file mode 100644 index 00000000..c3bd893c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'fi', { + toolbar: 'Lainaus' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fo.js new file mode 100644 index 00000000..7c942f3b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'fo', { + toolbar: 'Blockquote' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fr-ca.js new file mode 100644 index 00000000..8dfced6d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fr-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'fr-ca', { + toolbar: 'Citation' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fr.js new file mode 100644 index 00000000..eed38cc3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/fr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'fr', { + toolbar: 'Citation' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/gl.js new file mode 100644 index 00000000..3885efbd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/gl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'gl', { + toolbar: 'Cita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/gu.js new file mode 100644 index 00000000..278f38b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/gu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'gu', { + toolbar: 'બ્લૉક-કોટ, અવતરણચિહ્નો' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/he.js new file mode 100644 index 00000000..11c223b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/he.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'he', { + toolbar: 'בלוק ציטוט' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hi.js new file mode 100644 index 00000000..aae23368 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'hi', { + toolbar: 'ब्लॉक-कोट' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hr.js new file mode 100644 index 00000000..e9b2eba5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'hr', { + toolbar: 'Blockquote' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hu.js new file mode 100644 index 00000000..fed29e36 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/hu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'hu', { + toolbar: 'Idézet blokk' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/id.js new file mode 100644 index 00000000..b2a26c21 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/id.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'id', { + toolbar: 'Kutipan Blok' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/is.js new file mode 100644 index 00000000..0f774b6f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/is.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'is', { + toolbar: 'Inndráttur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/it.js new file mode 100644 index 00000000..42064c32 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/it.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'it', { + toolbar: 'Citazione' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ja.js new file mode 100644 index 00000000..f61b3f72 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ja.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ja', { + toolbar: 'ブロック引用文' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ka.js new file mode 100644 index 00000000..53d536b1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ka.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ka', { + toolbar: 'ციტატა' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/km.js new file mode 100644 index 00000000..bc3b4523 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/km.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'km', { + toolbar: 'ប្លក់​ពាក្យ​សម្រង់' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ko.js new file mode 100644 index 00000000..be8b4be4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ko.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ko', { + toolbar: '인용 블록' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ku.js new file mode 100644 index 00000000..f3f63439 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ku.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ku', { + toolbar: 'بەربەستکردنی ووتەی وەرگیراو' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/lt.js new file mode 100644 index 00000000..a59581c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/lt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'lt', { + toolbar: 'Citata' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/lv.js new file mode 100644 index 00000000..bcef24b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/lv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'lv', { + toolbar: 'Bloka citāts' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/mk.js new file mode 100644 index 00000000..35820506 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/mk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'mk', { + toolbar: 'Block Quote' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/mn.js new file mode 100644 index 00000000..dfa6598c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/mn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'mn', { + toolbar: 'Ишлэл хэсэг' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ms.js new file mode 100644 index 00000000..be904153 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ms.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ms', { + toolbar: 'Block Quote' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/nb.js new file mode 100644 index 00000000..903805f1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/nb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'nb', { + toolbar: 'Blokksitat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/nl.js new file mode 100644 index 00000000..31fbb891 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/nl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'nl', { + toolbar: 'Citaatblok' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/no.js new file mode 100644 index 00000000..34603468 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/no.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'no', { + toolbar: 'Blokksitat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pl.js new file mode 100644 index 00000000..4e03e8c9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'pl', { + toolbar: 'Cytat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pt-br.js new file mode 100644 index 00000000..277d5333 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pt-br.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'pt-br', { + toolbar: 'Citação' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pt.js new file mode 100644 index 00000000..3ab95bf1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/pt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'pt', { + toolbar: 'Bloco de citação' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ro.js new file mode 100644 index 00000000..2554a2c3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ro.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ro', { + toolbar: 'Citat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ru.js new file mode 100644 index 00000000..0f478f42 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ru.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ru', { + toolbar: 'Цитата' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/si.js new file mode 100644 index 00000000..5cd1e983 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/si.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'si', { + toolbar: 'උද්ධෘත කොටස' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sk.js new file mode 100644 index 00000000..26a20312 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'sk', { + toolbar: 'Citácia' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sl.js new file mode 100644 index 00000000..ed85c716 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'sl', { + toolbar: 'Citat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sq.js new file mode 100644 index 00000000..59a65c02 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sq.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'sq', { + toolbar: 'Citatet' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sr-latn.js new file mode 100644 index 00000000..a29ffd76 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sr-latn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'sr-latn', { + toolbar: 'Block Quote' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sr.js new file mode 100644 index 00000000..84a6d875 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'sr', { + toolbar: 'Block Quote' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sv.js new file mode 100644 index 00000000..ced5510c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/sv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'sv', { + toolbar: 'Blockcitat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/th.js new file mode 100644 index 00000000..76c92d47 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/th.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'th', { + toolbar: 'Block Quote' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/tr.js new file mode 100644 index 00000000..47c8f459 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/tr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'tr', { + toolbar: 'Blok Oluştur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ug.js new file mode 100644 index 00000000..c6a3a535 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/ug.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'ug', { + toolbar: 'بۆلەك نەقىل' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/uk.js new file mode 100644 index 00000000..fc15d962 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/uk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'uk', { + toolbar: 'Цитата' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/vi.js new file mode 100644 index 00000000..94ba3c89 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/vi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'vi', { + toolbar: 'Khối trích dẫn' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/zh-cn.js new file mode 100644 index 00000000..b8caa9ac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/zh-cn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'zh-cn', { + toolbar: '块引用' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/zh.js new file mode 100644 index 00000000..abedafd3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/blockquote/lang/zh.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'blockquote', 'zh', { + toolbar: '引用段落' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/ca.js new file mode 100644 index 00000000..32fa14b0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/ca.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'ca', { + selectedLabel: '%1 (Seleccionat)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/cs.js new file mode 100644 index 00000000..23ed593a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/cs.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'cs', { + selectedLabel: '%1 (Vybráno)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/el.js new file mode 100644 index 00000000..a27721c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/el.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'el', { + selectedLabel: '%1 (Επιλεγμένο)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/en-gb.js new file mode 100644 index 00000000..c2e9d2aa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/en-gb.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'en-gb', { + selectedLabel: '%1 (Selected)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/en.js new file mode 100644 index 00000000..ac72b89b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/en.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'en', { + selectedLabel: '%1 (Selected)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/fa.js new file mode 100644 index 00000000..1be785ec --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/fa.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'fa', { + selectedLabel: '%1 (انتخاب شده)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/fr.js new file mode 100644 index 00000000..56711f6a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/fr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'fr', { + selectedLabel: '%1 (Sélectionné)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/gl.js new file mode 100644 index 00000000..2e19942c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/gl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'gl', { + selectedLabel: '%1 (seleccionado)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/hu.js new file mode 100644 index 00000000..e44e8c19 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/hu.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'hu', { + selectedLabel: '%1 (Kiválasztva)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/ja.js new file mode 100644 index 00000000..a92bf26a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/ja.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'ja', { + selectedLabel: '%1 (選択中)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/km.js new file mode 100644 index 00000000..a4da890c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/km.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'km', { + selectedLabel: '%1 (បាន​ជ្រើស​រើស)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/nl.js new file mode 100644 index 00000000..5db45c05 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/nl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'nl', { + selectedLabel: '%1 (Geselecteerd)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/pl.js new file mode 100644 index 00000000..859e2237 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/pl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'pl', { + selectedLabel: '%1 (Wybrany)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/pt-br.js new file mode 100644 index 00000000..906db8de --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/pt-br.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'pt-br', { + selectedLabel: '%1 (Selecionado)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/pt.js new file mode 100644 index 00000000..60e43e82 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/pt.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'pt', { + selectedLabel: '%1 (Selecionados)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/ru.js new file mode 100644 index 00000000..9c474fce --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/ru.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'ru', { + selectedLabel: '%1 (Выбрано)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/sl.js new file mode 100644 index 00000000..8b55fad5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/sl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'sl', { + selectedLabel: '%1 (Izbrano)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/sv.js new file mode 100644 index 00000000..59e775d5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/sv.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'sv', { + selectedLabel: '%1 (Vald)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/uk.js new file mode 100644 index 00000000..54f8ef2d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/uk.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'uk', { + selectedLabel: '%1 (Вибрано)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/button/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/button/lang/zh-cn.js new file mode 100644 index 00000000..49c32c43 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/button/lang/zh-cn.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'button', 'zh-cn', { + selectedLabel: '已选中 %1 项' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/dev/clipboard.html b/lam/templates/lib/extra/ckeditor/plugins/clipboard/dev/clipboard.html new file mode 100644 index 00000000..a9a177ae --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/dev/clipboard.html @@ -0,0 +1,194 @@ + + + + + + Clipboard playground – CKEditor Sample + + + + + +

+ CKEditor Sample — clipboard plugin playground +

+
+

+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + +

+
+

Editor 6

+

Content content content.

+

Styled by .someClass.

+
+
+
+
+ + + diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/dialogs/paste.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/dialogs/paste.js new file mode 100644 index 00000000..a4a89605 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/dialogs/paste.js @@ -0,0 +1,228 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.dialog.add( 'paste', function( editor ) { + var lang = editor.lang.clipboard; + + function onPasteFrameLoad( win ) { + var doc = new CKEDITOR.dom.document( win.document ), + body = doc.getBody(), + script = doc.getById( 'cke_actscrpt' ); + + script && script.remove(); + + body.setAttribute( 'contenteditable', true ); + + // IE before version 8 will leave cursor blinking inside the document after + // editor blurred unless we clean up the selection. (#4716) + if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) { + doc.getWindow().on( 'blur', function() { + doc.$.selection.empty(); + } ); + } + + doc.on( 'keydown', function( e ) { + var domEvent = e.data, + key = domEvent.getKeystroke(), + processed; + + switch ( key ) { + case 27: + this.hide(); + processed = 1; + break; + + case 9: + case CKEDITOR.SHIFT + 9: + this.changeFocus( 1 ); + processed = 1; + } + + processed && domEvent.preventDefault(); + }, this ); + + editor.fire( 'ariaWidget', new CKEDITOR.dom.element( win.frameElement ) ); + + // Handle pending focus. + if ( doc.getWindow().getFrame().removeCustomData( 'pendingFocus' ) ) + body.focus(); + } + + // If pasteDialogCommit wasn't canceled by e.g. editor.getClipboardData + // then fire paste event. + // Do not use editor#paste, because it would start from beforePaste event. + editor.on( 'pasteDialogCommit', function( evt ) { + if ( evt.data ) + editor.fire( 'paste', { type: 'auto', dataValue: evt.data } ); + }, null, null, 1000 ); + + return { + title: lang.title, + + minWidth: CKEDITOR.env.ie && CKEDITOR.env.quirks ? 370 : 350, + minHeight: CKEDITOR.env.quirks ? 250 : 245, + onShow: function() { + // FIREFOX BUG: Force the browser to render the dialog to make the to-be- + // inserted iframe editable. (#3366) + this.parts.dialog.$.offsetHeight; + + this.setupContent(); + + // Set dialog title to the custom value (set e.g. in editor.openDialog callback) and reset this value. + // If custom title not set, use default one. + this.parts.title.setHtml( this.customTitle || lang.title ); + this.customTitle = null; + }, + + onLoad: function() { + if ( ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) && editor.lang.dir == 'rtl' ) + this.parts.contents.setStyle( 'overflow', 'hidden' ); + }, + + onOk: function() { + this.commitContent(); + }, + + contents: [ + { + id: 'general', + label: editor.lang.common.generalTab, + elements: [ + { + type: 'html', + id: 'securityMsg', + html: '
' + lang.securityMsg + '
' + }, + { + type: 'html', + id: 'pasteMsg', + html: '
' + lang.pasteMsg + '
' + }, + { + type: 'html', + id: 'editing_area', + style: 'width:100%;height:100%', + html: '', + focus: function() { + var iframe = this.getInputElement(), + doc = iframe.getFrameDocument(), + body = doc.getBody(); + + // Frame content may not loaded at the moment. + if ( !body || body.isReadOnly() ) + iframe.setCustomData( 'pendingFocus', 1 ); + else + body.focus(); + }, + setup: function() { + var dialog = this.getDialog(); + var htmlToLoad = '' + + '' + + '' + + ''; + + var src = + CKEDITOR.env.air ? + 'javascript:void(0)' : + CKEDITOR.env.ie ? + 'javascript:void((function(){' + encodeURIComponent( + 'document.open();' + + '(' + CKEDITOR.tools.fixDomain + ')();' + + 'document.close();' + ) + '})())"' + : ''; + + var iframe = CKEDITOR.dom.element.createFromHtml( '' ); + + iframe.on( 'load', function( e ) { + e.removeListener(); + + var doc = iframe.getFrameDocument(); + doc.write( htmlToLoad ); + + editor.focusManager.add( doc.getBody() ); + + if ( CKEDITOR.env.air ) + onPasteFrameLoad.call( this, doc.getWindow().$ ); + }, dialog ); + + iframe.setCustomData( 'dialog', dialog ); + + var container = this.getElement(); + container.setHtml( '' ); + container.append( iframe ); + + // IE need a redirect on focus to make + // the cursor blinking inside iframe. (#5461) + if ( CKEDITOR.env.ie ) { + var focusGrabber = CKEDITOR.dom.element.createFromHtml( '' ); + focusGrabber.on( 'focus', function() { + // Since fixDomain is called in src attribute, + // IE needs some slight delay to correctly move focus. + setTimeout( function() { + iframe.$.contentWindow.focus(); + } ); + } ); + container.append( focusGrabber ); + + // Override focus handler on field. + this.focus = function() { + focusGrabber.focus(); + this.fire( 'focus' ); + }; + } + + this.getInputElement = function() { + return iframe; + }; + + // Force container to scale in IE. + if ( CKEDITOR.env.ie ) { + container.setStyle( 'display', 'block' ); + container.setStyle( 'height', ( iframe.$.offsetHeight + 2 ) + 'px' ); + } + }, + commit: function( data ) { + var editor = this.getDialog().getParentEditor(), + body = this.getInputElement().getFrameDocument().getBody(), + bogus = body.getBogus(), + html; + bogus && bogus.remove(); + + // Saving the contents so changes until paste is complete will not take place (#7500) + html = body.getHtml(); + + // Opera needs some time to think about what has happened and what it should do now. + setTimeout( function() { + editor.fire( 'pasteDialogCommit', html ); + }, 0 ); + } + } + ] + } + ] + }; +} ); + +/** + * Internal event to pass paste dialog's data to the listeners. + * + * @private + * @event pasteDialogCommit + * @member CKEDITOR.editor + * @param {CKEDITOR.editor} editor This editor instance. + */ diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/copy-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/copy-rtl.png new file mode 100644 index 00000000..ef724460 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/copy-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/copy.png b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/copy.png new file mode 100644 index 00000000..ef724460 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/copy.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/cut-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/cut-rtl.png new file mode 100644 index 00000000..0b719653 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/cut-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/cut.png b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/cut.png new file mode 100644 index 00000000..0b719653 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/cut.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/paste-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/paste-rtl.png new file mode 100644 index 00000000..b2bfef20 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/paste-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/paste.png b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/paste.png new file mode 100644 index 00000000..b2bfef20 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/clipboard/icons/paste.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/af.js new file mode 100644 index 00000000..af598099 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/af.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'af', { + copy: 'Kopiëer', + copyError: 'U blaaier se sekuriteitsinstelling belet die kopiëringsaksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+C).', + cut: 'Knip', + cutError: 'U blaaier se sekuriteitsinstelling belet die outomatiese knip-aksie. Gebruik die sleutelbordkombinasie (Ctrl/Cmd+X).', + paste: 'Plak', + pasteArea: 'Plak-area', + pasteMsg: 'Plak die teks in die volgende teks-area met die sleutelbordkombinasie (Ctrl/Cmd+V) en druk OK.', + securityMsg: 'Weens u blaaier se sekuriteitsinstelling is data op die knipbord nie toeganklik nie. U kan dit eers weer in hierdie venster plak.', + title: 'Byvoeg' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ar.js new file mode 100644 index 00000000..e66eb230 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ar.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ar', { + copy: 'نسخ', + copyError: 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع عمليات النسخ التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl/Cmd+C).', + cut: 'قص', + cutError: 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl/Cmd+X).', + paste: 'لصق', + pasteArea: 'منطقة اللصق', + pasteMsg: 'الصق داخل الصندوق بإستخدام زرائر (Ctrl/Cmd+V) في لوحة المفاتيح، ثم اضغط زر موافق.', + securityMsg: 'نظراً لإعدادات الأمان الخاصة بمتصفحك، لن يتمكن هذا المحرر من الوصول لمحتوى حافظتك، لذلك يجب عليك لصق المحتوى مرة أخرى في هذه النافذة.', + title: 'لصق' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bg.js new file mode 100644 index 00000000..5979d8ff --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bg.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'bg', { + copy: 'Копирай', + copyError: 'Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни запаметяването. За целта използвайте клавиатурата (Ctrl/Cmd+C).', + cut: 'Отрежи', + cutError: 'Настройките за сигурност на Вашия браузър не позволяват на редактора автоматично да изъплни действията за отрязване. Моля ползвайте клавиатурните команди за целта (ctrl+x).', + paste: 'Вмъкни', + pasteArea: 'Зона за вмъкване', + pasteMsg: 'Вмъкнете тук съдъжанието с клавиатуарата (Ctrl/Cmd+V) и натиснете OK.', + securityMsg: 'Заради настройките за сигурност на Вашия браузър, редакторът не може да прочете данните от клипборда коректно.', + title: 'Вмъкни' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bn.js new file mode 100644 index 00000000..9788cace --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bn.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'bn', { + copy: 'কপি', + copyError: 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কপি করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl/Cmd+C)।', + cut: 'কাট', + cutError: 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কাট করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl/Cmd+X)।', + paste: 'পেস্ট', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'অনুগ্রহ করে নীচের বাক্সে কিবোর্ড ব্যবহার করে (Ctrl/Cmd+V) পেস্ট করুন এবং OK চাপ দিন', + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'পেস্ট' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bs.js new file mode 100644 index 00000000..b9fffd08 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/bs.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'bs', { + copy: 'Kopiraj', + copyError: 'Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+C).', + cut: 'Izreži', + cutError: 'Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).', + paste: 'Zalijepi', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', // MISSING + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'Zalijepi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ca.js new file mode 100644 index 00000000..ac37e5de --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ca.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ca', { + copy: 'Copiar', + copyError: 'La configuració de seguretat del vostre navegador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+C).', + cut: 'Retallar', + cutError: 'La configuració de seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl/Cmd+X).', + paste: 'Enganxar', + pasteArea: 'Àrea d\'enganxat', + pasteMsg: 'Si us plau, enganxi dins del següent camp utilitzant el teclat (Ctrl/Cmd+V) i premi OK.', + securityMsg: 'A causa de la configuració de seguretat del vostre navegador, l\'editor no pot accedir a les dades del porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.', + title: 'Enganxar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/cs.js new file mode 100644 index 00000000..77d1bd09 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/cs.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'cs', { + copy: 'Kopírovat', + copyError: 'Bezpečnostní nastavení vašeho prohlížeče nedovolují editoru spustit funkci pro kopírování zvoleného textu do schránky. Prosím zkopírujte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+C).', + cut: 'Vyjmout', + cutError: 'Bezpečnostní nastavení vašeho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl/Cmd+X).', + paste: 'Vložit', + pasteArea: 'Oblast vkládání', + pasteMsg: 'Do následujícího pole vložte požadovaný obsah pomocí klávesnice (Ctrl/Cmd+V) a stiskněte OK.', + securityMsg: 'Z důvodů nastavení bezpečnosti vašeho prohlížeče nemůže editor přistupovat přímo do schránky. Obsah schránky prosím vložte znovu do tohoto okna.', + title: 'Vložit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/cy.js new file mode 100644 index 00000000..75981c79 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/cy.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'cy', { + copy: 'Copïo', + copyError: '\'Dyw gosodiadau diogelwch eich porwr ddim yn caniatàu\'r golygydd i gynnal \'gweithredoedd copïo\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+C).', + cut: 'Torri', + cutError: 'Nid yw gosodiadau diogelwch eich porwr yn caniatàu\'r golygydd i gynnal \'gweithredoedd torri\' yn awtomatig. Defnyddiwch y bysellfwrdd (Ctrl/Cmd+X).', + paste: 'Gludo', + pasteArea: 'Ardal Gludo', + pasteMsg: 'Gludwch i mewn i\'r blwch canlynol gan ddefnyddio\'r bysellfwrdd (Ctrl/Cmd+V) a phwyso Iawn.', + securityMsg: 'Oherwydd gosodiadau diogelwch eich porwr, \'dyw\'r porwr ddim yn gallu ennill mynediad i\'r data ar y clipfwrdd yn uniongyrchol. Mae angen i chi ei ludo eto i\'r ffenestr hon.', + title: 'Gludo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/da.js new file mode 100644 index 00000000..832758ac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/da.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'da', { + copy: 'Kopiér', + copyError: 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Brug i stedet tastaturet til at kopiere teksten (Ctrl/Cmd+C).', + cut: 'Klip', + cutError: 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Brug i stedet tastaturet til at klippe teksten (Ctrl/Cmd+X).', + paste: 'Indsæt', + pasteArea: 'Indsæt område', + pasteMsg: 'Indsæt i feltet herunder (Ctrl/Cmd+V) og klik på OK.', + securityMsg: 'Din browsers sikkerhedsindstillinger tillader ikke editoren at få automatisk adgang til udklipsholderen.

Du skal indsætte udklipsholderens indhold i dette vindue igen.', + title: 'Indsæt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/de.js new file mode 100644 index 00000000..4426d084 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/de.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'de', { + copy: 'Kopieren', + copyError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).', + cut: 'Ausschneiden', + cutError: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).', + paste: 'Einfügen', + pasteArea: 'Einfügebereich', + pasteMsg: 'Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit Strg+V) ein und bestätigen Sie mit OK.', + securityMsg: 'Aufgrund von Sicherheitsbeschränkungen Ihres Browsers kann der Editor nicht direkt auf die Zwischenablage zugreifen. Bitte fügen Sie den Inhalt erneut in diesem Fenster ein.', + title: 'Einfügen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/el.js new file mode 100644 index 00000000..3d7116d4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/el.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'el', { + copy: 'Αντιγραφή', + copyError: 'Οι ρυθμίσεις ασφαλείας του περιηγητή σας δεν επιτρέπουν την επιλεγμένη εργασία αντιγραφής. Παρακαλώ χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+C).', + cut: 'Αποκοπή', + cutError: 'Οι ρυθμίσεις ασφαλείας του περιηγητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Παρακαλώ χρησιμοποιείστε το πληκτρολόγιο (Ctrl/Cmd+X).', + paste: 'Επικόλληση', + pasteArea: 'Περιοχή Επικόλλησης', + pasteMsg: 'Παρακαλώ επικολλήστε στο ακόλουθο κουτί χρησιμοποιώντας το πληκτρολόγιο (Ctrl/Cmd+V) και πατήστε OK.', + securityMsg: 'Λόγων των ρυθμίσεων ασφάλειας του περιηγητή σας, ο επεξεργαστής δεν μπορεί να έχει πρόσβαση στην μνήμη επικόλλησης. Χρειάζεται να επικολλήσετε ξανά σε αυτό το παράθυρο.', + title: 'Επικόλληση' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-au.js new file mode 100644 index 00000000..501fe1e0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-au.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'en-au', { + copy: 'Copy', + copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', + cut: 'Cut', + cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', + paste: 'Paste', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + title: 'Paste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-ca.js new file mode 100644 index 00000000..9ea55e18 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-ca.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'en-ca', { + copy: 'Copy', + copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', + cut: 'Cut', + cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', + paste: 'Paste', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + title: 'Paste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-gb.js new file mode 100644 index 00000000..e0d62349 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en-gb.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'en-gb', { + copy: 'Copy', + copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', + cut: 'Cut', + cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', + paste: 'Paste', + pasteArea: 'Paste Area', + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + title: 'Paste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en.js new file mode 100644 index 00000000..24c263ba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/en.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'en', { + copy: 'Copy', + copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', + cut: 'Cut', + cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', + paste: 'Paste', + pasteArea: 'Paste Area', + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', + title: 'Paste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/eo.js new file mode 100644 index 00000000..8a983379 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/eo.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'eo', { + copy: 'Kopii', + copyError: 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-C).', + cut: 'Eltondi', + cutError: 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).', + paste: 'Interglui', + pasteArea: 'Intergluoareo', + pasteMsg: 'Bonvolu glui la tekston en la jenan areon per uzado de la klavaro (Ctrl/Cmd+V) kaj premu OK', + securityMsg: 'Pro la sekurecagordo de via TTT-legilo, la redaktilo ne povas rekte atingi viajn datenojn en la poŝo. Bonvolu denove interglui la datenojn en tiun fenestron.', + title: 'Interglui' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/es.js new file mode 100644 index 00000000..fad57908 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/es.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'es', { + copy: 'Copiar', + copyError: 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado.\r\nPor favor use el teclado (Ctrl/Cmd+C).', + cut: 'Cortar', + cutError: 'La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado.\r\nPor favor use el teclado (Ctrl/Cmd+X).', + paste: 'Pegar', + pasteArea: 'Zona de pegado', + pasteMsg: 'Por favor pegue dentro del cuadro utilizando el teclado (Ctrl/Cmd+V);\r\nluego presione Aceptar.', + securityMsg: 'Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles.\r\nEs necesario que lo pegue de nuevo en esta ventana.', + title: 'Pegar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/et.js new file mode 100644 index 00000000..09a4bcec --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/et.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'et', { + copy: 'Kopeeri', + copyError: 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+C).', + cut: 'Lõika', + cutError: 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+X).', + paste: 'Aseta', + pasteArea: 'Asetamise ala', + pasteMsg: 'Palun aseta tekst järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (Ctrl/Cmd+V) ja vajuta seejärel OK.', + securityMsg: 'Sinu veebisirvija turvaseadete tõttu ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead asetama need uuesti siia aknasse.', + title: 'Asetamine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/eu.js new file mode 100644 index 00000000..037a21c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/eu.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'eu', { + copy: 'Kopiatu', + copyError: 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+C).', + cut: 'Ebaki', + cutError: 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl/Cmd+X).', + paste: 'Itsatsi', + pasteArea: 'Itsasteko Area', + pasteMsg: 'Mesedez teklatua erabilita (Ctrl/Cmd+V) ondorego eremuan testua itsatsi eta OK sakatu.', + securityMsg: 'Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.', + title: 'Itsatsi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fa.js new file mode 100644 index 00000000..d894f686 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fa.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'fa', { + copy: 'رونوشت', + copyError: 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای کپی کردن را انجام دهد. لطفا با دکمههای صفحه کلید این کار را انجام دهید (Ctrl/Cmd+C).', + cut: 'برش', + cutError: 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای برش را انجام دهد. لطفا با دکمههای صفحه کلید این کار را انجام دهید (Ctrl/Cmd+X).', + paste: 'چسباندن', + pasteArea: 'محل چسباندن', + pasteMsg: 'لطفا متن را با کلیدهای (Ctrl/Cmd+V) در این جعبهٴ متنی بچسبانید و پذیرش را بزنید.', + securityMsg: 'به خاطر تنظیمات امنیتی مرورگر شما، ویرایشگر نمیتواند دسترسی مستقیم به دادههای clipboard داشته باشد. شما باید دوباره آنرا در این پنجره بچسبانید.', + title: 'چسباندن' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fi.js new file mode 100644 index 00000000..9a068a32 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fi.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'fi', { + copy: 'Kopioi', + copyError: 'Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).', + cut: 'Leikkaa', + cutError: 'Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).', + paste: 'Liitä', + pasteArea: 'Leikealue', + pasteMsg: 'Liitä painamalla (Ctrl+V) ja painamalla OK.', + securityMsg: 'Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.', + title: 'Liitä' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fo.js new file mode 100644 index 00000000..da436ea4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fo.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'fo', { + copy: 'Avrita', + copyError: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (Ctrl/Cmd+C).', + cut: 'Kvett', + cutError: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (Ctrl/Cmd+X).', + paste: 'Innrita', + pasteArea: 'Avritingarumráði', + pasteMsg: 'Vinarliga koyr tekstin í hendan rútin við knappaborðinum (Ctrl/Cmd+V) og klikk á Góðtak.', + securityMsg: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur í hesum rútinum.', + title: 'Innrita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fr-ca.js new file mode 100644 index 00000000..e4e483cf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fr-ca.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'fr-ca', { + copy: 'Copier', + copyError: 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+C).', + cut: 'Couper', + cutError: 'Les paramètres de sécurité de votre navigateur empêchent l\'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl/Cmd+X).', + paste: 'Coller', + pasteArea: 'Coller la zone', + pasteMsg: 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (Ctrl/Cmd+V) et appuyer sur OK.', + securityMsg: 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.', + title: 'Coller' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fr.js new file mode 100644 index 00000000..ed17f8e6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/fr.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'fr', { + copy: 'Copier', + copyError: 'Les paramètres de sécurité de votre navigateur ne permettent pas à l\'éditeur d\'exécuter automatiquement des opérations de copie. Veuillez utiliser le raccourci clavier (Ctrl/Cmd+C).', + cut: 'Couper', + cutError: 'Les paramètres de sécurité de votre navigateur ne permettent pas à l\'éditeur d\'exécuter automatiquement l\'opération "couper". Veuillez utiliser le raccourci clavier (Ctrl/Cmd+X).', + paste: 'Coller', + pasteArea: 'Coller la zone', + pasteMsg: 'Veuillez coller le texte dans la zone suivante en utilisant le raccourci clavier (Ctrl/Cmd+V) et cliquez sur OK.', + securityMsg: 'A cause des paramètres de sécurité de votre navigateur, l\'éditeur n\'est pas en mesure d\'accéder directement à vos données contenues dans le presse-papier. Vous devriez réessayer de coller les données dans la fenêtre.', + title: 'Coller' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/gl.js new file mode 100644 index 00000000..cace10af --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/gl.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'gl', { + copy: 'Copiar', + copyError: 'Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de copia. Use o teclado para iso (Ctrl/Cmd+C).', + cut: 'Cortar', + cutError: 'Os axustes de seguranza do seu navegador non permiten que o editor realice automaticamente as tarefas de corte. Use o teclado para iso (Ctrl/Cmd+X).', + paste: 'Pegar', + pasteArea: 'Zona de pegado', + pasteMsg: 'Pegue dentro do seguinte cadro usando o teclado (Ctrl/Cmd+V) e prema en Aceptar', + securityMsg: 'Por mor da configuración de seguranza do seu navegador, o editor non ten acceso ao portapapeis. É necesario pegalo novamente nesta xanela.', + title: 'Pegar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/gu.js new file mode 100644 index 00000000..8bb5bcd2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/gu.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'gu', { + copy: 'નકલ', + copyError: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કોપી કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+C) का प्रयोग करें।', + cut: 'કાપવું', + cutError: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કટ કરવાની પરવાનગી નથી આપતી. (Ctrl/Cmd+X) નો ઉપયોગ કરો.', + paste: 'પેસ્ટ', + pasteArea: 'પેસ્ટ કરવાની જગ્યા', + pasteMsg: 'Ctrl/Cmd+V નો પ્રયોગ કરી પેસ્ટ કરો', + securityMsg: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.', + title: 'પેસ્ટ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/he.js new file mode 100644 index 00000000..99d06565 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/he.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'he', { + copy: 'העתקה', + copyError: 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות העתקה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl/Cmd+C).', + cut: 'גזירה', + cutError: 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות גזירה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl/Cmd+X).', + paste: 'הדבקה', + pasteArea: 'איזור הדבקה', + pasteMsg: 'נא להדביק בתוך הקופסה באמצעות (Ctrl/Cmd+V) וללחוץ על אישור.', + securityMsg: 'עקב הגדרות אבטחה בדפדפן, לא ניתן לגשת אל לוח הגזירים (Clipboard) בצורה ישירה. נא להדביק שוב בחלון זה.', + title: 'הדבקה' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hi.js new file mode 100644 index 00000000..b3cb47b9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hi.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'hi', { + copy: 'कॉपी', + copyError: 'आपके ब्राआउज़र की सुरक्षा सॅटिन्ग्स ने कॉपी करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+C) का प्रयोग करें।', + cut: 'कट', + cutError: 'आपके ब्राउज़र की सुरक्षा सॅटिन्ग्स ने कट करने की अनुमति नहीं प्रदान की है। (Ctrl/Cmd+X) का प्रयोग करें।', + paste: 'पेस्ट', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'Ctrl/Cmd+V का प्रयोग करके पेस्ट करें और ठीक है करें.', + securityMsg: 'आपके ब्राउज़र की सुरक्षा आपके ब्राउज़र की सुरKश सैटिंग के कारण, एडिटर आपके क्लिपबोर्ड डेटा को नहीं पा सकता है. आपको उसे इस विन्डो में दोबारा पेस्ट करना होगा.', + title: 'पेस्ट' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hr.js new file mode 100644 index 00000000..eacaeb3e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hr.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'hr', { + copy: 'Kopiraj', + copyError: 'Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+C).', + cut: 'Izreži', + cutError: 'Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl/Cmd+X).', + paste: 'Zalijepi', + pasteArea: 'Prostor za ljepljenje', + pasteMsg: 'Molimo zaljepite unutar doljnjeg okvira koristeći tipkovnicu (Ctrl/Cmd+V) i kliknite OK.', + securityMsg: 'Zbog sigurnosnih postavki Vašeg pretraživača, editor nema direktan pristup Vašem međuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.', + title: 'Zalijepi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hu.js new file mode 100644 index 00000000..50a9f2ce --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/hu.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'hu', { + copy: 'Másolás', + copyError: 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).', + cut: 'Kivágás', + cutError: 'A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl/Cmd+X).', + paste: 'Beillesztés', + pasteArea: 'Beszúrás mező', + pasteMsg: 'Másolja be az alábbi mezőbe a Ctrl/Cmd+V billentyűk lenyomásával, majd nyomjon Rendben-t.', + securityMsg: 'A böngésző biztonsági beállításai miatt a szerkesztő nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.', + title: 'Beillesztés' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/id.js new file mode 100644 index 00000000..4cd777a1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/id.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'id', { + copy: 'Salin', + copyError: 'Pengaturan keamanan peramban anda tidak mengizinkan editor untuk mengeksekusi operasi menyalin secara otomatis. Mohon gunakan papan tuts (Ctrl/Cmd+C)', + cut: 'Potong', + cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING + paste: 'Tempel', + pasteArea: 'Area Tempel', + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', // MISSING + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'Tempel' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/is.js new file mode 100644 index 00000000..4f426a90 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/is.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'is', { + copy: 'Afrita', + copyError: 'Öryggisstillingar vafrans þíns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið í afrita (Ctrl/Cmd+C).', + cut: 'Klippa', + cutError: 'Öryggisstillingar vafrans þíns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið í klippa (Ctrl/Cmd+X).', + paste: 'Líma', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'Límdu í svæðið hér að neðan og (Ctrl/Cmd+V) og smelltu á OK.', + securityMsg: 'Vegna öryggisstillinga í vafranum þínum fær ritillinn ekki beinan aðgang að klippuborðinu. Þú verður að líma innihaldið aftur inn í þennan glugga.', + title: 'Líma' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/it.js new file mode 100644 index 00000000..ae91498c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/it.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'it', { + copy: 'Copia', + copyError: 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+C).', + cut: 'Taglia', + cutError: 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl/Cmd+X).', + paste: 'Incolla', + pasteArea: 'Incolla', + pasteMsg: 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (Ctrl/Cmd+V) e premi OK.', + securityMsg: 'A causa delle impostazioni di sicurezza del browser,l\'editor non è in grado di accedere direttamente agli appunti. E\' pertanto necessario incollarli di nuovo in questa finestra.', + title: 'Incolla' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ja.js new file mode 100644 index 00000000..54091aff --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ja.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ja', { + copy: 'コピー', + copyError: 'ブラウザーのセキュリティ設定によりエディタのコピー操作を自動で実行することができません。実行するには手動でキーボードの(Ctrl/Cmd+C)を使用してください。', + cut: '切り取り', + cutError: 'ブラウザーのセキュリティ設定によりエディタの切り取り操作を自動で実行することができません。実行するには手動でキーボードの(Ctrl/Cmd+X)を使用してください。', + paste: '貼り付け', + pasteArea: '貼り付け場所', + pasteMsg: 'キーボード(Ctrl/Cmd+V)を使用して、次の入力エリア内で貼り付けて、OKを押してください。', + securityMsg: 'ブラウザのセキュリティ設定により、エディタはクリップボードデータに直接アクセスすることができません。このウィンドウは貼り付け操作を行う度に表示されます。', + title: '貼り付け' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ka.js new file mode 100644 index 00000000..94f3d3d4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ka.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ka', { + copy: 'ასლი', + copyError: 'თქვენი ბროუზერის უსაფრთხოების პარამეტრები არ იძლევა ასლის ოპერაციის ავტომატურად განხორციელების საშუალებას. გამოიყენეთ კლავიატურა ამისთვის (Ctrl/Cmd+C).', + cut: 'ამოჭრა', + cutError: 'თქვენი ბროუზერის უსაფრთხოების პარამეტრები არ იძლევა ამოჭრის ოპერაციის ავტომატურად განხორციელების საშუალებას. გამოიყენეთ კლავიატურა ამისთვის (Ctrl/Cmd+X).', + paste: 'ჩასმა', + pasteArea: 'ჩასმის არე', + pasteMsg: 'ჩასვით ამ არის შიგნით კლავიატურის გამოყენებით (Ctrl/Cmd+V) და დააჭირეთ OK-ს', + securityMsg: 'თქვენი ბროუზერის უსაფრთხოების პარამეტრები არ იძლევა clipboard-ის მონაცემების წვდომის უფლებას. კიდევ უნდა ჩასვათ ტექსტი ამ ფანჯარაში.', + title: 'ჩასმა' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/km.js new file mode 100644 index 00000000..85c726c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/km.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'km', { + copy: 'ចម្លង', + copyError: 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ​មិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ ចំលងអត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl/Cmd+C)។', + cut: 'កាត់យក', + cutError: 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ​មិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ កាត់អត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl/Cmd+X) ។', + paste: 'បិទ​ភ្ជាប់', + pasteArea: 'តំបន់​បិទ​ភ្ជាប់', + pasteMsg: 'សូមចំលងអត្ថបទទៅដាក់ក្នុងប្រអប់ដូចខាងក្រោមដោយប្រើប្រាស់ ឃី ​(Ctrl/Cmd+V) ហើយចុច OK ។', + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'បិទ​ភ្ជាប់' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ko.js new file mode 100644 index 00000000..76d29433 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ko.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ko', { + copy: '복사하기', + copyError: '브라우저의 보안설정때문에 복사하기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl/Cmd+C).', + cut: '잘라내기', + cutError: '브라우저의 보안설정때문에 잘라내기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl/Cmd+X).', + paste: '붙여넣기', + pasteArea: '범위 붙여넣기', + pasteMsg: '키보드의 (Ctrl/Cmd+V) 를 이용해서 상자안에 붙여넣고 OK 를 누르세요.', + securityMsg: '브러우저 보안 설정으로 인해, 클립보드의 자료를 직접 접근할 수 없습니다. 이 창에 다시 붙여넣기 하십시오.', + title: '붙여넣기' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ku.js new file mode 100644 index 00000000..ffe87c57 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ku.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ku', { + copy: 'لەبەرگرتنەوە', + copyError: 'پارێزی وێبگەڕەکەت ڕێگەنادات بەسەرنووسەکە لە لکاندنی دەقی خۆکارارنە. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+C).', + cut: 'بڕین', + cutError: 'پارێزی وێبگەڕەکەت ڕێگەنادات بە سەرنووسەکە لەبڕینی خۆکارانە. تکایە لەبری ئەمە ئەم فەرمانە بەکاربهێنە بەداگرتنی کلیلی (Ctrl/Cmd+X).', + paste: 'لکاندن', + pasteArea: 'ناوچەی لکاندن', + pasteMsg: 'تکایە بیلکێنە لەناوەوەی ئەم سنوقە لەڕێی تەختەکلیلەکەت بە بەکارهێنانی کلیلی (Ctrl/Cmd+V) دووای کلیکی باشە بکە.', + securityMsg: 'بەهۆی شێوەپێدانی پارێزی وێبگەڕەکەت، سەرنووسەکه ناتوانێت دەستبگەیەنێت بەهەڵگیراوەکە ڕاستەوخۆ. بۆیه پێویسته دووباره بیلکێنیت لەم پەنجەرەیه.', + title: 'لکاندن' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/lt.js new file mode 100644 index 00000000..bd70e471 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/lt.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'lt', { + copy: 'Kopijuoti', + copyError: 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti kopijavimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl/Cmd+C).', + cut: 'Iškirpti', + cutError: 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti iškirpimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl/Cmd+X).', + paste: 'Įdėti', + pasteArea: 'Įkelti dalį', + pasteMsg: 'Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (Ctrl/Cmd+V) ir paspauskite mygtuką OK.', + securityMsg: 'Dėl jūsų naršyklės saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartą į šį langą.', + title: 'Įdėti' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/lv.js new file mode 100644 index 00000000..40da76f6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/lv.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'lv', { + copy: 'Kopēt', + copyError: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt kopēšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+C), lai veiktu šo darbību.', + cut: 'Izgriezt', + cutError: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt izgriezšanas darbību. Lūdzu, izmantojiet (Ctrl/Cmd+X), lai veiktu šo darbību.', + paste: 'Ielīmēt', + pasteArea: 'Ielīmēšanas zona', + pasteMsg: 'Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (Ctrl/Cmd+V) un apstipriniet ar Darīts!.', + securityMsg: 'Jūsu pārlūka drošības uzstādījumu dēļ, nav iespējams tieši piekļūt jūsu starpliktuvei. Jums jāielīmē atkārtoti šajā logā.', + title: 'Ievietot' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/mk.js new file mode 100644 index 00000000..bb8cafeb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/mk.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'mk', { + copy: 'Copy', // MISSING + copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', // MISSING + cut: 'Cut', // MISSING + cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING + paste: 'Paste', // MISSING + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', // MISSING + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'Paste' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/mn.js new file mode 100644 index 00000000..4c39990f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/mn.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'mn', { + copy: 'Хуулах', + copyError: 'Таны browser-ын хамгаалалтын тохиргоо editor-д автоматаар хуулах үйлдэлийг зөвшөөрөхгүй байна. (Ctrl/Cmd+C) товчны хослолыг ашиглана уу.', + cut: 'Хайчлах', + cutError: 'Таны browser-ын хамгаалалтын тохиргоо editor-д автоматаар хайчлах үйлдэлийг зөвшөөрөхгүй байна. (Ctrl/Cmd+X) товчны хослолыг ашиглана уу.', + paste: 'Буулгах', + pasteArea: 'Paste Area', // MISSING + pasteMsg: '(Ctrl/Cmd+V) товчийг ашиглан paste хийнэ үү. Мөн OK дар.', + securityMsg: 'Таны үзүүлэгч/browser/-н хамгаалалтын тохиргооноос болоод editor clipboard өгөгдөлрүү шууд хандах боломжгүй. Энэ цонход дахин paste хийхийг оролд.', + title: 'Буулгах' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ms.js new file mode 100644 index 00000000..a0a37a6c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ms.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ms', { + copy: 'Salin', + copyError: 'Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+C).', + cut: 'Potong', + cutError: 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).', + paste: 'Tampal', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', // MISSING + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'Tampal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/nb.js new file mode 100644 index 00000000..9c0d9333 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/nb.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'nb', { + copy: 'Kopier', + copyError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+C).', + cut: 'Klipp ut', + cutError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk tastatursnarveien (Ctrl/Cmd+X).', + paste: 'Lim inn', + pasteArea: 'Innlimingsområde', + pasteMsg: 'Vennligst lim inn i følgende boks med tastaturet (Ctrl/Cmd+V) og trykk OK.', + securityMsg: 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må derfor lime det inn på nytt i dette vinduet.', + title: 'Lim inn' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/nl.js new file mode 100644 index 00000000..adc08d56 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/nl.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'nl', { + copy: 'Kopiëren', + copyError: 'De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl/Cmd+C van het toetsenbord.', + cut: 'Knippen', + cutError: 'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl/Cmd+X van het toetsenbord.', + paste: 'Plakken', + pasteArea: 'Plakgebied', + pasteMsg: 'Plak de tekst in het volgende vak gebruikmakend van uw toetsenbord (Ctrl/Cmd+V) en klik op OK.', + securityMsg: 'Door de beveiligingsinstellingen van uw browser is het niet mogelijk om direct vanuit het klembord in de editor te plakken. Middels opnieuw plakken in dit venster kunt u de tekst alsnog plakken in de editor.', + title: 'Plakken' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/no.js new file mode 100644 index 00000000..7e3b815f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/no.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'no', { + copy: 'Kopier', + copyError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snarveien (Ctrl/Cmd+C).', + cut: 'Klipp ut', + cutError: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk utklipping av tekst. Vennligst bruk snarveien (Ctrl/Cmd+X).', + paste: 'Lim inn', + pasteArea: 'Innlimingsområde', + pasteMsg: 'Vennligst lim inn i følgende boks med tastaturet (Ctrl/Cmd+V) og trykk OK.', + securityMsg: 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må derfor lime det inn på nytt i dette vinduet.', + title: 'Lim inn' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pl.js new file mode 100644 index 00000000..7ab465f5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pl.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'pl', { + copy: 'Kopiuj', + copyError: 'Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+C.', + cut: 'Wytnij', + cutError: 'Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl/Cmd+X.', + paste: 'Wklej', + pasteArea: 'Obszar wklejania', + pasteMsg: 'Wklej tekst w poniższym polu, używając skrótu klawiaturowego (Ctrl/Cmd+V), i kliknij OK.', + securityMsg: 'Zabezpieczenia przeglądarki uniemożliwiają wklejenie danych bezpośrednio do edytora. Proszę ponownie wkleić dane w tym oknie.', + title: 'Wklej' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pt-br.js new file mode 100644 index 00000000..15a323ed --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pt-br.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'pt-br', { + copy: 'Copiar', + copyError: 'As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl/Cmd+C).', + cut: 'Recortar', + cutError: 'As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl/Cmd+X).', + paste: 'Colar', + pasteArea: 'Área para Colar', + pasteMsg: 'Transfira o link usado na caixa usando o teclado com (Ctrl/Cmd+V) e OK.', + securityMsg: 'As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo manualmente nesta janela.', + title: 'Colar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pt.js new file mode 100644 index 00000000..cf4f5bc2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/pt.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'pt', { + copy: 'Copiar', + copyError: 'A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl/Cmd+C).', + cut: 'Cortar', + cutError: 'A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).', + paste: 'Colar', + pasteArea: 'Colar Área', + pasteMsg: 'Por favor, cole dentro da seguinte caixa usando o teclado (Ctrl/Cmd+V) e prima OK.', + securityMsg: 'Devido ás definições de segurança do teu browser, o editor não pode aceder ao clipboard diretamente. É necessário que voltes a colar as informações nesta janela.', + title: 'Colar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ro.js new file mode 100644 index 00000000..0fb7a200 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ro.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ro', { + copy: 'Copiază', + copyError: 'Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de copiere. Vă rugăm folosiţi tastatura (Ctrl/Cmd+C).', + cut: 'Taie', + cutError: 'Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de tăiere. Vă rugăm folosiţi tastatura (Ctrl/Cmd+X).', + paste: 'Adaugă', + pasteArea: 'Suprafața de adăugare', + pasteMsg: 'Vă rugăm adăugaţi în căsuţa următoare folosind tastatura (Ctrl/Cmd+V) şi apăsaţi OK', + securityMsg: 'Din cauza setărilor de securitate ale programului dvs. cu care navigaţi pe internet (browser), editorul nu poate accesa direct datele din clipboard. Va trebui să adăugaţi din nou datele în această fereastră.', + title: 'Adaugă' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ru.js new file mode 100644 index 00000000..969a1b75 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ru.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ru', { + copy: 'Копировать', + copyError: 'Настройки безопасности вашего браузера не разрешают редактору выполнять операции по копированию текста. Пожалуйста, используйте для этого клавиатуру (Ctrl/Cmd+C).', + cut: 'Вырезать', + cutError: 'Настройки безопасности вашего браузера не разрешают редактору выполнять операции по вырезке текста. Пожалуйста, используйте для этого клавиатуру (Ctrl/Cmd+X).', + paste: 'Вставить', + pasteArea: 'Зона для вставки', + pasteMsg: 'Пожалуйста, вставьте текст в зону ниже, используя клавиатуру (Ctrl/Cmd+V) и нажмите кнопку "OK".', + securityMsg: 'Настройки безопасности вашего браузера не разрешают редактору напрямую обращаться к буферу обмена. Вы должны вставить текст снова в это окно.', + title: 'Вставить' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/si.js new file mode 100644 index 00000000..2ae74f59 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/si.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'si', { + copy: 'පිටපත් කරන්න', + copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', // MISSING + cut: 'කපාගන්න', + cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', // MISSING + paste: 'අලවන්න', + pasteArea: 'අලවන ප්‍රදේශ', + pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', // MISSING + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'අලවන්න' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sk.js new file mode 100644 index 00000000..05acd5da --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sk.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'sk', { + copy: 'Kopírovať', + copyError: 'Bezpečnostné nastavenia Vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu kopírovania. Prosím, použite na to klávesnicu (Ctrl/Cmd+C).', + cut: 'Vystrihnúť', + cutError: 'Bezpečnostné nastavenia Vášho prehliadača nedovoľujú editoru automaticky spustiť operáciu vystrihnutia. Prosím, použite na to klávesnicu (Ctrl/Cmd+X).', + paste: 'Vložiť', + pasteArea: 'Miesto pre vloženie', + pasteMsg: 'Prosím, vložte nasledovný rámček použitím klávesnice (Ctrl/Cmd+V) a stlačte OK.', + securityMsg: 'Kvôli vašim bezpečnostným nastaveniam prehliadača editor nie je schopný pristupovať k vašej schránke na kopírovanie priamo. Vložte to preto do tohto okna.', + title: 'Vložiť' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sl.js new file mode 100644 index 00000000..c2334e39 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sl.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'sl', { + copy: 'Kopiraj', + copyError: 'Varnostne nastavitve brskalnika ne dopuščajo samodejnega kopiranja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+C).', + cut: 'Izreži', + cutError: 'Varnostne nastavitve brskalnika ne dopuščajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl/Cmd+X).', + paste: 'Prilepi', + pasteArea: 'Prilepi Prostor', + pasteMsg: 'Prosim prilepite v sleči okvir s pomočjo tipkovnice (Ctrl/Cmd+V) in pritisnite V redu.', + securityMsg: 'Zaradi varnostnih nastavitev vašega brskalnika urejevalnik ne more neposredno dostopati do odložišča. Vsebino odložišča ponovno prilepite v to okno.', + title: 'Prilepi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sq.js new file mode 100644 index 00000000..eaec33e1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sq.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'sq', { + copy: 'Kopjo', + copyError: 'Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e kopjimit. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+C).', + cut: 'Preje', + cutError: 'Të dhënat e sigurisë së shfletuesit tuaj nuk lejojnë që redaktuesi automatikisht të kryej veprimin e prerjes. Ju lutemi shfrytëzoni tastierën për këtë veprim (Ctrl/Cmd+X).', + paste: 'Hidhe', + pasteArea: 'Hapësira Hedhëse', + pasteMsg: 'Ju lutemi hidhni brenda kutizës në vijim duke shfrytëzuar tastierën (Ctrl/Cmd+V) dhe shtypni Mirë.', + securityMsg: 'Për shkak të dhënave të sigurisë së shfletuesit tuaj, redaktuesi nuk është në gjendje të i qaset drejtpërdrejtë të dhanve të tabelës suaj të punës. Ju duhet të hidhni atë përsëri në këtë dritare.', + title: 'Hidhe' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sr-latn.js new file mode 100644 index 00000000..30238b0e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sr-latn.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'sr-latn', { + copy: 'Kopiraj', + copyError: 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl/Cmd+C).', + cut: 'Iseci', + cutError: 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl/Cmd+X).', + paste: 'Zalepi', + pasteArea: 'Prostor za lepljenje', + pasteMsg: 'Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (Ctrl/Cmd+V) i da pritisnete OK.', + securityMsg: 'Zbog sigurnosnih postavki vašeg pregledača, editor nije u mogućnosti da direktno pristupi podacima u klipbordu. Potrebno je da zalepite još jednom u ovom prozoru.', + title: 'Zalepi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sr.js new file mode 100644 index 00000000..2a6d9604 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sr.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'sr', { + copy: 'Копирај', + copyError: 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског копирања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl/Cmd+C).', + cut: 'Исеци', + cutError: 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl/Cmd+X).', + paste: 'Залепи', + pasteArea: 'Залепи зону', + pasteMsg: 'Молимо Вас да залепите унутар доње површине користећи тастатурну пречицу (Ctrl/Cmd+V) и да притиснете OK.', + securityMsg: 'Због сигурносних подешавања претраживача, едитор не може да приступи оставу. Требате да га поново залепите у овом прозору.', + title: 'Залепи' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sv.js new file mode 100644 index 00000000..5b9489b6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/sv.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'sv', { + copy: 'Kopiera', + copyError: 'Säkerhetsinställningar i Er webbläsare tillåter inte åtgärden kopiera. Använd (Ctrl/Cmd+C) istället.', + cut: 'Klipp ut', + cutError: 'Säkerhetsinställningar i Er webbläsare tillåter inte åtgärden klipp ut. Använd (Ctrl/Cmd+X) istället.', + paste: 'Klistra in', + pasteArea: 'Paste Area', + pasteMsg: 'Var god och klistra in Er text i rutan nedan genom att använda (Ctrl/Cmd+V) klicka sen på OK.', + securityMsg: 'På grund av din webbläsares säkerhetsinställningar kan verktyget inte få åtkomst till urklippsdatan. Var god och använd detta fönster istället.', + title: 'Klistra in' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/th.js new file mode 100644 index 00000000..111bf900 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/th.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'th', { + copy: 'สำเนา', + copyError: 'ไม่สามารถสำเนาข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว C พร้อมกัน).', + cut: 'ตัด', + cutError: 'ไม่สามารถตัดข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว X พร้อมกัน).', + paste: 'วาง', + pasteArea: 'Paste Area', // MISSING + pasteMsg: 'กรุณาใช้คีย์บอร์ดเท่านั้น โดยกดปุ๋ม (Ctrl/Cmd และ V)พร้อมๆกัน และกด OK.', + securityMsg: 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING + title: 'วาง' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/tr.js new file mode 100644 index 00000000..739bd50f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/tr.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'tr', { + copy: 'Kopyala', + copyError: 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kopyalama işlemine izin vermiyor. İşlem için (Ctrl/Cmd+C) tuşlarını kullanın.', + cut: 'Kes', + cutError: 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme işlemine izin vermiyor. İşlem için (Ctrl/Cmd+X) tuşlarını kullanın.', + paste: 'Yapıştır', + pasteArea: 'Yapıştırma Alanı', + pasteMsg: 'Lütfen aşağıdaki kutunun içine yapıştırın. (Ctrl/Cmd+V) ve Tamam butonunu tıklayın.', + securityMsg: 'Gezgin yazılımınızın güvenlik ayarları düzenleyicinin direkt olarak panoya erişimine izin vermiyor. Bu pencere içine tekrar yapıştırmalısınız..', + title: 'Yapıştır' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ug.js new file mode 100644 index 00000000..cbb3fea6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/ug.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'ug', { + copy: 'نەشر ھوقۇقىغا ئىگە بەلگىسى', + copyError: 'تور كۆرگۈڭىزنىڭ بىخەتەرلىك تەڭشىكى تەھرىرلىگۈچنىڭ كۆچۈر مەشغۇلاتىنى ئۆزلۈكىدىن ئىجرا قىلىشىغا يول قويمايدۇ، ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+C) ئارقىلىق تاماملاڭ', + cut: 'كەس', + cutError: 'تور كۆرگۈڭىزنىڭ بىخەتەرلىك تەڭشىكى تەھرىرلىگۈچنىڭ كەس مەشغۇلاتىنى ئۆزلۈكىدىن ئىجرا قىلىشىغا يول قويمايدۇ، ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+X) ئارقىلىق تاماملاڭ', + paste: 'چاپلا', + pasteArea: 'چاپلاش دائىرىسى', + pasteMsg: 'ھەرپتاختا تېز كۇنۇپكا (Ctrl/Cmd+V) نى ئىشلىتىپ مەزمۇننى تۆۋەندىكى رامكىغا كۆچۈرۈڭ، ئاندىن جەزملەنى بېسىڭ', + securityMsg: 'توركۆرگۈڭىزنىڭ بىخەتەرلىك تەڭشىكى سەۋەبىدىن بۇ تەھرىرلىگۈچ چاپلاش تاختىسىدىكى مەزمۇننى بىۋاستە زىيارەت قىلالمايدۇ، بۇ كۆزنەكتە قايتا بىر قېتىم چاپلىشىڭىز كېرەك.', + title: 'چاپلا' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/uk.js new file mode 100644 index 00000000..5013d3d6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/uk.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'uk', { + copy: 'Копіювати', + copyError: 'Налаштування безпеки Вашого браузера не дозволяють редактору автоматично виконувати операції копіювання. Будь ласка, використовуйте клавіатуру для цього (Ctrl/Cmd+C).', + cut: 'Вирізати', + cutError: 'Налаштування безпеки Вашого браузера не дозволяють редактору автоматично виконувати операції вирізування. Будь ласка, використовуйте клавіатуру для цього (Ctrl/Cmd+X)', + paste: 'Вставити', + pasteArea: 'Область вставки', + pasteMsg: 'Будь ласка, вставте інформацію з буфера обміну в цю область, користуючись комбінацією клавіш (Ctrl/Cmd+V), та натисніть OK.', + securityMsg: 'Редактор не може отримати прямий доступ до буферу обміну у зв\'язку з налаштуваннями Вашого браузера. Вам потрібно вставити інформацію в це вікно.', + title: 'Вставити' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/vi.js new file mode 100644 index 00000000..8ba0e82b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/vi.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'vi', { + copy: 'Sao chép', + copyError: 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh sao chép. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+C).', + cut: 'Cắt', + cutError: 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh cắt. Hãy sử dụng bàn phím cho lệnh này (Ctrl/Cmd+X).', + paste: 'Dán', + pasteArea: 'Khu vực dán', + pasteMsg: 'Hãy dán nội dung vào trong khung bên dưới, sử dụng tổ hợp phím (Ctrl/Cmd+V) và nhấn vào nút Đồng ý.', + securityMsg: 'Do thiết lập bảo mật của trình duyệt nên trình biên tập không thể truy cập trực tiếp vào nội dung đã sao chép. Bạn cần phải dán lại nội dung vào cửa sổ này.', + title: 'Dán' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/zh-cn.js new file mode 100644 index 00000000..7f676b63 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/zh-cn.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'zh-cn', { + copy: '复制', + copyError: '您的浏览器安全设置不允许编辑器自动执行复制操作,请使用键盘快捷键(Ctrl/Cmd+C)来完成。', + cut: '剪切', + cutError: '您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl/Cmd+X)来完成。', + paste: '粘贴', + pasteArea: '粘贴区域', + pasteMsg: '请使用键盘快捷键(Ctrl/Cmd+V)把内容粘贴到下面的方框里,再按 确定', + securityMsg: '因为您的浏览器的安全设置原因,本编辑器不能直接访问您的剪贴板内容,你需要在本窗口重新粘贴一次。', + title: '粘贴' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/zh.js new file mode 100644 index 00000000..c2175ec3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/clipboard/lang/zh.js @@ -0,0 +1,15 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'clipboard', 'zh', { + copy: '複製', + copyError: '瀏覽器的安全性設定不允許編輯器自動執行複製動作。請使用鍵盤快捷鍵 (Ctrl/Cmd+C) 複製。', + cut: '剪下', + cutError: '瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用鏐盤快捷鍵 (Ctrl/Cmd+X) 剪下。', + paste: '貼上', + pasteArea: '貼上區', + pasteMsg: '請使用鍵盤快捷鍵 (Ctrl/Cmd+V) 貼到下方區域中並按下「確定」。', + securityMsg: '因為瀏覽器的安全性設定,本編輯器無法直接存取您的剪貼簿資料,請您自行在本視窗進行貼上動作。', + title: '貼上' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/icons/bgcolor.png b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/icons/bgcolor.png new file mode 100644 index 00000000..a313938d Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/icons/bgcolor.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/icons/textcolor.png b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/icons/textcolor.png new file mode 100644 index 00000000..0d8e4590 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/icons/textcolor.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/af.js new file mode 100644 index 00000000..0c66d0a5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/af.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'af', { + auto: 'Outomaties', + bgColorTitle: 'Agtergrondkleur', + colors: { + '000': 'Swart', + '800000': 'Meroen', + '8B4513': 'Sjokoladebruin', + '2F4F4F': 'Donkerleisteengrys', + '008080': 'Blougroen', + '000080': 'Vlootblou', + '4B0082': 'Indigo', + '696969': 'Donkergrys', + B22222: 'Rooibaksteen', + A52A2A: 'Bruin', + DAA520: 'Donkergeel', + '006400': 'Donkergroen', + '40E0D0': 'Turkoois', + '0000CD': 'Middelblou', + '800080': 'Pers', + '808080': 'Grys', + F00: 'Rooi', + FF8C00: 'Donkeroranje', + FFD700: 'Goud', + '008000': 'Groen', + '0FF': 'Siaan', + '00F': 'Blou', + EE82EE: 'Viooltjieblou', + A9A9A9: 'Donkergrys', + FFA07A: 'Ligsalm', + FFA500: 'Oranje', + FFFF00: 'Geel', + '00FF00': 'Lemmetjie', + AFEEEE: 'Ligturkoois', + ADD8E6: 'Ligblou', + DDA0DD: 'Pruim', + D3D3D3: 'Liggrys', + FFF0F5: 'Linne', + FAEBD7: 'Ivoor', + FFFFE0: 'Liggeel', + F0FFF0: 'Heuningdou', + F0FFFF: 'Asuur', + F0F8FF: 'Ligte hemelsblou', + E6E6FA: 'Laventel', + FFF: 'Wit' + }, + more: 'Meer Kleure...', + panelTitle: 'Kleure', + textColorTitle: 'Tekskleur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ar.js new file mode 100644 index 00000000..00737726 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ar.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ar', { + auto: 'تلقائي', + bgColorTitle: 'لون الخلفية', + colors: { + '000': 'أسود', + '800000': 'كستنائي', + '8B4513': 'بني فاتح', + '2F4F4F': 'رمادي أردوازي غامق', + '008080': 'أزرق مخضر', + '000080': 'أزرق داكن', + '4B0082': 'كحلي', + '696969': 'رمادي داكن', + B22222: 'طوبي', + A52A2A: 'بني', + DAA520: 'ذهبي داكن', + '006400': 'أخضر داكن', + '40E0D0': 'فيروزي', + '0000CD': 'أزرق متوسط', + '800080': 'بنفسجي غامق', + '808080': 'رمادي', + F00: 'أحمر', + FF8C00: 'برتقالي داكن', + FFD700: 'ذهبي', + '008000': 'أخضر', + '0FF': 'تركواز', + '00F': 'أزرق', + EE82EE: 'بنفسجي', + A9A9A9: 'رمادي شاحب', + FFA07A: 'برتقالي وردي', + FFA500: 'برتقالي', + FFFF00: 'أصفر', + '00FF00': 'ليموني', + AFEEEE: 'فيروزي شاحب', + ADD8E6: 'أزرق فاتح', + DDA0DD: 'بنفسجي فاتح', + D3D3D3: 'رمادي فاتح', + FFF0F5: 'وردي فاتح', + FAEBD7: 'أبيض عتيق', + FFFFE0: 'أصفر فاتح', + F0FFF0: 'أبيض مائل للأخضر', + F0FFFF: 'سماوي', + F0F8FF: 'لبني', + E6E6FA: 'أرجواني', + FFF: 'أبيض' + }, + more: 'ألوان إضافية...', + panelTitle: 'Colors', + textColorTitle: 'لون النص' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bg.js new file mode 100644 index 00000000..a26d1c4c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bg.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'bg', { + auto: 'Автоматично', + bgColorTitle: 'Фонов цвят', + colors: { + '000': 'Черно', + '800000': 'Кестеняво', + '8B4513': 'Светлокафяво', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Индиго', + '696969': 'Тъмно сиво', + B22222: 'Огнено червено', + A52A2A: 'Кафяво', + DAA520: 'Златисто', + '006400': 'Тъмно зелено', + '40E0D0': 'Тюркуазено', + '0000CD': 'Средно синьо', + '800080': 'Пурпурно', + '808080': 'Сиво', + F00: 'Червено', + FF8C00: 'Тъмно оранжево', + FFD700: 'Златно', + '008000': 'Зелено', + '0FF': 'Светло синьо', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Още цветове', + panelTitle: 'Цветове', + textColorTitle: 'Цвят на шрифт' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bn.js new file mode 100644 index 00000000..30ebb5b9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bn.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'bn', { + auto: 'অটোমেটিক', + bgColorTitle: 'বেকগ্রাউন্ড রং', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'আরও রং...', + panelTitle: 'Colors', + textColorTitle: 'টেক্স্ট রং' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bs.js new file mode 100644 index 00000000..2211687a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/bs.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'bs', { + auto: 'Automatska', + bgColorTitle: 'Boja pozadine', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Više boja...', + panelTitle: 'Colors', + textColorTitle: 'Boja teksta' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ca.js new file mode 100644 index 00000000..df1de45a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ca.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ca', { + auto: 'Automàtic', + bgColorTitle: 'Color de Fons', + colors: { + '000': 'Negre', + '800000': 'Grana', + '8B4513': 'Marró sella', + '2F4F4F': 'Gris pissarra fosca', + '008080': 'Blau xarxet', + '000080': 'Blau marí', + '4B0082': 'Indi', + '696969': 'Gris Fosc', + B22222: 'Foc Maó', + A52A2A: 'Marró', + DAA520: 'Solidago', + '006400': 'Verd Fosc', + '40E0D0': 'Turquesa', + '0000CD': 'Blau 1/2', + '800080': 'Lila', + '808080': 'Gris', + F00: 'Vermell', + FF8C00: 'Taronja Fosc', + FFD700: 'Or', + '008000': 'Verd', + '0FF': 'Cian', + '00F': 'Blau', + EE82EE: 'Violat', + A9A9A9: 'Gris clar', + FFA07A: 'Salmó clar', + FFA500: 'Taronja', + FFFF00: 'Groc', + '00FF00': 'Verd Llima', + AFEEEE: 'Turquesa Pàl·lid', + ADD8E6: 'Blau Clar', + DDA0DD: 'Pruna', + D3D3D3: 'Gris Clar', + FFF0F5: 'Lavanda rosat', + FAEBD7: 'Blanc Antic', + FFFFE0: 'Groc Clar', + F0FFF0: 'Verd Pàl·lid', + F0FFFF: 'Atzur', + F0F8FF: 'Cian pàlid', + E6E6FA: 'Lavanda', + FFF: 'Blanc' + }, + more: 'Més Colors...', + panelTitle: 'Colors', + textColorTitle: 'Color del Text' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/cs.js new file mode 100644 index 00000000..1ed796de --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/cs.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'cs', { + auto: 'Automaticky', + bgColorTitle: 'Barva pozadí', + colors: { + '000': 'Černá', + '800000': 'Kaštanová', + '8B4513': 'Sedlová hněď', + '2F4F4F': 'Tmavě bledě šedá', + '008080': 'Čírka', + '000080': 'Námořnická modř', + '4B0082': 'Inkoustová', + '696969': 'Tmavě šedá', + B22222: 'Pálená cihla', + A52A2A: 'Hnědá', + DAA520: 'Zlatý prut', + '006400': 'Tmavě zelená', + '40E0D0': 'Tyrkisová', + '0000CD': 'Středně modrá', + '800080': 'Purpurová', + '808080': 'Šedá', + F00: 'Červená', + FF8C00: 'Tmavě oranžová', + FFD700: 'Zlatá', + '008000': 'Zelená', + '0FF': 'Azurová', + '00F': 'Modrá', + EE82EE: 'Fialová', + A9A9A9: 'Kalně šedá', + FFA07A: 'Světle lososová', + FFA500: 'Oranžová', + FFFF00: 'Žlutá', + '00FF00': 'Limetková', + AFEEEE: 'Bledě tyrkisová', + ADD8E6: 'Světle modrá', + DDA0DD: 'Švestková', + D3D3D3: 'Světle šedá', + FFF0F5: 'Levandulově ruměnná', + FAEBD7: 'Antická bílá', + FFFFE0: 'Světle žlutá', + F0FFF0: 'Medová rosa', + F0FFFF: 'Azurová', + F0F8FF: 'Alenčina modrá', + E6E6FA: 'Levandulová', + FFF: 'Bílá' + }, + more: 'Více barev...', + panelTitle: 'Barvy', + textColorTitle: 'Barva textu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/cy.js new file mode 100644 index 00000000..d0e3dc2d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/cy.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'cy', { + auto: 'Awtomatig', + bgColorTitle: 'Lliw Cefndir', + colors: { + '000': 'Du', + '800000': 'Marwn', + '8B4513': 'Brown Cyfrwy', + '2F4F4F': 'Llechen Tywyll', + '008080': 'Corhwyad', + '000080': 'Nefi', + '4B0082': 'Indigo', + '696969': 'Llwyd Tywyll', + B22222: 'Bric Tân', + A52A2A: 'Brown', + DAA520: 'Rhoden Aur', + '006400': 'Gwyrdd Tywyll', + '40E0D0': 'Gwyrddlas', + '0000CD': 'Glas Canolig', + '800080': 'Porffor', + '808080': 'Llwyd', + F00: 'Coch', + FF8C00: 'Oren Tywyll', + FFD700: 'Aur', + '008000': 'Gwyrdd', + '0FF': 'Cyan', + '00F': 'Glas', + EE82EE: 'Fioled', + A9A9A9: 'Llwyd Pwl', + FFA07A: 'Samwn Golau', + FFA500: 'Oren', + FFFF00: 'Melyn', + '00FF00': 'Leim', + AFEEEE: 'Gwyrddlas Golau', + ADD8E6: 'Glas Golau', + DDA0DD: 'Eirinen', + D3D3D3: 'Llwyd Golau', + FFF0F5: 'Gwrid Lafant', + FAEBD7: 'Gwyn Hynafol', + FFFFE0: 'Melyn Golau', + F0FFF0: 'Melwn Gwyrdd Golau', + F0FFFF: 'Aswr', + F0F8FF: 'Glas Alys', + E6E6FA: 'Lafant', + FFF: 'Gwyn' + }, + more: 'Mwy o Liwiau...', + panelTitle: 'Lliwiau', + textColorTitle: 'Lliw Testun' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/da.js new file mode 100644 index 00000000..7dafba67 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/da.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'da', { + auto: 'Automatisk', + bgColorTitle: 'Baggrundsfarve', + colors: { + '000': 'Sort', + '800000': 'Mørkerød', + '8B4513': 'Mørk orange', + '2F4F4F': 'Dark Slate Grå', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Mørkegrå', + B22222: 'Scarlet / Rød', + A52A2A: 'Brun', + DAA520: 'Guld', + '006400': 'Mørkegrøn', + '40E0D0': 'Tyrkis', + '0000CD': 'Mellemblå', + '800080': 'Lilla', + '808080': 'Grå', + F00: 'Rød', + FF8C00: 'Mørk orange', + FFD700: 'Guld', + '008000': 'Grøn', + '0FF': 'Cyan', + '00F': 'Blå', + EE82EE: 'Violet', + A9A9A9: 'Matgrå', + FFA07A: 'Laksefarve', + FFA500: 'Orange', + FFFF00: 'Gul', + '00FF00': 'Lime', + AFEEEE: 'Mat tyrkis', + ADD8E6: 'Lyseblå', + DDA0DD: 'Plum', + D3D3D3: 'Lysegrå', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antikhvid', + FFFFE0: 'Lysegul', + F0FFF0: 'Gul / Beige', + F0FFFF: 'Himmeblå', + F0F8FF: 'Alice blue', + E6E6FA: 'Lavendel', + FFF: 'Hvid' + }, + more: 'Flere farver...', + panelTitle: 'Farver', + textColorTitle: 'Tekstfarve' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/de.js new file mode 100644 index 00000000..1adeed59 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/de.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'de', { + auto: 'Automatisch', + bgColorTitle: 'Hintergrundfarbe', + colors: { + '000': 'Schwarz', + '800000': 'Kastanienbraun', + '8B4513': 'Braun', + '2F4F4F': 'Dunkles Schiefergrau', + '008080': 'Blaugrün', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dunkelgrau', + B22222: 'Ziegelrot', + A52A2A: 'Braun', + DAA520: 'Goldgelb', + '006400': 'Dunkelgrün', + '40E0D0': 'Türkis', + '0000CD': 'Medium Blau', + '800080': 'Lila', + '808080': 'Grau', + F00: 'Rot', + FF8C00: 'Dunkelorange', + FFD700: 'Gold', + '008000': 'Grün', + '0FF': 'Cyan', + '00F': 'Blau', + EE82EE: 'Hellviolett', + A9A9A9: 'Dunkelgrau', + FFA07A: 'Helles Lachsrosa', + FFA500: 'Orange', + FFFF00: 'Gelb', + '00FF00': 'Lime', + AFEEEE: 'Blaß-Türkis', + ADD8E6: 'Hellblau', + DDA0DD: 'Pflaumenblau', + D3D3D3: 'Hellgrau', + FFF0F5: 'Lavendel', + FAEBD7: 'Antik Weiß', + FFFFE0: 'Hellgelb', + F0FFF0: 'Honigtau', + F0FFFF: 'Azurblau', + F0F8FF: 'Alice Blau', + E6E6FA: 'Lavendel', + FFF: 'Weiß' + }, + more: 'Weitere Farben...', + panelTitle: 'Farben', + textColorTitle: 'Textfarbe' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/el.js new file mode 100644 index 00000000..284b300b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/el.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'el', { + auto: 'Αυτόματα', + bgColorTitle: 'Χρώμα Φόντου', + colors: { + '000': 'Μαύρο', + '800000': 'Καστανέρυθρο', + '8B4513': 'Saddle Brown', // MISSING + '2F4F4F': 'Dark Slate Gray', // MISSING + '008080': 'Βαθυκύανο', + '000080': 'Μπλε μαρέν', + '4B0082': 'Ινδικό', + '696969': 'Σκούρο Γκρι', + B22222: 'Ανοικτό Κόκκινο', + A52A2A: 'Καφέ', + DAA520: 'Golden Rod', // MISSING + '006400': 'Σκούρο Πράσινο', + '40E0D0': 'Τυρκουάζ', + '0000CD': 'Medium Blue', // MISSING + '800080': 'Μοβ', + '808080': 'Γκρι', + F00: 'Κόκκινο', + FF8C00: 'Σκούρο Πορτοκαλί', + FFD700: 'Χρυσαφί', + '008000': 'Πράσινο', + '0FF': 'Κυανό', + '00F': 'Μπλε', + EE82EE: 'Μενεξεδί', + A9A9A9: 'Ποντικί', + FFA07A: 'Ανοικτό Σομόν', + FFA500: 'Πορτοκαλί', + FFFF00: 'Κίτρινο', + '00FF00': 'Μοσχολέμονο', + AFEEEE: 'Pale Turquoise', // MISSING + ADD8E6: 'Γαλάζιο', + DDA0DD: 'Plum', // MISSING + D3D3D3: 'Ανοικτό Γκρι', + FFF0F5: 'Lavender Blush', // MISSING + FAEBD7: 'Antique White', // MISSING + FFFFE0: 'Ανοικτό Κίτρινο', + F0FFF0: 'Honeydew', // MISSING + F0FFFF: 'Γαλανό', + F0F8FF: 'Alice Blue', // MISSING + E6E6FA: 'Ελαφρός Ιώδες', + FFF: 'Λευκό' + }, + more: 'Περισσότερα Χρώματα...', + panelTitle: 'Χρώματα', + textColorTitle: 'Χρώμα Κειμένου' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-au.js new file mode 100644 index 00000000..69f4e88b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-au.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'en-au', { + auto: 'Automatic', + bgColorTitle: 'Background Colour', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'More Colours...', + panelTitle: 'Colors', + textColorTitle: 'Text Colour' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-ca.js new file mode 100644 index 00000000..9b5d8089 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-ca.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'en-ca', { + auto: 'Automatic', + bgColorTitle: 'Background Colour', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'More Colours...', + panelTitle: 'Colors', + textColorTitle: 'Text Colour' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-gb.js new file mode 100644 index 00000000..174922dd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en-gb.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'en-gb', { + auto: 'Automatic', + bgColorTitle: 'Background Colour', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Grey', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Grey', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Grey', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Grey', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'More Colours...', + panelTitle: 'Colours', + textColorTitle: 'Text Colour' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en.js new file mode 100644 index 00000000..3118ec86 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/en.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'en', { + auto: 'Automatic', + bgColorTitle: 'Background Color', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'More Colors...', + panelTitle: 'Colors', + textColorTitle: 'Text Color' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/eo.js new file mode 100644 index 00000000..2041ae79 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/eo.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'eo', { + auto: 'Aŭtomata', + bgColorTitle: 'Fona Koloro', + colors: { + '000': 'Nigra', + '800000': 'Kaŝtankolora', + '8B4513': 'Mezbruna', + '2F4F4F': 'Ardezgriza', + '008080': 'Marĉanaskolora', + '000080': 'Maristblua', + '4B0082': 'Indigokolora', + '696969': 'Malhelgriza', + B22222: 'Brikruĝa', + A52A2A: 'Bruna', + DAA520: 'Senbrilorkolora', + '006400': 'Malhelverda', + '40E0D0': 'Turkisblua', + '0000CD': 'Reĝblua', + '800080': 'Purpura', + '808080': 'Griza', + F00: 'Ruĝa', + FF8C00: 'Malheloranĝkolora', + FFD700: 'Orkolora', + '008000': 'Verda', + '0FF': 'Verdblua', + '00F': 'Blua', + EE82EE: 'Viola', + A9A9A9: 'Mezgriza', + FFA07A: 'Salmokolora', + FFA500: 'Oranĝkolora', + FFFF00: 'Flava', + '00FF00': 'Limetkolora', + AFEEEE: 'Helturkiskolora', + ADD8E6: 'Helblua', + DDA0DD: 'Prunkolora', + D3D3D3: 'Helgriza', + FFF0F5: 'Lavendkolora vangoŝminko', + FAEBD7: 'Antikvablanka', + FFFFE0: 'Helflava', + F0FFF0: 'Vintromelonkolora', + F0FFFF: 'Lazura', + F0F8FF: 'Aliceblua', + E6E6FA: 'Lavendkolora', + FFF: 'Blanka' + }, + more: 'Pli da Koloroj...', + panelTitle: 'Koloroj', + textColorTitle: 'Teksta Koloro' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/es.js new file mode 100644 index 00000000..2437713f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/es.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'es', { + auto: 'Automático', + bgColorTitle: 'Color de Fondo', + colors: { + '000': 'Negro', + '800000': 'Marrón oscuro', + '8B4513': 'Marrón tierra', + '2F4F4F': 'Pizarra Oscuro', + '008080': 'Azul verdoso', + '000080': 'Azul marino', + '4B0082': 'Añil', + '696969': 'Gris oscuro', + B22222: 'Ladrillo', + A52A2A: 'Marrón', + DAA520: 'Oro oscuro', + '006400': 'Verde oscuro', + '40E0D0': 'Turquesa', + '0000CD': 'Azul medio-oscuro', + '800080': 'Púrpura', + '808080': 'Gris', + F00: 'Rojo', + FF8C00: 'Naranja oscuro', + FFD700: 'Oro', + '008000': 'Verde', + '0FF': 'Cian', + '00F': 'Azul', + EE82EE: 'Violeta', + A9A9A9: 'Gris medio', + FFA07A: 'Salmón claro', + FFA500: 'Naranja', + FFFF00: 'Amarillo', + '00FF00': 'Lima', + AFEEEE: 'Turquesa claro', + ADD8E6: 'Azul claro', + DDA0DD: 'Violeta claro', + D3D3D3: 'Gris claro', + FFF0F5: 'Lavanda rojizo', + FAEBD7: 'Blanco antiguo', + FFFFE0: 'Amarillo claro', + F0FFF0: 'Miel', + F0FFFF: 'Azul celeste', + F0F8FF: 'Azul pálido', + E6E6FA: 'Lavanda', + FFF: 'Blanco' + }, + more: 'Más Colores...', + panelTitle: 'Colores', + textColorTitle: 'Color de Texto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/et.js new file mode 100644 index 00000000..a7492f4c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/et.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'et', { + auto: 'Automaatne', + bgColorTitle: 'Tausta värv', + colors: { + '000': 'Must', + '800000': 'Kastanpruun', + '8B4513': 'Sadulapruun', + '2F4F4F': 'Tume paehall', + '008080': 'Sinakasroheline', + '000080': 'Meresinine', + '4B0082': 'Indigosinine', + '696969': 'Tumehall', + B22222: 'Šamottkivi', + A52A2A: 'Pruun', + DAA520: 'Kuldkollane', + '006400': 'Tumeroheline', + '40E0D0': 'Türkiissinine', + '0000CD': 'Keskmine sinine', + '800080': 'Lilla', + '808080': 'Hall', + F00: 'Punanae', + FF8C00: 'Tumeoranž', + FFD700: 'Kuldne', + '008000': 'Roheline', + '0FF': 'Tsüaniidsinine', + '00F': 'Sinine', + EE82EE: 'Violetne', + A9A9A9: 'Tuhm hall', + FFA07A: 'Hele lõhe', + FFA500: 'Oranž', + FFFF00: 'Kollane', + '00FF00': 'Lubja hall', + AFEEEE: 'Kahvatu türkiis', + ADD8E6: 'Helesinine', + DDA0DD: 'Ploomililla', + D3D3D3: 'Helehall', + FFF0F5: 'Lavendlipunane', + FAEBD7: 'Antiikvalge', + FFFFE0: 'Helekollane', + F0FFF0: 'Meloniroheline', + F0FFFF: 'Taevasinine', + F0F8FF: 'Beebisinine', + E6E6FA: 'Lavendel', + FFF: 'Valge' + }, + more: 'Rohkem värve...', + panelTitle: 'Värvid', + textColorTitle: 'Teksti värv' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/eu.js new file mode 100644 index 00000000..afeec68f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/eu.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'eu', { + auto: 'Automatikoa', + bgColorTitle: 'Atzeko kolorea', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Kolore gehiago...', + panelTitle: 'Colors', + textColorTitle: 'Testu Kolorea' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fa.js new file mode 100644 index 00000000..ed7c7687 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fa.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'fa', { + auto: 'خودکار', + bgColorTitle: 'رنگ پس​زمینه', + colors: { + '000': 'سیاه', + '800000': 'خرمایی', + '8B4513': 'قهوه​ای شکلاتی', + '2F4F4F': 'ارغوانی مایل به خاکستری', + '008080': 'آبی مایل به خاکستری', + '000080': 'آبی سیر', + '4B0082': 'نیلی', + '696969': 'خاکستری تیره', + B22222: 'آتش آجری', + A52A2A: 'قهوه​ای', + DAA520: 'میله​ی طلایی', + '006400': 'سبز تیره', + '40E0D0': 'فیروزه​ای', + '0000CD': 'آبی روشن', + '800080': 'ارغوانی', + '808080': 'خاکستری', + F00: 'قرمز', + FF8C00: 'نارنجی پررنگ', + FFD700: 'طلایی', + '008000': 'سبز', + '0FF': 'آبی مایل به سبز', + '00F': 'آبی', + EE82EE: 'بنفش', + A9A9A9: 'خاکستری مات', + FFA07A: 'صورتی کدر روشن', + FFA500: 'نارنجی', + FFFF00: 'زرد', + '00FF00': 'فسفری', + AFEEEE: 'فیروزه​ای رنگ پریده', + ADD8E6: 'آبی کمرنگ', + DDA0DD: 'آلویی', + D3D3D3: 'خاکستری روشن', + FFF0F5: 'بنفش کمرنگ', + FAEBD7: 'عتیقه سفید', + FFFFE0: 'زرد روشن', + F0FFF0: 'عسلی', + F0FFFF: 'لاجوردی', + F0F8FF: 'آبی براق', + E6E6FA: 'بنفش کمرنگ', + FFF: 'سفید' + }, + more: 'رنگ​های بیشتر...', + panelTitle: 'رنگها', + textColorTitle: 'رنگ متن' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fi.js new file mode 100644 index 00000000..6fcf72ba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fi.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'fi', { + auto: 'Automaattinen', + bgColorTitle: 'Taustaväri', + colors: { + '000': 'Musta', + '800000': 'Kastanjanruskea', + '8B4513': 'Satulanruskea', + '2F4F4F': 'Tumma liuskekivenharmaa', + '008080': 'Sinivihreä', + '000080': 'Laivastonsininen', + '4B0082': 'Indigonsininen', + '696969': 'Tummanharmaa', + B22222: 'Tiili', + A52A2A: 'Ruskea', + DAA520: 'Kultapiisku', + '006400': 'Tummanvihreä', + '40E0D0': 'Turkoosi', + '0000CD': 'Keskisininen', + '800080': 'Purppura', + '808080': 'Harmaa', + F00: 'Punainen', + FF8C00: 'Tumma oranssi', + FFD700: 'Kulta', + '008000': 'Vihreä', + '0FF': 'Syaani', + '00F': 'Sininen', + EE82EE: 'Violetti', + A9A9A9: 'Tummanharmaa', + FFA07A: 'Vaaleanlohenpunainen', + FFA500: 'Oranssi', + FFFF00: 'Keltainen', + '00FF00': 'Limetin vihreä', + AFEEEE: 'Haalea turkoosi', + ADD8E6: 'Vaaleansininen', + DDA0DD: 'Luumu', + D3D3D3: 'Vaaleanharmaa', + FFF0F5: 'Laventelinpunainen', + FAEBD7: 'Antiikinvalkoinen', + FFFFE0: 'Vaaleankeltainen', + F0FFF0: 'Hunajameloni', + F0FFFF: 'Asurinsininen', + F0F8FF: 'Alice Blue -sininen', + E6E6FA: 'Lavanteli', + FFF: 'Valkoinen' + }, + more: 'Lisää värejä...', + panelTitle: 'Värit', + textColorTitle: 'Tekstiväri' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fo.js new file mode 100644 index 00000000..2a344681 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fo.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'fo', { + auto: 'Automatiskt', + bgColorTitle: 'Bakgrundslitur', + colors: { + '000': 'Svart', + '800000': 'Maroon', + '8B4513': 'Saðilsbrúnt', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Myrkagrátt', + B22222: 'Fire Brick', + A52A2A: 'Brúnt', + DAA520: 'Gullstavur', + '006400': 'Myrkagrønt', + '40E0D0': 'Turquoise', + '0000CD': 'Meðal blátt', + '800080': 'Purple', + '808080': 'Grátt', + F00: 'Reytt', + FF8C00: 'Myrkt appelsingult', + FFD700: 'Gull', + '008000': 'Grønt', + '0FF': 'Cyan', + '00F': 'Blátt', + EE82EE: 'Violet', + A9A9A9: 'Døkt grátt', + FFA07A: 'Ljósur laksur', + FFA500: 'Appelsingult', + FFFF00: 'Gult', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Ljósablátt', + DDA0DD: 'Plum', + D3D3D3: 'Ljósagrátt', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Klassiskt hvítt', + FFFFE0: 'Ljósagult', + F0FFF0: 'Hunangsdøggur', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blátt', + E6E6FA: 'Lavender', + FFF: 'Hvítt' + }, + more: 'Fleiri litir...', + panelTitle: 'Litir', + textColorTitle: 'Tekstlitur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fr-ca.js new file mode 100644 index 00000000..87ffd44a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fr-ca.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'fr-ca', { + auto: 'Automatique', + bgColorTitle: 'Couleur de fond', + colors: { + '000': 'Noir', + '800000': 'Marron', + '8B4513': 'Brun foncé', + '2F4F4F': 'Gris ardoise foncé', + '008080': 'Sarcelle', + '000080': 'Marine', + '4B0082': 'Indigo', + '696969': 'Gris foncé', + B22222: 'Rouge brique', + A52A2A: 'Brun', + DAA520: 'Doré', + '006400': 'Vert foncé', + '40E0D0': 'Turquoise', + '0000CD': 'Bleu', + '800080': 'Mauve', + '808080': 'Gris', + F00: 'Rouge', + FF8C00: 'Orange foncé', + FFD700: 'Or', + '008000': 'Vert', + '0FF': 'Cyan', + '00F': 'Bleu', + EE82EE: 'Violet', + A9A9A9: 'Gris pâle', + FFA07A: 'Saumon clair', + FFA500: 'Orange', + FFFF00: 'Jaune', + '00FF00': 'Vert lime', + AFEEEE: 'Turquoise pâle', + ADD8E6: 'Bleu pâle', + DDA0DD: 'Prune', + D3D3D3: 'Gris pâle', + FFF0F5: 'Bleu lavande', + FAEBD7: 'Blanc antique', + FFFFE0: 'Jaune pâle', + F0FFF0: 'Miel doré', + F0FFFF: 'Azure', + F0F8FF: 'Bleu alice', + E6E6FA: 'Lavande', + FFF: 'Blanc' + }, + more: 'Plus de couleurs...', + panelTitle: 'Couleurs', + textColorTitle: 'Couleur de texte' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fr.js new file mode 100644 index 00000000..0da76ab1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/fr.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'fr', { + auto: 'Automatique', + bgColorTitle: 'Couleur d\'arrière plan', + colors: { + '000': 'Noir', + '800000': 'Marron', + '8B4513': 'Brun moyen', + '2F4F4F': 'Vert sombre', + '008080': 'Canard', + '000080': 'Bleu marine', + '4B0082': 'Indigo', + '696969': 'Gris foncé', + B22222: 'Rouge brique', + A52A2A: 'Brun', + DAA520: 'Or terni', + '006400': 'Vert foncé', + '40E0D0': 'Turquoise', + '0000CD': 'Bleu royal', + '800080': 'Pourpre', + '808080': 'Gris', + F00: 'Rouge', + FF8C00: 'Orange foncé', + FFD700: 'Or', + '008000': 'Vert', + '0FF': 'Cyan', + '00F': 'Bleu', + EE82EE: 'Violet', + A9A9A9: 'Gris moyen', + FFA07A: 'Saumon', + FFA500: 'Orange', + FFFF00: 'Jaune', + '00FF00': 'Lime', + AFEEEE: 'Turquoise clair', + ADD8E6: 'Bleu clair', + DDA0DD: 'Prune', + D3D3D3: 'Gris clair', + FFF0F5: 'Fard Lavande', + FAEBD7: 'Blanc antique', + FFFFE0: 'Jaune clair', + F0FFF0: 'Honeydew', + F0FFFF: 'Azur', + F0F8FF: 'Bleu Alice', + E6E6FA: 'Lavande', + FFF: 'Blanc' + }, + more: 'Plus de couleurs...', + panelTitle: 'Couleurs', + textColorTitle: 'Couleur de texte' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/gl.js new file mode 100644 index 00000000..a0138860 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/gl.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'gl', { + auto: 'Automático', + bgColorTitle: 'Cor do fondo', + colors: { + '000': 'Negro', + '800000': 'Marrón escuro', + '8B4513': 'Ocre', + '2F4F4F': 'Pizarra escuro', + '008080': 'Verde azulado', + '000080': 'Azul mariño', + '4B0082': 'Índigo', + '696969': 'Gris escuro', + B22222: 'Ladrillo', + A52A2A: 'Marrón', + DAA520: 'Dourado escuro', + '006400': 'Verde escuro', + '40E0D0': 'Turquesa', + '0000CD': 'Azul medio', + '800080': 'Púrpura', + '808080': 'Gris', + F00: 'Vermello', + FF8C00: 'Laranxa escuro', + FFD700: 'Dourado', + '008000': 'Verde', + '0FF': 'Cian', + '00F': 'Azul', + EE82EE: 'Violeta', + A9A9A9: 'Gris medio', + FFA07A: 'Salmón claro', + FFA500: 'Laranxa', + FFFF00: 'Amarelo', + '00FF00': 'Lima', + AFEEEE: 'Turquesa pálido', + ADD8E6: 'Azul claro', + DDA0DD: 'Violeta pálido', + D3D3D3: 'Verde claro', + FFF0F5: 'Lavanda vermello', + FAEBD7: 'Branco antigo', + FFFFE0: 'Amarelo claro', + F0FFF0: 'Mel', + F0FFFF: 'Azul celeste', + F0F8FF: 'Azul pálido', + E6E6FA: 'Lavanda', + FFF: 'Branco' + }, + more: 'Máis cores...', + panelTitle: 'Cores', + textColorTitle: 'Cor do texto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/gu.js new file mode 100644 index 00000000..f5b8b3a0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/gu.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'gu', { + auto: 'સ્વચાલિત', + bgColorTitle: 'બૅકગ્રાઉન્ડ રંગ,', + colors: { + '000': 'કાળો', + '800000': 'મરુન', + '8B4513': 'છીક', + '2F4F4F': 'ડાર્ક સ્લેટ ગ્રે ', + '008080': 'ટીલ', + '000080': 'નેવી', + '4B0082': 'જામલી', + '696969': 'ડાર્ક ગ્રે', + B22222: 'ઈટ', + A52A2A: 'બ્રાઉન', + DAA520: 'ગોલ્ડન રોડ', + '006400': 'ડાર્ક લીલો', + '40E0D0': 'ટ્રકોઈસ', + '0000CD': 'મધ્યમ વાદળી', + '800080': 'પર્પલ', + '808080': 'ગ્રે', + F00: 'લાલ', + FF8C00: 'ડાર્ક ઓરંજ', + FFD700: 'ગોલ્ડ', + '008000': 'ગ્રીન', + '0FF': 'સાયન', + '00F': 'વાદળી', + EE82EE: 'વાયોલેટ', + A9A9A9: 'ડીમ ', + FFA07A: 'લાઈટ સાલમન', + FFA500: 'ઓરંજ', + FFFF00: 'પીળો', + '00FF00': 'લાઈમ', + AFEEEE: 'પેલ કોઈસ', + ADD8E6: 'લાઈટ બ્લુ', + DDA0DD: 'પલ્મ', + D3D3D3: 'લાઈટ ગ્રે', + FFF0F5: 'લવંડર ', + FAEBD7: 'એન્ટીક સફેદ', + FFFFE0: 'લાઈટ પીળો', + F0FFF0: 'હનીડઉય', + F0FFFF: 'અઝુરે', + F0F8FF: 'એલીસ બ્લુ', + E6E6FA: 'લવંડર', + FFF: 'સફેદ' + }, + more: 'ઔર રંગ...', + panelTitle: 'રંગ', + textColorTitle: 'શબ્દનો રંગ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/he.js new file mode 100644 index 00000000..d2d39c7c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/he.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'he', { + auto: 'אוטומטי', + bgColorTitle: 'צבע רקע', + colors: { + '000': 'שחור', + '800000': 'סגול כהה', + '8B4513': 'חום בהיר', + '2F4F4F': 'אפור צפחה', + '008080': 'כחול-ירוק', + '000080': 'כחול-סגול', + '4B0082': 'אינדיגו', + '696969': 'אפור מעומעם', + B22222: 'אדום-חום', + A52A2A: 'חום', + DAA520: 'כתום זהב', + '006400': 'ירוק כהה', + '40E0D0': 'טורקיז', + '0000CD': 'כחול בינוני', + '800080': 'סגול', + '808080': 'אפור', + F00: 'אדום', + FF8C00: 'כתום כהה', + FFD700: 'זהב', + '008000': 'ירוק', + '0FF': 'ציאן', + '00F': 'כחול', + EE82EE: 'סגלגל', + A9A9A9: 'אפור כהה', + FFA07A: 'כתום-וורוד', + FFA500: 'כתום', + FFFF00: 'צהוב', + '00FF00': 'ליים', + AFEEEE: 'טורקיז בהיר', + ADD8E6: 'כחול בהיר', + DDA0DD: 'שזיף', + D3D3D3: 'אפור בהיר', + FFF0F5: 'לבנדר מסמיק', + FAEBD7: 'לבן עתיק', + FFFFE0: 'צהוב בהיר', + F0FFF0: 'טל דבש', + F0FFFF: 'תכלת', + F0F8FF: 'כחול טיפת מים', + E6E6FA: 'לבנדר', + FFF: 'לבן' + }, + more: 'צבעים נוספים...', + panelTitle: 'צבעים', + textColorTitle: 'צבע טקסט' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hi.js new file mode 100644 index 00000000..b470e23f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hi.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'hi', { + auto: 'स्वचालित', + bgColorTitle: 'बैक्ग्राउन्ड रंग', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'और रंग...', + panelTitle: 'Colors', + textColorTitle: 'टेक्स्ट रंग' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hr.js new file mode 100644 index 00000000..41e430ef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hr.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'hr', { + auto: 'Automatski', + bgColorTitle: 'Boja pozadine', + colors: { + '000': 'Crna', + '800000': 'Kesten', + '8B4513': 'Smeđa', + '2F4F4F': 'Tamno siva', + '008080': 'Teal', + '000080': 'Mornarska', + '4B0082': 'Indigo', + '696969': 'Tamno siva', + B22222: 'Vatrena cigla', + A52A2A: 'Smeđa', + DAA520: 'Zlatna', + '006400': 'Tamno zelena', + '40E0D0': 'Tirkizna', + '0000CD': 'Srednje plava', + '800080': 'Ljubičasta', + '808080': 'Siva', + F00: 'Crvena', + FF8C00: 'Tamno naranđasta', + FFD700: 'Zlatna', + '008000': 'Zelena', + '0FF': 'Cijan', + '00F': 'Plava', + EE82EE: 'Ljubičasta', + A9A9A9: 'Mutno siva', + FFA07A: 'Svijetli losos', + FFA500: 'Naranđasto', + FFFF00: 'Žuto', + '00FF00': 'Limun', + AFEEEE: 'Blijedo tirkizna', + ADD8E6: 'Svijetlo plava', + DDA0DD: 'Šljiva', + D3D3D3: 'Svijetlo siva', + FFF0F5: 'Lavanda rumeno', + FAEBD7: 'Antikno bijela', + FFFFE0: 'Svijetlo žuta', + F0FFF0: 'Med', + F0FFFF: 'Azurna', + F0F8FF: 'Alice plava', + E6E6FA: 'Lavanda', + FFF: 'Bijela' + }, + more: 'Više boja...', + panelTitle: 'Boje', + textColorTitle: 'Boja teksta' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hu.js new file mode 100644 index 00000000..c02f196b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/hu.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'hu', { + auto: 'Automatikus', + bgColorTitle: 'Háttérszín', + colors: { + '000': 'Fekete', + '800000': 'Bordó', + '8B4513': 'Barna', + '2F4F4F': 'Sötét türkiz', + '008080': 'Türkiz', + '000080': 'Király kék', + '4B0082': 'Indigó kék', + '696969': 'Szürke', + B22222: 'Tégla vörös', + A52A2A: 'Vörös', + DAA520: 'Arany sárga', + '006400': 'Sötét zöld', + '40E0D0': 'Türkiz', + '0000CD': 'Kék', + '800080': 'Lila', + '808080': 'Szürke', + F00: 'Piros', + FF8C00: 'Sötét narancs', + FFD700: 'Arany', + '008000': 'Zöld', + '0FF': 'Türkiz', + '00F': 'Kék', + EE82EE: 'Rózsaszín', + A9A9A9: 'Sötét szürke', + FFA07A: 'Lazac', + FFA500: 'Narancs', + FFFF00: 'Citromsárga', + '00FF00': 'Neon zöld', + AFEEEE: 'Világos türkiz', + ADD8E6: 'Világos kék', + DDA0DD: 'Világos lila', + D3D3D3: 'Világos szürke', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Törtfehér', + FFFFE0: 'Világos sárga', + F0FFF0: 'Menta', + F0FFFF: 'Azúr kék', + F0F8FF: 'Halvány kék', + E6E6FA: 'Lavender', + FFF: 'Fehér' + }, + more: 'További színek...', + panelTitle: 'Színek', + textColorTitle: 'Betűszín' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/id.js new file mode 100644 index 00000000..f017a40a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/id.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'id', { + auto: 'Automatic', // MISSING + bgColorTitle: 'Warna Latar Belakang', + colors: { + '000': 'Black', // MISSING + '800000': 'Maroon', // MISSING + '8B4513': 'Saddle Brown', // MISSING + '2F4F4F': 'Dark Slate Gray', // MISSING + '008080': 'Teal', // MISSING + '000080': 'Navy', // MISSING + '4B0082': 'Indigo', // MISSING + '696969': 'Dark Gray', // MISSING + B22222: 'Fire Brick', // MISSING + A52A2A: 'Brown', // MISSING + DAA520: 'Golden Rod', // MISSING + '006400': 'Dark Green', // MISSING + '40E0D0': 'Turquoise', // MISSING + '0000CD': 'Medium Blue', // MISSING + '800080': 'Purple', // MISSING + '808080': 'Gray', // MISSING + F00: 'Red', // MISSING + FF8C00: 'Dark Orange', // MISSING + FFD700: 'Gold', // MISSING + '008000': 'Green', // MISSING + '0FF': 'Cyan', // MISSING + '00F': 'Blue', // MISSING + EE82EE: 'Violet', // MISSING + A9A9A9: 'Dim Gray', // MISSING + FFA07A: 'Light Salmon', // MISSING + FFA500: 'Orange', // MISSING + FFFF00: 'Yellow', // MISSING + '00FF00': 'Lime', // MISSING + AFEEEE: 'Pale Turquoise', // MISSING + ADD8E6: 'Light Blue', // MISSING + DDA0DD: 'Plum', // MISSING + D3D3D3: 'Light Grey', // MISSING + FFF0F5: 'Lavender Blush', // MISSING + FAEBD7: 'Antique White', // MISSING + FFFFE0: 'Light Yellow', // MISSING + F0FFF0: 'Honeydew', // MISSING + F0FFFF: 'Azure', // MISSING + F0F8FF: 'Alice Blue', // MISSING + E6E6FA: 'Lavender', // MISSING + FFF: 'White' // MISSING + }, + more: 'More Colors...', // MISSING + panelTitle: 'Warna', + textColorTitle: 'Text Color' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/is.js new file mode 100644 index 00000000..9c5ad7f3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/is.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'is', { + auto: 'Sjálfval', + bgColorTitle: 'Bakgrunnslitur', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Fleiri liti...', + panelTitle: 'Colors', + textColorTitle: 'Litur texta' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/it.js new file mode 100644 index 00000000..43753e78 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/it.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'it', { + auto: 'Automatico', + bgColorTitle: 'Colore sfondo', + colors: { + '000': 'Nero', + '800000': 'Marrone Castagna', + '8B4513': 'Marrone Cuoio', + '2F4F4F': 'Grigio Fumo di Londra', + '008080': 'Acquamarina', + '000080': 'Blu Oceano', + '4B0082': 'Indigo', + '696969': 'Grigio Scuro', + B22222: 'Giallo Fiamma', + A52A2A: 'Marrone', + DAA520: 'Giallo Mimosa', + '006400': 'Verde Scuro', + '40E0D0': 'Turchese', + '0000CD': 'Blue Scuro', + '800080': 'Viola', + '808080': 'Grigio', + F00: 'Rosso', + FF8C00: 'Arancio Scuro', + FFD700: 'Oro', + '008000': 'Verde', + '0FF': 'Ciano', + '00F': 'Blu', + EE82EE: 'Violetto', + A9A9A9: 'Grigio Scuro', + FFA07A: 'Salmone', + FFA500: 'Arancio', + FFFF00: 'Giallo', + '00FF00': 'Lime', + AFEEEE: 'Turchese Chiaro', + ADD8E6: 'Blu Chiaro', + DDA0DD: 'Rosso Ciliegia', + D3D3D3: 'Grigio Chiaro', + FFF0F5: 'Lavanda Chiara', + FAEBD7: 'Bianco Antico', + FFFFE0: 'Giallo Chiaro', + F0FFF0: 'Verde Mela', + F0FFFF: 'Azzurro', + F0F8FF: 'Celeste', + E6E6FA: 'Lavanda', + FFF: 'Bianco' + }, + more: 'Altri colori...', + panelTitle: 'Colori', + textColorTitle: 'Colore testo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ja.js new file mode 100644 index 00000000..b0a0b032 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ja.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ja', { + auto: '自動', + bgColorTitle: '背景色', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'その他の色...', + panelTitle: '色', + textColorTitle: '文字色' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ka.js new file mode 100644 index 00000000..6761c2f9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ka.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ka', { + auto: 'ავტომატური', + bgColorTitle: 'ფონის ფერი', + colors: { + '000': 'შავი', + '800000': 'მუქი შინდისფერი', + '8B4513': 'ყავისფერი', + '2F4F4F': 'მოლურჯო ნაცრისფერი', + '008080': 'ჩამქრალი ლურჯი', + '000080': 'მუქი ლურჯი', + '4B0082': 'იასამნისფერი', + '696969': 'მუქი ნაცრისფერი', + B22222: 'აგურისფერი', + A52A2A: 'მუქი ყავისფერი', + DAA520: 'მოყვითალო', + '006400': 'მუქი მწვანე', + '40E0D0': 'ცისფერი', + '0000CD': 'ზომიერად ლურჯი', + '800080': 'იისფერი', + '808080': 'ნაცრისფერი', + F00: 'წითელი', + FF8C00: 'მუქი სტაფილოსფერი', + FFD700: 'ოქროსფერი', + '008000': 'მწვანე', + '0FF': 'ღია ცისფერი', + '00F': 'ლურჯი', + EE82EE: 'იისფერი', + A9A9A9: 'ბაცი ნაცრისფერი', + FFA07A: 'ჩამქრალი ვარდისფერი', + FFA500: 'სტაფილოსფერი', + FFFF00: 'ყვითელი', + '00FF00': 'ლურჯი', + AFEEEE: 'ცისფერი', + ADD8E6: 'ღია ლურჯი', + DDA0DD: 'ღია იისფერი', + D3D3D3: 'ღია ნაცრისფერი', + FFF0F5: 'ღია ვარდისფერი', + FAEBD7: 'ღია ყავისფერი', + FFFFE0: 'ნათელი ყვითელი', + F0FFF0: 'ღია მწვანე', + F0FFFF: 'ღია ცისფერი 2', + F0F8FF: 'ღია ცისფერი 3', + E6E6FA: 'ღია იისფერი 2', + FFF: 'თეთრი' + }, + more: 'მეტი ფერი...', + panelTitle: 'ფერები', + textColorTitle: 'ტექსტის ფერი' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/km.js new file mode 100644 index 00000000..084a68dc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/km.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'km', { + auto: 'ស្វ័យប្រវត្តិ', + bgColorTitle: 'ពណ៌ផ្ទៃខាងក្រោយ', + colors: { + '000': 'ខ្មៅ', + '800000': 'ត្នោត​ចាស់', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'ខៀវ​ចាស់', + '4B0082': 'ធ្លះ', + '696969': 'ប្រផេះ​ក្រាស់', + B22222: 'Fire Brick', + A52A2A: 'ត្នោត', + DAA520: 'Golden Rod', + '006400': 'បៃតង​ចាស់', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'ប្រផេះ', + F00: 'ក្រហម', + FF8C00: 'ទឹក​ក្រូច​ចាស់', + FFD700: 'មាស', + '008000': 'បៃតង', + '0FF': 'Cyan', + '00F': 'ខៀវ', + EE82EE: 'ស្វាយ', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'ទឹក​ក្រូច', + FFFF00: 'លឿង', + '00FF00': 'ក្រូច​ឆ្មារ', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'លឿង​ស្ដើង', + F0FFF0: 'Honeydew', + F0FFFF: 'ផ្ទៃមេឃ', + F0F8FF: 'Alice Blue', + E6E6FA: 'ឡាវិនដឺ', + FFF: 'ស' + }, + more: 'ពណ៌​ផ្សេង​ទៀត..', + panelTitle: 'ពណ៌', + textColorTitle: 'ពណ៌អក្សរ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ko.js new file mode 100644 index 00000000..4f75867f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ko.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ko', { + auto: '기본색상', + bgColorTitle: '배경 색상', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: '색상선택...', + panelTitle: 'Colors', + textColorTitle: '글자 색상' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ku.js new file mode 100644 index 00000000..86b42ed6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ku.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ku', { + auto: 'خۆکار', + bgColorTitle: 'ڕەنگی پاشبنەما', + colors: { + '000': 'ڕەش', + '800000': 'سۆرو ماڕوونی', + '8B4513': 'ماڕوونی', + '2F4F4F': 'سەوزی تاریك', + '008080': 'سەوز و شین', + '000080': 'شینی تۆخ', + '4B0082': 'مۆری تۆخ', + '696969': 'ڕەساسی تۆخ', + B22222: 'سۆری تۆخ', + A52A2A: 'قاوەیی', + DAA520: 'قاوەیی بریسکەدار', + '006400': 'سەوزی تۆخ', + '40E0D0': 'شینی ناتۆخی بریسکەدار', + '0000CD': 'شینی مامناوەند', + '800080': 'پەمبەیی', + '808080': 'ڕەساسی', + F00: 'سۆر', + FF8C00: 'نارەنجی تۆخ', + FFD700: 'زەرد', + '008000': 'سەوز', + '0FF': 'شینی ئاسمانی', + '00F': 'شین', + EE82EE: 'پەمەیی', + A9A9A9: 'ڕەساسی ناتۆخ', + FFA07A: 'نارەنجی ناتۆخ', + FFA500: 'نارەنجی', + FFFF00: 'زەرد', + '00FF00': 'سەوز', + AFEEEE: 'شینی ناتۆخ', + ADD8E6: 'شینی زۆر ناتۆخ', + DDA0DD: 'پەمەیی ناتۆخ', + D3D3D3: 'ڕەساسی بریسکەدار', + FFF0F5: 'جەرگی زۆر ناتۆخ', + FAEBD7: 'جەرگی ناتۆخ', + FFFFE0: 'سپی ناتۆخ', + F0FFF0: 'هەنگوینی ناتۆخ', + F0FFFF: 'شینێکی زۆر ناتۆخ', + F0F8FF: 'شینێکی ئاسمانی زۆر ناتۆخ', + E6E6FA: 'شیری', + FFF: 'سپی' + }, + more: 'ڕەنگی زیاتر...', + panelTitle: 'ڕەنگەکان', + textColorTitle: 'ڕەنگی دەق' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/lt.js new file mode 100644 index 00000000..72fa2ff7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/lt.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'lt', { + auto: 'Automatinis', + bgColorTitle: 'Fono spalva', + colors: { + '000': 'Juoda', + '800000': 'Kaštoninė', + '8B4513': 'Tamsiai ruda', + '2F4F4F': 'Pilka tamsaus šiferio', + '008080': 'Teal', + '000080': 'Karinis', + '4B0082': 'Indigo', + '696969': 'Tamsiai pilka', + B22222: 'Ugnies', + A52A2A: 'Ruda', + DAA520: 'Aukso', + '006400': 'Tamsiai žalia', + '40E0D0': 'Turquoise', + '0000CD': 'Vidutinė mėlyna', + '800080': 'Violetinė', + '808080': 'Pilka', + F00: 'Raudona', + FF8C00: 'Tamsiai oranžinė', + FFD700: 'Auksinė', + '008000': 'Žalia', + '0FF': 'Žydra', + '00F': 'Mėlyna', + EE82EE: 'Violetinė', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Oranžinė', + FFFF00: 'Geltona', + '00FF00': 'Citrinų', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Šviesiai mėlyna', + DDA0DD: 'Plum', + D3D3D3: 'Šviesiai pilka', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Šviesiai geltona', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'Balta' + }, + more: 'Daugiau spalvų...', + panelTitle: 'Spalva', + textColorTitle: 'Teksto spalva' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/lv.js new file mode 100644 index 00000000..e2e1304e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/lv.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'lv', { + auto: 'Automātiska', + bgColorTitle: 'Fona krāsa', + colors: { + '000': 'Melns', + '800000': 'Sarkanbrūns', + '8B4513': 'Sedlu brūns', + '2F4F4F': 'Tumšas tāfeles pelēks', + '008080': 'Zili-zaļš', + '000080': 'Jūras', + '4B0082': 'Indigo', + '696969': 'Tumši pelēks', + B22222: 'Ķieģeļsarkans', + A52A2A: 'Brūns', + DAA520: 'Zelta', + '006400': 'Tumši zaļš', + '40E0D0': 'Tirkīzs', + '0000CD': 'Vidēji zils', + '800080': 'Purpurs', + '808080': 'Pelēks', + F00: 'Sarkans', + FF8C00: 'Tumši oranžs', + FFD700: 'Zelta', + '008000': 'Zaļš', + '0FF': 'Tumšzils', + '00F': 'Zils', + EE82EE: 'Violets', + A9A9A9: 'Pelēks', + FFA07A: 'Gaiši laškrāsas', + FFA500: 'Oranžs', + FFFF00: 'Dzeltens', + '00FF00': 'Laima', + AFEEEE: 'Gaiši tirkīza', + ADD8E6: 'Gaiši zils', + DDA0DD: 'Plūmju', + D3D3D3: 'Gaiši pelēks', + FFF0F5: 'Lavandas sārts', + FAEBD7: 'Antīki balts', + FFFFE0: 'Gaiši dzeltens', + F0FFF0: 'Meduspile', + F0FFFF: 'Debesszils', + F0F8FF: 'Alises zils', + E6E6FA: 'Lavanda', + FFF: 'Balts' + }, + more: 'Plašāka palete...', + panelTitle: 'Krāsa', + textColorTitle: 'Teksta krāsa' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/mk.js new file mode 100644 index 00000000..82415c88 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/mk.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'mk', { + auto: 'Automatic', // MISSING + bgColorTitle: 'Background Color', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'More Colors...', // MISSING + panelTitle: 'Colors', + textColorTitle: 'Text Color' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/mn.js new file mode 100644 index 00000000..0d0aa81c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/mn.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'mn', { + auto: 'Автоматаар', + bgColorTitle: 'Дэвсгэр өнгө', + colors: { + '000': 'Хар', + '800000': 'Хүрэн', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Саарал', + F00: 'Улаан', + FF8C00: 'Dark Orange', + FFD700: 'Алт', + '008000': 'Ногоон', + '0FF': 'Цэнхэр', + '00F': 'Хөх', + EE82EE: 'Ягаан', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Улбар шар', + FFFF00: 'Шар', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Цайвар саарал', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'Цагаан' + }, + more: 'Нэмэлт өнгөнүүд...', + panelTitle: 'Өнгөнүүд', + textColorTitle: 'Бичвэрийн өнгө' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ms.js new file mode 100644 index 00000000..85cae5a5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ms.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ms', { + auto: 'Otomatik', + bgColorTitle: 'Warna Latarbelakang', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Warna lain-lain...', + panelTitle: 'Colors', + textColorTitle: 'Warna Text' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/nb.js new file mode 100644 index 00000000..c7ea2929 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/nb.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'nb', { + auto: 'Automatisk', + bgColorTitle: 'Bakgrunnsfarge', + colors: { + '000': 'Svart', + '800000': 'Rødbrun', + '8B4513': 'Salbrun', + '2F4F4F': 'Grønnsvart', + '008080': 'Blågrønn', + '000080': 'Marineblått', + '4B0082': 'Indigo', + '696969': 'Mørk grå', + B22222: 'Mørkerød', + A52A2A: 'Brun', + DAA520: 'Lys brun', + '006400': 'Mørk grønn', + '40E0D0': 'Turkis', + '0000CD': 'Medium blå', + '800080': 'Purpur', + '808080': 'Grå', + F00: 'Rød', + FF8C00: 'Mørk oransje', + FFD700: 'Gull', + '008000': 'Grønn', + '0FF': 'Cyan', + '00F': 'Blå', + EE82EE: 'Fiolett', + A9A9A9: 'Svak grå', + FFA07A: 'Rosa-oransje', + FFA500: 'Oransje', + FFFF00: 'Gul', + '00FF00': 'Lime', + AFEEEE: 'Svak turkis', + ADD8E6: 'Lys Blå', + DDA0DD: 'Plomme', + D3D3D3: 'Lys grå', + FFF0F5: 'Svak lavendelrosa', + FAEBD7: 'Antikk-hvit', + FFFFE0: 'Lys gul', + F0FFF0: 'Honningmelon', + F0FFFF: 'Svakt asurblått', + F0F8FF: 'Svak cyan', + E6E6FA: 'Lavendel', + FFF: 'Hvit' + }, + more: 'Flere farger...', + panelTitle: 'Farger', + textColorTitle: 'Tekstfarge' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/nl.js new file mode 100644 index 00000000..0ef9a1cc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/nl.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'nl', { + auto: 'Automatisch', + bgColorTitle: 'Achtergrondkleur', + colors: { + '000': 'Zwart', + '800000': 'Kastanjebruin', + '8B4513': 'Chocoladebruin', + '2F4F4F': 'Donkerleigrijs', + '008080': 'Blauwgroen', + '000080': 'Marine', + '4B0082': 'Indigo', + '696969': 'Donkergrijs', + B22222: 'Baksteen', + A52A2A: 'Bruin', + DAA520: 'Donkergeel', + '006400': 'Donkergroen', + '40E0D0': 'Turquoise', + '0000CD': 'Middenblauw', + '800080': 'Paars', + '808080': 'Grijs', + F00: 'Rood', + FF8C00: 'Donkeroranje', + FFD700: 'Goud', + '008000': 'Groen', + '0FF': 'Cyaan', + '00F': 'Blauw', + EE82EE: 'Violet', + A9A9A9: 'Donkergrijs', + FFA07A: 'Lichtzalm', + FFA500: 'Oranje', + FFFF00: 'Geel', + '00FF00': 'Felgroen', + AFEEEE: 'Lichtturquoise', + ADD8E6: 'Lichtblauw', + DDA0DD: 'Pruim', + D3D3D3: 'Lichtgrijs', + FFF0F5: 'Linnen', + FAEBD7: 'Ivoor', + FFFFE0: 'Lichtgeel', + F0FFF0: 'Honingdauw', + F0FFFF: 'Azuur', + F0F8FF: 'Licht hemelsblauw', + E6E6FA: 'Lavendel', + FFF: 'Wit' + }, + more: 'Meer kleuren...', + panelTitle: 'Kleuren', + textColorTitle: 'Tekstkleur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/no.js new file mode 100644 index 00000000..1778df46 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/no.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'no', { + auto: 'Automatisk', + bgColorTitle: 'Bakgrunnsfarge', + colors: { + '000': 'Svart', + '800000': 'Rødbrun', + '8B4513': 'Salbrun', + '2F4F4F': 'Grønnsvart', + '008080': 'Blågrønn', + '000080': 'Marineblått', + '4B0082': 'Indigo', + '696969': 'Mørk grå', + B22222: 'Mørkerød', + A52A2A: 'Brun', + DAA520: 'Lys brun', + '006400': 'Mørk grønn', + '40E0D0': 'Turkis', + '0000CD': 'Medium blå', + '800080': 'Purpur', + '808080': 'Grå', + F00: 'Rød', + FF8C00: 'Mørk oransje', + FFD700: 'Gull', + '008000': 'Grønn', + '0FF': 'Cyan', + '00F': 'Blå', + EE82EE: 'Fiolett', + A9A9A9: 'Svak grå', + FFA07A: 'Rosa-oransje', + FFA500: 'Oransje', + FFFF00: 'Gul', + '00FF00': 'Lime', + AFEEEE: 'Svak turkis', + ADD8E6: 'Lys Blå', + DDA0DD: 'Plomme', + D3D3D3: 'Lys grå', + FFF0F5: 'Svak lavendelrosa', + FAEBD7: 'Antikk-hvit', + FFFFE0: 'Lys gul', + F0FFF0: 'Honningmelon', + F0FFFF: 'Svakt asurblått', + F0F8FF: 'Svak cyan', + E6E6FA: 'Lavendel', + FFF: 'Hvit' + }, + more: 'Flere farger...', + panelTitle: 'Farger', + textColorTitle: 'Tekstfarge' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pl.js new file mode 100644 index 00000000..61123a84 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pl.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'pl', { + auto: 'Automatycznie', + bgColorTitle: 'Kolor tła', + colors: { + '000': 'Czarny', + '800000': 'Kasztanowy', + '8B4513': 'Czekoladowy', + '2F4F4F': 'Ciemnografitowy', + '008080': 'Morski', + '000080': 'Granatowy', + '4B0082': 'Indygo', + '696969': 'Ciemnoszary', + B22222: 'Czerwień żelazowa', + A52A2A: 'Brązowy', + DAA520: 'Ciemnozłoty', + '006400': 'Ciemnozielony', + '40E0D0': 'Turkusowy', + '0000CD': 'Ciemnoniebieski', + '800080': 'Purpurowy', + '808080': 'Szary', + F00: 'Czerwony', + FF8C00: 'Ciemnopomarańczowy', + FFD700: 'Złoty', + '008000': 'Zielony', + '0FF': 'Cyjan', + '00F': 'Niebieski', + EE82EE: 'Fioletowy', + A9A9A9: 'Przygaszony szary', + FFA07A: 'Łososiowy', + FFA500: 'Pomarańczowy', + FFFF00: 'Żółty', + '00FF00': 'Limonkowy', + AFEEEE: 'Bladoturkusowy', + ADD8E6: 'Jasnoniebieski', + DDA0DD: 'Śliwkowy', + D3D3D3: 'Jasnoszary', + FFF0F5: 'Jasnolawendowy', + FAEBD7: 'Kremowobiały', + FFFFE0: 'Jasnożółty', + F0FFF0: 'Bladozielony', + F0FFFF: 'Jasnolazurowy', + F0F8FF: 'Jasnobłękitny', + E6E6FA: 'Lawendowy', + FFF: 'Biały' + }, + more: 'Więcej kolorów...', + panelTitle: 'Kolory', + textColorTitle: 'Kolor tekstu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pt-br.js new file mode 100644 index 00000000..c04c32e4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pt-br.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'pt-br', { + auto: 'Automático', + bgColorTitle: 'Cor do Plano de Fundo', + colors: { + '000': 'Preto', + '800000': 'Foquete', + '8B4513': 'Marrom 1', + '2F4F4F': 'Cinza 1', + '008080': 'Cerceta', + '000080': 'Azul Marinho', + '4B0082': 'Índigo', + '696969': 'Cinza 2', + B22222: 'Tijolo de Fogo', + A52A2A: 'Marrom 2', + DAA520: 'Vara Dourada', + '006400': 'Verde Escuro', + '40E0D0': 'Turquesa', + '0000CD': 'Azul Médio', + '800080': 'Roxo', + '808080': 'Cinza 3', + F00: 'Vermelho', + FF8C00: 'Laranja Escuro', + FFD700: 'Dourado', + '008000': 'Verde', + '0FF': 'Ciano', + '00F': 'Azul', + EE82EE: 'Violeta', + A9A9A9: 'Cinza Escuro', + FFA07A: 'Salmão Claro', + FFA500: 'Laranja', + FFFF00: 'Amarelo', + '00FF00': 'Lima', + AFEEEE: 'Turquesa Pálido', + ADD8E6: 'Azul Claro', + DDA0DD: 'Ameixa', + D3D3D3: 'Cinza Claro', + FFF0F5: 'Lavanda 1', + FAEBD7: 'Branco Antiguidade', + FFFFE0: 'Amarelo Claro', + F0FFF0: 'Orvalho', + F0FFFF: 'Azure', + F0F8FF: 'Azul Alice', + E6E6FA: 'Lavanda 2', + FFF: 'Branco' + }, + more: 'Mais Cores...', + panelTitle: 'Cores', + textColorTitle: 'Cor do Texto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pt.js new file mode 100644 index 00000000..a1148e07 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/pt.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'pt', { + auto: 'Automático', + bgColorTitle: 'Cor de Fundo', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Mais Cores...', + panelTitle: 'Colors', + textColorTitle: 'Cor do Texto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ro.js new file mode 100644 index 00000000..83b2acab --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ro.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ro', { + auto: 'Automatic', + bgColorTitle: 'Coloarea fundalului', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Mai multe culori...', + panelTitle: 'Colors', + textColorTitle: 'Culoarea textului' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ru.js new file mode 100644 index 00000000..7e023abd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ru.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ru', { + auto: 'Автоматически', + bgColorTitle: 'Цвет фона', + colors: { + '000': 'Чёрный', + '800000': 'Бордовый', + '8B4513': 'Кожано-коричневый', + '2F4F4F': 'Темный синевато-серый', + '008080': 'Сине-зелёный', + '000080': 'Тёмно-синий', + '4B0082': 'Индиго', + '696969': 'Тёмно-серый', + B22222: 'Кирпичный', + A52A2A: 'Коричневый', + DAA520: 'Золотисто-берёзовый', + '006400': 'Темно-зелёный', + '40E0D0': 'Бирюзовый', + '0000CD': 'Умеренно синий', + '800080': 'Пурпурный', + '808080': 'Серый', + F00: 'Красный', + FF8C00: 'Темно-оранжевый', + FFD700: 'Золотистый', + '008000': 'Зелёный', + '0FF': 'Васильковый', + '00F': 'Синий', + EE82EE: 'Фиолетовый', + A9A9A9: 'Тускло-серый', + FFA07A: 'Светло-лососевый', + FFA500: 'Оранжевый', + FFFF00: 'Жёлтый', + '00FF00': 'Лайма', + AFEEEE: 'Бледно-синий', + ADD8E6: 'Свелто-голубой', + DDA0DD: 'Сливовый', + D3D3D3: 'Светло-серый', + FFF0F5: 'Розово-лавандовый', + FAEBD7: 'Античный белый', + FFFFE0: 'Светло-жёлтый', + F0FFF0: 'Медвяной росы', + F0FFFF: 'Лазурный', + F0F8FF: 'Бледно-голубой', + E6E6FA: 'Лавандовый', + FFF: 'Белый' + }, + more: 'Ещё цвета...', + panelTitle: 'Цвета', + textColorTitle: 'Цвет текста' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/si.js new file mode 100644 index 00000000..c897679c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/si.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'si', { + auto: 'Automatic', // MISSING + bgColorTitle: 'පසුබිම් වර්ණය', + colors: { + '000': 'Black', // MISSING + '800000': 'Maroon', // MISSING + '8B4513': 'Saddle Brown', // MISSING + '2F4F4F': 'Dark Slate Gray', // MISSING + '008080': 'Teal', // MISSING + '000080': 'Navy', // MISSING + '4B0082': 'Indigo', // MISSING + '696969': 'Dark Gray', // MISSING + B22222: 'Fire Brick', // MISSING + A52A2A: 'Brown', // MISSING + DAA520: 'Golden Rod', // MISSING + '006400': 'Dark Green', // MISSING + '40E0D0': 'Turquoise', // MISSING + '0000CD': 'Medium Blue', // MISSING + '800080': 'Purple', // MISSING + '808080': 'Gray', // MISSING + F00: 'Red', // MISSING + FF8C00: 'Dark Orange', // MISSING + FFD700: 'Gold', // MISSING + '008000': 'Green', // MISSING + '0FF': 'Cyan', // MISSING + '00F': 'Blue', // MISSING + EE82EE: 'Violet', // MISSING + A9A9A9: 'Dim Gray', // MISSING + FFA07A: 'Light Salmon', // MISSING + FFA500: 'Orange', // MISSING + FFFF00: 'Yellow', // MISSING + '00FF00': 'Lime', // MISSING + AFEEEE: 'Pale Turquoise', // MISSING + ADD8E6: 'Light Blue', // MISSING + DDA0DD: 'Plum', // MISSING + D3D3D3: 'Light Grey', // MISSING + FFF0F5: 'Lavender Blush', // MISSING + FAEBD7: 'Antique White', // MISSING + FFFFE0: 'Light Yellow', // MISSING + F0FFF0: 'Honeydew', // MISSING + F0FFFF: 'Azure', // MISSING + F0F8FF: 'Alice Blue', // MISSING + E6E6FA: 'Lavender', // MISSING + FFF: 'White' // MISSING + }, + more: 'More Colors...', // MISSING + panelTitle: 'වර්ණය', + textColorTitle: 'අක්ෂර වර්ණ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sk.js new file mode 100644 index 00000000..aabda1f6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sk.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'sk', { + auto: 'Automaticky', + bgColorTitle: 'Farba pozadia', + colors: { + '000': 'Čierna', + '800000': 'Maroon', + '8B4513': 'Sedlová hnedá', + '2F4F4F': 'Tmavo bridlicovo sivá', + '008080': 'Modrozelená', + '000080': 'Tmavomodrá', + '4B0082': 'Indigo', + '696969': 'Tmavá sivá', + B22222: 'Ohňová tehlová', + A52A2A: 'Hnedá', + DAA520: 'Zlatobyľ', + '006400': 'Tmavá zelená', + '40E0D0': 'Tyrkysová', + '0000CD': 'Stredná modrá', + '800080': 'Purpurová', + '808080': 'Sivá', + F00: 'Červená', + FF8C00: 'Tmavá oranžová', + FFD700: 'Zlatá', + '008000': 'Zelená', + '0FF': 'Azúrová', + '00F': 'Modrá', + EE82EE: 'Fialová', + A9A9A9: 'Tmavá sivá', + FFA07A: 'Svetlo lososová', + FFA500: 'Oranžová', + FFFF00: 'Žltá', + '00FF00': 'Vápenná', + AFEEEE: 'Svetlo tyrkysová', + ADD8E6: 'Svetlo modrá', + DDA0DD: 'Slivková', + D3D3D3: 'Svetlo sivá', + FFF0F5: 'Levanduľovo červená', + FAEBD7: 'Antická biela', + FFFFE0: 'Svetlo žltá', + F0FFF0: 'Medová', + F0FFFF: 'Azúrová', + F0F8FF: 'Alicovo modrá', + E6E6FA: 'Levanduľová', + FFF: 'Biela' + }, + more: 'Viac farieb...', + panelTitle: 'Farby', + textColorTitle: 'Farba textu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sl.js new file mode 100644 index 00000000..6397c7a6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sl.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'sl', { + auto: 'Samodejno', + bgColorTitle: 'Barva ozadja', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Več barv...', + panelTitle: 'Colors', + textColorTitle: 'Barva besedila' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sq.js new file mode 100644 index 00000000..dbe5f992 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sq.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'sq', { + auto: 'Automatik', + bgColorTitle: 'Ngjyra e Prapavijës', + colors: { + '000': 'E zezë', + '800000': 'Ngjyrë gështenjë', + '8B4513': 'Ngjyrë Shale Kafe', + '2F4F4F': 'Ngjyrë Gri të errët ardëz', + '008080': 'Ngjyrë bajukë', + '000080': 'Ngjyrë Marine', + '4B0082': 'Indigo', + '696969': 'Gri e Errët', + B22222: 'Tullë në Flakë', + A52A2A: 'Ngjytë Kafe', + DAA520: 'Shkop i Artë', + '006400': 'E Gjelbër e Errët', + '40E0D0': 'Ngjyrë e Bruztë', + '0000CD': 'E Kaltër e Mesme', + '800080': 'Vjollcë', + '808080': 'Gri', + F00: 'E Kuqe', + FF8C00: 'E Portokalltë e Errët', + FFD700: 'Ngjyrë Ari', + '008000': 'E Gjelbërt', + '0FF': 'Cyan', + '00F': 'E Kaltër', + EE82EE: 'Vjollcë', + A9A9A9: 'Gri e Zbehtë', + FFA07A: 'Salmon i Ndritur', + FFA500: 'E Portokalltë', + FFFF00: 'E Verdhë', + '00FF00': 'Ngjyrë Gëlqere', + AFEEEE: 'Ngjyrë e Bruztë e Zbehtë', + ADD8E6: 'E Kaltër e Ndritur', + DDA0DD: 'Ngjyrë Llokumi', + D3D3D3: 'Gri e Ndritur', + FFF0F5: 'Ngjyrë Purpur e Skuqur', + FAEBD7: 'E Bardhë Antike', + FFFFE0: 'E verdhë e Ndritur', + F0FFF0: 'Ngjyrë Nektari', + F0FFFF: 'Ngjyrë Qielli', + F0F8FF: 'E Kaltër Alice', + E6E6FA: 'Ngjyrë Purpur e Zbetë', + FFF: 'E bardhë' + }, + more: 'Më Shumë Ngjyra...', + panelTitle: 'Ngjyrat', + textColorTitle: 'Ngjyra e Tekstit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sr-latn.js new file mode 100644 index 00000000..146bc6c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sr-latn.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'sr-latn', { + auto: 'Automatski', + bgColorTitle: 'Boja pozadine', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Više boja...', + panelTitle: 'Colors', + textColorTitle: 'Boja teksta' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sr.js new file mode 100644 index 00000000..f9c0f7ce --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sr.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'sr', { + auto: 'Аутоматски', + bgColorTitle: 'Боја позадине', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'Више боја...', + panelTitle: 'Colors', + textColorTitle: 'Боја текста' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sv.js new file mode 100644 index 00000000..2275f5f3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/sv.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'sv', { + auto: 'Automatisk', + bgColorTitle: 'Bakgrundsfärg', + colors: { + '000': 'Svart', + '800000': 'Rödbrun', + '8B4513': 'Mörkbrun', + '2F4F4F': 'Skiffergrå', + '008080': 'Kricka', + '000080': 'Marinblå', + '4B0082': 'Indigo', + '696969': 'Mörkgrå', + B22222: 'Tegelsten', + A52A2A: 'Brun', + DAA520: 'Mörk guld', + '006400': 'Mörkgrön', + '40E0D0': 'Turkos', + '0000CD': 'Medium blå', + '800080': 'Lila', + '808080': 'Grå', + F00: 'Röd', + FF8C00: 'Mörkorange', + FFD700: 'Guld', + '008000': 'Grön', + '0FF': 'Turkos', + '00F': 'Blå', + EE82EE: 'Violett', + A9A9A9: 'Matt grå', + FFA07A: 'Laxrosa', + FFA500: 'Orange', + FFFF00: 'Gul', + '00FF00': 'Lime', + AFEEEE: 'Ljusturkos', + ADD8E6: 'Ljusblå', + DDA0DD: 'Plommon', + D3D3D3: 'Ljusgrå', + FFF0F5: 'Ljus lavendel', + FAEBD7: 'Antikvit', + FFFFE0: 'Ljusgul', + F0FFF0: 'Honungsdagg', + F0FFFF: 'Azurblå', + F0F8FF: 'Aliceblå', + E6E6FA: 'Lavendel', + FFF: 'Vit' + }, + more: 'Fler färger...', + panelTitle: 'Färger', + textColorTitle: 'Textfärg' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/th.js new file mode 100644 index 00000000..5a0ab166 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/th.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'th', { + auto: 'สีอัตโนมัติ', + bgColorTitle: 'สีพื้นหลัง', + colors: { + '000': 'Black', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Brown', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Gray', + F00: 'Red', + FF8C00: 'Dark Orange', + FFD700: 'Gold', + '008000': 'Green', + '0FF': 'Cyan', + '00F': 'Blue', + EE82EE: 'Violet', + A9A9A9: 'Dim Gray', + FFA07A: 'Light Salmon', + FFA500: 'Orange', + FFFF00: 'Yellow', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'White' + }, + more: 'เลือกสีอื่นๆ...', + panelTitle: 'Colors', + textColorTitle: 'สีตัวอักษร' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/tr.js new file mode 100644 index 00000000..d32363c2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/tr.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'tr', { + auto: 'Otomatik', + bgColorTitle: 'Arka Renk', + colors: { + '000': 'Siyah', + '800000': 'Kestane', + '8B4513': 'Koyu Kahverengi', + '2F4F4F': 'Koyu Kurşuni Gri', + '008080': 'Teal', + '000080': 'Mavi', + '4B0082': 'Çivit Mavisi', + '696969': 'Silik Gri', + B22222: 'Ateş Tuğlası', + A52A2A: 'Kahverengi', + DAA520: 'Altun Sırık', + '006400': 'Koyu Yeşil', + '40E0D0': 'Turkuaz', + '0000CD': 'Orta Mavi', + '800080': 'Pembe', + '808080': 'Gri', + F00: 'Kırmızı', + FF8C00: 'Koyu Portakal', + FFD700: 'Altın', + '008000': 'Yeşil', + '0FF': 'Ciyan', + '00F': 'Mavi', + EE82EE: 'Menekşe', + A9A9A9: 'Koyu Gri', + FFA07A: 'Açık Sarımsı', + FFA500: 'Portakal', + FFFF00: 'Sarı', + '00FF00': 'Açık Yeşil', + AFEEEE: 'Sönük Turkuaz', + ADD8E6: 'Açık Mavi', + DDA0DD: 'Mor', + D3D3D3: 'Açık Gri', + FFF0F5: 'Eflatun Pembe', + FAEBD7: 'Antik Beyaz', + FFFFE0: 'Açık Sarı', + F0FFF0: 'Balsarısı', + F0FFFF: 'Gök Mavisi', + F0F8FF: 'Reha Mavi', + E6E6FA: 'Eflatun', + FFF: 'Beyaz' + }, + more: 'Diğer renkler...', + panelTitle: 'Renkler', + textColorTitle: 'Yazı Rengi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ug.js new file mode 100644 index 00000000..5c33474e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/ug.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'ug', { + auto: 'ئۆزلۈكىدىن', + bgColorTitle: 'تەگلىك رەڭگى', + colors: { + '000': 'قارا', + '800000': 'قىزغۇچ سېرىق', + '8B4513': 'توق قوڭۇر', + '2F4F4F': 'قارامتۇل يېشىل', + '008080': 'كۆكۈش يېشىل', + '000080': 'قارامتۇل كۆك', + '4B0082': 'كۆكۈش كۈلرەڭ', + '696969': 'قارامتۇل كۈلرەڭ', + B22222: 'خىش قىزىل', + A52A2A: 'قوڭۇر', + DAA520: 'ئالتۇن سېرىق', + '006400': 'توق يېشىل', + '40E0D0': 'كۆكۈچ يېشىل', + '0000CD': 'ئوتتۇراھال كۆك', + '800080': 'بىنەپشە', + '808080': 'كۈلرەڭ', + F00: 'قىزىل', + FF8C00: 'توق قىزغۇچ سېرىق', + FFD700: 'ئالتۇن', + '008000': 'يېشىل', + '0FF': 'يېشىل كۆك', + '00F': 'كۆك', + EE82EE: 'قىزغۇچ بىنەپشە', + A9A9A9: 'توق كۈلرەڭ', + FFA07A: 'كاۋا چېچىكى سېرىق', + FFA500: 'قىزغۇچ سېرىق', + FFFF00: 'سېرىق', + '00FF00': 'Lime', + AFEEEE: 'سۇس ھاۋا رەڭ', + ADD8E6: 'ئوچۇق كۆك', + DDA0DD: 'قىزغۇچ بىنەپشە', + D3D3D3: 'سۇس كۆكۈچ كۈلرەڭ', + FFF0F5: 'سۇس قىزغۇچ بىنەپشە', + FAEBD7: 'Antique White', + FFFFE0: 'سۇس سېرىق', + F0FFF0: 'Honeydew', + F0FFFF: 'ئاسمان كۆكى', + F0F8FF: 'سۇس كۆك', + E6E6FA: 'سۇس بىنەپشە', + FFF: 'ئاق' + }, + more: 'باشقا رەڭ', + panelTitle: 'رەڭ', + textColorTitle: 'تېكىست رەڭگى' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/uk.js new file mode 100644 index 00000000..af8990a6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/uk.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'uk', { + auto: 'Авто', + bgColorTitle: 'Колір фону', + colors: { + '000': 'Чорний', + '800000': 'Бордовий', + '8B4513': 'Коричневий', + '2F4F4F': 'Темний сіро-зелений', + '008080': 'Морської хвилі', + '000080': 'Сливовий', + '4B0082': 'Індиго', + '696969': 'Темносірий', + B22222: 'Темночервоний', + A52A2A: 'Каштановий', + DAA520: 'Бежевий', + '006400': 'Темнозелений', + '40E0D0': 'Бірюзовий', + '0000CD': 'Темносиній', + '800080': 'Пурпурний', + '808080': 'Сірий', + F00: 'Червоний', + FF8C00: 'Темнооранжевий', + FFD700: 'Жовтий', + '008000': 'Зелений', + '0FF': 'Синьо-зелений', + '00F': 'Синій', + EE82EE: 'Фіолетовий', + A9A9A9: 'Світлосірий', + FFA07A: 'Рожевий', + FFA500: 'Оранжевий', + FFFF00: 'Яскравожовтий', + '00FF00': 'Салатовий', + AFEEEE: 'Світлобірюзовий', + ADD8E6: 'Блакитний', + DDA0DD: 'Світлофіолетовий', + D3D3D3: 'Сріблястий', + FFF0F5: 'Світлорожевий', + FAEBD7: 'Світлооранжевий', + FFFFE0: 'Світложовтий', + F0FFF0: 'Світлозелений', + F0FFFF: 'Світлий синьо-зелений', + F0F8FF: 'Світлоблакитний', + E6E6FA: 'Лавандовий', + FFF: 'Білий' + }, + more: 'Кольори...', + panelTitle: 'Кольори', + textColorTitle: 'Колір тексту' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/vi.js new file mode 100644 index 00000000..95661b02 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/vi.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'vi', { + auto: 'Tự động', + bgColorTitle: 'Màu nền', + colors: { + '000': 'Đen', + '800000': 'Maroon', + '8B4513': 'Saddle Brown', + '2F4F4F': 'Dark Slate Gray', + '008080': 'Teal', + '000080': 'Navy', + '4B0082': 'Indigo', + '696969': 'Dark Gray', + B22222: 'Fire Brick', + A52A2A: 'Nâu', + DAA520: 'Golden Rod', + '006400': 'Dark Green', + '40E0D0': 'Turquoise', + '0000CD': 'Medium Blue', + '800080': 'Purple', + '808080': 'Xám', + F00: 'Đỏ', + FF8C00: 'Dark Orange', + FFD700: 'Vàng', + '008000': 'Xanh lá cây', + '0FF': 'Cyan', + '00F': 'Xanh da trời', + EE82EE: 'Tím', + A9A9A9: 'Xám tối', + FFA07A: 'Light Salmon', + FFA500: 'Màu cam', + FFFF00: 'Vàng', + '00FF00': 'Lime', + AFEEEE: 'Pale Turquoise', + ADD8E6: 'Light Blue', + DDA0DD: 'Plum', + D3D3D3: 'Light Grey', + FFF0F5: 'Lavender Blush', + FAEBD7: 'Antique White', + FFFFE0: 'Light Yellow', + F0FFF0: 'Honeydew', + F0FFFF: 'Azure', + F0F8FF: 'Alice Blue', + E6E6FA: 'Lavender', + FFF: 'Trắng' + }, + more: 'Màu khác...', + panelTitle: 'Màu sắc', + textColorTitle: 'Màu chữ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/zh-cn.js new file mode 100644 index 00000000..4e6a7720 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/zh-cn.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'zh-cn', { + auto: '自动', + bgColorTitle: '背景颜色', + colors: { + '000': '黑', + '800000': '褐红', + '8B4513': '深褐', + '2F4F4F': '墨绿', + '008080': '绿松石', + '000080': '海军蓝', + '4B0082': '靛蓝', + '696969': '暗灰', + B22222: '砖红', + A52A2A: '褐', + DAA520: '金黄', + '006400': '深绿', + '40E0D0': '蓝绿', + '0000CD': '中蓝', + '800080': '紫', + '808080': '灰', + F00: '红', + FF8C00: '深橙', + FFD700: '金', + '008000': '绿', + '0FF': '青', + '00F': '蓝', + EE82EE: '紫罗兰', + A9A9A9: '深灰', + FFA07A: '亮橙', + FFA500: '橙', + FFFF00: '黄', + '00FF00': '水绿', + AFEEEE: '粉蓝', + ADD8E6: '亮蓝', + DDA0DD: '梅红', + D3D3D3: '淡灰', + FFF0F5: '淡紫红', + FAEBD7: '古董白', + FFFFE0: '淡黄', + F0FFF0: '蜜白', + F0FFFF: '天蓝', + F0F8FF: '淡蓝', + E6E6FA: '淡紫', + FFF: '白' + }, + more: '其它颜色...', + panelTitle: '颜色', + textColorTitle: '文本颜色' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/zh.js new file mode 100644 index 00000000..5a287adf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/colorbutton/lang/zh.js @@ -0,0 +1,53 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'colorbutton', 'zh', { + auto: '自動', + bgColorTitle: '背景顏色', + colors: { + '000': '黑色', + '800000': '栗色', + '8B4513': '鞍褐色', + '2F4F4F': '暗瓦灰色', + '008080': '水壓色', + '000080': '丈青澀', + '4B0082': '靛青', + '696969': '深灰色', + B22222: '磚紅色', + A52A2A: '褐色', + DAA520: '金黃色', + '006400': '深綠色', + '40E0D0': '青綠色', + '0000CD': '藍色', + '800080': '紫色', + '808080': '灰色', + F00: '紅色', + FF8C00: '深橘色', + FFD700: '金色', + '008000': '綠色', + '0FF': '藍綠色', + '00F': '藍色', + EE82EE: '紫色', + A9A9A9: '暗灰色', + FFA07A: '亮鮭紅', + FFA500: '橘色', + FFFF00: '黃色', + '00FF00': '鮮綠色', + AFEEEE: '綠松色', + ADD8E6: '淺藍色', + DDA0DD: '枚紅色', + D3D3D3: '淺灰色', + FFF0F5: '淺紫色', + FAEBD7: '骨董白', + FFFFE0: '淺黃色', + F0FFF0: '蜜瓜綠', + F0FFFF: '天藍色', + F0F8FF: '愛麗斯蘭', + E6E6FA: '淺紫色', + FFF: '白色' + }, + more: '更多顏色', + panelTitle: '顏色', + textColorTitle: '文字顏色' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/af.js new file mode 100644 index 00000000..35633514 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/af.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'af', { + options: 'Konteks Spyskaart-opsies' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ar.js new file mode 100644 index 00000000..62311fc4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ar.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ar', { + options: 'خصائص قائمة السياق' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bg.js new file mode 100644 index 00000000..ae0ceb0a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bg.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'bg', { + options: 'Опции на контекстното меню' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bn.js new file mode 100644 index 00000000..0c7dd357 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'bn', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bs.js new file mode 100644 index 00000000..38e2aef5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/bs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'bs', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ca.js new file mode 100644 index 00000000..ed986085 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ca', { + options: 'Opcions del menú contextual' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/cs.js new file mode 100644 index 00000000..95692de7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/cs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'cs', { + options: 'Nastavení kontextové nabídky' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/cy.js new file mode 100644 index 00000000..5e0da0fe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/cy.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'cy', { + options: 'Opsiynau Dewislen Cyd-destun' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/da.js new file mode 100644 index 00000000..d6abf2e2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/da.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'da', { + options: 'Muligheder for hjælpemenu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/de.js new file mode 100644 index 00000000..e99dc995 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/de.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'de', { + options: 'Kontextmenü Optionen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/el.js new file mode 100644 index 00000000..392a45eb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/el.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'el', { + options: 'Επιλογές Αναδυόμενου Μενού' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-au.js new file mode 100644 index 00000000..6a1ca8a2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-au.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'en-au', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-ca.js new file mode 100644 index 00000000..1fcbdfbd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'en-ca', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-gb.js new file mode 100644 index 00000000..aab3a770 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en-gb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'en-gb', { + options: 'Context Menu Options' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en.js new file mode 100644 index 00000000..da42b758 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/en.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'en', { + options: 'Context Menu Options' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/eo.js new file mode 100644 index 00000000..3182026c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/eo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'eo', { + options: 'Opcioj de Kunteksta Menuo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/es.js new file mode 100644 index 00000000..f7212f6c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/es.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'es', { + options: 'Opciones del menú contextual' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/et.js new file mode 100644 index 00000000..6fa3bf23 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/et.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'et', { + options: 'Kontekstimenüü valikud' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/eu.js new file mode 100644 index 00000000..932ed2f5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/eu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'eu', { + options: 'Testuingurko Menuaren Aukerak' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fa.js new file mode 100644 index 00000000..686e63e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fa.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'fa', { + options: 'گزینه​های منوی زمینه' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fi.js new file mode 100644 index 00000000..82806e47 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'fi', { + options: 'Pikavalikon ominaisuudet' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fo.js new file mode 100644 index 00000000..9cfd8bd5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'fo', { + options: 'Context Menu Options' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fr-ca.js new file mode 100644 index 00000000..399748f3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fr-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'fr-ca', { + options: 'Options du menu contextuel' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fr.js new file mode 100644 index 00000000..8360eaca --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/fr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'fr', { + options: 'Options du menu contextuel' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/gl.js new file mode 100644 index 00000000..8aa09c32 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/gl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'gl', { + options: 'Opcións do menú contextual' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/gu.js new file mode 100644 index 00000000..e8b1fa8d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/gu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'gu', { + options: 'કોન્તેક્ષ્ત્ મેનુના વિકલ્પો' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/he.js new file mode 100644 index 00000000..6f4a0a3e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/he.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'he', { + options: 'אפשרויות תפריט ההקשר' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hi.js new file mode 100644 index 00000000..38a54f4a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'hi', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hr.js new file mode 100644 index 00000000..11d3d9d8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'hr', { + options: 'Opcije izbornika' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hu.js new file mode 100644 index 00000000..b96c1627 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/hu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'hu', { + options: 'Helyi menü opciók' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/id.js new file mode 100644 index 00000000..817c718c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/id.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'id', { + options: 'Opsi Konteks Pilihan' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/is.js new file mode 100644 index 00000000..ab5b9e7e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/is.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'is', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/it.js new file mode 100644 index 00000000..58475804 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/it.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'it', { + options: 'Opzioni del menù contestuale' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ja.js new file mode 100644 index 00000000..428caefa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ja.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ja', { + options: 'コンテキストメニューオプション' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ka.js new file mode 100644 index 00000000..44f859ff --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ka.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ka', { + options: 'კონტექსტური მენიუს პარამეტრები' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/km.js new file mode 100644 index 00000000..a61ec6f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/km.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'km', { + options: 'ជម្រើស​ម៉ឺនុយ​បរិបទ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ko.js new file mode 100644 index 00000000..d20281ac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ko.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ko', { + options: '컨텍스트 메뉴 옵션' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ku.js new file mode 100644 index 00000000..d5f4b28f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ku.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ku', { + options: 'هەڵبژاردەی لیستەی کلیکی دەستی ڕاست' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/lt.js new file mode 100644 index 00000000..5584169d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/lt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'lt', { + options: 'Kontekstinio meniu parametrai' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/lv.js new file mode 100644 index 00000000..a2ec78ac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/lv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'lv', { + options: 'Uznirstošās izvēlnes uzstādījumi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/mk.js new file mode 100644 index 00000000..b7d4f82e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/mk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'mk', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/mn.js new file mode 100644 index 00000000..7c9303e1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/mn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'mn', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ms.js new file mode 100644 index 00000000..37afeb5f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ms.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ms', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/nb.js new file mode 100644 index 00000000..0c5797b8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/nb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'nb', { + options: 'Alternativer for høyreklikkmeny' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/nl.js new file mode 100644 index 00000000..43aa679c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/nl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'nl', { + options: 'Contextmenu opties' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/no.js new file mode 100644 index 00000000..96d02c58 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/no.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'no', { + options: 'Alternativer for høyreklikkmeny' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pl.js new file mode 100644 index 00000000..dfb51cd3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'pl', { + options: 'Opcje menu kontekstowego' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pt-br.js new file mode 100644 index 00000000..d28c764a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pt-br.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'pt-br', { + options: 'Opções Menu de Contexto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pt.js new file mode 100644 index 00000000..90ad6ee8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/pt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'pt', { + options: 'Menu de opções de contexto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ro.js new file mode 100644 index 00000000..264a84fb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ro.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ro', { + options: 'Opțiuni Meniu Contextual' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ru.js new file mode 100644 index 00000000..7703c8a2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ru.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ru', { + options: 'Параметры контекстного меню' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/si.js new file mode 100644 index 00000000..1731099a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/si.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'si', { + options: 'අනතර්ග ලේඛණ විකල්ප' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sk.js new file mode 100644 index 00000000..c8df781c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'sk', { + options: 'Možnosti kontextového menu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sl.js new file mode 100644 index 00000000..3bc5261e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'sl', { + options: 'Možnosti Kontekstnega Menija' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sq.js new file mode 100644 index 00000000..3ddf46f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sq.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'sq', { + options: 'Mundësitë e Menysë së Kontekstit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sr-latn.js new file mode 100644 index 00000000..4afee2b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sr-latn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'sr-latn', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sr.js new file mode 100644 index 00000000..fb7f0d82 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'sr', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sv.js new file mode 100644 index 00000000..fb94a7fa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/sv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'sv', { + options: 'Context Menu Options' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/th.js new file mode 100644 index 00000000..d18524d1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/th.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'th', { + options: 'Context Menu Options' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/tr.js new file mode 100644 index 00000000..3c755588 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/tr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'tr', { + options: 'İçerik Menüsü Seçenekleri' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ug.js new file mode 100644 index 00000000..652c1305 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/ug.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'ug', { + options: 'قىسقا يول تىزىملىك تاللانمىسى' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/uk.js new file mode 100644 index 00000000..316d858f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/uk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'uk', { + options: 'Опції контекстного меню' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/vi.js new file mode 100644 index 00000000..f6264d14 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/vi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'vi', { + options: 'Tùy chọn menu bổ xung' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/zh-cn.js new file mode 100644 index 00000000..b5943e00 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/zh-cn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'zh-cn', { + options: '快捷菜单选项' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/zh.js new file mode 100644 index 00000000..b92e49ef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/contextmenu/lang/zh.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'contextmenu', 'zh', { + options: '內容功能表選項' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/images/spacer.gif b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/images/spacer.gif new file mode 100644 index 00000000..5bfd67a2 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/images/spacer.gif differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/af.js new file mode 100644 index 00000000..21d3eb45 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/af.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'af', { + anchor: 'Anker', + flash: 'Flash animasie', + hiddenfield: 'Verborge veld', + iframe: 'IFrame', + unknown: 'Onbekende objek' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ar.js new file mode 100644 index 00000000..ec7b91b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ar.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ar', { + anchor: 'إرساء', + flash: 'رسم متحرك بالفلاش', + hiddenfield: 'إدراج حقل خفي', + iframe: 'iframe', + unknown: 'عنصر غير معروف' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bg.js new file mode 100644 index 00000000..764eca28 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bg.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'bg', { + anchor: 'Кука', + flash: 'Флаш анимация', + hiddenfield: 'Скрито поле', + iframe: 'IFrame', + unknown: 'Неизвестен обект' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bn.js new file mode 100644 index 00000000..b8b344e2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'bn', { + anchor: 'Anchor', // MISSING + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bs.js new file mode 100644 index 00000000..24494a1a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/bs.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'bs', { + anchor: 'Anchor', + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ca.js new file mode 100644 index 00000000..89c3a5c8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ca', { + anchor: 'Àncora', + flash: 'Animació Flash', + hiddenfield: 'Camp ocult', + iframe: 'IFrame', + unknown: 'Objecte desconegut' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/cs.js new file mode 100644 index 00000000..dd568362 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/cs.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'cs', { + anchor: 'Záložka', + flash: 'Flash animace', + hiddenfield: 'Skryté pole', + iframe: 'IFrame', + unknown: 'Neznámý objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/cy.js new file mode 100644 index 00000000..aa64b213 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/cy.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'cy', { + anchor: 'Angor', + flash: 'Animeiddiant Flash', + hiddenfield: 'Maes Cudd', + iframe: 'IFrame', + unknown: 'Gwrthrych Anhysbys' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/da.js new file mode 100644 index 00000000..1a49bab5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/da.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'da', { + anchor: 'Anker', + flash: 'Flashanimation', + hiddenfield: 'Skjult felt', + iframe: 'Iframe', + unknown: 'Ukendt objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/de.js new file mode 100644 index 00000000..8c437f6b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/de.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'de', { + anchor: 'Anker', + flash: 'Flash Animation', + hiddenfield: 'Verstecktes Feld', + iframe: 'IFrame', + unknown: 'Unbekanntes Objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/el.js new file mode 100644 index 00000000..7d178467 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/el.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'el', { + anchor: 'Άγκυρα', + flash: 'Ταινία Flash', + hiddenfield: 'Κρυφό Πεδίο', + iframe: 'IFrame', + unknown: 'Άγνωστο Αντικείμενο' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-au.js new file mode 100644 index 00000000..2ab9c411 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-au.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'en-au', { + anchor: 'Anchor', // MISSING + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-ca.js new file mode 100644 index 00000000..3f223ca6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'en-ca', { + anchor: 'Anchor', // MISSING + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-gb.js new file mode 100644 index 00000000..4d3939cb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en-gb.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'en-gb', { + anchor: 'Anchor', + flash: 'Flash Animation', + hiddenfield: 'Hidden Field', + iframe: 'IFrame', + unknown: 'Unknown Object' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en.js new file mode 100644 index 00000000..7cbca04a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/en.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'en', { + anchor: 'Anchor', + flash: 'Flash Animation', + hiddenfield: 'Hidden Field', + iframe: 'IFrame', + unknown: 'Unknown Object' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/eo.js new file mode 100644 index 00000000..0f1dd8bf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/eo.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'eo', { + anchor: 'Ankro', + flash: 'FlaŝAnimacio', + hiddenfield: 'Kaŝita kampo', + iframe: 'Enlinia Kadro (IFrame)', + unknown: 'Nekonata objekto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/es.js new file mode 100644 index 00000000..0134a0dd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/es.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'es', { + anchor: 'Ancla', + flash: 'Animación flash', + hiddenfield: 'Campo oculto', + iframe: 'IFrame', + unknown: 'Objeto desconocido' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/et.js new file mode 100644 index 00000000..f1137964 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/et.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'et', { + anchor: 'Ankur', + flash: 'Flashi animatsioon', + hiddenfield: 'Varjatud väli', + iframe: 'IFrame', + unknown: 'Tundmatu objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/eu.js new file mode 100644 index 00000000..1e01cc42 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/eu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'eu', { + anchor: 'Aingura', + flash: 'Flash Animazioa', + hiddenfield: 'Ezkutuko Eremua', + iframe: 'IFrame', + unknown: 'Objektu ezezaguna' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fa.js new file mode 100644 index 00000000..906d4566 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fa.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'fa', { + anchor: 'لنگر', + flash: 'انیمشن فلش', + hiddenfield: 'فیلد پنهان', + iframe: 'IFrame', + unknown: 'شیء ناشناخته' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fi.js new file mode 100644 index 00000000..c79eae14 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'fi', { + anchor: 'Ankkuri', + flash: 'Flash animaatio', + hiddenfield: 'Piilokenttä', + iframe: 'IFrame-kehys', + unknown: 'Tuntematon objekti' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fo.js new file mode 100644 index 00000000..87dd85ec --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fo.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'fo', { + anchor: 'Anchor', + flash: 'Flash Animation', + hiddenfield: 'Fjaldur teigur', + iframe: 'IFrame', + unknown: 'Ókent Object' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fr-ca.js new file mode 100644 index 00000000..a9c4fb1b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fr-ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'fr-ca', { + anchor: 'Ancre', + flash: 'Animation Flash', + hiddenfield: 'Champ caché', + iframe: 'IFrame', + unknown: 'Objet inconnu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fr.js new file mode 100644 index 00000000..aa3a826a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/fr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'fr', { + anchor: 'Ancre', + flash: 'Animation Flash', + hiddenfield: 'Champ caché', + iframe: 'IFrame', + unknown: 'Objet inconnu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/gl.js new file mode 100644 index 00000000..936e70f3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/gl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'gl', { + anchor: 'Ancoraxe', + flash: 'Animación «Flash»', + hiddenfield: 'Campo agochado', + iframe: 'IFrame', + unknown: 'Obxecto descoñecido' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/gu.js new file mode 100644 index 00000000..d422bf77 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/gu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'gu', { + anchor: 'અનકર', + flash: 'ફ્લેશ ', + hiddenfield: 'હિડન ', + iframe: 'IFrame', + unknown: 'અનનોન ઓબ્જેક્ટ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/he.js new file mode 100644 index 00000000..5d7c7baa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/he.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'he', { + anchor: 'עוגן', + flash: 'סרטון פלאש', + hiddenfield: 'שדה חבוי', + iframe: 'חלון פנימי (iframe)', + unknown: 'אובייקט לא ידוע' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hi.js new file mode 100644 index 00000000..b3c77be0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'hi', { + anchor: 'ऐंकर इन्सर्ट/संपादन', + flash: 'Flash Animation', // MISSING + hiddenfield: 'गुप्त फ़ील्ड', + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hr.js new file mode 100644 index 00000000..c2d7b77a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'hr', { + anchor: 'Sidro', + flash: 'Flash animacija', + hiddenfield: 'Sakriveno polje', + iframe: 'IFrame', + unknown: 'Nepoznati objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hu.js new file mode 100644 index 00000000..64ccf2dc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/hu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'hu', { + anchor: 'Horgony', + flash: 'Flash animáció', + hiddenfield: 'Rejtett mezõ', + iframe: 'IFrame', + unknown: 'Ismeretlen objektum' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/id.js new file mode 100644 index 00000000..5fba26c9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/id.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'id', { + anchor: 'Anchor', // MISSING + flash: 'Animasi Flash', + hiddenfield: 'Kolom Tersembunyi', + iframe: 'IFrame', + unknown: 'Obyek Tak Dikenal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/is.js new file mode 100644 index 00000000..2aa3ef45 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/is.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'is', { + anchor: 'Anchor', // MISSING + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/it.js new file mode 100644 index 00000000..f753c26e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/it.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'it', { + anchor: 'Ancora', + flash: 'Animazione Flash', + hiddenfield: 'Campo Nascosto', + iframe: 'IFrame', + unknown: 'Oggetto sconosciuto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ja.js new file mode 100644 index 00000000..736fdb73 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ja.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ja', { + anchor: 'アンカー', + flash: 'Flash Animation', + hiddenfield: '不可視フィールド', + iframe: 'IFrame', + unknown: 'Unknown Object' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ka.js new file mode 100644 index 00000000..bfdad80a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ka.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ka', { + anchor: 'ღუზა', + flash: 'Flash ანიმაცია', + hiddenfield: 'მალული ველი', + iframe: 'IFrame', + unknown: 'უცნობი ობიექტი' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/km.js new file mode 100644 index 00000000..cf56b85d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/km.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'km', { + anchor: 'យុថ្កា', + flash: 'Flash មាន​ចលនា', + hiddenfield: 'វាល​កំបាំង', + iframe: 'IFrame', + unknown: 'វត្ថុ​មិន​ស្គាល់' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ko.js new file mode 100644 index 00000000..2bfc8331 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ko.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ko', { + anchor: '책갈피 삽입/변경', + flash: 'Flash Animation', // MISSING + hiddenfield: '숨김필드', + iframe: 'IFrame', + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ku.js new file mode 100644 index 00000000..21c8957e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ku.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ku', { + anchor: 'لەنگەر', + flash: 'فلاش', + hiddenfield: 'شاردنەوەی خانه', + iframe: 'لەچوارچێوە', + unknown: 'بەرکارێکی نەناسراو' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/lt.js new file mode 100644 index 00000000..02005185 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/lt.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'lt', { + anchor: 'Žymė', + flash: 'Flash animacija', + hiddenfield: 'Paslėptas laukas', + iframe: 'IFrame', + unknown: 'Nežinomas objektas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/lv.js new file mode 100644 index 00000000..90d8042f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/lv.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'lv', { + anchor: 'Iezīme', + flash: 'Flash animācija', + hiddenfield: 'Slēpts lauks', + iframe: 'Iframe', + unknown: 'Nezināms objekts' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/mk.js new file mode 100644 index 00000000..8c0474a9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/mk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'mk', { + anchor: 'Anchor', + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/mn.js new file mode 100644 index 00000000..414bd371 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/mn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'mn', { + anchor: 'Зангуу', + flash: 'Flash Animation', // MISSING + hiddenfield: 'Нууц талбар', + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ms.js new file mode 100644 index 00000000..bb0e5611 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ms.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ms', { + anchor: 'Anchor', // MISSING + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/nb.js new file mode 100644 index 00000000..24e818d3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/nb.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'nb', { + anchor: 'Anker', + flash: 'Flash-animasjon', + hiddenfield: 'Skjult felt', + iframe: 'IFrame', + unknown: 'Ukjent objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/nl.js new file mode 100644 index 00000000..f8dbfc2e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/nl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'nl', { + anchor: 'Interne link', + flash: 'Flash animatie', + hiddenfield: 'Verborgen veld', + iframe: 'IFrame', + unknown: 'Onbekend object' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/no.js new file mode 100644 index 00000000..15f7036a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/no.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'no', { + anchor: 'Anker', + flash: 'Flash-animasjon', + hiddenfield: 'Skjult felt', + iframe: 'IFrame', + unknown: 'Ukjent objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pl.js new file mode 100644 index 00000000..b1fb7fc5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'pl', { + anchor: 'Kotwica', + flash: 'Animacja Flash', + hiddenfield: 'Pole ukryte', + iframe: 'IFrame', + unknown: 'Nieznany obiekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pt-br.js new file mode 100644 index 00000000..9266374f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pt-br.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'pt-br', { + anchor: 'Âncora', + flash: 'Animação em Flash', + hiddenfield: 'Campo Oculto', + iframe: 'IFrame', + unknown: 'Objeto desconhecido' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pt.js new file mode 100644 index 00000000..37baf782 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/pt.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'pt', { + anchor: ' Inserir/Editar Âncora', + flash: 'Animação Flash', + hiddenfield: 'Campo Ocultado', + iframe: 'IFrame', + unknown: 'Objeto Desconhecido' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ro.js new file mode 100644 index 00000000..207cce65 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ro.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ro', { + anchor: 'Inserează/Editează ancoră', + flash: 'Flash Animation', // MISSING + hiddenfield: 'Câmp ascuns (HiddenField)', + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ru.js new file mode 100644 index 00000000..e5d8c2c4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ru.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ru', { + anchor: 'Якорь', + flash: 'Flash анимация', + hiddenfield: 'Скрытое поле', + iframe: 'iFrame', + unknown: 'Неизвестный объект' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/si.js new file mode 100644 index 00000000..fa516e8f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/si.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'si', { + anchor: 'ආධාරය', + flash: 'Flash Animation', // MISSING + hiddenfield: 'සැඟවුණු ප්‍රදේශය', + iframe: 'IFrame', + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sk.js new file mode 100644 index 00000000..a8bd0dce --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'sk', { + anchor: 'Kotva', + flash: 'Flash animácia', + hiddenfield: 'Skryté pole', + iframe: 'IFrame', + unknown: 'Neznámy objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sl.js new file mode 100644 index 00000000..853b36e3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'sl', { + anchor: 'Sidro', + flash: 'Flash animacija', + hiddenfield: 'Skrito polje', + iframe: 'IFrame', + unknown: 'Neznan objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sq.js new file mode 100644 index 00000000..30c383df --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sq.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'sq', { + anchor: 'Spirancë', + flash: 'Objekt flash', + hiddenfield: 'Fushë e fshehur', + iframe: 'IFrame', + unknown: 'Objekt i Panjohur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sr-latn.js new file mode 100644 index 00000000..947cceab --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sr-latn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'sr-latn', { + anchor: 'Unesi/izmeni sidro', + flash: 'Flash Animation', // MISSING + hiddenfield: 'Skriveno polje', + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sr.js new file mode 100644 index 00000000..2cdf1598 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'sr', { + anchor: 'Anchor', // MISSING + flash: 'Flash Animation', // MISSING + hiddenfield: 'Hidden Field', // MISSING + iframe: 'IFrame', // MISSING + unknown: 'Unknown Object' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sv.js new file mode 100644 index 00000000..283fd978 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/sv.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'sv', { + anchor: 'Ankare', + flash: 'Flashanimation', + hiddenfield: 'Gömt fält', + iframe: 'iFrame', + unknown: 'Okänt objekt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/th.js new file mode 100644 index 00000000..8bcdca57 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/th.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'th', { + anchor: 'แทรก/แก้ไข Anchor', + flash: 'ภาพอนิเมชั่นแฟลช', + hiddenfield: 'ฮิดเดนฟิลด์', + iframe: 'IFrame', + unknown: 'วัตถุไม่ทราบชนิด' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/tr.js new file mode 100644 index 00000000..83c7df3f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/tr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'tr', { + anchor: 'Bağlantı', + flash: 'Flash Animasyonu', + hiddenfield: 'Gizli Alan', + iframe: 'IFrame', + unknown: 'Bilinmeyen Nesne' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ug.js new file mode 100644 index 00000000..e7edf6b7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/ug.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'ug', { + anchor: 'لەڭگەرلىك نۇقتا', + flash: 'Flash جانلاندۇرۇم', + hiddenfield: 'يوشۇرۇن دائىرە', + iframe: 'IFrame', + unknown: 'يوچۇن نەڭ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/uk.js new file mode 100644 index 00000000..6629e133 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/uk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'uk', { + anchor: 'Якір', + flash: 'Flash-анімація', + hiddenfield: 'Приховані Поля', + iframe: 'IFrame', + unknown: 'Невідомий об\'єкт' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/vi.js new file mode 100644 index 00000000..2424b554 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/vi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'vi', { + anchor: 'Điểm neo', + flash: 'Flash', + hiddenfield: 'Trường ẩn', + iframe: 'IFrame', + unknown: 'Đối tượng không rõ ràng' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/zh-cn.js new file mode 100644 index 00000000..8ea7f56b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/zh-cn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'zh-cn', { + anchor: '锚点', + flash: 'Flash 动画', + hiddenfield: '隐藏域', + iframe: 'IFrame', + unknown: '未知对象' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/zh.js new file mode 100644 index 00000000..0bbe880a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/fakeobjects/lang/zh.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'fakeobjects', 'zh', { + anchor: '錨點', + flash: 'Flash 動畫', + hiddenfield: '隱藏欄位', + iframe: 'IFrame', + unknown: '無法辨識的物件' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/af.js new file mode 100644 index 00000000..99f95c03 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/af.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'af', { + fontSize: { + label: 'Grootte', + voiceLabel: 'Fontgrootte', + panelTitle: 'Fontgrootte' + }, + label: 'Font', + panelTitle: 'Fontnaam', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ar.js new file mode 100644 index 00000000..f339266d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ar.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ar', { + fontSize: { + label: 'حجم الخط', + voiceLabel: 'حجم الخط', + panelTitle: 'حجم الخط' + }, + label: 'خط', + panelTitle: 'حجم الخط', + voiceLabel: 'حجم الخط' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/bg.js new file mode 100644 index 00000000..639dafc0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/bg.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'bg', { + fontSize: { + label: 'Размер', + voiceLabel: 'Размер на шрифт', + panelTitle: 'Размер на шрифт' + }, + label: 'Шрифт', + panelTitle: 'Име на шрифт', + voiceLabel: 'Шрифт' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/bn.js new file mode 100644 index 00000000..c88eb903 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/bn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'bn', { + fontSize: { + label: 'সাইজ', + voiceLabel: 'Font Size', + panelTitle: 'সাইজ' + }, + label: 'ফন্ট', + panelTitle: 'ফন্ট', + voiceLabel: 'ফন্ট' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/bs.js new file mode 100644 index 00000000..7532fb1e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/bs.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'bs', { + fontSize: { + label: 'Velièina', + voiceLabel: 'Font Size', + panelTitle: 'Velièina' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ca.js new file mode 100644 index 00000000..34bf98fd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ca.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ca', { + fontSize: { + label: 'Mida', + voiceLabel: 'Mida de la lletra', + panelTitle: 'Mida' + }, + label: 'Tipus de lletra', + panelTitle: 'Tipus de lletra', + voiceLabel: 'Tipus de lletra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/cs.js new file mode 100644 index 00000000..c2037467 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/cs.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'cs', { + fontSize: { + label: 'Velikost', + voiceLabel: 'Velikost písma', + panelTitle: 'Velikost' + }, + label: 'Písmo', + panelTitle: 'Písmo', + voiceLabel: 'Písmo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/cy.js new file mode 100644 index 00000000..a3ffb03f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/cy.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'cy', { + fontSize: { + label: 'Maint', + voiceLabel: 'Maint y Ffont', + panelTitle: 'Maint y Ffont' + }, + label: 'Ffont', + panelTitle: 'Enw\'r Ffont', + voiceLabel: 'Ffont' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/da.js new file mode 100644 index 00000000..76044d7c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/da.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'da', { + fontSize: { + label: 'Skriftstørrelse', + voiceLabel: 'Skriftstørrelse', + panelTitle: 'Skriftstørrelse' + }, + label: 'Skrifttype', + panelTitle: 'Skrifttype', + voiceLabel: 'Skrifttype' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/de.js new file mode 100644 index 00000000..219a92d7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/de.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'de', { + fontSize: { + label: 'Größe', + voiceLabel: 'Schrifgröße', + panelTitle: 'Größe' + }, + label: 'Schriftart', + panelTitle: 'Schriftart', + voiceLabel: 'Schriftart' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/el.js new file mode 100644 index 00000000..0cd3c9e0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/el.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'el', { + fontSize: { + label: 'Μέγεθος', + voiceLabel: 'Μέγεθος Γραμματοσειράς', + panelTitle: 'Μέγεθος Γραμματοσειράς' + }, + label: 'Γραμματοσειρά', + panelTitle: 'Όνομα Γραμματοσειράς', + voiceLabel: 'Γραμματοσειρά' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-au.js new file mode 100644 index 00000000..712419da --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-au.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en-au', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-ca.js new file mode 100644 index 00000000..b9b0c381 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-ca.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en-ca', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-gb.js new file mode 100644 index 00000000..ba10921c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en-gb.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en-gb', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en.js new file mode 100644 index 00000000..eb3ca485 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/en.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'en', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', + panelTitle: 'Font Name', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/eo.js new file mode 100644 index 00000000..e0f9cd32 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/eo.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'eo', { + fontSize: { + label: 'Grado', + voiceLabel: 'Tipara grado', + panelTitle: 'Tipara grado' + }, + label: 'Tiparo', + panelTitle: 'Tipara nomo', + voiceLabel: 'Tiparo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/es.js new file mode 100644 index 00000000..0c8fb110 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/es.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'es', { + fontSize: { + label: 'Tamaño', + voiceLabel: 'Tamaño de fuente', + panelTitle: 'Tamaño' + }, + label: 'Fuente', + panelTitle: 'Fuente', + voiceLabel: 'Fuente' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/et.js new file mode 100644 index 00000000..07039aa3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/et.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'et', { + fontSize: { + label: 'Suurus', + voiceLabel: 'Kirja suurus', + panelTitle: 'Suurus' + }, + label: 'Kiri', + panelTitle: 'Kiri', + voiceLabel: 'Kiri' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/eu.js new file mode 100644 index 00000000..58ed0527 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/eu.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'eu', { + fontSize: { + label: 'Tamaina', + voiceLabel: 'Tamaina', + panelTitle: 'Tamaina' + }, + label: 'Letra-tipoa', + panelTitle: 'Letra-tipoa', + voiceLabel: 'Letra-tipoa' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fa.js new file mode 100644 index 00000000..7ac18eb2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fa.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fa', { + fontSize: { + label: 'اندازه', + voiceLabel: 'اندازه قلم', + panelTitle: 'اندازه قلم' + }, + label: 'قلم', + panelTitle: 'نام قلم', + voiceLabel: 'قلم' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fi.js new file mode 100644 index 00000000..5c433326 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fi.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fi', { + fontSize: { + label: 'Koko', + voiceLabel: 'Kirjaisimen koko', + panelTitle: 'Koko' + }, + label: 'Kirjaisinlaji', + panelTitle: 'Kirjaisinlaji', + voiceLabel: 'Kirjaisinlaji' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fo.js new file mode 100644 index 00000000..7e7c18e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fo.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fo', { + fontSize: { + label: 'Skriftstødd', + voiceLabel: 'Skriftstødd', + panelTitle: 'Skriftstødd' + }, + label: 'Skrift', + panelTitle: 'Skrift', + voiceLabel: 'Skrift' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fr-ca.js new file mode 100644 index 00000000..a6b90bbf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fr-ca.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fr-ca', { + fontSize: { + label: 'Taille', + voiceLabel: 'Taille', + panelTitle: 'Taille' + }, + label: 'Police', + panelTitle: 'Police', + voiceLabel: 'Police' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fr.js new file mode 100644 index 00000000..08c604e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/fr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'fr', { + fontSize: { + label: 'Taille', + voiceLabel: 'Taille de police', + panelTitle: 'Taille de police' + }, + label: 'Police', + panelTitle: 'Style de police', + voiceLabel: 'Police' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/gl.js new file mode 100644 index 00000000..0e85b7ec --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/gl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'gl', { + fontSize: { + label: 'Tamaño', + voiceLabel: 'Tamaño da letra', + panelTitle: 'Tamaño da letra' + }, + label: 'Tipo de letra', + panelTitle: 'Nome do tipo de letra', + voiceLabel: 'Tipo de letra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/gu.js new file mode 100644 index 00000000..ca390d5d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/gu.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'gu', { + fontSize: { + label: 'ફૉન્ટ સાઇઝ/કદ', + voiceLabel: 'ફોન્ટ સાઈઝ', + panelTitle: 'ફૉન્ટ સાઇઝ/કદ' + }, + label: 'ફૉન્ટ', + panelTitle: 'ફૉન્ટ', + voiceLabel: 'ફોન્ટ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/he.js new file mode 100644 index 00000000..9ac0df06 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/he.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'he', { + fontSize: { + label: 'גודל', + voiceLabel: 'גודל', + panelTitle: 'גודל' + }, + label: 'גופן', + panelTitle: 'גופן', + voiceLabel: 'גופן' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/hi.js new file mode 100644 index 00000000..f7e4c3db --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/hi.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'hi', { + fontSize: { + label: 'साइज़', + voiceLabel: 'Font Size', + panelTitle: 'साइज़' + }, + label: 'फ़ॉन्ट', + panelTitle: 'फ़ॉन्ट', + voiceLabel: 'फ़ॉन्ट' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/hr.js new file mode 100644 index 00000000..51f49385 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/hr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'hr', { + fontSize: { + label: 'Veličina', + voiceLabel: 'Veličina slova', + panelTitle: 'Veličina' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/hu.js new file mode 100644 index 00000000..389d3834 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/hu.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'hu', { + fontSize: { + label: 'Méret', + voiceLabel: 'Betűméret', + panelTitle: 'Méret' + }, + label: 'Betűtípus', + panelTitle: 'Betűtípus', + voiceLabel: 'Betűtípus' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/id.js new file mode 100644 index 00000000..a128bb9b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/id.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'id', { + fontSize: { + label: 'Ukuran', + voiceLabel: 'Font Size', // MISSING + panelTitle: 'Font Size' // MISSING + }, + label: 'Font', // MISSING + panelTitle: 'Font Name', // MISSING + voiceLabel: 'Font' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/is.js new file mode 100644 index 00000000..d40220d7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/is.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'is', { + fontSize: { + label: 'Leturstærð ', + voiceLabel: 'Font Size', + panelTitle: 'Leturstærð ' + }, + label: 'Leturgerð ', + panelTitle: 'Leturgerð ', + voiceLabel: 'Leturgerð ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/it.js new file mode 100644 index 00000000..1b6928e3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/it.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'it', { + fontSize: { + label: 'Dimensione', + voiceLabel: 'Dimensione Carattere', + panelTitle: 'Dimensione' + }, + label: 'Carattere', + panelTitle: 'Carattere', + voiceLabel: 'Carattere' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ja.js new file mode 100644 index 00000000..8a26aa0f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ja.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ja', { + fontSize: { + label: 'サイズ', + voiceLabel: 'フォントサイズ', + panelTitle: 'フォントサイズ' + }, + label: 'フォント', + panelTitle: 'フォント', + voiceLabel: 'フォント' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ka.js new file mode 100644 index 00000000..ad10db6b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ka.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ka', { + fontSize: { + label: 'ზომა', + voiceLabel: 'ტექსტის ზომა', + panelTitle: 'ტექსტის ზომა' + }, + label: 'ფონტი', + panelTitle: 'ფონტის სახელი', + voiceLabel: 'ფონტი' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/km.js new file mode 100644 index 00000000..7d399ba7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/km.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'km', { + fontSize: { + label: 'ទំហំ', + voiceLabel: 'ទំហំ​អក្សរ', + panelTitle: 'ទំហំ​អក្សរ' + }, + label: 'ពុម្ព​អក្សរ', + panelTitle: 'ឈ្មោះ​ពុម្ព​អក្សរ', + voiceLabel: 'ពុម្ព​អក្សរ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ko.js new file mode 100644 index 00000000..d5691436 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ko.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ko', { + fontSize: { + label: '글자 크기', + voiceLabel: 'Font Size', + panelTitle: '글자 크기' + }, + label: '폰트', + panelTitle: '폰트', + voiceLabel: '폰트' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ku.js new file mode 100644 index 00000000..aa5643cc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ku.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ku', { + fontSize: { + label: 'گەورەیی', + voiceLabel: 'گەورەیی فۆنت', + panelTitle: 'گەورەیی فۆنت' + }, + label: 'فۆنت', + panelTitle: 'ناوی فۆنت', + voiceLabel: 'فۆنت' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/lt.js new file mode 100644 index 00000000..47f3e6e6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/lt.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'lt', { + fontSize: { + label: 'Šrifto dydis', + voiceLabel: 'Šrifto dydis', + panelTitle: 'Šrifto dydis' + }, + label: 'Šriftas', + panelTitle: 'Šriftas', + voiceLabel: 'Šriftas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/lv.js new file mode 100644 index 00000000..9c62bdc0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/lv.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'lv', { + fontSize: { + label: 'Izmērs', + voiceLabel: 'Fonta izmeŗs', + panelTitle: 'Izmērs' + }, + label: 'Šrifts', + panelTitle: 'Šrifts', + voiceLabel: 'Fonts' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/mk.js new file mode 100644 index 00000000..693d17b2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/mk.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'mk', { + fontSize: { + label: 'Size', + voiceLabel: 'Font Size', + panelTitle: 'Font Size' + }, + label: 'Font', // MISSING + panelTitle: 'Font Name', // MISSING + voiceLabel: 'Font' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/mn.js new file mode 100644 index 00000000..8b45d254 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/mn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'mn', { + fontSize: { + label: 'Хэмжээ', + voiceLabel: 'Үсгийн хэмжээ', + panelTitle: 'Үсгийн хэмжээ' + }, + label: 'Үсгийн хэлбэр', + panelTitle: 'Үгсийн хэлбэрийн нэр', + voiceLabel: 'Үгсийн хэлбэр' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ms.js new file mode 100644 index 00000000..4bc139cb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ms.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ms', { + fontSize: { + label: 'Saiz', + voiceLabel: 'Font Size', + panelTitle: 'Saiz' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/nb.js new file mode 100644 index 00000000..b4a20982 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/nb.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'nb', { + fontSize: { + label: 'Størrelse', + voiceLabel: 'Skriftstørrelse', + panelTitle: 'Skriftstørrelse' + }, + label: 'Skrift', + panelTitle: 'Skrift', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/nl.js new file mode 100644 index 00000000..ab3eb91f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/nl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'nl', { + fontSize: { + label: 'Lettergrootte', + voiceLabel: 'Lettergrootte', + panelTitle: 'Lettergrootte' + }, + label: 'Lettertype', + panelTitle: 'Lettertype', + voiceLabel: 'Lettertype' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/no.js new file mode 100644 index 00000000..57f69bd9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/no.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'no', { + fontSize: { + label: 'Størrelse', + voiceLabel: 'Font Størrelse', + panelTitle: 'Størrelse' + }, + label: 'Skrift', + panelTitle: 'Skrift', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/pl.js new file mode 100644 index 00000000..a26857c6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/pl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'pl', { + fontSize: { + label: 'Rozmiar', + voiceLabel: 'Rozmiar czcionki', + panelTitle: 'Rozmiar' + }, + label: 'Czcionka', + panelTitle: 'Czcionka', + voiceLabel: 'Czcionka' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/pt-br.js new file mode 100644 index 00000000..e4c13ccc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/pt-br.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'pt-br', { + fontSize: { + label: 'Tamanho', + voiceLabel: 'Tamanho da fonte', + panelTitle: 'Tamanho' + }, + label: 'Fonte', + panelTitle: 'Fonte', + voiceLabel: 'Fonte' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/pt.js new file mode 100644 index 00000000..fc642855 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/pt.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'pt', { + fontSize: { + label: 'Tamanho', + voiceLabel: 'Tamanho da Letra', + panelTitle: 'Tamanho da Letra' + }, + label: 'Tipo de Letra', + panelTitle: 'Nome do Tipo de Letra', + voiceLabel: 'Tipo de Letra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ro.js new file mode 100644 index 00000000..d2fa23c1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ro.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ro', { + fontSize: { + label: 'Mărime', + voiceLabel: 'Font Size', + panelTitle: 'Mărime' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ru.js new file mode 100644 index 00000000..50048ad4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ru.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ru', { + fontSize: { + label: 'Размер', + voiceLabel: 'Размер шрифта', + panelTitle: 'Размер шрифта' + }, + label: 'Шрифт', + panelTitle: 'Шрифт', + voiceLabel: 'Шрифт' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/si.js new file mode 100644 index 00000000..fae9ef16 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/si.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'si', { + fontSize: { + label: 'විශාලත්වය', + voiceLabel: 'අක්ෂර විශාලත්වය', + panelTitle: 'අක්ෂර විශාලත්වය' + }, + label: 'අක්ෂරය', + panelTitle: 'අක්ෂර නාමය', + voiceLabel: 'අක්ෂර' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sk.js new file mode 100644 index 00000000..ef66ac84 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sk.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sk', { + fontSize: { + label: 'Veľkosť', + voiceLabel: 'Veľkosť písma', + panelTitle: 'Veľkosť písma' + }, + label: 'Font', + panelTitle: 'Názov fontu', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sl.js new file mode 100644 index 00000000..583b8591 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sl.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sl', { + fontSize: { + label: 'Velikost', + voiceLabel: 'Velikost', + panelTitle: 'Velikost' + }, + label: 'Pisava', + panelTitle: 'Pisava', + voiceLabel: 'Pisava' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sq.js new file mode 100644 index 00000000..10148b16 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sq.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sq', { + fontSize: { + label: 'Madhësia', + voiceLabel: 'Madhësia e Shkronjës', + panelTitle: 'Madhësia e Shkronjës' + }, + label: 'Shkronja', + panelTitle: 'Emri i Shkronjës', + voiceLabel: 'Shkronja' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sr-latn.js new file mode 100644 index 00000000..beaed7c8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sr-latn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sr-latn', { + fontSize: { + label: 'Veličina fonta', + voiceLabel: 'Font Size', + panelTitle: 'Veličina fonta' + }, + label: 'Font', + panelTitle: 'Font', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sr.js new file mode 100644 index 00000000..7c08aee1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sr', { + fontSize: { + label: 'Величина фонта', + voiceLabel: 'Font Size', + panelTitle: 'Величина фонта' + }, + label: 'Фонт', + panelTitle: 'Фонт', + voiceLabel: 'Фонт' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sv.js new file mode 100644 index 00000000..33f985a4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/sv.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'sv', { + fontSize: { + label: 'Storlek', + voiceLabel: 'Teckenstorlek', + panelTitle: 'Teckenstorlek' + }, + label: 'Typsnitt', + panelTitle: 'Typsnitt', + voiceLabel: 'Typsnitt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/th.js new file mode 100644 index 00000000..d952fbcb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/th.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'th', { + fontSize: { + label: 'ขนาด', + voiceLabel: 'Font Size', + panelTitle: 'ขนาด' + }, + label: 'แบบอักษร', + panelTitle: 'แบบอักษร', + voiceLabel: 'แบบอักษร' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/tr.js new file mode 100644 index 00000000..2f4edbb6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/tr.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'tr', { + fontSize: { + label: 'Boyut', + voiceLabel: 'Font Size', + panelTitle: 'Boyut' + }, + label: 'Yazı Türü', + panelTitle: 'Yazı Türü', + voiceLabel: 'Font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ug.js new file mode 100644 index 00000000..11392003 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/ug.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'ug', { + fontSize: { + label: 'چوڭلۇقى', + voiceLabel: 'خەت چوڭلۇقى', + panelTitle: 'چوڭلۇقى' + }, + label: 'خەت نۇسخا', + panelTitle: 'خەت نۇسخا', + voiceLabel: 'خەت نۇسخا' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/uk.js new file mode 100644 index 00000000..d62b9607 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/uk.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'uk', { + fontSize: { + label: 'Розмір', + voiceLabel: 'Розмір шрифту', + panelTitle: 'Розмір' + }, + label: 'Шрифт', + panelTitle: 'Шрифт', + voiceLabel: 'Шрифт' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/vi.js new file mode 100644 index 00000000..a9f2ed2a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/vi.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'vi', { + fontSize: { + label: 'Cỡ chữ', + voiceLabel: 'Kích cỡ phông', + panelTitle: 'Cỡ chữ' + }, + label: 'Phông', + panelTitle: 'Phông', + voiceLabel: 'Phông' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/zh-cn.js new file mode 100644 index 00000000..2433325e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/zh-cn.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'zh-cn', { + fontSize: { + label: '大小', + voiceLabel: '文字大小', + panelTitle: '大小' + }, + label: '字体', + panelTitle: '字体', + voiceLabel: '字体' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/font/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/font/lang/zh.js new file mode 100644 index 00000000..3256957a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/font/lang/zh.js @@ -0,0 +1,14 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'font', 'zh', { + fontSize: { + label: '大小', + voiceLabel: '字型大小', + panelTitle: '字型大小' + }, + label: '字型', + panelTitle: '字型名稱', + voiceLabel: '字型' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/af.js new file mode 100644 index 00000000..b2871bfe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/af.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'af', { + label: 'Opmaak', + panelTitle: 'Opmaak', + tag_address: 'Adres', + tag_div: 'Normaal (DIV)', + tag_h1: 'Opskrif 1', + tag_h2: 'Opskrif 2', + tag_h3: 'Opskrif 3', + tag_h4: 'Opskrif 4', + tag_h5: 'Opskrif 5', + tag_h6: 'Opskrif 6', + tag_p: 'Normaal', + tag_pre: 'Opgemaak' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ar.js new file mode 100644 index 00000000..9873a4d6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ar.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ar', { + label: 'تنسيق', + panelTitle: 'تنسيق الفقرة', + tag_address: 'عنوان', + tag_div: 'عادي (DIV)', + tag_h1: 'العنوان 1', + tag_h2: 'العنوان 2', + tag_h3: 'العنوان 3', + tag_h4: 'العنوان 4', + tag_h5: 'العنوان 5', + tag_h6: 'العنوان 6', + tag_p: 'عادي', + tag_pre: 'منسّق' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/bg.js new file mode 100644 index 00000000..9b43edae --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/bg.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'bg', { + label: 'Формат', + panelTitle: 'Формат', + tag_address: 'Адрес', + tag_div: 'Параграф (DIV)', + tag_h1: 'Заглавие 1', + tag_h2: 'Заглавие 2', + tag_h3: 'Заглавие 3', + tag_h4: 'Заглавие 4', + tag_h5: 'Заглавие 5', + tag_h6: 'Заглавие 6', + tag_p: 'Нормален', + tag_pre: 'Форматиран' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/bn.js new file mode 100644 index 00000000..5ef5a26b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/bn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'bn', { + label: 'ফন্ট ফরমেট', + panelTitle: 'ফন্ট ফরমেট', + tag_address: 'ঠিকানা', + tag_div: 'শীর্ষক (DIV)', + tag_h1: 'শীর্ষক ১', + tag_h2: 'শীর্ষক ২', + tag_h3: 'শীর্ষক ৩', + tag_h4: 'শীর্ষক ৪', + tag_h5: 'শীর্ষক ৫', + tag_h6: 'শীর্ষক ৬', + tag_p: 'সাধারণ', + tag_pre: 'ফর্মেটেড' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/bs.js new file mode 100644 index 00000000..21781c62 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/bs.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'bs', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', // MISSING + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ca.js new file mode 100644 index 00000000..cf73250f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ca.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ca', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Adreça', + tag_div: 'Normal (DIV)', + tag_h1: 'Encapçalament 1', + tag_h2: 'Encapçalament 2', + tag_h3: 'Encapçalament 3', + tag_h4: 'Encapçalament 4', + tag_h5: 'Encapçalament 5', + tag_h6: 'Encapçalament 6', + tag_p: 'Normal', + tag_pre: 'Formatejat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/cs.js new file mode 100644 index 00000000..c979c293 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/cs.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'cs', { + label: 'Formát', + panelTitle: 'Formát', + tag_address: 'Adresa', + tag_div: 'Normální (DIV)', + tag_h1: 'Nadpis 1', + tag_h2: 'Nadpis 2', + tag_h3: 'Nadpis 3', + tag_h4: 'Nadpis 4', + tag_h5: 'Nadpis 5', + tag_h6: 'Nadpis 6', + tag_p: 'Normální', + tag_pre: 'Naformátováno' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/cy.js new file mode 100644 index 00000000..720ffcc3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/cy.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'cy', { + label: 'Fformat', + panelTitle: 'Fformat Paragraff', + tag_address: 'Cyfeiriad', + tag_div: 'Normal (DIV)', + tag_h1: 'Pennawd 1', + tag_h2: 'Pennawd 2', + tag_h3: 'Pennawd 3', + tag_h4: 'Pennawd 4', + tag_h5: 'Pennawd 5', + tag_h6: 'Pennawd 6', + tag_p: 'Normal', + tag_pre: 'Wedi\'i Fformatio' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/da.js new file mode 100644 index 00000000..6ddc860d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/da.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'da', { + label: 'Formatering', + panelTitle: 'Formatering', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Overskrift 1', + tag_h2: 'Overskrift 2', + tag_h3: 'Overskrift 3', + tag_h4: 'Overskrift 4', + tag_h5: 'Overskrift 5', + tag_h6: 'Overskrift 6', + tag_p: 'Normal', + tag_pre: 'Formateret' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/de.js new file mode 100644 index 00000000..3ec7d6f9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/de.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'de', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Addresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Überschrift 1', + tag_h2: 'Überschrift 2', + tag_h3: 'Überschrift 3', + tag_h4: 'Überschrift 4', + tag_h5: 'Überschrift 5', + tag_h6: 'Überschrift 6', + tag_p: 'Normal', + tag_pre: 'Formatiert' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/el.js new file mode 100644 index 00000000..9e12ad3a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/el.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'el', { + label: 'Μορφοποίηση', + panelTitle: 'Μορφοποίηση Παραγράφου', + tag_address: 'Διεύθυνση', + tag_div: 'Κανονική (DIV)', + tag_h1: 'Κεφαλίδα 1', + tag_h2: 'Κεφαλίδα 2', + tag_h3: 'Κεφαλίδα 3', + tag_h4: 'Κεφαλίδα 4', + tag_h5: 'Κεφαλίδα 5', + tag_h6: 'Κεφαλίδα 6', + tag_p: 'Κανονική', + tag_pre: 'Προ-μορφοποιημένη' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-au.js new file mode 100644 index 00000000..6207bc08 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-au.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en-au', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-ca.js new file mode 100644 index 00000000..e204880a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-ca.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en-ca', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-gb.js new file mode 100644 index 00000000..ded4b672 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en-gb.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en-gb', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en.js new file mode 100644 index 00000000..f741e6e2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/en.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'en', { + label: 'Format', + panelTitle: 'Paragraph Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/eo.js new file mode 100644 index 00000000..ba64a4f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/eo.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'eo', { + label: 'Formato', + panelTitle: 'ParagrafFormato', + tag_address: 'Adreso', + tag_div: 'Normala (DIV)', + tag_h1: 'Titolo 1', + tag_h2: 'Titolo 2', + tag_h3: 'Titolo 3', + tag_h4: 'Titolo 4', + tag_h5: 'Titolo 5', + tag_h6: 'Titolo 6', + tag_p: 'Normala', + tag_pre: 'Formatita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/es.js new file mode 100644 index 00000000..d0ca6afc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/es.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'es', { + label: 'Formato', + panelTitle: 'Formato', + tag_address: 'Dirección', + tag_div: 'Normal (DIV)', + tag_h1: 'Encabezado 1', + tag_h2: 'Encabezado 2', + tag_h3: 'Encabezado 3', + tag_h4: 'Encabezado 4', + tag_h5: 'Encabezado 5', + tag_h6: 'Encabezado 6', + tag_p: 'Normal', + tag_pre: 'Con formato' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/et.js new file mode 100644 index 00000000..caa8d655 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/et.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'et', { + label: 'Vorming', + panelTitle: 'Vorming', + tag_address: 'Aadress', + tag_div: 'Tavaline (DIV)', + tag_h1: 'Pealkiri 1', + tag_h2: 'Pealkiri 2', + tag_h3: 'Pealkiri 3', + tag_h4: 'Pealkiri 4', + tag_h5: 'Pealkiri 5', + tag_h6: 'Pealkiri 6', + tag_p: 'Tavaline', + tag_pre: 'Vormindatud' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/eu.js new file mode 100644 index 00000000..21a8dbe7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/eu.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'eu', { + label: 'Formatua', + panelTitle: 'Formatua', + tag_address: 'Helbidea', + tag_div: 'Paragrafoa (DIV)', + tag_h1: 'Izenburua 1', + tag_h2: 'Izenburua 2', + tag_h3: 'Izenburua 3', + tag_h4: 'Izenburua 4', + tag_h5: 'Izenburua 5', + tag_h6: 'Izenburua 6', + tag_p: 'Arrunta', + tag_pre: 'Formateatua' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fa.js new file mode 100644 index 00000000..ee64aa30 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fa.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fa', { + label: 'فرمت', + panelTitle: 'فرمت', + tag_address: 'آدرس', + tag_div: 'بند', + tag_h1: 'سرنویس 1', + tag_h2: 'سرنویس 2', + tag_h3: 'سرنویس 3', + tag_h4: 'سرنویس 4', + tag_h5: 'سرنویس 5', + tag_h6: 'سرنویس 6', + tag_p: 'نرمال', + tag_pre: 'فرمت شده' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fi.js new file mode 100644 index 00000000..755a2d86 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fi.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fi', { + label: 'Muotoilu', + panelTitle: 'Muotoilu', + tag_address: 'Osoite', + tag_div: 'Normaali (DIV)', + tag_h1: 'Otsikko 1', + tag_h2: 'Otsikko 2', + tag_h3: 'Otsikko 3', + tag_h4: 'Otsikko 4', + tag_h5: 'Otsikko 5', + tag_h6: 'Otsikko 6', + tag_p: 'Normaali', + tag_pre: 'Muotoiltu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fo.js new file mode 100644 index 00000000..35476444 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fo.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fo', { + label: 'Skriftsnið', + panelTitle: 'Skriftsnið', + tag_address: 'Adressa', + tag_div: 'Vanligt (DIV)', + tag_h1: 'Yvirskrift 1', + tag_h2: 'Yvirskrift 2', + tag_h3: 'Yvirskrift 3', + tag_h4: 'Yvirskrift 4', + tag_h5: 'Yvirskrift 5', + tag_h6: 'Yvirskrift 6', + tag_p: 'Vanligt', + tag_pre: 'Sniðgivið' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fr-ca.js new file mode 100644 index 00000000..31b3a204 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fr-ca.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fr-ca', { + label: 'Format', + panelTitle: 'Format de paragraphe', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'En-tête 1', + tag_h2: 'En-tête 2', + tag_h3: 'En-tête 3', + tag_h4: 'En-tête 4', + tag_h5: 'En-tête 5', + tag_h6: 'En-tête 6', + tag_p: 'Normal', + tag_pre: 'Formaté' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fr.js new file mode 100644 index 00000000..f703f25a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/fr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'fr', { + label: 'Format', + panelTitle: 'Format de paragraphe', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Titre 1', + tag_h2: 'Titre 2', + tag_h3: 'Titre 3', + tag_h4: 'Titre 4', + tag_h5: 'Titre 5', + tag_h6: 'Titre 6', + tag_p: 'Normal', + tag_pre: 'Formaté' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/gl.js new file mode 100644 index 00000000..8576821f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/gl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'gl', { + label: 'Formato', + panelTitle: 'Formato do parágrafo', + tag_address: 'Enderezo', + tag_div: 'Normal (DIV)', + tag_h1: 'Enacabezado 1', + tag_h2: 'Encabezado 2', + tag_h3: 'Encabezado 3', + tag_h4: 'Encabezado 4', + tag_h5: 'Encabezado 5', + tag_h6: 'Encabezado 6', + tag_p: 'Normal', + tag_pre: 'Formatado' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/gu.js new file mode 100644 index 00000000..e8488c8a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/gu.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'gu', { + label: 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', + panelTitle: 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી', + tag_address: 'સરનામું', + tag_div: 'શીર્ષક (DIV)', + tag_h1: 'શીર્ષક 1', + tag_h2: 'શીર્ષક 2', + tag_h3: 'શીર્ષક 3', + tag_h4: 'શીર્ષક 4', + tag_h5: 'શીર્ષક 5', + tag_h6: 'શીર્ષક 6', + tag_p: 'સામાન્ય', + tag_pre: 'ફૉર્મટેડ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/he.js new file mode 100644 index 00000000..c590d43c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/he.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'he', { + label: 'עיצוב', + panelTitle: 'עיצוב', + tag_address: 'כתובת', + tag_div: 'נורמלי (DIV)', + tag_h1: 'כותרת', + tag_h2: 'כותרת 2', + tag_h3: 'כותרת 3', + tag_h4: 'כותרת 4', + tag_h5: 'כותרת 5', + tag_h6: 'כותרת 6', + tag_p: 'נורמלי', + tag_pre: 'קוד' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/hi.js new file mode 100644 index 00000000..227ab67c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/hi.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'hi', { + label: 'फ़ॉर्मैट', + panelTitle: 'फ़ॉर्मैट', + tag_address: 'पता', + tag_div: 'शीर्षक (DIV)', + tag_h1: 'शीर्षक 1', + tag_h2: 'शीर्षक 2', + tag_h3: 'शीर्षक 3', + tag_h4: 'शीर्षक 4', + tag_h5: 'शीर्षक 5', + tag_h6: 'शीर्षक 6', + tag_p: 'साधारण', + tag_pre: 'फ़ॉर्मैटॅड' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/hr.js new file mode 100644 index 00000000..cae920ce --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/hr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'hr', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Address', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatirano' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/hu.js new file mode 100644 index 00000000..c848635a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/hu.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'hu', { + label: 'Formátum', + panelTitle: 'Formátum', + tag_address: 'Címsor', + tag_div: 'Bekezdés (DIV)', + tag_h1: 'Fejléc 1', + tag_h2: 'Fejléc 2', + tag_h3: 'Fejléc 3', + tag_h4: 'Fejléc 4', + tag_h5: 'Fejléc 5', + tag_h6: 'Fejléc 6', + tag_p: 'Normál', + tag_pre: 'Formázott' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/id.js new file mode 100644 index 00000000..b6e5e668 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/id.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'id', { + label: 'Bentuk', + panelTitle: 'Bentuk Paragraf', + tag_address: 'Alamat', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Membentuk' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/is.js new file mode 100644 index 00000000..47261ae6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/is.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'is', { + label: 'Stílsnið', + panelTitle: 'Stílsnið', + tag_address: 'Vistfang', + tag_div: 'Venjulegt (DIV)', + tag_h1: 'Fyrirsögn 1', + tag_h2: 'Fyrirsögn 2', + tag_h3: 'Fyrirsögn 3', + tag_h4: 'Fyrirsögn 4', + tag_h5: 'Fyrirsögn 5', + tag_h6: 'Fyrirsögn 6', + tag_p: 'Venjulegt letur', + tag_pre: 'Forsniðið' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/it.js new file mode 100644 index 00000000..38e8e790 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/it.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'it', { + label: 'Formato', + panelTitle: 'Formato', + tag_address: 'Indirizzo', + tag_div: 'Paragrafo (DIV)', + tag_h1: 'Titolo 1', + tag_h2: 'Titolo 2', + tag_h3: 'Titolo 3', + tag_h4: 'Titolo 4', + tag_h5: 'Titolo 5', + tag_h6: 'Titolo 6', + tag_p: 'Normale', + tag_pre: 'Formattato' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ja.js new file mode 100644 index 00000000..45a08169 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ja.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ja', { + label: '書式', + panelTitle: '段落の書式', + tag_address: 'アドレス', + tag_div: '標準 (DIV)', + tag_h1: '見出し 1', + tag_h2: '見出し 2', + tag_h3: '見出し 3', + tag_h4: '見出し 4', + tag_h5: '見出し 5', + tag_h6: '見出し 6', + tag_p: '標準', + tag_pre: '書式付き' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ka.js new file mode 100644 index 00000000..2d9432b2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ka.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ka', { + label: 'ფიორმატირება', + panelTitle: 'ფორმატირება', + tag_address: 'მისამართი', + tag_div: 'ჩვეულებრივი (DIV)', + tag_h1: 'სათაური 1', + tag_h2: 'სათაური 2', + tag_h3: 'სათაური 3', + tag_h4: 'სათაური 4', + tag_h5: 'სათაური 5', + tag_h6: 'სათაური 6', + tag_p: 'ჩვეულებრივი', + tag_pre: 'ფორმატირებული' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/km.js new file mode 100644 index 00000000..3f72e07b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/km.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'km', { + label: 'ទម្រង់', + panelTitle: 'ទម្រង់​កថាខណ្ឌ', + tag_address: 'អាសយដ្ឋាន', + tag_div: 'ធម្មតា (DIV)', + tag_h1: 'ចំណង​ជើង 1', + tag_h2: 'ចំណង​ជើង 2', + tag_h3: 'ចំណង​ជើង 3', + tag_h4: 'ចំណង​ជើង 4', + tag_h5: 'ចំណង​ជើង 5', + tag_h6: 'ចំណង​ជើង 6', + tag_p: 'ធម្មតា', + tag_pre: 'Formatted' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ko.js new file mode 100644 index 00000000..b00bf879 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ko.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ko', { + label: '포맷', + panelTitle: '포맷', + tag_address: 'Address', + tag_div: '기본 (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ku.js new file mode 100644 index 00000000..941bc6bd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ku.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ku', { + label: 'ڕازاندنەوە', + panelTitle: 'بەشی ڕازاندنەوه', + tag_address: 'ناونیشان', + tag_div: '(DIV)-ی ئاسایی', + tag_h1: 'سەرنووسەی ١', + tag_h2: 'سەرنووسەی ٢', + tag_h3: 'سەرنووسەی ٣', + tag_h4: 'سەرنووسەی ٤', + tag_h5: 'سەرنووسەی ٥', + tag_h6: 'سەرنووسەی ٦', + tag_p: 'ئاسایی', + tag_pre: 'شێوازکراو' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/lt.js new file mode 100644 index 00000000..5565abb4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/lt.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'lt', { + label: 'Šrifto formatas', + panelTitle: 'Šrifto formatas', + tag_address: 'Kreipinio', + tag_div: 'Normalus (DIV)', + tag_h1: 'Antraštinis 1', + tag_h2: 'Antraštinis 2', + tag_h3: 'Antraštinis 3', + tag_h4: 'Antraštinis 4', + tag_h5: 'Antraštinis 5', + tag_h6: 'Antraštinis 6', + tag_p: 'Normalus', + tag_pre: 'Formuotas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/lv.js new file mode 100644 index 00000000..203fb43d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/lv.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'lv', { + label: 'Formāts', + panelTitle: 'Formāts', + tag_address: 'Adrese', + tag_div: 'Rindkopa (DIV)', + tag_h1: 'Virsraksts 1', + tag_h2: 'Virsraksts 2', + tag_h3: 'Virsraksts 3', + tag_h4: 'Virsraksts 4', + tag_h5: 'Virsraksts 5', + tag_h6: 'Virsraksts 6', + tag_p: 'Normāls teksts', + tag_pre: 'Formatēts teksts' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/mk.js new file mode 100644 index 00000000..57940db5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/mk.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'mk', { + label: 'Format', // MISSING + panelTitle: 'Paragraph Format', // MISSING + tag_address: 'Address', // MISSING + tag_div: 'Normal (DIV)', // MISSING + tag_h1: 'Heading 1', // MISSING + tag_h2: 'Heading 2', // MISSING + tag_h3: 'Heading 3', // MISSING + tag_h4: 'Heading 4', // MISSING + tag_h5: 'Heading 5', // MISSING + tag_h6: 'Heading 6', // MISSING + tag_p: 'Normal', // MISSING + tag_pre: 'Formatted' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/mn.js new file mode 100644 index 00000000..3b74b64f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/mn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'mn', { + label: 'Параргафын загвар', + panelTitle: 'Параргафын загвар', + tag_address: 'Хаяг', + tag_div: 'Paragraph (DIV)', + tag_h1: 'Гарчиг 1', + tag_h2: 'Гарчиг 2', + tag_h3: 'Гарчиг 3', + tag_h4: 'Гарчиг 4', + tag_h5: 'Гарчиг 5', + tag_h6: 'Гарчиг 6', + tag_p: 'Хэвийн', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ms.js new file mode 100644 index 00000000..b6c20bbb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ms.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ms', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Alamat', + tag_div: 'Perenggan (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Telah Diformat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/nb.js new file mode 100644 index 00000000..1fd40bbc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/nb.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'nb', { + label: 'Format', + panelTitle: 'Avsnittsformat', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Overskrift 1', + tag_h2: 'Overskrift 2', + tag_h3: 'Overskrift 3', + tag_h4: 'Overskrift 4', + tag_h5: 'Overskrift 5', + tag_h6: 'Overskrift 6', + tag_p: 'Normal', + tag_pre: 'Formatert' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/nl.js new file mode 100644 index 00000000..5a5458fe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/nl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'nl', { + label: 'Opmaak', + panelTitle: 'Opmaak', + tag_address: 'Adres', + tag_div: 'Normaal (DIV)', + tag_h1: 'Kop 1', + tag_h2: 'Kop 2', + tag_h3: 'Kop 3', + tag_h4: 'Kop 4', + tag_h5: 'Kop 5', + tag_h6: 'Kop 6', + tag_p: 'Normaal', + tag_pre: 'Met opmaak' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/no.js new file mode 100644 index 00000000..f6b38d22 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/no.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'no', { + label: 'Format', + panelTitle: 'Avsnittsformat', + tag_address: 'Adresse', + tag_div: 'Normal (DIV)', + tag_h1: 'Overskrift 1', + tag_h2: 'Overskrift 2', + tag_h3: 'Overskrift 3', + tag_h4: 'Overskrift 4', + tag_h5: 'Overskrift 5', + tag_h6: 'Overskrift 6', + tag_p: 'Normal', + tag_pre: 'Formatert' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/pl.js new file mode 100644 index 00000000..7e09ce89 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/pl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'pl', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Adres', + tag_div: 'Normalny (DIV)', + tag_h1: 'Nagłówek 1', + tag_h2: 'Nagłówek 2', + tag_h3: 'Nagłówek 3', + tag_h4: 'Nagłówek 4', + tag_h5: 'Nagłówek 5', + tag_h6: 'Nagłówek 6', + tag_p: 'Normalny', + tag_pre: 'Tekst sformatowany' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/pt-br.js new file mode 100644 index 00000000..974db007 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/pt-br.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'pt-br', { + label: 'Formatação', + panelTitle: 'Formatação', + tag_address: 'Endereço', + tag_div: 'Normal (DIV)', + tag_h1: 'Título 1', + tag_h2: 'Título 2', + tag_h3: 'Título 3', + tag_h4: 'Título 4', + tag_h5: 'Título 5', + tag_h6: 'Título 6', + tag_p: 'Normal', + tag_pre: 'Formatado' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/pt.js new file mode 100644 index 00000000..c0f41863 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/pt.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'pt', { + label: 'Formatar', + panelTitle: 'Formatar Parágrafo', + tag_address: 'Endereço', + tag_div: 'Normal (DIV)', + tag_h1: 'Título 1', + tag_h2: 'Título 2', + tag_h3: 'Título 3', + tag_h4: 'Título 4', + tag_h5: 'Título 5', + tag_h6: 'Título 6', + tag_p: 'Normal', + tag_pre: 'Formatado' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ro.js new file mode 100644 index 00000000..08aee78d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ro.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ro', { + label: 'Formatare', + panelTitle: 'Formatare', + tag_address: 'Adresă', + tag_div: 'Normal (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ru.js new file mode 100644 index 00000000..b47f93e2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ru.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ru', { + label: 'Форматирование', + panelTitle: 'Форматирование', + tag_address: 'Адрес', + tag_div: 'Обычное (div)', + tag_h1: 'Заголовок 1', + tag_h2: 'Заголовок 2', + tag_h3: 'Заголовок 3', + tag_h4: 'Заголовок 4', + tag_h5: 'Заголовок 5', + tag_h6: 'Заголовок 6', + tag_p: 'Обычное', + tag_pre: 'Моноширинное' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/si.js new file mode 100644 index 00000000..7d593278 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/si.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'si', { + label: 'ආකෘතිය', + panelTitle: 'චේදයේ ', + tag_address: 'ලිපිනය', + tag_div: 'සාමාන්‍ය(DIV)', + tag_h1: 'ශීර්ෂය 1', + tag_h2: 'ශීර්ෂය 2', + tag_h3: 'ශීර්ෂය 3', + tag_h4: 'ශීර්ෂය 4', + tag_h5: 'ශීර්ෂය 5', + tag_h6: 'ශීර්ෂය 6', + tag_p: 'සාමාන්‍ය', + tag_pre: 'ආකෘතියන්' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sk.js new file mode 100644 index 00000000..6a3d0ddf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sk.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sk', { + label: 'Formát', + panelTitle: 'Formát', + tag_address: 'Adresa', + tag_div: 'Normálny (DIV)', + tag_h1: 'Nadpis 1', + tag_h2: 'Nadpis 2', + tag_h3: 'Nadpis 3', + tag_h4: 'Nadpis 4', + tag_h5: 'Nadpis 5', + tag_h6: 'Nadpis 6', + tag_p: 'Normálny', + tag_pre: 'Formátovaný' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sl.js new file mode 100644 index 00000000..37d38e76 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sl.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sl', { + label: 'Oblika', + panelTitle: 'Oblika', + tag_address: 'Napis', + tag_div: 'Navaden (DIV)', + tag_h1: 'Naslov 1', + tag_h2: 'Naslov 2', + tag_h3: 'Naslov 3', + tag_h4: 'Naslov 4', + tag_h5: 'Naslov 5', + tag_h6: 'Naslov 6', + tag_p: 'Navaden', + tag_pre: 'Oblikovan' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sq.js new file mode 100644 index 00000000..4aa14d9b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sq.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sq', { + label: 'Formati', + panelTitle: 'Formati i Paragrafit', + tag_address: 'Adresa', + tag_div: 'Normal (DIV)', + tag_h1: 'Titulli 1', + tag_h2: 'Titulli 2', + tag_h3: 'Titulli 3', + tag_h4: 'Titulli 4', + tag_h5: 'Titulli 5', + tag_h6: 'Titulli 6', + tag_p: 'Normal', + tag_pre: 'Formatuar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sr-latn.js new file mode 100644 index 00000000..3f6ecd29 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sr-latn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sr-latn', { + label: 'Format', + panelTitle: 'Format', + tag_address: 'Adresa', + tag_div: 'Normalno (DIV)', + tag_h1: 'Naslov 1', + tag_h2: 'Naslov 2', + tag_h3: 'Naslov 3', + tag_h4: 'Naslov 4', + tag_h5: 'Naslov 5', + tag_h6: 'Naslov 6', + tag_p: 'Normal', + tag_pre: 'Formatirano' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sr.js new file mode 100644 index 00000000..cc715974 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sr', { + label: 'Формат', + panelTitle: 'Формат', + tag_address: 'Adresa', + tag_div: 'Нормално (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatirano' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sv.js new file mode 100644 index 00000000..3b2605f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/sv.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'sv', { + label: 'Teckenformat', + panelTitle: 'Teckenformat', + tag_address: 'Adress', + tag_div: 'Normal (DIV)', + tag_h1: 'Rubrik 1', + tag_h2: 'Rubrik 2', + tag_h3: 'Rubrik 3', + tag_h4: 'Rubrik 4', + tag_h5: 'Rubrik 5', + tag_h6: 'Rubrik 6', + tag_p: 'Normal', + tag_pre: 'Formaterad' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/th.js new file mode 100644 index 00000000..6b2a5c80 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/th.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'th', { + label: 'รูปแบบ', + panelTitle: 'รูปแบบ', + tag_address: 'Address', + tag_div: 'Paragraph (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Normal', + tag_pre: 'Formatted' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/tr.js new file mode 100644 index 00000000..242fda9e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/tr.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'tr', { + label: 'Biçim', + panelTitle: 'Biçim', + tag_address: 'Adres', + tag_div: 'Paragraf (DIV)', + tag_h1: 'Başlık 1', + tag_h2: 'Başlık 2', + tag_h3: 'Başlık 3', + tag_h4: 'Başlık 4', + tag_h5: 'Başlık 5', + tag_h6: 'Başlık 6', + tag_p: 'Normal', + tag_pre: 'Biçimli' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ug.js new file mode 100644 index 00000000..8a274208 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/ug.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'ug', { + label: 'پىچىم', + panelTitle: 'پىچىم', + tag_address: 'ئادرېس', + tag_div: 'ئابزاس (DIV)', + tag_h1: 'ماۋزۇ 1', + tag_h2: 'ماۋزۇ 2', + tag_h3: 'ماۋزۇ 3', + tag_h4: 'ماۋزۇ 4', + tag_h5: 'ماۋزۇ 5', + tag_h6: 'ماۋزۇ 6', + tag_p: 'ئادەتتىكى', + tag_pre: 'تىزىلغان پىچىم' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/uk.js new file mode 100644 index 00000000..4552e721 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/uk.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'uk', { + label: 'Форматування', + panelTitle: 'Форматування параграфа', + tag_address: 'Адреса', + tag_div: 'Нормальний (div)', + tag_h1: 'Заголовок 1', + tag_h2: 'Заголовок 2', + tag_h3: 'Заголовок 3', + tag_h4: 'Заголовок 4', + tag_h5: 'Заголовок 5', + tag_h6: 'Заголовок 6', + tag_p: 'Нормальний', + tag_pre: 'Форматований' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/vi.js new file mode 100644 index 00000000..aeec412e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/vi.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'vi', { + label: 'Định dạng', + panelTitle: 'Định dạng', + tag_address: 'Address', + tag_div: 'Bình thường (DIV)', + tag_h1: 'Heading 1', + tag_h2: 'Heading 2', + tag_h3: 'Heading 3', + tag_h4: 'Heading 4', + tag_h5: 'Heading 5', + tag_h6: 'Heading 6', + tag_p: 'Bình thường (P)', + tag_pre: 'Đã thiết lập' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/zh-cn.js new file mode 100644 index 00000000..0639814f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/zh-cn.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'zh-cn', { + label: '格式', + panelTitle: '格式', + tag_address: '地址', + tag_div: '段落(DIV)', + tag_h1: '标题 1', + tag_h2: '标题 2', + tag_h3: '标题 3', + tag_h4: '标题 4', + tag_h5: '标题 5', + tag_h6: '标题 6', + tag_p: '普通', + tag_pre: '已编排格式' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/format/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/format/lang/zh.js new file mode 100644 index 00000000..36eef239 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/format/lang/zh.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'format', 'zh', { + label: '格式', + panelTitle: '段落格式', + tag_address: '地址', + tag_div: '標準 (DIV)', + tag_h1: '標題 1', + tag_h2: '標題 2', + tag_h3: '標題 3', + tag_h4: '標題 4', + tag_h5: '標題 5', + tag_h6: '標題 6', + tag_p: '標準', + tag_pre: '格式設定' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/icons/horizontalrule.png b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/icons/horizontalrule.png new file mode 100644 index 00000000..4af9bc8e Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/icons/horizontalrule.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/af.js new file mode 100644 index 00000000..5a0b018d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/af.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'af', { + toolbar: 'Horisontale lyn invoeg' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ar.js new file mode 100644 index 00000000..d5832c83 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ar.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ar', { + toolbar: 'خط فاصل' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bg.js new file mode 100644 index 00000000..2dd01fcf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bg.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'bg', { + toolbar: 'Вмъкване на хоризонтална линия' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bn.js new file mode 100644 index 00000000..4b28409e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'bn', { + toolbar: 'রেখা যুক্ত কর' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bs.js new file mode 100644 index 00000000..5af008f2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/bs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'bs', { + toolbar: 'Ubaci horizontalnu liniju' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ca.js new file mode 100644 index 00000000..8b747425 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ca', { + toolbar: 'Insereix línia horitzontal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/cs.js new file mode 100644 index 00000000..e81ce1fb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/cs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'cs', { + toolbar: 'Vložit vodorovnou linku' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/cy.js new file mode 100644 index 00000000..0ff0e8ad --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/cy.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'cy', { + toolbar: 'Mewnosod Llinell Lorweddol' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/da.js new file mode 100644 index 00000000..2b3a408d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/da.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'da', { + toolbar: 'Indsæt vandret streg' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/de.js new file mode 100644 index 00000000..45b06d95 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/de.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'de', { + toolbar: 'Horizontale Linie einfügen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/el.js new file mode 100644 index 00000000..7074f0f5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/el.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'el', { + toolbar: 'Εισαγωγή Οριζόντιας Γραμμής' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-au.js new file mode 100644 index 00000000..e4529a95 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-au.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en-au', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-ca.js new file mode 100644 index 00000000..40c06dc1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en-ca', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-gb.js new file mode 100644 index 00000000..c24c70f4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en-gb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en-gb', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en.js new file mode 100644 index 00000000..16728674 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/en.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'en', { + toolbar: 'Insert Horizontal Line' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/eo.js new file mode 100644 index 00000000..65ec9b75 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/eo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'eo', { + toolbar: 'Enmeti Horizontalan Linion' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/es.js new file mode 100644 index 00000000..ed90f633 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/es.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'es', { + toolbar: 'Insertar Línea Horizontal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/et.js new file mode 100644 index 00000000..2081ee4f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/et.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'et', { + toolbar: 'Horisontaaljoone sisestamine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/eu.js new file mode 100644 index 00000000..651b9f54 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/eu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'eu', { + toolbar: 'Txertatu Marra Horizontala' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fa.js new file mode 100644 index 00000000..cae6230e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fa.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fa', { + toolbar: 'گنجاندن خط افقی' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fi.js new file mode 100644 index 00000000..ed96c079 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fi', { + toolbar: 'Lisää murtoviiva' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fo.js new file mode 100644 index 00000000..5851b998 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fo', { + toolbar: 'Ger vatnrætta linju' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fr-ca.js new file mode 100644 index 00000000..8738357f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fr-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fr-ca', { + toolbar: 'Insérer un séparateur horizontale' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fr.js new file mode 100644 index 00000000..e80dd070 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/fr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'fr', { + toolbar: 'Ligne horizontale' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/gl.js new file mode 100644 index 00000000..cdfbd8aa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/gl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'gl', { + toolbar: 'Inserir unha liña horizontal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/gu.js new file mode 100644 index 00000000..8baf036d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/gu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'gu', { + toolbar: 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/he.js new file mode 100644 index 00000000..1bcbbf56 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/he.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'he', { + toolbar: 'הוספת קו אופקי' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hi.js new file mode 100644 index 00000000..e27de1e2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'hi', { + toolbar: 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hr.js new file mode 100644 index 00000000..44784e23 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'hr', { + toolbar: 'Ubaci vodoravnu liniju' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hu.js new file mode 100644 index 00000000..8feb37d6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/hu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'hu', { + toolbar: 'Elválasztóvonal beillesztése' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/id.js new file mode 100644 index 00000000..5d42a935 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/id.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'id', { + toolbar: 'Sisip Garis Horisontal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/is.js new file mode 100644 index 00000000..80289c2f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/is.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'is', { + toolbar: 'Lóðrétt lína' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/it.js new file mode 100644 index 00000000..bd963927 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/it.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'it', { + toolbar: 'Inserisci riga orizzontale' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ja.js new file mode 100644 index 00000000..a1e4e1ae --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ja.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ja', { + toolbar: '水平線' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ka.js new file mode 100644 index 00000000..6743fa27 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ka.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ka', { + toolbar: 'ჰორიზონტალური ხაზის ჩასმა' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/km.js new file mode 100644 index 00000000..eb16f9f3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/km.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'km', { + toolbar: 'បន្ថែមបន្ទាត់ផ្តេក' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ko.js new file mode 100644 index 00000000..ed79c7d0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ko.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ko', { + toolbar: '수평선 삽입' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ku.js new file mode 100644 index 00000000..368a4745 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ku.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ku', { + toolbar: 'دانانی هێلی ئاسۆیی' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/lt.js new file mode 100644 index 00000000..6af97538 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/lt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'lt', { + toolbar: 'Įterpti horizontalią liniją' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/lv.js new file mode 100644 index 00000000..120aca31 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/lv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'lv', { + toolbar: 'Ievietot horizontālu Atdalītājsvītru' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/mk.js new file mode 100644 index 00000000..7c073a1e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/mk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'mk', { + toolbar: 'Insert Horizontal Line' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/mn.js new file mode 100644 index 00000000..8f716c08 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/mn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'mn', { + toolbar: 'Хөндлөн зураас оруулах' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ms.js new file mode 100644 index 00000000..d7292907 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ms.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ms', { + toolbar: 'Masukkan Garisan Membujur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/nb.js new file mode 100644 index 00000000..73e556a0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/nb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'nb', { + toolbar: 'Sett inn horisontal linje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/nl.js new file mode 100644 index 00000000..e7e6aac3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/nl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'nl', { + toolbar: 'Horizontale lijn invoegen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/no.js new file mode 100644 index 00000000..41c7f0c3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/no.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'no', { + toolbar: 'Sett inn horisontal linje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pl.js new file mode 100644 index 00000000..33972518 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'pl', { + toolbar: 'Wstaw poziomą linię' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pt-br.js new file mode 100644 index 00000000..5bcc1654 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pt-br.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'pt-br', { + toolbar: 'Inserir Linha Horizontal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pt.js new file mode 100644 index 00000000..33cc934d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/pt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'pt', { + toolbar: 'Inserir Linha Horizontal' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ro.js new file mode 100644 index 00000000..6e47fe1f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ro.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ro', { + toolbar: 'Inserează linie orizontală' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ru.js new file mode 100644 index 00000000..31194521 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ru.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ru', { + toolbar: 'Вставить горизонтальную линию' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/si.js new file mode 100644 index 00000000..d0b448aa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/si.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'si', { + toolbar: 'තිරස් රේඛාවක් ඇතුලත් කරන්න' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sk.js new file mode 100644 index 00000000..a055b984 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sk', { + toolbar: 'Vložiť vodorovnú čiaru' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sl.js new file mode 100644 index 00000000..309303dd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sl', { + toolbar: 'Vstavi vodoravno črto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sq.js new file mode 100644 index 00000000..240f3ae1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sq.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sq', { + toolbar: 'Vendos Vijë Horizontale' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sr-latn.js new file mode 100644 index 00000000..08986d8b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sr-latn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sr-latn', { + toolbar: 'Unesi horizontalnu liniju' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sr.js new file mode 100644 index 00000000..f649324b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sr', { + toolbar: 'Унеси хоризонталну линију' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sv.js new file mode 100644 index 00000000..43fba5ac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/sv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'sv', { + toolbar: 'Infoga horisontal linje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/th.js new file mode 100644 index 00000000..99ed77df --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/th.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'th', { + toolbar: 'แทรกเส้นคั่นบรรทัด' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/tr.js new file mode 100644 index 00000000..a01f5f29 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/tr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'tr', { + toolbar: 'Yatay Satır Ekle' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ug.js new file mode 100644 index 00000000..274872a5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/ug.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'ug', { + toolbar: 'توغرا سىزىق قىستۇر' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/uk.js new file mode 100644 index 00000000..e6535c61 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/uk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'uk', { + toolbar: 'Горизонтальна лінія' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/vi.js new file mode 100644 index 00000000..115c1f9a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/vi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'vi', { + toolbar: 'Chèn đường phân cách ngang' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/zh-cn.js new file mode 100644 index 00000000..73da992e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/zh-cn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'zh-cn', { + toolbar: '插入水平线' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/zh.js new file mode 100644 index 00000000..9fcf30aa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/horizontalrule/lang/zh.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'horizontalrule', 'zh', { + toolbar: '插入水平線' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/dialogs/iframe.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/dialogs/iframe.js new file mode 100644 index 00000000..84cdd787 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/dialogs/iframe.js @@ -0,0 +1,218 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +( function() { + // Map 'true' and 'false' values to match W3C's specifications + // http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5 + var checkboxValues = { + scrolling: { 'true': 'yes', 'false': 'no' }, + frameborder: { 'true': '1', 'false': '0' } + }; + + function loadValue( iframeNode ) { + var isCheckbox = this instanceof CKEDITOR.ui.dialog.checkbox; + if ( iframeNode.hasAttribute( this.id ) ) { + var value = iframeNode.getAttribute( this.id ); + if ( isCheckbox ) + this.setValue( checkboxValues[ this.id ][ 'true' ] == value.toLowerCase() ); + else + this.setValue( value ); + } + } + + function commitValue( iframeNode ) { + var isRemove = this.getValue() === '', + isCheckbox = this instanceof CKEDITOR.ui.dialog.checkbox, + value = this.getValue(); + if ( isRemove ) + iframeNode.removeAttribute( this.att || this.id ); + else if ( isCheckbox ) + iframeNode.setAttribute( this.id, checkboxValues[ this.id ][ value ] ); + else + iframeNode.setAttribute( this.att || this.id, value ); + } + + CKEDITOR.dialog.add( 'iframe', function( editor ) { + var iframeLang = editor.lang.iframe, + commonLang = editor.lang.common, + dialogadvtab = editor.plugins.dialogadvtab; + return { + title: iframeLang.title, + minWidth: 350, + minHeight: 260, + onShow: function() { + // Clear previously saved elements. + this.fakeImage = this.iframeNode = null; + + var fakeImage = this.getSelectedElement(); + if ( fakeImage && fakeImage.data( 'cke-real-element-type' ) && fakeImage.data( 'cke-real-element-type' ) == 'iframe' ) { + this.fakeImage = fakeImage; + + var iframeNode = editor.restoreRealElement( fakeImage ); + this.iframeNode = iframeNode; + + this.setupContent( iframeNode ); + } + }, + onOk: function() { + var iframeNode; + if ( !this.fakeImage ) + iframeNode = new CKEDITOR.dom.element( 'iframe' ); + else + iframeNode = this.iframeNode; + + // A subset of the specified attributes/styles + // should also be applied on the fake element to + // have better visual effect. (#5240) + var extraStyles = {}, + extraAttributes = {}; + this.commitContent( iframeNode, extraStyles, extraAttributes ); + + // Refresh the fake image. + var newFakeImage = editor.createFakeElement( iframeNode, 'cke_iframe', 'iframe', true ); + newFakeImage.setAttributes( extraAttributes ); + newFakeImage.setStyles( extraStyles ); + if ( this.fakeImage ) { + newFakeImage.replace( this.fakeImage ); + editor.getSelection().selectElement( newFakeImage ); + } else + editor.insertElement( newFakeImage ); + }, + contents: [ + { + id: 'info', + label: commonLang.generalTab, + accessKey: 'I', + elements: [ + { + type: 'vbox', + padding: 0, + children: [ + { + id: 'src', + type: 'text', + label: commonLang.url, + required: true, + validate: CKEDITOR.dialog.validate.notEmpty( iframeLang.noUrl ), + setup: loadValue, + commit: commitValue + } + ] + }, + { + type: 'hbox', + children: [ + { + id: 'width', + type: 'text', + requiredContent: 'iframe[width]', + style: 'width:100%', + labelLayout: 'vertical', + label: commonLang.width, + validate: CKEDITOR.dialog.validate.htmlLength( commonLang.invalidHtmlLength.replace( '%1', commonLang.width ) ), + setup: loadValue, + commit: commitValue + }, + { + id: 'height', + type: 'text', + requiredContent: 'iframe[height]', + style: 'width:100%', + labelLayout: 'vertical', + label: commonLang.height, + validate: CKEDITOR.dialog.validate.htmlLength( commonLang.invalidHtmlLength.replace( '%1', commonLang.height ) ), + setup: loadValue, + commit: commitValue + }, + { + id: 'align', + type: 'select', + requiredContent: 'iframe[align]', + 'default': '', + items: [ + [ commonLang.notSet, '' ], + [ commonLang.alignLeft, 'left' ], + [ commonLang.alignRight, 'right' ], + [ commonLang.alignTop, 'top' ], + [ commonLang.alignMiddle, 'middle' ], + [ commonLang.alignBottom, 'bottom' ] + ], + style: 'width:100%', + labelLayout: 'vertical', + label: commonLang.align, + setup: function( iframeNode, fakeImage ) { + loadValue.apply( this, arguments ); + if ( fakeImage ) { + var fakeImageAlign = fakeImage.getAttribute( 'align' ); + this.setValue( fakeImageAlign && fakeImageAlign.toLowerCase() || '' ); + } + }, + commit: function( iframeNode, extraStyles, extraAttributes ) { + commitValue.apply( this, arguments ); + if ( this.getValue() ) + extraAttributes.align = this.getValue(); + } + } + ] + }, + { + type: 'hbox', + widths: [ '50%', '50%' ], + children: [ + { + id: 'scrolling', + type: 'checkbox', + requiredContent: 'iframe[scrolling]', + label: iframeLang.scrolling, + setup: loadValue, + commit: commitValue + }, + { + id: 'frameborder', + type: 'checkbox', + requiredContent: 'iframe[frameborder]', + label: iframeLang.border, + setup: loadValue, + commit: commitValue + } + ] + }, + { + type: 'hbox', + widths: [ '50%', '50%' ], + children: [ + { + id: 'name', + type: 'text', + requiredContent: 'iframe[name]', + label: commonLang.name, + setup: loadValue, + commit: commitValue + }, + { + id: 'title', + type: 'text', + requiredContent: 'iframe[title]', + label: commonLang.advisoryTitle, + setup: loadValue, + commit: commitValue + } + ] + }, + { + id: 'longdesc', + type: 'text', + requiredContent: 'iframe[longdesc]', + label: commonLang.longDescr, + setup: loadValue, + commit: commitValue + } + ] + }, + dialogadvtab && dialogadvtab.createAdvancedTab( editor, { id: 1, classes: 1, styles: 1 }, 'iframe' ) + ] + }; + } ); +} )(); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/icons/iframe.png b/lam/templates/lib/extra/ckeditor/plugins/iframe/icons/iframe.png new file mode 100644 index 00000000..f72d1915 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/iframe/icons/iframe.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/images/placeholder.png b/lam/templates/lib/extra/ckeditor/plugins/iframe/images/placeholder.png new file mode 100644 index 00000000..b40c7b20 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/iframe/images/placeholder.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/af.js new file mode 100644 index 00000000..95dd1566 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/af.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'af', { + border: 'Wys rand van raam', + noUrl: 'Gee die iframe URL', + scrolling: 'Skuifbalke aan', + title: 'IFrame Eienskappe', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ar.js new file mode 100644 index 00000000..d7b39ea4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ar.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ar', { + border: 'إظهار حدود الإطار', + noUrl: 'فضلا أكتب رابط الـ iframe', + scrolling: 'تفعيل أشرطة الإنتقال', + title: 'خصائص iframe', + toolbar: 'iframe' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bg.js new file mode 100644 index 00000000..9796a6b8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bg.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'bg', { + border: 'Показва рамка на карето', + noUrl: 'Моля въведете URL за iFrame', + scrolling: 'Вкл. скролбаровете', + title: 'IFrame настройки', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bn.js new file mode 100644 index 00000000..75c3e3a4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'bn', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bs.js new file mode 100644 index 00000000..f569efbe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/bs.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'bs', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ca.js new file mode 100644 index 00000000..ee513901 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ca', { + border: 'Mostra la vora del marc', + noUrl: 'Si us plau, introdueixi la URL de l\'iframe', + scrolling: 'Activa les barres de desplaçament', + title: 'Propietats de l\'IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/cs.js new file mode 100644 index 00000000..66162dab --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/cs.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'cs', { + border: 'Zobrazit okraj', + noUrl: 'Zadejte prosím URL obsahu pro IFrame', + scrolling: 'Zapnout posuvníky', + title: 'Vlastnosti IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/cy.js new file mode 100644 index 00000000..d5cfadae --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/cy.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'cy', { + border: 'Dangos ymyl y ffrâm', + noUrl: 'Rhowch URL yr iframe', + scrolling: 'Galluogi bariau sgrolio', + title: 'Priodweddau IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/da.js new file mode 100644 index 00000000..b584fc5b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/da.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'da', { + border: 'Vis kant på rammen', + noUrl: 'Venligst indsæt URL på iframen', + scrolling: 'Aktiver scrollbars', + title: 'Iframe egenskaber', + toolbar: 'Iframe' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/de.js new file mode 100644 index 00000000..dc074388 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/de.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'de', { + border: 'Rahmen anzeigen', + noUrl: 'Bitte geben Sie die IFrame-URL an', + scrolling: 'Rollbalken anzeigen', + title: 'IFrame-Eigenschaften', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/el.js new file mode 100644 index 00000000..84deaedd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/el.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'el', { + border: 'Προβολή περιγράμματος πλαισίου', + noUrl: 'Παρακαλούμε εισάγεται το URL του iframe', + scrolling: 'Ενεργοποίηση μπαρών κύλισης', + title: 'Ιδιότητες IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-au.js new file mode 100644 index 00000000..2bc9097d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-au.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'en-au', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-ca.js new file mode 100644 index 00000000..9f561e5d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'en-ca', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-gb.js new file mode 100644 index 00000000..6a54f82a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en-gb.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'en-gb', { + border: 'Show frame border', + noUrl: 'Please type the iframe URL', + scrolling: 'Enable scrollbars', + title: 'IFrame Properties', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en.js new file mode 100644 index 00000000..85a7a898 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/en.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'en', { + border: 'Show frame border', + noUrl: 'Please type the iframe URL', + scrolling: 'Enable scrollbars', + title: 'IFrame Properties', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/eo.js new file mode 100644 index 00000000..956f10bf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/eo.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'eo', { + border: 'Montri borderon de kadro (frame)', + noUrl: 'Bonvolu entajpi la retadreson de la ligilo al la enlinia kadro (IFrame)', + scrolling: 'Ebligi rulumskalon', + title: 'Atributoj de la enlinia kadro (IFrame)', + toolbar: 'Enlinia kadro (IFrame)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/es.js new file mode 100644 index 00000000..e8bd0304 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/es.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'es', { + border: 'Mostrar borde del marco', + noUrl: 'Por favor, escriba la dirección del iframe', + scrolling: 'Activar barras de desplazamiento', + title: 'Propiedades de iframe', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/et.js new file mode 100644 index 00000000..2987a2b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/et.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'et', { + border: 'Raami äärise näitamine', + noUrl: 'Vali iframe URLi liik', + scrolling: 'Kerimisribade lubamine', + title: 'IFrame omadused', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/eu.js new file mode 100644 index 00000000..4f5afb85 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/eu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'eu', { + border: 'Markoaren ertza ikusi', + noUrl: 'iframe-aren URLa idatzi, mesedez.', + scrolling: 'Korritze barrak gaitu', + title: 'IFrame-aren Propietateak', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fa.js new file mode 100644 index 00000000..f90b1e41 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fa.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'fa', { + border: 'نمایش خطوط frame', + noUrl: 'لطفا مسیر URL iframe را درج کنید', + scrolling: 'نمایش خطکشها', + title: 'ویژگیهای IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fi.js new file mode 100644 index 00000000..72159797 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'fi', { + border: 'Näytä kehyksen reunat', + noUrl: 'Anna IFrame-kehykselle lähdeosoite (src)', + scrolling: 'Näytä vierityspalkit', + title: 'IFrame-kehyksen ominaisuudet', + toolbar: 'IFrame-kehys' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fo.js new file mode 100644 index 00000000..f58be5e3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fo.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'fo', { + border: 'Vís frame kant', + noUrl: 'Vinarliga skriva URL til iframe', + scrolling: 'Loyv scrollbars', + title: 'Møguleikar fyri IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fr-ca.js new file mode 100644 index 00000000..0fb459a3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fr-ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'fr-ca', { + border: 'Afficher la bordure du cadre', + noUrl: 'Veuillez entre l\'URL du IFrame', + scrolling: 'Activer les barres de défilement', + title: 'Propriétés du IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fr.js new file mode 100644 index 00000000..97cc16ca --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/fr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'fr', { + border: 'Afficher une bordure de la IFrame', + noUrl: 'Veuillez entrer l\'adresse du lien de la IFrame', + scrolling: 'Permettre à la barre de défilement', + title: 'Propriétés de la IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/gl.js new file mode 100644 index 00000000..517ed926 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/gl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'gl', { + border: 'Amosar o bordo do marco', + noUrl: 'Escriba o enderezo do iframe', + scrolling: 'Activar as barras de desprazamento', + title: 'Propiedades do iFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/gu.js new file mode 100644 index 00000000..2090fcb9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/gu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'gu', { + border: 'ફ્રેમ બોર્ડેર બતાવવી', + noUrl: 'iframe URL ટાઈપ્ કરો', + scrolling: 'સ્ક્રોલબાર ચાલુ કરવા', + title: 'IFrame વિકલ્પો', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/he.js new file mode 100644 index 00000000..d40a56a8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/he.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'he', { + border: 'הראה מסגרת לחלון', + noUrl: 'יש להכניס כתובת לחלון.', + scrolling: 'אפשר פסי גלילה', + title: 'מאפייני חלון פנימי (iframe)', + toolbar: 'חלון פנימי (iframe)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hi.js new file mode 100644 index 00000000..157fe78a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'hi', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hr.js new file mode 100644 index 00000000..2df1dc52 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'hr', { + border: 'Prikaži okvir IFrame-a', + noUrl: 'Unesite URL iframe-a', + scrolling: 'Omogući trake za skrolanje', + title: 'IFrame svojstva', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hu.js new file mode 100644 index 00000000..c72f3f5d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/hu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'hu', { + border: 'Legyen keret', + noUrl: 'Kérem írja be a iframe URL-t', + scrolling: 'Gördítősáv bekapcsolása', + title: 'IFrame Tulajdonságok', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/id.js new file mode 100644 index 00000000..79d6ae9b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/id.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'id', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/is.js new file mode 100644 index 00000000..294e3c0a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/is.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'is', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/it.js new file mode 100644 index 00000000..bc487446 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/it.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'it', { + border: 'Mostra il bordo', + noUrl: 'Inserire l\'URL del campo IFrame', + scrolling: 'Abilita scrollbar', + title: 'Proprietà IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ja.js new file mode 100644 index 00000000..dc7ba126 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ja.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ja', { + border: 'フレームの枠を表示', + noUrl: 'iframeのURLを入力してください。', + scrolling: 'スクロールバーの表示を許可', + title: 'iFrameのプロパティ', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ka.js new file mode 100644 index 00000000..e7030261 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ka.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ka', { + border: 'ჩარჩოს გამოჩენა', + noUrl: 'აკრიფეთ iframe-ის URL', + scrolling: 'გადახვევის ზოლების დაშვება', + title: 'IFrame-ის პარამეტრები', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/km.js new file mode 100644 index 00000000..477dbf51 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/km.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'km', { + border: 'បង្ហាញ​បន្ទាត់​ស៊ុម', + noUrl: 'សូម​បញ្ចូល URL របស់ iframe', + scrolling: 'ប្រើ​របារ​រំកិល', + title: 'លក្ខណៈ​សម្បត្តិ IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ko.js new file mode 100644 index 00000000..1939fe1c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ko.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ko', { + border: '프레임 테두리 표시', + noUrl: 'iframe 대응 URL을 입력해주세요.', + scrolling: '스크롤바 사용', + title: 'IFrame 속성', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ku.js new file mode 100644 index 00000000..0f937441 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ku.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ku', { + border: 'نیشاندانی لاکێشه بە چوواردەوری چووارچێوە', + noUrl: 'تکایه ناونیشانی بەستەر بنووسه بۆ چووارچێوه', + scrolling: 'چالاککردنی هاتووچۆپێکردن', + title: 'دیالۆگی چووارچێوه', + toolbar: 'چووارچێوه' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/lt.js new file mode 100644 index 00000000..c2ca755f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/lt.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'lt', { + border: 'Rodyti rėmelį', + noUrl: 'Nurodykite iframe nuorodą', + scrolling: 'Įjungti slankiklius', + title: 'IFrame nustatymai', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/lv.js new file mode 100644 index 00000000..18aeef11 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/lv.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'lv', { + border: 'Rādīt rāmi', + noUrl: 'Norādiet iframe adresi', + scrolling: 'Atļaut ritjoslas', + title: 'IFrame uzstādījumi', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/mk.js new file mode 100644 index 00000000..79f26a0b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/mk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'mk', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/mn.js new file mode 100644 index 00000000..c357e356 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/mn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'mn', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ms.js new file mode 100644 index 00000000..cb029d87 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ms.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ms', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/nb.js new file mode 100644 index 00000000..35dae449 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/nb.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'nb', { + border: 'Viss ramme rundt iframe', + noUrl: 'Vennligst skriv inn URL for iframe', + scrolling: 'Aktiver scrollefelt', + title: 'Egenskaper for IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/nl.js new file mode 100644 index 00000000..7e18d910 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/nl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'nl', { + border: 'Framerand tonen', + noUrl: 'Vul de IFrame URL in', + scrolling: 'Scrollbalken inschakelen', + title: 'IFrame-eigenschappen', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/no.js new file mode 100644 index 00000000..07f81832 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/no.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'no', { + border: 'Viss ramme rundt iframe', + noUrl: 'Vennligst skriv inn URL for iframe', + scrolling: 'Aktiver scrollefelt', + title: 'Egenskaper for IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pl.js new file mode 100644 index 00000000..6fbd3e74 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'pl', { + border: 'Pokaż obramowanie obiektu IFrame', + noUrl: 'Podaj adres URL elementu IFrame', + scrolling: 'Włącz paski przewijania', + title: 'Właściwości elementu IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pt-br.js new file mode 100644 index 00000000..8392abf6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pt-br.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'pt-br', { + border: 'Mostra borda do iframe', + noUrl: 'Insira a URL do iframe', + scrolling: 'Abilita scrollbars', + title: 'Propriedade do IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pt.js new file mode 100644 index 00000000..fdc23d4b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/pt.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'pt', { + border: 'Mostrar a borda da Frame', + noUrl: 'Por favor, digite o URL da iframe', + scrolling: 'Ativar barras de deslocamento', + title: 'Propriedades da IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ro.js new file mode 100644 index 00000000..e2711fc4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ro.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ro', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ru.js new file mode 100644 index 00000000..bf2af96e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ru.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ru', { + border: 'Показать границы фрейма', + noUrl: 'Пожалуйста, введите ссылку фрейма', + scrolling: 'Отображать полосы прокрутки', + title: 'Свойства iFrame', + toolbar: 'iFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/si.js new file mode 100644 index 00000000..7bf74924 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/si.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'si', { + border: 'සැකිල්ලේ කඩයිම් ', + noUrl: 'කරුණාකර රුපයේ URL ලියන්න', + scrolling: 'සක්ක්‍රිය කරන්න', + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sk.js new file mode 100644 index 00000000..25deb2a0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'sk', { + border: 'Zobraziť rám frame-u', + noUrl: 'Prosím, vložte URL iframe', + scrolling: 'Povoliť skrolovanie', + title: 'Vlastnosti IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sl.js new file mode 100644 index 00000000..a46495d6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'sl', { + border: 'Pokaži mejo okvira', + noUrl: 'Prosimo, vnesite iframe URL', + scrolling: 'Omogoči scrollbars', + title: 'IFrame Lastnosti', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sq.js new file mode 100644 index 00000000..fc46609f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sq.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'sq', { + border: 'Shfaq kufirin e kornizës', + noUrl: 'Ju lutemi shkruani URL-në e iframe-it', + scrolling: 'Lejo shiritët zvarritës', + title: 'Karakteristikat e IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sr-latn.js new file mode 100644 index 00000000..87f20bda --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sr-latn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'sr-latn', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sr.js new file mode 100644 index 00000000..d0e42c2c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'sr', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sv.js new file mode 100644 index 00000000..613dfd21 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/sv.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'sv', { + border: 'Visa ramkant', + noUrl: 'Skriv in URL för iFrame', + scrolling: 'Aktivera rullningslister', + title: 'iFrame Egenskaper', + toolbar: 'iFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/th.js new file mode 100644 index 00000000..d03a6541 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/th.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'th', { + border: 'Show frame border', // MISSING + noUrl: 'Please type the iframe URL', // MISSING + scrolling: 'Enable scrollbars', // MISSING + title: 'IFrame Properties', // MISSING + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/tr.js new file mode 100644 index 00000000..2ac08759 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/tr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'tr', { + border: 'Çerceve sınırlarını göster', + noUrl: 'Lütfen IFrame köprü (URL) bağlantısını yazın', + scrolling: 'Kaydırma çubuklarını aktif et', + title: 'IFrame Özellikleri', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ug.js new file mode 100644 index 00000000..48ca832b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/ug.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'ug', { + border: 'كاندۇك گىرۋەكلىرىنى كۆرسەت', + noUrl: 'كاندۇكنىڭ ئادرېسى(Url)نى كىرگۈزۈڭ', + scrolling: 'دومىلىما سۈرگۈچكە يول قوي', + title: 'IFrame خاسلىق', + toolbar: 'IFrame ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/uk.js new file mode 100644 index 00000000..68fc3579 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/uk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'uk', { + border: 'Показати рамки фрейму', + noUrl: 'Будь ласка введіть посилання для IFrame', + scrolling: 'Увімкнути прокрутку', + title: 'Налаштування для IFrame', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/vi.js new file mode 100644 index 00000000..96ec7861 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/vi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'vi', { + border: 'Hiển thị viền khung', + noUrl: 'Vui lòng nhập địa chỉ iframe', + scrolling: 'Kích hoạt thanh cuộn', + title: 'Thuộc tính iframe', + toolbar: 'Iframe' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/zh-cn.js new file mode 100644 index 00000000..6b82a5a0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/zh-cn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'zh-cn', { + border: '显示框架边框', + noUrl: '请输入框架的 URL', + scrolling: '允许滚动条', + title: 'IFrame 属性', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/zh.js new file mode 100644 index 00000000..52880efe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/iframe/lang/zh.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'iframe', 'zh', { + border: '顯示框架框線', + noUrl: '請輸入 iframe URL', + scrolling: '啟用捲軸列', + title: 'IFrame 屬性', + toolbar: 'IFrame' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/dialogs/image.js b/lam/templates/lib/extra/ckeditor/plugins/image/dialogs/image.js new file mode 100644 index 00000000..ffa93f78 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/dialogs/image.js @@ -0,0 +1,1216 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +( function() { + var imageDialog = function( editor, dialogType ) { + // Load image preview. + var IMAGE = 1, + LINK = 2, + PREVIEW = 4, + CLEANUP = 8, + regexGetSize = /^\s*(\d+)((px)|\%)?\s*$/i, + regexGetSizeOrEmpty = /(^\s*(\d+)((px)|\%)?\s*$)|^$/i, + pxLengthRegex = /^\d+px$/; + + var onSizeChange = function() { + var value = this.getValue(), + // This = input element. + dialog = this.getDialog(), + aMatch = value.match( regexGetSize ); // Check value + if ( aMatch ) { + if ( aMatch[ 2 ] == '%' ) // % is allowed - > unlock ratio. + switchLockRatio( dialog, false ); // Unlock. + value = aMatch[ 1 ]; + } + + // Only if ratio is locked + if ( dialog.lockRatio ) { + var oImageOriginal = dialog.originalElement; + if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) { + if ( this.id == 'txtHeight' ) { + if ( value && value != '0' ) + value = Math.round( oImageOriginal.$.width * ( value / oImageOriginal.$.height ) ); + if ( !isNaN( value ) ) + dialog.setValueOf( 'info', 'txtWidth', value ); + } else //this.id = txtWidth. + { + if ( value && value != '0' ) + value = Math.round( oImageOriginal.$.height * ( value / oImageOriginal.$.width ) ); + if ( !isNaN( value ) ) + dialog.setValueOf( 'info', 'txtHeight', value ); + } + } + } + updatePreview( dialog ); + }; + + var updatePreview = function( dialog ) { + //Don't load before onShow. + if ( !dialog.originalElement || !dialog.preview ) + return 1; + + // Read attributes and update imagePreview; + dialog.commitContent( PREVIEW, dialog.preview ); + return 0; + }; + + // Custom commit dialog logic, where we're intended to give inline style + // field (txtdlgGenStyle) higher priority to avoid overwriting styles contribute + // by other fields. + function commitContent() { + var args = arguments; + var inlineStyleField = this.getContentElement( 'advanced', 'txtdlgGenStyle' ); + inlineStyleField && inlineStyleField.commit.apply( inlineStyleField, args ); + + this.foreach( function( widget ) { + if ( widget.commit && widget.id != 'txtdlgGenStyle' ) + widget.commit.apply( widget, args ); + } ); + } + + // Avoid recursions. + var incommit; + + // Synchronous field values to other impacted fields is required, e.g. border + // size change should alter inline-style text as well. + function commitInternally( targetFields ) { + if ( incommit ) + return; + + incommit = 1; + + var dialog = this.getDialog(), + element = dialog.imageElement; + if ( element ) { + // Commit this field and broadcast to target fields. + this.commit( IMAGE, element ); + + targetFields = [].concat( targetFields ); + var length = targetFields.length, + field; + for ( var i = 0; i < length; i++ ) { + field = dialog.getContentElement.apply( dialog, targetFields[ i ].split( ':' ) ); + // May cause recursion. + field && field.setup( IMAGE, element ); + } + } + + incommit = 0; + } + + var switchLockRatio = function( dialog, value ) { + if ( !dialog.getContentElement( 'info', 'ratioLock' ) ) + return null; + + var oImageOriginal = dialog.originalElement; + + // Dialog may already closed. (#5505) + if ( !oImageOriginal ) + return null; + + // Check image ratio and original image ratio, but respecting user's preference. + if ( value == 'check' ) { + if ( !dialog.userlockRatio && oImageOriginal.getCustomData( 'isReady' ) == 'true' ) { + var width = dialog.getValueOf( 'info', 'txtWidth' ), + height = dialog.getValueOf( 'info', 'txtHeight' ), + originalRatio = oImageOriginal.$.width * 1000 / oImageOriginal.$.height, + thisRatio = width * 1000 / height; + dialog.lockRatio = false; // Default: unlock ratio + + if ( !width && !height ) + dialog.lockRatio = true; + else if ( !isNaN( originalRatio ) && !isNaN( thisRatio ) ) { + if ( Math.round( originalRatio ) == Math.round( thisRatio ) ) + dialog.lockRatio = true; + } + } + } else if ( value != undefined ) + dialog.lockRatio = value; + else { + dialog.userlockRatio = 1; + dialog.lockRatio = !dialog.lockRatio; + } + + var ratioButton = CKEDITOR.document.getById( btnLockSizesId ); + if ( dialog.lockRatio ) + ratioButton.removeClass( 'cke_btn_unlocked' ); + else + ratioButton.addClass( 'cke_btn_unlocked' ); + + ratioButton.setAttribute( 'aria-checked', dialog.lockRatio ); + + // Ratio button hc presentation - WHITE SQUARE / BLACK SQUARE + if ( CKEDITOR.env.hc ) { + var icon = ratioButton.getChild( 0 ); + icon.setHtml( dialog.lockRatio ? CKEDITOR.env.ie ? '\u25A0' : '\u25A3' : CKEDITOR.env.ie ? '\u25A1' : '\u25A2' ); + } + + return dialog.lockRatio; + }; + + var resetSize = function( dialog ) { + var oImageOriginal = dialog.originalElement; + if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) { + var widthField = dialog.getContentElement( 'info', 'txtWidth' ), + heightField = dialog.getContentElement( 'info', 'txtHeight' ); + widthField && widthField.setValue( oImageOriginal.$.width ); + heightField && heightField.setValue( oImageOriginal.$.height ); + } + updatePreview( dialog ); + }; + + var setupDimension = function( type, element ) { + if ( type != IMAGE ) + return; + + function checkDimension( size, defaultValue ) { + var aMatch = size.match( regexGetSize ); + if ( aMatch ) { + if ( aMatch[ 2 ] == '%' ) // % is allowed. + { + aMatch[ 1 ] += '%'; + switchLockRatio( dialog, false ); // Unlock ratio + } + return aMatch[ 1 ]; + } + return defaultValue; + } + + var dialog = this.getDialog(), + value = '', + dimension = this.id == 'txtWidth' ? 'width' : 'height', + size = element.getAttribute( dimension ); + + if ( size ) + value = checkDimension( size, value ); + value = checkDimension( element.getStyle( dimension ), value ); + + this.setValue( value ); + }; + + var previewPreloader; + + var onImgLoadEvent = function() { + // Image is ready. + var original = this.originalElement; + original.setCustomData( 'isReady', 'true' ); + original.removeListener( 'load', onImgLoadEvent ); + original.removeListener( 'error', onImgLoadErrorEvent ); + original.removeListener( 'abort', onImgLoadErrorEvent ); + + // Hide loader + CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' ); + + // New image -> new domensions + if ( !this.dontResetSize ) + resetSize( this ); + + if ( this.firstLoad ) + CKEDITOR.tools.setTimeout( function() { + switchLockRatio( this, 'check' ); + }, 0, this ); + + this.firstLoad = false; + this.dontResetSize = false; + }; + + var onImgLoadErrorEvent = function() { + // Error. Image is not loaded. + var original = this.originalElement; + original.removeListener( 'load', onImgLoadEvent ); + original.removeListener( 'error', onImgLoadErrorEvent ); + original.removeListener( 'abort', onImgLoadErrorEvent ); + + // Set Error image. + var noimage = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'image' ).path + 'images/noimage.png' ); + + if ( this.preview ) + this.preview.setAttribute( 'src', noimage ); + + // Hide loader + CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' ); + switchLockRatio( this, false ); // Unlock. + }; + + var numbering = function( id ) { + return CKEDITOR.tools.getNextId() + '_' + id; + }, + btnLockSizesId = numbering( 'btnLockSizes' ), + btnResetSizeId = numbering( 'btnResetSize' ), + imagePreviewLoaderId = numbering( 'ImagePreviewLoader' ), + previewLinkId = numbering( 'previewLink' ), + previewImageId = numbering( 'previewImage' ); + + return { + title: editor.lang.image[ dialogType == 'image' ? 'title' : 'titleButton' ], + minWidth: 420, + minHeight: 360, + onShow: function() { + this.imageElement = false; + this.linkElement = false; + + // Default: create a new element. + this.imageEditMode = false; + this.linkEditMode = false; + + this.lockRatio = true; + this.userlockRatio = 0; + this.dontResetSize = false; + this.firstLoad = true; + this.addLink = false; + + var editor = this.getParentEditor(), + sel = editor.getSelection(), + element = sel && sel.getSelectedElement(), + link = element && editor.elementPath( element ).contains( 'a', 1 ); + + //Hide loader. + CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' ); + // Create the preview before setup the dialog contents. + previewPreloader = new CKEDITOR.dom.element( 'img', editor.document ); + this.preview = CKEDITOR.document.getById( previewImageId ); + + // Copy of the image + this.originalElement = editor.document.createElement( 'img' ); + this.originalElement.setAttribute( 'alt', '' ); + this.originalElement.setCustomData( 'isReady', 'false' ); + + if ( link ) { + this.linkElement = link; + this.linkEditMode = true; + + // Look for Image element. + var linkChildren = link.getChildren(); + if ( linkChildren.count() == 1 ) // 1 child. + { + var childTagName = linkChildren.getItem( 0 ).getName(); + if ( childTagName == 'img' || childTagName == 'input' ) { + this.imageElement = linkChildren.getItem( 0 ); + if ( this.imageElement.getName() == 'img' ) + this.imageEditMode = 'img'; + else if ( this.imageElement.getName() == 'input' ) + this.imageEditMode = 'input'; + } + } + // Fill out all fields. + if ( dialogType == 'image' ) + this.setupContent( LINK, link ); + } + + // Edit given image element instead the one from selection. + if ( this.customImageElement ) { + this.imageEditMode = 'img'; + this.imageElement = this.customImageElement; + delete this.customImageElement; + } + else if ( element && element.getName() == 'img' && !element.data( 'cke-realelement' ) || + element && element.getName() == 'input' && element.getAttribute( 'type' ) == 'image' ) { + this.imageEditMode = element.getName(); + this.imageElement = element; + } + + if ( this.imageEditMode ) { + // Use the original element as a buffer from since we don't want + // temporary changes to be committed, e.g. if the dialog is canceled. + this.cleanImageElement = this.imageElement; + this.imageElement = this.cleanImageElement.clone( true, true ); + + // Fill out all fields. + this.setupContent( IMAGE, this.imageElement ); + } else + this.imageElement = editor.document.createElement( 'img' ); + + // Refresh LockRatio button + switchLockRatio( this, true ); + + // Dont show preview if no URL given. + if ( !CKEDITOR.tools.trim( this.getValueOf( 'info', 'txtUrl' ) ) ) { + this.preview.removeAttribute( 'src' ); + this.preview.setStyle( 'display', 'none' ); + } + }, + onOk: function() { + // Edit existing Image. + if ( this.imageEditMode ) { + var imgTagName = this.imageEditMode; + + // Image dialog and Input element. + if ( dialogType == 'image' && imgTagName == 'input' && confirm( editor.lang.image.button2Img ) ) { + // Replace INPUT-> IMG + imgTagName = 'img'; + this.imageElement = editor.document.createElement( 'img' ); + this.imageElement.setAttribute( 'alt', '' ); + editor.insertElement( this.imageElement ); + } + // ImageButton dialog and Image element. + else if ( dialogType != 'image' && imgTagName == 'img' && confirm( editor.lang.image.img2Button ) ) { + // Replace IMG -> INPUT + imgTagName = 'input'; + this.imageElement = editor.document.createElement( 'input' ); + this.imageElement.setAttributes( { + type: 'image', + alt: '' + } ); + editor.insertElement( this.imageElement ); + } else { + // Restore the original element before all commits. + this.imageElement = this.cleanImageElement; + delete this.cleanImageElement; + } + } else // Create a new image. + { + // Image dialog -> create IMG element. + if ( dialogType == 'image' ) + this.imageElement = editor.document.createElement( 'img' ); + else { + this.imageElement = editor.document.createElement( 'input' ); + this.imageElement.setAttribute( 'type', 'image' ); + } + this.imageElement.setAttribute( 'alt', '' ); + } + + // Create a new link. + if ( !this.linkEditMode ) + this.linkElement = editor.document.createElement( 'a' ); + + // Set attributes. + this.commitContent( IMAGE, this.imageElement ); + this.commitContent( LINK, this.linkElement ); + + // Remove empty style attribute. + if ( !this.imageElement.getAttribute( 'style' ) ) + this.imageElement.removeAttribute( 'style' ); + + // Insert a new Image. + if ( !this.imageEditMode ) { + if ( this.addLink ) { + //Insert a new Link. + if ( !this.linkEditMode ) { + editor.insertElement( this.linkElement ); + this.linkElement.append( this.imageElement, false ); + } else //Link already exists, image not. + editor.insertElement( this.imageElement ); + } else + editor.insertElement( this.imageElement ); + } else // Image already exists. + { + //Add a new link element. + if ( !this.linkEditMode && this.addLink ) { + editor.insertElement( this.linkElement ); + this.imageElement.appendTo( this.linkElement ); + } + //Remove Link, Image exists. + else if ( this.linkEditMode && !this.addLink ) { + editor.getSelection().selectElement( this.linkElement ); + editor.insertElement( this.imageElement ); + } + } + }, + onLoad: function() { + if ( dialogType != 'image' ) + this.hidePage( 'Link' ); //Hide Link tab. + var doc = this._.element.getDocument(); + + if ( this.getContentElement( 'info', 'ratioLock' ) ) { + this.addFocusable( doc.getById( btnResetSizeId ), 5 ); + this.addFocusable( doc.getById( btnLockSizesId ), 5 ); + } + + this.commitContent = commitContent; + }, + onHide: function() { + if ( this.preview ) + this.commitContent( CLEANUP, this.preview ); + + if ( this.originalElement ) { + this.originalElement.removeListener( 'load', onImgLoadEvent ); + this.originalElement.removeListener( 'error', onImgLoadErrorEvent ); + this.originalElement.removeListener( 'abort', onImgLoadErrorEvent ); + this.originalElement.remove(); + this.originalElement = false; // Dialog is closed. + } + + delete this.imageElement; + }, + contents: [ + { + id: 'info', + label: editor.lang.image.infoTab, + accessKey: 'I', + elements: [ + { + type: 'vbox', + padding: 0, + children: [ + { + type: 'hbox', + widths: [ '280px', '110px' ], + align: 'right', + children: [ + { + id: 'txtUrl', + type: 'text', + label: editor.lang.common.url, + required: true, + onChange: function() { + var dialog = this.getDialog(), + newUrl = this.getValue(); + + //Update original image + if ( newUrl.length > 0 ) //Prevent from load before onShow + { + dialog = this.getDialog(); + var original = dialog.originalElement; + + dialog.preview.removeStyle( 'display' ); + + original.setCustomData( 'isReady', 'false' ); + // Show loader + var loader = CKEDITOR.document.getById( imagePreviewLoaderId ); + if ( loader ) + loader.setStyle( 'display', '' ); + + original.on( 'load', onImgLoadEvent, dialog ); + original.on( 'error', onImgLoadErrorEvent, dialog ); + original.on( 'abort', onImgLoadErrorEvent, dialog ); + original.setAttribute( 'src', newUrl ); + + // Query the preloader to figure out the url impacted by based href. + previewPreloader.setAttribute( 'src', newUrl ); + dialog.preview.setAttribute( 'src', previewPreloader.$.src ); + updatePreview( dialog ); + } + // Dont show preview if no URL given. + else if ( dialog.preview ) { + dialog.preview.removeAttribute( 'src' ); + dialog.preview.setStyle( 'display', 'none' ); + } + }, + setup: function( type, element ) { + if ( type == IMAGE ) { + var url = element.data( 'cke-saved-src' ) || element.getAttribute( 'src' ); + var field = this; + + this.getDialog().dontResetSize = true; + + field.setValue( url ); // And call this.onChange() + // Manually set the initial value.(#4191) + field.setInitValue(); + } + }, + commit: function( type, element ) { + if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) { + element.data( 'cke-saved-src', this.getValue() ); + element.setAttribute( 'src', this.getValue() ); + } else if ( type == CLEANUP ) { + element.setAttribute( 'src', '' ); // If removeAttribute doesn't work. + element.removeAttribute( 'src' ); + } + }, + validate: CKEDITOR.dialog.validate.notEmpty( editor.lang.image.urlMissing ) + }, + { + type: 'button', + id: 'browse', + // v-align with the 'txtUrl' field. + // TODO: We need something better than a fixed size here. + style: 'display:inline-block;margin-top:10px;', + align: 'center', + label: editor.lang.common.browseServer, + hidden: true, + filebrowser: 'info:txtUrl' + } + ] + } + ] + }, + { + id: 'txtAlt', + type: 'text', + label: editor.lang.image.alt, + accessKey: 'T', + 'default': '', + onChange: function() { + updatePreview( this.getDialog() ); + }, + setup: function( type, element ) { + if ( type == IMAGE ) + this.setValue( element.getAttribute( 'alt' ) ); + }, + commit: function( type, element ) { + if ( type == IMAGE ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'alt', this.getValue() ); + } else if ( type == PREVIEW ) + element.setAttribute( 'alt', this.getValue() ); + else if ( type == CLEANUP ) + element.removeAttribute( 'alt' ); + + } + }, + { + type: 'hbox', + children: [ + { + id: 'basic', + type: 'vbox', + children: [ + { + type: 'hbox', + requiredContent: 'img{width,height}', + widths: [ '50%', '50%' ], + children: [ + { + type: 'vbox', + padding: 1, + children: [ + { + type: 'text', + width: '45px', + id: 'txtWidth', + label: editor.lang.common.width, + onKeyUp: onSizeChange, + onChange: function() { + commitInternally.call( this, 'advanced:txtdlgGenStyle' ); + }, + validate: function() { + var aMatch = this.getValue().match( regexGetSizeOrEmpty ), + isValid = !!( aMatch && parseInt( aMatch[ 1 ], 10 ) !== 0 ); + if ( !isValid ) + alert( editor.lang.common.invalidWidth ); + return isValid; + }, + setup: setupDimension, + commit: function( type, element, internalCommit ) { + var value = this.getValue(); + if ( type == IMAGE ) { + if ( value ) + element.setStyle( 'width', CKEDITOR.tools.cssLength( value ) ); + else + element.removeStyle( 'width' ); + + !internalCommit && element.removeAttribute( 'width' ); + } else if ( type == PREVIEW ) { + var aMatch = value.match( regexGetSize ); + if ( !aMatch ) { + var oImageOriginal = this.getDialog().originalElement; + if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) + element.setStyle( 'width', oImageOriginal.$.width + 'px' ); + } else + element.setStyle( 'width', CKEDITOR.tools.cssLength( value ) ); + } else if ( type == CLEANUP ) { + element.removeAttribute( 'width' ); + element.removeStyle( 'width' ); + } + } + }, + { + type: 'text', + id: 'txtHeight', + width: '45px', + label: editor.lang.common.height, + onKeyUp: onSizeChange, + onChange: function() { + commitInternally.call( this, 'advanced:txtdlgGenStyle' ); + }, + validate: function() { + var aMatch = this.getValue().match( regexGetSizeOrEmpty ), + isValid = !!( aMatch && parseInt( aMatch[ 1 ], 10 ) !== 0 ); + if ( !isValid ) + alert( editor.lang.common.invalidHeight ); + return isValid; + }, + setup: setupDimension, + commit: function( type, element, internalCommit ) { + var value = this.getValue(); + if ( type == IMAGE ) { + if ( value ) + element.setStyle( 'height', CKEDITOR.tools.cssLength( value ) ); + else + element.removeStyle( 'height' ); + + !internalCommit && element.removeAttribute( 'height' ); + } else if ( type == PREVIEW ) { + var aMatch = value.match( regexGetSize ); + if ( !aMatch ) { + var oImageOriginal = this.getDialog().originalElement; + if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) + element.setStyle( 'height', oImageOriginal.$.height + 'px' ); + } else + element.setStyle( 'height', CKEDITOR.tools.cssLength( value ) ); + } else if ( type == CLEANUP ) { + element.removeAttribute( 'height' ); + element.removeStyle( 'height' ); + } + } + } + ] + }, + { + id: 'ratioLock', + type: 'html', + style: 'margin-top:30px;width:40px;height:40px;', + onLoad: function() { + // Activate Reset button + var resetButton = CKEDITOR.document.getById( btnResetSizeId ), + ratioButton = CKEDITOR.document.getById( btnLockSizesId ); + if ( resetButton ) { + resetButton.on( 'click', function( evt ) { + resetSize( this ); + evt.data && evt.data.preventDefault(); + }, this.getDialog() ); + resetButton.on( 'mouseover', function() { + this.addClass( 'cke_btn_over' ); + }, resetButton ); + resetButton.on( 'mouseout', function() { + this.removeClass( 'cke_btn_over' ); + }, resetButton ); + } + // Activate (Un)LockRatio button + if ( ratioButton ) { + ratioButton.on( 'click', function( evt ) { + var locked = switchLockRatio( this ), + oImageOriginal = this.originalElement, + width = this.getValueOf( 'info', 'txtWidth' ); + + if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' && width ) { + var height = oImageOriginal.$.height / oImageOriginal.$.width * width; + if ( !isNaN( height ) ) { + this.setValueOf( 'info', 'txtHeight', Math.round( height ) ); + updatePreview( this ); + } + } + evt.data && evt.data.preventDefault(); + }, this.getDialog() ); + ratioButton.on( 'mouseover', function() { + this.addClass( 'cke_btn_over' ); + }, ratioButton ); + ratioButton.on( 'mouseout', function() { + this.removeClass( 'cke_btn_over' ); + }, ratioButton ); + } + }, + html: '
' + + '' + editor.lang.image.lockRatio + '' + + '' + editor.lang.image.resetSize + '' + + '
' + } + ] + }, + { + type: 'vbox', + padding: 1, + children: [ + { + type: 'text', + id: 'txtBorder', + requiredContent: 'img{border-width}', + width: '60px', + label: editor.lang.image.border, + 'default': '', + onKeyUp: function() { + updatePreview( this.getDialog() ); + }, + onChange: function() { + commitInternally.call( this, 'advanced:txtdlgGenStyle' ); + }, + validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateBorder ), + setup: function( type, element ) { + if ( type == IMAGE ) { + var value, + borderStyle = element.getStyle( 'border-width' ); + borderStyle = borderStyle && borderStyle.match( /^(\d+px)(?: \1 \1 \1)?$/ ); + value = borderStyle && parseInt( borderStyle[ 1 ], 10 ); + isNaN( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'border' ) ); + this.setValue( value ); + } + }, + commit: function( type, element, internalCommit ) { + var value = parseInt( this.getValue(), 10 ); + if ( type == IMAGE || type == PREVIEW ) { + if ( !isNaN( value ) ) { + element.setStyle( 'border-width', CKEDITOR.tools.cssLength( value ) ); + element.setStyle( 'border-style', 'solid' ); + } else if ( !value && this.isChanged() ) + element.removeStyle( 'border' ); + + if ( !internalCommit && type == IMAGE ) + element.removeAttribute( 'border' ); + } else if ( type == CLEANUP ) { + element.removeAttribute( 'border' ); + element.removeStyle( 'border-width' ); + element.removeStyle( 'border-style' ); + element.removeStyle( 'border-color' ); + } + } + }, + { + type: 'text', + id: 'txtHSpace', + requiredContent: 'img{margin-left,margin-right}', + width: '60px', + label: editor.lang.image.hSpace, + 'default': '', + onKeyUp: function() { + updatePreview( this.getDialog() ); + }, + onChange: function() { + commitInternally.call( this, 'advanced:txtdlgGenStyle' ); + }, + validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateHSpace ), + setup: function( type, element ) { + if ( type == IMAGE ) { + var value, marginLeftPx, marginRightPx, + marginLeftStyle = element.getStyle( 'margin-left' ), + marginRightStyle = element.getStyle( 'margin-right' ); + + marginLeftStyle = marginLeftStyle && marginLeftStyle.match( pxLengthRegex ); + marginRightStyle = marginRightStyle && marginRightStyle.match( pxLengthRegex ); + marginLeftPx = parseInt( marginLeftStyle, 10 ); + marginRightPx = parseInt( marginRightStyle, 10 ); + + value = ( marginLeftPx == marginRightPx ) && marginLeftPx; + isNaN( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'hspace' ) ); + + this.setValue( value ); + } + }, + commit: function( type, element, internalCommit ) { + var value = parseInt( this.getValue(), 10 ); + if ( type == IMAGE || type == PREVIEW ) { + if ( !isNaN( value ) ) { + element.setStyle( 'margin-left', CKEDITOR.tools.cssLength( value ) ); + element.setStyle( 'margin-right', CKEDITOR.tools.cssLength( value ) ); + } else if ( !value && this.isChanged() ) { + element.removeStyle( 'margin-left' ); + element.removeStyle( 'margin-right' ); + } + + if ( !internalCommit && type == IMAGE ) + element.removeAttribute( 'hspace' ); + } else if ( type == CLEANUP ) { + element.removeAttribute( 'hspace' ); + element.removeStyle( 'margin-left' ); + element.removeStyle( 'margin-right' ); + } + } + }, + { + type: 'text', + id: 'txtVSpace', + requiredContent: 'img{margin-top,margin-bottom}', + width: '60px', + label: editor.lang.image.vSpace, + 'default': '', + onKeyUp: function() { + updatePreview( this.getDialog() ); + }, + onChange: function() { + commitInternally.call( this, 'advanced:txtdlgGenStyle' ); + }, + validate: CKEDITOR.dialog.validate.integer( editor.lang.image.validateVSpace ), + setup: function( type, element ) { + if ( type == IMAGE ) { + var value, marginTopPx, marginBottomPx, + marginTopStyle = element.getStyle( 'margin-top' ), + marginBottomStyle = element.getStyle( 'margin-bottom' ); + + marginTopStyle = marginTopStyle && marginTopStyle.match( pxLengthRegex ); + marginBottomStyle = marginBottomStyle && marginBottomStyle.match( pxLengthRegex ); + marginTopPx = parseInt( marginTopStyle, 10 ); + marginBottomPx = parseInt( marginBottomStyle, 10 ); + + value = ( marginTopPx == marginBottomPx ) && marginTopPx; + isNaN( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'vspace' ) ); + this.setValue( value ); + } + }, + commit: function( type, element, internalCommit ) { + var value = parseInt( this.getValue(), 10 ); + if ( type == IMAGE || type == PREVIEW ) { + if ( !isNaN( value ) ) { + element.setStyle( 'margin-top', CKEDITOR.tools.cssLength( value ) ); + element.setStyle( 'margin-bottom', CKEDITOR.tools.cssLength( value ) ); + } else if ( !value && this.isChanged() ) { + element.removeStyle( 'margin-top' ); + element.removeStyle( 'margin-bottom' ); + } + + if ( !internalCommit && type == IMAGE ) + element.removeAttribute( 'vspace' ); + } else if ( type == CLEANUP ) { + element.removeAttribute( 'vspace' ); + element.removeStyle( 'margin-top' ); + element.removeStyle( 'margin-bottom' ); + } + } + }, + { + id: 'cmbAlign', + requiredContent: 'img{float}', + type: 'select', + widths: [ '35%', '65%' ], + style: 'width:90px', + label: editor.lang.common.align, + 'default': '', + items: [ + [ editor.lang.common.notSet, '' ], + [ editor.lang.common.alignLeft, 'left' ], + [ editor.lang.common.alignRight, 'right' ] + // Backward compatible with v2 on setup when specified as attribute value, + // while these values are no more available as select options. + // [ editor.lang.image.alignAbsBottom , 'absBottom'], + // [ editor.lang.image.alignAbsMiddle , 'absMiddle'], + // [ editor.lang.image.alignBaseline , 'baseline'], + // [ editor.lang.image.alignTextTop , 'text-top'], + // [ editor.lang.image.alignBottom , 'bottom'], + // [ editor.lang.image.alignMiddle , 'middle'], + // [ editor.lang.image.alignTop , 'top'] + ], + onChange: function() { + updatePreview( this.getDialog() ); + commitInternally.call( this, 'advanced:txtdlgGenStyle' ); + }, + setup: function( type, element ) { + if ( type == IMAGE ) { + var value = element.getStyle( 'float' ); + switch ( value ) { + // Ignore those unrelated values. + case 'inherit': + case 'none': + value = ''; + } + + !value && ( value = ( element.getAttribute( 'align' ) || '' ).toLowerCase() ); + this.setValue( value ); + } + }, + commit: function( type, element, internalCommit ) { + var value = this.getValue(); + if ( type == IMAGE || type == PREVIEW ) { + if ( value ) + element.setStyle( 'float', value ); + else + element.removeStyle( 'float' ); + + if ( !internalCommit && type == IMAGE ) { + value = ( element.getAttribute( 'align' ) || '' ).toLowerCase(); + switch ( value ) { + // we should remove it only if it matches "left" or "right", + // otherwise leave it intact. + case 'left': + case 'right': + element.removeAttribute( 'align' ); + } + } + } else if ( type == CLEANUP ) + element.removeStyle( 'float' ); + + } + } + ] + } + ] + }, + { + type: 'vbox', + height: '250px', + children: [ + { + type: 'html', + id: 'htmlPreview', + style: 'width:95%;', + html: '
' + CKEDITOR.tools.htmlEncode( editor.lang.common.preview ) + '
' + + '' + + '
' + + '' + + '' + + ( editor.config.image_previewText || 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ' + + 'Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, ' + + 'nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.' ) + + '
' + } + ] + } + ] + } + ] + }, + { + id: 'Link', + requiredContent: 'a[href]', + label: editor.lang.image.linkTab, + padding: 0, + elements: [ + { + id: 'txtUrl', + type: 'text', + label: editor.lang.common.url, + style: 'width: 100%', + 'default': '', + setup: function( type, element ) { + if ( type == LINK ) { + var href = element.data( 'cke-saved-href' ); + if ( !href ) + href = element.getAttribute( 'href' ); + this.setValue( href ); + } + }, + commit: function( type, element ) { + if ( type == LINK ) { + if ( this.getValue() || this.isChanged() ) { + var url = decodeURI( this.getValue() ); + element.data( 'cke-saved-href', url ); + element.setAttribute( 'href', url ); + + if ( this.getValue() || !editor.config.image_removeLinkByEmptyURL ) + this.getDialog().addLink = true; + } + } + } + }, + { + type: 'button', + id: 'browse', + filebrowser: { + action: 'Browse', + target: 'Link:txtUrl', + url: editor.config.filebrowserImageBrowseLinkUrl + }, + style: 'float:right', + hidden: true, + label: editor.lang.common.browseServer + }, + { + id: 'cmbTarget', + type: 'select', + requiredContent: 'a[target]', + label: editor.lang.common.target, + 'default': '', + items: [ + [ editor.lang.common.notSet, '' ], + [ editor.lang.common.targetNew, '_blank' ], + [ editor.lang.common.targetTop, '_top' ], + [ editor.lang.common.targetSelf, '_self' ], + [ editor.lang.common.targetParent, '_parent' ] + ], + setup: function( type, element ) { + if ( type == LINK ) + this.setValue( element.getAttribute( 'target' ) || '' ); + }, + commit: function( type, element ) { + if ( type == LINK ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'target', this.getValue() ); + } + } + } + ] + }, + { + id: 'Upload', + hidden: true, + filebrowser: 'uploadButton', + label: editor.lang.image.upload, + elements: [ + { + type: 'file', + id: 'upload', + label: editor.lang.image.btnUpload, + style: 'height:40px', + size: 38 + }, + { + type: 'fileButton', + id: 'uploadButton', + filebrowser: 'info:txtUrl', + label: editor.lang.image.btnUpload, + 'for': [ 'Upload', 'upload' ] + } + ] + }, + { + id: 'advanced', + label: editor.lang.common.advancedTab, + elements: [ + { + type: 'hbox', + widths: [ '50%', '25%', '25%' ], + children: [ + { + type: 'text', + id: 'linkId', + requiredContent: 'img[id]', + label: editor.lang.common.id, + setup: function( type, element ) { + if ( type == IMAGE ) + this.setValue( element.getAttribute( 'id' ) ); + }, + commit: function( type, element ) { + if ( type == IMAGE ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'id', this.getValue() ); + } + } + }, + { + id: 'cmbLangDir', + type: 'select', + requiredContent: 'img[dir]', + style: 'width : 100px;', + label: editor.lang.common.langDir, + 'default': '', + items: [ + [ editor.lang.common.notSet, '' ], + [ editor.lang.common.langDirLtr, 'ltr' ], + [ editor.lang.common.langDirRtl, 'rtl' ] + ], + setup: function( type, element ) { + if ( type == IMAGE ) + this.setValue( element.getAttribute( 'dir' ) ); + }, + commit: function( type, element ) { + if ( type == IMAGE ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'dir', this.getValue() ); + } + } + }, + { + type: 'text', + id: 'txtLangCode', + requiredContent: 'img[lang]', + label: editor.lang.common.langCode, + 'default': '', + setup: function( type, element ) { + if ( type == IMAGE ) + this.setValue( element.getAttribute( 'lang' ) ); + }, + commit: function( type, element ) { + if ( type == IMAGE ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'lang', this.getValue() ); + } + } + } + ] + }, + { + type: 'text', + id: 'txtGenLongDescr', + requiredContent: 'img[longdesc]', + label: editor.lang.common.longDescr, + setup: function( type, element ) { + if ( type == IMAGE ) + this.setValue( element.getAttribute( 'longDesc' ) ); + }, + commit: function( type, element ) { + if ( type == IMAGE ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'longDesc', this.getValue() ); + } + } + }, + { + type: 'hbox', + widths: [ '50%', '50%' ], + children: [ + { + type: 'text', + id: 'txtGenClass', + requiredContent: 'img(cke-xyz)', // Random text like 'xyz' will check if all are allowed. + label: editor.lang.common.cssClass, + 'default': '', + setup: function( type, element ) { + if ( type == IMAGE ) + this.setValue( element.getAttribute( 'class' ) ); + }, + commit: function( type, element ) { + if ( type == IMAGE ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'class', this.getValue() ); + } + } + }, + { + type: 'text', + id: 'txtGenTitle', + requiredContent: 'img[title]', + label: editor.lang.common.advisoryTitle, + 'default': '', + onChange: function() { + updatePreview( this.getDialog() ); + }, + setup: function( type, element ) { + if ( type == IMAGE ) + this.setValue( element.getAttribute( 'title' ) ); + }, + commit: function( type, element ) { + if ( type == IMAGE ) { + if ( this.getValue() || this.isChanged() ) + element.setAttribute( 'title', this.getValue() ); + } else if ( type == PREVIEW ) + element.setAttribute( 'title', this.getValue() ); + else if ( type == CLEANUP ) + element.removeAttribute( 'title' ); + + } + } + ] + }, + { + type: 'text', + id: 'txtdlgGenStyle', + requiredContent: 'img{cke-xyz}', // Random text like 'xyz' will check if all are allowed. + label: editor.lang.common.cssStyle, + validate: CKEDITOR.dialog.validate.inlineStyle( editor.lang.common.invalidInlineStyle ), + 'default': '', + setup: function( type, element ) { + if ( type == IMAGE ) { + var genStyle = element.getAttribute( 'style' ); + if ( !genStyle && element.$.style.cssText ) + genStyle = element.$.style.cssText; + this.setValue( genStyle ); + + var height = element.$.style.height, + width = element.$.style.width, + aMatchH = ( height ? height : '' ).match( regexGetSize ), + aMatchW = ( width ? width : '' ).match( regexGetSize ); + + this.attributesInStyle = { + height: !!aMatchH, + width: !!aMatchW + }; + } + }, + onChange: function() { + commitInternally.call( this, [ 'info:cmbFloat', 'info:cmbAlign', + 'info:txtVSpace', 'info:txtHSpace', + 'info:txtBorder', + 'info:txtWidth', 'info:txtHeight' ] ); + updatePreview( this ); + }, + commit: function( type, element ) { + if ( type == IMAGE && ( this.getValue() || this.isChanged() ) ) + element.setAttribute( 'style', this.getValue() ); + + } + } + ] + } + ] + }; + }; + + CKEDITOR.dialog.add( 'image', function( editor ) { + return imageDialog( editor, 'image' ); + } ); + + CKEDITOR.dialog.add( 'imagebutton', function( editor ) { + return imageDialog( editor, 'imagebutton' ); + } ); +} )(); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/icons/image.png b/lam/templates/lib/extra/ckeditor/plugins/image/icons/image.png new file mode 100644 index 00000000..fcf61b5f Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/image/icons/image.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/images/noimage.png b/lam/templates/lib/extra/ckeditor/plugins/image/images/noimage.png new file mode 100644 index 00000000..15981130 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/image/images/noimage.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/af.js new file mode 100644 index 00000000..1af81832 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/af.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'af', { + alertUrl: 'Gee URL van afbeelding.', + alt: 'Alternatiewe teks', + border: 'Rand', + btnUpload: 'Stuur na bediener', + button2Img: 'Wil u die geselekteerde afbeeldingsknop vervang met \'n eenvoudige afbeelding?', + hSpace: 'HSpasie', + img2Button: 'Wil u die geselekteerde afbeelding vervang met \'n afbeeldingsknop?', + infoTab: 'Afbeelding informasie', + linkTab: 'Skakel', + lockRatio: 'Vaste proporsie', + menu: 'Afbeelding eienskappe', + resetSize: 'Herstel grootte', + title: 'Afbeelding eienskappe', + titleButton: 'Afbeeldingsknop eienskappe', + upload: 'Oplaai', + urlMissing: 'Die URL na die afbeelding ontbreek.', + vSpace: 'VSpasie', + validateBorder: 'Rand moet \'n heelgetal wees.', + validateHSpace: 'HSpasie moet \'n heelgetal wees.', + validateVSpace: 'VSpasie moet \'n heelgetal wees.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ar.js new file mode 100644 index 00000000..2a748101 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ar.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ar', { + alertUrl: 'فضلاً أكتب الموقع الذي توجد عليه هذه الصورة.', + alt: 'عنوان الصورة', + border: 'سمك الحدود', + btnUpload: 'أرسلها للخادم', + button2Img: 'هل تريد تحويل زر الصورة المختار إلى صورة بسيطة؟', + hSpace: 'تباعد أفقي', + img2Button: 'هل تريد تحويل الصورة المختارة إلى زر صورة؟', + infoTab: 'معلومات الصورة', + linkTab: 'الرابط', + lockRatio: 'تناسق الحجم', + menu: 'خصائص الصورة', + resetSize: 'إستعادة الحجم الأصلي', + title: 'خصائص الصورة', + titleButton: 'خصائص زر الصورة', + upload: 'رفع', + urlMissing: 'عنوان مصدر الصورة مفقود', + vSpace: 'تباعد عمودي', + validateBorder: 'الإطار يجب أن يكون عددا', + validateHSpace: 'HSpace يجب أن يكون عدداً.', + validateVSpace: 'VSpace يجب أن يكون عدداً.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/bg.js new file mode 100644 index 00000000..8d19e794 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/bg.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'bg', { + alertUrl: 'Моля, въведете пълния път до изображението', + alt: 'Алтернативен текст', + border: 'Рамка', + btnUpload: 'Изпрати я на сървъра', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'Хоризонтален отстъп', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Инфо за снимка', + linkTab: 'Връзка', + lockRatio: 'Заключване на съотношението', + menu: 'Настройки за снимка', + resetSize: 'Нулиране на размер', + title: 'Настройки за снимка', + titleButton: 'Настойки за бутон за снимка', + upload: 'Качване', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'Вертикален отстъп', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/bn.js new file mode 100644 index 00000000..7b75326d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/bn.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'bn', { + alertUrl: 'অনুগ্রহক করে ছবির URL টাইপ করুন', + alt: 'বিকল্প টেক্সট', + border: 'বর্ডার', + btnUpload: 'ইহাকে সার্ভারে প্রেরন কর', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'হরাইজন্টাল স্পেস', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'ছবির তথ্য', + linkTab: 'লিংক', + lockRatio: 'অনুপাত লক কর', + menu: 'ছবির প্রোপার্টি', + resetSize: 'সাইজ পূর্বাবস্থায় ফিরিয়ে দাও', + title: 'ছবির প্রোপার্টি', + titleButton: 'ছবি বাটন প্রোপার্টি', + upload: 'আপলোড', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'ভার্টিকেল স্পেস', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/bs.js new file mode 100644 index 00000000..fe7ce3e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/bs.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'bs', { + alertUrl: 'Molimo ukucajte URL od slike.', + alt: 'Tekst na slici', + border: 'Okvir', + btnUpload: 'Šalji na server', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Info slike', + linkTab: 'Link', + lockRatio: 'Zakljuèaj odnos', + menu: 'Svojstva slike', + resetSize: 'Resetuj dimenzije', + title: 'Svojstva slike', + titleButton: 'Image Button Properties', // MISSING + upload: 'Šalji', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ca.js new file mode 100644 index 00000000..9da909d5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ca.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ca', { + alertUrl: 'Si us plau, escriviu la URL de la imatge', + alt: 'Text alternatiu', + border: 'Vora', + btnUpload: 'Envia-la al servidor', + button2Img: 'Voleu transformar el botó d\'imatge seleccionat en una simple imatge?', + hSpace: 'Espaiat horit.', + img2Button: 'Voleu transformar la imatge seleccionada en un botó d\'imatge?', + infoTab: 'Informació de la imatge', + linkTab: 'Enllaç', + lockRatio: 'Bloqueja les proporcions', + menu: 'Propietats de la imatge', + resetSize: 'Restaura la mida', + title: 'Propietats de la imatge', + titleButton: 'Propietats del botó d\'imatge', + upload: 'Puja', + urlMissing: 'Falta la URL de la imatge.', + vSpace: 'Espaiat vert.', + validateBorder: 'La vora ha de ser un nombre enter.', + validateHSpace: 'HSpace ha de ser un nombre enter.', + validateVSpace: 'VSpace ha de ser un nombre enter.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/cs.js new file mode 100644 index 00000000..f17179df --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/cs.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'cs', { + alertUrl: 'Zadejte prosím URL obrázku', + alt: 'Alternativní text', + border: 'Okraje', + btnUpload: 'Odeslat na server', + button2Img: 'Skutečně chcete převést zvolené obrázkové tlačítko na obyčejný obrázek?', + hSpace: 'Horizontální mezera', + img2Button: 'Skutečně chcete převést zvolený obrázek na obrázkové tlačítko?', + infoTab: 'Informace o obrázku', + linkTab: 'Odkaz', + lockRatio: 'Zámek', + menu: 'Vlastnosti obrázku', + resetSize: 'Původní velikost', + title: 'Vlastnosti obrázku', + titleButton: 'Vlastností obrázkového tlačítka', + upload: 'Odeslat', + urlMissing: 'Zadané URL zdroje obrázku nebylo nalezeno.', + vSpace: 'Vertikální mezera', + validateBorder: 'Okraj musí být nastaven v celých číslech.', + validateHSpace: 'Horizontální mezera musí být nastavena v celých číslech.', + validateVSpace: 'Vertikální mezera musí být nastavena v celých číslech.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/cy.js new file mode 100644 index 00000000..4fe325aa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/cy.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'cy', { + alertUrl: 'Rhowch URL y ddelwedd', + alt: 'Testun Amgen', + border: 'Ymyl', + btnUpload: 'Anfon i\'r Gweinydd', + button2Img: 'Ydych am drawsffurfio\'r botwm ddelwedd hwn ar ddelwedd syml?', + hSpace: 'BwlchLl', + img2Button: 'Ydych am drawsffurfio\'r ddelwedd hon ar fotwm delwedd?', + infoTab: 'Gwyb Delwedd', + linkTab: 'Dolen', + lockRatio: 'Cloi Cymhareb', + menu: 'Priodweddau Delwedd', + resetSize: 'Ailosod Maint', + title: 'Priodweddau Delwedd', + titleButton: 'Priodweddau Botwm Delwedd', + upload: 'Lanlwytho', + urlMissing: 'URL gwreiddiol y ddelwedd ar goll.', + vSpace: 'BwlchF', + validateBorder: 'Rhaid i\'r ymyl fod yn gyfanrif.', + validateHSpace: 'Rhaid i\'r HSpace fod yn gyfanrif.', + validateVSpace: 'Rhaid i\'r VSpace fod yn gyfanrif.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/da.js new file mode 100644 index 00000000..b1026e89 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/da.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'da', { + alertUrl: 'Indtast stien til billedet', + alt: 'Alternativ tekst', + border: 'Ramme', + btnUpload: 'Upload fil til serveren', + button2Img: 'Vil du lave billedknappen om til et almindeligt billede?', + hSpace: 'Vandret margen', + img2Button: 'Vil du lave billedet om til en billedknap?', + infoTab: 'Generelt', + linkTab: 'Hyperlink', + lockRatio: 'Lås størrelsesforhold', + menu: 'Egenskaber for billede', + resetSize: 'Nulstil størrelse', + title: 'Egenskaber for billede', + titleButton: 'Egenskaber for billedknap', + upload: 'Upload', + urlMissing: 'Kilde på billed-URL mangler', + vSpace: 'Lodret margen', + validateBorder: 'Kant skal være et helt nummer.', + validateHSpace: 'HSpace skal være et helt nummer.', + validateVSpace: 'VSpace skal være et helt nummer.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/de.js new file mode 100644 index 00000000..d687b0ca --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/de.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'de', { + alertUrl: 'Bitte geben Sie die Bild-URL an', + alt: 'Alternativer Text', + border: 'Rahmen', + btnUpload: 'Zum Server senden', + button2Img: 'Möchten Sie den gewählten Bild-Button in ein einfaches Bild umwandeln?', + hSpace: 'Horizontal-Abstand', + img2Button: 'Möchten Sie das gewählten Bild in einen Bild-Button umwandeln?', + infoTab: 'Bild-Info', + linkTab: 'Link', + lockRatio: 'Größenverhältnis beibehalten', + menu: 'Bild-Eigenschaften', + resetSize: 'Größe zurücksetzen', + title: 'Bild-Eigenschaften', + titleButton: 'Bildbutton-Eigenschaften', + upload: 'Hochladen', + urlMissing: 'Imagequelle URL fehlt.', + vSpace: 'Vertikal-Abstand', + validateBorder: 'Rahmen muß eine ganze Zahl sein.', + validateHSpace: 'Horizontal-Abstand muß eine ganze Zahl sein.', + validateVSpace: 'Vertikal-Abstand muß eine ganze Zahl sein.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/el.js new file mode 100644 index 00000000..2b0f0f11 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/el.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'el', { + alertUrl: 'Εισάγετε την τοποθεσία (URL) της εικόνας', + alt: 'Εναλλακτικό Κείμενο', + border: 'Περίγραμμα', + btnUpload: 'Αποστολή στον Διακομιστή', + button2Img: 'Θέλετε να μετατρέψετε το επιλεγμένο κουμπί εικόνας σε απλή εικόνα;', + hSpace: 'HSpace', + img2Button: 'Θέλετε να μεταμορφώσετε την επιλεγμένη εικόνα που είναι πάνω σε ένα κουμπί;', + infoTab: 'Πληροφορίες Εικόνας', + linkTab: 'Σύνδεσμος', + lockRatio: 'Κλείδωμα Αναλογίας', + menu: 'Ιδιότητες Εικόνας', + resetSize: 'Επαναφορά Αρχικού Μεγέθους', + title: 'Ιδιότητες Εικόνας', + titleButton: 'Ιδιότητες Κουμπιού Εικόνας', + upload: 'Αποστολή', + urlMissing: 'Το URL πηγής για την εικόνα λείπει.', + vSpace: 'VSpace', + validateBorder: 'Το περίγραμμα πρέπει να είναι ένας ακέραιος αριθμός.', + validateHSpace: 'Το HSpace πρέπει να είναι ένας ακέραιος αριθμός.', + validateVSpace: 'Το VSpace πρέπει να είναι ένας ακέραιος αριθμός.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-au.js new file mode 100644 index 00000000..bdc6d2f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-au.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'en-au', { + alertUrl: 'Please type the image URL', + alt: 'Alternative Text', + border: 'Border', + btnUpload: 'Send it to the Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', + infoTab: 'Image Info', + linkTab: 'Link', + lockRatio: 'Lock Ratio', + menu: 'Image Properties', + resetSize: 'Reset Size', + title: 'Image Properties', + titleButton: 'Image Button Properties', + upload: 'Upload', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-ca.js new file mode 100644 index 00000000..072987f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-ca.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'en-ca', { + alertUrl: 'Please type the image URL', + alt: 'Alternative Text', + border: 'Border', + btnUpload: 'Send it to the Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', + infoTab: 'Image Info', + linkTab: 'Link', + lockRatio: 'Lock Ratio', + menu: 'Image Properties', + resetSize: 'Reset Size', + title: 'Image Properties', + titleButton: 'Image Button Properties', + upload: 'Upload', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-gb.js new file mode 100644 index 00000000..343febdc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en-gb.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'en-gb', { + alertUrl: 'Please type the image URL', + alt: 'Alternative Text', + border: 'Border', + btnUpload: 'Send it to the Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', + infoTab: 'Image Info', + linkTab: 'Link', + lockRatio: 'Lock Ratio', + menu: 'Image Properties', + resetSize: 'Reset Size', + title: 'Image Properties', + titleButton: 'Image Button Properties', + upload: 'Upload', + urlMissing: 'Image source URL is missing.', + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', + validateHSpace: 'HSpace must be a whole number.', + validateVSpace: 'VSpace must be a whole number.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en.js new file mode 100644 index 00000000..299e2f12 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/en.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'en', { + alertUrl: 'Please type the image URL', + alt: 'Alternative Text', + border: 'Border', + btnUpload: 'Send it to the Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', + infoTab: 'Image Info', + linkTab: 'Link', + lockRatio: 'Lock Ratio', + menu: 'Image Properties', + resetSize: 'Reset Size', + title: 'Image Properties', + titleButton: 'Image Button Properties', + upload: 'Upload', + urlMissing: 'Image source URL is missing.', + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', + validateHSpace: 'HSpace must be a whole number.', + validateVSpace: 'VSpace must be a whole number.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/eo.js new file mode 100644 index 00000000..ad483832 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/eo.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'eo', { + alertUrl: 'Bonvolu tajpi la retadreson de la bildo', + alt: 'Anstataŭiga Teksto', + border: 'Bordero', + btnUpload: 'Sendu al Servilo', + button2Img: 'Ĉu vi volas transformi la selektitan bildbutonon en simplan bildon?', + hSpace: 'Horizontala Spaco', + img2Button: 'Ĉu vi volas transformi la selektitan bildon en bildbutonon?', + infoTab: 'Informoj pri Bildo', + linkTab: 'Ligilo', + lockRatio: 'Konservi Proporcion', + menu: 'Atributoj de Bildo', + resetSize: 'Origina Grando', + title: 'Atributoj de Bildo', + titleButton: 'Bildbutonaj Atributoj', + upload: 'Alŝuti', + urlMissing: 'La fontretadreso de la bildo mankas.', + vSpace: 'Vertikala Spaco', + validateBorder: 'La bordero devas esti entjera nombro.', + validateHSpace: 'La horizontala spaco devas esti entjera nombro.', + validateVSpace: 'La vertikala spaco devas esti entjera nombro.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/es.js new file mode 100644 index 00000000..e2d5c253 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/es.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'es', { + alertUrl: 'Por favor escriba la URL de la imagen', + alt: 'Texto Alternativo', + border: 'Borde', + btnUpload: 'Enviar al Servidor', + button2Img: '¿Desea convertir el botón de imagen en una simple imagen?', + hSpace: 'Esp.Horiz', + img2Button: '¿Desea convertir la imagen en un botón de imagen?', + infoTab: 'Información de Imagen', + linkTab: 'Vínculo', + lockRatio: 'Proporcional', + menu: 'Propiedades de Imagen', + resetSize: 'Tamaño Original', + title: 'Propiedades de Imagen', + titleButton: 'Propiedades de Botón de Imagen', + upload: 'Cargar', + urlMissing: 'Debe indicar la URL de la imagen.', + vSpace: 'Esp.Vert', + validateBorder: 'El borde debe ser un número.', + validateHSpace: 'El espaciado horizontal debe ser un número.', + validateVSpace: 'El espaciado vertical debe ser un número.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/et.js new file mode 100644 index 00000000..e4e74850 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/et.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'et', { + alertUrl: 'Palun kirjuta pildi URL', + alt: 'Alternatiivne tekst', + border: 'Joon', + btnUpload: 'Saada serverisse', + button2Img: 'Kas tahad teisendada valitud pildiga nupu tavaliseks pildiks?', + hSpace: 'H. vaheruum', + img2Button: 'Kas tahad teisendada valitud tavalise pildi pildiga nupuks?', + infoTab: 'Pildi info', + linkTab: 'Link', + lockRatio: 'Lukusta kuvasuhe', + menu: 'Pildi omadused', + resetSize: 'Lähtesta suurus', + title: 'Pildi omadused', + titleButton: 'Piltnupu omadused', + upload: 'Lae üles', + urlMissing: 'Pildi lähte-URL on puudu.', + vSpace: 'V. vaheruum', + validateBorder: 'Äärise laius peab olema täisarv.', + validateHSpace: 'Horisontaalne vaheruum peab olema täisarv.', + validateVSpace: 'Vertikaalne vaheruum peab olema täisarv.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/eu.js new file mode 100644 index 00000000..08387eb4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/eu.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'eu', { + alertUrl: 'Mesedez Irudiaren URLa idatzi', + alt: 'Ordezko Testua', + border: 'Ertza', + btnUpload: 'Zerbitzarira bidalia', + button2Img: 'Aukeratutako irudi botoia, irudi normal batean eraldatu nahi duzu?', + hSpace: 'HSpace', + img2Button: 'Aukeratutako irudia, irudi botoi batean eraldatu nahi duzu?', + infoTab: 'Irudi informazioa', + linkTab: 'Esteka', + lockRatio: 'Erlazioa Blokeatu', + menu: 'Irudi Ezaugarriak', + resetSize: 'Tamaina Berrezarri', + title: 'Irudi Ezaugarriak', + titleButton: 'Irudi Botoiaren Ezaugarriak', + upload: 'Gora Kargatu', + urlMissing: 'Irudiaren iturburu URL-a falta da.', + vSpace: 'VSpace', + validateBorder: 'Ertza zenbaki oso bat izan behar da.', + validateHSpace: 'HSpace zenbaki oso bat izan behar da.', + validateVSpace: 'VSpace zenbaki oso bat izan behar da.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fa.js new file mode 100644 index 00000000..09402c82 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fa.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'fa', { + alertUrl: 'لطفا URL تصویر را بنویسید', + alt: 'متن جایگزین', + border: 'لبه', + btnUpload: 'به سرور بفرست', + button2Img: 'آیا مایلید از یک تصویر ساده روی دکمه تصویری انتخاب شده استفاده کنید؟', + hSpace: 'فاصلهٴ افقی', + img2Button: 'آیا مایلید از یک دکمه تصویری روی تصویر انتخاب شده استفاده کنید؟', + infoTab: 'اطلاعات تصویر', + linkTab: 'پیوند', + lockRatio: 'قفل کردن نسبت', + menu: 'ویژگی​های تصویر', + resetSize: 'بازنشانی اندازه', + title: 'ویژگی​های تصویر', + titleButton: 'ویژگی​های دکمهٴ تصویری', + upload: 'انتقال به سرور', + urlMissing: 'آدرس URL اصلی تصویر یافت نشد.', + vSpace: 'فاصلهٴ عمودی', + validateBorder: 'مقدار خطوط باید یک عدد باشد.', + validateHSpace: 'مقدار فاصله گذاری افقی باید یک عدد باشد.', + validateVSpace: 'مقدار فاصله گذاری عمودی باید یک عدد باشد.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fi.js new file mode 100644 index 00000000..8f522173 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fi.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'fi', { + alertUrl: 'Kirjoita kuvan osoite (URL)', + alt: 'Vaihtoehtoinen teksti', + border: 'Kehys', + btnUpload: 'Lähetä palvelimelle', + button2Img: 'Haluatko muuntaa valitun kuvanäppäimen kuvaksi?', + hSpace: 'Vaakatila', + img2Button: 'Haluatko muuntaa valitun kuvan kuvanäppäimeksi?', + infoTab: 'Kuvan tiedot', + linkTab: 'Linkki', + lockRatio: 'Lukitse suhteet', + menu: 'Kuvan ominaisuudet', + resetSize: 'Alkuperäinen koko', + title: 'Kuvan ominaisuudet', + titleButton: 'Kuvapainikkeen ominaisuudet', + upload: 'Lisää kuva', + urlMissing: 'Kuvan lähdeosoite puuttuu.', + vSpace: 'Pystytila', + validateBorder: 'Kehyksen täytyy olla kokonaisluku.', + validateHSpace: 'HSpace-määrityksen täytyy olla kokonaisluku.', + validateVSpace: 'VSpace-määrityksen täytyy olla kokonaisluku.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fo.js new file mode 100644 index 00000000..fe23ced3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fo.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'fo', { + alertUrl: 'Rita slóðina til myndina', + alt: 'Alternativur tekstur', + border: 'Bordi', + btnUpload: 'Send til ambætaran', + button2Img: 'Skal valdi myndaknøttur gerast til vanliga mynd?', + hSpace: 'Høgri breddi', + img2Button: 'Skal valda mynd gerast til myndaknøtt?', + infoTab: 'Myndaupplýsingar', + linkTab: 'Tilknýti', + lockRatio: 'Læs lutfallið', + menu: 'Myndaeginleikar', + resetSize: 'Upprunastødd', + title: 'Myndaeginleikar', + titleButton: 'Eginleikar fyri myndaknøtt', + upload: 'Send', + urlMissing: 'URL til mynd manglar.', + vSpace: 'Vinstri breddi', + validateBorder: 'Bordi má vera eitt heiltal.', + validateHSpace: 'HSpace má vera eitt heiltal.', + validateVSpace: 'VSpace má vera eitt heiltal.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fr-ca.js new file mode 100644 index 00000000..fa7737b9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fr-ca.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'fr-ca', { + alertUrl: 'Veuillez saisir l\'URL de l\'image', + alt: 'Texte alternatif', + border: 'Bordure', + btnUpload: 'Envoyer sur le serveur', + button2Img: 'Désirez-vous transformer l\'image sélectionnée en image simple?', + hSpace: 'Espacement horizontal', + img2Button: 'Désirez-vous transformer l\'image sélectionnée en bouton image?', + infoTab: 'Informations sur l\'image', + linkTab: 'Lien', + lockRatio: 'Verrouiller les proportions', + menu: 'Propriétés de l\'image', + resetSize: 'Taille originale', + title: 'Propriétés de l\'image', + titleButton: 'Propriétés du bouton image', + upload: 'Téléverser', + urlMissing: 'L\'URL de la source de l\'image est manquant.', + vSpace: 'Espacement vertical', + validateBorder: 'La bordure doit être un entier.', + validateHSpace: 'L\'espacement horizontal doit être un entier.', + validateVSpace: 'L\'espacement vertical doit être un entier.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fr.js new file mode 100644 index 00000000..ae542121 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/fr.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'fr', { + alertUrl: 'Veuillez entrer l\'adresse de l\'image', + alt: 'Texte de remplacement', + border: 'Bordure', + btnUpload: 'Envoyer sur le serveur', + button2Img: 'Voulez-vous transformer le bouton image sélectionné en simple image?', + hSpace: 'Espacement horizontal', + img2Button: 'Voulez-vous transformer l\'image en bouton image?', + infoTab: 'Informations sur l\'image', + linkTab: 'Lien', + lockRatio: 'Conserver les proportions', + menu: 'Propriétés de l\'image', + resetSize: 'Taille d\'origine', + title: 'Propriétés de l\'image', + titleButton: 'Propriétés du bouton image', + upload: 'Envoyer', + urlMissing: 'L\'adresse source de l\'image est manquante.', + vSpace: 'Espacement vertical', + validateBorder: 'Bordure doit être un entier.', + validateHSpace: 'HSpace doit être un entier.', + validateVSpace: 'VSpace doit être un entier.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/gl.js new file mode 100644 index 00000000..f4aa596e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/gl.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'gl', { + alertUrl: 'Escriba o URL da imaxe', + alt: 'Texto alternativo', + border: 'Bordo', + btnUpload: 'Enviar ao servidor', + button2Img: 'Quere converter o botón da imaxe seleccionada nunha imaxe sinxela?', + hSpace: 'Esp.Horiz.', + img2Button: 'Quere converter a imaxe seleccionada nun botón de imaxe?', + infoTab: 'Información da imaxe', + linkTab: 'Ligazón', + lockRatio: 'Proporcional', + menu: 'Propiedades da imaxe', + resetSize: 'Tamaño orixinal', + title: 'Propiedades da imaxe', + titleButton: 'Propiedades do botón de imaxe', + upload: 'Cargar', + urlMissing: 'Non se atopa o URL da imaxe.', + vSpace: 'Esp.Vert.', + validateBorder: 'O bordo debe ser un número.', + validateHSpace: 'O espazado horizontal debe ser un número.', + validateVSpace: 'O espazado vertical debe ser un número.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/gu.js new file mode 100644 index 00000000..a24f4b03 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/gu.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'gu', { + alertUrl: 'ચિત્રની URL ટાઇપ કરો', + alt: 'ઑલ્ટર્નટ ટેક્સ્ટ', + border: 'બોર્ડર', + btnUpload: 'આ સર્વરને મોકલવું', + button2Img: 'તમારે ઈમેજ બટનને સાદી ઈમેજમાં બદલવું છે.', + hSpace: 'સમસ્તરીય જગ્યા', + img2Button: 'તમારે સાદી ઈમેજને ઈમેજ બટનમાં બદલવું છે.', + infoTab: 'ચિત્ર ની જાણકારી', + linkTab: 'લિંક', + lockRatio: 'લૉક ગુણોત્તર', + menu: 'ચિત્રના ગુણ', + resetSize: 'રીસેટ સાઇઝ', + title: 'ચિત્રના ગુણ', + titleButton: 'ચિત્ર બટનના ગુણ', + upload: 'અપલોડ', + urlMissing: 'ઈમેજની મૂળ URL છે નહી.', + vSpace: 'લંબરૂપ જગ્યા', + validateBorder: 'બોર્ડેર આંકડો હોવો જોઈએ.', + validateHSpace: 'HSpaceઆંકડો હોવો જોઈએ.', + validateVSpace: 'VSpace આંકડો હોવો જોઈએ. ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/he.js new file mode 100644 index 00000000..58732a96 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/he.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'he', { + alertUrl: 'יש להקליד את כתובת התמונה', + alt: 'טקסט חלופי', + border: 'מסגרת', + btnUpload: 'שליחה לשרת', + button2Img: 'האם להפוך את תמונת הכפתור לתמונה פשוטה?', + hSpace: 'מרווח אופקי', + img2Button: 'האם להפוך את התמונה לכפתור תמונה?', + infoTab: 'מידע על התמונה', + linkTab: 'קישור', + lockRatio: 'נעילת היחס', + menu: 'תכונות התמונה', + resetSize: 'איפוס הגודל', + title: 'מאפייני התמונה', + titleButton: 'מאפיני כפתור תמונה', + upload: 'העלאה', + urlMissing: 'כתובת התמונה חסרה.', + vSpace: 'מרווח אנכי', + validateBorder: 'שדה המסגרת חייב להיות מספר שלם.', + validateHSpace: 'שדה המרווח האופקי חייב להיות מספר שלם.', + validateVSpace: 'שדה המרווח האנכי חייב להיות מספר שלם.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/hi.js new file mode 100644 index 00000000..4986a3e5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/hi.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'hi', { + alertUrl: 'तस्वीर का URL टाइप करें ', + alt: 'वैकल्पिक टेक्स्ट', + border: 'बॉर्डर', + btnUpload: 'इसे सर्वर को भेजें', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'हॉरिज़ॉन्टल स्पेस', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'तस्वीर की जानकारी', + linkTab: 'लिंक', + lockRatio: 'लॉक अनुपात', + menu: 'तस्वीर प्रॉपर्टीज़', + resetSize: 'रीसॅट साइज़', + title: 'तस्वीर प्रॉपर्टीज़', + titleButton: 'तस्वीर बटन प्रॉपर्टीज़', + upload: 'अपलोड', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'वर्टिकल स्पेस', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/hr.js new file mode 100644 index 00000000..a11f9f4c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/hr.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'hr', { + alertUrl: 'Unesite URL slike', + alt: 'Alternativni tekst', + border: 'Okvir', + btnUpload: 'Pošalji na server', + button2Img: 'Želite li promijeniti odabrani gumb u jednostavnu sliku?', + hSpace: 'HSpace', + img2Button: 'Želite li promijeniti odabranu sliku u gumb?', + infoTab: 'Info slike', + linkTab: 'Link', + lockRatio: 'Zaključaj odnos', + menu: 'Svojstva slika', + resetSize: 'Obriši veličinu', + title: 'Svojstva slika', + titleButton: 'Image Button svojstva', + upload: 'Pošalji', + urlMissing: 'Nedostaje URL slike.', + vSpace: 'VSpace', + validateBorder: 'Okvir mora biti cijeli broj.', + validateHSpace: 'HSpace mora biti cijeli broj', + validateVSpace: 'VSpace mora biti cijeli broj.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/hu.js new file mode 100644 index 00000000..b763c636 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/hu.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'hu', { + alertUrl: 'Töltse ki a kép webcímét', + alt: 'Buborék szöveg', + border: 'Keret', + btnUpload: 'Küldés a szerverre', + button2Img: 'A kiválasztott képgombból sima képet szeretne csinálni?', + hSpace: 'Vízsz. táv', + img2Button: 'A kiválasztott képből képgombot szeretne csinálni?', + infoTab: 'Alaptulajdonságok', + linkTab: 'Hivatkozás', + lockRatio: 'Arány megtartása', + menu: 'Kép tulajdonságai', + resetSize: 'Eredeti méret', + title: 'Kép tulajdonságai', + titleButton: 'Képgomb tulajdonságai', + upload: 'Feltöltés', + urlMissing: 'Hiányzik a kép URL-je', + vSpace: 'Függ. táv', + validateBorder: 'A keret méretének egész számot kell beírni!', + validateHSpace: 'Vízszintes távolságnak egész számot kell beírni!', + validateVSpace: 'Függőleges távolságnak egész számot kell beírni!' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/id.js new file mode 100644 index 00000000..f4f61e57 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/id.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'id', { + alertUrl: 'Mohon tulis URL gambar', + alt: 'Teks alternatif', + border: 'Batas', + btnUpload: 'Kirim ke Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'HSpace', // MISSING + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Info Gambar', + linkTab: 'Tautan', + lockRatio: 'Lock Ratio', // MISSING + menu: 'Image Properties', // MISSING + resetSize: 'Reset Size', // MISSING + title: 'Image Properties', // MISSING + titleButton: 'Image Button Properties', // MISSING + upload: 'Unggah', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/is.js new file mode 100644 index 00000000..628e3466 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/is.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'is', { + alertUrl: 'Sláðu inn slóðina að myndinni', + alt: 'Baklægur texti', + border: 'Rammi', + btnUpload: 'Hlaða upp', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'Vinstri bil', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Almennt', + linkTab: 'Stikla', + lockRatio: 'Festa stærðarhlutfall', + menu: 'Eigindi myndar', + resetSize: 'Reikna stærð', + title: 'Eigindi myndar', + titleButton: 'Eigindi myndahnapps', + upload: 'Hlaða upp', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'Hægri bil', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/it.js new file mode 100644 index 00000000..5e83df4f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/it.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'it', { + alertUrl: 'Devi inserire l\'URL per l\'immagine', + alt: 'Testo alternativo', + border: 'Bordo', + btnUpload: 'Invia al server', + button2Img: 'Vuoi trasformare il bottone immagine selezionato in un\'immagine semplice?', + hSpace: 'HSpace', + img2Button: 'Vuoi trasferomare l\'immagine selezionata in un bottone immagine?', + infoTab: 'Informazioni immagine', + linkTab: 'Collegamento', + lockRatio: 'Blocca rapporto', + menu: 'Proprietà immagine', + resetSize: 'Reimposta dimensione', + title: 'Proprietà immagine', + titleButton: 'Proprietà bottone immagine', + upload: 'Carica', + urlMissing: 'Manca l\'URL dell\'immagine.', + vSpace: 'VSpace', + validateBorder: 'Il campo Bordo deve essere un numero intero.', + validateHSpace: 'Il campo HSpace deve essere un numero intero.', + validateVSpace: 'Il campo VSpace deve essere un numero intero.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ja.js new file mode 100644 index 00000000..5d0777d7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ja.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ja', { + alertUrl: '画像のURLを入力してください', + alt: '代替テキスト', + border: '枠線の幅', + btnUpload: 'サーバーに送信', + button2Img: '選択した画像ボタンを画像に変換しますか?', + hSpace: '水平間隔', + img2Button: '選択した画像を画像ボタンに変換しますか?', + infoTab: '画像情報', + linkTab: 'リンク', + lockRatio: '比率を固定', + menu: '画像のプロパティ', + resetSize: 'サイズをリセット', + title: '画像のプロパティ', + titleButton: '画像ボタンのプロパティ', + upload: 'アップロード', + urlMissing: '画像のURLを入力してください。', + vSpace: '垂直間隔', + validateBorder: '枠線の幅は数値で入力してください。', + validateHSpace: '水平間隔は数値で入力してください。', + validateVSpace: '垂直間隔は数値で入力してください。' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ka.js new file mode 100644 index 00000000..9db5f622 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ka.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ka', { + alertUrl: 'აკრიფეთ სურათის URL', + alt: 'სანაცვლო ტექსტი', + border: 'ჩარჩო', + btnUpload: 'სერვერისთვის გაგზავნა', + button2Img: 'გსურთ არჩეული სურათიანი ღილაკის გადაქცევა ჩვეულებრივ ღილაკად?', + hSpace: 'ჰორიზონტალური სივრცე', + img2Button: 'გსურთ არჩეული ჩვეულებრივი ღილაკის გადაქცევა სურათიან ღილაკად?', + infoTab: 'სურათის ინფორმცია', + linkTab: 'ბმული', + lockRatio: 'პროპორციის შენარჩუნება', + menu: 'სურათის პარამეტრები', + resetSize: 'ზომის დაბრუნება', + title: 'სურათის პარამეტრები', + titleButton: 'სურათიანი ღილაკის პარამეტრები', + upload: 'ატვირთვა', + urlMissing: 'სურათის URL არაა შევსებული.', + vSpace: 'ვერტიკალური სივრცე', + validateBorder: 'ჩარჩო მთელი რიცხვი უნდა იყოს.', + validateHSpace: 'ჰორიზონტალური სივრცე მთელი რიცხვი უნდა იყოს.', + validateVSpace: 'ვერტიკალური სივრცე მთელი რიცხვი უნდა იყოს.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/km.js new file mode 100644 index 00000000..29ef2d62 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/km.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'km', { + alertUrl: 'សូម​បញ្ចូល URL រូបភាព', + alt: 'អត្ថបទជំនួស', + border: 'ស៊ុម', + btnUpload: 'ផ្ញើ​ទៅ​ម៉ាស៊ីន​បម្រើ', + button2Img: 'តើ​អ្នក​ចង់​ផ្លាស់​ប្ដូរ​ប៊ូតុង​រូបភាព​ដែល​បាន​ជ្រើស នៅ​លើ​រូបភាព​ធម្មតា​មួយ​មែនទេ?', + hSpace: 'គម្លាត​ផ្ដេក', + img2Button: 'តើ​អ្នក​ចង់​ផ្លាស់​ប្ដូរ​រូបភាព​ដែល​បាន​ជ្រើស នៅ​លើ​ប៊ូតុង​រូបភាព​មែនទេ?', + infoTab: 'ពត៌មានអំពីរូបភាព', + linkTab: 'តំណ', + lockRatio: 'ចាក់​សោ​ផល​ធៀប', + menu: 'លក្ខណៈ​រូបភាព', + resetSize: 'កំណត់ទំហំឡើងវិញ', + title: 'លក្ខណៈ​រូបភាព', + titleButton: 'លក្ខណៈ​ប៊ូតុង​រូបភាព', + upload: 'ផ្ទុកឡើង', + urlMissing: 'ខ្វះ URL ប្រភព​រូប​ភាព។', + vSpace: 'គម្លាត​បញ្ឈរ', + validateBorder: 'ស៊ុម​ត្រូវ​តែ​ជា​លេខ។', + validateHSpace: 'គម្លាត​ផ្ដេក​ត្រូវ​តែ​ជា​លេខ។', + validateVSpace: 'គម្លាត​បញ្ឈរ​ត្រូវ​តែ​ជា​លេខ។' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ko.js new file mode 100644 index 00000000..05e1bd04 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ko.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ko', { + alertUrl: '이미지 URL을 입력하십시요', + alt: '이미지 설명', + border: '테두리', + btnUpload: '서버로 전송', + button2Img: '단순 이미지에서 선택한 이미지 버튼을 변환하시겠습니까?', + hSpace: '수평여백', + img2Button: '이미지 버튼에 선택한 이미지를 변환하시겠습니까?', + infoTab: '이미지 정보', + linkTab: '링크', + lockRatio: '비율 유지', + menu: '이미지 설정', + resetSize: '원래 크기로', + title: '이미지 설정', + titleButton: '이미지버튼 속성', + upload: '업로드', + urlMissing: '이미지 소스 URL이 없습니다.', + vSpace: '수직여백', + validateBorder: '테두리는 정수여야 합니다.', + validateHSpace: '가로 길이는 정수여야 합니다.', + validateVSpace: '세로 길이는 정수여야 합니다.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ku.js new file mode 100644 index 00000000..ea870fee --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ku.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ku', { + alertUrl: 'تکایه ناونیشانی بەستەری وێنه بنووسه', + alt: 'جێگرەوەی دەق', + border: 'پەراوێز', + btnUpload: 'ناردنی بۆ ڕاژه', + button2Img: 'تۆ دەتەوێت دوگمەی وێنەی دیاریکراو بگۆڕیت بۆ وێنەیەکی ئاسایی؟', + hSpace: 'بۆشایی ئاسۆیی', + img2Button: 'تۆ دەتەوێت وێنەی دیاریکراو بگۆڕیت بۆ دوگمەی وێنه؟', + infoTab: 'زانیاری وێنه', + linkTab: 'بەستەر', + lockRatio: 'داخستنی ڕێژه', + menu: 'خاسیەتی وێنه', + resetSize: 'ڕێکخستنەوەی قەباره', + title: 'خاسیەتی وێنه', + titleButton: 'خاسیەتی دوگمەی وێنه', + upload: 'بارکردن', + urlMissing: 'سەرچاوەی بەستەری وێنه بزره', + vSpace: 'بۆشایی ئەستونی', + validateBorder: 'پەراوێز دەبێت بەتەواوی تەنها ژماره بێت.', + validateHSpace: 'بۆشایی ئاسۆیی دەبێت بەتەواوی تەنها ژمارە بێت.', + validateVSpace: 'بۆشایی ئەستونی دەبێت بەتەواوی تەنها ژماره بێت.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/lt.js new file mode 100644 index 00000000..090b8f2a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/lt.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'lt', { + alertUrl: 'Prašome įvesti vaizdo URL', + alt: 'Alternatyvus Tekstas', + border: 'Rėmelis', + btnUpload: 'Siųsti į serverį', + button2Img: 'Ar norite mygtuką paversti paprastu paveiksliuku?', + hSpace: 'Hor.Erdvė', + img2Button: 'Ar norite paveiksliuką paversti mygtuku?', + infoTab: 'Vaizdo informacija', + linkTab: 'Nuoroda', + lockRatio: 'Išlaikyti proporciją', + menu: 'Vaizdo savybės', + resetSize: 'Atstatyti dydį', + title: 'Vaizdo savybės', + titleButton: 'Vaizdinio mygtuko savybės', + upload: 'Nusiųsti', + urlMissing: 'Paveiksliuko nuorodos nėra.', + vSpace: 'Vert.Erdvė', + validateBorder: 'Reikšmė turi būti sveikas skaičius.', + validateHSpace: 'Reikšmė turi būti sveikas skaičius.', + validateVSpace: 'Reikšmė turi būti sveikas skaičius.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/lv.js new file mode 100644 index 00000000..cde75ede --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/lv.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'lv', { + alertUrl: 'Lūdzu norādīt attēla hipersaiti', + alt: 'Alternatīvais teksts', + border: 'Rāmis', + btnUpload: 'Nosūtīt serverim', + button2Img: 'Vai vēlaties pārveidot izvēlēto attēla pogu uz attēla?', + hSpace: 'Horizontālā telpa', + img2Button: 'Vai vēlaties pārveidot izvēlēto attēlu uz attēla pogas?', + infoTab: 'Informācija par attēlu', + linkTab: 'Hipersaite', + lockRatio: 'Nemainīga Augstuma/Platuma attiecība', + menu: 'Attēla īpašības', + resetSize: 'Atjaunot sākotnējo izmēru', + title: 'Attēla īpašības', + titleButton: 'Attēlpogas īpašības', + upload: 'Augšupielādēt', + urlMissing: 'Trūkst attēla atrašanās adrese.', + vSpace: 'Vertikālā telpa', + validateBorder: 'Apmalei jābūt veselam skaitlim', + validateHSpace: 'HSpace jābūt veselam skaitlim', + validateVSpace: 'VSpace jābūt veselam skaitlim' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/mk.js new file mode 100644 index 00000000..e27f37c2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/mk.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'mk', { + alertUrl: 'Please type the image URL', // MISSING + alt: 'Alternative Text', // MISSING + border: 'Border', // MISSING + btnUpload: 'Send it to the Server', // MISSING + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'HSpace', // MISSING + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Image Info', // MISSING + linkTab: 'Link', // MISSING + lockRatio: 'Lock Ratio', // MISSING + menu: 'Image Properties', // MISSING + resetSize: 'Reset Size', // MISSING + title: 'Image Properties', // MISSING + titleButton: 'Image Button Properties', // MISSING + upload: 'Upload', // MISSING + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'VSpace', // MISSING + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/mn.js new file mode 100644 index 00000000..f36d180c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/mn.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'mn', { + alertUrl: 'Зурагны URL-ын төрлийн сонгоно уу', + alt: 'Зургийг орлох бичвэр', + border: 'Хүрээ', + btnUpload: 'Үүнийг сервэррүү илгээ', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'Хөндлөн зай', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Зурагны мэдээлэл', + linkTab: 'Холбоос', + lockRatio: 'Радио түгжих', + menu: 'Зураг', + resetSize: 'хэмжээ дахин оноох', + title: 'Зураг', + titleButton: 'Зурган товчны шинж чанар', + upload: 'Хуулах', + urlMissing: 'Зургийн эх сурвалжийн хаяг (URL) байхгүй байна.', + vSpace: 'Босоо зай', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ms.js new file mode 100644 index 00000000..c61fc5e4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ms.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ms', { + alertUrl: 'Sila taip URL untuk fail gambar', + alt: 'Text Alternatif', + border: 'Border', + btnUpload: 'Hantar ke Server', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'Ruang Melintang', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Info Imej', + linkTab: 'Sambungan', + lockRatio: 'Tetapkan Nisbah', + menu: 'Ciri-ciri Imej', + resetSize: 'Saiz Set Semula', + title: 'Ciri-ciri Imej', + titleButton: 'Ciri-ciri Butang Bergambar', + upload: 'Muat Naik', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'Ruang Menegak', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/nb.js new file mode 100644 index 00000000..92d08c91 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/nb.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'nb', { + alertUrl: 'Vennligst skriv bilde-urlen', + alt: 'Alternativ tekst', + border: 'Ramme', + btnUpload: 'Send det til serveren', + button2Img: 'Vil du endre den valgte bildeknappen til et vanlig bilde?', + hSpace: 'HMarg', + img2Button: 'Vil du endre det valgte bildet til en bildeknapp?', + infoTab: 'Bildeinformasjon', + linkTab: 'Lenke', + lockRatio: 'Lås forhold', + menu: 'Bildeegenskaper', + resetSize: 'Tilbakestill størrelse', + title: 'Bildeegenskaper', + titleButton: 'Egenskaper for bildeknapp', + upload: 'Last opp', + urlMissing: 'Bildets adresse mangler.', + vSpace: 'VMarg', + validateBorder: 'Ramme må være et heltall.', + validateHSpace: 'HMarg må være et heltall.', + validateVSpace: 'VMarg må være et heltall.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/nl.js new file mode 100644 index 00000000..6d5024cd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/nl.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'nl', { + alertUrl: 'Geef de URL van de afbeelding', + alt: 'Alternatieve tekst', + border: 'Rand', + btnUpload: 'Naar server verzenden', + button2Img: 'Wilt u de geselecteerde afbeeldingsknop vervangen door een eenvoudige afbeelding?', + hSpace: 'HSpace', + img2Button: 'Wilt u de geselecteerde afbeelding vervangen door een afbeeldingsknop?', + infoTab: 'Informatie afbeelding', + linkTab: 'Link', + lockRatio: 'Afmetingen vergrendelen', + menu: 'Eigenschappen afbeelding', + resetSize: 'Afmetingen resetten', + title: 'Eigenschappen afbeelding', + titleButton: 'Eigenschappen afbeeldingsknop', + upload: 'Upload', + urlMissing: 'De URL naar de afbeelding ontbreekt.', + vSpace: 'VSpace', + validateBorder: 'Rand moet een heel nummer zijn.', + validateHSpace: 'HSpace moet een heel nummer zijn.', + validateVSpace: 'VSpace moet een heel nummer zijn.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/no.js new file mode 100644 index 00000000..b67329f0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/no.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'no', { + alertUrl: 'Vennligst skriv bilde-urlen', + alt: 'Alternativ tekst', + border: 'Ramme', + btnUpload: 'Send det til serveren', + button2Img: 'Vil du endre den valgte bildeknappen til et vanlig bilde?', + hSpace: 'HMarg', + img2Button: 'Vil du endre det valgte bildet til en bildeknapp?', + infoTab: 'Bildeinformasjon', + linkTab: 'Lenke', + lockRatio: 'Lås forhold', + menu: 'Bildeegenskaper', + resetSize: 'Tilbakestill størrelse', + title: 'Bildeegenskaper', + titleButton: 'Egenskaper for bildeknapp', + upload: 'Last opp', + urlMissing: 'Bildets adresse mangler.', + vSpace: 'VMarg', + validateBorder: 'Ramme må være et heltall.', + validateHSpace: 'HMarg må være et heltall.', + validateVSpace: 'VMarg må være et heltall.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/pl.js new file mode 100644 index 00000000..ebfad8ad --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/pl.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'pl', { + alertUrl: 'Podaj adres obrazka.', + alt: 'Tekst zastępczy', + border: 'Obramowanie', + btnUpload: 'Wyślij', + button2Img: 'Czy chcesz przekonwertować zaznaczony przycisk graficzny do zwykłego obrazka?', + hSpace: 'Odstęp poziomy', + img2Button: 'Czy chcesz przekonwertować zaznaczony obrazek do przycisku graficznego?', + infoTab: 'Informacje o obrazku', + linkTab: 'Hiperłącze', + lockRatio: 'Zablokuj proporcje', + menu: 'Właściwości obrazka', + resetSize: 'Przywróć rozmiar', + title: 'Właściwości obrazka', + titleButton: 'Właściwości przycisku graficznego', + upload: 'Wyślij', + urlMissing: 'Podaj adres URL obrazka.', + vSpace: 'Odstęp pionowy', + validateBorder: 'Wartość obramowania musi być liczbą całkowitą.', + validateHSpace: 'Wartość odstępu poziomego musi być liczbą całkowitą.', + validateVSpace: 'Wartość odstępu pionowego musi być liczbą całkowitą.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/pt-br.js new file mode 100644 index 00000000..b0ed9c78 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/pt-br.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'pt-br', { + alertUrl: 'Por favor, digite a URL da imagem.', + alt: 'Texto Alternativo', + border: 'Borda', + btnUpload: 'Enviar para o Servidor', + button2Img: 'Deseja transformar o botão de imagem em uma imagem comum?', + hSpace: 'HSpace', + img2Button: 'Deseja transformar a imagem em um botão de imagem?', + infoTab: 'Informações da Imagem', + linkTab: 'Link', + lockRatio: 'Travar Proporções', + menu: 'Formatar Imagem', + resetSize: 'Redefinir para o Tamanho Original', + title: 'Formatar Imagem', + titleButton: 'Formatar Botão de Imagem', + upload: 'Enviar', + urlMissing: 'URL da imagem está faltando.', + vSpace: 'VSpace', + validateBorder: 'A borda deve ser um número inteiro.', + validateHSpace: 'O HSpace deve ser um número inteiro.', + validateVSpace: 'O VSpace deve ser um número inteiro.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/pt.js new file mode 100644 index 00000000..22aae00e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/pt.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'pt', { + alertUrl: 'Por favor introduza o URL da imagem', + alt: 'Texto Alternativo', + border: 'Limite', + btnUpload: 'Enviar para o Servidor', + button2Img: 'Deseja transformar o botão com imagem selecionado em uma imagem?', + hSpace: 'Esp.Horiz', + img2Button: 'Deseja transformar a imagem selecionada em um botão com imagem?', + infoTab: 'Informação da Imagem', + linkTab: 'Hiperligação', + lockRatio: 'Proporcional', + menu: 'Propriedades da Imagem', + resetSize: 'Tamanho Original', + title: 'Propriedades da Imagem', + titleButton: 'Propriedades do Botão de imagens', + upload: 'Carregar', + urlMissing: 'O URL da fonte da imagem está em falta.', + vSpace: 'Esp.Vert', + validateBorder: 'A borda tem de ser um numero.', + validateHSpace: 'HSpace tem de ser um numero.', + validateVSpace: 'VSpace tem de ser um numero.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ro.js new file mode 100644 index 00000000..5cfcd288 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ro.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ro', { + alertUrl: 'Vă rugăm să scrieţi URL-ul imaginii', + alt: 'Text alternativ', + border: 'Margine', + btnUpload: 'Trimite la server', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Informaţii despre imagine', + linkTab: 'Link (Legătură web)', + lockRatio: 'Păstrează proporţiile', + menu: 'Proprietăţile imaginii', + resetSize: 'Resetează mărimea', + title: 'Proprietăţile imaginii', + titleButton: 'Proprietăţi buton imagine (Image Button)', + upload: 'Încarcă', + urlMissing: 'Sursa URL a imaginii lipsește.', + vSpace: 'VSpace', + validateBorder: 'Bordura trebuie să fie un număr întreg.', + validateHSpace: 'Hspace trebuie să fie un număr întreg.', + validateVSpace: 'Vspace trebuie să fie un număr întreg.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ru.js new file mode 100644 index 00000000..a9a949f9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ru.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ru', { + alertUrl: 'Пожалуйста, введите ссылку на изображение', + alt: 'Альтернативный текст', + border: 'Граница', + btnUpload: 'Загрузить на сервер', + button2Img: 'Вы желаете преобразовать это изображение-кнопку в обычное изображение?', + hSpace: 'Гориз. отступ', + img2Button: 'Вы желаете преобразовать это обычное изображение в изображение-кнопку?', + infoTab: 'Данные об изображении', + linkTab: 'Ссылка', + lockRatio: 'Сохранять пропорции', + menu: 'Свойства изображения', + resetSize: 'Вернуть обычные размеры', + title: 'Свойства изображения', + titleButton: 'Свойства изображения-кнопки', + upload: 'Загрузить', + urlMissing: 'Не указана ссылка на изображение.', + vSpace: 'Вертик. отступ', + validateBorder: 'Размер границ должен быть задан числом.', + validateHSpace: 'Горизонтальный отступ должен быть задан числом.', + validateVSpace: 'Вертикальный отступ должен быть задан числом.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/si.js new file mode 100644 index 00000000..7cdd07c2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/si.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'si', { + alertUrl: 'කරුණාකර රුපයේ URL ලියන්න', + alt: 'විකල්ප ', + border: 'සීමාවවල ', + btnUpload: 'සේවාදායකය වෙත යොමුකිරිම', + button2Img: 'ඔබට තෝරන ලද රුපය පරිවර්තනය කිරීමට අවශ්‍යද?', + hSpace: 'HSpace', + img2Button: 'ඔබට තෝරන ලද රුපය පරිවර්තනය කිරීමට අවශ්‍යද?', + infoTab: 'රුපයේ තොරතුරු', + linkTab: 'සබැඳිය', + lockRatio: 'නවතන අනුපාතය ', + menu: 'රුපයේ ගුණ', + resetSize: 'නැවතත් විශාලත්වය වෙනස් කිරීම', + title: 'රුපයේ ', + titleButton: 'රුප බොත්තමේ ගුණ', + upload: 'උඩුගතකිරීම', + urlMissing: 'රුප මුලාශ්‍ර URL නැත.', + vSpace: 'VSpace', + validateBorder: 'මාඉම් සම්පුර්ණ සංක්‍යාවක් විය යුතුය.', + validateHSpace: 'HSpace සම්පුර්ණ සංක්‍යාවක් විය යුතුය', + validateVSpace: 'VSpace සම්පුර්ණ සංක්‍යාවක් විය යුතුය.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sk.js new file mode 100644 index 00000000..1d000515 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sk.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'sk', { + alertUrl: 'Zadajte prosím URL obrázka', + alt: 'Alternatívny text', + border: 'Rám (border)', + btnUpload: 'Odoslať to na server', + button2Img: 'Chcete zmeniť vybrané obrázkové tlačidlo na jednoduchý obrázok?', + hSpace: 'H-medzera', + img2Button: 'Chcete zmeniť vybraný obrázok na obrázkové tlačidlo?', + infoTab: 'Informácie o obrázku', + linkTab: 'Odkaz', + lockRatio: 'Pomer zámky', + menu: 'Vlastnosti obrázka', + resetSize: 'Pôvodná veľkosť', + title: 'Vlastnosti obrázka', + titleButton: 'Vlastnosti obrázkového tlačidla', + upload: 'Nahrať', + urlMissing: 'Chýba URL zdroja obrázka.', + vSpace: 'V-medzera', + validateBorder: 'Rám (border) musí byť celé číslo.', + validateHSpace: 'H-medzera musí byť celé číslo.', + validateVSpace: 'V-medzera musí byť celé číslo.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sl.js new file mode 100644 index 00000000..a92688c6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sl.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'sl', { + alertUrl: 'Vnesite URL slike', + alt: 'Nadomestno besedilo', + border: 'Obroba', + btnUpload: 'Pošlji na strežnik', + button2Img: 'Želiš pretvoriti izbrani gumb s sliko v preprosto sliko?', + hSpace: 'Vodoravni razmik', + img2Button: 'Želiš pretvoriti izbrano sliko v gumb s sliko?', + infoTab: 'Podatki o sliki', + linkTab: 'Povezava', + lockRatio: 'Zakleni razmerje', + menu: 'Lastnosti slike', + resetSize: 'Ponastavi velikost', + title: 'Lastnosti slike', + titleButton: 'Lastnosti gumba s sliko', + upload: 'Pošlji', + urlMissing: 'Manjka vir (URL) slike.', + vSpace: 'Navpični razmik', + validateBorder: 'Meja mora biti celo število.', + validateHSpace: 'HSpace mora biti celo število.', + validateVSpace: 'VSpace mora biti celo število.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sq.js new file mode 100644 index 00000000..e49063d9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sq.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'sq', { + alertUrl: 'Ju lutemi shkruani URL-në e fotos', + alt: 'Tekst Alternativ', + border: 'Korniza', + btnUpload: 'Dërgo në server', + button2Img: 'Dëshironi të e ndërroni pullën e fotos së selektuar në një foto të thjeshtë?', + hSpace: 'HSpace', + img2Button: 'Dëshironi të ndryshoni foton e përzgjedhur në pullë?', + infoTab: 'Informacione mbi Fotografinë', + linkTab: 'Nyja', + lockRatio: 'Mbyll Racionin', + menu: 'Karakteristikat e Fotografisë', + resetSize: 'Rikthe Madhësinë', + title: 'Karakteristikat e Fotografisë', + titleButton: 'Karakteristikat e Pullës së Fotografisë', + upload: 'Ngarko', + urlMissing: 'Mungon URL e burimit të fotografisë.', + vSpace: 'Hapësira Vertikale', + validateBorder: 'Korniza duhet të jetë numër i plotë.', + validateHSpace: 'Hapësira horizontale duhet të jetë numër i plotë.', + validateVSpace: 'Hapësira vertikale duhet të jetë numër i plotë.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sr-latn.js new file mode 100644 index 00000000..0db3c0e1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sr-latn.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'sr-latn', { + alertUrl: 'Unesite URL slike', + alt: 'Alternativni tekst', + border: 'Okvir', + btnUpload: 'Pošalji na server', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'HSpace', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'Info slike', + linkTab: 'Link', + lockRatio: 'Zaključaj odnos', + menu: 'Osobine slika', + resetSize: 'Resetuj veličinu', + title: 'Osobine slika', + titleButton: 'Osobine dugmeta sa slikom', + upload: 'Pošalji', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'VSpace', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sr.js new file mode 100644 index 00000000..36f8b4b9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sr.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'sr', { + alertUrl: 'Унесите УРЛ слике', + alt: 'Алтернативни текст', + border: 'Оквир', + btnUpload: 'Пошаљи на сервер', + button2Img: 'Да ли желите да промените одабрану слику дугмета као једноставну слику?', + hSpace: 'HSpace', + img2Button: 'Да ли желите да промените одабрану слику у слику дугмета?', + infoTab: 'Инфо слике', + linkTab: 'Линк', + lockRatio: 'Закључај однос', + menu: 'Особине слика', + resetSize: 'Ресетуј величину', + title: 'Особине слика', + titleButton: 'Особине дугмета са сликом', + upload: 'Пошаљи', + urlMissing: 'Недостаје УРЛ слике.', + vSpace: 'VSpace', + validateBorder: 'Ивица треба да буде цифра.', + validateHSpace: 'HSpace треба да буде цифра.', + validateVSpace: 'VSpace треба да буде цифра.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sv.js new file mode 100644 index 00000000..2c9502b0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/sv.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'sv', { + alertUrl: 'Var god och ange bildens URL', + alt: 'Alternativ text', + border: 'Kant', + btnUpload: 'Skicka till server', + button2Img: 'Vill du omvandla den valda bildknappen på en enkel bild?', + hSpace: 'Horis. marginal', + img2Button: 'Vill du omvandla den valda bildknappen på en enkel bild?', + infoTab: 'Bildinformation', + linkTab: 'Länk', + lockRatio: 'Lås höjd/bredd förhållanden', + menu: 'Bildegenskaper', + resetSize: 'Återställ storlek', + title: 'Bildegenskaper', + titleButton: 'Egenskaper för bildknapp', + upload: 'Ladda upp', + urlMissing: 'Bildkällans URL saknas.', + vSpace: 'Vert. marginal', + validateBorder: 'Kantlinje måste vara ett heltal.', + validateHSpace: 'HSpace måste vara ett heltal.', + validateVSpace: 'VSpace måste vara ett heltal.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/th.js new file mode 100644 index 00000000..86d07204 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/th.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'th', { + alertUrl: 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ของไฟล์รูปภาพ (URL)', + alt: 'คำประกอบรูปภาพ', + border: 'ขนาดขอบรูป', + btnUpload: 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)', + button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING + hSpace: 'ระยะแนวนอน', + img2Button: 'Do you want to transform the selected image on a image button?', // MISSING + infoTab: 'ข้อมูลของรูปภาพ', + linkTab: 'ลิ้งค์', + lockRatio: 'กำหนดอัตราส่วน กว้าง-สูง แบบคงที่', + menu: 'คุณสมบัติของ รูปภาพ', + resetSize: 'กำหนดรูปเท่าขนาดจริง', + title: 'คุณสมบัติของ รูปภาพ', + titleButton: 'คุณสมบัติของ ปุ่มแบบรูปภาพ', + upload: 'อัพโหลดไฟล์', + urlMissing: 'Image source URL is missing.', // MISSING + vSpace: 'ระยะแนวตั้ง', + validateBorder: 'Border must be a whole number.', // MISSING + validateHSpace: 'HSpace must be a whole number.', // MISSING + validateVSpace: 'VSpace must be a whole number.' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/tr.js new file mode 100644 index 00000000..2dcbdaba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/tr.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'tr', { + alertUrl: 'Lütfen resmin URL\'sini yazınız', + alt: 'Alternatif Yazı', + border: 'Kenar', + btnUpload: 'Sunucuya Yolla', + button2Img: 'Seçili resim butonunu basit resime çevirmek istermisiniz?', + hSpace: 'Yatay Boşluk', + img2Button: 'Seçili olan resimi, resimli butona çevirmek istermisiniz?', + infoTab: 'Resim Bilgisi', + linkTab: 'Köprü', + lockRatio: 'Oranı Kilitle', + menu: 'Resim Özellikleri', + resetSize: 'Boyutu Başa Döndür', + title: 'Resim Özellikleri', + titleButton: 'Resimli Düğme Özellikleri', + upload: 'Karşıya Yükle', + urlMissing: 'Resmin URL kaynağı eksiktir.', + vSpace: 'Dikey Boşluk', + validateBorder: 'Çerçeve tam sayı olmalıdır.', + validateHSpace: 'HSpace tam sayı olmalıdır.', + validateVSpace: 'VSpace tam sayı olmalıdır.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ug.js new file mode 100644 index 00000000..fd688b7c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/ug.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'ug', { + alertUrl: 'سۈرەت ئادرېسىنى كىرگۈزۈڭ', + alt: 'تېكىست ئالماشتۇر', + border: 'گىرۋەك چوڭلۇقى', + btnUpload: 'مۇلازىمېتىرغا يۈكلە', + button2Img: 'نۆۋەتتىكى توپچىنى سۈرەتكە ئۆزگەرتەمسىز؟', + hSpace: 'توغرىسىغا ئارىلىقى', + img2Button: 'نۆۋەتتىكى سۈرەتنى توپچىغا ئۆزگەرتەمسىز؟', + infoTab: 'سۈرەت', + linkTab: 'ئۇلانما', + lockRatio: 'نىسبەتنى قۇلۇپلا', + menu: 'سۈرەت خاسلىقى', + resetSize: 'ئەسلى چوڭلۇق', + title: 'سۈرەت خاسلىقى', + titleButton: 'سۈرەت دائىرە خاسلىقى', + upload: 'يۈكلە', + urlMissing: 'سۈرەتنىڭ ئەسلى ھۆججەت ئادرېسى كەم', + vSpace: 'بويىغا ئارىلىقى', + validateBorder: 'گىرۋەك چوڭلۇقى چوقۇم سان بولىدۇ', + validateHSpace: 'توغرىسىغا ئارىلىق چوقۇم پۈتۈن سان بولىدۇ', + validateVSpace: 'بويىغا ئارىلىق چوقۇم پۈتۈن سان بولىدۇ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/uk.js new file mode 100644 index 00000000..9b546482 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/uk.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'uk', { + alertUrl: 'Будь ласка, вкажіть URL зображення', + alt: 'Альтернативний текст', + border: 'Рамка', + btnUpload: 'Надіслати на сервер', + button2Img: 'Бажаєте перетворити обрану кнопку-зображення на просте зображення?', + hSpace: 'Гориз. відступ', + img2Button: 'Бажаєте перетворити обране зображення на кнопку-зображення?', + infoTab: 'Інформація про зображення', + linkTab: 'Посилання', + lockRatio: 'Зберегти пропорції', + menu: 'Властивості зображення', + resetSize: 'Очистити поля розмірів', + title: 'Властивості зображення', + titleButton: 'Властивості кнопки із зображенням', + upload: 'Надіслати', + urlMissing: 'Вкажіть URL зображення.', + vSpace: 'Верт. відступ', + validateBorder: 'Ширина рамки повинна бути цілим числом.', + validateHSpace: 'Гориз. відступ повинен бути цілим числом.', + validateVSpace: 'Верт. відступ повинен бути цілим числом.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/vi.js new file mode 100644 index 00000000..23a3ca49 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/vi.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'vi', { + alertUrl: 'Hãy đưa vào đường dẫn của ảnh', + alt: 'Chú thích ảnh', + border: 'Đường viền', + btnUpload: 'Tải lên máy chủ', + button2Img: 'Bạn có muốn chuyển nút bấm bằng ảnh được chọn thành ảnh?', + hSpace: 'Khoảng đệm ngang', + img2Button: 'Bạn có muốn chuyển đổi ảnh được chọn thành nút bấm bằng ảnh?', + infoTab: 'Thông tin của ảnh', + linkTab: 'Tab liên kết', + lockRatio: 'Giữ nguyên tỷ lệ', + menu: 'Thuộc tính của ảnh', + resetSize: 'Kích thước gốc', + title: 'Thuộc tính của ảnh', + titleButton: 'Thuộc tính nút của ảnh', + upload: 'Tải lên', + urlMissing: 'Thiếu đường dẫn hình ảnh', + vSpace: 'Khoảng đệm dọc', + validateBorder: 'Chiều rộng của đường viền phải là một số nguyên dương', + validateHSpace: 'Khoảng đệm ngang phải là một số nguyên dương', + validateVSpace: 'Khoảng đệm dọc phải là một số nguyên dương' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/zh-cn.js new file mode 100644 index 00000000..611dc626 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/zh-cn.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'zh-cn', { + alertUrl: '请输入图像地址', + alt: '替换文本', + border: '边框大小', + btnUpload: '上传到服务器', + button2Img: '确定要把当前图像按钮转换为普通图像吗?', + hSpace: '水平间距', + img2Button: '确定要把当前图像改变为图像按钮吗?', + infoTab: '图像信息', + linkTab: '链接', + lockRatio: '锁定比例', + menu: '图像属性', + resetSize: '原始尺寸', + title: '图像属性', + titleButton: '图像域属性', + upload: '上传', + urlMissing: '缺少图像源文件地址', + vSpace: '垂直间距', + validateBorder: '边框大小必须为整数格式', + validateHSpace: '水平间距必须为整数格式', + validateVSpace: '垂直间距必须为整数格式' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/image/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/image/lang/zh.js new file mode 100644 index 00000000..d4eb9b0b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/image/lang/zh.js @@ -0,0 +1,26 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'zh', { + alertUrl: '請輸入圖片 URL', + alt: '替代文字', + border: '框線', + btnUpload: '傳送到伺服器', + button2Img: '請問您確定要將「圖片按鈕」轉換成「圖片」嗎?', + hSpace: 'HSpace', + img2Button: '請問您確定要將「圖片」轉換成「圖片按鈕」嗎?', + infoTab: '影像資訊', + linkTab: '連結', + lockRatio: '固定比例', + menu: '影像屬性', + resetSize: '重設大小', + title: '影像屬性', + titleButton: '影像按鈕屬性', + upload: '上傳', + urlMissing: '遺失圖片來源之 URL ', + vSpace: 'VSpace', + validateBorder: '框線必須是整數。', + validateHSpace: 'HSpace 必須是整數。', + validateVSpace: 'VSpace 必須是整數。' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/dev/indent.html b/lam/templates/lib/extra/ckeditor/plugins/indent/dev/indent.html new file mode 100644 index 00000000..3d76b196 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/dev/indent.html @@ -0,0 +1,289 @@ + + + + + + Indent DEV sample + + + + + + +

Indent DEV sample

+

List & Block

+ + +

Indent classes

+ + +

List only

+ + +

Block only

+ + +

CKEDITOR.ENTER_BR

+ + + + diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/icons/indent-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/indent-rtl.png new file mode 100644 index 00000000..ff3fd222 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/indent-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/icons/indent.png b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/indent.png new file mode 100644 index 00000000..3e151bc6 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/indent.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/icons/outdent-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/outdent-rtl.png new file mode 100644 index 00000000..7165424d Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/outdent-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/icons/outdent.png b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/outdent.png new file mode 100644 index 00000000..54f205d6 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/indent/icons/outdent.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/af.js new file mode 100644 index 00000000..67c98155 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/af.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'af', { + indent: 'Vergroot inspring', + outdent: 'Verklein inspring' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ar.js new file mode 100644 index 00000000..3bfc804b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ar.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ar', { + indent: 'زيادة المسافة البادئة', + outdent: 'إنقاص المسافة البادئة' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bg.js new file mode 100644 index 00000000..01b2bd09 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bg.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'bg', { + indent: 'Увеличаване на отстъпа', + outdent: 'Намаляване на отстъпа' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bn.js new file mode 100644 index 00000000..cac32b7c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'bn', { + indent: 'ইনডেন্ট বাড়াও', + outdent: 'ইনডেন্ট কমাও' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bs.js new file mode 100644 index 00000000..6d90d1d2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/bs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'bs', { + indent: 'Poveæaj uvod', + outdent: 'Smanji uvod' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ca.js new file mode 100644 index 00000000..ccbef414 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ca', { + indent: 'Augmenta el sagnat', + outdent: 'Redueix el sagnat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/cs.js new file mode 100644 index 00000000..bd74d421 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/cs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'cs', { + indent: 'Zvětšit odsazení', + outdent: 'Zmenšit odsazení' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/cy.js new file mode 100644 index 00000000..aa25ed1f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/cy.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'cy', { + indent: 'Cynyddu\'r Mewnoliad', + outdent: 'Lleihau\'r Mewnoliad' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/da.js new file mode 100644 index 00000000..0e3ef64b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/da.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'da', { + indent: 'Forøg indrykning', + outdent: 'Formindsk indrykning' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/de.js new file mode 100644 index 00000000..d9b8fc17 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/de.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'de', { + indent: 'Einzug erhöhen', + outdent: 'Einzug verringern' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/el.js new file mode 100644 index 00000000..24149793 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/el.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'el', { + indent: 'Αύξηση Εσοχής', + outdent: 'Μείωση Εσοχής' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-au.js new file mode 100644 index 00000000..1af5e1ab --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-au.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'en-au', { + indent: 'Increase Indent', + outdent: 'Decrease Indent' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-ca.js new file mode 100644 index 00000000..301296f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'en-ca', { + indent: 'Increase Indent', + outdent: 'Decrease Indent' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-gb.js new file mode 100644 index 00000000..c647d600 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en-gb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'en-gb', { + indent: 'Increase Indent', + outdent: 'Decrease Indent' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en.js new file mode 100644 index 00000000..ca17990b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/en.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'en', { + indent: 'Increase Indent', + outdent: 'Decrease Indent' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/eo.js new file mode 100644 index 00000000..5674a2f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/eo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'eo', { + indent: 'Pligrandigi Krommarĝenon', + outdent: 'Malpligrandigi Krommarĝenon' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/es.js new file mode 100644 index 00000000..1cab736d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/es.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'es', { + indent: 'Aumentar Sangría', + outdent: 'Disminuir Sangría' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/et.js new file mode 100644 index 00000000..0fc87d57 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/et.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'et', { + indent: 'Taande suurendamine', + outdent: 'Taande vähendamine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/eu.js new file mode 100644 index 00000000..f5ba6862 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/eu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'eu', { + indent: 'Handitu Koska', + outdent: 'Txikitu Koska' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fa.js new file mode 100644 index 00000000..ed5c312a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fa.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'fa', { + indent: 'افزایش تورفتگی', + outdent: 'کاهش تورفتگی' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fi.js new file mode 100644 index 00000000..c9c2bf56 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'fi', { + indent: 'Suurenna sisennystä', + outdent: 'Pienennä sisennystä' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fo.js new file mode 100644 index 00000000..0278825e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'fo', { + indent: 'Økja reglubrotarinntriv', + outdent: 'Minka reglubrotarinntriv' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fr-ca.js new file mode 100644 index 00000000..680e2091 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fr-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'fr-ca', { + indent: 'Augmenter le retrait', + outdent: 'Diminuer le retrait' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fr.js new file mode 100644 index 00000000..f3c3f8dd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/fr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'fr', { + indent: 'Augmenter le retrait (tabulation)', + outdent: 'Diminuer le retrait (tabulation)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/gl.js new file mode 100644 index 00000000..dd1947db --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/gl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'gl', { + indent: 'Aumentar a sangría', + outdent: 'Reducir a sangría' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/gu.js new file mode 100644 index 00000000..2f1e32d6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/gu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'gu', { + indent: 'ઇન્ડેન્ટ, લીટીના આરંભમાં જગ્યા વધારવી', + outdent: 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/he.js new file mode 100644 index 00000000..ef26b11d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/he.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'he', { + indent: 'הגדלת הזחה', + outdent: 'הקטנת הזחה' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hi.js new file mode 100644 index 00000000..deeb8095 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'hi', { + indent: 'इन्डॅन्ट बढ़ायें', + outdent: 'इन्डॅन्ट कम करें' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hr.js new file mode 100644 index 00000000..96982ea4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'hr', { + indent: 'Pomakni udesno', + outdent: 'Pomakni ulijevo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hu.js new file mode 100644 index 00000000..c5c03099 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/hu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'hu', { + indent: 'Behúzás növelése', + outdent: 'Behúzás csökkentése' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/id.js new file mode 100644 index 00000000..b05114ef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/id.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'id', { + indent: 'Tingkatkan Lekuk', + outdent: 'Kurangi Lekuk' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/is.js new file mode 100644 index 00000000..3093ce8a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/is.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'is', { + indent: 'Minnka inndrátt', + outdent: 'Auka inndrátt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/it.js new file mode 100644 index 00000000..c62d5149 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/it.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'it', { + indent: 'Aumenta rientro', + outdent: 'Riduci rientro' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ja.js new file mode 100644 index 00000000..d851bc1a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ja.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ja', { + indent: 'インデント', + outdent: 'インデント解除' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ka.js new file mode 100644 index 00000000..56b7af97 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ka.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ka', { + indent: 'მეტად შეწევა', + outdent: 'ნაკლებად შეწევა' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/km.js new file mode 100644 index 00000000..3f91ae82 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/km.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'km', { + indent: 'បន្ថែមការចូលបន្ទាត់', + outdent: 'បន្ថយការចូលបន្ទាត់' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ko.js new file mode 100644 index 00000000..0bf3f120 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ko.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ko', { + indent: '들여쓰기', + outdent: '내어쓰기' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ku.js new file mode 100644 index 00000000..c12de669 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ku.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ku', { + indent: 'زیادکردنی بۆشایی', + outdent: 'کەمکردنەوەی بۆشایی' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/lt.js new file mode 100644 index 00000000..906040f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/lt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'lt', { + indent: 'Padidinti įtrauką', + outdent: 'Sumažinti įtrauką' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/lv.js new file mode 100644 index 00000000..063f00d9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/lv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'lv', { + indent: 'Palielināt atkāpi', + outdent: 'Samazināt atkāpi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/mk.js new file mode 100644 index 00000000..af3311f4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/mk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'mk', { + indent: 'Increase Indent', // MISSING + outdent: 'Decrease Indent' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/mn.js new file mode 100644 index 00000000..3f8981fa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/mn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'mn', { + indent: 'Догол мөр хасах', + outdent: 'Догол мөр нэмэх' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ms.js new file mode 100644 index 00000000..6c044325 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ms.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ms', { + indent: 'Tambahkan Inden', + outdent: 'Kurangkan Inden' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/nb.js new file mode 100644 index 00000000..2dafc5d2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/nb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'nb', { + indent: 'Øk innrykk', + outdent: 'Reduser innrykk' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/nl.js new file mode 100644 index 00000000..dd4a5c4b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/nl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'nl', { + indent: 'Inspringing vergroten', + outdent: 'Inspringing verkleinen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/no.js new file mode 100644 index 00000000..a2bf4783 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/no.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'no', { + indent: 'Øk innrykk', + outdent: 'Reduser innrykk' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pl.js new file mode 100644 index 00000000..84bf2c08 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'pl', { + indent: 'Zwiększ wcięcie', + outdent: 'Zmniejsz wcięcie' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pt-br.js new file mode 100644 index 00000000..88141e12 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pt-br.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'pt-br', { + indent: 'Aumentar Recuo', + outdent: 'Diminuir Recuo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pt.js new file mode 100644 index 00000000..8f56bad6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/pt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'pt', { + indent: 'Aumentar Avanço', + outdent: 'Diminuir Avanço' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ro.js new file mode 100644 index 00000000..a7914b5f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ro.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ro', { + indent: 'Creşte indentarea', + outdent: 'Scade indentarea' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ru.js new file mode 100644 index 00000000..48c1844b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ru.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ru', { + indent: 'Увеличить отступ', + outdent: 'Уменьшить отступ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/si.js new file mode 100644 index 00000000..d6c36f93 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/si.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'si', { + indent: 'අතර පරතරය වැඩිකරන්න', + outdent: 'අතර පරතරය අඩුකරන්න' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sk.js new file mode 100644 index 00000000..9698fba6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'sk', { + indent: 'Zväčšiť odsadenie', + outdent: 'Zmenšiť odsadenie' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sl.js new file mode 100644 index 00000000..05e7ef77 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'sl', { + indent: 'Povečaj zamik', + outdent: 'Zmanjšaj zamik' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sq.js new file mode 100644 index 00000000..17d2634e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sq.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'sq', { + indent: 'Rrite Identin', + outdent: 'Zvogëlo Identin' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sr-latn.js new file mode 100644 index 00000000..e86cd8f9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sr-latn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'sr-latn', { + indent: 'Uvećaj levu marginu', + outdent: 'Smanji levu marginu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sr.js new file mode 100644 index 00000000..fab6c98c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'sr', { + indent: 'Увећај леву маргину', + outdent: 'Смањи леву маргину' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sv.js new file mode 100644 index 00000000..b17a08e1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/sv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'sv', { + indent: 'Öka indrag', + outdent: 'Minska indrag' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/th.js new file mode 100644 index 00000000..bb7e04b1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/th.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'th', { + indent: 'เพิ่มระยะย่อหน้า', + outdent: 'ลดระยะย่อหน้า' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/tr.js new file mode 100644 index 00000000..330e148b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/tr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'tr', { + indent: 'Sekme Arttır', + outdent: 'Sekme Azalt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ug.js new file mode 100644 index 00000000..6184811c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/ug.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'ug', { + indent: 'تارايت', + outdent: 'كەڭەيت' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/uk.js new file mode 100644 index 00000000..3d3bec71 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/uk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'uk', { + indent: 'Збільшити відступ', + outdent: 'Зменшити відступ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/vi.js new file mode 100644 index 00000000..c26caa6d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/vi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'vi', { + indent: 'Dịch vào trong', + outdent: 'Dịch ra ngoài' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/zh-cn.js new file mode 100644 index 00000000..b125f3c6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/zh-cn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'zh-cn', { + indent: '增加缩进量', + outdent: '减少缩进量' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/indent/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/zh.js new file mode 100644 index 00000000..ecb6091e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/indent/lang/zh.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'indent', 'zh', { + indent: '增加縮排', + outdent: '減少縮排' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyblock.png b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyblock.png new file mode 100644 index 00000000..a507be1b Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyblock.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifycenter.png b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifycenter.png new file mode 100644 index 00000000..f758bc42 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifycenter.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyleft.png b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyleft.png new file mode 100644 index 00000000..542ddee3 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyleft.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyright.png b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyright.png new file mode 100644 index 00000000..71a983c9 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/justify/icons/justifyright.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/af.js new file mode 100644 index 00000000..1ebc685a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/af.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'af', { + block: 'Uitvul', + center: 'Sentreer', + left: 'Links oplyn', + right: 'Regs oplyn' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ar.js new file mode 100644 index 00000000..99bd7b94 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ar.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ar', { + block: 'ضبط', + center: 'توسيط', + left: 'محاذاة إلى اليسار', + right: 'محاذاة إلى اليمين' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bg.js new file mode 100644 index 00000000..9077fcef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bg.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'bg', { + block: 'Двустранно подравняване', + center: 'Център', + left: 'Подравни в ляво', + right: 'Подравни в дясно' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bn.js new file mode 100644 index 00000000..5d0e6b9e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bn.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'bn', { + block: 'ব্লক জাস্টিফাই', + center: 'মাঝ বরাবর ঘেষা', + left: 'বা দিকে ঘেঁষা', + right: 'ডান দিকে ঘেঁষা' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bs.js new file mode 100644 index 00000000..ca0be4e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/bs.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'bs', { + block: 'Puno poravnanje', + center: 'Centralno poravnanje', + left: 'Lijevo poravnanje', + right: 'Desno poravnanje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ca.js new file mode 100644 index 00000000..37068e3b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ca.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ca', { + block: 'Justificat', + center: 'Centrat', + left: 'Alinea a l\'esquerra', + right: 'Alinea a la dreta' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/cs.js new file mode 100644 index 00000000..4045513f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/cs.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'cs', { + block: 'Zarovnat do bloku', + center: 'Zarovnat na střed', + left: 'Zarovnat vlevo', + right: 'Zarovnat vpravo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/cy.js new file mode 100644 index 00000000..25a2f8fd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/cy.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'cy', { + block: 'Unioni', + center: 'Alinio i\'r Canol', + left: 'Alinio i\'r Chwith', + right: 'Alinio i\'r Dde' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/da.js new file mode 100644 index 00000000..a845bd2b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/da.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'da', { + block: 'Lige margener', + center: 'Centreret', + left: 'Venstrestillet', + right: 'Højrestillet' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/de.js new file mode 100644 index 00000000..847537ff --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/de.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'de', { + block: 'Blocksatz', + center: 'Zentriert', + left: 'Linksbündig', + right: 'Rechtsbündig' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/el.js new file mode 100644 index 00000000..ed628f21 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/el.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'el', { + block: 'Πλήρης Στοίχιση', + center: 'Στο Κέντρο', + left: 'Στοίχιση Αριστερά', + right: 'Στοίχιση Δεξιά' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-au.js new file mode 100644 index 00000000..d2ade0b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-au.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'en-au', { + block: 'Justify', + center: 'Centre', + left: 'Align Left', + right: 'Align Right' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-ca.js new file mode 100644 index 00000000..94e6456e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-ca.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'en-ca', { + block: 'Justify', + center: 'Centre', + left: 'Align Left', + right: 'Align Right' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-gb.js new file mode 100644 index 00000000..b47834de --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en-gb.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'en-gb', { + block: 'Justify', + center: 'Centre', + left: 'Align Left', + right: 'Align Right' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en.js new file mode 100644 index 00000000..df473005 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/en.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'en', { + block: 'Justify', + center: 'Center', + left: 'Align Left', + right: 'Align Right' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/eo.js new file mode 100644 index 00000000..b9811a7f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/eo.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'eo', { + block: 'Ĝisrandigi Ambaŭflanke', + center: 'Centrigi', + left: 'Ĝisrandigi maldekstren', + right: 'Ĝisrandigi dekstren' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/es.js new file mode 100644 index 00000000..942ddbf9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/es.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'es', { + block: 'Justificado', + center: 'Centrar', + left: 'Alinear a Izquierda', + right: 'Alinear a Derecha' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/et.js new file mode 100644 index 00000000..a69b61fe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/et.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'et', { + block: 'Rööpjoondus', + center: 'Keskjoondus', + left: 'Vasakjoondus', + right: 'Paremjoondus' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/eu.js new file mode 100644 index 00000000..07d242ac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/eu.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'eu', { + block: 'Justifikatu', + center: 'Lerrokatu Erdian', + left: 'Lerrokatu Ezkerrean', + right: 'Lerrokatu Eskuman' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fa.js new file mode 100644 index 00000000..aa605238 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fa.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'fa', { + block: 'بلوک چین', + center: 'میان چین', + left: 'چپ چین', + right: 'راست چین' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fi.js new file mode 100644 index 00000000..f73c014b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fi.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'fi', { + block: 'Tasaa molemmat reunat', + center: 'Keskitä', + left: 'Tasaa vasemmat reunat', + right: 'Tasaa oikeat reunat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fo.js new file mode 100644 index 00000000..c5f5d3ac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fo.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'fo', { + block: 'Javnir tekstkantar', + center: 'Miðsett', + left: 'Vinstrasett', + right: 'Høgrasett' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fr-ca.js new file mode 100644 index 00000000..59ebd5fe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fr-ca.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'fr-ca', { + block: 'Justifié', + center: 'Centré', + left: 'Aligner à gauche', + right: 'Aligner à Droite' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fr.js new file mode 100644 index 00000000..227efd42 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/fr.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'fr', { + block: 'Justifier', + center: 'Centrer', + left: 'Aligner à gauche', + right: 'Aligner à droite' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/gl.js new file mode 100644 index 00000000..6751c93e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/gl.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'gl', { + block: 'Xustificado', + center: 'Centrado', + left: 'Aliñar á esquerda', + right: 'Aliñar á dereita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/gu.js new file mode 100644 index 00000000..08d75ad9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/gu.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'gu', { + block: 'બ્લૉક, અંતરાય જસ્ટિફાઇ', + center: 'સંકેંદ્રણ/સેંટરિંગ', + left: 'ડાબી બાજુએ/બાજુ તરફ', + right: 'જમણી બાજુએ/બાજુ તરફ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/he.js new file mode 100644 index 00000000..2a1e121b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/he.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'he', { + block: 'יישור לשוליים', + center: 'מרכוז', + left: 'יישור לשמאל', + right: 'יישור לימין' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hi.js new file mode 100644 index 00000000..4bf1be43 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hi.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'hi', { + block: 'ब्लॉक जस्टीफ़ाई', + center: 'बीच में', + left: 'बायीं तरफ', + right: 'दायीं तरफ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hr.js new file mode 100644 index 00000000..bdbac374 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hr.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'hr', { + block: 'Blok poravnanje', + center: 'Središnje poravnanje', + left: 'Lijevo poravnanje', + right: 'Desno poravnanje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hu.js new file mode 100644 index 00000000..421bb0be --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/hu.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'hu', { + block: 'Sorkizárt', + center: 'Középre', + left: 'Balra', + right: 'Jobbra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/id.js new file mode 100644 index 00000000..72da241a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/id.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'id', { + block: 'Rata kiri-kanan', + center: 'Pusat', + left: 'Align Left', // MISSING + right: 'Align Right' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/is.js new file mode 100644 index 00000000..5633a848 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/is.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'is', { + block: 'Jafna báðum megin', + center: 'Miðja texta', + left: 'Vinstrijöfnun', + right: 'Hægrijöfnun' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/it.js new file mode 100644 index 00000000..274d9fb3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/it.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'it', { + block: 'Giustifica', + center: 'Centra', + left: 'Allinea a sinistra', + right: 'Allinea a destra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ja.js new file mode 100644 index 00000000..cf2a916d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ja.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ja', { + block: '両端揃え', + center: '中央揃え', + left: '左揃え', + right: '右揃え' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ka.js new file mode 100644 index 00000000..9bae755f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ka.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ka', { + block: 'გადასწორება', + center: 'შუაში სწორება', + left: 'მარცხნივ სწორება', + right: 'მარჯვნივ სწორება' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/km.js new file mode 100644 index 00000000..4c0c971b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/km.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'km', { + block: 'តម្រឹម​ពេញ', + center: 'កណ្ដាល', + left: 'តម្រឹម​ឆ្វេង', + right: 'តម្រឹម​ស្ដាំ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ko.js new file mode 100644 index 00000000..a3ad614e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ko.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ko', { + block: '양쪽 맞춤', + center: '가운데 정렬', + left: '왼쪽 정렬', + right: '오른쪽 정렬' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ku.js new file mode 100644 index 00000000..121f6751 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ku.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ku', { + block: 'هاوستوونی', + center: 'ناوەڕاست', + left: 'بەهێڵ کردنی چەپ', + right: 'بەهێڵ کردنی ڕاست' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/lt.js new file mode 100644 index 00000000..7b8e0a2a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/lt.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'lt', { + block: 'Lygiuoti abi puses', + center: 'Centruoti', + left: 'Lygiuoti kairę', + right: 'Lygiuoti dešinę' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/lv.js new file mode 100644 index 00000000..31b3d9c9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/lv.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'lv', { + block: 'Izlīdzināt malas', + center: 'Izlīdzināt pret centru', + left: 'Izlīdzināt pa kreisi', + right: 'Izlīdzināt pa labi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/mk.js new file mode 100644 index 00000000..7ade5721 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/mk.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'mk', { + block: 'Justify', // MISSING + center: 'Center', // MISSING + left: 'Align Left', // MISSING + right: 'Align Right' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/mn.js new file mode 100644 index 00000000..b596e9a0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/mn.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'mn', { + block: 'Тэгшлэх', + center: 'Голлуулах', + left: 'Зүүн талд тулгах', + right: 'Баруун талд тулгах' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ms.js new file mode 100644 index 00000000..13dce30b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ms.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ms', { + block: 'Jajaran Blok', + center: 'Jajaran Tengah', + left: 'Jajaran Kiri', + right: 'Jajaran Kanan' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/nb.js new file mode 100644 index 00000000..9f3a55bb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/nb.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'nb', { + block: 'Blokkjuster', + center: 'Midtstill', + left: 'Venstrejuster', + right: 'Høyrejuster' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/nl.js new file mode 100644 index 00000000..13a1034d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/nl.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'nl', { + block: 'Uitvullen', + center: 'Centreren', + left: 'Links uitlijnen', + right: 'Rechts uitlijnen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/no.js new file mode 100644 index 00000000..7cded65b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/no.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'no', { + block: 'Blokkjuster', + center: 'Midtstill', + left: 'Venstrejuster', + right: 'Høyrejuster' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pl.js new file mode 100644 index 00000000..2e3284e4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pl.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'pl', { + block: 'Wyjustuj', + center: 'Wyśrodkuj', + left: 'Wyrównaj do lewej', + right: 'Wyrównaj do prawej' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pt-br.js new file mode 100644 index 00000000..a936155f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pt-br.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'pt-br', { + block: 'Justificado', + center: 'Centralizar', + left: 'Alinhar Esquerda', + right: 'Alinhar Direita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pt.js new file mode 100644 index 00000000..eb148cae --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/pt.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'pt', { + block: 'Justificado', + center: 'Alinhar ao Centro', + left: 'Alinhar à Esquerda', + right: 'Alinhar à Direita' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ro.js new file mode 100644 index 00000000..4ff43ce0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ro.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ro', { + block: 'Aliniere în bloc (Block Justify)', + center: 'Aliniere centrală', + left: 'Aliniere la stânga', + right: 'Aliniere la dreapta' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ru.js new file mode 100644 index 00000000..1f8bb49e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ru.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ru', { + block: 'По ширине', + center: 'По центру', + left: 'По левому краю', + right: 'По правому краю' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/si.js new file mode 100644 index 00000000..9d5927d8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/si.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'si', { + block: 'Justify', // MISSING + center: 'මධ්‍ය', + left: 'Align Left', // MISSING + right: 'Align Right' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sk.js new file mode 100644 index 00000000..15196a6d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sk.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'sk', { + block: 'Zarovnať do bloku', + center: 'Zarovnať na stred', + left: 'Zarovnať vľavo', + right: 'Zarovnať vpravo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sl.js new file mode 100644 index 00000000..33fce814 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sl.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'sl', { + block: 'Obojestranska poravnava', + center: 'Sredinska poravnava', + left: 'Leva poravnava', + right: 'Desna poravnava' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sq.js new file mode 100644 index 00000000..62ceb2a8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sq.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'sq', { + block: 'Zgjero', + center: 'Qendër', + left: 'Rreshto majtas', + right: 'Rreshto Djathtas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sr-latn.js new file mode 100644 index 00000000..6b0e0826 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sr-latn.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'sr-latn', { + block: 'Obostrano ravnanje', + center: 'Centriran tekst', + left: 'Levo ravnanje', + right: 'Desno ravnanje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sr.js new file mode 100644 index 00000000..1b153a29 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sr.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'sr', { + block: 'Обострано равнање', + center: 'Центриран текст', + left: 'Лево равнање', + right: 'Десно равнање' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sv.js new file mode 100644 index 00000000..44b8d2a5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/sv.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'sv', { + block: 'Justera till marginaler', + center: 'Centrera', + left: 'Vänsterjustera', + right: 'Högerjustera' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/th.js new file mode 100644 index 00000000..eac90410 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/th.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'th', { + block: 'จัดพอดีหน้ากระดาษ', + center: 'จัดกึ่งกลาง', + left: 'จัดชิดซ้าย', + right: 'จัดชิดขวา' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/tr.js new file mode 100644 index 00000000..81052bcb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/tr.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'tr', { + block: 'İki Kenara Yaslanmış', + center: 'Ortalanmış', + left: 'Sola Dayalı', + right: 'Sağa Dayalı' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ug.js new file mode 100644 index 00000000..aa6b7cd9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/ug.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'ug', { + block: 'ئىككى تەرەپتىن توغرىلا', + center: 'ئوتتۇرىغا توغرىلا', + left: 'سولغا توغرىلا', + right: 'ئوڭغا توغرىلا' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/uk.js new file mode 100644 index 00000000..d9da7596 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/uk.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'uk', { + block: 'По ширині', + center: 'По центру', + left: 'По лівому краю', + right: 'По правому краю' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/vi.js new file mode 100644 index 00000000..64072bf3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/vi.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'vi', { + block: 'Canh đều', + center: 'Canh giữa', + left: 'Canh trái', + right: 'Canh phải' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/zh-cn.js new file mode 100644 index 00000000..eb1c9892 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/zh-cn.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'zh-cn', { + block: '两端对齐', + center: '居中', + left: '左对齐', + right: '右对齐' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/justify/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/zh.js new file mode 100644 index 00000000..81d95867 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/justify/lang/zh.js @@ -0,0 +1,10 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'justify', 'zh', { + block: '左右對齊', + center: '置中', + left: '靠左對齊', + right: '靠右對齊' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/dialogs/anchor.js b/lam/templates/lib/extra/ckeditor/plugins/link/dialogs/anchor.js new file mode 100644 index 00000000..61cb51b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/dialogs/anchor.js @@ -0,0 +1,120 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.dialog.add( 'anchor', function( editor ) { + // Function called in onShow to load selected element. + var loadElements = function( element ) { + this._.selectedElement = element; + + var attributeValue = element.data( 'cke-saved-name' ); + this.setValueOf( 'info', 'txtName', attributeValue || '' ); + }; + + function createFakeAnchor( editor, anchor ) { + return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' ); + } + + return { + title: editor.lang.link.anchor.title, + minWidth: 300, + minHeight: 60, + onOk: function() { + var name = CKEDITOR.tools.trim( this.getValueOf( 'info', 'txtName' ) ); + var attributes = { + id: name, + name: name, + 'data-cke-saved-name': name + }; + + if ( this._.selectedElement ) { + if ( this._.selectedElement.data( 'cke-realelement' ) ) { + var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attributes } ) ); + newFake.replace( this._.selectedElement ); + } else + this._.selectedElement.setAttributes( attributes ); + } else { + var sel = editor.getSelection(), + range = sel && sel.getRanges()[ 0 ]; + + // Empty anchor + if ( range.collapsed ) { + if ( CKEDITOR.plugins.link.synAnchorSelector ) + attributes[ 'class' ] = 'cke_anchor_empty'; + + if ( CKEDITOR.plugins.link.emptyAnchorFix ) { + attributes[ 'contenteditable' ] = 'false'; + attributes[ 'data-cke-editable' ] = 1; + } + + var anchor = editor.document.createElement( 'a', { attributes: attributes } ); + + // Transform the anchor into a fake element for browsers that need it. + if ( CKEDITOR.plugins.link.fakeAnchor ) + anchor = createFakeAnchor( editor, anchor ); + + range.insertNode( anchor ); + } else { + if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 ) + attributes[ 'class' ] = 'cke_anchor'; + + // Apply style. + var style = new CKEDITOR.style( { element: 'a', attributes: attributes } ); + style.type = CKEDITOR.STYLE_INLINE; + editor.applyStyle( style ); + } + } + }, + + onHide: function() { + delete this._.selectedElement; + }, + + onShow: function() { + var selection = editor.getSelection(), + fullySelected = selection.getSelectedElement(), + partialSelected; + + // Detect the anchor under selection. + if ( fullySelected ) { + if ( CKEDITOR.plugins.link.fakeAnchor ) { + var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected ); + realElement && loadElements.call( this, realElement ); + this._.selectedElement = fullySelected; + } else if ( fullySelected.is( 'a' ) && fullySelected.hasAttribute( 'name' ) ) + loadElements.call( this, fullySelected ); + } else { + partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor ); + if ( partialSelected ) { + loadElements.call( this, partialSelected ); + selection.selectElement( partialSelected ); + } + } + + this.getContentElement( 'info', 'txtName' ).focus(); + }, + contents: [ + { + id: 'info', + label: editor.lang.link.anchor.title, + accessKey: 'I', + elements: [ + { + type: 'text', + id: 'txtName', + label: editor.lang.link.anchor.name, + required: true, + validate: function() { + if ( !this.getValue() ) { + alert( editor.lang.link.anchor.errorName ); + return false; + } + return true; + } + } + ] + } + ] + }; +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/dialogs/link.js b/lam/templates/lib/extra/ckeditor/plugins/link/dialogs/link.js new file mode 100644 index 00000000..c8bdebfe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/dialogs/link.js @@ -0,0 +1,1268 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.dialog.add( 'link', function( editor ) { + var plugin = CKEDITOR.plugins.link; + // Handles the event when the "Target" selection box is changed. + var targetChanged = function() { + var dialog = this.getDialog(), + popupFeatures = dialog.getContentElement( 'target', 'popupFeatures' ), + targetName = dialog.getContentElement( 'target', 'linkTargetName' ), + value = this.getValue(); + + if ( !popupFeatures || !targetName ) + return; + + popupFeatures = popupFeatures.getElement(); + popupFeatures.hide(); + targetName.setValue( '' ); + + switch ( value ) { + case 'frame': + targetName.setLabel( editor.lang.link.targetFrameName ); + targetName.getElement().show(); + break; + case 'popup': + popupFeatures.show(); + targetName.setLabel( editor.lang.link.targetPopupName ); + targetName.getElement().show(); + break; + default: + targetName.setValue( value ); + targetName.getElement().hide(); + break; + } + + }; + + // Handles the event when the "Type" selection box is changed. + var linkTypeChanged = function() { + var dialog = this.getDialog(), + partIds = [ 'urlOptions', 'anchorOptions', 'emailOptions' ], + typeValue = this.getValue(), + uploadTab = dialog.definition.getContents( 'upload' ), + uploadInitiallyHidden = uploadTab && uploadTab.hidden; + + if ( typeValue == 'url' ) { + if ( editor.config.linkShowTargetTab ) + dialog.showPage( 'target' ); + if ( !uploadInitiallyHidden ) + dialog.showPage( 'upload' ); + } else { + dialog.hidePage( 'target' ); + if ( !uploadInitiallyHidden ) + dialog.hidePage( 'upload' ); + } + + for ( var i = 0; i < partIds.length; i++ ) { + var element = dialog.getContentElement( 'info', partIds[ i ] ); + if ( !element ) + continue; + + element = element.getElement().getParent().getParent(); + if ( partIds[ i ] == typeValue + 'Options' ) + element.show(); + else + element.hide(); + } + + dialog.layout(); + }; + + // Loads the parameters in a selected link to the link dialog fields. + var javascriptProtocolRegex = /^javascript:/, + emailRegex = /^mailto:([^?]+)(?:\?(.+))?$/, + emailSubjectRegex = /subject=([^;?:@&=$,\/]*)/, + emailBodyRegex = /body=([^;?:@&=$,\/]*)/, + anchorRegex = /^#(.*)$/, + urlRegex = /^((?:http|https|ftp|news):\/\/)?(.*)$/, + selectableTargets = /^(_(?:self|top|parent|blank))$/, + encodedEmailLinkRegex = /^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/, + functionCallProtectedEmailLinkRegex = /^javascript:([^(]+)\(([^)]+)\)$/; + + var popupRegex = /\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/; + var popupFeaturesRegex = /(?:^|,)([^=]+)=(\d+|yes|no)/gi; + + var parseLink = function( editor, element ) { + var href = ( element && ( element.data( 'cke-saved-href' ) || element.getAttribute( 'href' ) ) ) || '', + javascriptMatch, emailMatch, anchorMatch, urlMatch, + retval = {}; + + if ( ( javascriptMatch = href.match( javascriptProtocolRegex ) ) ) { + if ( emailProtection == 'encode' ) { + href = href.replace( encodedEmailLinkRegex, function( match, protectedAddress, rest ) { + return 'mailto:' + + String.fromCharCode.apply( String, protectedAddress.split( ',' ) ) + + ( rest && unescapeSingleQuote( rest ) ); + } ); + } + // Protected email link as function call. + else if ( emailProtection ) { + href.replace( functionCallProtectedEmailLinkRegex, function( match, funcName, funcArgs ) { + if ( funcName == compiledProtectionFunction.name ) { + retval.type = 'email'; + var email = retval.email = {}; + + var paramRegex = /[^,\s]+/g, + paramQuoteRegex = /(^')|('$)/g, + paramsMatch = funcArgs.match( paramRegex ), + paramsMatchLength = paramsMatch.length, + paramName, paramVal; + + for ( var i = 0; i < paramsMatchLength; i++ ) { + paramVal = decodeURIComponent( unescapeSingleQuote( paramsMatch[ i ].replace( paramQuoteRegex, '' ) ) ); + paramName = compiledProtectionFunction.params[ i ].toLowerCase(); + email[ paramName ] = paramVal; + } + email.address = [ email.name, email.domain ].join( '@' ); + } + } ); + } + } + + if ( !retval.type ) { + if ( ( anchorMatch = href.match( anchorRegex ) ) ) { + retval.type = 'anchor'; + retval.anchor = {}; + retval.anchor.name = retval.anchor.id = anchorMatch[ 1 ]; + } + // Protected email link as encoded string. + else if ( ( emailMatch = href.match( emailRegex ) ) ) { + var subjectMatch = href.match( emailSubjectRegex ), + bodyMatch = href.match( emailBodyRegex ); + + retval.type = 'email'; + var email = ( retval.email = {} ); + email.address = emailMatch[ 1 ]; + subjectMatch && ( email.subject = decodeURIComponent( subjectMatch[ 1 ] ) ); + bodyMatch && ( email.body = decodeURIComponent( bodyMatch[ 1 ] ) ); + } + // urlRegex matches empty strings, so need to check for href as well. + else if ( href && ( urlMatch = href.match( urlRegex ) ) ) { + retval.type = 'url'; + retval.url = {}; + retval.url.protocol = urlMatch[ 1 ]; + retval.url.url = urlMatch[ 2 ]; + } else + retval.type = 'url'; + } + + // Load target and popup settings. + if ( element ) { + var target = element.getAttribute( 'target' ); + retval.target = {}; + retval.adv = {}; + + // IE BUG: target attribute is an empty string instead of null in IE if it's not set. + if ( !target ) { + var onclick = element.data( 'cke-pa-onclick' ) || element.getAttribute( 'onclick' ), + onclickMatch = onclick && onclick.match( popupRegex ); + if ( onclickMatch ) { + retval.target.type = 'popup'; + retval.target.name = onclickMatch[ 1 ]; + + var featureMatch; + while ( ( featureMatch = popupFeaturesRegex.exec( onclickMatch[ 2 ] ) ) ) { + // Some values should remain numbers (#7300) + if ( ( featureMatch[ 2 ] == 'yes' || featureMatch[ 2 ] == '1' ) && !( featureMatch[ 1 ] in { height: 1, width: 1, top: 1, left: 1 } ) ) + retval.target[ featureMatch[ 1 ] ] = true; + else if ( isFinite( featureMatch[ 2 ] ) ) + retval.target[ featureMatch[ 1 ] ] = featureMatch[ 2 ]; + } + } + } else { + var targetMatch = target.match( selectableTargets ); + if ( targetMatch ) + retval.target.type = retval.target.name = target; + else { + retval.target.type = 'frame'; + retval.target.name = target; + } + } + + var me = this; + var advAttr = function( inputName, attrName ) { + var value = element.getAttribute( attrName ); + if ( value !== null ) + retval.adv[ inputName ] = value || ''; + }; + advAttr( 'advId', 'id' ); + advAttr( 'advLangDir', 'dir' ); + advAttr( 'advAccessKey', 'accessKey' ); + + retval.adv.advName = element.data( 'cke-saved-name' ) || element.getAttribute( 'name' ) || ''; + advAttr( 'advLangCode', 'lang' ); + advAttr( 'advTabIndex', 'tabindex' ); + advAttr( 'advTitle', 'title' ); + advAttr( 'advContentType', 'type' ); + CKEDITOR.plugins.link.synAnchorSelector ? retval.adv.advCSSClasses = getLinkClass( element ) : advAttr( 'advCSSClasses', 'class' ); + advAttr( 'advCharset', 'charset' ); + advAttr( 'advStyles', 'style' ); + advAttr( 'advRel', 'rel' ); + } + + // Find out whether we have any anchors in the editor. + retval.anchors = CKEDITOR.plugins.link.getEditorAnchors( editor ); + + // Record down the selected element in the dialog. + this._.selectedElement = element; + return retval; + }; + + var setupParams = function( page, data ) { + if ( data[ page ] ) + this.setValue( data[ page ][ this.id ] || '' ); + }; + + var setupPopupParams = function( data ) { + return setupParams.call( this, 'target', data ); + }; + + var setupAdvParams = function( data ) { + return setupParams.call( this, 'adv', data ); + }; + + var commitParams = function( page, data ) { + if ( !data[ page ] ) + data[ page ] = {}; + + data[ page ][ this.id ] = this.getValue() || ''; + }; + + var commitPopupParams = function( data ) { + return commitParams.call( this, 'target', data ); + }; + + var commitAdvParams = function( data ) { + return commitParams.call( this, 'adv', data ); + }; + + function unescapeSingleQuote( str ) { + return str.replace( /\\'/g, '\'' ); + } + + function escapeSingleQuote( str ) { + return str.replace( /'/g, '\\$&' ); + } + + var emailProtection = editor.config.emailProtection || ''; + + // Compile the protection function pattern. + if ( emailProtection && emailProtection != 'encode' ) { + var compiledProtectionFunction = {}; + + emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params ) { + compiledProtectionFunction.name = funcName; + compiledProtectionFunction.params = []; + params.replace( /[^,\s]+/g, function( param ) { + compiledProtectionFunction.params.push( param ); + } ); + } ); + } + + function protectEmailLinkAsFunction( email ) { + var retval, + name = compiledProtectionFunction.name, + params = compiledProtectionFunction.params, + paramName, paramValue; + + retval = [ name, '(' ]; + for ( var i = 0; i < params.length; i++ ) { + paramName = params[ i ].toLowerCase(); + paramValue = email[ paramName ]; + + i > 0 && retval.push( ',' ); + retval.push( '\'', paramValue ? escapeSingleQuote( encodeURIComponent( email[ paramName ] ) ) : '', '\'' ); + } + retval.push( ')' ); + return retval.join( '' ); + } + + function protectEmailAddressAsEncodedString( address ) { + var charCode, + length = address.length, + encodedChars = []; + for ( var i = 0; i < length; i++ ) { + charCode = address.charCodeAt( i ); + encodedChars.push( charCode ); + } + return 'String.fromCharCode(' + encodedChars.join( ',' ) + ')'; + } + + function getLinkClass( ele ) { + var className = ele.getAttribute( 'class' ); + return className ? className.replace( /\s*(?:cke_anchor_empty|cke_anchor)(?:\s*$)?/g, '' ) : ''; + } + + var commonLang = editor.lang.common, + linkLang = editor.lang.link; + + return { + title: linkLang.title, + minWidth: 350, + minHeight: 230, + contents: [ + { + id: 'info', + label: linkLang.info, + title: linkLang.info, + elements: [ + { + id: 'linkType', + type: 'select', + label: linkLang.type, + 'default': 'url', + items: [ + [ linkLang.toUrl, 'url' ], + [ linkLang.toAnchor, 'anchor' ], + [ linkLang.toEmail, 'email' ] + ], + onChange: linkTypeChanged, + setup: function( data ) { + if ( data.type ) + this.setValue( data.type ); + }, + commit: function( data ) { + data.type = this.getValue(); + } + }, + { + type: 'vbox', + id: 'urlOptions', + children: [ + { + type: 'hbox', + widths: [ '25%', '75%' ], + children: [ + { + id: 'protocol', + type: 'select', + label: commonLang.protocol, + 'default': 'http://', + items: [ + // Force 'ltr' for protocol names in BIDI. (#5433) + [ 'http://\u200E', 'http://' ], + [ 'https://\u200E', 'https://' ], + [ 'ftp://\u200E', 'ftp://' ], + [ 'news://\u200E', 'news://' ], + [ linkLang.other, '' ] + ], + setup: function( data ) { + if ( data.url ) + this.setValue( data.url.protocol || '' ); + }, + commit: function( data ) { + if ( !data.url ) + data.url = {}; + + data.url.protocol = this.getValue(); + } + }, + { + type: 'text', + id: 'url', + label: commonLang.url, + required: true, + onLoad: function() { + this.allowOnChange = true; + }, + onKeyUp: function() { + this.allowOnChange = false; + var protocolCmb = this.getDialog().getContentElement( 'info', 'protocol' ), + url = this.getValue(), + urlOnChangeProtocol = /^(http|https|ftp|news):\/\/(?=.)/i, + urlOnChangeTestOther = /^((javascript:)|[#\/\.\?])/i; + + var protocol = urlOnChangeProtocol.exec( url ); + if ( protocol ) { + this.setValue( url.substr( protocol[ 0 ].length ) ); + protocolCmb.setValue( protocol[ 0 ].toLowerCase() ); + } else if ( urlOnChangeTestOther.test( url ) ) + protocolCmb.setValue( '' ); + + this.allowOnChange = true; + }, + onChange: function() { + if ( this.allowOnChange ) // Dont't call on dialog load. + this.onKeyUp(); + }, + validate: function() { + var dialog = this.getDialog(); + + if ( dialog.getContentElement( 'info', 'linkType' ) && dialog.getValueOf( 'info', 'linkType' ) != 'url' ) + return true; + + if ( ( /javascript\:/ ).test( this.getValue() ) ) { + alert( commonLang.invalidValue ); + return false; + } + + if ( this.getDialog().fakeObj ) // Edit Anchor. + return true; + + var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noUrl ); + return func.apply( this ); + }, + setup: function( data ) { + this.allowOnChange = false; + if ( data.url ) + this.setValue( data.url.url ); + this.allowOnChange = true; + + }, + commit: function( data ) { + // IE will not trigger the onChange event if the mouse has been used + // to carry all the operations #4724 + this.onChange(); + + if ( !data.url ) + data.url = {}; + + data.url.url = this.getValue(); + this.allowOnChange = false; + } + } + ], + setup: function( data ) { + if ( !this.getDialog().getContentElement( 'info', 'linkType' ) ) + this.getElement().show(); + } + }, + { + type: 'button', + id: 'browse', + hidden: 'true', + filebrowser: 'info:url', + label: commonLang.browseServer + } + ] + }, + { + type: 'vbox', + id: 'anchorOptions', + width: 260, + align: 'center', + padding: 0, + children: [ + { + type: 'fieldset', + id: 'selectAnchorText', + label: linkLang.selectAnchor, + setup: function( data ) { + if ( data.anchors.length > 0 ) + this.getElement().show(); + else + this.getElement().hide(); + }, + children: [ + { + type: 'hbox', + id: 'selectAnchor', + children: [ + { + type: 'select', + id: 'anchorName', + 'default': '', + label: linkLang.anchorName, + style: 'width: 100%;', + items: [ + [ '' ] + ], + setup: function( data ) { + this.clear(); + this.add( '' ); + for ( var i = 0; i < data.anchors.length; i++ ) { + if ( data.anchors[ i ].name ) + this.add( data.anchors[ i ].name ); + } + + if ( data.anchor ) + this.setValue( data.anchor.name ); + + var linkType = this.getDialog().getContentElement( 'info', 'linkType' ); + if ( linkType && linkType.getValue() == 'email' ) + this.focus(); + }, + commit: function( data ) { + if ( !data.anchor ) + data.anchor = {}; + + data.anchor.name = this.getValue(); + } + }, + { + type: 'select', + id: 'anchorId', + 'default': '', + label: linkLang.anchorId, + style: 'width: 100%;', + items: [ + [ '' ] + ], + setup: function( data ) { + this.clear(); + this.add( '' ); + for ( var i = 0; i < data.anchors.length; i++ ) { + if ( data.anchors[ i ].id ) + this.add( data.anchors[ i ].id ); + } + + if ( data.anchor ) + this.setValue( data.anchor.id ); + }, + commit: function( data ) { + if ( !data.anchor ) + data.anchor = {}; + + data.anchor.id = this.getValue(); + } + } + ], + setup: function( data ) { + if ( data.anchors.length > 0 ) + this.getElement().show(); + else + this.getElement().hide(); + } + } + ] + }, + { + type: 'html', + id: 'noAnchors', + style: 'text-align: center;', + html: '
' + CKEDITOR.tools.htmlEncode( linkLang.noAnchors ) + '
', + // Focus the first element defined in above html. + focus: true, + setup: function( data ) { + if ( data.anchors.length < 1 ) + this.getElement().show(); + else + this.getElement().hide(); + } + } + ], + setup: function( data ) { + if ( !this.getDialog().getContentElement( 'info', 'linkType' ) ) + this.getElement().hide(); + } + }, + { + type: 'vbox', + id: 'emailOptions', + padding: 1, + children: [ + { + type: 'text', + id: 'emailAddress', + label: linkLang.emailAddress, + required: true, + validate: function() { + var dialog = this.getDialog(); + + if ( !dialog.getContentElement( 'info', 'linkType' ) || dialog.getValueOf( 'info', 'linkType' ) != 'email' ) + return true; + + var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noEmail ); + return func.apply( this ); + }, + setup: function( data ) { + if ( data.email ) + this.setValue( data.email.address ); + + var linkType = this.getDialog().getContentElement( 'info', 'linkType' ); + if ( linkType && linkType.getValue() == 'email' ) + this.select(); + }, + commit: function( data ) { + if ( !data.email ) + data.email = {}; + + data.email.address = this.getValue(); + } + }, + { + type: 'text', + id: 'emailSubject', + label: linkLang.emailSubject, + setup: function( data ) { + if ( data.email ) + this.setValue( data.email.subject ); + }, + commit: function( data ) { + if ( !data.email ) + data.email = {}; + + data.email.subject = this.getValue(); + } + }, + { + type: 'textarea', + id: 'emailBody', + label: linkLang.emailBody, + rows: 3, + 'default': '', + setup: function( data ) { + if ( data.email ) + this.setValue( data.email.body ); + }, + commit: function( data ) { + if ( !data.email ) + data.email = {}; + + data.email.body = this.getValue(); + } + } + ], + setup: function( data ) { + if ( !this.getDialog().getContentElement( 'info', 'linkType' ) ) + this.getElement().hide(); + } + } + ] + }, + { + id: 'target', + requiredContent: 'a[target]', // This is not fully correct, because some target option requires JS. + label: linkLang.target, + title: linkLang.target, + elements: [ + { + type: 'hbox', + widths: [ '50%', '50%' ], + children: [ + { + type: 'select', + id: 'linkTargetType', + label: commonLang.target, + 'default': 'notSet', + style: 'width : 100%;', + 'items': [ + [ commonLang.notSet, 'notSet' ], + [ linkLang.targetFrame, 'frame' ], + [ linkLang.targetPopup, 'popup' ], + [ commonLang.targetNew, '_blank' ], + [ commonLang.targetTop, '_top' ], + [ commonLang.targetSelf, '_self' ], + [ commonLang.targetParent, '_parent' ] + ], + onChange: targetChanged, + setup: function( data ) { + if ( data.target ) + this.setValue( data.target.type || 'notSet' ); + targetChanged.call( this ); + }, + commit: function( data ) { + if ( !data.target ) + data.target = {}; + + data.target.type = this.getValue(); + } + }, + { + type: 'text', + id: 'linkTargetName', + label: linkLang.targetFrameName, + 'default': '', + setup: function( data ) { + if ( data.target ) + this.setValue( data.target.name ); + }, + commit: function( data ) { + if ( !data.target ) + data.target = {}; + + data.target.name = this.getValue().replace( /\W/gi, '' ); + } + } + ] + }, + { + type: 'vbox', + width: '100%', + align: 'center', + padding: 2, + id: 'popupFeatures', + children: [ + { + type: 'fieldset', + label: linkLang.popupFeatures, + children: [ + { + type: 'hbox', + children: [ + { + type: 'checkbox', + id: 'resizable', + label: linkLang.popupResizable, + setup: setupPopupParams, + commit: commitPopupParams + }, + { + type: 'checkbox', + id: 'status', + label: linkLang.popupStatusBar, + setup: setupPopupParams, + commit: commitPopupParams + + } + ] + }, + { + type: 'hbox', + children: [ + { + type: 'checkbox', + id: 'location', + label: linkLang.popupLocationBar, + setup: setupPopupParams, + commit: commitPopupParams + + }, + { + type: 'checkbox', + id: 'toolbar', + label: linkLang.popupToolbar, + setup: setupPopupParams, + commit: commitPopupParams + + } + ] + }, + { + type: 'hbox', + children: [ + { + type: 'checkbox', + id: 'menubar', + label: linkLang.popupMenuBar, + setup: setupPopupParams, + commit: commitPopupParams + + }, + { + type: 'checkbox', + id: 'fullscreen', + label: linkLang.popupFullScreen, + setup: setupPopupParams, + commit: commitPopupParams + + } + ] + }, + { + type: 'hbox', + children: [ + { + type: 'checkbox', + id: 'scrollbars', + label: linkLang.popupScrollBars, + setup: setupPopupParams, + commit: commitPopupParams + + }, + { + type: 'checkbox', + id: 'dependent', + label: linkLang.popupDependent, + setup: setupPopupParams, + commit: commitPopupParams + + } + ] + }, + { + type: 'hbox', + children: [ + { + type: 'text', + widths: [ '50%', '50%' ], + labelLayout: 'horizontal', + label: commonLang.width, + id: 'width', + setup: setupPopupParams, + commit: commitPopupParams + + }, + { + type: 'text', + labelLayout: 'horizontal', + widths: [ '50%', '50%' ], + label: linkLang.popupLeft, + id: 'left', + setup: setupPopupParams, + commit: commitPopupParams + + } + ] + }, + { + type: 'hbox', + children: [ + { + type: 'text', + labelLayout: 'horizontal', + widths: [ '50%', '50%' ], + label: commonLang.height, + id: 'height', + setup: setupPopupParams, + commit: commitPopupParams + + }, + { + type: 'text', + labelLayout: 'horizontal', + label: linkLang.popupTop, + widths: [ '50%', '50%' ], + id: 'top', + setup: setupPopupParams, + commit: commitPopupParams + + } + ] + } + ] + } + ] + } + ] + }, + { + id: 'upload', + label: linkLang.upload, + title: linkLang.upload, + hidden: true, + filebrowser: 'uploadButton', + elements: [ + { + type: 'file', + id: 'upload', + label: commonLang.upload, + style: 'height:40px', + size: 29 + }, + { + type: 'fileButton', + id: 'uploadButton', + label: commonLang.uploadSubmit, + filebrowser: 'info:url', + 'for': [ 'upload', 'upload' ] + } + ] + }, + { + id: 'advanced', + label: linkLang.advanced, + title: linkLang.advanced, + elements: [ + { + type: 'vbox', + padding: 1, + children: [ + { + type: 'hbox', + widths: [ '45%', '35%', '20%' ], + children: [ + { + type: 'text', + id: 'advId', + requiredContent: 'a[id]', + label: linkLang.id, + setup: setupAdvParams, + commit: commitAdvParams + }, + { + type: 'select', + id: 'advLangDir', + requiredContent: 'a[dir]', + label: linkLang.langDir, + 'default': '', + style: 'width:110px', + items: [ + [ commonLang.notSet, '' ], + [ linkLang.langDirLTR, 'ltr' ], + [ linkLang.langDirRTL, 'rtl' ] + ], + setup: setupAdvParams, + commit: commitAdvParams + }, + { + type: 'text', + id: 'advAccessKey', + requiredContent: 'a[accesskey]', + width: '80px', + label: linkLang.acccessKey, + maxLength: 1, + setup: setupAdvParams, + commit: commitAdvParams + + } + ] + }, + { + type: 'hbox', + widths: [ '45%', '35%', '20%' ], + children: [ + { + type: 'text', + label: linkLang.name, + id: 'advName', + requiredContent: 'a[name]', + setup: setupAdvParams, + commit: commitAdvParams + + }, + { + type: 'text', + label: linkLang.langCode, + id: 'advLangCode', + requiredContent: 'a[lang]', + width: '110px', + 'default': '', + setup: setupAdvParams, + commit: commitAdvParams + + }, + { + type: 'text', + label: linkLang.tabIndex, + id: 'advTabIndex', + requiredContent: 'a[tabindex]', + width: '80px', + maxLength: 5, + setup: setupAdvParams, + commit: commitAdvParams + + } + ] + } + ] + }, + { + type: 'vbox', + padding: 1, + children: [ + { + type: 'hbox', + widths: [ '45%', '55%' ], + children: [ + { + type: 'text', + label: linkLang.advisoryTitle, + requiredContent: 'a[title]', + 'default': '', + id: 'advTitle', + setup: setupAdvParams, + commit: commitAdvParams + + }, + { + type: 'text', + label: linkLang.advisoryContentType, + requiredContent: 'a[type]', + 'default': '', + id: 'advContentType', + setup: setupAdvParams, + commit: commitAdvParams + + } + ] + }, + { + type: 'hbox', + widths: [ '45%', '55%' ], + children: [ + { + type: 'text', + label: linkLang.cssClasses, + requiredContent: 'a(cke-xyz)', // Random text like 'xyz' will check if all are allowed. + 'default': '', + id: 'advCSSClasses', + setup: setupAdvParams, + commit: commitAdvParams + + }, + { + type: 'text', + label: linkLang.charset, + requiredContent: 'a[charset]', + 'default': '', + id: 'advCharset', + setup: setupAdvParams, + commit: commitAdvParams + + } + ] + }, + { + type: 'hbox', + widths: [ '45%', '55%' ], + children: [ + { + type: 'text', + label: linkLang.rel, + requiredContent: 'a[rel]', + 'default': '', + id: 'advRel', + setup: setupAdvParams, + commit: commitAdvParams + }, + { + type: 'text', + label: linkLang.styles, + requiredContent: 'a{cke-xyz}', // Random text like 'xyz' will check if all are allowed. + 'default': '', + id: 'advStyles', + validate: CKEDITOR.dialog.validate.inlineStyle( editor.lang.common.invalidInlineStyle ), + setup: setupAdvParams, + commit: commitAdvParams + } + ] + } + ] + } + ] + } + ], + onShow: function() { + var editor = this.getParentEditor(), + selection = editor.getSelection(), + element = null; + + // Fill in all the relevant fields if there's already one link selected. + if ( ( element = plugin.getSelectedLink( editor ) ) && element.hasAttribute( 'href' ) ) { + // Don't change selection if some element is already selected. + // For example - don't destroy fake selection. + if ( !selection.getSelectedElement() ) + selection.selectElement( element ); + } else + element = null; + + this.setupContent( parseLink.apply( this, [ editor, element ] ) ); + }, + onOk: function() { + var attributes = {}, + removeAttributes = [], + data = {}, + me = this, + editor = this.getParentEditor(); + + this.commitContent( data ); + + // Compose the URL. + switch ( data.type || 'url' ) { + case 'url': + var protocol = ( data.url && data.url.protocol != undefined ) ? data.url.protocol : 'http://', + url = ( data.url && CKEDITOR.tools.trim( data.url.url ) ) || ''; + attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url; + break; + case 'anchor': + var name = ( data.anchor && data.anchor.name ), + id = ( data.anchor && data.anchor.id ); + attributes[ 'data-cke-saved-href' ] = '#' + ( name || id || '' ); + break; + case 'email': + + var linkHref, + email = data.email, + address = email.address; + + switch ( emailProtection ) { + case '': + case 'encode': + { + var subject = encodeURIComponent( email.subject || '' ), + body = encodeURIComponent( email.body || '' ); + + // Build the e-mail parameters first. + var argList = []; + subject && argList.push( 'subject=' + subject ); + body && argList.push( 'body=' + body ); + argList = argList.length ? '?' + argList.join( '&' ) : ''; + + if ( emailProtection == 'encode' ) { + linkHref = [ 'javascript:void(location.href=\'mailto:\'+', + protectEmailAddressAsEncodedString( address ) ]; + // parameters are optional. + argList && linkHref.push( '+\'', escapeSingleQuote( argList ), '\'' ); + + linkHref.push( ')' ); + } else + linkHref = [ 'mailto:', address, argList ]; + + break; + } + default: + { + // Separating name and domain. + var nameAndDomain = address.split( '@', 2 ); + email.name = nameAndDomain[ 0 ]; + email.domain = nameAndDomain[ 1 ]; + + linkHref = [ 'javascript:', protectEmailLinkAsFunction( email ) ]; + } + } + + attributes[ 'data-cke-saved-href' ] = linkHref.join( '' ); + break; + } + + // Popups and target. + if ( data.target ) { + if ( data.target.type == 'popup' ) { + var onclickList = [ 'window.open(this.href, \'', + data.target.name || '', '\', \'' ]; + var featureList = [ 'resizable', 'status', 'location', 'toolbar', 'menubar', 'fullscreen', + 'scrollbars', 'dependent' ]; + var featureLength = featureList.length; + var addFeature = function( featureName ) { + if ( data.target[ featureName ] ) + featureList.push( featureName + '=' + data.target[ featureName ] ); + }; + + for ( var i = 0; i < featureLength; i++ ) + featureList[ i ] = featureList[ i ] + ( data.target[ featureList[ i ] ] ? '=yes' : '=no' ); + addFeature( 'width' ); + addFeature( 'left' ); + addFeature( 'height' ); + addFeature( 'top' ); + + onclickList.push( featureList.join( ',' ), '\'); return false;' ); + attributes[ 'data-cke-pa-onclick' ] = onclickList.join( '' ); + + // Add the "target" attribute. (#5074) + removeAttributes.push( 'target' ); + } else { + if ( data.target.type != 'notSet' && data.target.name ) + attributes.target = data.target.name; + else + removeAttributes.push( 'target' ); + + removeAttributes.push( 'data-cke-pa-onclick', 'onclick' ); + } + } + + // Advanced attributes. + if ( data.adv ) { + var advAttr = function( inputName, attrName ) { + var value = data.adv[ inputName ]; + if ( value ) + attributes[ attrName ] = value; + else + removeAttributes.push( attrName ); + }; + + advAttr( 'advId', 'id' ); + advAttr( 'advLangDir', 'dir' ); + advAttr( 'advAccessKey', 'accessKey' ); + + if ( data.adv[ 'advName' ] ) + attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ]; + else + removeAttributes = removeAttributes.concat( [ 'data-cke-saved-name', 'name' ] ); + + advAttr( 'advLangCode', 'lang' ); + advAttr( 'advTabIndex', 'tabindex' ); + advAttr( 'advTitle', 'title' ); + advAttr( 'advContentType', 'type' ); + advAttr( 'advCSSClasses', 'class' ); + advAttr( 'advCharset', 'charset' ); + advAttr( 'advStyles', 'style' ); + advAttr( 'advRel', 'rel' ); + } + + + var selection = editor.getSelection(); + + // Browser need the "href" fro copy/paste link to work. (#6641) + attributes.href = attributes[ 'data-cke-saved-href' ]; + + if ( !this._.selectedElement ) { + var range = selection.getRanges()[ 0 ]; + + // Use link URL as text with a collapsed cursor. + if ( range.collapsed ) { + // Short mailto link text view (#5736). + var text = new CKEDITOR.dom.text( data.type == 'email' ? data.email.address : attributes[ 'data-cke-saved-href' ], editor.document ); + range.insertNode( text ); + range.selectNodeContents( text ); + } + + // Apply style. + var style = new CKEDITOR.style( { element: 'a', attributes: attributes } ); + style.type = CKEDITOR.STYLE_INLINE; // need to override... dunno why. + style.applyToRange( range ); + range.select(); + } else { + // We're only editing an existing link, so just overwrite the attributes. + var element = this._.selectedElement, + href = element.data( 'cke-saved-href' ), + textView = element.getHtml(); + + element.setAttributes( attributes ); + element.removeAttributes( removeAttributes ); + + if ( data.adv && data.adv.advName && CKEDITOR.plugins.link.synAnchorSelector ) + element.addClass( element.getChildCount() ? 'cke_anchor' : 'cke_anchor_empty' ); + + // Update text view when user changes protocol (#4612). + if ( href == textView || data.type == 'email' && textView.indexOf( '@' ) != -1 ) { + // Short mailto link text view (#5736). + element.setHtml( data.type == 'email' ? data.email.address : attributes[ 'data-cke-saved-href' ] ); + + // We changed the content, so need to select it again. + selection.selectElement( element ); + } + + delete this._.selectedElement; + } + }, + onLoad: function() { + if ( !editor.config.linkShowAdvancedTab ) + this.hidePage( 'advanced' ); //Hide Advanded tab. + + if ( !editor.config.linkShowTargetTab ) + this.hidePage( 'target' ); //Hide Target tab. + }, + // Inital focus on 'url' field if link is of type URL. + onFocus: function() { + var linkType = this.getContentElement( 'info', 'linkType' ), + urlField; + if ( linkType && linkType.getValue() == 'url' ) { + urlField = this.getContentElement( 'info', 'url' ); + urlField.select(); + } + } + }; +} ); + +/** + * The e-mail address anti-spam protection option. The protection will be + * applied when creating or modifying e-mail links through the editor interface. + * + * Two methods of protection can be chosen: + * + * 1. The e-mail parts (name, domain, and any other query string) are + * assembled into a function call pattern. Such function must be + * provided by the developer in the pages that will use the contents. + * 2. Only the e-mail address is obfuscated into a special string that + * has no meaning for humans or spam bots, but which is properly + * rendered and accepted by the browser. + * + * Both approaches require JavaScript to be enabled. + * + * // href="mailto:tester@ckeditor.com?subject=subject&body=body" + * config.emailProtection = ''; + * + * // href="e-mail" + * config.emailProtection = 'encode'; + * + * // href="javascript:mt('tester','ckeditor.com','subject','body')" + * config.emailProtection = 'mt(NAME,DOMAIN,SUBJECT,BODY)'; + * + * @since 3.1 + * @cfg {String} [emailProtection='' (empty string = disabled)] + * @member CKEDITOR.config + */ diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/icons/anchor-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/link/icons/anchor-rtl.png new file mode 100644 index 00000000..87d717d8 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/link/icons/anchor-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/icons/anchor.png b/lam/templates/lib/extra/ckeditor/plugins/link/icons/anchor.png new file mode 100644 index 00000000..0ca085f7 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/link/icons/anchor.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/icons/link.png b/lam/templates/lib/extra/ckeditor/plugins/link/icons/link.png new file mode 100644 index 00000000..95092d03 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/link/icons/link.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/icons/unlink.png b/lam/templates/lib/extra/ckeditor/plugins/link/icons/unlink.png new file mode 100644 index 00000000..33a15999 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/link/icons/unlink.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/images/anchor.png b/lam/templates/lib/extra/ckeditor/plugins/link/images/anchor.png new file mode 100644 index 00000000..c946ba54 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/link/images/anchor.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/af.js new file mode 100644 index 00000000..3b5e99c8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/af.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'af', { + acccessKey: 'Toegangsleutel', + advanced: 'Gevorderd', + advisoryContentType: 'Aanbevole inhoudstipe', + advisoryTitle: 'Aanbevole titel', + anchor: { + toolbar: 'Anker byvoeg/verander', + menu: 'Anker-eienskappe', + title: 'Anker-eienskappe', + name: 'Ankernaam', + errorName: 'Voltooi die ankernaam asseblief', + remove: 'Remove Anchor' + }, + anchorId: 'Op element Id', + anchorName: 'Op ankernaam', + charset: 'Karakterstel van geskakelde bron', + cssClasses: 'CSS klasse', + emailAddress: 'E-posadres', + emailBody: 'Berig-inhoud', + emailSubject: 'Berig-onderwerp', + id: 'Id', + info: 'Skakel informasie', + langCode: 'Taalkode', + langDir: 'Skryfrigting', + langDirLTR: 'Links na regs (LTR)', + langDirRTL: 'Regs na links (RTL)', + menu: 'Wysig skakel', + name: 'Naam', + noAnchors: '(Geen ankers beskikbaar in dokument)', + noEmail: 'Gee die e-posadres', + noUrl: 'Gee die skakel se URL', + other: '', + popupDependent: 'Afhanklik (Netscape)', + popupFeatures: 'Eienskappe van opspringvenster', + popupFullScreen: 'Volskerm (IE)', + popupLeft: 'Posisie links', + popupLocationBar: 'Adresbalk', + popupMenuBar: 'Spyskaartbalk', + popupResizable: 'Herskaalbaar', + popupScrollBars: 'Skuifbalke', + popupStatusBar: 'Statusbalk', + popupToolbar: 'Werkbalk', + popupTop: 'Posisie bo', + rel: 'Relationship', // MISSING + selectAnchor: 'Kies \'n anker', + styles: 'Styl', + tabIndex: 'Tab indeks', + target: 'Doel', + targetFrame: '', + targetFrameName: 'Naam van doelraam', + targetPopup: '', + targetPopupName: 'Naam van opspringvenster', + title: 'Skakel', + toAnchor: 'Anker in bladsy', + toEmail: 'E-pos', + toUrl: 'URL', + toolbar: 'Skakel invoeg/wysig', + type: 'Skakelsoort', + unlink: 'Verwyder skakel', + upload: 'Oplaai' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ar.js new file mode 100644 index 00000000..4d3f1e1c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ar.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ar', { + acccessKey: 'مفاتيح الإختصار', + advanced: 'متقدم', + advisoryContentType: 'نوع التقرير', + advisoryTitle: 'عنوان التقرير', + anchor: { + toolbar: 'إشارة مرجعية', + menu: 'تحرير الإشارة المرجعية', + title: 'خصائص الإشارة المرجعية', + name: 'اسم الإشارة المرجعية', + errorName: 'الرجاء كتابة اسم الإشارة المرجعية', + remove: 'إزالة الإشارة المرجعية' + }, + anchorId: 'حسب رقم العنصر', + anchorName: 'حسب إسم الإشارة المرجعية', + charset: 'ترميز المادة المطلوبة', + cssClasses: 'فئات التنسيق', + emailAddress: 'البريد الإلكتروني', + emailBody: 'محتوى الرسالة', + emailSubject: 'موضوع الرسالة', + id: 'هوية', + info: 'معلومات الرابط', + langCode: 'رمز اللغة', + langDir: 'إتجاه نص اللغة', + langDirLTR: 'اليسار لليمين (LTR)', + langDirRTL: 'اليمين لليسار (RTL)', + menu: 'تحرير الرابط', + name: 'إسم', + noAnchors: '(لا توجد علامات مرجعية في هذا المستند)', + noEmail: 'الرجاء كتابة الريد الإلكتروني', + noUrl: 'الرجاء كتابة رابط الموقع', + other: '<أخرى>', + popupDependent: 'تابع (Netscape)', + popupFeatures: 'خصائص النافذة المنبثقة', + popupFullScreen: 'ملئ الشاشة (IE)', + popupLeft: 'التمركز لليسار', + popupLocationBar: 'شريط العنوان', + popupMenuBar: 'القوائم الرئيسية', + popupResizable: 'قابلة التشكيل', + popupScrollBars: 'أشرطة التمرير', + popupStatusBar: 'شريط الحالة', + popupToolbar: 'شريط الأدوات', + popupTop: 'التمركز للأعلى', + rel: 'العلاقة', + selectAnchor: 'اختر علامة مرجعية', + styles: 'نمط', + tabIndex: 'الترتيب', + target: 'هدف الرابط', + targetFrame: '<إطار>', + targetFrameName: 'اسم الإطار المستهدف', + targetPopup: '<نافذة منبثقة>', + targetPopupName: 'اسم النافذة المنبثقة', + title: 'رابط', + toAnchor: 'مكان في هذا المستند', + toEmail: 'بريد إلكتروني', + toUrl: 'الرابط', + toolbar: 'رابط', + type: 'نوع الربط', + unlink: 'إزالة رابط', + upload: 'رفع' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/bg.js new file mode 100644 index 00000000..88c949a3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/bg.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'bg', { + acccessKey: 'Ключ за достъп', + advanced: 'Разширено', + advisoryContentType: 'Препоръчителен тип на съдържанието', + advisoryTitle: 'Препоръчително заглавие', + anchor: { + toolbar: 'Котва', + menu: 'Промяна на котва', + title: 'Настройки на котва', + name: 'Име на котва', + errorName: 'Моля въведете име на котвата', + remove: 'Премахване на котва' + }, + anchorId: 'По ID на елемент', + anchorName: 'По име на котва', + charset: 'Тип на свързания ресурс', + cssClasses: 'Класове за CSS', + emailAddress: 'E-mail aдрес', + emailBody: 'Съдържание', + emailSubject: 'Тема', + id: 'ID', + info: 'Инфо за връзката', + langCode: 'Код за езика', + langDir: 'Посока на езика', + langDirLTR: 'Ляво на Дясно (ЛнД)', + langDirRTL: 'Дясно на Ляво (ДнЛ)', + menu: 'Промяна на връзка', + name: 'Име', + noAnchors: '(Няма котви в текущия документ)', + noEmail: 'Моля въведете e-mail aдрес', + noUrl: 'Моля въведете URL адреса', + other: '<друго>', + popupDependent: 'Зависимост (Netscape)', + popupFeatures: 'Функции на изкачащ прозорец', + popupFullScreen: 'Цял екран (IE)', + popupLeft: 'Лява позиция', + popupLocationBar: 'Лента с локацията', + popupMenuBar: 'Лента за меню', + popupResizable: 'Оразмеряем', + popupScrollBars: 'Скролери', + popupStatusBar: 'Статусна лента', + popupToolbar: 'Лента с инструменти', + popupTop: 'Горна позиция', + rel: 'Връзка', + selectAnchor: 'Изберете котва', + styles: 'Стил', + tabIndex: 'Ред на достъп', + target: 'Цел', + targetFrame: '', + targetFrameName: 'Име на целевият прозорец', + targetPopup: '<изкачащ прозорец>', + targetPopupName: 'Име на изкачащ прозорец', + title: 'Връзка', + toAnchor: 'Връзка към котва в текста', + toEmail: 'E-mail', + toUrl: 'Уеб адрес', + toolbar: 'Връзка', + type: 'Тип на връзката', + unlink: 'Премахни връзката', + upload: 'Качване' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/bn.js new file mode 100644 index 00000000..a6054658 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/bn.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'bn', { + acccessKey: 'এক্সেস কী', + advanced: 'এডভান্সড', + advisoryContentType: 'পরামর্শ কন্টেন্টের প্রকার', + advisoryTitle: 'পরামর্শ শীর্ষক', + anchor: { + toolbar: 'নোঙ্গর', + menu: 'নোঙর প্রোপার্টি', + title: 'নোঙর প্রোপার্টি', + name: 'নোঙরের নাম', + errorName: 'নোঙরের নাম টাইপ করুন', + remove: 'Remove Anchor' + }, + anchorId: 'নোঙরের আইডি দিয়ে', + anchorName: 'নোঙরের নাম দিয়ে', + charset: 'লিংক রিসোর্স ক্যারেক্টর সেট', + cssClasses: 'স্টাইল-শীট ক্লাস', + emailAddress: 'ইমেইল ঠিকানা', + emailBody: 'মেসেজের দেহ', + emailSubject: 'মেসেজের বিষয়', + id: 'আইডি', + info: 'লিংক তথ্য', + langCode: 'ভাষা লেখার দিক', + langDir: 'ভাষা লেখার দিক', + langDirLTR: 'বাম থেকে ডান (LTR)', + langDirRTL: 'ডান থেকে বাম (RTL)', + menu: 'লিংক সম্পাদন', + name: 'নাম', + noAnchors: '(No anchors available in the document)', // MISSING + noEmail: 'অনুগ্রহ করে ইমেইল এড্রেস টাইপ করুন', + noUrl: 'অনুগ্রহ করে URL লিংক টাইপ করুন', + other: '', // MISSING + popupDependent: 'ডিপেন্ডেন্ট (Netscape)', + popupFeatures: 'পপআপ উইন্ডো ফীচার সমূহ', + popupFullScreen: 'পূর্ণ পর্দা জুড়ে (IE)', + popupLeft: 'বামের পজিশন', + popupLocationBar: 'লোকেশন বার', + popupMenuBar: 'মেন্যু বার', + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'স্ক্রল বার', + popupStatusBar: 'স্ট্যাটাস বার', + popupToolbar: 'টুল বার', + popupTop: 'ডানের পজিশন', + rel: 'Relationship', // MISSING + selectAnchor: 'নোঙর বাছাই', + styles: 'স্টাইল', + tabIndex: 'ট্যাব ইন্ডেক্স', + target: 'টার্গেট', + targetFrame: '<ফ্রেম>', + targetFrameName: 'টার্গেট ফ্রেমের নাম', + targetPopup: '<পপআপ উইন্ডো>', + targetPopupName: 'পপআপ উইন্ডোর নাম', + title: 'লিংক', + toAnchor: 'এই পেজে নোঙর কর', + toEmail: 'ইমেইল', + toUrl: 'URL', + toolbar: 'লিংক যুক্ত কর', + type: 'লিংক প্রকার', + unlink: 'লিংক সরাও', + upload: 'আপলোড' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/bs.js new file mode 100644 index 00000000..59073ea9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/bs.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'bs', { + acccessKey: 'Pristupna tipka', + advanced: 'Naprednije', + advisoryContentType: 'Advisory vrsta sadržaja', + advisoryTitle: 'Advisory title', + anchor: { + toolbar: 'Anchor', + menu: 'Edit Anchor', + title: 'Anchor Properties', + name: 'Anchor Name', + errorName: 'Please type the anchor name', + remove: 'Remove Anchor' + }, + anchorId: 'Po Id-u elementa', + anchorName: 'Po nazivu sidra', + charset: 'Linked Resource Charset', + cssClasses: 'Klase CSS stilova', + emailAddress: 'E-Mail Adresa', + emailBody: 'Poruka', + emailSubject: 'Subjekt poruke', + id: 'Id', + info: 'Link info', + langCode: 'Smjer pisanja', + langDir: 'Smjer pisanja', + langDirLTR: 'S lijeva na desno (LTR)', + langDirRTL: 'S desna na lijevo (RTL)', + menu: 'Izmjeni link', + name: 'Naziv', + noAnchors: '(Nema dostupnih sidra na stranici)', + noEmail: 'Molimo ukucajte e-mail adresu', + noUrl: 'Molimo ukucajte URL link', + other: '', // MISSING + popupDependent: 'Ovisno (Netscape)', + popupFeatures: 'Moguænosti popup prozora', + popupFullScreen: 'Cijeli ekran (IE)', + popupLeft: 'Lijeva pozicija', + popupLocationBar: 'Traka za lokaciju', + popupMenuBar: 'Izborna traka', + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'Scroll traka', + popupStatusBar: 'Statusna traka', + popupToolbar: 'Traka sa alatima', + popupTop: 'Gornja pozicija', + rel: 'Relationship', // MISSING + selectAnchor: 'Izaberi sidro', + styles: 'Stil', + tabIndex: 'Tab indeks', + target: 'Prozor', + targetFrame: '', + targetFrameName: 'Target Frame Name', // MISSING + targetPopup: '', + targetPopupName: 'Naziv popup prozora', + title: 'Link', + toAnchor: 'Sidro na ovoj stranici', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Ubaci/Izmjeni link', + type: 'Tip linka', + unlink: 'Izbriši link', + upload: 'Šalji' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ca.js new file mode 100644 index 00000000..a9850d2e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ca.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ca', { + acccessKey: 'Clau d\'accés', + advanced: 'Avançat', + advisoryContentType: 'Tipus de contingut consultiu', + advisoryTitle: 'Títol consultiu', + anchor: { + toolbar: 'Insereix/Edita àncora', + menu: 'Propietats de l\'àncora', + title: 'Propietats de l\'àncora', + name: 'Nom de l\'àncora', + errorName: 'Si us plau, escriviu el nom de l\'ancora', + remove: 'Remove Anchor' + }, + anchorId: 'Per Id d\'element', + anchorName: 'Per nom d\'àncora', + charset: 'Conjunt de caràcters font enllaçat', + cssClasses: 'Classes del full d\'estil', + emailAddress: 'Adreça de correu electrònic', + emailBody: 'Cos del missatge', + emailSubject: 'Assumpte del missatge', + id: 'Id', + info: 'Informació de l\'enllaç', + langCode: 'Direcció de l\'idioma', + langDir: 'Direcció de l\'idioma', + langDirLTR: 'D\'esquerra a dreta (LTR)', + langDirRTL: 'De dreta a esquerra (RTL)', + menu: 'Edita l\'enllaç', + name: 'Nom', + noAnchors: '(No hi ha àncores disponibles en aquest document)', + noEmail: 'Si us plau, escrigui l\'adreça correu electrònic', + noUrl: 'Si us plau, escrigui l\'enllaç URL', + other: '', + popupDependent: 'Depenent (Netscape)', + popupFeatures: 'Característiques finestra popup', + popupFullScreen: 'Pantalla completa (IE)', + popupLeft: 'Posició esquerra', + popupLocationBar: 'Barra d\'adreça', + popupMenuBar: 'Barra de menú', + popupResizable: 'Redimensionable', + popupScrollBars: 'Barres d\'scroll', + popupStatusBar: 'Barra d\'estat', + popupToolbar: 'Barra d\'eines', + popupTop: 'Posició dalt', + rel: 'Relació', + selectAnchor: 'Selecciona una àncora', + styles: 'Estil', + tabIndex: 'Index de Tab', + target: 'Destí', + targetFrame: '', + targetFrameName: 'Nom del marc de destí', + targetPopup: '', + targetPopupName: 'Nom finestra popup', + title: 'Enllaç', + toAnchor: 'Àncora en aquesta pàgina', + toEmail: 'Correu electrònic', + toUrl: 'URL', + toolbar: 'Insereix/Edita enllaç', + type: 'Tipus d\'enllaç', + unlink: 'Elimina l\'enllaç', + upload: 'Puja' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/cs.js new file mode 100644 index 00000000..796e9bc7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/cs.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'cs', { + acccessKey: 'Přístupový klíč', + advanced: 'Rozšířené', + advisoryContentType: 'Pomocný typ obsahu', + advisoryTitle: 'Pomocný titulek', + anchor: { + toolbar: 'Záložka', + menu: 'Vlastnosti záložky', + title: 'Vlastnosti záložky', + name: 'Název záložky', + errorName: 'Zadejte prosím název záložky', + remove: 'Odstranit záložku' + }, + anchorId: 'Podle Id objektu', + anchorName: 'Podle jména kotvy', + charset: 'Přiřazená znaková sada', + cssClasses: 'Třída stylu', + emailAddress: 'E-mailová adresa', + emailBody: 'Tělo zprávy', + emailSubject: 'Předmět zprávy', + id: 'Id', + info: 'Informace o odkazu', + langCode: 'Kód jazyka', + langDir: 'Směr jazyka', + langDirLTR: 'Zleva doprava (LTR)', + langDirRTL: 'Zprava doleva (RTL)', + menu: 'Změnit odkaz', + name: 'Jméno', + noAnchors: '(Ve stránce není definována žádná kotva!)', + noEmail: 'Zadejte prosím e-mailovou adresu', + noUrl: 'Zadejte prosím URL odkazu', + other: '', + popupDependent: 'Závislost (Netscape)', + popupFeatures: 'Vlastnosti vyskakovacího okna', + popupFullScreen: 'Celá obrazovka (IE)', + popupLeft: 'Levý okraj', + popupLocationBar: 'Panel umístění', + popupMenuBar: 'Panel nabídky', + popupResizable: 'Umožňující měnit velikost', + popupScrollBars: 'Posuvníky', + popupStatusBar: 'Stavový řádek', + popupToolbar: 'Panel nástrojů', + popupTop: 'Horní okraj', + rel: 'Vztah', + selectAnchor: 'Vybrat kotvu', + styles: 'Styl', + tabIndex: 'Pořadí prvku', + target: 'Cíl', + targetFrame: '', + targetFrameName: 'Název cílového rámu', + targetPopup: '', + targetPopupName: 'Název vyskakovacího okna', + title: 'Odkaz', + toAnchor: 'Kotva v této stránce', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Odkaz', + type: 'Typ odkazu', + unlink: 'Odstranit odkaz', + upload: 'Odeslat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/cy.js new file mode 100644 index 00000000..9fa27f6c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/cy.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'cy', { + acccessKey: 'Allwedd Mynediad', + advanced: 'Uwch', + advisoryContentType: 'Math y Cynnwys Cynghorol', + advisoryTitle: 'Teitl Cynghorol', + anchor: { + toolbar: 'Angor', + menu: 'Golygu\'r Angor', + title: 'Priodweddau\'r Angor', + name: 'Enw\'r Angor', + errorName: 'Teipiwch enw\'r angor', + remove: 'Tynnwch yr Angor' + }, + anchorId: 'Gan Id yr Elfen', + anchorName: 'Gan Enw\'r Angor', + charset: 'Set Nodau\'r Adnodd Cysylltiedig', + cssClasses: 'Dosbarthiadau Dalen Arddull', + emailAddress: 'Cyfeiriad E-Bost', + emailBody: 'Corff y Neges', + emailSubject: 'Testun y Neges', + id: 'Id', + info: 'Gwyb y Ddolen', + langCode: 'Cod Iaith', + langDir: 'Cyfeiriad Iaith', + langDirLTR: 'Chwith i\'r Dde (LTR)', + langDirRTL: 'Dde i\'r Chwith (RTL)', + menu: 'Golygu Dolen', + name: 'Enw', + noAnchors: '(Dim angorau ar gael yn y ddogfen)', + noEmail: 'Teipiwch gyfeiriad yr e-bost', + noUrl: 'Teipiwch URL y ddolen', + other: '', + popupDependent: 'Dibynnol (Netscape)', + popupFeatures: 'Nodweddion Ffenestr Bop', + popupFullScreen: 'Sgrin Llawn (IE)', + popupLeft: 'Safle Chwith', + popupLocationBar: 'Bar Safle', + popupMenuBar: 'Dewislen', + popupResizable: 'Ailfeintiol', + popupScrollBars: 'Barrau Sgrolio', + popupStatusBar: 'Bar Statws', + popupToolbar: 'Bar Offer', + popupTop: 'Safle Top', + rel: 'Perthynas', + selectAnchor: 'Dewiswch Angor', + styles: 'Arddull', + tabIndex: 'Indecs Tab', + target: 'Targed', + targetFrame: '', + targetFrameName: 'Enw Ffrâm y Targed', + targetPopup: '', + targetPopupName: 'Enw Ffenestr Bop', + title: 'Dolen', + toAnchor: 'Dolen at angor yn y testun', + toEmail: 'E-bost', + toUrl: 'URL', + toolbar: 'Dolen', + type: 'Math y Ddolen', + unlink: 'Datgysylltu', + upload: 'Lanlwytho' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/da.js new file mode 100644 index 00000000..d2de212c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/da.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'da', { + acccessKey: 'Genvejstast', + advanced: 'Avanceret', + advisoryContentType: 'Indholdstype', + advisoryTitle: 'Titel', + anchor: { + toolbar: 'Indsæt/redigér bogmærke', + menu: 'Egenskaber for bogmærke', + title: 'Egenskaber for bogmærke', + name: 'Bogmærkenavn', + errorName: 'Indtast bogmærkenavn', + remove: 'Fjern bogmærke' + }, + anchorId: 'Efter element-Id', + anchorName: 'Efter ankernavn', + charset: 'Tegnsæt', + cssClasses: 'Typografiark', + emailAddress: 'E-mailadresse', + emailBody: 'Besked', + emailSubject: 'Emne', + id: 'Id', + info: 'Generelt', + langCode: 'Tekstretning', + langDir: 'Tekstretning', + langDirLTR: 'Fra venstre mod højre (LTR)', + langDirRTL: 'Fra højre mod venstre (RTL)', + menu: 'Redigér hyperlink', + name: 'Navn', + noAnchors: '(Ingen bogmærker i dokumentet)', + noEmail: 'Indtast e-mailadresse!', + noUrl: 'Indtast hyperlink-URL!', + other: '', + popupDependent: 'Koblet/dependent (Netscape)', + popupFeatures: 'Egenskaber for popup', + popupFullScreen: 'Fuld skærm (IE)', + popupLeft: 'Position fra venstre', + popupLocationBar: 'Adresselinje', + popupMenuBar: 'Menulinje', + popupResizable: 'Justérbar', + popupScrollBars: 'Scrollbar', + popupStatusBar: 'Statuslinje', + popupToolbar: 'Værktøjslinje', + popupTop: 'Position fra toppen', + rel: 'Relation', + selectAnchor: 'Vælg et anker', + styles: 'Typografi', + tabIndex: 'Tabulatorindeks', + target: 'Mål', + targetFrame: '', + targetFrameName: 'Destinationsvinduets navn', + targetPopup: '', + targetPopupName: 'Popupvinduets navn', + title: 'Egenskaber for hyperlink', + toAnchor: 'Bogmærke på denne side', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Indsæt/redigér hyperlink', + type: 'Type', + unlink: 'Fjern hyperlink', + upload: 'Upload' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/de.js new file mode 100644 index 00000000..66fcbd6c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/de.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'de', { + acccessKey: 'Zugriffstaste', + advanced: 'Erweitert', + advisoryContentType: 'Inhaltstyp', + advisoryTitle: 'Titel Beschreibung', + anchor: { + toolbar: 'Anker einfügen/editieren', + menu: 'Anker-Eigenschaften', + title: 'Anker-Eigenschaften', + name: 'Anker Name', + errorName: 'Bitte geben Sie den Namen des Ankers ein', + remove: 'Anker entfernen' + }, + anchorId: 'nach Element Id', + anchorName: 'nach Anker Name', + charset: 'Ziel-Zeichensatz', + cssClasses: 'Stylesheet Klasse', + emailAddress: 'E-Mail Adresse', + emailBody: 'Nachrichtentext', + emailSubject: 'Betreffzeile', + id: 'Id', + info: 'Link-Info', + langCode: 'Sprachenkürzel', + langDir: 'Schreibrichtung', + langDirLTR: 'Links nach Rechts (LTR)', + langDirRTL: 'Rechts nach Links (RTL)', + menu: 'Link editieren', + name: 'Name', + noAnchors: '(keine Anker im Dokument vorhanden)', + noEmail: 'Bitte geben Sie e-Mail Adresse an', + noUrl: 'Bitte geben Sie die Link-URL an', + other: '', + popupDependent: 'Abhängig (Netscape)', + popupFeatures: 'Pop-up Fenster-Eigenschaften', + popupFullScreen: 'Vollbild (IE)', + popupLeft: 'Linke Position', + popupLocationBar: 'Adress-Leiste', + popupMenuBar: 'Menü-Leiste', + popupResizable: 'Größe änderbar', + popupScrollBars: 'Rollbalken', + popupStatusBar: 'Statusleiste', + popupToolbar: 'Symbolleiste', + popupTop: 'Obere Position', + rel: 'Beziehung', + selectAnchor: 'Anker auswählen', + styles: 'Style', + tabIndex: 'Tab-Index', + target: 'Zielseite', + targetFrame: '', + targetFrameName: 'Ziel-Fenster-Name', + targetPopup: '', + targetPopupName: 'Pop-up Fenster-Name', + title: 'Link', + toAnchor: 'Anker in dieser Seite', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Link einfügen/editieren', + type: 'Link-Typ', + unlink: 'Link entfernen', + upload: 'Hochladen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/el.js new file mode 100644 index 00000000..78fe3039 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/el.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'el', { + acccessKey: 'Συντόμευση', + advanced: 'Για Προχωρημένους', + advisoryContentType: 'Ενδεικτικός Τύπος Περιεχομένου', + advisoryTitle: 'Ενδεικτικός Τίτλος', + anchor: { + toolbar: 'Εισαγωγή/επεξεργασία Άγκυρας', + menu: 'Ιδιότητες άγκυρας', + title: 'Ιδιότητες άγκυρας', + name: 'Όνομα άγκυρας', + errorName: 'Παρακαλούμε εισάγετε όνομα άγκυρας', + remove: 'Αφαίρεση Άγκυρας' + }, + anchorId: 'Βάσει του Element Id', + anchorName: 'Βάσει του Ονόματος Άγκυρας', + charset: 'Κωδικοποίηση Χαρακτήρων Προσαρτημένης Πηγής', + cssClasses: 'Κλάσεις Φύλλων Στυλ', + emailAddress: 'Διεύθυνση E-mail', + emailBody: 'Κείμενο Μηνύματος', + emailSubject: 'Θέμα Μηνύματος', + id: 'Id', + info: 'Πληροφορίες Συνδέσμου', + langCode: 'Κατεύθυνση Κειμένου', + langDir: 'Κατεύθυνση Κειμένου', + langDirLTR: 'Αριστερά προς Δεξιά (LTR)', + langDirRTL: 'Δεξιά προς Αριστερά (RTL)', + menu: 'Επεξεργασία Συνδέσμου', + name: 'Όνομα', + noAnchors: '(Δεν υπάρχουν άγκυρες στο κείμενο)', + noEmail: 'Εισάγετε τη διεύθυνση ηλεκτρονικού ταχυδρομείου', + noUrl: 'Εισάγετε την τοποθεσία (URL) του συνδέσμου', + other: '<άλλο>', + popupDependent: 'Εξαρτημένο (Netscape)', + popupFeatures: 'Επιλογές Αναδυόμενου Παραθύρου', + popupFullScreen: 'Πλήρης Οθόνη (IE)', + popupLeft: 'Θέση Αριστερά', + popupLocationBar: 'Γραμμή Τοποθεσίας', + popupMenuBar: 'Γραμμή Επιλογών', + popupResizable: 'Προσαρμοζόμενο Μέγεθος', + popupScrollBars: 'Μπάρες Κύλισης', + popupStatusBar: 'Γραμμή Κατάστασης', + popupToolbar: 'Εργαλειοθήκη', + popupTop: 'Θέση Πάνω', + rel: 'Σχέση', + selectAnchor: 'Επιλέξτε μια Άγκυρα', + styles: 'Μορφή', + tabIndex: 'Σειρά Μεταπήδησης', + target: 'Παράθυρο Προορισμού', + targetFrame: '<πλαίσιο>', + targetFrameName: 'Όνομα Πλαισίου Προορισμού', + targetPopup: '<αναδυόμενο παράθυρο>', + targetPopupName: 'Όνομα Αναδυόμενου Παραθύρου', + title: 'Σύνδεσμος', + toAnchor: 'Άγκυρα σε αυτήν τη σελίδα', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Σύνδεσμος', + type: 'Τύπος Συνδέσμου', + unlink: 'Αφαίρεση Συνδέσμου', + upload: 'Αποστολή' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-au.js new file mode 100644 index 00000000..7ea28ffe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-au.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'en-au', { + acccessKey: 'Access Key', + advanced: 'Advanced', + advisoryContentType: 'Advisory Content Type', + advisoryTitle: 'Advisory Title', + anchor: { + toolbar: 'Anchor', + menu: 'Edit Anchor', + title: 'Anchor Properties', + name: 'Anchor Name', + errorName: 'Please type the anchor name', + remove: 'Remove Anchor' + }, + anchorId: 'By Element Id', + anchorName: 'By Anchor Name', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet Classes', + emailAddress: 'E-Mail Address', + emailBody: 'Message Body', + emailSubject: 'Message Subject', + id: 'Id', + info: 'Link Info', + langCode: 'Language Code', + langDir: 'Language Direction', + langDirLTR: 'Left to Right (LTR)', + langDirRTL: 'Right to Left (RTL)', + menu: 'Edit Link', + name: 'Name', + noAnchors: '(No anchors available in the document)', + noEmail: 'Please type the e-mail address', + noUrl: 'Please type the link URL', + other: '', + popupDependent: 'Dependent (Netscape)', + popupFeatures: 'Popup Window Features', + popupFullScreen: 'Full Screen (IE)', + popupLeft: 'Left Position', + popupLocationBar: 'Location Bar', + popupMenuBar: 'Menu Bar', + popupResizable: 'Resizable', + popupScrollBars: 'Scroll Bars', + popupStatusBar: 'Status Bar', + popupToolbar: 'Toolbar', + popupTop: 'Top Position', + rel: 'Relationship', // MISSING + selectAnchor: 'Select an Anchor', + styles: 'Style', + tabIndex: 'Tab Index', + target: 'Target', + targetFrame: '', + targetFrameName: 'Target Frame Name', + targetPopup: '', + targetPopupName: 'Popup Window Name', + title: 'Link', + toAnchor: 'Link to anchor in the text', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Link', + type: 'Link Type', + unlink: 'Unlink', + upload: 'Upload' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-ca.js new file mode 100644 index 00000000..42cbd590 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-ca.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'en-ca', { + acccessKey: 'Access Key', + advanced: 'Advanced', + advisoryContentType: 'Advisory Content Type', + advisoryTitle: 'Advisory Title', + anchor: { + toolbar: 'Anchor', + menu: 'Edit Anchor', + title: 'Anchor Properties', + name: 'Anchor Name', + errorName: 'Please type the anchor name', + remove: 'Remove Anchor' + }, + anchorId: 'By Element Id', + anchorName: 'By Anchor Name', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet Classes', + emailAddress: 'E-Mail Address', + emailBody: 'Message Body', + emailSubject: 'Message Subject', + id: 'Id', + info: 'Link Info', + langCode: 'Language Code', + langDir: 'Language Direction', + langDirLTR: 'Left to Right (LTR)', + langDirRTL: 'Right to Left (RTL)', + menu: 'Edit Link', + name: 'Name', + noAnchors: '(No anchors available in the document)', + noEmail: 'Please type the e-mail address', + noUrl: 'Please type the link URL', + other: '', + popupDependent: 'Dependent (Netscape)', + popupFeatures: 'Popup Window Features', + popupFullScreen: 'Full Screen (IE)', + popupLeft: 'Left Position', + popupLocationBar: 'Location Bar', + popupMenuBar: 'Menu Bar', + popupResizable: 'Resizable', + popupScrollBars: 'Scroll Bars', + popupStatusBar: 'Status Bar', + popupToolbar: 'Toolbar', + popupTop: 'Top Position', + rel: 'Relationship', // MISSING + selectAnchor: 'Select an Anchor', + styles: 'Style', + tabIndex: 'Tab Index', + target: 'Target', + targetFrame: '', + targetFrameName: 'Target Frame Name', + targetPopup: '', + targetPopupName: 'Popup Window Name', + title: 'Link', + toAnchor: 'Link to anchor in the text', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Link', + type: 'Link Type', + unlink: 'Unlink', + upload: 'Upload' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-gb.js new file mode 100644 index 00000000..9a93311a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en-gb.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'en-gb', { + acccessKey: 'Access Key', + advanced: 'Advanced', + advisoryContentType: 'Advisory Content Type', + advisoryTitle: 'Advisory Title', + anchor: { + toolbar: 'Anchor', + menu: 'Edit Anchor', + title: 'Anchor Properties', + name: 'Anchor Name', + errorName: 'Please type the anchor name', + remove: 'Remove Anchor' + }, + anchorId: 'By Element Id', + anchorName: 'By Anchor Name', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet Classes', + emailAddress: 'E-Mail Address', + emailBody: 'Message Body', + emailSubject: 'Message Subject', + id: 'Id', + info: 'Link Info', + langCode: 'Language Code', + langDir: 'Language Direction', + langDirLTR: 'Left to Right (LTR)', + langDirRTL: 'Right to Left (RTL)', + menu: 'Edit Link', + name: 'Name', + noAnchors: '(No anchors available in the document)', + noEmail: 'Please type the e-mail address', + noUrl: 'Please type the link URL', + other: '', + popupDependent: 'Dependent (Netscape)', + popupFeatures: 'Popup Window Features', + popupFullScreen: 'Full Screen (IE)', + popupLeft: 'Left Position', + popupLocationBar: 'Location Bar', + popupMenuBar: 'Menu Bar', + popupResizable: 'Resizable', + popupScrollBars: 'Scroll Bars', + popupStatusBar: 'Status Bar', + popupToolbar: 'Toolbar', + popupTop: 'Top Position', + rel: 'Relationship', + selectAnchor: 'Select an Anchor', + styles: 'Style', + tabIndex: 'Tab Index', + target: 'Target', + targetFrame: '', + targetFrameName: 'Target Frame Name', + targetPopup: '', + targetPopupName: 'Popup Window Name', + title: 'Link', + toAnchor: 'Link to anchor in the text', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Link', + type: 'Link Type', + unlink: 'Unlink', + upload: 'Upload' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en.js new file mode 100644 index 00000000..2c572ab6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/en.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'en', { + acccessKey: 'Access Key', + advanced: 'Advanced', + advisoryContentType: 'Advisory Content Type', + advisoryTitle: 'Advisory Title', + anchor: { + toolbar: 'Anchor', + menu: 'Edit Anchor', + title: 'Anchor Properties', + name: 'Anchor Name', + errorName: 'Please type the anchor name', + remove: 'Remove Anchor' + }, + anchorId: 'By Element Id', + anchorName: 'By Anchor Name', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet Classes', + emailAddress: 'E-Mail Address', + emailBody: 'Message Body', + emailSubject: 'Message Subject', + id: 'Id', + info: 'Link Info', + langCode: 'Language Code', + langDir: 'Language Direction', + langDirLTR: 'Left to Right (LTR)', + langDirRTL: 'Right to Left (RTL)', + menu: 'Edit Link', + name: 'Name', + noAnchors: '(No anchors available in the document)', + noEmail: 'Please type the e-mail address', + noUrl: 'Please type the link URL', + other: '', + popupDependent: 'Dependent (Netscape)', + popupFeatures: 'Popup Window Features', + popupFullScreen: 'Full Screen (IE)', + popupLeft: 'Left Position', + popupLocationBar: 'Location Bar', + popupMenuBar: 'Menu Bar', + popupResizable: 'Resizable', + popupScrollBars: 'Scroll Bars', + popupStatusBar: 'Status Bar', + popupToolbar: 'Toolbar', + popupTop: 'Top Position', + rel: 'Relationship', + selectAnchor: 'Select an Anchor', + styles: 'Style', + tabIndex: 'Tab Index', + target: 'Target', + targetFrame: '', + targetFrameName: 'Target Frame Name', + targetPopup: '', + targetPopupName: 'Popup Window Name', + title: 'Link', + toAnchor: 'Link to anchor in the text', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Link', + type: 'Link Type', + unlink: 'Unlink', + upload: 'Upload' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/eo.js new file mode 100644 index 00000000..424c110a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/eo.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'eo', { + acccessKey: 'Fulmoklavo', + advanced: 'Speciala', + advisoryContentType: 'Enhavotipo', + advisoryTitle: 'Priskriba Titolo', + anchor: { + toolbar: 'Ankro', + menu: 'Enmeti/Ŝanĝi Ankron', + title: 'Ankraj Atributoj', + name: 'Ankra Nomo', + errorName: 'Bv entajpi la ankran nomon', + remove: 'Forigi Ankron' + }, + anchorId: 'Per Elementidentigilo', + anchorName: 'Per Ankronomo', + charset: 'Signaro de la Ligita Rimedo', + cssClasses: 'Klasoj de Stilfolioj', + emailAddress: 'Retpoŝto', + emailBody: 'Mesaĝa korpo', + emailSubject: 'Mesaĝa Temo', + id: 'Id', + info: 'Informoj pri la Ligilo', + langCode: 'Lingva Kodo', + langDir: 'Skribdirekto', + langDirLTR: 'De maldekstro dekstren (LTR)', + langDirRTL: 'De dekstro maldekstren (RTL)', + menu: 'Ŝanĝi Ligilon', + name: 'Nomo', + noAnchors: '', + noEmail: 'Bonvolu entajpi la retpoŝtadreson', + noUrl: 'Bonvolu entajpi la URL-on', + other: '', + popupDependent: 'Dependa (Netscape)', + popupFeatures: 'Atributoj de la Ŝprucfenestro', + popupFullScreen: 'Tutekrane (IE)', + popupLeft: 'Maldekstra Pozicio', + popupLocationBar: 'Adresobreto', + popupMenuBar: 'Menubreto', + popupResizable: 'Dimensiŝanĝebla', + popupScrollBars: 'Rulumskaloj', + popupStatusBar: 'Statobreto', + popupToolbar: 'Ilobreto', + popupTop: 'Supra Pozicio', + rel: 'Rilato', + selectAnchor: 'Elekti Ankron', + styles: 'Stilo', + tabIndex: 'Taba Indekso', + target: 'Celo', + targetFrame: '', + targetFrameName: 'Nomo de CelKadro', + targetPopup: '<ŝprucfenestro>', + targetPopupName: 'Nomo de Ŝprucfenestro', + title: 'Ligilo', + toAnchor: 'Ankri en tiu ĉi paĝo', + toEmail: 'Retpoŝto', + toUrl: 'URL', + toolbar: 'Enmeti/Ŝanĝi Ligilon', + type: 'Tipo de Ligilo', + unlink: 'Forigi Ligilon', + upload: 'Alŝuti' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/es.js new file mode 100644 index 00000000..b7134afe --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/es.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'es', { + acccessKey: 'Tecla de Acceso', + advanced: 'Avanzado', + advisoryContentType: 'Tipo de Contenido', + advisoryTitle: 'Título', + anchor: { + toolbar: 'Referencia', + menu: 'Propiedades de Referencia', + title: 'Propiedades de Referencia', + name: 'Nombre de la Referencia', + errorName: 'Por favor, complete el nombre de la Referencia', + remove: 'Quitar Referencia' + }, + anchorId: 'Por ID de elemento', + anchorName: 'Por Nombre de Referencia', + charset: 'Fuente de caracteres vinculado', + cssClasses: 'Clases de hojas de estilo', + emailAddress: 'Dirección de E-Mail', + emailBody: 'Cuerpo del Mensaje', + emailSubject: 'Título del Mensaje', + id: 'Id', + info: 'Información de Vínculo', + langCode: 'Código idioma', + langDir: 'Orientación', + langDirLTR: 'Izquierda a Derecha (LTR)', + langDirRTL: 'Derecha a Izquierda (RTL)', + menu: 'Editar Vínculo', + name: 'Nombre', + noAnchors: '(No hay referencias disponibles en el documento)', + noEmail: 'Por favor escriba la dirección de e-mail', + noUrl: 'Por favor escriba el vínculo URL', + other: '', + popupDependent: 'Dependiente (Netscape)', + popupFeatures: 'Características de Ventana Emergente', + popupFullScreen: 'Pantalla Completa (IE)', + popupLeft: 'Posición Izquierda', + popupLocationBar: 'Barra de ubicación', + popupMenuBar: 'Barra de Menú', + popupResizable: 'Redimensionable', + popupScrollBars: 'Barras de desplazamiento', + popupStatusBar: 'Barra de Estado', + popupToolbar: 'Barra de Herramientas', + popupTop: 'Posición Derecha', + rel: 'Relación', + selectAnchor: 'Seleccionar una referencia', + styles: 'Estilo', + tabIndex: 'Indice de tabulación', + target: 'Destino', + targetFrame: '', + targetFrameName: 'Nombre del Marco Destino', + targetPopup: '', + targetPopupName: 'Nombre de Ventana Emergente', + title: 'Vínculo', + toAnchor: 'Referencia en esta página', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Insertar/Editar Vínculo', + type: 'Tipo de vínculo', + unlink: 'Eliminar Vínculo', + upload: 'Cargar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/et.js new file mode 100644 index 00000000..e6155742 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/et.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'et', { + acccessKey: 'Juurdepääsu võti', + advanced: 'Täpsemalt', + advisoryContentType: 'Juhendava sisu tüüp', + advisoryTitle: 'Juhendav tiitel', + anchor: { + toolbar: 'Ankru sisestamine/muutmine', + menu: 'Ankru omadused', + title: 'Ankru omadused', + name: 'Ankru nimi', + errorName: 'Palun sisesta ankru nimi', + remove: 'Eemalda ankur' + }, + anchorId: 'Elemendi id järgi', + anchorName: 'Ankru nime järgi', + charset: 'Lingitud ressursi märgistik', + cssClasses: 'Stiilistiku klassid', + emailAddress: 'E-posti aadress', + emailBody: 'Sõnumi tekst', + emailSubject: 'Sõnumi teema', + id: 'ID', + info: 'Lingi info', + langCode: 'Keele suund', + langDir: 'Keele suund', + langDirLTR: 'Vasakult paremale (LTR)', + langDirRTL: 'Paremalt vasakule (RTL)', + menu: 'Muuda linki', + name: 'Nimi', + noAnchors: '(Selles dokumendis pole ankruid)', + noEmail: 'Palun kirjuta e-posti aadress', + noUrl: 'Palun kirjuta lingi URL', + other: '', + popupDependent: 'Sõltuv (Netscape)', + popupFeatures: 'Hüpikakna omadused', + popupFullScreen: 'Täisekraan (IE)', + popupLeft: 'Vasak asukoht', + popupLocationBar: 'Aadressiriba', + popupMenuBar: 'Menüüriba', + popupResizable: 'Suurust saab muuta', + popupScrollBars: 'Kerimisribad', + popupStatusBar: 'Olekuriba', + popupToolbar: 'Tööriistariba', + popupTop: 'Ülemine asukoht', + rel: 'Suhe', + selectAnchor: 'Vali ankur', + styles: 'Laad', + tabIndex: 'Tab indeks', + target: 'Sihtkoht', + targetFrame: '', + targetFrameName: 'Sihtmärk raami nimi', + targetPopup: '', + targetPopupName: 'Hüpikakna nimi', + title: 'Link', + toAnchor: 'Ankur sellel lehel', + toEmail: 'E-post', + toUrl: 'URL', + toolbar: 'Lingi lisamine/muutmine', + type: 'Lingi liik', + unlink: 'Lingi eemaldamine', + upload: 'Lae üles' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/eu.js new file mode 100644 index 00000000..fb34d6f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/eu.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'eu', { + acccessKey: 'Sarbide-gakoa', + advanced: 'Aurreratua', + advisoryContentType: 'Eduki Mota (Content Type)', + advisoryTitle: 'Izenburua', + anchor: { + toolbar: 'Aingura', + menu: 'Ainguraren Ezaugarriak', + title: 'Ainguraren Ezaugarriak', + name: 'Ainguraren Izena', + errorName: 'Idatzi ainguraren izena', + remove: 'Remove Anchor' + }, + anchorId: 'Elementuaren ID-gatik', + anchorName: 'Aingura izenagatik', + charset: 'Estekatutako Karaktere Multzoa', + cssClasses: 'Estilo-orriko Klaseak', + emailAddress: 'ePosta Helbidea', + emailBody: 'Mezuaren Gorputza', + emailSubject: 'Mezuaren Gaia', + id: 'Id', + info: 'Estekaren Informazioa', + langCode: 'Hizkuntzaren Norabidea', + langDir: 'Hizkuntzaren Norabidea', + langDirLTR: 'Ezkerretik Eskumara(LTR)', + langDirRTL: 'Eskumatik Ezkerrera (RTL)', + menu: 'Aldatu Esteka', + name: 'Izena', + noAnchors: '(Ez daude aingurak eskuragarri dokumentuan)', + noEmail: 'Mesedez ePosta helbidea idatzi', + noUrl: 'Mesedez URL esteka idatzi', + other: '', + popupDependent: 'Menpekoa (Netscape)', + popupFeatures: 'Popup Leihoaren Ezaugarriak', + popupFullScreen: 'Pantaila Osoa (IE)', + popupLeft: 'Ezkerreko Posizioa', + popupLocationBar: 'Kokaleku Barra', + popupMenuBar: 'Menu Barra', + popupResizable: 'Tamaina Aldakorra', + popupScrollBars: 'Korritze Barrak', + popupStatusBar: 'Egoera Barra', + popupToolbar: 'Tresna Barra', + popupTop: 'Goiko Posizioa', + rel: 'Erlazioa', + selectAnchor: 'Aingura bat hautatu', + styles: 'Estiloa', + tabIndex: 'Tabulazio Indizea', + target: 'Target (Helburua)', + targetFrame: '', + targetFrameName: 'Marko Helburuaren Izena', + targetPopup: '', + targetPopupName: 'Popup Leihoaren Izena', + title: 'Esteka', + toAnchor: 'Aingura orrialde honetan', + toEmail: 'ePosta', + toUrl: 'URL', + toolbar: 'Txertatu/Editatu Esteka', + type: 'Esteka Mota', + unlink: 'Kendu Esteka', + upload: 'Gora kargatu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fa.js new file mode 100644 index 00000000..992276fc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fa.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'fa', { + acccessKey: 'کلید دستیابی', + advanced: 'پیشرفته', + advisoryContentType: 'نوع محتوای کمکی', + advisoryTitle: 'عنوان کمکی', + anchor: { + toolbar: 'گنجاندن/ویرایش لنگر', + menu: 'ویژگی​های لنگر', + title: 'ویژگی​های لنگر', + name: 'نام لنگر', + errorName: 'لطفا نام لنگر را بنویسید', + remove: 'حذف لنگر' + }, + anchorId: 'با شناسهٴ المان', + anchorName: 'با نام لنگر', + charset: 'نویسه​گان منبع پیوند شده', + cssClasses: 'کلاس​های شیوه​نامه(Stylesheet)', + emailAddress: 'نشانی پست الکترونیکی', + emailBody: 'متن پیام', + emailSubject: 'موضوع پیام', + id: 'شناسه', + info: 'اطلاعات پیوند', + langCode: 'جهت​نمای زبان', + langDir: 'جهت​نمای زبان', + langDirLTR: 'چپ به راست (LTR)', + langDirRTL: 'راست به چپ (RTL)', + menu: 'ویرایش پیوند', + name: 'نام', + noAnchors: '(در این سند لنگری دردسترس نیست)', + noEmail: 'لطفا نشانی پست الکترونیکی را بنویسید', + noUrl: 'لطفا URL پیوند را بنویسید', + other: '<سایر>', + popupDependent: 'وابسته (Netscape)', + popupFeatures: 'ویژگی​های پنجرهٴ پاپاپ', + popupFullScreen: 'تمام صفحه (IE)', + popupLeft: 'موقعیت چپ', + popupLocationBar: 'نوار موقعیت', + popupMenuBar: 'نوار منو', + popupResizable: 'قابل تغییر اندازه', + popupScrollBars: 'میله​های پیمایش', + popupStatusBar: 'نوار وضعیت', + popupToolbar: 'نوار ابزار', + popupTop: 'موقعیت بالا', + rel: 'وابستگی', + selectAnchor: 'یک لنگر برگزینید', + styles: 'شیوه (style)', + tabIndex: 'نمایهٴ دسترسی با برگه', + target: 'مقصد', + targetFrame: '<فریم>', + targetFrameName: 'نام فریم مقصد', + targetPopup: '<پنجرهٴ پاپاپ>', + targetPopupName: 'نام پنجرهٴ پاپاپ', + title: 'پیوند', + toAnchor: 'لنگر در همین صفحه', + toEmail: 'پست الکترونیکی', + toUrl: 'URL', + toolbar: 'گنجاندن/ویرایش پیوند', + type: 'نوع پیوند', + unlink: 'برداشتن پیوند', + upload: 'انتقال به سرور' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fi.js new file mode 100644 index 00000000..f391763f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fi.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'fi', { + acccessKey: 'Pikanäppäin', + advanced: 'Lisäominaisuudet', + advisoryContentType: 'Avustava sisällön tyyppi', + advisoryTitle: 'Avustava otsikko', + anchor: { + toolbar: 'Lisää ankkuri/muokkaa ankkuria', + menu: 'Ankkurin ominaisuudet', + title: 'Ankkurin ominaisuudet', + name: 'Nimi', + errorName: 'Ankkurille on kirjoitettava nimi', + remove: 'Poista ankkuri' + }, + anchorId: 'Ankkurin ID:n mukaan', + anchorName: 'Ankkurin nimen mukaan', + charset: 'Linkitetty kirjaimisto', + cssClasses: 'Tyyliluokat', + emailAddress: 'Sähköpostiosoite', + emailBody: 'Viesti', + emailSubject: 'Aihe', + id: 'Tunniste', + info: 'Linkin tiedot', + langCode: 'Kielen suunta', + langDir: 'Kielen suunta', + langDirLTR: 'Vasemmalta oikealle (LTR)', + langDirRTL: 'Oikealta vasemmalle (RTL)', + menu: 'Muokkaa linkkiä', + name: 'Nimi', + noAnchors: '(Ei ankkureita tässä dokumentissa)', + noEmail: 'Kirjoita sähköpostiosoite', + noUrl: 'Linkille on kirjoitettava URL', + other: '', + popupDependent: 'Riippuva (Netscape)', + popupFeatures: 'Popup ikkunan ominaisuudet', + popupFullScreen: 'Täysi ikkuna (IE)', + popupLeft: 'Vasemmalta (px)', + popupLocationBar: 'Osoiterivi', + popupMenuBar: 'Valikkorivi', + popupResizable: 'Venytettävä', + popupScrollBars: 'Vierityspalkit', + popupStatusBar: 'Tilarivi', + popupToolbar: 'Vakiopainikkeet', + popupTop: 'Ylhäältä (px)', + rel: 'Suhde', + selectAnchor: 'Valitse ankkuri', + styles: 'Tyyli', + tabIndex: 'Tabulaattori indeksi', + target: 'Kohde', + targetFrame: '', + targetFrameName: 'Kohdekehyksen nimi', + targetPopup: '', + targetPopupName: 'Popup ikkunan nimi', + title: 'Linkki', + toAnchor: 'Ankkuri tässä sivussa', + toEmail: 'Sähköposti', + toUrl: 'Osoite', + toolbar: 'Lisää linkki/muokkaa linkkiä', + type: 'Linkkityyppi', + unlink: 'Poista linkki', + upload: 'Lisää tiedosto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fo.js new file mode 100644 index 00000000..7f7dad15 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fo.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'fo', { + acccessKey: 'Snarvegisknöttur', + advanced: 'Fjølbroytt', + advisoryContentType: 'Vegleiðandi innihaldsslag', + advisoryTitle: 'Vegleiðandi heiti', + anchor: { + toolbar: 'Ger/broyt marknastein', + menu: 'Eginleikar fyri marknastein', + title: 'Eginleikar fyri marknastein', + name: 'Heiti marknasteinsins', + errorName: 'Vinarliga rita marknasteinsins heiti', + remove: 'Strika marknastein' + }, + anchorId: 'Eftir element Id', + anchorName: 'Eftir navni á marknasteini', + charset: 'Atknýtt teknsett', + cssClasses: 'Typografi klassar', + emailAddress: 'Teldupost-adressa', + emailBody: 'Breyðtekstur', + emailSubject: 'Evni', + id: 'Id', + info: 'Tilknýtis upplýsingar', + langCode: 'Tekstkós', + langDir: 'Tekstkós', + langDirLTR: 'Frá vinstru til høgru (LTR)', + langDirRTL: 'Frá høgru til vinstru (RTL)', + menu: 'Broyt tilknýti', + name: 'Navn', + noAnchors: '(Eingir marknasteinar eru í hesum dokumentið)', + noEmail: 'Vinarliga skriva teldupost-adressu', + noUrl: 'Vinarliga skriva tilknýti (URL)', + other: '', + popupDependent: 'Bundið (Netscape)', + popupFeatures: 'Popup vindeygans víðkaðu eginleikar', + popupFullScreen: 'Fullur skermur (IE)', + popupLeft: 'Frástøða frá vinstru', + popupLocationBar: 'Adressulinja', + popupMenuBar: 'Skrábjálki', + popupResizable: 'Stødd kann broytast', + popupScrollBars: 'Rullibjálki', + popupStatusBar: 'Støðufrágreiðingarbjálki', + popupToolbar: 'Amboðsbjálki', + popupTop: 'Frástøða frá íerva', + rel: 'Relatión', + selectAnchor: 'Vel ein marknastein', + styles: 'Typografi', + tabIndex: 'Tabulator indeks', + target: 'Target', + targetFrame: '', + targetFrameName: 'Vís navn vindeygans', + targetPopup: '', + targetPopupName: 'Popup vindeygans navn', + title: 'Tilknýti', + toAnchor: 'Tilknýti til marknastein í tekstinum', + toEmail: 'Teldupostur', + toUrl: 'URL', + toolbar: 'Ger/broyt tilknýti', + type: 'Tilknýtisslag', + unlink: 'Strika tilknýti', + upload: 'Send til ambætaran' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fr-ca.js new file mode 100644 index 00000000..b760dcf7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fr-ca.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'fr-ca', { + acccessKey: 'Touche d\'accessibilité', + advanced: 'Avancé', + advisoryContentType: 'Type de contenu', + advisoryTitle: 'Description', + anchor: { + toolbar: 'Ancre', + menu: 'Modifier l\'ancre', + title: 'Propriétés de l\'ancre', + name: 'Nom de l\'ancre', + errorName: 'Veuillez saisir le nom de l\'ancre', + remove: 'Supprimer l\'ancre' + }, + anchorId: 'Par ID', + anchorName: 'Par nom', + charset: 'Encodage de la cible', + cssClasses: 'Classes CSS', + emailAddress: 'Courriel', + emailBody: 'Corps du message', + emailSubject: 'Objet du message', + id: 'ID', + info: 'Informations sur le lien', + langCode: 'Code de langue', + langDir: 'Sens d\'écriture', + langDirLTR: 'De gauche à droite (LTR)', + langDirRTL: 'De droite à gauche (RTL)', + menu: 'Modifier le lien', + name: 'Nom', + noAnchors: '(Pas d\'ancre disponible dans le document)', + noEmail: 'Veuillez saisir le courriel', + noUrl: 'Veuillez saisir l\'URL', + other: '', + popupDependent: 'Dépendante (Netscape)', + popupFeatures: 'Caractéristiques de la fenêtre popup', + popupFullScreen: 'Plein écran (IE)', + popupLeft: 'Position de la gauche', + popupLocationBar: 'Barre d\'adresse', + popupMenuBar: 'Barre de menu', + popupResizable: 'Redimensionnable', + popupScrollBars: 'Barres de défilement', + popupStatusBar: 'Barre d\'état', + popupToolbar: 'Barre d\'outils', + popupTop: 'Position à partir du haut', + rel: 'Relation', + selectAnchor: 'Sélectionner une ancre', + styles: 'Style', + tabIndex: 'Ordre de tabulation', + target: 'Destination', + targetFrame: '', + targetFrameName: 'Nom du cadre de destination', + targetPopup: '', + targetPopupName: 'Nom de la fenêtre popup', + title: 'Lien', + toAnchor: 'Ancre dans cette page', + toEmail: 'Courriel', + toUrl: 'URL', + toolbar: 'Lien', + type: 'Type de lien', + unlink: 'Supprimer le lien', + upload: 'Téléverser' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fr.js new file mode 100644 index 00000000..9366f038 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/fr.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'fr', { + acccessKey: 'Touche d\'accessibilité', + advanced: 'Avancé', + advisoryContentType: 'Type de contenu (ex: text/html)', + advisoryTitle: 'Description (title)', + anchor: { + toolbar: 'Ancre', + menu: 'Editer l\'ancre', + title: 'Propriétés de l\'ancre', + name: 'Nom de l\'ancre', + errorName: 'Veuillez entrer le nom de l\'ancre.', + remove: 'Supprimer l\'ancre' + }, + anchorId: 'Par ID d\'élément', + anchorName: 'Par nom d\'ancre', + charset: 'Charset de la cible', + cssClasses: 'Classe CSS', + emailAddress: 'Adresse E-Mail', + emailBody: 'Corps du message', + emailSubject: 'Sujet du message', + id: 'Id', + info: 'Infos sur le lien', + langCode: 'Code de langue', + langDir: 'Sens d\'écriture', + langDirLTR: 'Gauche à droite', + langDirRTL: 'Droite à gauche', + menu: 'Editer le lien', + name: 'Nom', + noAnchors: '(Aucune ancre disponible dans ce document)', + noEmail: 'Veuillez entrer l\'adresse e-mail', + noUrl: 'Veuillez entrer l\'adresse du lien', + other: '', + popupDependent: 'Dépendante (Netscape)', + popupFeatures: 'Options de la fenêtre popup', + popupFullScreen: 'Plein écran (IE)', + popupLeft: 'Position gauche', + popupLocationBar: 'Barre d\'adresse', + popupMenuBar: 'Barre de menu', + popupResizable: 'Redimensionnable', + popupScrollBars: 'Barres de défilement', + popupStatusBar: 'Barre de status', + popupToolbar: 'Barre d\'outils', + popupTop: 'Position haute', + rel: 'Relation', + selectAnchor: 'Sélectionner l\'ancre', + styles: 'Style', + tabIndex: 'Index de tabulation', + target: 'Cible', + targetFrame: '', + targetFrameName: 'Nom du Cadre destination', + targetPopup: '', + targetPopupName: 'Nom de la fenêtre popup', + title: 'Lien', + toAnchor: 'Transformer le lien en ancre dans le texte', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Lien', + type: 'Type de lien', + unlink: 'Supprimer le lien', + upload: 'Envoyer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/gl.js new file mode 100644 index 00000000..6dc31d93 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/gl.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'gl', { + acccessKey: 'Chave de acceso', + advanced: 'Avanzado', + advisoryContentType: 'Tipo de contido informativo', + advisoryTitle: 'Título', + anchor: { + toolbar: 'Ancoraxe', + menu: 'Editar a ancoraxe', + title: 'Propiedades da ancoraxe', + name: 'Nome da ancoraxe', + errorName: 'Escriba o nome da ancoraxe', + remove: 'Retirar a ancoraxe' + }, + anchorId: 'Polo ID do elemento', + anchorName: 'Polo nome da ancoraxe', + charset: 'Codificación do recurso ligado', + cssClasses: 'Clases da folla de estilos', + emailAddress: 'Enderezo de correo', + emailBody: 'Corpo da mensaxe', + emailSubject: 'Asunto da mensaxe', + id: 'ID', + info: 'Información da ligazón', + langCode: 'Código do idioma', + langDir: 'Dirección de escritura do idioma', + langDirLTR: 'Esquerda a dereita (LTR)', + langDirRTL: 'Dereita a esquerda (RTL)', + menu: 'Editar a ligazón', + name: 'Nome', + noAnchors: '(Non hai ancoraxes dispoñíbeis no documento)', + noEmail: 'Escriba o enderezo de correo', + noUrl: 'Escriba a ligazón URL', + other: '', + popupDependent: 'Dependente (Netscape)', + popupFeatures: 'Características da xanela emerxente', + popupFullScreen: 'Pantalla completa (IE)', + popupLeft: 'Posición esquerda', + popupLocationBar: 'Barra de localización', + popupMenuBar: 'Barra do menú', + popupResizable: 'Redimensionábel', + popupScrollBars: 'Barras de desprazamento', + popupStatusBar: 'Barra de estado', + popupToolbar: 'Barra de ferramentas', + popupTop: 'Posición superior', + rel: 'Relación', + selectAnchor: 'Seleccionar unha ancoraxe', + styles: 'Estilo', + tabIndex: 'Índice de tabulación', + target: 'Destino', + targetFrame: '', + targetFrameName: 'Nome do marco de destino', + targetPopup: '', + targetPopupName: 'Nome da xanela emerxente', + title: 'Ligazón', + toAnchor: 'Ligar coa ancoraxe no testo', + toEmail: 'Correo', + toUrl: 'URL', + toolbar: 'Ligazón', + type: 'Tipo de ligazón', + unlink: 'Eliminar a ligazón', + upload: 'Enviar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/gu.js new file mode 100644 index 00000000..f3b03b70 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/gu.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'gu', { + acccessKey: 'ઍક્સેસ કી', + advanced: 'અડ્વાન્સડ', + advisoryContentType: 'મુખ્ય કન્ટેન્ટ પ્રકાર', + advisoryTitle: 'મુખ્ય મથાળું', + anchor: { + toolbar: 'ઍંકર ઇન્સર્ટ/દાખલ કરવી', + menu: 'ઍંકરના ગુણ', + title: 'ઍંકરના ગુણ', + name: 'ઍંકરનું નામ', + errorName: 'ઍંકરનું નામ ટાઈપ કરો', + remove: 'સ્થિર નકરવું' + }, + anchorId: 'ઍંકર એલિમન્ટ Id થી પસંદ કરો', + anchorName: 'ઍંકર નામથી પસંદ કરો', + charset: 'લિંક રિસૉર્સ કૅરિક્ટર સેટ', + cssClasses: 'સ્ટાઇલ-શીટ ક્લાસ', + emailAddress: 'ઈ-મેલ સરનામું', + emailBody: 'સંદેશ', + emailSubject: 'ઈ-મેલ વિષય', + id: 'Id', + info: 'લિંક ઇન્ફૉ ટૅબ', + langCode: 'ભાષા લેખવાની પદ્ધતિ', + langDir: 'ભાષા લેખવાની પદ્ધતિ', + langDirLTR: 'ડાબે થી જમણે (LTR)', + langDirRTL: 'જમણે થી ડાબે (RTL)', + menu: ' લિંક એડિટ/માં ફેરફાર કરવો', + name: 'નામ', + noAnchors: '(ડૉક્યુમન્ટમાં ઍંકરની સંખ્યા)', + noEmail: 'ઈ-મેલ સરનામું ટાઇપ કરો', + noUrl: 'લિંક URL ટાઇપ કરો', + other: ' <અન્ય>', + popupDependent: 'ડિપેન્ડન્ટ (Netscape)', + popupFeatures: 'પૉપ-અપ વિન્ડો ફીચરસૅ', + popupFullScreen: 'ફુલ સ્ક્રીન (IE)', + popupLeft: 'ડાબી બાજુ', + popupLocationBar: 'લોકેશન બાર', + popupMenuBar: 'મેન્યૂ બાર', + popupResizable: 'રીસાઈઝએબલ', + popupScrollBars: 'સ્ક્રોલ બાર', + popupStatusBar: 'સ્ટૅટસ બાર', + popupToolbar: 'ટૂલ બાર', + popupTop: 'જમણી બાજુ', + rel: 'સંબંધની સ્થિતિ', + selectAnchor: 'ઍંકર પસંદ કરો', + styles: 'સ્ટાઇલ', + tabIndex: 'ટૅબ ઇન્ડેક્સ', + target: 'ટાર્ગેટ/લક્ષ્ય', + targetFrame: '<ફ્રેમ>', + targetFrameName: 'ટાર્ગેટ ફ્રેમ નું નામ', + targetPopup: '<પૉપ-અપ વિન્ડો>', + targetPopupName: 'પૉપ-અપ વિન્ડો નું નામ', + title: 'લિંક', + toAnchor: 'આ પેજનો ઍંકર', + toEmail: 'ઈ-મેલ', + toUrl: 'URL', + toolbar: 'લિંક ઇન્સર્ટ/દાખલ કરવી', + type: 'લિંક પ્રકાર', + unlink: 'લિંક કાઢવી', + upload: 'અપલોડ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/he.js new file mode 100644 index 00000000..b8af6984 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/he.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'he', { + acccessKey: 'מקש גישה', + advanced: 'אפשרויות מתקדמות', + advisoryContentType: 'Content Type מוצע', + advisoryTitle: 'כותרת מוצעת', + anchor: { + toolbar: 'הוספת/עריכת נקודת עיגון', + menu: 'מאפייני נקודת עיגון', + title: 'מאפייני נקודת עיגון', + name: 'שם לנקודת עיגון', + errorName: 'יש להקליד שם לנקודת עיגון', + remove: 'מחיקת נקודת עיגון' + }, + anchorId: 'עפ"י זיהוי (ID) האלמנט', + anchorName: 'עפ"י שם העוגן', + charset: 'קידוד המשאב המקושר', + cssClasses: 'גיליונות עיצוב קבוצות', + emailAddress: 'כתובת הדוא"ל', + emailBody: 'גוף ההודעה', + emailSubject: 'נושא ההודעה', + id: 'זיהוי (ID)', + info: 'מידע על הקישור', + langCode: 'קוד שפה', + langDir: 'כיוון שפה', + langDirLTR: 'שמאל לימין (LTR)', + langDirRTL: 'ימין לשמאל (RTL)', + menu: 'מאפייני קישור', + name: 'שם', + noAnchors: '(אין עוגנים זמינים בדף)', + noEmail: 'יש להקליד את כתובת הדוא"ל', + noUrl: 'יש להקליד את כתובת הקישור (URL)', + other: '<אחר>', + popupDependent: 'תלוי (Netscape)', + popupFeatures: 'תכונות החלון הקופץ', + popupFullScreen: 'מסך מלא (IE)', + popupLeft: 'מיקום צד שמאל', + popupLocationBar: 'סרגל כתובת', + popupMenuBar: 'סרגל תפריט', + popupResizable: 'שינוי גודל', + popupScrollBars: 'ניתן לגלילה', + popupStatusBar: 'סרגל חיווי', + popupToolbar: 'סרגל הכלים', + popupTop: 'מיקום צד עליון', + rel: 'קשר גומלין', + selectAnchor: 'בחירת עוגן', + styles: 'סגנון', + tabIndex: 'מספר טאב', + target: 'מטרה', + targetFrame: '<מסגרת>', + targetFrameName: 'שם מסגרת היעד', + targetPopup: '<חלון קופץ>', + targetPopupName: 'שם החלון הקופץ', + title: 'קישור', + toAnchor: 'עוגן בעמוד זה', + toEmail: 'דוא"ל', + toUrl: 'כתובת (URL)', + toolbar: 'הוספת/עריכת קישור', + type: 'סוג קישור', + unlink: 'הסרת הקישור', + upload: 'העלאה' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/hi.js new file mode 100644 index 00000000..6486a75c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/hi.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'hi', { + acccessKey: 'ऍक्सॅस की', + advanced: 'ऍड्वान्स्ड', + advisoryContentType: 'परामर्श कन्टॅन्ट प्रकार', + advisoryTitle: 'परामर्श शीर्शक', + anchor: { + toolbar: 'ऐंकर इन्सर्ट/संपादन', + menu: 'ऐंकर प्रॉपर्टीज़', + title: 'ऐंकर प्रॉपर्टीज़', + name: 'ऐंकर का नाम', + errorName: 'ऐंकर का नाम टाइप करें', + remove: 'Remove Anchor' + }, + anchorId: 'ऍलीमॅन्ट Id से', + anchorName: 'ऐंकर नाम से', + charset: 'लिंक रिसोर्स करॅक्टर सॅट', + cssClasses: 'स्टाइल-शीट क्लास', + emailAddress: 'ई-मेल पता', + emailBody: 'संदेश', + emailSubject: 'संदेश विषय', + id: 'Id', + info: 'लिंक ', + langCode: 'भाषा लिखने की दिशा', + langDir: 'भाषा लिखने की दिशा', + langDirLTR: 'बायें से दायें (LTR)', + langDirRTL: 'दायें से बायें (RTL)', + menu: 'लिंक संपादन', + name: 'नाम', + noAnchors: '(डॉक्यूमॅन्ट में ऐंकर्स की संख्या)', + noEmail: 'ई-मेल पता टाइप करें', + noUrl: 'लिंक URL टाइप करें', + other: '<अन्य>', + popupDependent: 'डिपेन्डॅन्ट (Netscape)', + popupFeatures: 'पॉप-अप विन्डो फ़ीचर्स', + popupFullScreen: 'फ़ुल स्क्रीन (IE)', + popupLeft: 'बायीं तरफ', + popupLocationBar: 'लोकेशन बार', + popupMenuBar: 'मॅन्यू बार', + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'स्क्रॉल बार', + popupStatusBar: 'स्टेटस बार', + popupToolbar: 'टूल बार', + popupTop: 'दायीं तरफ', + rel: 'Relationship', // MISSING + selectAnchor: 'ऐंकर चुनें', + styles: 'स्टाइल', + tabIndex: 'टैब इन्डॅक्स', + target: 'टार्गेट', + targetFrame: '<फ़्रेम>', + targetFrameName: 'टार्गेट फ़्रेम का नाम', + targetPopup: '<पॉप-अप विन्डो>', + targetPopupName: 'पॉप-अप विन्डो का नाम', + title: 'लिंक', + toAnchor: 'इस पेज का ऐंकर', + toEmail: 'ई-मेल', + toUrl: 'URL', + toolbar: 'लिंक इन्सर्ट/संपादन', + type: 'लिंक प्रकार', + unlink: 'लिंक हटायें', + upload: 'अपलोड' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/hr.js new file mode 100644 index 00000000..e3644049 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/hr.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'hr', { + acccessKey: 'Pristupna tipka', + advanced: 'Napredno', + advisoryContentType: 'Advisory vrsta sadržaja', + advisoryTitle: 'Advisory naslov', + anchor: { + toolbar: 'Ubaci/promijeni sidro', + menu: 'Svojstva sidra', + title: 'Svojstva sidra', + name: 'Ime sidra', + errorName: 'Molimo unesite ime sidra', + remove: 'Ukloni sidro' + }, + anchorId: 'Po Id elementa', + anchorName: 'Po nazivu sidra', + charset: 'Kodna stranica povezanih resursa', + cssClasses: 'Stylesheet klase', + emailAddress: 'E-Mail adresa', + emailBody: 'Sadržaj poruke', + emailSubject: 'Naslov', + id: 'Id', + info: 'Link Info', + langCode: 'Smjer jezika', + langDir: 'Smjer jezika', + langDirLTR: 'S lijeva na desno (LTR)', + langDirRTL: 'S desna na lijevo (RTL)', + menu: 'Promijeni link', + name: 'Naziv', + noAnchors: '(Nema dostupnih sidra)', + noEmail: 'Molimo upišite e-mail adresu', + noUrl: 'Molimo upišite URL link', + other: '', + popupDependent: 'Ovisno (Netscape)', + popupFeatures: 'Mogućnosti popup prozora', + popupFullScreen: 'Cijeli ekran (IE)', + popupLeft: 'Lijeva pozicija', + popupLocationBar: 'Traka za lokaciju', + popupMenuBar: 'Izborna traka', + popupResizable: 'Promjenjiva veličina', + popupScrollBars: 'Scroll traka', + popupStatusBar: 'Statusna traka', + popupToolbar: 'Traka s alatima', + popupTop: 'Gornja pozicija', + rel: 'Veza', + selectAnchor: 'Odaberi sidro', + styles: 'Stil', + tabIndex: 'Tab Indeks', + target: 'Meta', + targetFrame: '', + targetFrameName: 'Ime ciljnog okvira', + targetPopup: '', + targetPopupName: 'Naziv popup prozora', + title: 'Link', + toAnchor: 'Sidro na ovoj stranici', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Ubaci/promijeni link', + type: 'Link vrsta', + unlink: 'Ukloni link', + upload: 'Pošalji' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/hu.js new file mode 100644 index 00000000..4843acda --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/hu.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'hu', { + acccessKey: 'Billentyűkombináció', + advanced: 'További opciók', + advisoryContentType: 'Súgó tartalomtípusa', + advisoryTitle: 'Súgócimke', + anchor: { + toolbar: 'Horgony beillesztése/szerkesztése', + menu: 'Horgony tulajdonságai', + title: 'Horgony tulajdonságai', + name: 'Horgony neve', + errorName: 'Kérem adja meg a horgony nevét', + remove: 'Horgony eltávolítása' + }, + anchorId: 'Azonosító szerint', + anchorName: 'Horgony név szerint', + charset: 'Hivatkozott tartalom kódlapja', + cssClasses: 'Stíluskészlet', + emailAddress: 'E-Mail cím', + emailBody: 'Üzenet', + emailSubject: 'Üzenet tárgya', + id: 'Id', + info: 'Alaptulajdonságok', + langCode: 'Írás iránya', + langDir: 'Írás iránya', + langDirLTR: 'Balról jobbra', + langDirRTL: 'Jobbról balra', + menu: 'Hivatkozás módosítása', + name: 'Név', + noAnchors: '(Nincs horgony a dokumentumban)', + noEmail: 'Adja meg az E-Mail címet', + noUrl: 'Adja meg a hivatkozás webcímét', + other: '', + popupDependent: 'Szülőhöz kapcsolt (csak Netscape)', + popupFeatures: 'Felugró ablak jellemzői', + popupFullScreen: 'Teljes képernyő (csak IE)', + popupLeft: 'Bal pozíció', + popupLocationBar: 'Címsor', + popupMenuBar: 'Menü sor', + popupResizable: 'Átméretezés', + popupScrollBars: 'Gördítősáv', + popupStatusBar: 'Állapotsor', + popupToolbar: 'Eszköztár', + popupTop: 'Felső pozíció', + rel: 'Kapcsolat típusa', + selectAnchor: 'Horgony választása', + styles: 'Stílus', + tabIndex: 'Tabulátor index', + target: 'Tartalom megjelenítése', + targetFrame: '', + targetFrameName: 'Keret neve', + targetPopup: '', + targetPopupName: 'Felugró ablak neve', + title: 'Hivatkozás tulajdonságai', + toAnchor: 'Horgony az oldalon', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Hivatkozás beillesztése/módosítása', + type: 'Hivatkozás típusa', + unlink: 'Hivatkozás törlése', + upload: 'Feltöltés' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/id.js new file mode 100644 index 00000000..2e8c5e93 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/id.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'id', { + acccessKey: 'Access Key', // MISSING + advanced: 'Advanced', // MISSING + advisoryContentType: 'Advisory Content Type', // MISSING + advisoryTitle: 'Penasehat Judul', + anchor: { + toolbar: 'Anchor', // MISSING + menu: 'Edit Anchor', // MISSING + title: 'Anchor Properties', // MISSING + name: 'Anchor Name', // MISSING + errorName: 'Please type the anchor name', // MISSING + remove: 'Remove Anchor' // MISSING + }, + anchorId: 'By Element Id', // MISSING + anchorName: 'By Anchor Name', // MISSING + charset: 'Linked Resource Charset', // MISSING + cssClasses: 'Kelas Stylesheet', + emailAddress: 'E-Mail Address', // MISSING + emailBody: 'Message Body', // MISSING + emailSubject: 'Message Subject', // MISSING + id: 'Id', + info: 'Link Info', // MISSING + langCode: 'Kode Bahasa', + langDir: 'Arah Bahasa', + langDirLTR: 'Kiri ke Kanan (LTR)', + langDirRTL: 'Kanan ke Kiri (RTL)', + menu: 'Edit Link', // MISSING + name: 'Nama', + noAnchors: '(No anchors available in the document)', // MISSING + noEmail: 'Please type the e-mail address', // MISSING + noUrl: 'Please type the link URL', // MISSING + other: '', // MISSING + popupDependent: 'Dependent (Netscape)', // MISSING + popupFeatures: 'Popup Window Features', // MISSING + popupFullScreen: 'Full Screen (IE)', // MISSING + popupLeft: 'Left Position', // MISSING + popupLocationBar: 'Location Bar', // MISSING + popupMenuBar: 'Menu Bar', // MISSING + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'Scroll Bars', // MISSING + popupStatusBar: 'Status Bar', // MISSING + popupToolbar: 'Toolbar', // MISSING + popupTop: 'Top Position', // MISSING + rel: 'Relationship', // MISSING + selectAnchor: 'Select an Anchor', // MISSING + styles: 'Gaya', + tabIndex: 'Tab Index', // MISSING + target: 'Sasaran', + targetFrame: '', // MISSING + targetFrameName: 'Target Frame Name', // MISSING + targetPopup: '', // MISSING + targetPopupName: 'Popup Window Name', // MISSING + title: 'Tautan', + toAnchor: 'Link to anchor in the text', // MISSING + toEmail: 'E-mail', // MISSING + toUrl: 'URL', + toolbar: 'Tautan', + type: 'Link Type', // MISSING + unlink: 'Unlink', // MISSING + upload: 'Unggah' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/is.js new file mode 100644 index 00000000..7a614eb3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/is.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'is', { + acccessKey: 'Skammvalshnappur', + advanced: 'Tæknilegt', + advisoryContentType: 'Tegund innihalds', + advisoryTitle: 'Titill', + anchor: { + toolbar: 'Stofna/breyta kaflamerki', + menu: 'Eigindi kaflamerkis', + title: 'Eigindi kaflamerkis', + name: 'Nafn bókamerkis', + errorName: 'Sláðu inn nafn bókamerkis!', + remove: 'Remove Anchor' + }, + anchorId: 'Eftir auðkenni einingar', + anchorName: 'Eftir akkerisnafni', + charset: 'Táknróf', + cssClasses: 'Stílsniðsflokkur', + emailAddress: 'Netfang', + emailBody: 'Meginmál', + emailSubject: 'Efni', + id: 'Auðkenni', + info: 'Almennt', + langCode: 'Lesstefna', + langDir: 'Lesstefna', + langDirLTR: 'Frá vinstri til hægri (LTR)', + langDirRTL: 'Frá hægri til vinstri (RTL)', + menu: 'Breyta stiklu', + name: 'Nafn', + noAnchors: '', + noEmail: 'Sláðu inn netfang!', + noUrl: 'Sláðu inn veffang stiklunnar!', + other: '', + popupDependent: 'Háð venslum (Netscape)', + popupFeatures: 'Eigindi sprettiglugga', + popupFullScreen: 'Heilskjár (IE)', + popupLeft: 'Fjarlægð frá vinstri', + popupLocationBar: 'Fanglína', + popupMenuBar: 'Vallína', + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'Skrunstikur', + popupStatusBar: 'Stöðustika', + popupToolbar: 'Verkfærastika', + popupTop: 'Fjarlægð frá efri brún', + rel: 'Relationship', // MISSING + selectAnchor: 'Veldu akkeri', + styles: 'Stíll', + tabIndex: 'Raðnúmer innsláttarreits', + target: 'Mark', + targetFrame: '', + targetFrameName: 'Nafn markglugga', + targetPopup: '', + targetPopupName: 'Nafn sprettiglugga', + title: 'Stikla', + toAnchor: 'Bókamerki á þessari síðu', + toEmail: 'Netfang', + toUrl: 'Vefslóð', + toolbar: 'Stofna/breyta stiklu', + type: 'Stikluflokkur', + unlink: 'Fjarlægja stiklu', + upload: 'Senda upp' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/it.js new file mode 100644 index 00000000..a84b033e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/it.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'it', { + acccessKey: 'Scorciatoia da tastiera', + advanced: 'Avanzate', + advisoryContentType: 'Tipo della risorsa collegata', + advisoryTitle: 'Titolo', + anchor: { + toolbar: 'Inserisci/Modifica Ancora', + menu: 'Proprietà ancora', + title: 'Proprietà ancora', + name: 'Nome ancora', + errorName: 'Inserici il nome dell\'ancora', + remove: 'Rimuovi l\'ancora' + }, + anchorId: 'Per id elemento', + anchorName: 'Per Nome', + charset: 'Set di caretteri della risorsa collegata', + cssClasses: 'Nome classe CSS', + emailAddress: 'Indirizzo E-Mail', + emailBody: 'Corpo del messaggio', + emailSubject: 'Oggetto del messaggio', + id: 'Id', + info: 'Informazioni collegamento', + langCode: 'Direzione scrittura', + langDir: 'Direzione scrittura', + langDirLTR: 'Da Sinistra a Destra (LTR)', + langDirRTL: 'Da Destra a Sinistra (RTL)', + menu: 'Modifica collegamento', + name: 'Nome', + noAnchors: '(Nessuna ancora disponibile nel documento)', + noEmail: 'Devi inserire un\'indirizzo e-mail', + noUrl: 'Devi inserire l\'URL del collegamento', + other: '', + popupDependent: 'Dipendente (Netscape)', + popupFeatures: 'Caratteristiche finestra popup', + popupFullScreen: 'A tutto schermo (IE)', + popupLeft: 'Posizione da sinistra', + popupLocationBar: 'Barra degli indirizzi', + popupMenuBar: 'Barra del menu', + popupResizable: 'Ridimensionabile', + popupScrollBars: 'Barre di scorrimento', + popupStatusBar: 'Barra di stato', + popupToolbar: 'Barra degli strumenti', + popupTop: 'Posizione dall\'alto', + rel: 'Relazioni', + selectAnchor: 'Scegli Ancora', + styles: 'Stile', + tabIndex: 'Ordine di tabulazione', + target: 'Destinazione', + targetFrame: '', + targetFrameName: 'Nome del riquadro di destinazione', + targetPopup: '', + targetPopupName: 'Nome finestra popup', + title: 'Collegamento', + toAnchor: 'Ancora nel testo', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Collegamento', + type: 'Tipo di Collegamento', + unlink: 'Elimina collegamento', + upload: 'Carica' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ja.js new file mode 100644 index 00000000..f5ae3abd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ja.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ja', { + acccessKey: 'アクセスキー', + advanced: '高度な設定', + advisoryContentType: 'Content Type属性', + advisoryTitle: 'Title属性', + anchor: { + toolbar: 'アンカー挿入/編集', + menu: 'アンカーの編集', + title: 'アンカーのプロパティ', + name: 'アンカー名', + errorName: 'アンカー名を入力してください。', + remove: 'アンカーを削除' + }, + anchorId: 'エレメントID', + anchorName: 'アンカー名', + charset: 'リンク先のcharset', + cssClasses: 'スタイルシートクラス', + emailAddress: 'E-Mail アドレス', + emailBody: '本文', + emailSubject: '件名', + id: 'Id', + info: 'ハイパーリンク情報', + langCode: '言語コード', + langDir: '文字表記の方向', + langDirLTR: '左から右 (LTR)', + langDirRTL: '右から左 (RTL)', + menu: 'リンクを編集', + name: 'Name属性', + noAnchors: '(このドキュメント内にアンカーはありません)', + noEmail: 'メールアドレスを入力してください。', + noUrl: 'リンクURLを入力してください。', + other: '<その他の>', + popupDependent: '開いたウィンドウに連動して閉じる (Netscape)', + popupFeatures: 'ポップアップウィンドウ特徴', + popupFullScreen: '全画面モード(IE)', + popupLeft: '左端からの座標で指定', + popupLocationBar: 'ロケーションバー', + popupMenuBar: 'メニューバー', + popupResizable: 'サイズ可変', + popupScrollBars: 'スクロールバー', + popupStatusBar: 'ステータスバー', + popupToolbar: 'ツールバー', + popupTop: '上端からの座標で指定', + rel: '関連リンク', + selectAnchor: 'アンカーを選択', + styles: 'スタイルシート', + tabIndex: 'タブインデックス', + target: 'ターゲット', + targetFrame: '<フレーム>', + targetFrameName: 'ターゲットのフレーム名', + targetPopup: '<ポップアップウィンドウ>', + targetPopupName: 'ポップアップウィンドウ名', + title: 'ハイパーリンク', + toAnchor: 'ページ内のアンカー', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'リンク挿入/編集', + type: 'リンクタイプ', + unlink: 'リンクを削除', + upload: 'アップロード' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ka.js new file mode 100644 index 00000000..d2735295 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ka.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ka', { + acccessKey: 'წვდომის ღილაკი', + advanced: 'დაწვრილებით', + advisoryContentType: 'შიგთავსის ტიპი', + advisoryTitle: 'სათაური', + anchor: { + toolbar: 'ღუზა', + menu: 'ღუზის რედაქტირება', + title: 'ღუზის პარამეტრები', + name: 'ღუზუს სახელი', + errorName: 'აკრიფეთ ღუზის სახელი', + remove: 'Remove Anchor' + }, + anchorId: 'ელემენტის Id-თ', + anchorName: 'ღუზის სახელით', + charset: 'კოდირება', + cssClasses: 'CSS კლასი', + emailAddress: 'ელფოსტის მისამართები', + emailBody: 'წერილის ტექსტი', + emailSubject: 'წერილის სათაური', + id: 'Id', + info: 'ბმულის ინფორმაცია', + langCode: 'ენის კოდი', + langDir: 'ენის მიმართულება', + langDirLTR: 'მარცხნიდან მარჯვნივ (LTR)', + langDirRTL: 'მარჯვნიდან მარცხნივ (RTL)', + menu: 'ბმულის რედაქტირება', + name: 'სახელი', + noAnchors: '(ამ დოკუმენტში ღუზა არაა)', + noEmail: 'აკრიფეთ ელფოსტის მისამართი', + noUrl: 'აკრიფეთ ბმულის URL', + other: '<სხვა>', + popupDependent: 'დამოკიდებული (Netscape)', + popupFeatures: 'Popup ფანჯრის პარამეტრები', + popupFullScreen: 'მთელი ეკრანი (IE)', + popupLeft: 'მარცხენა პოზიცია', + popupLocationBar: 'ნავიგაციის ზოლი', + popupMenuBar: 'მენიუს ზოლი', + popupResizable: 'ცვალებადი ზომით', + popupScrollBars: 'გადახვევის ზოლები', + popupStatusBar: 'სტატუსის ზოლი', + popupToolbar: 'ხელსაწყოთა ზოლი', + popupTop: 'ზედა პოზიცია', + rel: 'კავშირი', + selectAnchor: 'აირჩიეთ ღუზა', + styles: 'CSS სტილი', + tabIndex: 'Tab-ის ინდექსი', + target: 'გახსნის ადგილი', + targetFrame: '', + targetFrameName: 'Frame-ის სახელი', + targetPopup: '', + targetPopupName: 'Popup ფანჯრის სახელი', + title: 'ბმული', + toAnchor: 'ბმული ტექსტში ღუზაზე', + toEmail: 'ელფოსტა', + toUrl: 'URL', + toolbar: 'ბმული', + type: 'ბმულის ტიპი', + unlink: 'ბმულის მოხსნა', + upload: 'აქაჩვა' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/km.js new file mode 100644 index 00000000..f2d0da0f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/km.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'km', { + acccessKey: 'សោរ​ចូល', + advanced: 'កម្រិត​ខ្ពស់', + advisoryContentType: 'ប្រភេទអត្ថបទ​ប្រឹក្សា', + advisoryTitle: 'ចំណងជើង​ប្រឹក្សា', + anchor: { + toolbar: 'យុថ្កា', + menu: 'កែ​យុថ្កា', + title: 'លក្ខណៈ​យុថ្កា', + name: 'ឈ្មោះ​យុថ្កា', + errorName: 'សូម​បញ្ចូល​ឈ្មោះ​យុថ្កា', + remove: 'ដក​យុថ្កា​ចេញ' + }, + anchorId: 'តាម ID ធាតុ', + anchorName: 'តាម​ឈ្មោះ​យុថ្កា', + charset: 'Linked Resource Charset', // MISSING + cssClasses: 'Stylesheet Classes', + emailAddress: 'អាសយដ្ឋាន​អ៊ីមែល', + emailBody: 'តួ​អត្ថបទ', + emailSubject: 'ប្រធានបទ​សារ', + id: 'Id', + info: 'ព័ត៌មាន​ពី​តំណ', + langCode: 'កូដ​ភាសា', + langDir: 'ទិសដៅភាសា', + langDirLTR: 'ពីឆ្វេងទៅស្តាំ(LTR)', + langDirRTL: 'ពីស្តាំទៅឆ្វេង(RTL)', + menu: 'កែ​តំណ', + name: 'ឈ្មោះ', + noAnchors: '(មិន​មាន​យុថ្កា​នៅ​ក្នុង​ឯកសារ​អត្ថថបទ​ទេ)', + noEmail: 'សូម​បញ្ចូល​អាសយដ្ឋាន​អ៊ីមែល', + noUrl: 'សូម​បញ្ចូល​តំណ URL', + other: '<ផ្សេង​ទៀត>', + popupDependent: 'Dependent (Netscape)', + popupFeatures: 'មុខ​ងារ​ផុស​ផ្ទាំង​វីនដូ​ឡើង', + popupFullScreen: 'ពេញ​អេក្រង់ (IE)', + popupLeft: 'ទីតាំងខាងឆ្វេង', + popupLocationBar: 'របារ​ទីតាំង', + popupMenuBar: 'របារ​ម៉ឺនុយ', + popupResizable: 'អាច​ប្ដូរ​ទំហំ', + popupScrollBars: 'របារ​រំកិល', + popupStatusBar: 'របារ​ស្ថានភាព', + popupToolbar: 'របារ​ឧបករណ៍', + popupTop: 'ទីតាំង​កំពូល', + rel: 'សម្ពន្ធ​ភាព', + selectAnchor: 'រើស​យក​យុថ្កា​មួយ', + styles: 'ស្ទីល', + tabIndex: 'Tab Index', // MISSING + target: 'គោលដៅ', + targetFrame: '<ស៊ុម>', + targetFrameName: 'ឈ្មោះ​ស៊ុម​ជា​គោល​ដៅ', + targetPopup: '<វីនដូ​ផុស​ឡើង>', + targetPopupName: 'ឈ្មោះ​វីនដូត​ផុស​ឡើង', + title: 'តំណ', + toAnchor: 'ត​ភ្ជាប់​ទៅ​យុថ្កា​ក្នុង​អត្ថបទ', + toEmail: 'អ៊ីមែល', + toUrl: 'URL', + toolbar: 'តំណ', + type: 'ប្រភេទ​តំណ', + unlink: 'ផ្ដាច់​តំណ', + upload: 'ផ្ទុក​ឡើង' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ko.js new file mode 100644 index 00000000..1ad19b42 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ko.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ko', { + acccessKey: '엑세스 키', + advanced: '자세히', + advisoryContentType: 'Advisory Content Type', + advisoryTitle: 'Advisory Title', + anchor: { + toolbar: '책갈피 삽입/변경', + menu: '책갈피 속성', + title: '책갈피 속성', + name: '책갈피 이름', + errorName: '책갈피 이름을 입력하십시요.', + remove: 'Remove Anchor' + }, + anchorId: '책갈피 ID', + anchorName: '책갈피 이름', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet Classes', + emailAddress: '이메일 주소', + emailBody: '내용', + emailSubject: '제목', + id: 'ID', + info: '링크 정보', + langCode: '쓰기 방향', + langDir: '쓰기 방향', + langDirLTR: '왼쪽에서 오른쪽 (LTR)', + langDirRTL: '오른쪽에서 왼쪽 (RTL)', + menu: '링크 수정', + name: 'Name', + noAnchors: '(문서에 책갈피가 없습니다.)', + noEmail: '이메일주소를 입력하십시요.', + noUrl: '링크 URL을 입력하십시요.', + other: '<기타>', + popupDependent: 'Dependent (Netscape)', + popupFeatures: '팝업창 설정', + popupFullScreen: '전체화면 (IE)', + popupLeft: '왼쪽 위치', + popupLocationBar: '주소표시줄', + popupMenuBar: '메뉴바', + popupResizable: '크기 조절 가능', + popupScrollBars: '스크롤바', + popupStatusBar: '상태바', + popupToolbar: '툴바', + popupTop: '윗쪽 위치', + rel: '관계', + selectAnchor: '책갈피 선택', + styles: 'Style', + tabIndex: '탭 순서', + target: '타겟', + targetFrame: '<프레임>', + targetFrameName: '타겟 프레임 이름', + targetPopup: '<팝업창>', + targetPopupName: '팝업창 이름', + title: '링크', + toAnchor: '책갈피', + toEmail: '이메일', + toUrl: 'URL', + toolbar: '링크 삽입/변경', + type: '링크 종류', + unlink: '링크 삭제', + upload: '업로드' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ku.js new file mode 100644 index 00000000..197842c3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ku.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ku', { + acccessKey: 'کلیلی دەستپێگەیشتن', + advanced: 'پێشکەوتوو', + advisoryContentType: 'جۆری ناوەڕۆکی ڕاویژکار', + advisoryTitle: 'ڕاوێژکاری سەردێڕ', + anchor: { + toolbar: 'دانان/چاکسازی لەنگەر', + menu: 'چاکسازی لەنگەر', + title: 'خاسیەتی لەنگەر', + name: 'ناوی لەنگەر', + errorName: 'تکایه ناوی لەنگەر بنووسه', + remove: 'لابردنی لەنگەر' + }, + anchorId: 'بەپێی ناسنامەی توخم', + anchorName: 'بەپێی ناوی لەنگەر', + charset: 'بەستەری سەرچاوەی نووسە', + cssClasses: 'شێوازی چینی پەڕه', + emailAddress: 'ناونیشانی ئیمەیل', + emailBody: 'ناوەڕۆکی نامە', + emailSubject: 'بابەتی نامە', + id: 'ناسنامە', + info: 'زانیاری بەستەر', + langCode: 'هێمای زمان', + langDir: 'ئاراستەی زمان', + langDirLTR: 'چەپ بۆ ڕاست (LTR)', + langDirRTL: 'ڕاست بۆ چەپ (RTL)', + menu: 'چاکسازی بەستەر', + name: 'ناو', + noAnchors: '(هیچ جۆرێکی لەنگەر ئامادە نیە لەم پەڕەیه)', + noEmail: 'تکایە ناونیشانی ئیمەیل بنووسە', + noUrl: 'تکایە ناونیشانی بەستەر بنووسە', + other: '<هیتر>', + popupDependent: 'پێوەبەستراو (Netscape)', + popupFeatures: 'خاسیەتی پەنجەرەی سەرهەڵدەر', + popupFullScreen: 'پڕ بەپڕی شاشە (IE)', + popupLeft: 'جێگای چەپ', + popupLocationBar: 'هێڵی ناونیشانی بەستەر', + popupMenuBar: 'هێڵی لیسته', + popupResizable: 'توانای گۆڕینی قەباره', + popupScrollBars: 'هێڵی هاتووچۆپێکردن', + popupStatusBar: 'هێڵی دۆخ', + popupToolbar: 'هێڵی تووڵامراز', + popupTop: 'جێگای سەرەوە', + rel: 'پەیوەندی', + selectAnchor: 'هەڵبژاردنی لەنگەرێك', + styles: 'شێواز', + tabIndex: 'بازدەری تابی ئیندێکس', + target: 'ئامانج', + targetFrame: '<چووارچێوە>', + targetFrameName: 'ناوی ئامانجی چووارچێوە', + targetPopup: '<پەنجەرەی سەرهەڵدەر>', + targetPopupName: 'ناوی پەنجەرەی سەرهەڵدەر', + title: 'بەستەر', + toAnchor: 'بەستەر بۆ لەنگەر له دەق', + toEmail: 'ئیمەیل', + toUrl: 'ناونیشانی بەستەر', + toolbar: 'دانان/ڕێکخستنی بەستەر', + type: 'جۆری بەستەر', + unlink: 'لابردنی بەستەر', + upload: 'بارکردن' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/lt.js new file mode 100644 index 00000000..563cf094 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/lt.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'lt', { + acccessKey: 'Prieigos raktas', + advanced: 'Papildomas', + advisoryContentType: 'Konsultacinio turinio tipas', + advisoryTitle: 'Konsultacinė antraštė', + anchor: { + toolbar: 'Įterpti/modifikuoti žymę', + menu: 'Žymės savybės', + title: 'Žymės savybės', + name: 'Žymės vardas', + errorName: 'Prašome įvesti žymės vardą', + remove: 'Pašalinti žymę' + }, + anchorId: 'Pagal žymės Id', + anchorName: 'Pagal žymės vardą', + charset: 'Susietų išteklių simbolių lentelė', + cssClasses: 'Stilių lentelės klasės', + emailAddress: 'El.pašto adresas', + emailBody: 'Žinutės turinys', + emailSubject: 'Žinutės tema', + id: 'Id', + info: 'Nuorodos informacija', + langCode: 'Teksto kryptis', + langDir: 'Teksto kryptis', + langDirLTR: 'Iš kairės į dešinę (LTR)', + langDirRTL: 'Iš dešinės į kairę (RTL)', + menu: 'Taisyti nuorodą', + name: 'Vardas', + noAnchors: '(Šiame dokumente žymių nėra)', + noEmail: 'Prašome įvesti el.pašto adresą', + noUrl: 'Prašome įvesti nuorodos URL', + other: '', + popupDependent: 'Priklausomas (Netscape)', + popupFeatures: 'Išskleidžiamo lango savybės', + popupFullScreen: 'Visas ekranas (IE)', + popupLeft: 'Kairė pozicija', + popupLocationBar: 'Adreso juosta', + popupMenuBar: 'Meniu juosta', + popupResizable: 'Kintamas dydis', + popupScrollBars: 'Slinkties juostos', + popupStatusBar: 'Būsenos juosta', + popupToolbar: 'Mygtukų juosta', + popupTop: 'Viršutinė pozicija', + rel: 'Sąsajos', + selectAnchor: 'Pasirinkite žymę', + styles: 'Stilius', + tabIndex: 'Tabuliavimo indeksas', + target: 'Paskirties vieta', + targetFrame: '', + targetFrameName: 'Paskirties kadro vardas', + targetPopup: '', + targetPopupName: 'Paskirties lango vardas', + title: 'Nuoroda', + toAnchor: 'Žymė šiame puslapyje', + toEmail: 'El.paštas', + toUrl: 'Nuoroda', + toolbar: 'Įterpti/taisyti nuorodą', + type: 'Nuorodos tipas', + unlink: 'Panaikinti nuorodą', + upload: 'Siųsti' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/lv.js new file mode 100644 index 00000000..1ffe9ded --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/lv.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'lv', { + acccessKey: 'Pieejas taustiņš', + advanced: 'Izvērstais', + advisoryContentType: 'Konsultatīvs satura tips', + advisoryTitle: 'Konsultatīvs virsraksts', + anchor: { + toolbar: 'Ievietot/Labot iezīmi', + menu: 'Labot iezīmi', + title: 'Iezīmes uzstādījumi', + name: 'Iezīmes nosaukums', + errorName: 'Lūdzu norādiet iezīmes nosaukumu', + remove: 'Noņemt iezīmi' + }, + anchorId: 'Pēc elementa ID', + anchorName: 'Pēc iezīmes nosaukuma', + charset: 'Pievienotā resursa kodējums', + cssClasses: 'Stilu saraksta klases', + emailAddress: 'E-pasta adrese', + emailBody: 'Ziņas saturs', + emailSubject: 'Ziņas tēma', + id: 'ID', + info: 'Hipersaites informācija', + langCode: 'Valodas kods', + langDir: 'Valodas lasīšanas virziens', + langDirLTR: 'No kreisās uz labo (LTR)', + langDirRTL: 'No labās uz kreiso (RTL)', + menu: 'Labot hipersaiti', + name: 'Nosaukums', + noAnchors: '(Šajā dokumentā nav iezīmju)', + noEmail: 'Lūdzu norādi e-pasta adresi', + noUrl: 'Lūdzu norādi hipersaiti', + other: '', + popupDependent: 'Atkarīgs (Netscape)', + popupFeatures: 'Uznirstošā loga nosaukums īpašības', + popupFullScreen: 'Pilnā ekrānā (IE)', + popupLeft: 'Kreisā koordināte', + popupLocationBar: 'Atrašanās vietas josla', + popupMenuBar: 'Izvēlnes josla', + popupResizable: 'Mērogojams', + popupScrollBars: 'Ritjoslas', + popupStatusBar: 'Statusa josla', + popupToolbar: 'Rīku josla', + popupTop: 'Augšējā koordināte', + rel: 'Relācija', + selectAnchor: 'Izvēlēties iezīmi', + styles: 'Stils', + tabIndex: 'Ciļņu indekss', + target: 'Mērķis', + targetFrame: '', + targetFrameName: 'Mērķa ietvara nosaukums', + targetPopup: '', + targetPopupName: 'Uznirstošā loga nosaukums', + title: 'Hipersaite', + toAnchor: 'Iezīme šajā lapā', + toEmail: 'E-pasts', + toUrl: 'Adrese', + toolbar: 'Ievietot/Labot hipersaiti', + type: 'Hipersaites tips', + unlink: 'Noņemt hipersaiti', + upload: 'Augšupielādēt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/mk.js new file mode 100644 index 00000000..2f1fa7d5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/mk.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'mk', { + acccessKey: 'Access Key', // MISSING + advanced: 'Advanced', // MISSING + advisoryContentType: 'Advisory Content Type', // MISSING + advisoryTitle: 'Advisory Title', // MISSING + anchor: { + toolbar: 'Anchor', + menu: 'Edit Anchor', + title: 'Anchor Properties', + name: 'Anchor Name', + errorName: 'Please type the anchor name', + remove: 'Remove Anchor' + }, + anchorId: 'By Element Id', // MISSING + anchorName: 'By Anchor Name', // MISSING + charset: 'Linked Resource Charset', // MISSING + cssClasses: 'Stylesheet Classes', // MISSING + emailAddress: 'E-Mail Address', // MISSING + emailBody: 'Message Body', // MISSING + emailSubject: 'Message Subject', // MISSING + id: 'Id', // MISSING + info: 'Link Info', // MISSING + langCode: 'Language Code', // MISSING + langDir: 'Language Direction', // MISSING + langDirLTR: 'Left to Right (LTR)', // MISSING + langDirRTL: 'Right to Left (RTL)', // MISSING + menu: 'Edit Link', // MISSING + name: 'Name', + noAnchors: '(No anchors available in the document)', // MISSING + noEmail: 'Please type the e-mail address', // MISSING + noUrl: 'Please type the link URL', // MISSING + other: '', // MISSING + popupDependent: 'Dependent (Netscape)', // MISSING + popupFeatures: 'Popup Window Features', // MISSING + popupFullScreen: 'Full Screen (IE)', // MISSING + popupLeft: 'Left Position', // MISSING + popupLocationBar: 'Location Bar', // MISSING + popupMenuBar: 'Menu Bar', // MISSING + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'Scroll Bars', // MISSING + popupStatusBar: 'Status Bar', // MISSING + popupToolbar: 'Toolbar', // MISSING + popupTop: 'Top Position', // MISSING + rel: 'Relationship', // MISSING + selectAnchor: 'Select an Anchor', // MISSING + styles: 'Style', // MISSING + tabIndex: 'Tab Index', // MISSING + target: 'Target', // MISSING + targetFrame: '', // MISSING + targetFrameName: 'Target Frame Name', // MISSING + targetPopup: '', // MISSING + targetPopupName: 'Popup Window Name', // MISSING + title: 'Link', // MISSING + toAnchor: 'Link to anchor in the text', // MISSING + toEmail: 'E-mail', // MISSING + toUrl: 'URL', // MISSING + toolbar: 'Link', // MISSING + type: 'Link Type', // MISSING + unlink: 'Unlink', // MISSING + upload: 'Upload' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/mn.js new file mode 100644 index 00000000..ae64b9ad --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/mn.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'mn', { + acccessKey: 'Холбох түлхүүр', + advanced: 'Нэмэлт', + advisoryContentType: 'Зөвлөлдөх төрлийн агуулга', + advisoryTitle: 'Зөвлөлдөх гарчиг', + anchor: { + toolbar: 'Зангуу', + menu: 'Зангууг болосруулах', + title: 'Зангуугийн шинж чанар', + name: 'Зангуугийн нэр', + errorName: 'Зангуугийн нэрийг оруулна уу', + remove: 'Зангууг устгах' + }, + anchorId: 'Элемэнтйн Id нэрээр', + anchorName: 'Зангуугийн нэрээр', + charset: 'Тэмдэгт оноох нөөцөд холбогдсон', + cssClasses: 'Stylesheet классууд', + emailAddress: 'Э-шуудангийн хаяг', + emailBody: 'Зурвасны их бие', + emailSubject: 'Зурвасны гарчиг', + id: 'Id', + info: 'Холбоосын тухай мэдээлэл', + langCode: 'Хэлний код', + langDir: 'Хэлний чиглэл', + langDirLTR: 'Зүүнээс баруун (LTR)', + langDirRTL: 'Баруунаас зүүн (RTL)', + menu: 'Холбоос засварлах', + name: 'Нэр', + noAnchors: '(Баримт бичиг зангуугүй байна)', + noEmail: 'Э-шуудангий хаягаа шивнэ үү', + noUrl: 'Холбоосны URL хаягийг шивнэ үү', + other: '', // MISSING + popupDependent: 'Хамаатай (Netscape)', + popupFeatures: 'Popup цонхны онцлог', + popupFullScreen: 'Цонх дүүргэх (Internet Explorer)', + popupLeft: 'Зүүн байрлал', + popupLocationBar: 'Location хэсэг', + popupMenuBar: 'Цэсний самбар', + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'Скрол хэсэгүүд', + popupStatusBar: 'Статус хэсэг', + popupToolbar: 'Багажны самбар', + popupTop: 'Дээд байрлал', + rel: 'Relationship', // MISSING + selectAnchor: 'Нэг зангууг сонгоно уу', + styles: 'Загвар', + tabIndex: 'Tab индекс', + target: 'Байрлал', + targetFrame: '<Агуулах хүрээ>', + targetFrameName: 'Очих фремын нэр', + targetPopup: '', + targetPopupName: 'Popup цонхны нэр', + title: 'Холбоос', + toAnchor: 'Энэ бичвэр дэх зангуу руу очих холбоос', + toEmail: 'Э-захиа', + toUrl: 'цахим хуудасны хаяг (URL)', + toolbar: 'Холбоос', + type: 'Линкийн төрөл', + unlink: 'Холбоос авч хаях', + upload: 'Хуулах' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ms.js new file mode 100644 index 00000000..d8e4ff0f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ms.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ms', { + acccessKey: 'Kunci Akses', + advanced: 'Advanced', + advisoryContentType: 'Jenis Kandungan Makluman', + advisoryTitle: 'Tajuk Makluman', + anchor: { + toolbar: 'Masukkan/Sunting Pautan', + menu: 'Ciri-ciri Pautan', + title: 'Ciri-ciri Pautan', + name: 'Nama Pautan', + errorName: 'Sila taip nama pautan', + remove: 'Remove Anchor' + }, + anchorId: 'dengan menggunakan ID elemen', + anchorName: 'dengan menggunakan nama pautan', + charset: 'Linked Resource Charset', + cssClasses: 'Kelas-kelas Stylesheet', + emailAddress: 'Alamat E-Mail', + emailBody: 'Isi Kandungan Mesej', + emailSubject: 'Subjek Mesej', + id: 'Id', + info: 'Butiran Sambungan', + langCode: 'Arah Tulisan', + langDir: 'Arah Tulisan', + langDirLTR: 'Kiri ke Kanan (LTR)', + langDirRTL: 'Kanan ke Kiri (RTL)', + menu: 'Sunting Sambungan', + name: 'Nama', + noAnchors: '(Tiada pautan terdapat dalam dokumen ini)', + noEmail: 'Sila taip alamat e-mail', + noUrl: 'Sila taip sambungan URL', + other: '', + popupDependent: 'Bergantungan (Netscape)', + popupFeatures: 'Ciri Tetingkap Popup', + popupFullScreen: 'Skrin Penuh (IE)', + popupLeft: 'Posisi Kiri', + popupLocationBar: 'Bar Lokasi', + popupMenuBar: 'Bar Menu', + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'Bar-bar skrol', + popupStatusBar: 'Bar Status', + popupToolbar: 'Toolbar', + popupTop: 'Posisi Atas', + rel: 'Relationship', // MISSING + selectAnchor: 'Sila pilih pautan', + styles: 'Stail', + tabIndex: 'Indeks Tab ', + target: 'Sasaran', + targetFrame: '', + targetFrameName: 'Nama Bingkai Sasaran', + targetPopup: '', + targetPopupName: 'Nama Tetingkap Popup', + title: 'Sambungan', + toAnchor: 'Pautan dalam muka surat ini', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Masukkan/Sunting Sambungan', + type: 'Jenis Sambungan', + unlink: 'Buang Sambungan', + upload: 'Muat Naik' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/nb.js new file mode 100644 index 00000000..e7e239ab --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/nb.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'nb', { + acccessKey: 'Aksessknapp', + advanced: 'Avansert', + advisoryContentType: 'Type', + advisoryTitle: 'Tittel', + anchor: { + toolbar: 'Sett inn/Rediger anker', + menu: 'Egenskaper for anker', + title: 'Egenskaper for anker', + name: 'Ankernavn', + errorName: 'Vennligst skriv inn ankernavnet', + remove: 'Fjern anker' + }, + anchorId: 'Element etter ID', + anchorName: 'Anker etter navn', + charset: 'Lenket tegnsett', + cssClasses: 'Stilarkklasser', + emailAddress: 'E-postadresse', + emailBody: 'Melding', + emailSubject: 'Meldingsemne', + id: 'Id', + info: 'Lenkeinfo', + langCode: 'Språkkode', + langDir: 'Språkretning', + langDirLTR: 'Venstre til høyre (VTH)', + langDirRTL: 'Høyre til venstre (HTV)', + menu: 'Rediger lenke', + name: 'Navn', + noAnchors: '(Ingen anker i dokumentet)', + noEmail: 'Vennligst skriv inn e-postadressen', + noUrl: 'Vennligst skriv inn lenkens URL', + other: '', + popupDependent: 'Avhenging (Netscape)', + popupFeatures: 'Egenskaper for popup-vindu', + popupFullScreen: 'Fullskjerm (IE)', + popupLeft: 'Venstre posisjon', + popupLocationBar: 'Adresselinje', + popupMenuBar: 'Menylinje', + popupResizable: 'Skalerbar', + popupScrollBars: 'Scrollbar', + popupStatusBar: 'Statuslinje', + popupToolbar: 'Verktøylinje', + popupTop: 'Topp-posisjon', + rel: 'Relasjon (rel)', + selectAnchor: 'Velg et anker', + styles: 'Stil', + tabIndex: 'Tabindeks', + target: 'Mål', + targetFrame: '', + targetFrameName: 'Målramme', + targetPopup: '', + targetPopupName: 'Navn på popup-vindu', + title: 'Lenke', + toAnchor: 'Lenke til anker i teksten', + toEmail: 'E-post', + toUrl: 'URL', + toolbar: 'Sett inn/Rediger lenke', + type: 'Lenketype', + unlink: 'Fjern lenke', + upload: 'Last opp' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/nl.js new file mode 100644 index 00000000..5590a77d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/nl.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'nl', { + acccessKey: 'Toegangstoets', + advanced: 'Geavanceerd', + advisoryContentType: 'Aanbevolen content-type', + advisoryTitle: 'Adviserende titel', + anchor: { + toolbar: 'Interne link', + menu: 'Eigenschappen interne link', + title: 'Eigenschappen interne link', + name: 'Naam interne link', + errorName: 'Geef de naam van de interne link op', + remove: 'Interne link verwijderen' + }, + anchorId: 'Op kenmerk interne link', + anchorName: 'Op naam interne link', + charset: 'Karakterset van gelinkte bron', + cssClasses: 'Stylesheet-klassen', + emailAddress: 'E-mailadres', + emailBody: 'Inhoud bericht', + emailSubject: 'Onderwerp bericht', + id: 'Id', + info: 'Linkomschrijving', + langCode: 'Taalcode', + langDir: 'Schrijfrichting', + langDirLTR: 'Links naar rechts (LTR)', + langDirRTL: 'Rechts naar links (RTL)', + menu: 'Link wijzigen', + name: 'Naam', + noAnchors: '(Geen interne links in document gevonden)', + noEmail: 'Geef een e-mailadres', + noUrl: 'Geef de link van de URL', + other: '', + popupDependent: 'Afhankelijk (Netscape)', + popupFeatures: 'Instellingen popupvenster', + popupFullScreen: 'Volledig scherm (IE)', + popupLeft: 'Positie links', + popupLocationBar: 'Locatiemenu', + popupMenuBar: 'Menubalk', + popupResizable: 'Herschaalbaar', + popupScrollBars: 'Schuifbalken', + popupStatusBar: 'Statusbalk', + popupToolbar: 'Werkbalk', + popupTop: 'Positie boven', + rel: 'Relatie', + selectAnchor: 'Kies een interne link', + styles: 'Stijl', + tabIndex: 'Tabvolgorde', + target: 'Doelvenster', + targetFrame: '', + targetFrameName: 'Naam doelframe', + targetPopup: '', + targetPopupName: 'Naam popupvenster', + title: 'Link', + toAnchor: 'Interne link in pagina', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Link invoegen/wijzigen', + type: 'Linktype', + unlink: 'Link verwijderen', + upload: 'Upload' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/no.js new file mode 100644 index 00000000..ca71ad4e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/no.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'no', { + acccessKey: 'Aksessknapp', + advanced: 'Avansert', + advisoryContentType: 'Type', + advisoryTitle: 'Tittel', + anchor: { + toolbar: 'Sett inn/Rediger anker', + menu: 'Egenskaper for anker', + title: 'Egenskaper for anker', + name: 'Ankernavn', + errorName: 'Vennligst skriv inn ankernavnet', + remove: 'Fjern anker' + }, + anchorId: 'Element etter ID', + anchorName: 'Anker etter navn', + charset: 'Lenket tegnsett', + cssClasses: 'Stilarkklasser', + emailAddress: 'E-postadresse', + emailBody: 'Melding', + emailSubject: 'Meldingsemne', + id: 'Id', + info: 'Lenkeinfo', + langCode: 'Språkkode', + langDir: 'Språkretning', + langDirLTR: 'Venstre til høyre (VTH)', + langDirRTL: 'Høyre til venstre (HTV)', + menu: 'Rediger lenke', + name: 'Navn', + noAnchors: '(Ingen anker i dokumentet)', + noEmail: 'Vennligst skriv inn e-postadressen', + noUrl: 'Vennligst skriv inn lenkens URL', + other: '', + popupDependent: 'Avhenging (Netscape)', + popupFeatures: 'Egenskaper for popup-vindu', + popupFullScreen: 'Fullskjerm (IE)', + popupLeft: 'Venstre posisjon', + popupLocationBar: 'Adresselinje', + popupMenuBar: 'Menylinje', + popupResizable: 'Skalerbar', + popupScrollBars: 'Scrollbar', + popupStatusBar: 'Statuslinje', + popupToolbar: 'Verktøylinje', + popupTop: 'Topp-posisjon', + rel: 'Relasjon (rel)', + selectAnchor: 'Velg et anker', + styles: 'Stil', + tabIndex: 'Tabindeks', + target: 'Mål', + targetFrame: '', + targetFrameName: 'Målramme', + targetPopup: '', + targetPopupName: 'Navn på popup-vindu', + title: 'Lenke', + toAnchor: 'Lenke til anker i teksten', + toEmail: 'E-post', + toUrl: 'URL', + toolbar: 'Sett inn/Rediger lenke', + type: 'Lenketype', + unlink: 'Fjern lenke', + upload: 'Last opp' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/pl.js new file mode 100644 index 00000000..f1e13098 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/pl.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'pl', { + acccessKey: 'Klawisz dostępu', + advanced: 'Zaawansowane', + advisoryContentType: 'Typ MIME obiektu docelowego', + advisoryTitle: 'Opis obiektu docelowego', + anchor: { + toolbar: 'Wstaw/edytuj kotwicę', + menu: 'Właściwości kotwicy', + title: 'Właściwości kotwicy', + name: 'Nazwa kotwicy', + errorName: 'Wpisz nazwę kotwicy', + remove: 'Usuń kotwicę' + }, + anchorId: 'Wg identyfikatora', + anchorName: 'Wg nazwy', + charset: 'Kodowanie znaków obiektu docelowego', + cssClasses: 'Nazwa klasy CSS', + emailAddress: 'Adres e-mail', + emailBody: 'Treść', + emailSubject: 'Temat', + id: 'Id', + info: 'Informacje ', + langCode: 'Kod języka', + langDir: 'Kierunek tekstu', + langDirLTR: 'Od lewej do prawej (LTR)', + langDirRTL: 'Od prawej do lewej (RTL)', + menu: 'Edytuj odnośnik', + name: 'Nazwa', + noAnchors: '(W dokumencie nie zdefiniowano żadnych kotwic)', + noEmail: 'Podaj adres e-mail', + noUrl: 'Podaj adres URL', + other: '', + popupDependent: 'Okno zależne (Netscape)', + popupFeatures: 'Właściwości wyskakującego okna', + popupFullScreen: 'Pełny ekran (IE)', + popupLeft: 'Pozycja w poziomie', + popupLocationBar: 'Pasek adresu', + popupMenuBar: 'Pasek menu', + popupResizable: 'Skalowalny', + popupScrollBars: 'Paski przewijania', + popupStatusBar: 'Pasek statusu', + popupToolbar: 'Pasek narzędzi', + popupTop: 'Pozycja w pionie', + rel: 'Relacja', + selectAnchor: 'Wybierz kotwicę', + styles: 'Styl', + tabIndex: 'Indeks kolejności', + target: 'Obiekt docelowy', + targetFrame: '', + targetFrameName: 'Nazwa ramki docelowej', + targetPopup: '', + targetPopupName: 'Nazwa wyskakującego okna', + title: 'Odnośnik', + toAnchor: 'Odnośnik wewnątrz strony (kotwica)', + toEmail: 'Adres e-mail', + toUrl: 'Adres URL', + toolbar: 'Wstaw/edytuj odnośnik', + type: 'Typ odnośnika', + unlink: 'Usuń odnośnik', + upload: 'Wyślij' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/pt-br.js new file mode 100644 index 00000000..b5cc8271 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/pt-br.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'pt-br', { + acccessKey: 'Chave de Acesso', + advanced: 'Avançado', + advisoryContentType: 'Tipo de Conteúdo', + advisoryTitle: 'Título', + anchor: { + toolbar: 'Inserir/Editar Âncora', + menu: 'Formatar Âncora', + title: 'Formatar Âncora', + name: 'Nome da Âncora', + errorName: 'Por favor, digite o nome da âncora', + remove: 'Remover Âncora' + }, + anchorId: 'Id da âncora', + anchorName: 'Nome da âncora', + charset: 'Charset do Link', + cssClasses: 'Classe de CSS', + emailAddress: 'Endereço E-Mail', + emailBody: 'Corpo da Mensagem', + emailSubject: 'Assunto da Mensagem', + id: 'Id', + info: 'Informações', + langCode: 'Direção do idioma', + langDir: 'Direção do idioma', + langDirLTR: 'Esquerda para Direita (LTR)', + langDirRTL: 'Direita para Esquerda (RTL)', + menu: 'Editar Link', + name: 'Nome', + noAnchors: '(Não há âncoras no documento)', + noEmail: 'Por favor, digite o endereço de e-mail', + noUrl: 'Por favor, digite o endereço do Link', + other: '', + popupDependent: 'Dependente (Netscape)', + popupFeatures: 'Propriedades da Janela Pop-up', + popupFullScreen: 'Modo Tela Cheia (IE)', + popupLeft: 'Esquerda', + popupLocationBar: 'Barra de Endereços', + popupMenuBar: 'Barra de Menus', + popupResizable: 'Redimensionável', + popupScrollBars: 'Barras de Rolagem', + popupStatusBar: 'Barra de Status', + popupToolbar: 'Barra de Ferramentas', + popupTop: 'Topo', + rel: 'Tipo de Relação', + selectAnchor: 'Selecione uma âncora', + styles: 'Estilos', + tabIndex: 'Índice de Tabulação', + target: 'Destino', + targetFrame: '', + targetFrameName: 'Nome do Frame de Destino', + targetPopup: '', + targetPopupName: 'Nome da Janela Pop-up', + title: 'Editar Link', + toAnchor: 'Âncora nesta página', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Inserir/Editar Link', + type: 'Tipo de hiperlink', + unlink: 'Remover Link', + upload: 'Enviar ao Servidor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/pt.js new file mode 100644 index 00000000..7ff25185 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/pt.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'pt', { + acccessKey: 'Chave de Acesso', + advanced: 'Avançado', + advisoryContentType: 'Tipo de Conteúdo', + advisoryTitle: 'Título', + anchor: { + toolbar: ' Inserir/Editar Âncora', + menu: 'Propriedades da Âncora', + title: 'Propriedades da Âncora', + name: 'Nome da Âncora', + errorName: 'Por favor, introduza o nome da âncora', + remove: 'Remove Anchor' + }, + anchorId: 'Por ID de elemento', + anchorName: 'Por Nome de Referência', + charset: 'Fonte de caracteres vinculado', + cssClasses: 'Classes de Estilo de Folhas Classes', + emailAddress: 'Endereço de E-Mail', + emailBody: 'Corpo da Mensagem', + emailSubject: 'Título de Mensagem', + id: 'ID', + info: 'Informação de Hiperligação', + langCode: 'Orientação de idioma', + langDir: 'Orientação de idioma', + langDirLTR: 'Esquerda à Direita (LTR)', + langDirRTL: 'Direita a Esquerda (RTL)', + menu: 'Editar Hiperligação', + name: 'Nome', + noAnchors: '(Não há referências disponíveis no documento)', + noEmail: 'Por favor introduza o endereço de e-mail', + noUrl: 'Por favor introduza a hiperligação URL', + other: '', + popupDependent: 'Dependente (Netscape)', + popupFeatures: 'Características de Janela de Popup', + popupFullScreen: 'Janela Completa (IE)', + popupLeft: 'Posição Esquerda', + popupLocationBar: 'Barra de localização', + popupMenuBar: 'Barra de Menu', + popupResizable: 'Redimensionável', + popupScrollBars: 'Barras de deslocamento', + popupStatusBar: 'Barra de Estado', + popupToolbar: 'Barra de Ferramentas', + popupTop: 'Posição Direita', + rel: 'Relação', + selectAnchor: 'Seleccionar una referência', + styles: 'Estilo', + tabIndex: 'Índice de Tubulação', + target: 'Destino', + targetFrame: '', + targetFrameName: 'Nome do Frame Destino', + targetPopup: '', + targetPopupName: 'Nome da Janela de Popup', + title: 'Hiperligação', + toAnchor: 'Referência a esta página', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Inserir/Editar Hiperligação', + type: 'Tipo de Hiperligação', + unlink: 'Eliminar Hiperligação', + upload: 'Carregar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ro.js new file mode 100644 index 00000000..c26f6b46 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ro.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ro', { + acccessKey: 'Tasta de acces', + advanced: 'Avansat', + advisoryContentType: 'Tipul consultativ al titlului', + advisoryTitle: 'Titlul consultativ', + anchor: { + toolbar: 'Inserează/Editează ancoră', + menu: 'Proprietăţi ancoră', + title: 'Proprietăţi ancoră', + name: 'Numele ancorei', + errorName: 'Vă rugăm scrieţi numele ancorei', + remove: 'Elimină ancora' + }, + anchorId: 'după Id-ul elementului', + anchorName: 'după numele ancorei', + charset: 'Setul de caractere al resursei legate', + cssClasses: 'Clasele cu stilul paginii (CSS)', + emailAddress: 'Adresă de e-mail', + emailBody: 'Opțiuni Meniu Contextual', + emailSubject: 'Subiectul mesajului', + id: 'Id', + info: 'Informaţii despre link (Legătură web)', + langCode: 'Direcţia cuvintelor', + langDir: 'Direcţia cuvintelor', + langDirLTR: 'stânga-dreapta (LTR)', + langDirRTL: 'dreapta-stânga (RTL)', + menu: 'Editează Link', + name: 'Nume', + noAnchors: '(Nicio ancoră disponibilă în document)', + noEmail: 'Vă rugăm să scrieţi adresa de e-mail', + noUrl: 'Vă rugăm să scrieţi URL-ul', + other: '', + popupDependent: 'Dependent (Netscape)', + popupFeatures: 'Proprietăţile ferestrei popup', + popupFullScreen: 'Tot ecranul (Full Screen)(IE)', + popupLeft: 'Poziţia la stânga', + popupLocationBar: 'Bara de locaţie', + popupMenuBar: 'Bara de meniu', + popupResizable: 'Redimensionabil', + popupScrollBars: 'Bare de derulare', + popupStatusBar: 'Bara de status', + popupToolbar: 'Bara de opţiuni', + popupTop: 'Poziţia la dreapta', + rel: 'Relație', + selectAnchor: 'Selectaţi o ancoră', + styles: 'Stil', + tabIndex: 'Indexul tabului', + target: 'Ţintă (Target)', + targetFrame: '', + targetFrameName: 'Numele frameului ţintă', + targetPopup: '', + targetPopupName: 'Numele ferestrei popup', + title: 'Link (Legătură web)', + toAnchor: 'Ancoră în această pagină', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Inserează/Editează link (legătură web)', + type: 'Tipul link-ului (al legăturii web)', + unlink: 'Înlătură link (legătură web)', + upload: 'Încarcă' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ru.js new file mode 100644 index 00000000..be450bf2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ru.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ru', { + acccessKey: 'Клавиша доступа', + advanced: 'Дополнительно', + advisoryContentType: 'Тип содержимого', + advisoryTitle: 'Заголовок', + anchor: { + toolbar: 'Вставить / редактировать якорь', + menu: 'Изменить якорь', + title: 'Свойства якоря', + name: 'Имя якоря', + errorName: 'Пожалуйста, введите имя якоря', + remove: 'Удалить якорь' + }, + anchorId: 'По идентификатору', + anchorName: 'По имени', + charset: 'Кодировка ресурса', + cssClasses: 'Классы CSS', + emailAddress: 'Email адрес', + emailBody: 'Текст сообщения', + emailSubject: 'Тема сообщения', + id: 'Идентификатор', + info: 'Информация о ссылке', + langCode: 'Код языка', + langDir: 'Направление текста', + langDirLTR: 'Слева направо (LTR)', + langDirRTL: 'Справа налево (RTL)', + menu: 'Редактировать ссылку', + name: 'Имя', + noAnchors: '(В документе нет ни одного якоря)', + noEmail: 'Пожалуйста, введите email адрес', + noUrl: 'Пожалуйста, введите ссылку', + other: '<другой>', + popupDependent: 'Зависимое (Netscape)', + popupFeatures: 'Параметры всплывающего окна', + popupFullScreen: 'Полноэкранное (IE)', + popupLeft: 'Отступ слева', + popupLocationBar: 'Панель адреса', + popupMenuBar: 'Панель меню', + popupResizable: 'Изменяемый размер', + popupScrollBars: 'Полосы прокрутки', + popupStatusBar: 'Строка состояния', + popupToolbar: 'Панель инструментов', + popupTop: 'Отступ сверху', + rel: 'Отношение', + selectAnchor: 'Выберите якорь', + styles: 'Стиль', + tabIndex: 'Последовательность перехода', + target: 'Цель', + targetFrame: '<фрейм>', + targetFrameName: 'Имя целевого фрейма', + targetPopup: '<всплывающее окно>', + targetPopupName: 'Имя всплывающего окна', + title: 'Ссылка', + toAnchor: 'Ссылка на якорь в тексте', + toEmail: 'Email', + toUrl: 'Ссылка', + toolbar: 'Вставить/Редактировать ссылку', + type: 'Тип ссылки', + unlink: 'Убрать ссылку', + upload: 'Загрузка' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/si.js new file mode 100644 index 00000000..9c00408c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/si.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'si', { + acccessKey: 'ප්‍රවේශ යතුර', + advanced: 'දීය', + advisoryContentType: 'උපදේශාත්මක අන්තර්ගත ආකාරය', + advisoryTitle: 'උපදේශාත්මක නාමය', + anchor: { + toolbar: 'ආධාරය', + menu: 'ආධාරය වෙනස් කිරීම', + title: 'ආධාරක ', + name: 'ආධාරකයේ නාමය', + errorName: 'කරුණාකර ආධාරකයේ නාමය ඇතුල් කරන්න', + remove: 'ආධාරකය ඉවත් කිරීම' + }, + anchorId: 'By Element Id', // MISSING + anchorName: 'By Anchor Name', // MISSING + charset: 'Linked Resource Charset', // MISSING + cssClasses: 'විලාසපත්‍ර පන්තිය', + emailAddress: 'E-Mail Address', // MISSING + emailBody: 'Message Body', // MISSING + emailSubject: 'Message Subject', // MISSING + id: 'අංකය', + info: 'Link Info', // MISSING + langCode: 'භාෂා කේතය', + langDir: 'භාෂා දිශාව', + langDirLTR: 'වමේසිට දකුණුට', + langDirRTL: 'දකුණේ සිට වමට', + menu: 'Edit Link', // MISSING + name: 'නම', + noAnchors: '(No anchors available in the document)', // MISSING + noEmail: 'Please type the e-mail address', // MISSING + noUrl: 'Please type the link URL', // MISSING + other: '', // MISSING + popupDependent: 'Dependent (Netscape)', // MISSING + popupFeatures: 'Popup Window Features', // MISSING + popupFullScreen: 'Full Screen (IE)', // MISSING + popupLeft: 'Left Position', // MISSING + popupLocationBar: 'Location Bar', // MISSING + popupMenuBar: 'Menu Bar', // MISSING + popupResizable: 'Resizable', // MISSING + popupScrollBars: 'Scroll Bars', // MISSING + popupStatusBar: 'Status Bar', // MISSING + popupToolbar: 'Toolbar', // MISSING + popupTop: 'Top Position', // MISSING + rel: 'Relationship', // MISSING + selectAnchor: 'Select an Anchor', // MISSING + styles: 'විලාසය', + tabIndex: 'Tab Index', // MISSING + target: 'අරමුණ', + targetFrame: '', // MISSING + targetFrameName: 'Target Frame Name', // MISSING + targetPopup: '', // MISSING + targetPopupName: 'Popup Window Name', // MISSING + title: 'සබැඳිය', + toAnchor: 'Link to anchor in the text', // MISSING + toEmail: 'E-mail', // MISSING + toUrl: 'URL', + toolbar: 'සබැඳිය', + type: 'Link Type', // MISSING + unlink: 'Unlink', // MISSING + upload: 'උඩුගතකිරීම' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sk.js new file mode 100644 index 00000000..a30052f0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sk.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'sk', { + acccessKey: 'Prístupový kľúč', + advanced: 'Rozšírené', + advisoryContentType: 'Pomocný typ obsahu', + advisoryTitle: 'Pomocný titulok', + anchor: { + toolbar: 'Kotva', + menu: 'Upraviť kotvu', + title: 'Vlastnosti kotvy', + name: 'Názov kotvy', + errorName: 'Zadajte prosím názov kotvy', + remove: 'Odstrániť kotvu' + }, + anchorId: 'Podľa Id objektu', + anchorName: 'Podľa mena kotvy', + charset: 'Priradená znaková sada', + cssClasses: 'Triedy štýlu', + emailAddress: 'E-Mailová adresa', + emailBody: 'Telo správy', + emailSubject: 'Predmet správy', + id: 'Id', + info: 'Informácie o odkaze', + langCode: 'Orientácia jazyka', + langDir: 'Orientácia jazyka', + langDirLTR: 'Zľava doprava (LTR)', + langDirRTL: 'Sprava doľava (RTL)', + menu: 'Upraviť odkaz', + name: 'Názov', + noAnchors: '(V dokumente nie sú dostupné žiadne kotvy)', + noEmail: 'Zadajte prosím e-mailovú adresu', + noUrl: 'Zadajte prosím URL odkazu', + other: '', + popupDependent: 'Závislosť (Netscape)', + popupFeatures: 'Vlastnosti vyskakovacieho okna', + popupFullScreen: 'Celá obrazovka (IE)', + popupLeft: 'Ľavý okraj', + popupLocationBar: 'Panel umiestnenia (location bar)', + popupMenuBar: 'Panel ponuky (menu bar)', + popupResizable: 'Meniteľná veľkosť (resizable)', + popupScrollBars: 'Posuvníky (scroll bars)', + popupStatusBar: 'Stavový riadok (status bar)', + popupToolbar: 'Panel nástrojov (toolbar)', + popupTop: 'Horný okraj', + rel: 'Vzťah (rel)', + selectAnchor: 'Vybrať kotvu', + styles: 'Štýl', + tabIndex: 'Poradie prvku (tab index)', + target: 'Cieľ', + targetFrame: '', + targetFrameName: 'Názov rámu cieľa', + targetPopup: '', + targetPopupName: 'Názov vyskakovacieho okna', + title: 'Odkaz', + toAnchor: 'Odkaz na kotvu v texte', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Odkaz', + type: 'Typ odkazu', + unlink: 'Odstrániť odkaz', + upload: 'Nahrať' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sl.js new file mode 100644 index 00000000..adf5505a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sl.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'sl', { + acccessKey: 'Dostopno Geslo', + advanced: 'Napredno', + advisoryContentType: 'Predlagani tip vsebine (content-type)', + advisoryTitle: 'Predlagani naslov', + anchor: { + toolbar: 'Vstavi/uredi zaznamek', + menu: 'Lastnosti zaznamka', + title: 'Lastnosti zaznamka', + name: 'Ime zaznamka', + errorName: 'Prosim vnesite ime zaznamka', + remove: 'Remove Anchor' + }, + anchorId: 'Po ID-ju elementa', + anchorName: 'Po imenu zaznamka', + charset: 'Kodna tabela povezanega vira', + cssClasses: 'Razred stilne predloge', + emailAddress: 'Elektronski naslov', + emailBody: 'Vsebina sporočila', + emailSubject: 'Predmet sporočila', + id: 'Id', + info: 'Podatki o povezavi', + langCode: 'Smer jezika', + langDir: 'Smer jezika', + langDirLTR: 'Od leve proti desni (LTR)', + langDirRTL: 'Od desne proti levi (RTL)', + menu: 'Uredi povezavo', + name: 'Ime', + noAnchors: '(V tem dokumentu ni zaznamkov)', + noEmail: 'Vnesite elektronski naslov', + noUrl: 'Vnesite URL povezave', + other: '', + popupDependent: 'Podokno (Netscape)', + popupFeatures: 'Značilnosti pojavnega okna', + popupFullScreen: 'Celozaslonska slika (IE)', + popupLeft: 'Lega levo', + popupLocationBar: 'Naslovna vrstica', + popupMenuBar: 'Menijska vrstica', + popupResizable: 'Spremenljive velikosti', + popupScrollBars: 'Drsniki', + popupStatusBar: 'Vrstica stanja', + popupToolbar: 'Orodna vrstica', + popupTop: 'Lega na vrhu', + rel: 'Odnos', + selectAnchor: 'Izberi zaznamek', + styles: 'Slog', + tabIndex: 'Številka tabulatorja', + target: 'Cilj', + targetFrame: '', + targetFrameName: 'Ime ciljnega okvirja', + targetPopup: '', + targetPopupName: 'Ime pojavnega okna', + title: 'Povezava', + toAnchor: 'Zaznamek na tej strani', + toEmail: 'Elektronski naslov', + toUrl: 'URL', + toolbar: 'Vstavi/uredi povezavo', + type: 'Vrsta povezave', + unlink: 'Odstrani povezavo', + upload: 'Prenesi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sq.js new file mode 100644 index 00000000..2ae16d11 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sq.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'sq', { + acccessKey: 'Sipas ID-së së Elementit', + advanced: 'Të përparuara', + advisoryContentType: 'Lloji i Përmbajtjes Këshillimore', + advisoryTitle: 'Titull', + anchor: { + toolbar: 'Spirancë', + menu: 'Redakto Spirancën', + title: 'Anchor Properties', // MISSING + name: 'Emri i Spirancës', + errorName: 'Ju lutemi shkruani emrin e spirancës', + remove: 'Largo Spirancën' + }, + anchorId: 'Sipas ID-së së Elementit', + anchorName: 'Sipas Emrit të Spirancës', + charset: 'Seti i Karaktereve të Burimeve të Nëdlidhura', + cssClasses: 'Klasa stili CSS', + emailAddress: 'Posta Elektronike', + emailBody: 'Trupi i Porosisë', + emailSubject: 'Titulli i Porosisë', + id: 'Id', + info: 'Informacione të Nyjes', + langCode: 'Kod gjuhe', + langDir: 'Drejtim teksti', + langDirLTR: 'Nga e majta në të djathë (LTR)', + langDirRTL: 'Nga e djathta në të majtë (RTL)', + menu: 'Redakto Nyjen', + name: 'Emër', + noAnchors: '(Nuk ka asnjë spirancë në dokument)', + noEmail: 'Ju lutemi shkruani postën elektronike', + noUrl: 'Ju lutemi shkruani URL-në e nyjes', + other: '', + popupDependent: 'E Varur (Netscape)', + popupFeatures: 'Karakteristikat e Dritares së Dialogut', + popupFullScreen: 'Ekran i Plotë (IE)', + popupLeft: 'Pozita Majtas', + popupLocationBar: 'Shiriti i Lokacionit', + popupMenuBar: 'Shiriti i Menysë', + popupResizable: 'I ndryshueshëm', + popupScrollBars: 'Scroll Bars', // MISSING + popupStatusBar: 'Shiriti i Statutit', + popupToolbar: 'Shiriti i Mejteve', + popupTop: 'Top Pozita', + rel: 'Marrëdhëniet', + selectAnchor: 'Përzgjidh një Spirancë', + styles: 'Stil', + tabIndex: 'Tab Index', // MISSING + target: 'Objektivi', + targetFrame: '', + targetFrameName: 'Emri i Kornizës së Synuar', + targetPopup: '', + targetPopupName: 'Emri i Dritares së Dialogut', + title: 'Nyja', + toAnchor: 'Lidhu me spirancën në tekst', + toEmail: 'Posta Elektronike', + toUrl: 'URL', + toolbar: 'Nyja', + type: 'Lloji i Nyjes', + unlink: 'Largo Nyjen', + upload: 'Ngarko' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sr-latn.js new file mode 100644 index 00000000..9bf78e41 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sr-latn.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'sr-latn', { + acccessKey: 'Pristupni taster', + advanced: 'Napredni tagovi', + advisoryContentType: 'Advisory vrsta sadržaja', + advisoryTitle: 'Advisory naslov', + anchor: { + toolbar: 'Unesi/izmeni sidro', + menu: 'Osobine sidra', + title: 'Osobine sidra', + name: 'Naziv sidra', + errorName: 'Unesite naziv sidra', + remove: 'Ukloni sidro' + }, + anchorId: 'Po Id-u elementa', + anchorName: 'Po nazivu sidra', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet klase', + emailAddress: 'E-Mail adresa', + emailBody: 'Sadržaj poruke', + emailSubject: 'Naslov', + id: 'Id', + info: 'Link Info', + langCode: 'Smer jezika', + langDir: 'Smer jezika', + langDirLTR: 'S leva na desno (LTR)', + langDirRTL: 'S desna na levo (RTL)', + menu: 'Izmeni link', + name: 'Naziv', + noAnchors: '(Nema dostupnih sidra)', + noEmail: 'Otkucajte adresu elektronske pote', + noUrl: 'Unesite URL linka', + other: '<остало>', + popupDependent: 'Zavisno (Netscape)', + popupFeatures: 'Mogućnosti popup prozora', + popupFullScreen: 'Prikaz preko celog ekrana (IE)', + popupLeft: 'Od leve ivice ekrana (px)', + popupLocationBar: 'Lokacija', + popupMenuBar: 'Kontekstni meni', + popupResizable: 'Promenljive veličine', + popupScrollBars: 'Scroll bar', + popupStatusBar: 'Statusna linija', + popupToolbar: 'Toolbar', + popupTop: 'Od vrha ekrana (px)', + rel: 'Odnos', + selectAnchor: 'Odaberi sidro', + styles: 'Stil', + tabIndex: 'Tab indeks', + target: 'Meta', + targetFrame: '', + targetFrameName: 'Naziv odredišnog frejma', + targetPopup: '', + targetPopupName: 'Naziv popup prozora', + title: 'Link', + toAnchor: 'Sidro na ovoj stranici', + toEmail: 'E-Mail', + toUrl: 'URL', + toolbar: 'Unesi/izmeni link', + type: 'Vrsta linka', + unlink: 'Ukloni link', + upload: 'Pošalji' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sr.js new file mode 100644 index 00000000..2bb39ff2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sr.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'sr', { + acccessKey: 'Приступни тастер', + advanced: 'Напредни тагови', + advisoryContentType: 'Advisory врста садржаја', + advisoryTitle: 'Advisory наслов', + anchor: { + toolbar: 'Унеси/измени сидро', + menu: 'Особине сидра', + title: 'Особине сидра', + name: 'Име сидра', + errorName: 'Молимо Вас да унесете име сидра', + remove: 'Remove Anchor' + }, + anchorId: 'Пo Ид-jу елемента', + anchorName: 'По називу сидра', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet класе', + emailAddress: 'Адреса електронске поште', + emailBody: 'Садржај поруке', + emailSubject: 'Наслов', + id: 'Ид', + info: 'Линк инфо', + langCode: 'Смер језика', + langDir: 'Смер језика', + langDirLTR: 'С лева на десно (LTR)', + langDirRTL: 'С десна на лево (RTL)', + menu: 'Промени линк', + name: 'Назив', + noAnchors: '(Нема доступних сидра)', + noEmail: 'Откуцајте адресу електронске поште', + noUrl: 'Унесите УРЛ линка', + other: '<друго>', + popupDependent: 'Зависно (Netscape)', + popupFeatures: 'Могућности искачућег прозора', + popupFullScreen: 'Приказ преко целог екрана (ИE)', + popupLeft: 'Од леве ивице екрана (пиксела)', + popupLocationBar: 'Локација', + popupMenuBar: 'Контекстни мени', + popupResizable: 'Величина се мења', + popupScrollBars: 'Скрол бар', + popupStatusBar: 'Статусна линија', + popupToolbar: 'Toolbar', + popupTop: 'Од врха екрана (пиксела)', + rel: 'Однос', + selectAnchor: 'Одабери сидро', + styles: 'Стил', + tabIndex: 'Таб индекс', + target: 'Meтa', + targetFrame: '<оквир>', + targetFrameName: 'Назив одредишног фрејма', + targetPopup: '<искачући прозор>', + targetPopupName: 'Назив искачућег прозора', + title: 'Линк', + toAnchor: 'Сидро на овој страници', + toEmail: 'Eлектронска пошта', + toUrl: 'УРЛ', + toolbar: 'Унеси/измени линк', + type: 'Врста линка', + unlink: 'Уклони линк', + upload: 'Пошаљи' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sv.js new file mode 100644 index 00000000..04b90e0b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/sv.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'sv', { + acccessKey: 'Behörighetsnyckel', + advanced: 'Avancerad', + advisoryContentType: 'Innehållstyp', + advisoryTitle: 'Titel', + anchor: { + toolbar: 'Infoga/Redigera ankarlänk', + menu: 'Egenskaper för ankarlänk', + title: 'Egenskaper för ankarlänk', + name: 'Ankarnamn', + errorName: 'Var god ange ett ankarnamn', + remove: 'Radera ankare' + }, + anchorId: 'Efter element-id', + anchorName: 'Efter ankarnamn', + charset: 'Teckenuppställning', + cssClasses: 'Stilmall', + emailAddress: 'E-postadress', + emailBody: 'Innehåll', + emailSubject: 'Ämne', + id: 'Id', + info: 'Länkinformation', + langCode: 'Språkkod', + langDir: 'Språkriktning', + langDirLTR: 'Vänster till höger (VTH)', + langDirRTL: 'Höger till vänster (HTV)', + menu: 'Redigera länk', + name: 'Namn', + noAnchors: '(Inga ankare kunde hittas)', + noEmail: 'Var god ange e-postadress', + noUrl: 'Var god ange länkens URL', + other: '', + popupDependent: 'Beroende (endast Netscape)', + popupFeatures: 'Popup-fönstrets egenskaper', + popupFullScreen: 'Helskärm (endast IE)', + popupLeft: 'Position från vänster', + popupLocationBar: 'Adressfält', + popupMenuBar: 'Menyfält', + popupResizable: 'Resizable', + popupScrollBars: 'Scrolllista', + popupStatusBar: 'Statusfält', + popupToolbar: 'Verktygsfält', + popupTop: 'Position från sidans topp', + rel: 'Förhållande', + selectAnchor: 'Välj ett ankare', + styles: 'Stilmall', + tabIndex: 'Tabindex', + target: 'Mål', + targetFrame: '', + targetFrameName: 'Målets ramnamn', + targetPopup: '', + targetPopupName: 'Popup-fönstrets namn', + title: 'Länk', + toAnchor: 'Länk till ankare i texten', + toEmail: 'E-post', + toUrl: 'URL', + toolbar: 'Infoga/Redigera länk', + type: 'Länktyp', + unlink: 'Radera länk', + upload: 'Ladda upp' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/th.js new file mode 100644 index 00000000..e3eeb19d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/th.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'th', { + acccessKey: 'แอคเซส คีย์', + advanced: 'ขั้นสูง', + advisoryContentType: 'ชนิดของคำเกริ่นนำ', + advisoryTitle: 'คำเกริ่นนำ', + anchor: { + toolbar: 'แทรก/แก้ไข Anchor', + menu: 'รายละเอียด Anchor', + title: 'รายละเอียด Anchor', + name: 'ชื่อ Anchor', + errorName: 'กรุณาระบุชื่อของ Anchor', + remove: 'Remove Anchor' + }, + anchorId: 'ไอดี', + anchorName: 'ชื่อ', + charset: 'ลิงค์เชื่อมโยงไปยังชุดตัวอักษร', + cssClasses: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล', + emailAddress: 'อีเมล์ (E-Mail)', + emailBody: 'ข้อความ', + emailSubject: 'หัวเรื่อง', + id: 'ไอดี', + info: 'รายละเอียด', + langCode: 'การเขียน-อ่านภาษา', + langDir: 'การเขียน-อ่านภาษา', + langDirLTR: 'จากซ้ายไปขวา (LTR)', + langDirRTL: 'จากขวามาซ้าย (RTL)', + menu: 'แก้ไข ลิงค์', + name: 'ชื่อ', + noAnchors: '(ยังไม่มีจุดเชื่อมโยงภายในหน้าเอกสารนี้)', + noEmail: 'กรุณาระบุอีเมล์ (E-mail)', + noUrl: 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ (URL)', + other: '<อื่น ๆ>', + popupDependent: 'แสดงเต็มหน้าจอ (Netscape)', + popupFeatures: 'คุณสมบัติของหน้าจอเล็ก (Pop-up)', + popupFullScreen: 'แสดงเต็มหน้าจอ (IE5.5++ เท่านั้น)', + popupLeft: 'พิกัดซ้าย (Left Position)', + popupLocationBar: 'แสดงที่อยู่ของไฟล์', + popupMenuBar: 'แสดงแถบเมนู', + popupResizable: 'สามารถปรับขนาดได้', + popupScrollBars: 'แสดงแถบเลื่อน', + popupStatusBar: 'แสดงแถบสถานะ', + popupToolbar: 'แสดงแถบเครื่องมือ', + popupTop: 'พิกัดบน (Top Position)', + rel: 'ความสัมพันธ์', + selectAnchor: 'ระบุข้อมูลของจุดเชื่อมโยง (Anchor)', + styles: 'ลักษณะการแสดงผล', + tabIndex: 'ลำดับของ แท็บ', + target: 'การเปิดหน้าลิงค์', + targetFrame: '<เปิดในเฟรม>', + targetFrameName: 'ชื่อทาร์เก็ตเฟรม', + targetPopup: '<เปิดหน้าจอเล็ก (Pop-up)>', + targetPopupName: 'ระบุชื่อหน้าจอเล็ก (Pop-up)', + title: 'ลิงค์เชื่อมโยงเว็บ อีเมล์ รูปภาพ หรือไฟล์อื่นๆ', + toAnchor: 'จุดเชื่อมโยง (Anchor)', + toEmail: 'ส่งอีเมล์ (E-Mail)', + toUrl: 'ที่อยู่อ้างอิง URL', + toolbar: 'แทรก/แก้ไข ลิงค์', + type: 'ประเภทของลิงค์', + unlink: 'ลบ ลิงค์', + upload: 'อัพโหลดไฟล์' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/tr.js new file mode 100644 index 00000000..6e78d753 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/tr.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'tr', { + acccessKey: 'Erişim Tuşu', + advanced: 'Gelişmiş', + advisoryContentType: 'Danışma İçerik Türü', + advisoryTitle: 'Danışma Başlığı', + anchor: { + toolbar: 'Bağlantı Ekle/Düzenle', + menu: 'Bağlantı Özellikleri', + title: 'Bağlantı Özellikleri', + name: 'Bağlantı Adı', + errorName: 'Lütfen bağlantı için ad giriniz', + remove: 'Bağlantıyı Kaldır' + }, + anchorId: 'Eleman Kimlik Numarası ile', + anchorName: 'Bağlantı Adı ile', + charset: 'Bağlı Kaynak Karakter Gurubu', + cssClasses: 'Biçem Sayfası Sınıfları', + emailAddress: 'E-Posta Adresi', + emailBody: 'İleti Gövdesi', + emailSubject: 'İleti Konusu', + id: 'Id', + info: 'Link Bilgisi', + langCode: 'Dil Yönü', + langDir: 'Dil Yönü', + langDirLTR: 'Soldan Sağa (LTR)', + langDirRTL: 'Sağdan Sola (RTL)', + menu: 'Link Düzenle', + name: 'Ad', + noAnchors: '(Bu belgede hiç çapa yok)', + noEmail: 'Lütfen E-posta adresini yazın', + noUrl: 'Lütfen Link URL\'sini yazın', + other: '', + popupDependent: 'Bağımlı (Netscape)', + popupFeatures: 'Yeni Açılan Pencere Özellikleri', + popupFullScreen: 'Tam Ekran (IE)', + popupLeft: 'Sola Göre Konum', + popupLocationBar: 'Yer Çubuğu', + popupMenuBar: 'Menü Çubuğu', + popupResizable: 'Resizable', + popupScrollBars: 'Kaydırma Çubukları', + popupStatusBar: 'Durum Çubuğu', + popupToolbar: 'Araç Çubuğu', + popupTop: 'Yukarıya Göre Konum', + rel: 'İlişki', + selectAnchor: 'Bağlantı Seç', + styles: 'Biçem', + tabIndex: 'Sekme İndeksi', + target: 'Hedef', + targetFrame: '<çerçeve>', + targetFrameName: 'Hedef Çerçeve Adı', + targetPopup: '', + targetPopupName: 'Yeni Açılan Pencere Adı', + title: 'Link', + toAnchor: 'Bu sayfada çapa', + toEmail: 'E-Posta', + toUrl: 'URL', + toolbar: 'Link Ekle/Düzenle', + type: 'Link Türü', + unlink: 'Köprü Kaldır', + upload: 'Karşıya Yükle' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ug.js new file mode 100644 index 00000000..d370788f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/ug.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'ug', { + acccessKey: 'زىيارەت كۇنۇپكا', + advanced: 'ئالىي', + advisoryContentType: 'مەزمۇن تىپى', + advisoryTitle: 'ماۋزۇ', + anchor: { + toolbar: 'لەڭگەرلىك نۇقتا ئۇلانمىسى قىستۇر/تەھرىرلە', + menu: 'لەڭگەرلىك نۇقتا ئۇلانما خاسلىقى', + title: 'لەڭگەرلىك نۇقتا ئۇلانما خاسلىقى', + name: 'لەڭگەرلىك نۇقتا ئاتى', + errorName: 'لەڭگەرلىك نۇقتا ئاتىنى كىرگۈزۈڭ', + remove: 'لەڭگەرلىك نۇقتا ئۆچۈر' + }, + anchorId: 'لەڭگەرلىك نۇقتا ID سى بويىچە', + anchorName: 'لەڭگەرلىك نۇقتا ئاتى بويىچە', + charset: 'ھەرپ كودلىنىشى', + cssClasses: 'ئۇسلۇب خىلى ئاتى', + emailAddress: 'ئادرېس', + emailBody: 'مەزمۇن', + emailSubject: 'ماۋزۇ', + id: 'ID', + info: 'ئۇلانما ئۇچۇرى', + langCode: 'تىل كودى', + langDir: 'تىل يۆنىلىشى', + langDirLTR: 'سولدىن ئوڭغا (LTR)', + langDirRTL: 'ئوڭدىن سولغا (RTL)', + menu: 'ئۇلانما تەھرىر', + name: 'ئات', + noAnchors: '(بۇ پۈتۈكتە ئىشلەتكىلى بولىدىغان لەڭگەرلىك نۇقتا يوق)', + noEmail: 'ئېلخەت ئادرېسىنى كىرگۈزۈڭ', + noUrl: 'ئۇلانما ئادرېسىنى كىرگۈزۈڭ', + other: '‹باشقا›', + popupDependent: 'تەۋە (NS)', + popupFeatures: 'قاڭقىش كۆزنەك خاسلىقى', + popupFullScreen: 'پۈتۈن ئېكران (IE)', + popupLeft: 'سول', + popupLocationBar: 'ئادرېس بالداق', + popupMenuBar: 'تىزىملىك بالداق', + popupResizable: 'چوڭلۇقى ئۆزگەرتىشچان', + popupScrollBars: 'دومىلىما سۈرگۈچ', + popupStatusBar: 'ھالەت بالداق', + popupToolbar: 'قورال بالداق', + popupTop: 'ئوڭ', + rel: 'باغلىنىش', + selectAnchor: 'بىر لەڭگەرلىك نۇقتا تاللاڭ', + styles: 'قۇر ئىچىدىكى ئۇسلۇبى', + tabIndex: 'Tab تەرتىپى', + target: 'نىشان', + targetFrame: '‹كاندۇك›', + targetFrameName: 'نىشان كاندۇك ئاتى', + targetPopup: '‹قاڭقىش كۆزنەك›', + targetPopupName: 'قاڭقىش كۆزنەك ئاتى', + title: 'ئۇلانما', + toAnchor: 'بەت ئىچىدىكى لەڭگەرلىك نۇقتا ئۇلانمىسى', + toEmail: 'ئېلخەت', + toUrl: 'ئادرېس', + toolbar: 'ئۇلانما قىستۇر/تەھرىرلە', + type: 'ئۇلانما تىپى', + unlink: 'ئۇلانما بىكار قىل', + upload: 'يۈكلە' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/uk.js new file mode 100644 index 00000000..c2885711 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/uk.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'uk', { + acccessKey: 'Гаряча клавіша', + advanced: 'Додаткове', + advisoryContentType: 'Тип вмісту', + advisoryTitle: 'Заголовок', + anchor: { + toolbar: 'Вставити/Редагувати якір', + menu: 'Властивості якоря', + title: 'Властивості якоря', + name: 'Ім\'я якоря', + errorName: 'Будь ласка, вкажіть ім\'я якоря', + remove: 'Прибрати якір' + }, + anchorId: 'За ідентифікатором елементу', + anchorName: 'За ім\'ям елементу', + charset: 'Кодування', + cssClasses: 'Клас CSS', + emailAddress: 'Адреса ел. пошти', + emailBody: 'Тіло повідомлення', + emailSubject: 'Тема листа', + id: 'Ідентифікатор', + info: 'Інформація посилання', + langCode: 'Код мови', + langDir: 'Напрямок мови', + langDirLTR: 'Зліва направо (LTR)', + langDirRTL: 'Справа наліво (RTL)', + menu: 'Вставити посилання', + name: 'Ім\'я', + noAnchors: '(В цьому документі немає якорів)', + noEmail: 'Будь ласка, вкажіть адрес ел. пошти', + noUrl: 'Будь ласка, вкажіть URL посилання', + other: '<інший>', + popupDependent: 'Залежний (Netscape)', + popupFeatures: 'Властивості випливаючого вікна', + popupFullScreen: 'Повний екран (IE)', + popupLeft: 'Позиція зліва', + popupLocationBar: 'Панель локації', + popupMenuBar: 'Панель меню', + popupResizable: 'Масштабоване', + popupScrollBars: 'Стрічки прокрутки', + popupStatusBar: 'Рядок статусу', + popupToolbar: 'Панель інструментів', + popupTop: 'Позиція зверху', + rel: 'Зв\'язок', + selectAnchor: 'Оберіть якір', + styles: 'Стиль CSS', + tabIndex: 'Послідовність переходу', + target: 'Ціль', + targetFrame: '<фрейм>', + targetFrameName: 'Ім\'я цільового фрейму', + targetPopup: '<випливаюче вікно>', + targetPopupName: 'Ім\'я випливаючого вікна', + title: 'Посилання', + toAnchor: 'Якір на цю сторінку', + toEmail: 'Ел. пошта', + toUrl: 'URL', + toolbar: 'Вставити/Редагувати посилання', + type: 'Тип посилання', + unlink: 'Видалити посилання', + upload: 'Надіслати' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/vi.js new file mode 100644 index 00000000..95fcb304 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/vi.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'vi', { + acccessKey: 'Phím hỗ trợ truy cập', + advanced: 'Mở rộng', + advisoryContentType: 'Nội dung hướng dẫn', + advisoryTitle: 'Nhan đề hướng dẫn', + anchor: { + toolbar: 'Chèn/Sửa điểm neo', + menu: 'Thuộc tính điểm neo', + title: 'Thuộc tính điểm neo', + name: 'Tên của điểm neo', + errorName: 'Hãy nhập vào tên của điểm neo', + remove: 'Xóa neo' + }, + anchorId: 'Theo định danh thành phần', + anchorName: 'Theo tên điểm neo', + charset: 'Bảng mã của tài nguyên được liên kết đến', + cssClasses: 'Lớp Stylesheet', + emailAddress: 'Thư điện tử', + emailBody: 'Nội dung thông điệp', + emailSubject: 'Tiêu đề thông điệp', + id: 'Định danh', + info: 'Thông tin liên kết', + langCode: 'Mã ngôn ngữ', + langDir: 'Hướng ngôn ngữ', + langDirLTR: 'Trái sang phải (LTR)', + langDirRTL: 'Phải sang trái (RTL)', + menu: 'Sửa liên kết', + name: 'Tên', + noAnchors: '(Không có điểm neo nào trong tài liệu)', + noEmail: 'Hãy đưa vào địa chỉ thư điện tử', + noUrl: 'Hãy đưa vào đường dẫn liên kết (URL)', + other: '', + popupDependent: 'Phụ thuộc (Netscape)', + popupFeatures: 'Đặc điểm của cửa sổ Popup', + popupFullScreen: 'Toàn màn hình (IE)', + popupLeft: 'Vị trí bên trái', + popupLocationBar: 'Thanh vị trí', + popupMenuBar: 'Thanh Menu', + popupResizable: 'Có thể thay đổi kích cỡ', + popupScrollBars: 'Thanh cuộn', + popupStatusBar: 'Thanh trạng thái', + popupToolbar: 'Thanh công cụ', + popupTop: 'Vị trí phía trên', + rel: 'Quan hệ', + selectAnchor: 'Chọn một điểm neo', + styles: 'Kiểu (style)', + tabIndex: 'Chỉ số của Tab', + target: 'Đích', + targetFrame: '', + targetFrameName: 'Tên khung đích', + targetPopup: '', + targetPopupName: 'Tên cửa sổ Popup', + title: 'Liên kết', + toAnchor: 'Neo trong trang này', + toEmail: 'Thư điện tử', + toUrl: 'URL', + toolbar: 'Chèn/Sửa liên kết', + type: 'Kiểu liên kết', + unlink: 'Xoá liên kết', + upload: 'Tải lên' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/zh-cn.js new file mode 100644 index 00000000..b8f43995 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/zh-cn.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'zh-cn', { + acccessKey: '访问键', + advanced: '高级', + advisoryContentType: '内容类型', + advisoryTitle: '标题', + anchor: { + toolbar: '插入/编辑锚点链接', + menu: '锚点链接属性', + title: '锚点链接属性', + name: '锚点名称', + errorName: '请输入锚点名称', + remove: '删除锚点' + }, + anchorId: '按锚点 ID', + anchorName: '按锚点名称', + charset: '字符编码', + cssClasses: '样式类名称', + emailAddress: '地址', + emailBody: '内容', + emailSubject: '主题', + id: 'ID', + info: '超链接信息', + langCode: '语言代码', + langDir: '语言方向', + langDirLTR: '从左到右 (LTR)', + langDirRTL: '从右到左 (RTL)', + menu: '编辑超链接', + name: '名称', + noAnchors: '(此文档没有可用的锚点)', + noEmail: '请输入电子邮件地址', + noUrl: '请输入超链接地址', + other: '<其他>', + popupDependent: '依附 (NS)', + popupFeatures: '弹出窗口属性', + popupFullScreen: '全屏 (IE)', + popupLeft: '左', + popupLocationBar: '地址栏', + popupMenuBar: '菜单栏', + popupResizable: '可缩放', + popupScrollBars: '滚动条', + popupStatusBar: '状态栏', + popupToolbar: '工具栏', + popupTop: '右', + rel: '关联', + selectAnchor: '选择一个锚点', + styles: '行内样式', + tabIndex: 'Tab 键次序', + target: '目标', + targetFrame: '<框架>', + targetFrameName: '目标框架名称', + targetPopup: '<弹出窗口>', + targetPopupName: '弹出窗口名称', + title: '超链接', + toAnchor: '页内锚点链接', + toEmail: '电子邮件', + toUrl: '地址', + toolbar: '插入/编辑超链接', + type: '超链接类型', + unlink: '取消超链接', + upload: '上传' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/link/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/link/lang/zh.js new file mode 100644 index 00000000..d41797ba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/link/lang/zh.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'zh', { + acccessKey: '便捷鍵', + advanced: '進階', + advisoryContentType: '建議內容類型', + advisoryTitle: '標題', + anchor: { + toolbar: '錨點', + menu: '編輯錨點', + title: '錨點內容', + name: '錨點名稱', + errorName: '請輸入錨點名稱', + remove: '移除錨點' + }, + anchorId: '依元件編號', + anchorName: '依錨點名稱', + charset: '連結資源的字元集', + cssClasses: '樣式表類別', + emailAddress: '電子郵件地址', + emailBody: '郵件本文', + emailSubject: '郵件主旨', + id: 'ID', + info: '連結資訊', + langCode: '語言碼', + langDir: '語言方向', + langDirLTR: '由左至右 (LTR)', + langDirRTL: '由右至左 (RTL)', + menu: '編輯連結', + name: '名稱', + noAnchors: '(本文件中無可用之錨點)', + noEmail: '請輸入電子郵件', + noUrl: '請輸入連結 URL', + other: '<其他>', + popupDependent: '獨立 (Netscape)', + popupFeatures: '快顯視窗功能', + popupFullScreen: '全螢幕 (IE)', + popupLeft: '左側位置', + popupLocationBar: '位置列', + popupMenuBar: '功能表列', + popupResizable: '可調大小', + popupScrollBars: '捲軸', + popupStatusBar: '狀態列', + popupToolbar: '工具列', + popupTop: '頂端位置', + rel: '關係', + selectAnchor: '選取一個錨點', + styles: '樣式', + tabIndex: '定位順序', + target: '目標', + targetFrame: '<框架>', + targetFrameName: '目標框架名稱', + targetPopup: '<快顯視窗>', + targetPopupName: '快顯視窗名稱', + title: '連結', + toAnchor: '文字中的錨點連結', + toEmail: '電子郵件', + toUrl: '網址', + toolbar: '連結', + type: '連結類型', + unlink: '取消連結', + upload: '上傳' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/icons/bulletedlist-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/list/icons/bulletedlist-rtl.png new file mode 100644 index 00000000..766814a9 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/list/icons/bulletedlist-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/icons/bulletedlist.png b/lam/templates/lib/extra/ckeditor/plugins/list/icons/bulletedlist.png new file mode 100644 index 00000000..e57ec7a5 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/list/icons/bulletedlist.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/icons/numberedlist-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/list/icons/numberedlist-rtl.png new file mode 100644 index 00000000..2c398586 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/list/icons/numberedlist-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/icons/numberedlist.png b/lam/templates/lib/extra/ckeditor/plugins/list/icons/numberedlist.png new file mode 100644 index 00000000..f509a85b Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/list/icons/numberedlist.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/af.js new file mode 100644 index 00000000..a7988715 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/af.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'af', { + bulletedlist: 'Ongenommerde lys', + numberedlist: 'Genommerde lys' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ar.js new file mode 100644 index 00000000..ee85c70d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ar.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ar', { + bulletedlist: 'ادخال/حذف تعداد نقطي', + numberedlist: 'ادخال/حذف تعداد رقمي' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/bg.js new file mode 100644 index 00000000..9ecbfad3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/bg.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'bg', { + bulletedlist: 'Вмъкване/Премахване на точков списък', + numberedlist: 'Вмъкване/Премахване на номериран списък' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/bn.js new file mode 100644 index 00000000..12e62232 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/bn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'bn', { + bulletedlist: 'বুলেট লিস্ট লেবেল', + numberedlist: 'সাংখ্যিক লিস্টের লেবেল' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/bs.js new file mode 100644 index 00000000..cf1baa43 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/bs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'bs', { + bulletedlist: 'Lista', + numberedlist: 'Numerisana lista' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ca.js new file mode 100644 index 00000000..953f9d39 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ca', { + bulletedlist: 'Llista de pics', + numberedlist: 'Llista numerada' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/cs.js new file mode 100644 index 00000000..e8202b99 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/cs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'cs', { + bulletedlist: 'Odrážky', + numberedlist: 'Číslování' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/cy.js new file mode 100644 index 00000000..bd184f57 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/cy.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'cy', { + bulletedlist: 'Mewnosod/Tynnu Rhestr Bwled', + numberedlist: 'Mewnosod/Tynnu Rhestr Rhifol' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/da.js new file mode 100644 index 00000000..602f0862 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/da.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'da', { + bulletedlist: 'Punktopstilling', + numberedlist: 'Talopstilling' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/de.js new file mode 100644 index 00000000..6aae2315 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/de.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'de', { + bulletedlist: 'Liste', + numberedlist: 'Nummerierte Liste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/el.js new file mode 100644 index 00000000..9dc899cf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/el.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'el', { + bulletedlist: 'Εισαγωγή/Απομάκρυνση Λίστας Κουκκίδων', + numberedlist: 'Εισαγωγή/Απομάκρυνση Αριθμημένης Λίστας' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-au.js new file mode 100644 index 00000000..862678d0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-au.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'en-au', { + bulletedlist: 'Insert/Remove Bulleted List', + numberedlist: 'Insert/Remove Numbered List' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-ca.js new file mode 100644 index 00000000..73506171 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'en-ca', { + bulletedlist: 'Insert/Remove Bulleted List', + numberedlist: 'Insert/Remove Numbered List' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-gb.js new file mode 100644 index 00000000..aca99032 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en-gb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'en-gb', { + bulletedlist: 'Insert/Remove Bulleted List', + numberedlist: 'Insert/Remove Numbered List' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en.js new file mode 100644 index 00000000..2a2ee983 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/en.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'en', { + bulletedlist: 'Insert/Remove Bulleted List', + numberedlist: 'Insert/Remove Numbered List' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/eo.js new file mode 100644 index 00000000..960fdb07 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/eo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'eo', { + bulletedlist: 'Bula Listo', + numberedlist: 'Numera Listo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/es.js new file mode 100644 index 00000000..9cd1fcb5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/es.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'es', { + bulletedlist: 'Viñetas', + numberedlist: 'Numeración' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/et.js new file mode 100644 index 00000000..2600a229 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/et.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'et', { + bulletedlist: 'Punktloend', + numberedlist: 'Numberloend' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/eu.js new file mode 100644 index 00000000..ddd5109f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/eu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'eu', { + bulletedlist: 'Buletdun Zerrenda', + numberedlist: 'Zenbakidun Zerrenda' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fa.js new file mode 100644 index 00000000..a0955a89 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fa.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'fa', { + bulletedlist: 'فهرست نقطه​ای', + numberedlist: 'فهرست شماره​دار' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fi.js new file mode 100644 index 00000000..a3be0001 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'fi', { + bulletedlist: 'Luettelomerkit', + numberedlist: 'Numerointi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fo.js new file mode 100644 index 00000000..220cbba3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'fo', { + bulletedlist: 'Punktmerktur listi', + numberedlist: 'Talmerktur listi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fr-ca.js new file mode 100644 index 00000000..d07812c5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fr-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'fr-ca', { + bulletedlist: 'Liste à puces', + numberedlist: 'Liste numérotée' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fr.js new file mode 100644 index 00000000..309a69a6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/fr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'fr', { + bulletedlist: 'Insérer/Supprimer la liste à puces', + numberedlist: 'Insérer/Supprimer la liste numérotée' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/gl.js new file mode 100644 index 00000000..0c63dbc5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/gl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'gl', { + bulletedlist: 'Inserir/retirar lista viñeteada', + numberedlist: 'Inserir/retirar lista numerada' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/gu.js new file mode 100644 index 00000000..676e8ccf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/gu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'gu', { + bulletedlist: 'બુલેટ સૂચિ', + numberedlist: 'સંખ્યાંકન સૂચિ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/he.js new file mode 100644 index 00000000..0c98050d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/he.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'he', { + bulletedlist: 'רשימת נקודות', + numberedlist: 'רשימה ממוספרת' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/hi.js new file mode 100644 index 00000000..c097daf0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/hi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'hi', { + bulletedlist: 'बुलॅट सूची', + numberedlist: 'अंकीय सूची' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/hr.js new file mode 100644 index 00000000..9bc9fddf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/hr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'hr', { + bulletedlist: 'Obična lista', + numberedlist: 'Brojčana lista' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/hu.js new file mode 100644 index 00000000..7ff52755 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/hu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'hu', { + bulletedlist: 'Felsorolás', + numberedlist: 'Számozás' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/id.js new file mode 100644 index 00000000..a9a36f4c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/id.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'id', { + bulletedlist: 'Sisip/Hapus Daftar Bullet', + numberedlist: 'Sisip/Hapus Daftar Bernomor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/is.js new file mode 100644 index 00000000..68a3328b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/is.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'is', { + bulletedlist: 'Punktalisti', + numberedlist: 'Númeraður listi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/it.js new file mode 100644 index 00000000..e01100ef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/it.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'it', { + bulletedlist: 'Inserisci/Rimuovi Elenco Puntato', + numberedlist: 'Inserisci/Rimuovi Elenco Numerato' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ja.js new file mode 100644 index 00000000..4b9db3f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ja.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ja', { + bulletedlist: '番号無しリスト', + numberedlist: '番号付きリスト' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ka.js new file mode 100644 index 00000000..89171f01 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ka.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ka', { + bulletedlist: 'ღილიანი სია', + numberedlist: 'გადანომრილი სია' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/km.js new file mode 100644 index 00000000..a3a4ffd6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/km.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'km', { + bulletedlist: 'បញ្ចូល / លុប​បញ្ជី​ជា​ចំណុច​មូល', + numberedlist: 'បញ្ចូល / លុប​បញ្ជី​ជា​លេខ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ko.js new file mode 100644 index 00000000..b2beb782 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ko.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ko', { + bulletedlist: '순서없는 목록', + numberedlist: '순서있는 목록' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ku.js new file mode 100644 index 00000000..644bea14 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ku.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ku', { + bulletedlist: 'دانان/لابردنی خاڵی لیست', + numberedlist: 'دانان/لابردنی ژمارەی لیست' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/lt.js new file mode 100644 index 00000000..fa02bbc8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/lt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'lt', { + bulletedlist: 'Suženklintas sąrašas', + numberedlist: 'Numeruotas sąrašas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/lv.js new file mode 100644 index 00000000..2dbddd32 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/lv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'lv', { + bulletedlist: 'Pievienot/Noņemt vienkāršu sarakstu', + numberedlist: 'Numurēts saraksts' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/mk.js new file mode 100644 index 00000000..f56fc783 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/mk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'mk', { + bulletedlist: 'Insert/Remove Bulleted List', // MISSING + numberedlist: 'Insert/Remove Numbered List' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/mn.js new file mode 100644 index 00000000..3a90d30b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/mn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'mn', { + bulletedlist: 'Цэгтэй жагсаалт', + numberedlist: 'Дугаарлагдсан жагсаалт' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ms.js new file mode 100644 index 00000000..49357b17 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ms.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ms', { + bulletedlist: 'Senarai tidak bernombor', + numberedlist: 'Senarai bernombor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/nb.js new file mode 100644 index 00000000..93fce6c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/nb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'nb', { + bulletedlist: 'Legg til/Fjern punktmerket liste', + numberedlist: 'Legg til/Fjern nummerert liste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/nl.js new file mode 100644 index 00000000..2f8acc1b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/nl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'nl', { + bulletedlist: 'Opsomming invoegen', + numberedlist: 'Genummerde lijst invoegen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/no.js new file mode 100644 index 00000000..51e0e801 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/no.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'no', { + bulletedlist: 'Legg til/Fjern punktmerket liste', + numberedlist: 'Legg til/Fjern nummerert liste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/pl.js new file mode 100644 index 00000000..30c4fd4f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/pl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'pl', { + bulletedlist: 'Lista wypunktowana', + numberedlist: 'Lista numerowana' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/pt-br.js new file mode 100644 index 00000000..5e5f7de3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/pt-br.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'pt-br', { + bulletedlist: 'Lista sem números', + numberedlist: 'Lista numerada' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/pt.js new file mode 100644 index 00000000..e585b334 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/pt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'pt', { + bulletedlist: 'Marcas', + numberedlist: 'Numeração' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ro.js new file mode 100644 index 00000000..75030070 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ro.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ro', { + bulletedlist: 'Inserează / Elimină Listă cu puncte', + numberedlist: 'Inserează / Elimină Listă numerotată' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ru.js new file mode 100644 index 00000000..347ab555 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ru.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ru', { + bulletedlist: 'Вставить / удалить маркированный список', + numberedlist: 'Вставить / удалить нумерованный список' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/si.js new file mode 100644 index 00000000..a6cd8afb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/si.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'si', { + bulletedlist: 'ඇතුලත් / ඉවත් කිරීම ලඉස්තුව', + numberedlist: 'ඇතුලත් / ඉවත් කිරීම අන්න්කිත ලඉස්තුව' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sk.js new file mode 100644 index 00000000..b99c5cd2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'sk', { + bulletedlist: 'Vložiť/Odstrániť zoznam s odrážkami', + numberedlist: 'Vložiť/Odstrániť číslovaný zoznam' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sl.js new file mode 100644 index 00000000..12fe7350 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'sl', { + bulletedlist: 'Označen seznam', + numberedlist: 'Oštevilčen seznam' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sq.js new file mode 100644 index 00000000..68139b5f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sq.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'sq', { + bulletedlist: 'Vendos/Largo Listën me Pika', + numberedlist: 'Vendos/Largo Listën me Numra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sr-latn.js new file mode 100644 index 00000000..4cd7780f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sr-latn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'sr-latn', { + bulletedlist: 'Nenabrojiva lista', + numberedlist: 'Nabrojiva lista' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sr.js new file mode 100644 index 00000000..1f624195 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'sr', { + bulletedlist: 'Ненабројива листа', + numberedlist: 'Набројиву листу' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sv.js new file mode 100644 index 00000000..ae807e36 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/sv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'sv', { + bulletedlist: 'Punktlista', + numberedlist: 'Numrerad lista' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/th.js new file mode 100644 index 00000000..8e0f9a11 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/th.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'th', { + bulletedlist: 'ลำดับรายการแบบสัญลักษณ์', + numberedlist: 'ลำดับรายการแบบตัวเลข' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/tr.js new file mode 100644 index 00000000..055950ad --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/tr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'tr', { + bulletedlist: 'Simgeli Liste', + numberedlist: 'Numaralı Liste' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ug.js new file mode 100644 index 00000000..13295e8c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/ug.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'ug', { + bulletedlist: 'تۈر بەلگە تىزىمى', + numberedlist: 'تەرتىپ نومۇر تىزىمى' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/uk.js new file mode 100644 index 00000000..e3112221 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/uk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'uk', { + bulletedlist: 'Маркірований список', + numberedlist: 'Нумерований список' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/vi.js new file mode 100644 index 00000000..d30ff5dc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/vi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'vi', { + bulletedlist: 'Chèn/Xoá Danh sách không thứ tự', + numberedlist: 'Chèn/Xoá Danh sách có thứ tự' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/zh-cn.js new file mode 100644 index 00000000..e54a18f2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/zh-cn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'zh-cn', { + bulletedlist: '项目列表', + numberedlist: '编号列表' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/list/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/list/lang/zh.js new file mode 100644 index 00000000..016f83f9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/list/lang/zh.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'list', 'zh', { + bulletedlist: '插入/移除項目符號清單', + numberedlist: '插入/移除編號清單清單' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/dev/magicline.html b/lam/templates/lib/extra/ckeditor/plugins/magicline/dev/magicline.html new file mode 100644 index 00000000..26c34a4d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/dev/magicline.html @@ -0,0 +1,594 @@ + + + + + + Magicline muddy trenches – CKEditor Sample + + + + + +

+ CKEditor Sample — magicline muddy trenches +

+ +

Various cases

+ + +

Odd case: first (last) element at the very beginning, short editable

+ + +

Large document, put everywhere

+ + +

Deeply nested divs

+ + +

Line custom look

+
+

+ Little Red Riding Hood

+

+ "Little Red Riding Hood" is a famous fairy tale about a young girl's encounter with a wolf. The story has been changed considerably in its history and subject to numerous modern adaptations and readings.

+ + + + + + + + + + + + + + + + +
+ International Names
+ Chinese + 小紅帽
+ Italian + Cappuccetto Rosso
+ Spanish + Caperucita Roja
+
+
+

+ The version most widely known today is based on the Brothers Grimm variant. It is about a girl called Little Red Riding Hood, after the red hooded cape or cloak she wears. The girl walks through the woods to deliver food to her sick grandmother.

+

+ A wolf wants to eat the girl but is afraid to do so in public. He approaches the girl, and she naïvely tells him where she is going. He suggests the girl pick some flowers, which she does. In the meantime, he goes to the grandmother's house and gains entry by pretending to be the girl. He swallows the grandmother whole, and waits for the girl, disguised as the grandmother.

+

+ When the girl arrives, she notices he looks very strange to be her grandma. In most retellings, this eventually culminates with Little Red Riding Hood saying, "My, what big teeth you have!"
+ To which the wolf replies, "The better to eat you with," and swallows her whole, too.

+

+ A hunter, however, comes to the rescue and cuts the wolf open. Little Red Riding Hood and her grandmother emerge unharmed. They fill the wolf's body with heavy stones, which drown him when he falls into a well. Other versions of the story have had the grandmother shut in the closet instead of eaten, and some have Little Red Riding Hood saved by the hunter as the wolf advances on her rather than after she is eaten.

+

+ The tale makes the clearest contrast between the safe world of the village and the dangers of the forest, conventional antitheses that are essentially medieval, though no written versions are as old as that.

+
+ +

Extreme inline editing

+
+
Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies. Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim.
+
+ Position static +
foo
+
+
+
Key
Value
+
+
Whatever
+
+

Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies

+
+
+

Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies

+
foo
+
+ +

Enter mode: BR

+ + +
+

+ Mouse over: + Mouse Y-pos.: +

+

+ + + + + +

Time:

+

Hidden state:

+
+ + + diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/images/icon.png b/lam/templates/lib/extra/ckeditor/plugins/magicline/images/icon.png new file mode 100644 index 00000000..b5de5ba9 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/magicline/images/icon.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ar.js new file mode 100644 index 00000000..6a140d07 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ar.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'ar', { + title: 'إدراج فقرة هنا' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/bg.js new file mode 100644 index 00000000..f5bdd9eb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/bg.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'bg', { + title: 'Вмъкнете параграф тук' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ca.js new file mode 100644 index 00000000..c3bac678 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ca.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'ca', { + title: 'Insereix el paràgraf aquí' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/cs.js new file mode 100644 index 00000000..e5baef48 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/cs.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'cs', { + title: 'zde vložit odstavec' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/cy.js new file mode 100644 index 00000000..b5620098 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/cy.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'cy', { + title: 'Mewnosod paragraff yma' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/de.js new file mode 100644 index 00000000..4cfb626f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/de.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'de', { + title: 'Absatz hier einfügen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/el.js new file mode 100644 index 00000000..401e8f64 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/el.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'el', { + title: 'Εισάγετε παράγραφο εδώ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/en-gb.js new file mode 100644 index 00000000..8ef7bab8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/en-gb.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'en-gb', { + title: 'Insert paragraph here' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/en.js new file mode 100644 index 00000000..2836a324 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/en.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'en', { + title: 'Insert paragraph here' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/eo.js new file mode 100644 index 00000000..19dd5f5f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/eo.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'eo', { + title: 'Enmeti paragrafon ĉi-tien' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/es.js new file mode 100644 index 00000000..66d956f6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/es.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'es', { + title: 'Insertar párrafo aquí' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/et.js new file mode 100644 index 00000000..696d0b77 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/et.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'et', { + title: 'Sisesta siia lõigu tekst' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/eu.js new file mode 100644 index 00000000..344af548 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/eu.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'eu', { + title: 'Txertatu paragrafoa hemen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fa.js new file mode 100644 index 00000000..f4d7c24e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fa.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'fa', { + title: 'قرار دادن بند در اینجا' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fi.js new file mode 100644 index 00000000..20e4eb42 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fi.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'fi', { + title: 'Lisää kappale tähän.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fr-ca.js new file mode 100644 index 00000000..47250218 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fr-ca.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'fr-ca', { + title: 'Insérer le paragraphe ici' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fr.js new file mode 100644 index 00000000..1aee2231 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/fr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'fr', { + title: 'Insérez un paragraphe ici' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/gl.js new file mode 100644 index 00000000..937e4ba7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/gl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'gl', { + title: 'Inserir aquí o parágrafo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/he.js new file mode 100644 index 00000000..2caa5147 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/he.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'he', { + title: 'הכנס פסקה כאן' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/hr.js new file mode 100644 index 00000000..278ee27a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/hr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'hr', { + title: 'Ubaci paragraf ovdje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/hu.js new file mode 100644 index 00000000..f4250bd5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/hu.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'hu', { + title: 'Szúrja be a bekezdést ide' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/id.js new file mode 100644 index 00000000..0b4c3455 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/id.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'id', { + title: 'Masukkan paragraf disini' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/it.js new file mode 100644 index 00000000..315b25a3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/it.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'it', { + title: 'Inserisci paragrafo qui' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ja.js new file mode 100644 index 00000000..99a1642e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ja.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'ja', { + title: 'ここに段落を挿入' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/km.js new file mode 100644 index 00000000..8d4da4fa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/km.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'km', { + title: 'បញ្ចូល​កថាខណ្ឌ​នៅ​ទីនេះ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ko.js new file mode 100644 index 00000000..0accc809 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ko.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'ko', { + title: '여기에 그래프 삽입' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ku.js new file mode 100644 index 00000000..1f03541b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ku.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'ku', { + title: 'بڕگە لێرە دابنێ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/lv.js new file mode 100644 index 00000000..0622d27b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/lv.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'lv', { + title: 'Ievietot šeit rindkopu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/nb.js new file mode 100644 index 00000000..e4d0c62e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/nb.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'nb', { + title: 'Sett inn nytt avsnitt her' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/nl.js new file mode 100644 index 00000000..6becac5e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/nl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'nl', { + title: 'Hier paragraaf invoeren' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/no.js new file mode 100644 index 00000000..8e9e9370 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/no.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'no', { + title: 'Sett inn nytt avsnitt her' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pl.js new file mode 100644 index 00000000..87b38f2b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'pl', { + title: 'Wstaw nowy akapit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pt-br.js new file mode 100644 index 00000000..bbd868f1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pt-br.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'pt-br', { + title: 'Insera um parágrafo aqui' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pt.js new file mode 100644 index 00000000..6dd34283 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/pt.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'pt', { + title: 'Insira aqui o parágrafo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ru.js new file mode 100644 index 00000000..5e6f3a07 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ru.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'ru', { + title: 'Вставить здесь параграф' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/si.js new file mode 100644 index 00000000..935d53c9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/si.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'si', { + title: 'චේදය ඇතුලත් කරන්න' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sk.js new file mode 100644 index 00000000..c1c6b7b9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sk.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'sk', { + title: 'Sem vložte paragraf' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sl.js new file mode 100644 index 00000000..4df2495d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sl.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'sl', { + title: 'Vstavite odstavek tukaj' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sq.js new file mode 100644 index 00000000..8d6ce5af --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sq.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'sq', { + title: 'Vendos paragraf këtu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sv.js new file mode 100644 index 00000000..266d60b5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/sv.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'sv', { + title: 'Infoga paragraf här' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/tr.js new file mode 100644 index 00000000..4319d560 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/tr.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'tr', { + title: 'Parağrafı buraya ekle' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ug.js new file mode 100644 index 00000000..3d84dd07 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/ug.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'ug', { + title: 'بۇ جايغا ئابزاس قىستۇر' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/uk.js new file mode 100644 index 00000000..3ad788d2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/uk.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'uk', { + title: 'Вставити абзац' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/vi.js new file mode 100644 index 00000000..7fa2a920 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/vi.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'vi', { + title: 'Chèn đoạn vào đây' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/zh-cn.js new file mode 100644 index 00000000..14f64b20 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/zh-cn.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'zh-cn', { + title: '在这插入段落' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/zh.js new file mode 100644 index 00000000..787112a4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/magicline/lang/zh.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.plugins.setLang( 'magicline', 'zh', { + title: '在此插入段落' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/icons/maximize.png b/lam/templates/lib/extra/ckeditor/plugins/maximize/icons/maximize.png new file mode 100644 index 00000000..db01908b Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/maximize/icons/maximize.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/af.js new file mode 100644 index 00000000..9f10aa55 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/af.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'af', { + maximize: 'Maksimaliseer', + minimize: 'Minimaliseer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ar.js new file mode 100644 index 00000000..3d8b6584 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ar.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ar', { + maximize: 'تكبير', + minimize: 'تصغير' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bg.js new file mode 100644 index 00000000..c7ed5ef4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bg.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'bg', { + maximize: 'Максимизиране', + minimize: 'Минимизиране' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bn.js new file mode 100644 index 00000000..4f890026 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'bn', { + maximize: 'Maximize', // MISSING + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bs.js new file mode 100644 index 00000000..d1fb0878 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/bs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'bs', { + maximize: 'Maximize', // MISSING + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ca.js new file mode 100644 index 00000000..7f8fba3a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ca', { + maximize: 'Maximitza', + minimize: 'Minimitza' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/cs.js new file mode 100644 index 00000000..aecd2673 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/cs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'cs', { + maximize: 'Maximalizovat', + minimize: 'Minimalizovat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/cy.js new file mode 100644 index 00000000..8e87f4dd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/cy.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'cy', { + maximize: 'Mwyhau', + minimize: 'Lleihau' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/da.js new file mode 100644 index 00000000..fc924809 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/da.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'da', { + maximize: 'Maksimér', + minimize: 'Minimér' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/de.js new file mode 100644 index 00000000..43ca5aa5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/de.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'de', { + maximize: 'Maximieren', + minimize: 'Minimieren' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/el.js new file mode 100644 index 00000000..b941f73b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/el.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'el', { + maximize: 'Μεγιστοποίηση', + minimize: 'Ελαχιστοποίηση' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-au.js new file mode 100644 index 00000000..9185ca58 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-au.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'en-au', { + maximize: 'Maximize', + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-ca.js new file mode 100644 index 00000000..0391b74c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'en-ca', { + maximize: 'Maximize', + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-gb.js new file mode 100644 index 00000000..652223c2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en-gb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'en-gb', { + maximize: 'Maximise', + minimize: 'Minimise' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en.js new file mode 100644 index 00000000..3738902e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/en.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'en', { + maximize: 'Maximize', + minimize: 'Minimize' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/eo.js new file mode 100644 index 00000000..25d7e027 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/eo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'eo', { + maximize: 'Pligrandigi', + minimize: 'Malgrandigi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/es.js new file mode 100644 index 00000000..51efe826 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/es.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'es', { + maximize: 'Maximizar', + minimize: 'Minimizar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/et.js new file mode 100644 index 00000000..0469fe3b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/et.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'et', { + maximize: 'Maksimeerimine', + minimize: 'Minimeerimine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/eu.js new file mode 100644 index 00000000..5861d237 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/eu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'eu', { + maximize: 'Maximizatu', + minimize: 'Minimizatu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fa.js new file mode 100644 index 00000000..359b269c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fa.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'fa', { + maximize: 'بیشنه کردن', + minimize: 'کمینه کردن' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fi.js new file mode 100644 index 00000000..29f448a6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'fi', { + maximize: 'Suurenna', + minimize: 'Pienennä' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fo.js new file mode 100644 index 00000000..4848e237 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'fo', { + maximize: 'Maksimera', + minimize: 'Minimera' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fr-ca.js new file mode 100644 index 00000000..1be0311c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fr-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'fr-ca', { + maximize: 'Maximizer', + minimize: 'Minimizer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fr.js new file mode 100644 index 00000000..4c732945 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/fr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'fr', { + maximize: 'Agrandir', + minimize: 'Minimiser' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/gl.js new file mode 100644 index 00000000..32a17442 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/gl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'gl', { + maximize: 'Maximizar', + minimize: 'Minimizar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/gu.js new file mode 100644 index 00000000..5e1b71e2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/gu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'gu', { + maximize: 'મોટું કરવું', + minimize: 'નાનું કરવું' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/he.js new file mode 100644 index 00000000..2da63c1c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/he.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'he', { + maximize: 'הגדלה למקסימום', + minimize: 'הקטנה למינימום' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hi.js new file mode 100644 index 00000000..a5af8ad9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'hi', { + maximize: 'मेक्सिमाईज़', + minimize: 'मिनिमाईज़' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hr.js new file mode 100644 index 00000000..6dbf665d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'hr', { + maximize: 'Povećaj', + minimize: 'Smanji' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hu.js new file mode 100644 index 00000000..bbbc0351 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/hu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'hu', { + maximize: 'Teljes méret', + minimize: 'Kis méret' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/id.js new file mode 100644 index 00000000..cc88564d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/id.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'id', { + maximize: 'Memperbesar', + minimize: 'Memperkecil' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/is.js new file mode 100644 index 00000000..3b4193d5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/is.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'is', { + maximize: 'Maximize', // MISSING + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/it.js new file mode 100644 index 00000000..afd00c27 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/it.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'it', { + maximize: 'Massimizza', + minimize: 'Minimizza' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ja.js new file mode 100644 index 00000000..7bd18211 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ja.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ja', { + maximize: '最大化', + minimize: '最小化' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ka.js new file mode 100644 index 00000000..e07dfea4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ka.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ka', { + maximize: 'გადიდება', + minimize: 'დაპატარავება' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/km.js new file mode 100644 index 00000000..3400e99b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/km.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'km', { + maximize: 'ពង្រីក​អតិបរមា', + minimize: 'បង្រួម​អប្បបរមា' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ko.js new file mode 100644 index 00000000..bb8129f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ko.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ko', { + maximize: '최대', + minimize: '최소' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ku.js new file mode 100644 index 00000000..a59e558f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ku.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ku', { + maximize: 'ئەوپەڕی گەورەیی', + minimize: 'ئەوپەڕی بچووکی' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/lt.js new file mode 100644 index 00000000..f7588bcd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/lt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'lt', { + maximize: 'Išdidinti', + minimize: 'Sumažinti' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/lv.js new file mode 100644 index 00000000..e81dbff9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/lv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'lv', { + maximize: 'Maksimizēt', + minimize: 'Minimizēt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/mk.js new file mode 100644 index 00000000..a6452c43 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/mk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'mk', { + maximize: 'Maximize', // MISSING + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/mn.js new file mode 100644 index 00000000..3f1da722 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/mn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'mn', { + maximize: 'Дэлгэц дүүргэх', + minimize: 'Цонхыг багсгаж харуулах' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ms.js new file mode 100644 index 00000000..712a2d9b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ms.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ms', { + maximize: 'Maximize', // MISSING + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/nb.js new file mode 100644 index 00000000..8098be72 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/nb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'nb', { + maximize: 'Maksimer', + minimize: 'Minimer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/nl.js new file mode 100644 index 00000000..d244c41c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/nl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'nl', { + maximize: 'Maximaliseren', + minimize: 'Minimaliseren' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/no.js new file mode 100644 index 00000000..a8db3758 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/no.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'no', { + maximize: 'Maksimer', + minimize: 'Minimer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pl.js new file mode 100644 index 00000000..fd231423 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'pl', { + maximize: 'Maksymalizuj', + minimize: 'Minimalizuj' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pt-br.js new file mode 100644 index 00000000..e85d7f47 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pt-br.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'pt-br', { + maximize: 'Maximizar', + minimize: 'Minimize' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pt.js new file mode 100644 index 00000000..a694c610 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/pt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'pt', { + maximize: 'Maximizar', + minimize: 'Minimizar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ro.js new file mode 100644 index 00000000..e72c0d98 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ro.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ro', { + maximize: 'Mărește', + minimize: 'Micșorează' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ru.js new file mode 100644 index 00000000..4647dbd6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ru.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ru', { + maximize: 'Развернуть', + minimize: 'Свернуть' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/si.js new file mode 100644 index 00000000..6c3cec3b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/si.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'si', { + maximize: 'විශාල කිරීම', + minimize: 'කුඩා කිරීම' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sk.js new file mode 100644 index 00000000..5f792d7f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'sk', { + maximize: 'Maximalizovať', + minimize: 'Minimalizovať' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sl.js new file mode 100644 index 00000000..f2a00ca7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'sl', { + maximize: 'Maksimiraj', + minimize: 'Minimiraj' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sq.js new file mode 100644 index 00000000..633a3046 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sq.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'sq', { + maximize: 'Zmadho', + minimize: 'Zvogëlo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sr-latn.js new file mode 100644 index 00000000..f5bea037 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sr-latn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'sr-latn', { + maximize: 'Maximize', // MISSING + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sr.js new file mode 100644 index 00000000..7247201b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'sr', { + maximize: 'Maximize', // MISSING + minimize: 'Minimize' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sv.js new file mode 100644 index 00000000..c7222d92 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/sv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'sv', { + maximize: 'Maximera', + minimize: 'Minimera' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/th.js new file mode 100644 index 00000000..657a1054 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/th.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'th', { + maximize: 'ขยายใหญ่', + minimize: 'ย่อขนาด' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/tr.js new file mode 100644 index 00000000..edc6bdc1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/tr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'tr', { + maximize: 'Büyült', + minimize: 'Küçült' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ug.js new file mode 100644 index 00000000..7dcbe7fb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/ug.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'ug', { + maximize: 'چوڭايت', + minimize: 'كىچىكلەت' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/uk.js new file mode 100644 index 00000000..afc99139 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/uk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'uk', { + maximize: 'Максимізувати', + minimize: 'Мінімізувати' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/vi.js new file mode 100644 index 00000000..831aac69 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/vi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'vi', { + maximize: 'Phóng to tối đa', + minimize: 'Thu nhỏ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/zh-cn.js new file mode 100644 index 00000000..b7bebe09 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/zh-cn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'zh-cn', { + maximize: '全屏', + minimize: '最小化' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/zh.js new file mode 100644 index 00000000..6921a5ef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/maximize/lang/zh.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'maximize', 'zh', { + maximize: '最大化', + minimize: '最小化' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/icons/removeformat.png b/lam/templates/lib/extra/ckeditor/plugins/removeformat/icons/removeformat.png new file mode 100644 index 00000000..1bc9b386 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/removeformat/icons/removeformat.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/af.js new file mode 100644 index 00000000..dbb11de6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/af.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'af', { + toolbar: 'Verwyder opmaak' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ar.js new file mode 100644 index 00000000..4957a1a9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ar.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ar', { + toolbar: 'إزالة التنسيقات' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bg.js new file mode 100644 index 00000000..819d11e3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bg.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'bg', { + toolbar: 'Премахване на форматирането' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bn.js new file mode 100644 index 00000000..f1ef920f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'bn', { + toolbar: 'ফরমেট সরাও' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bs.js new file mode 100644 index 00000000..ff4ff731 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/bs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'bs', { + toolbar: 'Poništi format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ca.js new file mode 100644 index 00000000..5dca3f95 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ca', { + toolbar: 'Elimina Format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/cs.js new file mode 100644 index 00000000..adc1e4a8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/cs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'cs', { + toolbar: 'Odstranit formátování' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/cy.js new file mode 100644 index 00000000..7933163d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/cy.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'cy', { + toolbar: 'Tynnu Fformat' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/da.js new file mode 100644 index 00000000..cd25685f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/da.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'da', { + toolbar: 'Fjern formatering' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/de.js new file mode 100644 index 00000000..cae33331 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/de.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'de', { + toolbar: 'Formatierungen entfernen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/el.js new file mode 100644 index 00000000..202278b7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/el.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'el', { + toolbar: 'Εκκαθάριση Μορφοποίησης' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-au.js new file mode 100644 index 00000000..7cc52fe6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-au.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'en-au', { + toolbar: 'Remove Format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-ca.js new file mode 100644 index 00000000..1d87c1f4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'en-ca', { + toolbar: 'Remove Format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-gb.js new file mode 100644 index 00000000..86611a27 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en-gb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'en-gb', { + toolbar: 'Remove Format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en.js new file mode 100644 index 00000000..b3b515c1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/en.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'en', { + toolbar: 'Remove Format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/eo.js new file mode 100644 index 00000000..b20da9cb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/eo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'eo', { + toolbar: 'Forigi Formaton' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/es.js new file mode 100644 index 00000000..51617145 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/es.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'es', { + toolbar: 'Eliminar Formato' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/et.js new file mode 100644 index 00000000..67ff9ae6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/et.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'et', { + toolbar: 'Vormingu eemaldamine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/eu.js new file mode 100644 index 00000000..fedeea93 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/eu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'eu', { + toolbar: 'Kendu Formatua' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fa.js new file mode 100644 index 00000000..190352c2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fa.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'fa', { + toolbar: 'برداشتن فرمت' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fi.js new file mode 100644 index 00000000..53611077 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'fi', { + toolbar: 'Poista muotoilu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fo.js new file mode 100644 index 00000000..edeec02f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'fo', { + toolbar: 'Strika sniðgeving' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fr-ca.js new file mode 100644 index 00000000..0495e31c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fr-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'fr-ca', { + toolbar: 'Supprimer le formatage' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fr.js new file mode 100644 index 00000000..e4fcf533 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/fr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'fr', { + toolbar: 'Supprimer la mise en forme' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/gl.js new file mode 100644 index 00000000..e3eb0ffb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/gl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'gl', { + toolbar: 'Retirar o formato' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/gu.js new file mode 100644 index 00000000..ad227ecf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/gu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'gu', { + toolbar: 'ફૉર્મટ કાઢવું' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/he.js new file mode 100644 index 00000000..ffc2282e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/he.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'he', { + toolbar: 'הסרת העיצוב' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hi.js new file mode 100644 index 00000000..4cc13c59 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'hi', { + toolbar: 'फ़ॉर्मैट हटायें' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hr.js new file mode 100644 index 00000000..a6396dbf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'hr', { + toolbar: 'Ukloni formatiranje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hu.js new file mode 100644 index 00000000..05875f0d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/hu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'hu', { + toolbar: 'Formázás eltávolítása' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/id.js new file mode 100644 index 00000000..a6cb0cd4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/id.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'id', { + toolbar: 'Hapus Format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/is.js new file mode 100644 index 00000000..b2b9a103 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/is.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'is', { + toolbar: 'Fjarlægja snið' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/it.js new file mode 100644 index 00000000..dd58043d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/it.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'it', { + toolbar: 'Elimina formattazione' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ja.js new file mode 100644 index 00000000..620feb37 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ja.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ja', { + toolbar: '書式を解除' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ka.js new file mode 100644 index 00000000..5d9ae41a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ka.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ka', { + toolbar: 'ფორმატირების მოხსნა' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/km.js new file mode 100644 index 00000000..6e5b027c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/km.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'km', { + toolbar: 'ជម្រះ​ទ្រង់​ទ្រាយ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ko.js new file mode 100644 index 00000000..4cc36b7e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ko.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ko', { + toolbar: '포맷 지우기' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ku.js new file mode 100644 index 00000000..f13753b9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ku.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ku', { + toolbar: 'لابردنی داڕشتەکە' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/lt.js new file mode 100644 index 00000000..7efca219 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/lt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'lt', { + toolbar: 'Panaikinti formatą' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/lv.js new file mode 100644 index 00000000..effaa880 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/lv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'lv', { + toolbar: 'Noņemt stilus' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/mk.js new file mode 100644 index 00000000..f3ebcde6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/mk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'mk', { + toolbar: 'Remove Format' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/mn.js new file mode 100644 index 00000000..561970e4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/mn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'mn', { + toolbar: 'Параргафын загварыг авч хаях' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ms.js new file mode 100644 index 00000000..5a551f81 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ms.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ms', { + toolbar: 'Buang Format' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/nb.js new file mode 100644 index 00000000..b95d2e45 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/nb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'nb', { + toolbar: 'Fjern formatering' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/nl.js new file mode 100644 index 00000000..9da709af --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/nl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'nl', { + toolbar: 'Opmaak verwijderen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/no.js new file mode 100644 index 00000000..a27cc4e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/no.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'no', { + toolbar: 'Fjern formatering' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pl.js new file mode 100644 index 00000000..8ff27abd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'pl', { + toolbar: 'Usuń formatowanie' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pt-br.js new file mode 100644 index 00000000..4ff665d1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pt-br.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'pt-br', { + toolbar: 'Remover Formatação' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pt.js new file mode 100644 index 00000000..0d53a155 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/pt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'pt', { + toolbar: 'Eliminar Formato' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ro.js new file mode 100644 index 00000000..6094ac96 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ro.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ro', { + toolbar: 'Înlătură formatarea' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ru.js new file mode 100644 index 00000000..9bc9689b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ru.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ru', { + toolbar: 'Убрать форматирование' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/si.js new file mode 100644 index 00000000..1231c0dc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/si.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'si', { + toolbar: 'සැකසීම වෙනස් කරන්න' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sk.js new file mode 100644 index 00000000..7724d3e0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'sk', { + toolbar: 'Odstrániť formátovanie' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sl.js new file mode 100644 index 00000000..005487ad --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'sl', { + toolbar: 'Odstrani oblikovanje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sq.js new file mode 100644 index 00000000..ab4d1c51 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sq.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'sq', { + toolbar: 'Largo Formatin' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sr-latn.js new file mode 100644 index 00000000..9c451507 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sr-latn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'sr-latn', { + toolbar: 'Ukloni formatiranje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sr.js new file mode 100644 index 00000000..b0791c86 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'sr', { + toolbar: 'Уклони форматирање' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sv.js new file mode 100644 index 00000000..3a7b0f4e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/sv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'sv', { + toolbar: 'Radera formatering' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/th.js new file mode 100644 index 00000000..5f8afcf5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/th.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'th', { + toolbar: 'ล้างรูปแบบ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/tr.js new file mode 100644 index 00000000..07ea8f1e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/tr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'tr', { + toolbar: 'Biçimi Kaldır' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ug.js new file mode 100644 index 00000000..8c9caaea --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/ug.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'ug', { + toolbar: 'پىچىمنى چىقىرىۋەت' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/uk.js new file mode 100644 index 00000000..ba4b5b5a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/uk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'uk', { + toolbar: 'Очистити форматування' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/vi.js new file mode 100644 index 00000000..7722d8cc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/vi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'vi', { + toolbar: 'Xoá định dạng' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/zh-cn.js new file mode 100644 index 00000000..58112abf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/zh-cn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'zh-cn', { + toolbar: '清除格式' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/zh.js new file mode 100644 index 00000000..523dc423 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/removeformat/lang/zh.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'removeformat', 'zh', { + toolbar: '移除格式' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/icons/source-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/icons/source-rtl.png new file mode 100644 index 00000000..27d1ba88 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/icons/source-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/icons/source.png b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/icons/source.png new file mode 100644 index 00000000..e44db379 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/icons/source.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/af.js new file mode 100644 index 00000000..461e346f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/af.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'af', { + toolbar: 'Bron' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ar.js new file mode 100644 index 00000000..8aa9d649 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ar.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ar', { + toolbar: 'المصدر' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bg.js new file mode 100644 index 00000000..e002a5e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bg.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'bg', { + toolbar: 'Източник' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bn.js new file mode 100644 index 00000000..285c4204 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'bn', { + toolbar: 'সোর্স' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bs.js new file mode 100644 index 00000000..28376e9d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/bs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'bs', { + toolbar: 'HTML kôd' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ca.js new file mode 100644 index 00000000..ba954340 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ca', { + toolbar: 'Codi font' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/cs.js new file mode 100644 index 00000000..2719d268 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/cs.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'cs', { + toolbar: 'Zdroj' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/cy.js new file mode 100644 index 00000000..2ef63186 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/cy.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'cy', { + toolbar: 'HTML' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/da.js new file mode 100644 index 00000000..6ba626c8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/da.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'da', { + toolbar: 'Kilde' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/de.js new file mode 100644 index 00000000..a138b390 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/de.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'de', { + toolbar: 'Quellcode' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/el.js new file mode 100644 index 00000000..862c2d8c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/el.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'el', { + toolbar: 'Κώδικας' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-au.js new file mode 100644 index 00000000..45b556b6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-au.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'en-au', { + toolbar: 'Source' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-ca.js new file mode 100644 index 00000000..78866d42 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'en-ca', { + toolbar: 'Source' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-gb.js new file mode 100644 index 00000000..ec34397e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en-gb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'en-gb', { + toolbar: 'Source' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en.js new file mode 100644 index 00000000..11aab353 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/en.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'en', { + toolbar: 'Source' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/eo.js new file mode 100644 index 00000000..d506792d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/eo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'eo', { + toolbar: 'Fonto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/es.js new file mode 100644 index 00000000..a1ae1f5b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/es.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'es', { + toolbar: 'Fuente HTML' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/et.js new file mode 100644 index 00000000..1c60bd83 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/et.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'et', { + toolbar: 'Lähtekood' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/eu.js new file mode 100644 index 00000000..ccacf817 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/eu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'eu', { + toolbar: 'HTML Iturburua' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fa.js new file mode 100644 index 00000000..b98960ca --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fa.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'fa', { + toolbar: 'منبع' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fi.js new file mode 100644 index 00000000..d559d391 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'fi', { + toolbar: 'Koodi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fo.js new file mode 100644 index 00000000..3b22aca6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fo.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'fo', { + toolbar: 'Kelda' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fr-ca.js new file mode 100644 index 00000000..93d716c0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fr-ca.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'fr-ca', { + toolbar: 'Source' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fr.js new file mode 100644 index 00000000..3335abf2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/fr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'fr', { + toolbar: 'Source' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/gl.js new file mode 100644 index 00000000..023d7c5f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/gl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'gl', { + toolbar: 'Orixe' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/gu.js new file mode 100644 index 00000000..edb0a5bf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/gu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'gu', { + toolbar: 'મૂળ કે પ્રાથમિક દસ્તાવેજ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/he.js new file mode 100644 index 00000000..e187e7ed --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/he.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'he', { + toolbar: 'מקור' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hi.js new file mode 100644 index 00000000..2875d99f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'hi', { + toolbar: 'सोर्स' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hr.js new file mode 100644 index 00000000..a8f3e479 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'hr', { + toolbar: 'Kôd' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hu.js new file mode 100644 index 00000000..15b77ef5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/hu.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'hu', { + toolbar: 'Forráskód' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/id.js new file mode 100644 index 00000000..9fbc6984 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/id.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'id', { + toolbar: 'Sumber' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/is.js new file mode 100644 index 00000000..74575fef --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/is.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'is', { + toolbar: 'Kóði' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/it.js new file mode 100644 index 00000000..64c353d1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/it.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'it', { + toolbar: 'Sorgente' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ja.js new file mode 100644 index 00000000..d9ff6517 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ja.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ja', { + toolbar: 'ソース' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ka.js new file mode 100644 index 00000000..c3d65198 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ka.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ka', { + toolbar: 'კოდები' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/km.js new file mode 100644 index 00000000..80acceba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/km.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'km', { + toolbar: 'អក្សរ​កូដ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ko.js new file mode 100644 index 00000000..149c1379 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ko.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ko', { + toolbar: '소스' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ku.js new file mode 100644 index 00000000..2a951dfb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ku.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ku', { + toolbar: 'سەرچاوە' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/lt.js new file mode 100644 index 00000000..4767ad0b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/lt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'lt', { + toolbar: 'Šaltinis' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/lv.js new file mode 100644 index 00000000..bc62cc3a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/lv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'lv', { + toolbar: 'HTML kods' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/mk.js new file mode 100644 index 00000000..e604e99c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/mk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'mk', { + toolbar: 'Source' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/mn.js new file mode 100644 index 00000000..587b52cb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/mn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'mn', { + toolbar: 'Код' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ms.js new file mode 100644 index 00000000..d20b9cac --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ms.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ms', { + toolbar: 'Sumber' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/nb.js new file mode 100644 index 00000000..52dc34e6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/nb.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'nb', { + toolbar: 'Kilde' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/nl.js new file mode 100644 index 00000000..60641003 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/nl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'nl', { + toolbar: 'Broncode' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/no.js new file mode 100644 index 00000000..e554129e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/no.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'no', { + toolbar: 'Kilde' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pl.js new file mode 100644 index 00000000..00140712 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'pl', { + toolbar: 'Źródło dokumentu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pt-br.js new file mode 100644 index 00000000..703717a1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pt-br.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'pt-br', { + toolbar: 'Código-Fonte' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pt.js new file mode 100644 index 00000000..55d4c00f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/pt.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'pt', { + toolbar: 'Fonte' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ro.js new file mode 100644 index 00000000..ea1bbc01 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ro.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ro', { + toolbar: 'Sursa' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ru.js new file mode 100644 index 00000000..fa7f2b68 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ru.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ru', { + toolbar: 'Источник' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/si.js new file mode 100644 index 00000000..03b1f040 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/si.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'si', { + toolbar: 'මුලාශ්‍රය' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sk.js new file mode 100644 index 00000000..d3fe90ff --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'sk', { + toolbar: 'Zdroj' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sl.js new file mode 100644 index 00000000..b93993a4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sl.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'sl', { + toolbar: 'Izvorna koda' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sq.js new file mode 100644 index 00000000..20a39dc0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sq.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'sq', { + toolbar: 'Burimi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sr-latn.js new file mode 100644 index 00000000..81c706c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sr-latn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'sr-latn', { + toolbar: 'Kôd' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sr.js new file mode 100644 index 00000000..bfebd0e0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'sr', { + toolbar: 'Kôд' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sv.js new file mode 100644 index 00000000..ff99b6f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/sv.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'sv', { + toolbar: 'Källa' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/th.js new file mode 100644 index 00000000..e0ca6ad7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/th.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'th', { + toolbar: 'ดูรหัส HTML' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/tr.js new file mode 100644 index 00000000..8598eead --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/tr.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'tr', { + toolbar: 'Kaynak' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ug.js new file mode 100644 index 00000000..1734a6a8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/ug.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'ug', { + toolbar: 'مەنبە' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/uk.js new file mode 100644 index 00000000..a3a22577 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/uk.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'uk', { + toolbar: 'Джерело' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/vi.js new file mode 100644 index 00000000..ea0ee362 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/vi.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'vi', { + toolbar: 'Mã HTML' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/zh-cn.js new file mode 100644 index 00000000..e222ad6c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/zh-cn.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'zh-cn', { + toolbar: '源码' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/zh.js new file mode 100644 index 00000000..5f13f56a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/sourcearea/lang/zh.js @@ -0,0 +1,7 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'sourcearea', 'zh', { + toolbar: '原始碼' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/dialogs/specialchar.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/dialogs/specialchar.js new file mode 100644 index 00000000..c8470b65 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/dialogs/specialchar.js @@ -0,0 +1,302 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.dialog.add( 'specialchar', function( editor ) { + // Simulate "this" of a dialog for non-dialog events. + // @type {CKEDITOR.dialog} + var dialog, + lang = editor.lang.specialchar; + + var onChoice = function( evt ) { + var target, value; + if ( evt.data ) + target = evt.data.getTarget(); + else + target = new CKEDITOR.dom.element( evt ); + + if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) { + target.removeClass( "cke_light_background" ); + dialog.hide(); + + // We must use "insertText" here to keep text styled. + var span = editor.document.createElement( 'span' ); + span.setHtml( value ); + editor.insertText( span.getText() ); + } + }; + + var onClick = CKEDITOR.tools.addFunction( onChoice ); + + var focusedNode; + + var onFocus = function( evt, target ) { + var value; + target = target || evt.data.getTarget(); + + if ( target.getName() == 'span' ) + target = target.getParent(); + + if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) { + // Trigger blur manually if there is focused node. + if ( focusedNode ) + onBlur( null, focusedNode ); + + var htmlPreview = dialog.getContentElement( 'info', 'htmlPreview' ).getElement(); + + dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( value ); + htmlPreview.setHtml( CKEDITOR.tools.htmlEncode( value ) ); + target.getParent().addClass( "cke_light_background" ); + + // Memorize focused node. + focusedNode = target; + } + }; + + var onBlur = function( evt, target ) { + target = target || evt.data.getTarget(); + + if ( target.getName() == 'span' ) + target = target.getParent(); + + if ( target.getName() == 'a' ) { + dialog.getContentElement( 'info', 'charPreview' ).getElement().setHtml( ' ' ); + dialog.getContentElement( 'info', 'htmlPreview' ).getElement().setHtml( ' ' ); + target.getParent().removeClass( "cke_light_background" ); + + focusedNode = undefined; + } + }; + + var onKeydown = CKEDITOR.tools.addFunction( function( ev ) { + ev = new CKEDITOR.dom.event( ev ); + + // Get an Anchor element. + var element = ev.getTarget(); + var relative, nodeToMove; + var keystroke = ev.getKeystroke(), + rtl = editor.lang.dir == 'rtl'; + + switch ( keystroke ) { + // UP-ARROW + case 38: + // relative is TR + if ( ( relative = element.getParent().getParent().getPrevious() ) ) { + nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] ); + nodeToMove.focus(); + onBlur( null, element ); + onFocus( null, nodeToMove ); + } + ev.preventDefault(); + break; + // DOWN-ARROW + case 40: + // relative is TR + if ( ( relative = element.getParent().getParent().getNext() ) ) { + nodeToMove = relative.getChild( [ element.getParent().getIndex(), 0 ] ); + if ( nodeToMove && nodeToMove.type == 1 ) { + nodeToMove.focus(); + onBlur( null, element ); + onFocus( null, nodeToMove ); + } + } + ev.preventDefault(); + break; + // SPACE + // ENTER is already handled as onClick + case 32: + onChoice( { data: ev } ); + ev.preventDefault(); + break; + + // RIGHT-ARROW + case rtl ? 37 : 39: + // relative is TD + if ( ( relative = element.getParent().getNext() ) ) { + nodeToMove = relative.getChild( 0 ); + if ( nodeToMove.type == 1 ) { + nodeToMove.focus(); + onBlur( null, element ); + onFocus( null, nodeToMove ); + ev.preventDefault( true ); + } else + onBlur( null, element ); + } + // relative is TR + else if ( ( relative = element.getParent().getParent().getNext() ) ) { + nodeToMove = relative.getChild( [ 0, 0 ] ); + if ( nodeToMove && nodeToMove.type == 1 ) { + nodeToMove.focus(); + onBlur( null, element ); + onFocus( null, nodeToMove ); + ev.preventDefault( true ); + } else + onBlur( null, element ); + } + break; + + // LEFT-ARROW + case rtl ? 39 : 37: + // relative is TD + if ( ( relative = element.getParent().getPrevious() ) ) { + nodeToMove = relative.getChild( 0 ); + nodeToMove.focus(); + onBlur( null, element ); + onFocus( null, nodeToMove ); + ev.preventDefault( true ); + } + // relative is TR + else if ( ( relative = element.getParent().getParent().getPrevious() ) ) { + nodeToMove = relative.getLast().getChild( 0 ); + nodeToMove.focus(); + onBlur( null, element ); + onFocus( null, nodeToMove ); + ev.preventDefault( true ); + } else + onBlur( null, element ); + break; + default: + // Do not stop not handled events. + return; + } + } ); + + return { + title: lang.title, + minWidth: 430, + minHeight: 280, + buttons: [ CKEDITOR.dialog.cancelButton ], + charColumns: 17, + onLoad: function() { + var columns = this.definition.charColumns, + extraChars = editor.config.extraSpecialChars, + chars = editor.config.specialChars; + + var charsTableLabel = CKEDITOR.tools.getNextId() + '_specialchar_table_label'; + var html = [ '' ]; + + var i = 0, + size = chars.length, + character, charDesc; + + while ( i < size ) { + html.push( '' ); + + for ( var j = 0; j < columns; j++, i++ ) { + if ( ( character = chars[ i ] ) ) { + charDesc = ''; + + if ( character instanceof Array ) { + charDesc = character[ 1 ]; + character = character[ 0 ]; + } else { + var _tmpName = character.replace( '&', '' ).replace( ';', '' ).replace( '#', '' ); + + // Use character in case description unavailable. + charDesc = lang[ _tmpName ] || character; + } + + var charLabelId = 'cke_specialchar_label_' + i + '_' + CKEDITOR.tools.getNextNumber(); + + html.push( '' ); + } + html.push( '' ); + } + + html.push( '
 ' ); + + html.push( '
', '' + lang.options + '' ); + + this.getContentElement( 'info', 'charContainer' ).getElement().setHtml( html.join( '' ) ); + }, + contents: [ + { + id: 'info', + label: editor.lang.common.generalTab, + title: editor.lang.common.generalTab, + padding: 0, + align: 'top', + elements: [ + { + type: 'hbox', + align: 'top', + widths: [ '320px', '90px' ], + children: [ + { + type: 'html', + id: 'charContainer', + html: '', + onMouseover: onFocus, + onMouseout: onBlur, + focus: function() { + var firstChar = this.getElement().getElementsByTag( 'a' ).getItem( 0 ); + setTimeout( function() { + firstChar.focus(); + onFocus( null, firstChar ); + }, 0 ); + }, + onShow: function() { + var firstChar = this.getElement().getChild( [ 0, 0, 0, 0, 0 ] ); + setTimeout( function() { + firstChar.focus(); + onFocus( null, firstChar ); + }, 0 ); + }, + onLoad: function( event ) { + dialog = event.sender; + } + }, + { + type: 'hbox', + align: 'top', + widths: [ '100%' ], + children: [ + { + type: 'vbox', + align: 'top', + children: [ + { + type: 'html', + html: '
' + }, + { + type: 'html', + id: 'charPreview', + className: 'cke_dark_background', + style: 'border:1px solid #eeeeee;font-size:28px;height:40px;width:70px;padding-top:9px;font-family:\'Microsoft Sans Serif\',Arial,Helvetica,Verdana;text-align:center;', + html: '
 
' + }, + { + type: 'html', + id: 'htmlPreview', + className: 'cke_dark_background', + style: 'border:1px solid #eeeeee;font-size:14px;height:20px;width:70px;padding-top:2px;font-family:\'Microsoft Sans Serif\',Arial,Helvetica,Verdana;text-align:center;', + html: '
 
' + } + ] + } + ] + } + ] + } + ] + } + ] + }; +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/icons/specialchar.png b/lam/templates/lib/extra/ckeditor/plugins/specialchar/icons/specialchar.png new file mode 100644 index 00000000..6cd278f1 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/specialchar/icons/specialchar.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/_translationstatus.txt b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/_translationstatus.txt new file mode 100644 index 00000000..df4cfe8b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/_translationstatus.txt @@ -0,0 +1,63 @@ +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license + +af.js Found: 3 Missing: 118 +ar.js Found: 2 Missing: 119 +bg.js Found: 3 Missing: 118 +bn.js Found: 2 Missing: 119 +bs.js Found: 2 Missing: 119 +ca.js Found: 3 Missing: 118 +cs.js Found: 121 Missing: 0 +cy.js Found: 121 Missing: 0 +da.js Found: 3 Missing: 118 +de.js Found: 121 Missing: 0 +el.js Found: 19 Missing: 102 +en-au.js Found: 2 Missing: 119 +en-ca.js Found: 2 Missing: 119 +en-gb.js Found: 3 Missing: 118 +eo.js Found: 121 Missing: 0 +es.js Found: 3 Missing: 118 +et.js Found: 34 Missing: 87 +eu.js Found: 2 Missing: 119 +fa.js Found: 27 Missing: 94 +fi.js Found: 26 Missing: 95 +fo.js Found: 3 Missing: 118 +fr-ca.js Found: 2 Missing: 119 +fr.js Found: 121 Missing: 0 +gl.js Found: 2 Missing: 119 +gu.js Found: 3 Missing: 118 +he.js Found: 3 Missing: 118 +hi.js Found: 2 Missing: 119 +hr.js Found: 26 Missing: 95 +hu.js Found: 3 Missing: 118 +is.js Found: 2 Missing: 119 +it.js Found: 121 Missing: 0 +ja.js Found: 3 Missing: 118 +ka.js Found: 3 Missing: 118 +km.js Found: 2 Missing: 119 +ko.js Found: 2 Missing: 119 +lt.js Found: 3 Missing: 118 +lv.js Found: 2 Missing: 119 +mk.js Found: 0 Missing: 121 +mn.js Found: 2 Missing: 119 +ms.js Found: 2 Missing: 119 +nb.js Found: 121 Missing: 0 +nl.js Found: 121 Missing: 0 +no.js Found: 121 Missing: 0 +pl.js Found: 3 Missing: 118 +pt-br.js Found: 3 Missing: 118 +pt.js Found: 2 Missing: 119 +ro.js Found: 3 Missing: 118 +ru.js Found: 3 Missing: 118 +sk.js Found: 3 Missing: 118 +sl.js Found: 2 Missing: 119 +sr-latn.js Found: 2 Missing: 119 +sr.js Found: 2 Missing: 119 +sv.js Found: 3 Missing: 118 +th.js Found: 2 Missing: 119 +tr.js Found: 121 Missing: 0 +ug.js Found: 42 Missing: 79 +uk.js Found: 3 Missing: 118 +vi.js Found: 3 Missing: 118 +zh-cn.js Found: 121 Missing: 0 +zh.js Found: 2 Missing: 119 diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/af.js new file mode 100644 index 00000000..892e8334 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/af.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'af', { + options: 'Spesiale karakter-opsies', + title: 'Kies spesiale karakter', + toolbar: 'Voeg spesiaale karakter in' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ar.js new file mode 100644 index 00000000..8455bcd4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ar.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ar', { + options: 'خيارات الأحرف الخاصة', + title: 'اختر حرف خاص', + toolbar: 'إدراج حرف خاص' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bg.js new file mode 100644 index 00000000..93a807ba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bg.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'bg', { + options: 'Опции за специален знак', + title: 'Избор на специален знак', + toolbar: 'Вмъкване на специален знак' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bn.js new file mode 100644 index 00000000..7da13079 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bn.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'bn', { + options: 'Special Character Options', // MISSING + title: 'বিশেষ ক্যারেক্টার বাছাই কর', + toolbar: 'বিশেষ অক্ষর যুক্ত কর' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bs.js new file mode 100644 index 00000000..0ae03a16 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/bs.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'bs', { + options: 'Special Character Options', // MISSING + title: 'Izaberi specijalni karakter', + toolbar: 'Ubaci specijalni karater' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ca.js new file mode 100644 index 00000000..bbf46ae9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ca.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ca', { + options: 'Opcions de caràcters especials', + title: 'Selecciona el caràcter especial', + toolbar: 'Insereix caràcter especial' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/cs.js new file mode 100644 index 00000000..ebb31a07 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/cs.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'cs', { + options: 'Nastavení speciálních znaků', + title: 'Výběr speciálního znaku', + toolbar: 'Vložit speciální znaky' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/cy.js new file mode 100644 index 00000000..f047b152 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/cy.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'cy', { + options: 'Opsiynau Nodau Arbennig', + title: 'Dewis Nod Arbennig', + toolbar: 'Mewnosod Nod Arbennig' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/da.js new file mode 100644 index 00000000..b0c340a9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/da.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'da', { + options: 'Muligheder for specialkarakterer', + title: 'Vælg symbol', + toolbar: 'Indsæt symbol' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/de.js new file mode 100644 index 00000000..17912689 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/de.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'de', { + options: 'Sonderzeichen Optionen', + title: 'Sonderzeichen auswählen', + toolbar: 'Sonderzeichen einfügen/editieren' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/el.js new file mode 100644 index 00000000..6c2e30c0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/el.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'el', { + options: 'Επιλογές Ειδικών Χαρακτήρων', + title: 'Επιλέξτε Έναν Ειδικό Χαρακτήρα', + toolbar: 'Εισαγωγή Ειδικού Χαρακτήρα' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-au.js new file mode 100644 index 00000000..446f8e93 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-au.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'en-au', { + options: 'Special Character Options', // MISSING + title: 'Select Special Character', + toolbar: 'Insert Special Character' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-ca.js new file mode 100644 index 00000000..f3b6a509 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-ca.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'en-ca', { + options: 'Special Character Options', // MISSING + title: 'Select Special Character', + toolbar: 'Insert Special Character' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-gb.js new file mode 100644 index 00000000..d63ce47c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en-gb.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'en-gb', { + options: 'Special Character Options', + title: 'Select Special Character', + toolbar: 'Insert Special Character' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en.js new file mode 100644 index 00000000..4fd546a1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/en.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'en', { + options: 'Special Character Options', + title: 'Select Special Character', + toolbar: 'Insert Special Character' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/eo.js new file mode 100644 index 00000000..fa568b60 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/eo.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'eo', { + options: 'Opcioj pri Specialaj Signoj', + title: 'Selekti Specialan Signon', + toolbar: 'Enmeti Specialan Signon' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/es.js new file mode 100644 index 00000000..d93463a1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/es.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'es', { + options: 'Opciones de caracteres especiales', + title: 'Seleccione un caracter especial', + toolbar: 'Insertar Caracter Especial' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/et.js new file mode 100644 index 00000000..17ec094f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/et.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'et', { + options: 'Erimärkide valikud', + title: 'Erimärgi valimine', + toolbar: 'Erimärgi sisestamine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/eu.js new file mode 100644 index 00000000..0fd2826b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/eu.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'eu', { + options: 'Karaktere Berezien Aukerak', + title: 'Karaktere Berezia Aukeratu', + toolbar: 'Txertatu Karaktere Berezia' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fa.js new file mode 100644 index 00000000..7b23c09e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fa.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'fa', { + options: 'گزینه‌های نویسه‌های ویژه', + title: 'گزینش نویسه‌ی ویژه', + toolbar: 'گنجاندن نویسه‌ی ویژه' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fi.js new file mode 100644 index 00000000..3640f06c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fi.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'fi', { + options: 'Erikoismerkin ominaisuudet', + title: 'Valitse erikoismerkki', + toolbar: 'Lisää erikoismerkki' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fo.js new file mode 100644 index 00000000..1e4a5d0c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fo.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'fo', { + options: 'Møguleikar við serteknum', + title: 'Vel sertekn', + toolbar: 'Set inn sertekn' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fr-ca.js new file mode 100644 index 00000000..c341bae7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fr-ca.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'fr-ca', { + options: 'Option des caractères spéciaux', + title: 'Sélectionner un caractère spécial', + toolbar: 'Insérer un caractère spécial' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fr.js new file mode 100644 index 00000000..9c05a2dc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/fr.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'fr', { + options: 'Options des caractères spéciaux', + title: 'Sélectionnez un caractère', + toolbar: 'Insérer un caractère spécial' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/gl.js new file mode 100644 index 00000000..16c99b62 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/gl.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'gl', { + options: 'Opcións de caracteres especiais', + title: 'Seleccione un carácter especial', + toolbar: 'Inserir un carácter especial' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/gu.js new file mode 100644 index 00000000..259ac2e7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/gu.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'gu', { + options: 'સ્પેશિઅલ કરેક્ટરના વિકલ્પો', + title: 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો', + toolbar: 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/he.js new file mode 100644 index 00000000..116c26d7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/he.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'he', { + options: 'אפשרויות תווים מיוחדים', + title: 'בחירת תו מיוחד', + toolbar: 'הוספת תו מיוחד' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hi.js new file mode 100644 index 00000000..b190855f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hi.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'hi', { + options: 'Special Character Options', // MISSING + title: 'विशेष करॅक्टर चुनें', + toolbar: 'विशेष करॅक्टर इन्सर्ट करें' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hr.js new file mode 100644 index 00000000..9b95b725 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hr.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'hr', { + options: 'Opcije specijalnih znakova', + title: 'Odaberite posebni karakter', + toolbar: 'Ubaci posebne znakove' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hu.js new file mode 100644 index 00000000..0e68230a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/hu.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'hu', { + options: 'Speciális karakter opciók', + title: 'Speciális karakter választása', + toolbar: 'Speciális karakter beillesztése' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/id.js new file mode 100644 index 00000000..139df708 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/id.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'id', { + options: 'Opsi spesial karakter', + title: 'Pilih spesial karakter', + toolbar: 'Sisipkan spesial karakter' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/is.js new file mode 100644 index 00000000..23e77b32 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/is.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'is', { + options: 'Special Character Options', // MISSING + title: 'Velja tákn', + toolbar: 'Setja inn merki' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/it.js new file mode 100644 index 00000000..db75d65c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/it.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'it', { + options: 'Opzioni carattere speciale', + title: 'Seleziona carattere speciale', + toolbar: 'Inserisci carattere speciale' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ja.js new file mode 100644 index 00000000..f112cb57 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ja.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ja', { + options: '特殊文字オプション', + title: '特殊文字の選択', + toolbar: '特殊文字を挿入' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ka.js new file mode 100644 index 00000000..2d66b7f2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ka.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ka', { + options: 'სპეციალური სიმბოლოს პარამეტრები', + title: 'სპეციალური სიმბოლოს არჩევა', + toolbar: 'სპეციალური სიმბოლოს ჩასმა' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/km.js new file mode 100644 index 00000000..895a9fe6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/km.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'km', { + options: 'ជម្រើស​តួ​អក្សរ​ពិសេស', + title: 'រើស​តួអក្សរ​ពិសេស', + toolbar: 'បន្ថែមអក្សរពិសេស' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ko.js new file mode 100644 index 00000000..23700376 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ko.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ko', { + options: '특수문자 옵션', + title: '특수문자 선택', + toolbar: '특수문자 삽입' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ku.js new file mode 100644 index 00000000..6195ce9b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ku.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ku', { + options: 'هەڵبژاردەی نووسەی تایبەتی', + title: 'هەڵبژاردنی نووسەی تایبەتی', + toolbar: 'دانانی نووسەی تایبەتی' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/lt.js new file mode 100644 index 00000000..41fe4608 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/lt.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'lt', { + options: 'Specialaus simbolio nustatymai', + title: 'Pasirinkite specialų simbolį', + toolbar: 'Įterpti specialų simbolį' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/lv.js new file mode 100644 index 00000000..2f20bf16 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/lv.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'lv', { + options: 'Speciālo simbolu uzstādījumi', + title: 'Ievietot īpašu simbolu', + toolbar: 'Ievietot speciālo simbolu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/mk.js new file mode 100644 index 00000000..643361d9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/mk.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'mk', { + options: 'Special Character Options', // MISSING + title: 'Select Special Character', // MISSING + toolbar: 'Insert Special Character' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/mn.js new file mode 100644 index 00000000..7457a37a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/mn.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'mn', { + options: 'Special Character Options', // MISSING + title: 'Онцгой тэмдэгт сонгох', + toolbar: 'Онцгой тэмдэгт оруулах' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ms.js new file mode 100644 index 00000000..7bd4162f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ms.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ms', { + options: 'Special Character Options', // MISSING + title: 'Sila pilih huruf istimewa', + toolbar: 'Masukkan Huruf Istimewa' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/nb.js new file mode 100644 index 00000000..a924171e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/nb.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'nb', { + options: 'Alternativer for spesialtegn', + title: 'Velg spesialtegn', + toolbar: 'Sett inn spesialtegn' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/nl.js new file mode 100644 index 00000000..9c85f29b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/nl.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'nl', { + options: 'Speciale tekens opties', + title: 'Selecteer speciaal teken', + toolbar: 'Speciaal teken invoegen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/no.js new file mode 100644 index 00000000..df6e2b06 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/no.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'no', { + options: 'Alternativer for spesialtegn', + title: 'Velg spesialtegn', + toolbar: 'Sett inn spesialtegn' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pl.js new file mode 100644 index 00000000..a0a70d54 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pl.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'pl', { + options: 'Opcje znaków specjalnych', + title: 'Wybierz znak specjalny', + toolbar: 'Wstaw znak specjalny' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pt-br.js new file mode 100644 index 00000000..8e163dd1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pt-br.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'pt-br', { + options: 'Opções de Caractere Especial', + title: 'Selecione um Caractere Especial', + toolbar: 'Inserir Caractere Especial' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pt.js new file mode 100644 index 00000000..17ee9980 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/pt.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'pt', { + options: 'Opções de caracteres especiais', + title: 'Selecione um caracter especial', + toolbar: 'Inserir Caracter Especial' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ro.js new file mode 100644 index 00000000..07e389c3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ro.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ro', { + options: 'Opțiuni caractere speciale', + title: 'Selectează caracter special', + toolbar: 'Inserează caracter special' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ru.js new file mode 100644 index 00000000..c047085e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ru.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ru', { + options: 'Выбор специального символа', + title: 'Выберите специальный символ', + toolbar: 'Вставить специальный символ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/si.js new file mode 100644 index 00000000..033738c3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/si.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'si', { + options: 'විශේෂ ගුණාංග වීකල්ප', + title: 'විශේෂ ගුණාංග ', + toolbar: 'විශේෂ ගුණාංග ඇතුලත් ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sk.js new file mode 100644 index 00000000..e0815151 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sk.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'sk', { + options: 'Možnosti špeciálneho znaku', + title: 'Výber špeciálneho znaku', + toolbar: 'Vložiť špeciálny znak' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sl.js new file mode 100644 index 00000000..0aef822c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sl.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'sl', { + options: 'Možnosti Posebnega Znaka', + title: 'Izberi Posebni Znak', + toolbar: 'Vstavi posebni znak' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sq.js new file mode 100644 index 00000000..afbd8b28 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sq.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'sq', { + options: 'Mundësitë për Karaktere Speciale', + title: 'Përzgjidh Karakter Special', + toolbar: 'Vendos Karakter Special' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sr-latn.js new file mode 100644 index 00000000..647ebafa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sr-latn.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'sr-latn', { + options: 'Special Character Options', // MISSING + title: 'Odaberite specijalni karakter', + toolbar: 'Unesi specijalni karakter' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sr.js new file mode 100644 index 00000000..41c2859d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sr.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'sr', { + options: 'Опције специјалног карактера', + title: 'Одаберите специјални карактер', + toolbar: 'Унеси специјални карактер' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sv.js new file mode 100644 index 00000000..968fa310 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/sv.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'sv', { + options: 'Alternativ för utökade tecken', + title: 'Välj utökat tecken', + toolbar: 'Klistra in utökat tecken' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/th.js new file mode 100644 index 00000000..52f0d4ea --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/th.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'th', { + options: 'Special Character Options', // MISSING + title: 'แทรกตัวอักษรพิเศษ', + toolbar: 'แทรกตัวอักษรพิเศษ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/tr.js new file mode 100644 index 00000000..28abdd60 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/tr.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'tr', { + options: 'Özel Karakter Seçenekleri', + title: 'Özel Karakter Seç', + toolbar: 'Özel Karakter Ekle' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ug.js new file mode 100644 index 00000000..f1c06f29 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/ug.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'ug', { + options: 'ئالاھىدە ھەرپ تاللانمىسى', + title: 'ئالاھىدە ھەرپ تاللاڭ', + toolbar: 'ئالاھىدە ھەرپ قىستۇر' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/uk.js new file mode 100644 index 00000000..335a3bb5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/uk.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'uk', { + options: 'Опції', + title: 'Оберіть спеціальний символ', + toolbar: 'Спеціальний символ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/vi.js new file mode 100644 index 00000000..904eb78c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/vi.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'vi', { + options: 'Tùy chọn các ký tự đặc biệt', + title: 'Hãy chọn ký tự đặc biệt', + toolbar: 'Chèn ký tự đặc biệt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/zh-cn.js new file mode 100644 index 00000000..d594622c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/zh-cn.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'zh-cn', { + options: '特殊符号选项', + title: '选择特殊符号', + toolbar: '插入特殊符号' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/zh.js new file mode 100644 index 00000000..3a59513d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/specialchar/lang/zh.js @@ -0,0 +1,9 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'specialchar', 'zh', { + options: '特殊字元選項', + title: '選取特殊字元', + toolbar: '插入特殊字元' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/af.js new file mode 100644 index 00000000..97469e9c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/af.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ar.js new file mode 100644 index 00000000..9d17a56f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ar.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ar', { + label: 'أنماط', + panelTitle: 'أنماط التنسيق', + panelTitle1: 'أنماط الفقرة', + panelTitle2: 'أنماط مضمنة', + panelTitle3: 'أنماط الكائن' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bg.js new file mode 100644 index 00000000..92513da7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bg.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'bg', { + label: 'Стилове', + panelTitle: 'Стилове за форматиране', + panelTitle1: 'Блокови стилове', + panelTitle2: 'Вътрешни стилове', + panelTitle3: 'Обектни стилове' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bn.js new file mode 100644 index 00000000..5e02d251 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bs.js new file mode 100644 index 00000000..ccdb6dea --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/bs.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ca.js new file mode 100644 index 00000000..5e48067d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/cs.js new file mode 100644 index 00000000..dd628d31 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/cs.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/cy.js new file mode 100644 index 00000000..d8f7ca30 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/cy.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/da.js new file mode 100644 index 00000000..eaedd743 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/da.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/de.js new file mode 100644 index 00000000..d18b6e38 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/de.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/el.js new file mode 100644 index 00000000..d83338ce --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/el.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'el', { + label: 'Μορφές', + panelTitle: 'Στυλ Μορφοποίησης', + panelTitle1: 'Στυλ Τμημάτων', + panelTitle2: 'Στυλ Εν Σειρά', + panelTitle3: 'Στυλ Αντικειμένων' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-au.js new file mode 100644 index 00000000..be300e37 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-au.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-ca.js new file mode 100644 index 00000000..64d74696 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-gb.js new file mode 100644 index 00000000..7febefc9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en-gb.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en.js new file mode 100644 index 00000000..fd2a4c1d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/en.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/eo.js new file mode 100644 index 00000000..0597bbfb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/eo.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/es.js new file mode 100644 index 00000000..7d366f68 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/es.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/et.js new file mode 100644 index 00000000..4b01c031 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/et.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'et', { + label: 'Stiil', + panelTitle: 'Vormindusstiilid', + panelTitle1: 'Blokkstiilid', + panelTitle2: 'Reasisesed stiilid', + panelTitle3: 'Objektistiilid' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/eu.js new file mode 100644 index 00000000..2354b055 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/eu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fa.js new file mode 100644 index 00000000..c7617802 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fa.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'fa', { + label: 'سبک', + panelTitle: 'سبکهای قالببندی', + panelTitle1: 'سبکهای بلوک', + panelTitle2: 'سبکهای درونخطی', + panelTitle3: 'سبکهای شیء' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fi.js new file mode 100644 index 00000000..91890d30 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fo.js new file mode 100644 index 00000000..968c6466 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fo.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fr-ca.js new file mode 100644 index 00000000..a031e448 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fr-ca.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fr.js new file mode 100644 index 00000000..d5a43f72 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/fr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/gl.js new file mode 100644 index 00000000..302a44c6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/gl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/gu.js new file mode 100644 index 00000000..ca027bcf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/gu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'gu', { + label: 'શૈલી/રીત', + panelTitle: 'ફોર્મેટ ', + panelTitle1: 'બ્લોક ', + panelTitle2: 'ઈનલાઈન ', + panelTitle3: 'ઓબ્જેક્ટ પદ્ધતિ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/he.js new file mode 100644 index 00000000..0980304c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/he.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'he', { + label: 'סגנון', + panelTitle: 'סגנונות פורמט', + panelTitle1: 'סגנונות בלוק', + panelTitle2: 'סגנונות רצף', + panelTitle3: 'סגנונות אובייקט' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hi.js new file mode 100644 index 00000000..53de7ab6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hr.js new file mode 100644 index 00000000..edd7dca9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hu.js new file mode 100644 index 00000000..50c27774 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/hu.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/id.js new file mode 100644 index 00000000..a1d5ee01 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/id.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'id', { + label: 'Gaya', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/is.js new file mode 100644 index 00000000..b1fa488d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/is.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/it.js new file mode 100644 index 00000000..fce8ef93 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/it.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ja.js new file mode 100644 index 00000000..f1b60577 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ja.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ja', { + label: 'スタイル', + panelTitle: 'スタイル', + panelTitle1: 'ブロックスタイル', + panelTitle2: 'インラインスタイル', + panelTitle3: 'オブジェクトスタイル' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ka.js new file mode 100644 index 00000000..1bf6a08f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ka.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ka', { + label: 'სტილები', + panelTitle: 'ფორმატირების სტილები', + panelTitle1: 'არის სტილები', + panelTitle2: 'თანდართული სტილები', + panelTitle3: 'ობიექტის სტილები' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/km.js new file mode 100644 index 00000000..95027090 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/km.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'km', { + label: 'រចនាបថ', + panelTitle: 'ទ្រង់ទ្រាយ​រចនាបថ', + panelTitle1: 'រចនាបថ​ប្លក់', + panelTitle2: 'រចនាបថ​ក្នុង​ជួរ', + panelTitle3: 'រចនាបថ​វត្ថុ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ko.js new file mode 100644 index 00000000..df1a6caa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ko.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ko', { + label: '스타일', + panelTitle: '전체 구성 스타일', + panelTitle1: '블록 스타일', + panelTitle2: '인라인 스타일', + panelTitle3: '오브젝트 스타일' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ku.js new file mode 100644 index 00000000..e7450f7f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ku.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ku', { + label: 'شێواز', + panelTitle: 'شێوازی ڕازاندنەوە', + panelTitle1: 'شێوازی خشت', + panelTitle2: 'شێوازی ناوهێڵ', + panelTitle3: 'شێوازی بەرکار' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/lt.js new file mode 100644 index 00000000..fb3d064d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/lt.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/lv.js new file mode 100644 index 00000000..e2116f83 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/lv.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/mk.js new file mode 100644 index 00000000..dba692c6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/mk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/mn.js new file mode 100644 index 00000000..9538a387 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/mn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ms.js new file mode 100644 index 00000000..ce15e4e0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ms.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/nb.js new file mode 100644 index 00000000..fd7097fa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/nb.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'nb', { + label: 'Stil', + panelTitle: 'Stilformater', + panelTitle1: 'Blokkstiler', + panelTitle2: 'Inlinestiler', + panelTitle3: 'Objektstiler' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/nl.js new file mode 100644 index 00000000..64779cee --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/nl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/no.js new file mode 100644 index 00000000..21562888 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/no.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'no', { + label: 'Stil', + panelTitle: 'Stilformater', + panelTitle1: 'Blokkstiler', + panelTitle2: 'Inlinestiler', + panelTitle3: 'Objektstiler' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pl.js new file mode 100644 index 00000000..f1a67fd3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pt-br.js new file mode 100644 index 00000000..ce5ae895 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pt-br.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pt.js new file mode 100644 index 00000000..a86a2b17 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/pt.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'pt', { + label: 'Estilos', + panelTitle: 'Estilos de Formatação', + panelTitle1: 'Estilos de Bloco', + panelTitle2: 'Estilos de Linha', + panelTitle3: 'Estilos de Objeto' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ro.js new file mode 100644 index 00000000..65bb639d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ro.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ru.js new file mode 100644 index 00000000..69773c8a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ru.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ru', { + label: 'Стили', + panelTitle: 'Стили форматирования', + panelTitle1: 'Стили блока', + panelTitle2: 'Стили элемента', + panelTitle3: 'Стили объекта' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/si.js new file mode 100644 index 00000000..0b4caa13 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/si.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sk.js new file mode 100644 index 00000000..bbcdba6d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sl.js new file mode 100644 index 00000000..5c3cff05 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sl.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'sl', { + label: 'Slog', + panelTitle: 'Oblikovalni Stili', + panelTitle1: 'Slogi odstavkov', + panelTitle2: 'Slogi besedila', + panelTitle3: 'Slogi objektov' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sq.js new file mode 100644 index 00000000..81491c9f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sq.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sr-latn.js new file mode 100644 index 00000000..a424d9f8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sr-latn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sr.js new file mode 100644 index 00000000..3bf5fd86 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sv.js new file mode 100644 index 00000000..a58270b9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/sv.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/th.js new file mode 100644 index 00000000..e79598a3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/th.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/tr.js new file mode 100644 index 00000000..5127b8e9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/tr.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ug.js new file mode 100644 index 00000000..cf0c58f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/ug.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ug', { + label: 'ئۇسلۇب', + panelTitle: 'ئۇسلۇب', + panelTitle1: 'بۆلەك دەرىجىسىدىكى ئېلېمېنت ئۇسلۇبى', + panelTitle2: 'ئىچكى باغلانما ئېلېمېنت ئۇسلۇبى', + panelTitle3: 'نەڭ (Object) ئېلېمېنت ئۇسلۇبى' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/uk.js new file mode 100644 index 00000000..0f25db88 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/uk.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'uk', { + label: 'Стиль', + panelTitle: 'Стилі форматування', + panelTitle1: 'Блочні стилі', + panelTitle2: 'Рядкові стилі', + panelTitle3: 'Об\'єктні стилі' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/vi.js new file mode 100644 index 00000000..146b8bee --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/vi.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/zh-cn.js new file mode 100644 index 00000000..e2d4d773 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/zh-cn.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'zh-cn', { + label: '样式', + panelTitle: '样式', + panelTitle1: '块级元素样式', + panelTitle2: '内联元素样式', + panelTitle3: '对象元素样式' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/zh.js new file mode 100644 index 00000000..5ca54ec9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/stylescombo/lang/zh.js @@ -0,0 +1,11 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'zh', { + label: '樣式', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: '區塊樣式', + panelTitle2: '內嵌樣式', + panelTitle3: '物件樣式' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/dialogs/table.js b/lam/templates/lib/extra/ckeditor/plugins/table/dialogs/table.js new file mode 100644 index 00000000..75d23086 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/dialogs/table.js @@ -0,0 +1,555 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +( function() { + var defaultToPixel = CKEDITOR.tools.cssLength; + + var commitValue = function( data ) { + var id = this.id; + if ( !data.info ) + data.info = {}; + data.info[ id ] = this.getValue(); + }; + + function tableColumns( table ) { + var cols = 0, + maxCols = 0; + for ( var i = 0, row, rows = table.$.rows.length; i < rows; i++ ) { + row = table.$.rows[ i ], cols = 0; + for ( var j = 0, cell, cells = row.cells.length; j < cells; j++ ) { + cell = row.cells[ j ]; + cols += cell.colSpan; + } + + cols > maxCols && ( maxCols = cols ); + } + + return maxCols; + } + + + // Whole-positive-integer validator. + function validatorNum( msg ) { + return function() { + var value = this.getValue(), + pass = !!( CKEDITOR.dialog.validate.integer()( value ) && value > 0 ); + + if ( !pass ) { + alert( msg ); + this.select(); + } + + return pass; + }; + } + + function tableDialog( editor, command ) { + var makeElement = function( name ) { + return new CKEDITOR.dom.element( name, editor.document ); + }; + + var editable = editor.editable(); + + var dialogadvtab = editor.plugins.dialogadvtab; + + return { + title: editor.lang.table.title, + minWidth: 310, + minHeight: CKEDITOR.env.ie ? 310 : 280, + + onLoad: function() { + var dialog = this; + + var styles = dialog.getContentElement( 'advanced', 'advStyles' ); + + if ( styles ) { + styles.on( 'change', function( evt ) { + // Synchronize width value. + var width = this.getStyle( 'width', '' ), + txtWidth = dialog.getContentElement( 'info', 'txtWidth' ); + + txtWidth && txtWidth.setValue( width, true ); + + // Synchronize height value. + var height = this.getStyle( 'height', '' ), + txtHeight = dialog.getContentElement( 'info', 'txtHeight' ); + + txtHeight && txtHeight.setValue( height, true ); + } ); + } + }, + + onShow: function() { + // Detect if there's a selected table. + var selection = editor.getSelection(), + ranges = selection.getRanges(), + table; + + var rowsInput = this.getContentElement( 'info', 'txtRows' ), + colsInput = this.getContentElement( 'info', 'txtCols' ), + widthInput = this.getContentElement( 'info', 'txtWidth' ), + heightInput = this.getContentElement( 'info', 'txtHeight' ); + + if ( command == 'tableProperties' ) { + var selected = selection.getSelectedElement(); + if ( selected && selected.is( 'table' ) ) + table = selected; + else if ( ranges.length > 0 ) { + // Webkit could report the following range on cell selection (#4948): + //
] + if ( CKEDITOR.env.webkit ) + ranges[ 0 ].shrink( CKEDITOR.NODE_ELEMENT ); + + table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 ); + } + + // Save a reference to the selected table, and push a new set of default values. + this._.selectedElement = table; + } + + // Enable or disable the row, cols, width fields. + if ( table ) { + this.setupContent( table ); + rowsInput && rowsInput.disable(); + colsInput && colsInput.disable(); + } else { + rowsInput && rowsInput.enable(); + colsInput && colsInput.enable(); + } + + // Call the onChange method for the widht and height fields so + // they get reflected into the Advanced tab. + widthInput && widthInput.onChange(); + heightInput && heightInput.onChange(); + }, + onOk: function() { + var selection = editor.getSelection(), + bms = this._.selectedElement && selection.createBookmarks(); + + var table = this._.selectedElement || makeElement( 'table' ), + me = this, + data = {}; + + this.commitContent( data, table ); + + if ( data.info ) { + var info = data.info; + + // Generate the rows and cols. + if ( !this._.selectedElement ) { + var tbody = table.append( makeElement( 'tbody' ) ), + rows = parseInt( info.txtRows, 10 ) || 0, + cols = parseInt( info.txtCols, 10 ) || 0; + + for ( var i = 0; i < rows; i++ ) { + var row = tbody.append( makeElement( 'tr' ) ); + for ( var j = 0; j < cols; j++ ) { + var cell = row.append( makeElement( 'td' ) ); + cell.appendBogus(); + } + } + } + + // Modify the table headers. Depends on having rows and cols generated + // correctly so it can't be done in commit functions. + + // Should we make a ? + var headers = info.selHeaders; + if ( !table.$.tHead && ( headers == 'row' || headers == 'both' ) ) { + var thead = new CKEDITOR.dom.element( table.$.createTHead() ); + tbody = table.getElementsByTag( 'tbody' ).getItem( 0 ); + var theRow = tbody.getElementsByTag( 'tr' ).getItem( 0 ); + + // Change TD to TH: + for ( i = 0; i < theRow.getChildCount(); i++ ) { + var th = theRow.getChild( i ); + // Skip bookmark nodes. (#6155) + if ( th.type == CKEDITOR.NODE_ELEMENT && !th.data( 'cke-bookmark' ) ) { + th.renameNode( 'th' ); + th.setAttribute( 'scope', 'col' ); + } + } + thead.append( theRow.remove() ); + } + + if ( table.$.tHead !== null && !( headers == 'row' || headers == 'both' ) ) { + // Move the row out of the THead and put it in the TBody: + thead = new CKEDITOR.dom.element( table.$.tHead ); + tbody = table.getElementsByTag( 'tbody' ).getItem( 0 ); + + var previousFirstRow = tbody.getFirst(); + while ( thead.getChildCount() > 0 ) { + theRow = thead.getFirst(); + for ( i = 0; i < theRow.getChildCount(); i++ ) { + var newCell = theRow.getChild( i ); + if ( newCell.type == CKEDITOR.NODE_ELEMENT ) { + newCell.renameNode( 'td' ); + newCell.removeAttribute( 'scope' ); + } + } + theRow.insertBefore( previousFirstRow ); + } + thead.remove(); + } + + // Should we make all first cells in a row TH? + if ( !this.hasColumnHeaders && ( headers == 'col' || headers == 'both' ) ) { + for ( row = 0; row < table.$.rows.length; row++ ) { + newCell = new CKEDITOR.dom.element( table.$.rows[ row ].cells[ 0 ] ); + newCell.renameNode( 'th' ); + newCell.setAttribute( 'scope', 'row' ); + } + } + + // Should we make all first TH-cells in a row make TD? If 'yes' we do it the other way round :-) + if ( ( this.hasColumnHeaders ) && !( headers == 'col' || headers == 'both' ) ) { + for ( i = 0; i < table.$.rows.length; i++ ) { + row = new CKEDITOR.dom.element( table.$.rows[ i ] ); + if ( row.getParent().getName() == 'tbody' ) { + newCell = new CKEDITOR.dom.element( row.$.cells[ 0 ] ); + newCell.renameNode( 'td' ); + newCell.removeAttribute( 'scope' ); + } + } + } + + // Set the width and height. + info.txtHeight ? table.setStyle( 'height', info.txtHeight ) : table.removeStyle( 'height' ); + info.txtWidth ? table.setStyle( 'width', info.txtWidth ) : table.removeStyle( 'width' ); + + if ( !table.getAttribute( 'style' ) ) + table.removeAttribute( 'style' ); + } + + // Insert the table element if we're creating one. + if ( !this._.selectedElement ) { + editor.insertElement( table ); + // Override the default cursor position after insertElement to place + // cursor inside the first cell (#7959), IE needs a while. + setTimeout( function() { + var firstCell = new CKEDITOR.dom.element( table.$.rows[ 0 ].cells[ 0 ] ); + var range = editor.createRange(); + range.moveToPosition( firstCell, CKEDITOR.POSITION_AFTER_START ); + range.select(); + }, 0 ); + } + // Properly restore the selection, (#4822) but don't break + // because of this, e.g. updated table caption. + else + try { + selection.selectBookmarks( bms ); + } catch ( er ) {} + }, + contents: [ + { + id: 'info', + label: editor.lang.table.title, + elements: [ + { + type: 'hbox', + widths: [ null, null ], + styles: [ 'vertical-align:top' ], + children: [ + { + type: 'vbox', + padding: 0, + children: [ + { + type: 'text', + id: 'txtRows', + 'default': 3, + label: editor.lang.table.rows, + required: true, + controlStyle: 'width:5em', + validate: validatorNum( editor.lang.table.invalidRows ), + setup: function( selectedElement ) { + this.setValue( selectedElement.$.rows.length ); + }, + commit: commitValue + }, + { + type: 'text', + id: 'txtCols', + 'default': 2, + label: editor.lang.table.columns, + required: true, + controlStyle: 'width:5em', + validate: validatorNum( editor.lang.table.invalidCols ), + setup: function( selectedTable ) { + this.setValue( tableColumns( selectedTable ) ); + }, + commit: commitValue + }, + { + type: 'html', + html: ' ' + }, + { + type: 'select', + id: 'selHeaders', + requiredContent: 'th', + 'default': '', + label: editor.lang.table.headers, + items: [ + [ editor.lang.table.headersNone, '' ], + [ editor.lang.table.headersRow, 'row' ], + [ editor.lang.table.headersColumn, 'col' ], + [ editor.lang.table.headersBoth, 'both' ] + ], + setup: function( selectedTable ) { + // Fill in the headers field. + var dialog = this.getDialog(); + dialog.hasColumnHeaders = true; + + // Check if all the first cells in every row are TH + for ( var row = 0; row < selectedTable.$.rows.length; row++ ) { + // If just one cell isn't a TH then it isn't a header column + var headCell = selectedTable.$.rows[ row ].cells[ 0 ]; + if ( headCell && headCell.nodeName.toLowerCase() != 'th' ) { + dialog.hasColumnHeaders = false; + break; + } + } + + // Check if the table contains . + if ( ( selectedTable.$.tHead !== null ) ) + this.setValue( dialog.hasColumnHeaders ? 'both' : 'row' ); + else + this.setValue( dialog.hasColumnHeaders ? 'col' : '' ); + }, + commit: commitValue + }, + { + type: 'text', + id: 'txtBorder', + requiredContent: 'table[border]', + // Avoid setting border which will then disappear. + 'default': editor.filter.check( 'table[border]' ) ? 1 : 0, + label: editor.lang.table.border, + controlStyle: 'width:3em', + validate: CKEDITOR.dialog.validate[ 'number' ]( editor.lang.table.invalidBorder ), + setup: function( selectedTable ) { + this.setValue( selectedTable.getAttribute( 'border' ) || '' ); + }, + commit: function( data, selectedTable ) { + if ( this.getValue() ) + selectedTable.setAttribute( 'border', this.getValue() ); + else + selectedTable.removeAttribute( 'border' ); + } + }, + { + id: 'cmbAlign', + type: 'select', + requiredContent: 'table[align]', + 'default': '', + label: editor.lang.common.align, + items: [ + [ editor.lang.common.notSet, '' ], + [ editor.lang.common.alignLeft, 'left' ], + [ editor.lang.common.alignCenter, 'center' ], + [ editor.lang.common.alignRight, 'right' ] + ], + setup: function( selectedTable ) { + this.setValue( selectedTable.getAttribute( 'align' ) || '' ); + }, + commit: function( data, selectedTable ) { + if ( this.getValue() ) + selectedTable.setAttribute( 'align', this.getValue() ); + else + selectedTable.removeAttribute( 'align' ); + } + } + ] + }, + { + type: 'vbox', + padding: 0, + children: [ + { + type: 'hbox', + widths: [ '5em' ], + children: [ + { + type: 'text', + id: 'txtWidth', + requiredContent: 'table{width}', + controlStyle: 'width:5em', + label: editor.lang.common.width, + title: editor.lang.common.cssLengthTooltip, + // Smarter default table width. (#9600) + 'default': editor.filter.check( 'table{width}' ) ? ( editable.getSize( 'width' ) < 500 ? '100%' : 500 ) : 0, + getValue: defaultToPixel, + validate: CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', editor.lang.common.width ) ), + onChange: function() { + var styles = this.getDialog().getContentElement( 'advanced', 'advStyles' ); + styles && styles.updateStyle( 'width', this.getValue() ); + }, + setup: function( selectedTable ) { + var val = selectedTable.getStyle( 'width' ); + this.setValue( val ); + }, + commit: commitValue + } + ] + }, + { + type: 'hbox', + widths: [ '5em' ], + children: [ + { + type: 'text', + id: 'txtHeight', + requiredContent: 'table{height}', + controlStyle: 'width:5em', + label: editor.lang.common.height, + title: editor.lang.common.cssLengthTooltip, + 'default': '', + getValue: defaultToPixel, + validate: CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', editor.lang.common.height ) ), + onChange: function() { + var styles = this.getDialog().getContentElement( 'advanced', 'advStyles' ); + styles && styles.updateStyle( 'height', this.getValue() ); + }, + + setup: function( selectedTable ) { + var val = selectedTable.getStyle( 'height' ); + val && this.setValue( val ); + }, + commit: commitValue + } + ] + }, + { + type: 'html', + html: ' ' + }, + { + type: 'text', + id: 'txtCellSpace', + requiredContent: 'table[cellspacing]', + controlStyle: 'width:3em', + label: editor.lang.table.cellSpace, + 'default': editor.filter.check( 'table[cellspacing]' ) ? 1 : 0, + validate: CKEDITOR.dialog.validate.number( editor.lang.table.invalidCellSpacing ), + setup: function( selectedTable ) { + this.setValue( selectedTable.getAttribute( 'cellSpacing' ) || '' ); + }, + commit: function( data, selectedTable ) { + if ( this.getValue() ) + selectedTable.setAttribute( 'cellSpacing', this.getValue() ); + else + selectedTable.removeAttribute( 'cellSpacing' ); + } + }, + { + type: 'text', + id: 'txtCellPad', + requiredContent: 'table[cellpadding]', + controlStyle: 'width:3em', + label: editor.lang.table.cellPad, + 'default': editor.filter.check( 'table[cellpadding]' ) ? 1 : 0, + validate: CKEDITOR.dialog.validate.number( editor.lang.table.invalidCellPadding ), + setup: function( selectedTable ) { + this.setValue( selectedTable.getAttribute( 'cellPadding' ) || '' ); + }, + commit: function( data, selectedTable ) { + if ( this.getValue() ) + selectedTable.setAttribute( 'cellPadding', this.getValue() ); + else + selectedTable.removeAttribute( 'cellPadding' ); + } + } + ] + } + ] + }, + { + type: 'html', + align: 'right', + html: '' + }, + { + type: 'vbox', + padding: 0, + children: [ + { + type: 'text', + id: 'txtCaption', + requiredContent: 'caption', + label: editor.lang.table.caption, + setup: function( selectedTable ) { + this.enable(); + + var nodeList = selectedTable.getElementsByTag( 'caption' ); + if ( nodeList.count() > 0 ) { + var caption = nodeList.getItem( 0 ); + var firstElementChild = caption.getFirst( CKEDITOR.dom.walker.nodeType( CKEDITOR.NODE_ELEMENT ) ); + + if ( firstElementChild && !firstElementChild.equals( caption.getBogus() ) ) { + this.disable(); + this.setValue( caption.getText() ); + return; + } + + caption = CKEDITOR.tools.trim( caption.getText() ); + this.setValue( caption ); + } + }, + commit: function( data, table ) { + if ( !this.isEnabled() ) + return; + + var caption = this.getValue(), + captionElement = table.getElementsByTag( 'caption' ); + if ( caption ) { + if ( captionElement.count() > 0 ) { + captionElement = captionElement.getItem( 0 ); + captionElement.setHtml( '' ); + } else { + captionElement = new CKEDITOR.dom.element( 'caption', editor.document ); + if ( table.getChildCount() ) + captionElement.insertBefore( table.getFirst() ); + else + captionElement.appendTo( table ); + } + captionElement.append( new CKEDITOR.dom.text( caption, editor.document ) ); + } else if ( captionElement.count() > 0 ) { + for ( var i = captionElement.count() - 1; i >= 0; i-- ) + captionElement.getItem( i ).remove(); + } + } + }, + { + type: 'text', + id: 'txtSummary', + requiredContent: 'table[summary]', + label: editor.lang.table.summary, + setup: function( selectedTable ) { + this.setValue( selectedTable.getAttribute( 'summary' ) || '' ); + }, + commit: function( data, selectedTable ) { + if ( this.getValue() ) + selectedTable.setAttribute( 'summary', this.getValue() ); + else + selectedTable.removeAttribute( 'summary' ); + } + } + ] + } + ] + }, + dialogadvtab && dialogadvtab.createAdvancedTab( editor, null, 'table' ) + ] + }; + } + + CKEDITOR.dialog.add( 'table', function( editor ) { + return tableDialog( editor, 'table' ); + } ); + CKEDITOR.dialog.add( 'tableProperties', function( editor ) { + return tableDialog( editor, 'tableProperties' ); + } ); +} )(); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/icons/table.png b/lam/templates/lib/extra/ckeditor/plugins/table/icons/table.png new file mode 100644 index 00000000..03817163 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/table/icons/table.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/af.js new file mode 100644 index 00000000..3ccd9e72 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/af.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'af', { + border: 'Randbreedte', + caption: 'Naam', + cell: { + menu: 'Sel', + insertBefore: 'Voeg sel in voor', + insertAfter: 'Voeg sel in na', + deleteCell: 'Verwyder sel', + merge: 'Voeg selle saam', + mergeRight: 'Voeg saam na regs', + mergeDown: 'Voeg saam ondertoe', + splitHorizontal: 'Splits sel horisontaal', + splitVertical: 'Splits sel vertikaal', + title: 'Sel eienskappe', + cellType: 'Sel tipe', + rowSpan: 'Omspan rye', + colSpan: 'Omspan kolomme', + wordWrap: 'Woord terugloop', + hAlign: 'Horisontale oplyning', + vAlign: 'Vertikale oplyning', + alignBaseline: 'Basislyn', + bgColor: 'Agtergrondkleur', + borderColor: 'Randkleur', + data: 'Inhoud', + header: 'Opskrif', + yes: 'Ja', + no: 'Nee', + invalidWidth: 'Selbreedte moet \'n getal wees.', + invalidHeight: 'Selhoogte moet \'n getal wees.', + invalidRowSpan: 'Omspan rye moet \'n heelgetal wees.', + invalidColSpan: 'Omspan kolomme moet \'n heelgetal wees.', + chooseColor: 'Kies' + }, + cellPad: 'Sel-spasie', + cellSpace: 'Sel-afstand', + column: { + menu: 'Kolom', + insertBefore: 'Voeg kolom in voor', + insertAfter: 'Voeg kolom in na', + deleteColumn: 'Verwyder kolom' + }, + columns: 'Kolomme', + deleteTable: 'Verwyder tabel', + headers: 'Opskrifte', + headersBoth: 'Beide ', + headersColumn: 'Eerste kolom', + headersNone: 'Geen', + headersRow: 'Eerste ry', + invalidBorder: 'Randbreedte moet \'n getal wees.', + invalidCellPadding: 'Sel-spasie moet \'n getal wees.', + invalidCellSpacing: 'Sel-afstand moet \'n getal wees.', + invalidCols: 'Aantal kolomme moet \'n getal groter as 0 wees.', + invalidHeight: 'Tabelhoogte moet \'n getal wees.', + invalidRows: 'Aantal rye moet \'n getal groter as 0 wees.', + invalidWidth: 'Tabelbreedte moet \'n getal wees.', + menu: 'Tabel eienskappe', + row: { + menu: 'Ry', + insertBefore: 'Voeg ry in voor', + insertAfter: 'Voeg ry in na', + deleteRow: 'Verwyder ry' + }, + rows: 'Rye', + summary: 'Opsomming', + title: 'Tabel eienskappe', + toolbar: 'Tabel', + widthPc: 'persent', + widthPx: 'piksels', + widthUnit: 'breedte-eenheid' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ar.js new file mode 100644 index 00000000..a868afd5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ar.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ar', { + border: 'الحدود', + caption: 'الوصف', + cell: { + menu: 'خلية', + insertBefore: 'إدراج خلية قبل', + insertAfter: 'إدراج خلية بعد', + deleteCell: 'حذف خلية', + merge: 'دمج خلايا', + mergeRight: 'دمج لليمين', + mergeDown: 'دمج للأسفل', + splitHorizontal: 'تقسيم الخلية أفقياً', + splitVertical: 'تقسيم الخلية عمودياً', + title: 'خصائص الخلية', + cellType: 'نوع الخلية', + rowSpan: 'امتداد الصفوف', + colSpan: 'امتداد الأعمدة', + wordWrap: 'التفاف النص', + hAlign: 'محاذاة أفقية', + vAlign: 'محاذاة رأسية', + alignBaseline: 'خط القاعدة', + bgColor: 'لون الخلفية', + borderColor: 'لون الحدود', + data: 'بيانات', + header: 'عنوان', + yes: 'نعم', + no: 'لا', + invalidWidth: 'عرض الخلية يجب أن يكون عدداً.', + invalidHeight: 'ارتفاع الخلية يجب أن يكون عدداً.', + invalidRowSpan: 'امتداد الصفوف يجب أن يكون عدداً صحيحاً.', + invalidColSpan: 'امتداد الأعمدة يجب أن يكون عدداً صحيحاً.', + chooseColor: 'اختر' + }, + cellPad: 'المسافة البادئة', + cellSpace: 'تباعد الخلايا', + column: { + menu: 'عمود', + insertBefore: 'إدراج عمود قبل', + insertAfter: 'إدراج عمود بعد', + deleteColumn: 'حذف أعمدة' + }, + columns: 'أعمدة', + deleteTable: 'حذف الجدول', + headers: 'العناوين', + headersBoth: 'كلاهما', + headersColumn: 'العمود الأول', + headersNone: 'بدون', + headersRow: 'الصف الأول', + invalidBorder: 'حجم الحد يجب أن يكون عدداً.', + invalidCellPadding: 'المسافة البادئة يجب أن تكون عدداً', + invalidCellSpacing: 'المسافة بين الخلايا يجب أن تكون عدداً.', + invalidCols: 'عدد الأعمدة يجب أن يكون عدداً أكبر من صفر.', + invalidHeight: 'ارتفاع الجدول يجب أن يكون عدداً.', + invalidRows: 'عدد الصفوف يجب أن يكون عدداً أكبر من صفر.', + invalidWidth: 'عرض الجدول يجب أن يكون عدداً.', + menu: 'خصائص الجدول', + row: { + menu: 'صف', + insertBefore: 'إدراج صف قبل', + insertAfter: 'إدراج صف بعد', + deleteRow: 'حذف صفوف' + }, + rows: 'صفوف', + summary: 'الخلاصة', + title: 'خصائص الجدول', + toolbar: 'جدول', + widthPc: 'بالمئة', + widthPx: 'بكسل', + widthUnit: 'وحدة العرض' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/bg.js new file mode 100644 index 00000000..ff0c2595 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/bg.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'bg', { + border: 'Размер на рамката', + caption: 'Заглавие', + cell: { + menu: 'Клетка', + insertBefore: 'Вмъкване на клетка преди', + insertAfter: 'Вмъкване на клетка след', + deleteCell: 'Изтриване на клетки', + merge: 'Сливане на клетки', + mergeRight: 'Сливане в дясно', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Настройки на клетката', + cellType: 'Тип на клетката', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Авто. пренос', + hAlign: 'Хоризонтално подравняване', + vAlign: 'Вертикално подравняване', + alignBaseline: 'Базова линия', + bgColor: 'Фон', + borderColor: 'Цвят на рамката', + data: 'Данни', + header: 'Хедър', + yes: 'Да', + no: 'Не', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Изберете' + }, + cellPad: 'Отделяне на клетките', + cellSpace: 'Разтояние между клетките', + column: { + menu: 'Колона', + insertBefore: 'Вмъкване на колона преди', + insertAfter: 'Вмъкване на колона след', + deleteColumn: 'Изтриване на колони' + }, + columns: 'Колони', + deleteTable: 'Изтриване на таблица', + headers: 'Хедъри', + headersBoth: 'Заедно', + headersColumn: 'Първа колона', + headersNone: 'Няма', + headersRow: 'Първи ред', + invalidBorder: 'Размерът на рамката трябва да е число.', + invalidCellPadding: 'Отстоянието на клетките трябва да е позитивно число.', + invalidCellSpacing: 'Интервала в клетките трябва да е позитивно число.', + invalidCols: 'Броят колони трябва да е по-голям от 0.', + invalidHeight: 'Височината на таблицата трябва да е число.', + invalidRows: 'Броят редове трябва да е по-голям от 0.', + invalidWidth: 'Ширината на таблицата трябва да е число.', + menu: 'Настройки на таблицата', + row: { + menu: 'Ред', + insertBefore: 'Вмъкване на ред преди', + insertAfter: 'Вмъкване на ред след', + deleteRow: 'Изтриване на редове' + }, + rows: 'Редове', + summary: 'Обща информация', + title: 'Настройки на таблицата', + toolbar: 'Таблица', + widthPc: 'процент', + widthPx: 'пиксела', + widthUnit: 'единица за ширина' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/bn.js new file mode 100644 index 00000000..21a2e9f7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/bn.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'bn', { + border: 'বর্ডার সাইজ', + caption: 'শীর্ষক', + cell: { + menu: 'সেল', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'সেল মুছে দাও', + merge: 'সেল জোড়া দাও', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'সেল প্যাডিং', + cellSpace: 'সেল স্পেস', + column: { + menu: 'কলাম', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'কলাম মুছে দাও' + }, + columns: 'কলাম', + deleteTable: 'টেবিল ডিলীট কর', + headers: 'Headers', // MISSING + headersBoth: 'Both', // MISSING + headersColumn: 'First column', // MISSING + headersNone: 'None', + headersRow: 'First Row', // MISSING + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Table width must be a number.', // MISSING + menu: 'টেবিল প্রোপার্টি', + row: { + menu: 'রো', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'রো মুছে দাও' + }, + rows: 'রো', + summary: 'সারাংশ', + title: 'টেবিল প্রোপার্টি', + toolbar: 'টেবিলের লেবেল যুক্ত কর', + widthPc: 'শতকরা', + widthPx: 'পিক্সেল', + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/bs.js new file mode 100644 index 00000000..8b72046f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/bs.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'bs', { + border: 'Okvir', + caption: 'Naslov', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Briši æelije', + merge: 'Spoji æelije', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Uvod æelija', + cellSpace: 'Razmak æelija', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Briši kolone' + }, + columns: 'Kolona', + deleteTable: 'Delete Table', // MISSING + headers: 'Headers', // MISSING + headersBoth: 'Both', // MISSING + headersColumn: 'First column', // MISSING + headersNone: 'None', + headersRow: 'First Row', // MISSING + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Table width must be a number.', // MISSING + menu: 'Svojstva tabele', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Briši redove' + }, + rows: 'Redova', + summary: 'Summary', // MISSING + title: 'Svojstva tabele', + toolbar: 'Tabela', + widthPc: 'posto', + widthPx: 'piksela', + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ca.js new file mode 100644 index 00000000..68124b07 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ca.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ca', { + border: 'Mida vora', + caption: 'Títol', + cell: { + menu: 'Cel·la', + insertBefore: 'Insereix abans', + insertAfter: 'Insereix després', + deleteCell: 'Suprimeix', + merge: 'Fusiona', + mergeRight: 'Fusiona a la dreta', + mergeDown: 'Fusiona avall', + splitHorizontal: 'Divideix horitzontalment', + splitVertical: 'Divideix verticalment', + title: 'Propietats de la cel·la', + cellType: 'Tipus de cel·la', + rowSpan: 'Expansió de files', + colSpan: 'Expansió de columnes', + wordWrap: 'Ajustar al contingut', + hAlign: 'Alineació Horizontal', + vAlign: 'Alineació Vertical', + alignBaseline: 'A la línia base', + bgColor: 'Color de fons', + borderColor: 'Color de la vora', + data: 'Dades', + header: 'Capçalera', + yes: 'Sí', + no: 'No', + invalidWidth: 'L\'amplada de cel·la ha de ser un nombre.', + invalidHeight: 'L\'alçada de cel·la ha de ser un nombre.', + invalidRowSpan: 'L\'expansió de files ha de ser un nombre enter.', + invalidColSpan: 'L\'expansió de columnes ha de ser un nombre enter.', + chooseColor: 'Trieu' + }, + cellPad: 'Encoixinament de cel·les', + cellSpace: 'Espaiat de cel·les', + column: { + menu: 'Columna', + insertBefore: 'Insereix columna abans de', + insertAfter: 'Insereix columna darrera', + deleteColumn: 'Suprimeix una columna' + }, + columns: 'Columnes', + deleteTable: 'Suprimeix la taula', + headers: 'Capçaleres', + headersBoth: 'Ambdues', + headersColumn: 'Primera columna', + headersNone: 'Cap', + headersRow: 'Primera fila', + invalidBorder: 'El gruix de la vora ha de ser un nombre.', + invalidCellPadding: 'L\'encoixinament de cel·la ha de ser un nombre.', + invalidCellSpacing: 'L\'espaiat de cel·la ha de ser un nombre.', + invalidCols: 'El nombre de columnes ha de ser un nombre major que 0.', + invalidHeight: 'L\'alçada de la taula ha de ser un nombre.', + invalidRows: 'El nombre de files ha de ser un nombre major que 0.', + invalidWidth: 'L\'amplada de la taula ha de ser un nombre.', + menu: 'Propietats de la taula', + row: { + menu: 'Fila', + insertBefore: 'Insereix fila abans de', + insertAfter: 'Insereix fila darrera', + deleteRow: 'Suprimeix una fila' + }, + rows: 'Files', + summary: 'Resum', + title: 'Propietats de la taula', + toolbar: 'Taula', + widthPc: 'percentatge', + widthPx: 'píxels', + widthUnit: 'unitat d\'amplada' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/cs.js new file mode 100644 index 00000000..61a449e3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/cs.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'cs', { + border: 'Ohraničení', + caption: 'Popis', + cell: { + menu: 'Buňka', + insertBefore: 'Vložit buňku před', + insertAfter: 'Vložit buňku za', + deleteCell: 'Smazat buňky', + merge: 'Sloučit buňky', + mergeRight: 'Sloučit doprava', + mergeDown: 'Sloučit dolů', + splitHorizontal: 'Rozdělit buňky vodorovně', + splitVertical: 'Rozdělit buňky svisle', + title: 'Vlastnosti buňky', + cellType: 'Typ buňky', + rowSpan: 'Spojit řádky', + colSpan: 'Spojit sloupce', + wordWrap: 'Zalamování', + hAlign: 'Vodorovné zarovnání', + vAlign: 'Svislé zarovnání', + alignBaseline: 'Na účaří', + bgColor: 'Barva pozadí', + borderColor: 'Barva okraje', + data: 'Data', + header: 'Hlavička', + yes: 'Ano', + no: 'Ne', + invalidWidth: 'Šířka buňky musí být číslo.', + invalidHeight: 'Zadaná výška buňky musí být číslená.', + invalidRowSpan: 'Zadaný počet sloučených řádků musí být celé číslo.', + invalidColSpan: 'Zadaný počet sloučených sloupců musí být celé číslo.', + chooseColor: 'Výběr' + }, + cellPad: 'Odsazení obsahu v buňce', + cellSpace: 'Vzdálenost buněk', + column: { + menu: 'Sloupec', + insertBefore: 'Vložit sloupec před', + insertAfter: 'Vložit sloupec za', + deleteColumn: 'Smazat sloupec' + }, + columns: 'Sloupce', + deleteTable: 'Smazat tabulku', + headers: 'Záhlaví', + headersBoth: 'Obojí', + headersColumn: 'První sloupec', + headersNone: 'Žádné', + headersRow: 'První řádek', + invalidBorder: 'Zdaná velikost okraje musí být číselná.', + invalidCellPadding: 'Zadané odsazení obsahu v buňce musí být číselné.', + invalidCellSpacing: 'Zadaná vzdálenost buněk musí být číselná.', + invalidCols: 'Počet sloupců musí být číslo větší než 0.', + invalidHeight: 'Zadaná výška tabulky musí být číselná.', + invalidRows: 'Počet řádků musí být číslo větší než 0.', + invalidWidth: 'Šířka tabulky musí být číslo.', + menu: 'Vlastnosti tabulky', + row: { + menu: 'Řádek', + insertBefore: 'Vložit řádek před', + insertAfter: 'Vložit řádek za', + deleteRow: 'Smazat řádky' + }, + rows: 'Řádky', + summary: 'Souhrn', + title: 'Vlastnosti tabulky', + toolbar: 'Tabulka', + widthPc: 'procent', + widthPx: 'bodů', + widthUnit: 'jednotka šířky' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/cy.js new file mode 100644 index 00000000..6be754fd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/cy.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'cy', { + border: 'Maint yr Ymyl', + caption: 'Pennawd', + cell: { + menu: 'Cell', + insertBefore: 'Mewnosod Cell Cyn', + insertAfter: 'Mewnosod Cell Ar Ôl', + deleteCell: 'Dileu Celloedd', + merge: 'Cyfuno Celloedd', + mergeRight: 'Cyfuno i\'r Dde', + mergeDown: 'Cyfuno i Lawr', + splitHorizontal: 'Hollti\'r Gell yn Lorweddol', + splitVertical: 'Hollti\'r Gell yn Fertigol', + title: 'Priodweddau\'r Gell', + cellType: 'Math y Gell', + rowSpan: 'Rhychwant Rhesi', + colSpan: 'Rhychwant Colofnau', + wordWrap: 'Lapio Geiriau', + hAlign: 'Aliniad Llorweddol', + vAlign: 'Aliniad Fertigol', + alignBaseline: 'Baslinell', + bgColor: 'Lliw Cefndir', + borderColor: 'Lliw Ymyl', + data: 'Data', + header: 'Pennyn', + yes: 'Ie', + no: 'Na', + invalidWidth: 'Mae\'n rhaid i led y gell fod yn rhif.', + invalidHeight: 'Mae\'n rhaid i uchder y gell fod yn rhif.', + invalidRowSpan: 'Mae\'n rhaid i rychwant y rhesi fod yn gyfanrif.', + invalidColSpan: 'Mae\'n rhaid i rychwant y colofnau fod yn gyfanrif.', + chooseColor: 'Dewis' + }, + cellPad: 'Padio\'r gell', + cellSpace: 'Bylchiad y gell', + column: { + menu: 'Colofn', + insertBefore: 'Mewnosod Colofn Cyn', + insertAfter: 'Mewnosod Colofn Ar Ôl', + deleteColumn: 'Dileu Colofnau' + }, + columns: 'Colofnau', + deleteTable: 'Dileu Tabl', + headers: 'Penynnau', + headersBoth: 'Y Ddau', + headersColumn: 'Colofn gyntaf', + headersNone: 'Dim', + headersRow: 'Rhes gyntaf', + invalidBorder: 'Mae\'n rhaid i faint yr ymyl fod yn rhif.', + invalidCellPadding: 'Mae\'n rhaid i badiad y gell fod yn rhif positif.', + invalidCellSpacing: 'Mae\'n rhaid i fylchiad y gell fod yn rhif positif.', + invalidCols: 'Mae\'n rhaid cael o leiaf un golofn.', + invalidHeight: 'Mae\'n rhaid i uchder y tabl fod yn rhif.', + invalidRows: 'Mae\'n rhaid cael o leiaf un rhes.', + invalidWidth: 'Mae\'n rhaid i led y tabl fod yn rhif.', + menu: 'Priodweddau\'r Tabl', + row: { + menu: 'Rhes', + insertBefore: 'Mewnosod Rhes Cyn', + insertAfter: 'Mewnosod Rhes Ar Ôl', + deleteRow: 'Dileu Rhesi' + }, + rows: 'Rhesi', + summary: 'Crynodeb', + title: 'Priodweddau\'r Tabl', + toolbar: 'Tabl', + widthPc: 'y cant', + widthPx: 'picsel', + widthUnit: 'uned lled' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/da.js new file mode 100644 index 00000000..e6146c74 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/da.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'da', { + border: 'Rammebredde', + caption: 'Titel', + cell: { + menu: 'Celle', + insertBefore: 'Indsæt celle før', + insertAfter: 'Indsæt celle efter', + deleteCell: 'Slet celle', + merge: 'Flet celler', + mergeRight: 'Flet til højre', + mergeDown: 'Flet nedad', + splitHorizontal: 'Del celle vandret', + splitVertical: 'Del celle lodret', + title: 'Celleegenskaber', + cellType: 'Celletype', + rowSpan: 'Række span (rows span)', + colSpan: 'Kolonne span (columns span)', + wordWrap: 'Tekstombrydning', + hAlign: 'Vandret justering', + vAlign: 'Lodret justering', + alignBaseline: 'Grundlinje', + bgColor: 'Baggrundsfarve', + borderColor: 'Rammefarve', + data: 'Data', + header: 'Hoved', + yes: 'Ja', + no: 'Nej', + invalidWidth: 'Cellebredde skal være et tal.', + invalidHeight: 'Cellehøjde skal være et tal.', + invalidRowSpan: 'Række span skal være et heltal.', + invalidColSpan: 'Kolonne span skal være et heltal.', + chooseColor: 'Vælg' + }, + cellPad: 'Cellemargen', + cellSpace: 'Celleafstand', + column: { + menu: 'Kolonne', + insertBefore: 'Indsæt kolonne før', + insertAfter: 'Indsæt kolonne efter', + deleteColumn: 'Slet kolonne' + }, + columns: 'Kolonner', + deleteTable: 'Slet tabel', + headers: 'Hoved', + headersBoth: 'Begge', + headersColumn: 'Første kolonne', + headersNone: 'Ingen', + headersRow: 'Første række', + invalidBorder: 'Rammetykkelse skal være et tal.', + invalidCellPadding: 'Cellemargen skal være et tal.', + invalidCellSpacing: 'Celleafstand skal være et tal.', + invalidCols: 'Antallet af kolonner skal være større end 0.', + invalidHeight: 'Tabelhøjde skal være et tal.', + invalidRows: 'Antallet af rækker skal være større end 0.', + invalidWidth: 'Tabelbredde skal være et tal.', + menu: 'Egenskaber for tabel', + row: { + menu: 'Række', + insertBefore: 'Indsæt række før', + insertAfter: 'Indsæt række efter', + deleteRow: 'Slet række' + }, + rows: 'Rækker', + summary: 'Resumé', + title: 'Egenskaber for tabel', + toolbar: 'Tabel', + widthPc: 'procent', + widthPx: 'pixels', + widthUnit: 'Bredde på enhed' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/de.js new file mode 100644 index 00000000..52c811ec --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/de.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'de', { + border: 'Rahmen', + caption: 'Überschrift', + cell: { + menu: 'Zelle', + insertBefore: 'Zelle davor einfügen', + insertAfter: 'Zelle danach einfügen', + deleteCell: 'Zelle löschen', + merge: 'Zellen verbinden', + mergeRight: 'Nach rechts verbinden', + mergeDown: 'Nach unten verbinden', + splitHorizontal: 'Zelle horizontal teilen', + splitVertical: 'Zelle vertikal teilen', + title: 'Zellen-Eigenschaften', + cellType: 'Zellart', + rowSpan: 'Anzahl Zeilen verbinden', + colSpan: 'Anzahl Spalten verbinden', + wordWrap: 'Zeilenumbruch', + hAlign: 'Horizontale Ausrichtung', + vAlign: 'Vertikale Ausrichtung', + alignBaseline: 'Grundlinie', + bgColor: 'Hintergrundfarbe', + borderColor: 'Rahmenfarbe', + data: 'Daten', + header: 'Überschrift', + yes: 'Ja', + no: 'Nein', + invalidWidth: 'Zellenbreite muß eine Zahl sein.', + invalidHeight: 'Zellenhöhe muß eine Zahl sein.', + invalidRowSpan: '"Anzahl Zeilen verbinden" muss eine Ganzzahl sein.', + invalidColSpan: '"Anzahl Spalten verbinden" muss eine Ganzzahl sein.', + chooseColor: 'Wählen' + }, + cellPad: 'Zellenabstand innen', + cellSpace: 'Zellenabstand außen', + column: { + menu: 'Spalte', + insertBefore: 'Spalte links davor einfügen', + insertAfter: 'Spalte rechts danach einfügen', + deleteColumn: 'Spalte löschen' + }, + columns: 'Spalte', + deleteTable: 'Tabelle löschen', + headers: 'Kopfzeile', + headersBoth: 'Beide', + headersColumn: 'Erste Spalte', + headersNone: 'Keine', + headersRow: 'Erste Zeile', + invalidBorder: 'Die Rahmenbreite muß eine Zahl sein.', + invalidCellPadding: 'Der Zellenabstand innen muß eine positive Zahl sein.', + invalidCellSpacing: 'Der Zellenabstand außen muß eine positive Zahl sein.', + invalidCols: 'Die Anzahl der Spalten muß größer als 0 sein..', + invalidHeight: 'Die Tabellenbreite muß eine Zahl sein.', + invalidRows: 'Die Anzahl der Zeilen muß größer als 0 sein.', + invalidWidth: 'Die Tabellenbreite muss eine Zahl sein.', + menu: 'Tabellen-Eigenschaften', + row: { + menu: 'Zeile', + insertBefore: 'Zeile oberhalb einfügen', + insertAfter: 'Zeile unterhalb einfügen', + deleteRow: 'Zeile entfernen' + }, + rows: 'Zeile', + summary: 'Inhaltsübersicht', + title: 'Tabellen-Eigenschaften', + toolbar: 'Tabelle', + widthPc: '%', + widthPx: 'Pixel', + widthUnit: 'Breite Einheit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/el.js new file mode 100644 index 00000000..2f119cb6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/el.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'el', { + border: 'Πάχος Περιγράμματος', + caption: 'Λεζάντα', + cell: { + menu: 'Κελί', + insertBefore: 'Εισαγωγή Κελιού Πριν', + insertAfter: 'Εισαγωγή Κελιού Μετά', + deleteCell: 'Διαγραφή Κελιών', + merge: 'Ενοποίηση Κελιών', + mergeRight: 'Συγχώνευση Με Δεξιά', + mergeDown: 'Συγχώνευση Με Κάτω', + splitHorizontal: 'Οριζόντια Διαίρεση Κελιού', + splitVertical: 'Κατακόρυφη Διαίρεση Κελιού', + title: 'Ιδιότητες Κελιού', + cellType: 'Τύπος Κελιού', + rowSpan: 'Εύρος Γραμμών', + colSpan: 'Εύρος Στηλών', + wordWrap: 'Αναδίπλωση Λέξεων', + hAlign: 'Οριζόντια Στοίχιση', + vAlign: 'Κάθετη Στοίχιση', + alignBaseline: 'Baseline', // MISSING + bgColor: 'Χρώμα Φόντου', + borderColor: 'Χρώμα Περιγράμματος', + data: 'Δεδομένα', + header: 'Κεφαλίδα', + yes: 'Ναι', + no: 'Όχι', + invalidWidth: 'Το πλάτος του κελιού πρέπει να είναι αριθμός.', + invalidHeight: 'Το ύψος του κελιού πρέπει να είναι αριθμός.', + invalidRowSpan: 'Το εύρος των γραμμών πρέπει να είναι ακέραιος αριθμός.', + invalidColSpan: 'Το εύρος των στηλών πρέπει να είναι ακέραιος αριθμός.', + chooseColor: 'Επιλέξτε' + }, + cellPad: 'Αναπλήρωση κελιών', + cellSpace: 'Απόσταση κελιών', + column: { + menu: 'Στήλη', + insertBefore: 'Εισαγωγή Στήλης Πριν', + insertAfter: 'Εισαγωγή Στήλης Μετά', + deleteColumn: 'Διαγραφή Στηλών' + }, + columns: 'Στήλες', + deleteTable: 'Διαγραφή Πίνακα', + headers: 'Κεφαλίδες', + headersBoth: 'Και τα δύο', + headersColumn: 'Πρώτη στήλη', + headersNone: 'Κανένα', + headersRow: 'Πρώτη Γραμμή', + invalidBorder: 'Το πάχος του περιγράμματος πρέπει να είναι ένας αριθμός.', + invalidCellPadding: 'Η αναπλήρωση των κελιών πρέπει να είναι θετικός αριθμός.', + invalidCellSpacing: 'Η απόσταση μεταξύ των κελιών πρέπει να είναι ένας θετικός αριθμός.', + invalidCols: 'Ο αριθμός των στηλών πρέπει να είναι μεγαλύτερος από 0.', + invalidHeight: 'Το ύψος του πίνακα πρέπει να είναι αριθμός.', + invalidRows: 'Ο αριθμός των σειρών πρέπει να είναι μεγαλύτερος από 0.', + invalidWidth: 'Το πλάτος του πίνακα πρέπει να είναι ένας αριθμός.', + menu: 'Ιδιότητες Πίνακα', + row: { + menu: 'Γραμμή', + insertBefore: 'Εισαγωγή Γραμμής Πριν', + insertAfter: 'Εισαγωγή Γραμμής Μετά', + deleteRow: 'Διαγραφή Γραμμών' + }, + rows: 'Γραμμές', + summary: 'Περίληψη', + title: 'Ιδιότητες Πίνακα', + toolbar: 'Πίνακας', + widthPc: 'τοις εκατό', + widthPx: 'pixel', + widthUnit: 'μονάδα πλάτους' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-au.js new file mode 100644 index 00000000..ab4ab43c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-au.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'en-au', { + border: 'Border size', + caption: 'Caption', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Delete Cells', + merge: 'Merge Cells', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Cell padding', + cellSpace: 'Cell spacing', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Delete Columns' + }, + columns: 'Columns', + deleteTable: 'Delete Table', + headers: 'Headers', + headersBoth: 'Both', + headersColumn: 'First column', + headersNone: 'None', + headersRow: 'First Row', + invalidBorder: 'Border size must be a number.', + invalidCellPadding: 'Cell padding must be a number.', + invalidCellSpacing: 'Cell spacing must be a number.', + invalidCols: 'Number of columns must be a number greater than 0.', + invalidHeight: 'Table height must be a number.', + invalidRows: 'Number of rows must be a number greater than 0.', + invalidWidth: 'Table width must be a number.', + menu: 'Table Properties', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Delete Rows' + }, + rows: 'Rows', + summary: 'Summary', + title: 'Table Properties', + toolbar: 'Table', + widthPc: 'percent', + widthPx: 'pixels', + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-ca.js new file mode 100644 index 00000000..9125ea12 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-ca.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'en-ca', { + border: 'Border size', + caption: 'Caption', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Delete Cells', + merge: 'Merge Cells', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Cell padding', + cellSpace: 'Cell spacing', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Delete Columns' + }, + columns: 'Columns', + deleteTable: 'Delete Table', + headers: 'Headers', + headersBoth: 'Both', + headersColumn: 'First column', + headersNone: 'None', + headersRow: 'First Row', + invalidBorder: 'Border size must be a number.', + invalidCellPadding: 'Cell padding must be a number.', + invalidCellSpacing: 'Cell spacing must be a number.', + invalidCols: 'Number of columns must be a number greater than 0.', + invalidHeight: 'Table height must be a number.', + invalidRows: 'Number of rows must be a number greater than 0.', + invalidWidth: 'Table width must be a number.', + menu: 'Table Properties', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Delete Rows' + }, + rows: 'Rows', + summary: 'Summary', + title: 'Table Properties', + toolbar: 'Table', + widthPc: 'percent', + widthPx: 'pixels', + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-gb.js new file mode 100644 index 00000000..3f33a2a3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en-gb.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'en-gb', { + border: 'Border size', + caption: 'Caption', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Delete Cells', + merge: 'Merge Cells', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Cell padding', + cellSpace: 'Cell spacing', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Delete Columns' + }, + columns: 'Columns', + deleteTable: 'Delete Table', + headers: 'Headers', + headersBoth: 'Both', + headersColumn: 'First column', + headersNone: 'None', + headersRow: 'First Row', + invalidBorder: 'Border size must be a number.', + invalidCellPadding: 'Cell padding must be a number.', + invalidCellSpacing: 'Cell spacing must be a number.', + invalidCols: 'Number of columns must be a number greater than 0.', + invalidHeight: 'Table height must be a number.', + invalidRows: 'Number of rows must be a number greater than 0.', + invalidWidth: 'Table width must be a number.', + menu: 'Table Properties', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Delete Rows' + }, + rows: 'Rows', + summary: 'Summary', + title: 'Table Properties', + toolbar: 'Table', + widthPc: 'percent', + widthPx: 'pixels', + widthUnit: 'width unit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en.js new file mode 100644 index 00000000..f25228bc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/en.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'en', { + border: 'Border size', + caption: 'Caption', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Delete Cells', + merge: 'Merge Cells', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Cell padding', + cellSpace: 'Cell spacing', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Delete Columns' + }, + columns: 'Columns', + deleteTable: 'Delete Table', + headers: 'Headers', + headersBoth: 'Both', + headersColumn: 'First column', + headersNone: 'None', + headersRow: 'First Row', + invalidBorder: 'Border size must be a number.', + invalidCellPadding: 'Cell padding must be a positive number.', + invalidCellSpacing: 'Cell spacing must be a positive number.', + invalidCols: 'Number of columns must be a number greater than 0.', + invalidHeight: 'Table height must be a number.', + invalidRows: 'Number of rows must be a number greater than 0.', + invalidWidth: 'Table width must be a number.', + menu: 'Table Properties', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Delete Rows' + }, + rows: 'Rows', + summary: 'Summary', + title: 'Table Properties', + toolbar: 'Table', + widthPc: 'percent', + widthPx: 'pixels', + widthUnit: 'width unit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/eo.js new file mode 100644 index 00000000..d28af14f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/eo.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'eo', { + border: 'Bordero', + caption: 'Tabeltitolo', + cell: { + menu: 'Ĉelo', + insertBefore: 'Enmeti Ĉelon Antaŭ', + insertAfter: 'Enmeti Ĉelon Post', + deleteCell: 'Forigi la Ĉelojn', + merge: 'Kunfandi la Ĉelojn', + mergeRight: 'Kunfandi dekstren', + mergeDown: 'Kunfandi malsupren ', + splitHorizontal: 'Horizontale dividi', + splitVertical: 'Vertikale dividi', + title: 'Ĉelatributoj', + cellType: 'Ĉeltipo', + rowSpan: 'Kunfando de linioj', + colSpan: 'Kunfando de kolumnoj', + wordWrap: 'Cezuro', + hAlign: 'Horizontala ĝisrandigo', + vAlign: 'Vertikala ĝisrandigo', + alignBaseline: 'Malsupro de la teksto', + bgColor: 'Fonkoloro', + borderColor: 'Borderkoloro', + data: 'Datenoj', + header: 'Supra paĝotitolo', + yes: 'Jes', + no: 'No', + invalidWidth: 'Ĉellarĝo devas esti nombro.', + invalidHeight: 'Ĉelalto devas esti nombro.', + invalidRowSpan: 'Kunfando de linioj devas esti entjera nombro.', + invalidColSpan: 'Kunfando de kolumnoj devas esti entjera nombro.', + chooseColor: 'Elektu' + }, + cellPad: 'Interna Marĝeno de la ĉeloj', + cellSpace: 'Spaco inter la Ĉeloj', + column: { + menu: 'Kolumno', + insertBefore: 'Enmeti kolumnon antaŭ', + insertAfter: 'Enmeti kolumnon post', + deleteColumn: 'Forigi Kolumnojn' + }, + columns: 'Kolumnoj', + deleteTable: 'Forigi Tabelon', + headers: 'Supraj Paĝotitoloj', + headersBoth: 'Ambaŭ', + headersColumn: 'Unua kolumno', + headersNone: 'Neniu', + headersRow: 'Unua linio', + invalidBorder: 'La bordergrando devas esti nombro.', + invalidCellPadding: 'La interna marĝeno en la ĉeloj devas esti pozitiva nombro.', + invalidCellSpacing: 'La spaco inter la ĉeloj devas esti pozitiva nombro.', + invalidCols: 'La nombro de la kolumnoj devas superi 0.', + invalidHeight: 'La tabelalto devas esti nombro.', + invalidRows: 'La nombro de la linioj devas superi 0.', + invalidWidth: 'La tabellarĝo devas esti nombro.', + menu: 'Atributoj de Tabelo', + row: { + menu: 'Linio', + insertBefore: 'Enmeti linion antaŭ', + insertAfter: 'Enmeti linion post', + deleteRow: 'Forigi Liniojn' + }, + rows: 'Linioj', + summary: 'Resumo', + title: 'Atributoj de Tabelo', + toolbar: 'Tabelo', + widthPc: 'elcentoj', + widthPx: 'Rastrumeroj', + widthUnit: 'unuo de larĝo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/es.js new file mode 100644 index 00000000..c5a79892 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/es.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'es', { + border: 'Tamaño de Borde', + caption: 'Título', + cell: { + menu: 'Celda', + insertBefore: 'Insertar celda a la izquierda', + insertAfter: 'Insertar celda a la derecha', + deleteCell: 'Eliminar Celdas', + merge: 'Combinar Celdas', + mergeRight: 'Combinar a la derecha', + mergeDown: 'Combinar hacia abajo', + splitHorizontal: 'Dividir la celda horizontalmente', + splitVertical: 'Dividir la celda verticalmente', + title: 'Propiedades de celda', + cellType: 'Tipo de Celda', + rowSpan: 'Expandir filas', + colSpan: 'Expandir columnas', + wordWrap: 'Ajustar al contenido', + hAlign: 'Alineación Horizontal', + vAlign: 'Alineación Vertical', + alignBaseline: 'Linea de base', + bgColor: 'Color de fondo', + borderColor: 'Color de borde', + data: 'Datos', + header: 'Encabezado', + yes: 'Sí', + no: 'No', + invalidWidth: 'La anchura de celda debe ser un número.', + invalidHeight: 'La altura de celda debe ser un número.', + invalidRowSpan: 'La expansión de filas debe ser un número entero.', + invalidColSpan: 'La expansión de columnas debe ser un número entero.', + chooseColor: 'Elegir' + }, + cellPad: 'Esp. interior', + cellSpace: 'Esp. e/celdas', + column: { + menu: 'Columna', + insertBefore: 'Insertar columna a la izquierda', + insertAfter: 'Insertar columna a la derecha', + deleteColumn: 'Eliminar Columnas' + }, + columns: 'Columnas', + deleteTable: 'Eliminar Tabla', + headers: 'Encabezados', + headersBoth: 'Ambas', + headersColumn: 'Primera columna', + headersNone: 'Ninguno', + headersRow: 'Primera fila', + invalidBorder: 'El tamaño del borde debe ser un número.', + invalidCellPadding: 'El espaciado interior debe ser un número.', + invalidCellSpacing: 'El espaciado entre celdas debe ser un número.', + invalidCols: 'El número de columnas debe ser un número mayor que 0.', + invalidHeight: 'La altura de tabla debe ser un número.', + invalidRows: 'El número de filas debe ser un número mayor que 0.', + invalidWidth: 'La anchura de tabla debe ser un número.', + menu: 'Propiedades de Tabla', + row: { + menu: 'Fila', + insertBefore: 'Insertar fila en la parte superior', + insertAfter: 'Insertar fila en la parte inferior', + deleteRow: 'Eliminar Filas' + }, + rows: 'Filas', + summary: 'Síntesis', + title: 'Propiedades de Tabla', + toolbar: 'Tabla', + widthPc: 'porcentaje', + widthPx: 'pixeles', + widthUnit: 'unidad de la anchura' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/et.js new file mode 100644 index 00000000..feacef25 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/et.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'et', { + border: 'Joone suurus', + caption: 'Tabeli tiitel', + cell: { + menu: 'Lahter', + insertBefore: 'Sisesta lahter enne', + insertAfter: 'Sisesta lahter peale', + deleteCell: 'Eemalda lahtrid', + merge: 'Ühenda lahtrid', + mergeRight: 'Ühenda paremale', + mergeDown: 'Ühenda alla', + splitHorizontal: 'Poolita lahter horisontaalselt', + splitVertical: 'Poolita lahter vertikaalselt', + title: 'Lahtri omadused', + cellType: 'Lahtri liik', + rowSpan: 'Ridade vahe', + colSpan: 'Tulpade vahe', + wordWrap: 'Sõnade murdmine', + hAlign: 'Horisontaalne joondus', + vAlign: 'Vertikaalne joondus', + alignBaseline: 'Baasjoon', + bgColor: 'Tausta värv', + borderColor: 'Äärise värv', + data: 'Andmed', + header: 'Päis', + yes: 'Jah', + no: 'Ei', + invalidWidth: 'Lahtri laius peab olema number.', + invalidHeight: 'Lahtri kõrgus peab olema number.', + invalidRowSpan: 'Ridade vahe peab olema täisarv.', + invalidColSpan: 'Tulpade vahe peab olema täisarv.', + chooseColor: 'Vali' + }, + cellPad: 'Lahtri täidis', + cellSpace: 'Lahtri vahe', + column: { + menu: 'Veerg', + insertBefore: 'Sisesta veerg enne', + insertAfter: 'Sisesta veerg peale', + deleteColumn: 'Eemalda veerud' + }, + columns: 'Veerud', + deleteTable: 'Kustuta tabel', + headers: 'Päised', + headersBoth: 'Mõlemad', + headersColumn: 'Esimene tulp', + headersNone: 'Puudub', + headersRow: 'Esimene rida', + invalidBorder: 'Äärise suurus peab olema number.', + invalidCellPadding: 'Lahtrite polsterdus (padding) peab olema positiivne arv.', + invalidCellSpacing: 'Lahtrite vahe peab olema positiivne arv.', + invalidCols: 'Tulpade arv peab olema nullist suurem.', + invalidHeight: 'Tabeli kõrgus peab olema number.', + invalidRows: 'Ridade arv peab olema nullist suurem.', + invalidWidth: 'Tabeli laius peab olema number.', + menu: 'Tabeli omadused', + row: { + menu: 'Rida', + insertBefore: 'Sisesta rida enne', + insertAfter: 'Sisesta rida peale', + deleteRow: 'Eemalda read' + }, + rows: 'Read', + summary: 'Kokkuvõte', + title: 'Tabeli omadused', + toolbar: 'Tabel', + widthPc: 'protsenti', + widthPx: 'pikslit', + widthUnit: 'laiuse ühik' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/eu.js new file mode 100644 index 00000000..7965001d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/eu.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'eu', { + border: 'Ertzaren Zabalera', + caption: 'Epigrafea', + cell: { + menu: 'Gelaxka', + insertBefore: 'Txertatu Gelaxka Aurretik', + insertAfter: 'Txertatu Gelaxka Ostean', + deleteCell: 'Kendu Gelaxkak', + merge: 'Batu Gelaxkak', + mergeRight: 'Elkartu Eskumara', + mergeDown: 'Elkartu Behera', + splitHorizontal: 'Banatu Gelaxkak Horizontalki', + splitVertical: 'Banatu Gelaxkak Bertikalki', + title: 'Gelaxken Ezaugarriak', + cellType: 'Gelaxka Mota', + rowSpan: 'Hedatutako Lerroak', + colSpan: 'Hedatutako Zutabeak', + wordWrap: 'Itzulbira', + hAlign: 'Lerrokatze Horizontala', + vAlign: 'Lerrokatze Bertikala', + alignBaseline: 'Oinarri-lerroan', + bgColor: 'Fondoaren Kolorea', + borderColor: 'Ertzaren Kolorea', + data: 'Data', + header: 'Goiburua', + yes: 'Bai', + no: 'Ez', + invalidWidth: 'Gelaxkaren zabalera zenbaki bat izan behar da.', + invalidHeight: 'Gelaxkaren altuera zenbaki bat izan behar da.', + invalidRowSpan: 'Lerroen hedapena zenbaki osoa izan behar da.', + invalidColSpan: 'Zutabeen hedapena zenbaki osoa izan behar da.', + chooseColor: 'Choose' + }, + cellPad: 'Gelaxken betegarria', + cellSpace: 'Gelaxka arteko tartea', + column: { + menu: 'Zutabea', + insertBefore: 'Txertatu Zutabea Aurretik', + insertAfter: 'Txertatu Zutabea Ostean', + deleteColumn: 'Ezabatu Zutabeak' + }, + columns: 'Zutabeak', + deleteTable: 'Ezabatu Taula', + headers: 'Goiburuak', + headersBoth: 'Biak', + headersColumn: 'Lehen zutabea', + headersNone: 'Bat ere ez', + headersRow: 'Lehen lerroa', + invalidBorder: 'Ertzaren tamaina zenbaki bat izan behar da.', + invalidCellPadding: 'Gelaxken betegarria zenbaki bat izan behar da.', + invalidCellSpacing: 'Gelaxka arteko tartea zenbaki bat izan behar da.', + invalidCols: 'Zutabe kopurua 0 baino handiagoa den zenbakia izan behar da.', + invalidHeight: 'Taularen altuera zenbaki bat izan behar da.', + invalidRows: 'Lerro kopurua 0 baino handiagoa den zenbakia izan behar da.', + invalidWidth: 'Taularen zabalera zenbaki bat izan behar da.', + menu: 'Taularen Ezaugarriak', + row: { + menu: 'Lerroa', + insertBefore: 'Txertatu Lerroa Aurretik', + insertAfter: 'Txertatu Lerroa Ostean', + deleteRow: 'Ezabatu Lerroak' + }, + rows: 'Lerroak', + summary: 'Laburpena', + title: 'Taularen Ezaugarriak', + toolbar: 'Taula', + widthPc: 'ehuneko', + widthPx: 'pixel', + widthUnit: 'zabalera unitatea' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fa.js new file mode 100644 index 00000000..c144e72b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fa.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'fa', { + border: 'اندازهٴ لبه', + caption: 'عنوان', + cell: { + menu: 'سلول', + insertBefore: 'افزودن سلول قبل از', + insertAfter: 'افزودن سلول بعد از', + deleteCell: 'حذف سلولها', + merge: 'ادغام سلولها', + mergeRight: 'ادغام به راست', + mergeDown: 'ادغام به پایین', + splitHorizontal: 'جدا کردن افقی سلول', + splitVertical: 'جدا کردن عمودی سلول', + title: 'ویژگیهای سلول', + cellType: 'نوع سلول', + rowSpan: 'محدوده ردیفها', + colSpan: 'محدوده ستونها', + wordWrap: 'شکستن کلمه', + hAlign: 'چینش افقی', + vAlign: 'چینش عمودی', + alignBaseline: 'خط مبنا', + bgColor: 'رنگ زمینه', + borderColor: 'رنگ خطوط', + data: 'اطلاعات', + header: 'سرنویس', + yes: 'بله', + no: 'خیر', + invalidWidth: 'عرض سلول باید یک عدد باشد.', + invalidHeight: 'ارتفاع سلول باید عدد باشد.', + invalidRowSpan: 'مقدار محدوده ردیفها باید یک عدد باشد.', + invalidColSpan: 'مقدار محدوده ستونها باید یک عدد باشد.', + chooseColor: 'انتخاب' + }, + cellPad: 'فاصلهٴ پرشده در سلول', + cellSpace: 'فاصلهٴ میان سلولها', + column: { + menu: 'ستون', + insertBefore: 'افزودن ستون قبل از', + insertAfter: 'افزودن ستون بعد از', + deleteColumn: 'حذف ستونها' + }, + columns: 'ستونها', + deleteTable: 'پاک کردن جدول', + headers: 'سرنویسها', + headersBoth: 'هردو', + headersColumn: 'اولین ستون', + headersNone: 'هیچ', + headersRow: 'اولین ردیف', + invalidBorder: 'مقدار اندازه خطوط باید یک عدد باشد.', + invalidCellPadding: 'بالشتک سلول باید یک عدد باشد.', + invalidCellSpacing: 'مقدار فاصلهگذاری سلول باید یک عدد باشد.', + invalidCols: 'تعداد ستونها باید یک عدد بزرگتر از 0 باشد.', + invalidHeight: 'مقدار ارتفاع جدول باید یک عدد باشد.', + invalidRows: 'تعداد ردیفها باید یک عدد بزرگتر از 0 باشد.', + invalidWidth: 'مقدار پهنای جدول باید یک عدد باشد.', + menu: 'ویژگیهای جدول', + row: { + menu: 'سطر', + insertBefore: 'افزودن سطر قبل از', + insertAfter: 'افزودن سطر بعد از', + deleteRow: 'حذف سطرها' + }, + rows: 'سطرها', + summary: 'خلاصه', + title: 'ویژگیهای جدول', + toolbar: 'جدول', + widthPc: 'درصد', + widthPx: 'پیکسل', + widthUnit: 'واحد پهنا' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fi.js new file mode 100644 index 00000000..ac441d83 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fi.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'fi', { + border: 'Rajan paksuus', + caption: 'Otsikko', + cell: { + menu: 'Solu', + insertBefore: 'Lisää solu eteen', + insertAfter: 'Lisää solu perään', + deleteCell: 'Poista solut', + merge: 'Yhdistä solut', + mergeRight: 'Yhdistä oikealla olevan kanssa', + mergeDown: 'Yhdistä alla olevan kanssa', + splitHorizontal: 'Jaa solu vaakasuunnassa', + splitVertical: 'Jaa solu pystysuunnassa', + title: 'Solun ominaisuudet', + cellType: 'Solun tyyppi', + rowSpan: 'Rivin jatkuvuus', + colSpan: 'Solun jatkuvuus', + wordWrap: 'Rivitys', + hAlign: 'Horisontaali kohdistus', + vAlign: 'Vertikaali kohdistus', + alignBaseline: 'Alas (teksti)', + bgColor: 'Taustan väri', + borderColor: 'Reunan väri', + data: 'Data', + header: 'Ylätunniste', + yes: 'Kyllä', + no: 'Ei', + invalidWidth: 'Solun leveyden täytyy olla numero.', + invalidHeight: 'Solun korkeuden täytyy olla numero.', + invalidRowSpan: 'Rivin jatkuvuuden täytyy olla kokonaisluku.', + invalidColSpan: 'Solun jatkuvuuden täytyy olla kokonaisluku.', + chooseColor: 'Valitse' + }, + cellPad: 'Solujen sisennys', + cellSpace: 'Solujen väli', + column: { + menu: 'Sarake', + insertBefore: 'Lisää sarake vasemmalle', + insertAfter: 'Lisää sarake oikealle', + deleteColumn: 'Poista sarakkeet' + }, + columns: 'Sarakkeet', + deleteTable: 'Poista taulu', + headers: 'Ylätunnisteet', + headersBoth: 'Molemmat', + headersColumn: 'Ensimmäinen sarake', + headersNone: 'Ei', + headersRow: 'Ensimmäinen rivi', + invalidBorder: 'Reunan koon täytyy olla numero.', + invalidCellPadding: 'Solujen sisennyksen täytyy olla numero.', + invalidCellSpacing: 'Solujen välin täytyy olla numero.', + invalidCols: 'Sarakkeiden määrän täytyy olla suurempi kuin 0.', + invalidHeight: 'Taulun korkeuden täytyy olla numero.', + invalidRows: 'Rivien määrän täytyy olla suurempi kuin 0.', + invalidWidth: 'Taulun leveyden täytyy olla numero.', + menu: 'Taulun ominaisuudet', + row: { + menu: 'Rivi', + insertBefore: 'Lisää rivi yläpuolelle', + insertAfter: 'Lisää rivi alapuolelle', + deleteRow: 'Poista rivit' + }, + rows: 'Rivit', + summary: 'Yhteenveto', + title: 'Taulun ominaisuudet', + toolbar: 'Taulu', + widthPc: 'prosenttia', + widthPx: 'pikseliä', + widthUnit: 'leveysyksikkö' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fo.js new file mode 100644 index 00000000..40107eeb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fo.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'fo', { + border: 'Bordabreidd', + caption: 'Tabellfrágreiðing', + cell: { + menu: 'Meski', + insertBefore: 'Set meska inn áðrenn', + insertAfter: 'Set meska inn aftaná', + deleteCell: 'Strika meskar', + merge: 'Flætta meskar', + mergeRight: 'Flætta meskar til høgru', + mergeDown: 'Flætta saman', + splitHorizontal: 'Kloyv meska vatnrætt', + splitVertical: 'Kloyv meska loddrætt', + title: 'Mesku eginleikar', + cellType: 'Mesku slag', + rowSpan: 'Ræð spenni', + colSpan: 'Kolonnu spenni', + wordWrap: 'Orðkloyving', + hAlign: 'Horisontal plasering', + vAlign: 'Loddrøtt plasering', + alignBaseline: 'Basislinja', + bgColor: 'Bakgrundslitur', + borderColor: 'Bordalitur', + data: 'Data', + header: 'Header', + yes: 'Ja', + no: 'Nei', + invalidWidth: 'Meskubreidd má vera eitt tal.', + invalidHeight: 'Meskuhædd má vera eitt tal.', + invalidRowSpan: 'Raðspennið má vera eitt heiltal.', + invalidColSpan: 'Kolonnuspennið má vera eitt heiltal.', + chooseColor: 'Vel' + }, + cellPad: 'Meskubreddi', + cellSpace: 'Fjarstøða millum meskar', + column: { + menu: 'Kolonna', + insertBefore: 'Set kolonnu inn áðrenn', + insertAfter: 'Set kolonnu inn aftaná', + deleteColumn: 'Strika kolonnur' + }, + columns: 'Kolonnur', + deleteTable: 'Strika tabell', + headers: 'Yvirskriftir', + headersBoth: 'Báðir', + headersColumn: 'Fyrsta kolonna', + headersNone: 'Eingin', + headersRow: 'Fyrsta rað', + invalidBorder: 'Borda-stødd má vera eitt tal.', + invalidCellPadding: 'Cell padding má vera eitt tal.', + invalidCellSpacing: 'Cell spacing má vera eitt tal.', + invalidCols: 'Talið av kolonnum má vera eitt tal størri enn 0.', + invalidHeight: 'Tabell-hædd má vera eitt tal.', + invalidRows: 'Talið av røðum má vera eitt tal størri enn 0.', + invalidWidth: 'Tabell-breidd má vera eitt tal.', + menu: 'Eginleikar fyri tabell', + row: { + menu: 'Rað', + insertBefore: 'Set rað inn áðrenn', + insertAfter: 'Set rað inn aftaná', + deleteRow: 'Strika røðir' + }, + rows: 'Røðir', + summary: 'Samandráttur', + title: 'Eginleikar fyri tabell', + toolbar: 'Tabell', + widthPc: 'prosent', + widthPx: 'pixels', + widthUnit: 'breiddar unit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fr-ca.js new file mode 100644 index 00000000..0b4a3380 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fr-ca.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'fr-ca', { + border: 'Taille de la bordure', + caption: 'Titre', + cell: { + menu: 'Cellule', + insertBefore: 'Insérer une cellule avant', + insertAfter: 'Insérer une cellule après', + deleteCell: 'Supprimer des cellules', + merge: 'Fusionner les cellules', + mergeRight: 'Fusionner à droite', + mergeDown: 'Fusionner en bas', + splitHorizontal: 'Scinder la cellule horizontalement', + splitVertical: 'Scinder la cellule verticalement', + title: 'Propriétés de la cellule', + cellType: 'Type de cellule', + rowSpan: 'Fusion de lignes', + colSpan: 'Fusion de colonnes', + wordWrap: 'Retour à la ligne', + hAlign: 'Alignement horizontal', + vAlign: 'Alignement vertical', + alignBaseline: 'Bas du texte', + bgColor: 'Couleur d\'arrière plan', + borderColor: 'Couleur de bordure', + data: 'Données', + header: 'En-tête', + yes: 'Oui', + no: 'Non', + invalidWidth: 'La largeur de cellule doit être un nombre.', + invalidHeight: 'La hauteur de cellule doit être un nombre.', + invalidRowSpan: 'La fusion de lignes doit être un nombre entier.', + invalidColSpan: 'La fusion de colonnes doit être un nombre entier.', + chooseColor: 'Sélectionner' + }, + cellPad: 'Marge interne des cellules', + cellSpace: 'Espacement des cellules', + column: { + menu: 'Colonne', + insertBefore: 'Insérer une colonne avant', + insertAfter: 'Insérer une colonne après', + deleteColumn: 'Supprimer des colonnes' + }, + columns: 'Colonnes', + deleteTable: 'Supprimer le tableau', + headers: 'En-têtes', + headersBoth: 'Les deux.', + headersColumn: 'Première colonne', + headersNone: 'Aucun', + headersRow: 'Première ligne', + invalidBorder: 'La taille de bordure doit être un nombre.', + invalidCellPadding: 'La marge interne des cellules doit être un nombre positif.', + invalidCellSpacing: 'L\'espacement des cellules doit être un nombre positif.', + invalidCols: 'Le nombre de colonnes doit être supérieur à 0.', + invalidHeight: 'La hauteur du tableau doit être un nombre.', + invalidRows: 'Le nombre de lignes doit être supérieur à 0.', + invalidWidth: 'La largeur du tableau doit être un nombre.', + menu: 'Propriétés du tableau', + row: { + menu: 'Ligne', + insertBefore: 'Insérer une ligne avant', + insertAfter: 'Insérer une ligne après', + deleteRow: 'Supprimer des lignes' + }, + rows: 'Lignes', + summary: 'Résumé', + title: 'Propriétés du tableau', + toolbar: 'Tableau', + widthPc: 'pourcentage', + widthPx: 'pixels', + widthUnit: 'unité de largeur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fr.js new file mode 100644 index 00000000..1409b377 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/fr.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'fr', { + border: 'Taille de la bordure', + caption: 'Titre du tableau', + cell: { + menu: 'Cellule', + insertBefore: 'Insérer une cellule avant', + insertAfter: 'Insérer une cellule après', + deleteCell: 'Supprimer les cellules', + merge: 'Fusionner les cellules', + mergeRight: 'Fusionner à droite', + mergeDown: 'Fusionner en bas', + splitHorizontal: 'Fractionner horizontalement', + splitVertical: 'Fractionner verticalement', + title: 'Propriétés de la cellule', + cellType: 'Type de cellule', + rowSpan: 'Fusion de lignes', + colSpan: 'Fusion de colonnes', + wordWrap: 'Césure', + hAlign: 'Alignement Horizontal', + vAlign: 'Alignement Vertical', + alignBaseline: 'Bas du texte', + bgColor: 'Couleur d\'arrière-plan', + borderColor: 'Couleur de Bordure', + data: 'Données', + header: 'Entête', + yes: 'Oui', + no: 'Non', + invalidWidth: 'La Largeur de Cellule doit être un nombre.', + invalidHeight: 'La Hauteur de Cellule doit être un nombre.', + invalidRowSpan: 'La fusion de lignes doit être un nombre entier.', + invalidColSpan: 'La fusion de colonnes doit être un nombre entier.', + chooseColor: 'Choisissez' + }, + cellPad: 'Marge interne des cellules', + cellSpace: 'Espacement des cellules', + column: { + menu: 'Colonnes', + insertBefore: 'Insérer une colonne avant', + insertAfter: 'Insérer une colonne après', + deleteColumn: 'Supprimer les colonnes' + }, + columns: 'Colonnes', + deleteTable: 'Supprimer le tableau', + headers: 'En-Têtes', + headersBoth: 'Les deux', + headersColumn: 'Première colonne', + headersNone: 'Aucunes', + headersRow: 'Première ligne', + invalidBorder: 'La taille de la bordure doit être un nombre.', + invalidCellPadding: 'La marge intérieure des cellules doit être un nombre positif.', + invalidCellSpacing: 'L\'espacement des cellules doit être un nombre positif.', + invalidCols: 'Le nombre de colonnes doit être supérieur à 0.', + invalidHeight: 'La hauteur du tableau doit être un nombre.', + invalidRows: 'Le nombre de lignes doit être supérieur à 0.', + invalidWidth: 'La largeur du tableau doit être un nombre.', + menu: 'Propriétés du tableau', + row: { + menu: 'Ligne', + insertBefore: 'Insérer une ligne avant', + insertAfter: 'Insérer une ligne après', + deleteRow: 'Supprimer les lignes' + }, + rows: 'Lignes', + summary: 'Résumé (description)', + title: 'Propriétés du tableau', + toolbar: 'Tableau', + widthPc: '% pourcents', + widthPx: 'pixels', + widthUnit: 'unité de largeur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/gl.js new file mode 100644 index 00000000..cd5f48c0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/gl.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'gl', { + border: 'Tamaño do bordo', + caption: 'Título', + cell: { + menu: 'Cela', + insertBefore: 'Inserir a cela á esquerda', + insertAfter: 'Inserir a cela á dereita', + deleteCell: 'Eliminar celas', + merge: 'Combinar celas', + mergeRight: 'Combinar á dereita', + mergeDown: 'Combinar cara abaixo', + splitHorizontal: 'Dividir a cela en horizontal', + splitVertical: 'Dividir a cela en vertical', + title: 'Propiedades da cela', + cellType: 'Tipo de cela', + rowSpan: 'Expandir filas', + colSpan: 'Expandir columnas', + wordWrap: 'Axustar ao contido', + hAlign: 'Aliñación horizontal', + vAlign: 'Aliñación vertical', + alignBaseline: 'Liña de base', + bgColor: 'Cor do fondo', + borderColor: 'Cor do bordo', + data: 'Datos', + header: 'Cabeceira', + yes: 'Si', + no: 'Non', + invalidWidth: 'O largo da cela debe ser un número.', + invalidHeight: 'O alto da cela debe ser un número.', + invalidRowSpan: 'A expansión de filas debe ser un número enteiro.', + invalidColSpan: 'A expansión de columnas debe ser un número enteiro.', + chooseColor: 'Escoller' + }, + cellPad: 'Marxe interior da cela', + cellSpace: 'Marxe entre celas', + column: { + menu: 'Columna', + insertBefore: 'Inserir a columna á esquerda', + insertAfter: 'Inserir a columna á dereita', + deleteColumn: 'Borrar Columnas' + }, + columns: 'Columnas', + deleteTable: 'Borrar Táboa', + headers: 'Cabeceiras', + headersBoth: 'Ambas', + headersColumn: 'Primeira columna', + headersNone: 'Ningún', + headersRow: 'Primeira fila', + invalidBorder: 'O tamaño do bordo debe ser un número.', + invalidCellPadding: 'A marxe interior debe ser un número positivo.', + invalidCellSpacing: 'A marxe entre celas debe ser un número positivo.', + invalidCols: 'O número de columnas debe ser un número maior que 0.', + invalidHeight: 'O alto da táboa debe ser un número.', + invalidRows: 'O número de filas debe ser un número maior que 0', + invalidWidth: 'O largo da táboa debe ser un número.', + menu: 'Propiedades da táboa', + row: { + menu: 'Fila', + insertBefore: 'Inserir a fila por riba', + insertAfter: 'Inserir a fila por baixo', + deleteRow: 'Eliminar filas' + }, + rows: 'Filas', + summary: 'Resumo', + title: 'Propiedades da táboa', + toolbar: 'Taboa', + widthPc: 'porcentaxe', + widthPx: 'píxeles', + widthUnit: 'unidade do largo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/gu.js new file mode 100644 index 00000000..75f8df2b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/gu.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'gu', { + border: 'કોઠાની બાજુ(બોર્ડર) સાઇઝ', + caption: 'મથાળું/કૅપ્શન ', + cell: { + menu: 'કોષના ખાના', + insertBefore: 'પહેલાં કોષ ઉમેરવો', + insertAfter: 'પછી કોષ ઉમેરવો', + deleteCell: 'કોષ ડિલીટ/કાઢી નાખવો', + merge: 'કોષ ભેગા કરવા', + mergeRight: 'જમણી બાજુ ભેગા કરવા', + mergeDown: 'નીચે ભેગા કરવા', + splitHorizontal: 'કોષને સમસ્તરીય વિભાજન કરવું', + splitVertical: 'કોષને સીધું ને ઊભું વિભાજન કરવું', + title: 'સેલના ગુણ', + cellType: 'સેલનો પ્રકાર', + rowSpan: 'આડી કટારની જગ્યા', + colSpan: 'ઊભી કતારની જગ્યા', + wordWrap: 'વર્ડ રેપ', + hAlign: 'સપાટ લાઈનદોરી', + vAlign: 'ઊભી લાઈનદોરી', + alignBaseline: 'બસે લાઈન', + bgColor: 'પાછાળનો રંગ', + borderColor: 'બોર્ડેર રંગ', + data: 'સ્વીકૃત માહિતી', + header: 'મથાળું', + yes: 'હા', + no: 'ના', + invalidWidth: 'સેલની પોહલાઈ આંકડો હોવો જોઈએ.', + invalidHeight: 'સેલની ઊંચાઈ આંકડો હોવો જોઈએ.', + invalidRowSpan: 'રો સ્પાન આંકડો હોવો જોઈએ.', + invalidColSpan: 'કોલમ સ્પાન આંકડો હોવો જોઈએ.', + chooseColor: 'પસંદ કરવું' + }, + cellPad: 'સેલ પૅડિંગ', + cellSpace: 'સેલ અંતર', + column: { + menu: 'કૉલમ/ઊભી કટાર', + insertBefore: 'પહેલાં કૉલમ/ઊભી કટાર ઉમેરવી', + insertAfter: 'પછી કૉલમ/ઊભી કટાર ઉમેરવી', + deleteColumn: 'કૉલમ/ઊભી કટાર ડિલીટ/કાઢી નાખવી' + }, + columns: 'કૉલમ/ઊભી કટાર', + deleteTable: 'કોઠો ડિલીટ/કાઢી નાખવું', + headers: 'મથાળા', + headersBoth: 'બેવું', + headersColumn: 'પહેલી ઊભી કટાર', + headersNone: 'નથી ', + headersRow: 'પહેલી કટાર', + invalidBorder: 'બોર્ડર એક આંકડો હોવો જોઈએ', + invalidCellPadding: 'સેલની અંદરની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.', + invalidCellSpacing: 'સેલ વચ્ચેની જગ્યા સુન્ય કરતા વધારે હોવી જોઈએ.', + invalidCols: 'ઉભી કટાર, 0 કરતા વધારે હોવી જોઈએ.', + invalidHeight: 'ટેબલની ઊંચાઈ આંકડો હોવો જોઈએ.', + invalidRows: 'આડી કટાર, 0 કરતા વધારે હોવી જોઈએ.', + invalidWidth: 'ટેબલની પોહલાઈ આંકડો હોવો જોઈએ.', + menu: 'ટેબલ, કોઠાનું મથાળું', + row: { + menu: 'પંક્તિના ખાના', + insertBefore: 'પહેલાં પંક્તિ ઉમેરવી', + insertAfter: 'પછી પંક્તિ ઉમેરવી', + deleteRow: 'પંક્તિઓ ડિલીટ/કાઢી નાખવી' + }, + rows: 'પંક્તિના ખાના', + summary: 'ટૂંકો એહેવાલ', + title: 'ટેબલ, કોઠાનું મથાળું', + toolbar: 'ટેબલ, કોઠો', + widthPc: 'પ્રતિશત', + widthPx: 'પિકસલ', + widthUnit: 'પોહાલાઈ એકમ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/he.js new file mode 100644 index 00000000..d7246bdd --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/he.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'he', { + border: 'גודל מסגרת', + caption: 'כיתוב', + cell: { + menu: 'מאפייני תא', + insertBefore: 'הוספת תא לפני', + insertAfter: 'הוספת תא אחרי', + deleteCell: 'מחיקת תאים', + merge: 'מיזוג תאים', + mergeRight: 'מזג ימינה', + mergeDown: 'מזג למטה', + splitHorizontal: 'פיצול תא אופקית', + splitVertical: 'פיצול תא אנכית', + title: 'תכונות התא', + cellType: 'סוג התא', + rowSpan: 'מתיחת השורות', + colSpan: 'מתיחת התאים', + wordWrap: 'מניעת גלישת שורות', + hAlign: 'יישור אופקי', + vAlign: 'יישור אנכי', + alignBaseline: 'שורת בסיס', + bgColor: 'צבע רקע', + borderColor: 'צבע מסגרת', + data: 'מידע', + header: 'כותרת', + yes: 'כן', + no: 'לא', + invalidWidth: 'שדה רוחב התא חייב להיות מספר.', + invalidHeight: 'שדה גובה התא חייב להיות מספר.', + invalidRowSpan: 'שדה מתיחת השורות חייב להיות מספר שלם.', + invalidColSpan: 'שדה מתיחת העמודות חייב להיות מספר שלם.', + chooseColor: 'בחר' + }, + cellPad: 'ריפוד תא', + cellSpace: 'מרווח תא', + column: { + menu: 'עמודה', + insertBefore: 'הוספת עמודה לפני', + insertAfter: 'הוספת עמודה אחרי', + deleteColumn: 'מחיקת עמודות' + }, + columns: 'עמודות', + deleteTable: 'מחק טבלה', + headers: 'כותרות', + headersBoth: 'שניהם', + headersColumn: 'עמודה ראשונה', + headersNone: 'אין', + headersRow: 'שורה ראשונה', + invalidBorder: 'שדה גודל המסגרת חייב להיות מספר.', + invalidCellPadding: 'שדה ריפוד התאים חייב להיות מספר חיובי.', + invalidCellSpacing: 'שדה ריווח התאים חייב להיות מספר חיובי.', + invalidCols: 'שדה מספר העמודות חייב להיות מספר גדול מ 0.', + invalidHeight: 'שדה גובה הטבלה חייב להיות מספר.', + invalidRows: 'שדה מספר השורות חייב להיות מספר גדול מ 0.', + invalidWidth: 'שדה רוחב הטבלה חייב להיות מספר.', + menu: 'מאפייני טבלה', + row: { + menu: 'שורה', + insertBefore: 'הוספת שורה לפני', + insertAfter: 'הוספת שורה אחרי', + deleteRow: 'מחיקת שורות' + }, + rows: 'שורות', + summary: 'תקציר', + title: 'מאפייני טבלה', + toolbar: 'טבלה', + widthPc: 'אחוז', + widthPx: 'פיקסלים', + widthUnit: 'יחידת רוחב' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/hi.js new file mode 100644 index 00000000..a68b9924 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/hi.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'hi', { + border: 'बॉर्डर साइज़', + caption: 'शीर्षक', + cell: { + menu: 'खाना', + insertBefore: 'पहले सैल डालें', + insertAfter: 'बाद में सैल डालें', + deleteCell: 'सैल डिलीट करें', + merge: 'सैल मिलायें', + mergeRight: 'बाँया विलय', + mergeDown: 'नीचे विलय करें', + splitHorizontal: 'सैल को क्षैतिज स्थिति में विभाजित करें', + splitVertical: 'सैल को लम्बाकार में विभाजित करें', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'सैल पैडिंग', + cellSpace: 'सैल अंतर', + column: { + menu: 'कालम', + insertBefore: 'पहले कालम डालें', + insertAfter: 'बाद में कालम डालें', + deleteColumn: 'कालम डिलीट करें' + }, + columns: 'कालम', + deleteTable: 'टेबल डिलीट करें', + headers: 'Headers', // MISSING + headersBoth: 'Both', // MISSING + headersColumn: 'First column', // MISSING + headersNone: 'None', + headersRow: 'First Row', // MISSING + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Table width must be a number.', // MISSING + menu: 'टेबल प्रॉपर्टीज़', + row: { + menu: 'पंक्ति', + insertBefore: 'पहले पंक्ति डालें', + insertAfter: 'बाद में पंक्ति डालें', + deleteRow: 'पंक्तियाँ डिलीट करें' + }, + rows: 'पंक्तियाँ', + summary: 'सारांश', + title: 'टेबल प्रॉपर्टीज़', + toolbar: 'टेबल', + widthPc: 'प्रतिशत', + widthPx: 'पिक्सैल', + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/hr.js new file mode 100644 index 00000000..7801d31a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/hr.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'hr', { + border: 'Veličina okvira', + caption: 'Naslov', + cell: { + menu: 'Ćelija', + insertBefore: 'Ubaci ćeliju prije', + insertAfter: 'Ubaci ćeliju poslije', + deleteCell: 'Izbriši ćelije', + merge: 'Spoji ćelije', + mergeRight: 'Spoji desno', + mergeDown: 'Spoji dolje', + splitHorizontal: 'Podijeli ćeliju vodoravno', + splitVertical: 'Podijeli ćeliju okomito', + title: 'Svojstva ćelije', + cellType: 'Vrsta ćelije', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Prelazak u novi red', + hAlign: 'Vodoravno poravnanje', + vAlign: 'Okomito poravnanje', + alignBaseline: 'Osnovna linija', + bgColor: 'Boja pozadine', + borderColor: 'Boja ruba', + data: 'Podatak', + header: 'Zaglavlje', + yes: 'Da', + no: 'ne', + invalidWidth: 'Širina ćelije mora biti broj.', + invalidHeight: 'Visina ćelije mora biti broj.', + invalidRowSpan: 'Rows span mora biti cijeli broj.', + invalidColSpan: 'Columns span mora biti cijeli broj.', + chooseColor: 'Odaberi' + }, + cellPad: 'Razmak ćelija', + cellSpace: 'Prostornost ćelija', + column: { + menu: 'Kolona', + insertBefore: 'Ubaci kolonu prije', + insertAfter: 'Ubaci kolonu poslije', + deleteColumn: 'Izbriši kolone' + }, + columns: 'Kolona', + deleteTable: 'Izbriši tablicu', + headers: 'Zaglavlje', + headersBoth: 'Oba', + headersColumn: 'Prva kolona', + headersNone: 'Ništa', + headersRow: 'Prvi red', + invalidBorder: 'Debljina ruba mora biti broj.', + invalidCellPadding: 'Razmak ćelija mora biti broj.', + invalidCellSpacing: 'Prostornost ćelija mora biti broj.', + invalidCols: 'Broj kolona mora biti broj veći od 0.', + invalidHeight: 'Visina tablice mora biti broj.', + invalidRows: 'Broj redova mora biti broj veći od 0.', + invalidWidth: 'Širina tablice mora biti broj.', + menu: 'Svojstva tablice', + row: { + menu: 'Red', + insertBefore: 'Ubaci red prije', + insertAfter: 'Ubaci red poslije', + deleteRow: 'Izbriši redove' + }, + rows: 'Redova', + summary: 'Sažetak', + title: 'Svojstva tablice', + toolbar: 'Tablica', + widthPc: 'postotaka', + widthPx: 'piksela', + widthUnit: 'jedinica širine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/hu.js new file mode 100644 index 00000000..1d07ac3d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/hu.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'hu', { + border: 'Szegélyméret', + caption: 'Felirat', + cell: { + menu: 'Cella', + insertBefore: 'Beszúrás balra', + insertAfter: 'Beszúrás jobbra', + deleteCell: 'Cellák törlése', + merge: 'Cellák egyesítése', + mergeRight: 'Cellák egyesítése jobbra', + mergeDown: 'Cellák egyesítése lefelé', + splitHorizontal: 'Cellák szétválasztása vízszintesen', + splitVertical: 'Cellák szétválasztása függőlegesen', + title: 'Cella tulajdonságai', + cellType: 'Cella típusa', + rowSpan: 'Függőleges egyesítés', + colSpan: 'Vízszintes egyesítés', + wordWrap: 'Hosszú sorok törése', + hAlign: 'Vízszintes igazítás', + vAlign: 'Függőleges igazítás', + alignBaseline: 'Alapvonalra', + bgColor: 'Háttér színe', + borderColor: 'Keret színe', + data: 'Adat', + header: 'Fejléc', + yes: 'Igen', + no: 'Nem', + invalidWidth: 'A szélesség mezőbe csak számokat írhat.', + invalidHeight: 'A magasság mezőbe csak számokat írhat.', + invalidRowSpan: 'A függőleges egyesítés mezőbe csak számokat írhat.', + invalidColSpan: 'A vízszintes egyesítés mezőbe csak számokat írhat.', + chooseColor: 'Válasszon' + }, + cellPad: 'Cella belső margó', + cellSpace: 'Cella térköz', + column: { + menu: 'Oszlop', + insertBefore: 'Beszúrás balra', + insertAfter: 'Beszúrás jobbra', + deleteColumn: 'Oszlopok törlése' + }, + columns: 'Oszlopok', + deleteTable: 'Táblázat törlése', + headers: 'Fejlécek', + headersBoth: 'Mindkettő', + headersColumn: 'Első oszlop', + headersNone: 'Nincsenek', + headersRow: 'Első sor', + invalidBorder: 'A szegélyméret mezőbe csak számokat írhat.', + invalidCellPadding: 'A cella belső margó mezőbe csak számokat írhat.', + invalidCellSpacing: 'A cella térköz mezőbe csak számokat írhat.', + invalidCols: 'Az oszlopok számának nagyobbnak kell lenni mint 0.', + invalidHeight: 'A magasság mezőbe csak számokat írhat.', + invalidRows: 'A sorok számának nagyobbnak kell lenni mint 0.', + invalidWidth: 'A szélesség mezőbe csak számokat írhat.', + menu: 'Táblázat tulajdonságai', + row: { + menu: 'Sor', + insertBefore: 'Beszúrás fölé', + insertAfter: 'Beszúrás alá', + deleteRow: 'Sorok törlése' + }, + rows: 'Sorok', + summary: 'Leírás', + title: 'Táblázat tulajdonságai', + toolbar: 'Táblázat', + widthPc: 'százalék', + widthPx: 'képpont', + widthUnit: 'Szélesség egység' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/id.js new file mode 100644 index 00000000..49a88144 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/id.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'id', { + border: 'Ukuran batas', + caption: 'Judul halaman', + cell: { + menu: 'Sel', + insertBefore: 'Sisip Sel Sebelum', + insertAfter: 'Sisip Sel Setelah', + deleteCell: 'Hapus Sel', + merge: 'Gabungkan Sel', + mergeRight: 'Gabungkan ke Kanan', + mergeDown: 'Gabungkan ke Bawah', + splitHorizontal: 'Pisahkan Sel Secara Horisontal', + splitVertical: 'Pisahkan Sel Secara Vertikal', + title: 'Properti Sel', + cellType: 'Tipe Sel', + rowSpan: 'Rentang antar baris', + colSpan: 'Rentang antar kolom', + wordWrap: 'Word Wrap', + hAlign: 'Jajaran Horisontal', + vAlign: 'Jajaran Vertikal', + alignBaseline: 'Dasar', + bgColor: 'Warna Latar Belakang', + borderColor: 'Warna Batasan', + data: 'Data', + header: 'Header', + yes: 'Ya', + no: 'Tidak', + invalidWidth: 'Lebar sel harus sebuah angka.', + invalidHeight: 'Tinggi sel harus sebuah angka', + invalidRowSpan: 'Rentang antar baris harus angka seluruhnya.', + invalidColSpan: 'Rentang antar kolom harus angka seluruhnya', + chooseColor: 'Pilih' + }, + cellPad: 'Sel spasi dalam', + cellSpace: 'Spasi antar sel', + column: { + menu: 'Kolom', + insertBefore: 'Sisip Kolom Sebelum', + insertAfter: 'Sisip Kolom Sesudah', + deleteColumn: 'Hapus Kolom' + }, + columns: 'Kolom', + deleteTable: 'Hapus Tabel', + headers: 'Headers', + headersBoth: 'Keduanya', + headersColumn: 'Kolom pertama', + headersNone: 'Tidak ada', + headersRow: 'Baris Pertama', + invalidBorder: 'Ukuran batasan harus sebuah angka', + invalidCellPadding: '\'Spasi dalam\' sel harus angka positif.', + invalidCellSpacing: 'Spasi antar sel harus angka positif.', + invalidCols: 'Jumlah kolom harus sebuah angka lebih besar dari 0', + invalidHeight: 'Tinggi tabel harus sebuah angka.', + invalidRows: 'Jumlah barus harus sebuah angka dan lebih besar dari 0.', + invalidWidth: 'Lebar tabel harus sebuah angka.', + menu: 'Properti Tabel', + row: { + menu: 'Baris', + insertBefore: 'Sisip Baris Sebelum', + insertAfter: 'Sisip Baris Sesudah', + deleteRow: 'Hapus Baris' + }, + rows: 'Baris', + summary: 'Intisari', + title: 'Properti Tabel', + toolbar: 'Tabe', + widthPc: 'persen', + widthPx: 'piksel', + widthUnit: 'lebar satuan' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/is.js new file mode 100644 index 00000000..41c9b482 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/is.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'is', { + border: 'Breidd ramma', + caption: 'Titill', + cell: { + menu: 'Reitur', + insertBefore: 'Skjóta inn reiti fyrir aftan', + insertAfter: 'Skjóta inn reiti fyrir framan', + deleteCell: 'Fella reit', + merge: 'Sameina reiti', + mergeRight: 'Sameina til hægri', + mergeDown: 'Sameina niður á við', + splitHorizontal: 'Kljúfa reit lárétt', + splitVertical: 'Kljúfa reit lóðrétt', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Reitaspássía', + cellSpace: 'Bil milli reita', + column: { + menu: 'Dálkur', + insertBefore: 'Skjóta inn dálki vinstra megin', + insertAfter: 'Skjóta inn dálki hægra megin', + deleteColumn: 'Fella dálk' + }, + columns: 'Dálkar', + deleteTable: 'Fella töflu', + headers: 'Fyrirsagnir', + headersBoth: 'Hvort tveggja', + headersColumn: 'Fyrsti dálkur', + headersNone: 'Engar', + headersRow: 'Fyrsta röð', + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Table width must be a number.', // MISSING + menu: 'Eigindi töflu', + row: { + menu: 'Röð', + insertBefore: 'Skjóta inn röð fyrir ofan', + insertAfter: 'Skjóta inn röð fyrir neðan', + deleteRow: 'Eyða röð' + }, + rows: 'Raðir', + summary: 'Áfram', + title: 'Eigindi töflu', + toolbar: 'Tafla', + widthPc: 'prósent', + widthPx: 'myndeindir', + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/it.js new file mode 100644 index 00000000..2fbb14ba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/it.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'it', { + border: 'Dimensione bordo', + caption: 'Intestazione', + cell: { + menu: 'Cella', + insertBefore: 'Inserisci Cella Prima', + insertAfter: 'Inserisci Cella Dopo', + deleteCell: 'Elimina celle', + merge: 'Unisce celle', + mergeRight: 'Unisci a Destra', + mergeDown: 'Unisci in Basso', + splitHorizontal: 'Dividi Cella Orizzontalmente', + splitVertical: 'Dividi Cella Verticalmente', + title: 'Proprietà della cella', + cellType: 'Tipo di cella', + rowSpan: 'Su più righe', + colSpan: 'Su più colonne', + wordWrap: 'Ritorno a capo', + hAlign: 'Allineamento orizzontale', + vAlign: 'Allineamento verticale', + alignBaseline: 'Linea Base', + bgColor: 'Colore di Sfondo', + borderColor: 'Colore del Bordo', + data: 'Dati', + header: 'Intestazione', + yes: 'Si', + no: 'No', + invalidWidth: 'La larghezza della cella dev\'essere un numero.', + invalidHeight: 'L\'altezza della cella dev\'essere un numero.', + invalidRowSpan: 'Il numero di righe dev\'essere un numero intero.', + invalidColSpan: 'Il numero di colonne dev\'essere un numero intero.', + chooseColor: 'Scegli' + }, + cellPad: 'Padding celle', + cellSpace: 'Spaziatura celle', + column: { + menu: 'Colonna', + insertBefore: 'Inserisci Colonna Prima', + insertAfter: 'Inserisci Colonna Dopo', + deleteColumn: 'Elimina colonne' + }, + columns: 'Colonne', + deleteTable: 'Cancella Tabella', + headers: 'Intestazione', + headersBoth: 'Entrambe', + headersColumn: 'Prima Colonna', + headersNone: 'Nessuna', + headersRow: 'Prima Riga', + invalidBorder: 'La dimensione del bordo dev\'essere un numero.', + invalidCellPadding: 'Il paging delle celle dev\'essere un numero', + invalidCellSpacing: 'La spaziatura tra le celle dev\'essere un numero.', + invalidCols: 'Il numero di colonne dev\'essere un numero maggiore di 0.', + invalidHeight: 'L\'altezza della tabella dev\'essere un numero.', + invalidRows: 'Il numero di righe dev\'essere un numero maggiore di 0.', + invalidWidth: 'La larghezza della tabella dev\'essere un numero.', + menu: 'Proprietà tabella', + row: { + menu: 'Riga', + insertBefore: 'Inserisci Riga Prima', + insertAfter: 'Inserisci Riga Dopo', + deleteRow: 'Elimina righe' + }, + rows: 'Righe', + summary: 'Indice', + title: 'Proprietà tabella', + toolbar: 'Tabella', + widthPc: 'percento', + widthPx: 'pixel', + widthUnit: 'unità larghezza' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ja.js new file mode 100644 index 00000000..953dad89 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ja.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ja', { + border: '枠線の幅', + caption: 'キャプション', + cell: { + menu: 'セル', + insertBefore: 'セルを前に挿入', + insertAfter: 'セルを後に挿入', + deleteCell: 'セルを削除', + merge: 'セルを結合', + mergeRight: '右に結合', + mergeDown: '下に結合', + splitHorizontal: 'セルを水平方向に分割', + splitVertical: 'セルを垂直方向に分割', + title: 'セルのプロパティ', + cellType: 'セルの種類', + rowSpan: '行の結合数', + colSpan: '列の結合数', + wordWrap: '単語の折り返し', + hAlign: '水平方向の配置', + vAlign: '垂直方向の配置', + alignBaseline: 'ベースライン', + bgColor: '背景色', + borderColor: 'ボーダーカラー', + data: 'テーブルデータ (td)', + header: 'ヘッダ', + yes: 'はい', + no: 'いいえ', + invalidWidth: 'セル幅は数値で入力してください。', + invalidHeight: 'セル高さは数値で入力してください。', + invalidRowSpan: '縦幅(行数)は数値で入力してください。', + invalidColSpan: '横幅(列数)は数値で入力してください。', + chooseColor: '色の選択' + }, + cellPad: 'セル内間隔', + cellSpace: 'セル内余白', + column: { + menu: '列', + insertBefore: '列を左に挿入', + insertAfter: '列を右に挿入', + deleteColumn: '列を削除' + }, + columns: '列数', + deleteTable: '表を削除', + headers: 'ヘッダ (th)', + headersBoth: '両方', + headersColumn: '最初の列のみ', + headersNone: 'なし', + headersRow: '最初の行のみ', + invalidBorder: '枠線の幅は数値で入力してください。', + invalidCellPadding: 'セル内余白は数値で入力してください。', + invalidCellSpacing: 'セル間余白は数値で入力してください。', + invalidCols: '列数は0より大きな数値を入力してください。', + invalidHeight: '高さは数値で入力してください。', + invalidRows: '行数は0より大きな数値を入力してください。', + invalidWidth: '幅は数値で入力してください。', + menu: '表のプロパティ', + row: { + menu: '行', + insertBefore: '行を上に挿入', + insertAfter: '行を下に挿入', + deleteRow: '行を削除' + }, + rows: '行数', + summary: '表の概要', + title: '表のプロパティ', + toolbar: '表', + widthPc: 'パーセント', + widthPx: 'ピクセル', + widthUnit: '幅の単位' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ka.js new file mode 100644 index 00000000..f513b79b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ka.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ka', { + border: 'ჩარჩოს ზომა', + caption: 'სათაური', + cell: { + menu: 'უჯრა', + insertBefore: 'უჯრის ჩასმა მანამდე', + insertAfter: 'უჯრის ჩასმა მერე', + deleteCell: 'უჯრების წაშლა', + merge: 'უჯრების შეერთება', + mergeRight: 'შეერთება მარჯვენასთან', + mergeDown: 'შეერთება ქვემოთასთან', + splitHorizontal: 'გაყოფა ჰორიზონტალურად', + splitVertical: 'გაყოფა ვერტიკალურად', + title: 'უჯრის პარამეტრები', + cellType: 'უჯრის ტიპი', + rowSpan: 'სტრიქონების ოდენობა', + colSpan: 'სვეტების ოდენობა', + wordWrap: 'სტრიქონის გადატანა (Word Wrap)', + hAlign: 'ჰორიზონტალური სწორება', + vAlign: 'ვერტიკალური სწორება', + alignBaseline: 'ძირითადი ხაზის გასწვრივ', + bgColor: 'ფონის ფერი', + borderColor: 'ჩარჩოს ფერი', + data: 'მონაცემები', + header: 'სათაური', + yes: 'დიახ', + no: 'არა', + invalidWidth: 'უჯრის სიგანე რიცხვით უნდა იყოს წარმოდგენილი.', + invalidHeight: 'უჯრის სიმაღლე რიცხვით უნდა იყოს წარმოდგენილი.', + invalidRowSpan: 'სტრიქონების რაოდენობა მთელი რიცხვი უნდა იყოს.', + invalidColSpan: 'სვეტების რაოდენობა მთელი რიცხვი უნდა იყოს.', + chooseColor: 'არჩევა' + }, + cellPad: 'უჯრის კიდე (padding)', + cellSpace: 'უჯრის სივრცე (spacing)', + column: { + menu: 'სვეტი', + insertBefore: 'სვეტის ჩამატება წინ', + insertAfter: 'სვეტის ჩამატება მერე', + deleteColumn: 'სვეტების წაშლა' + }, + columns: 'სვეტი', + deleteTable: 'ცხრილის წაშლა', + headers: 'სათაურები', + headersBoth: 'ორივე', + headersColumn: 'პირველი სვეტი', + headersNone: 'არაფერი', + headersRow: 'პირველი სტრიქონი', + invalidBorder: 'ჩარჩოს ზომა რიცხვით უდნა იყოს წარმოდგენილი.', + invalidCellPadding: 'უჯრის კიდე (padding) რიცხვით უნდა იყოს წარმოდგენილი.', + invalidCellSpacing: 'უჯრის სივრცე (spacing) რიცხვით უნდა იყოს წარმოდგენილი.', + invalidCols: 'სვეტების რაოდენობა დადებითი რიცხვი უნდა იყოს.', + invalidHeight: 'ცხრილის სიმაღლე რიცხვით უნდა იყოს წარმოდგენილი.', + invalidRows: 'სტრიქონების რაოდენობა დადებითი რიცხვი უნდა იყოს.', + invalidWidth: 'ცხრილის სიგანე რიცხვით უნდა იყოს წარმოდგენილი.', + menu: 'ცხრილის პარამეტრები', + row: { + menu: 'სტრიქონი', + insertBefore: 'სტრიქონის ჩამატება წინ', + insertAfter: 'სტრიქონის ჩამატება მერე', + deleteRow: 'სტრიქონების წაშლა' + }, + rows: 'სტრიქონი', + summary: 'შეჯამება', + title: 'ცხრილის პარამეტრები', + toolbar: 'ცხრილი', + widthPc: 'პროცენტი', + widthPx: 'წერტილი', + widthUnit: 'საზომი ერთეული' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/km.js new file mode 100644 index 00000000..c0b8616d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/km.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'km', { + border: 'ទំហំ​បន្ទាត់​ស៊ុម', + caption: 'ចំណងជើង', + cell: { + menu: 'ក្រឡា', + insertBefore: 'បញ្ចូល​ក្រឡា​ពីមុខ', + insertAfter: 'បញ្ចូល​ក្រឡា​ពី​ក្រោយ', + deleteCell: 'លុប​ក្រឡា', + merge: 'បញ្ចូល​ក្រឡា​ចូល​គ្នា', + mergeRight: 'បញ្ចូល​គ្នា​ខាង​ស្ដាំ', + mergeDown: 'បញ្ចូល​គ្នា​ចុះ​ក្រោម', + splitHorizontal: 'ពុះ​ក្រឡា​ផ្ដេក', + splitVertical: 'ពុះ​ក្រឡា​បញ្ឈរ', + title: 'លក្ខណៈ​ក្រឡា', + cellType: 'ប្រភេទ​ក្រឡា', + rowSpan: 'ចំនួន​ជួរ​ដេក​លាយ​ចូល​គ្នា', + colSpan: 'ចំនួន​ជួរ​ឈរ​លាយ​ចូល​គ្នា', + wordWrap: 'រុំ​ពាក្យ', + hAlign: 'ការ​តម្រឹម​ផ្ដេក', + vAlign: 'ការ​តម្រឹម​បញ្ឈរ', + alignBaseline: 'ខ្សែ​បន្ទាត់​គោល', + bgColor: 'ពណ៌​ផ្ទៃ​ក្រោយ', + borderColor: 'ពណ៌​បន្ទាត់​ស៊ុម', + data: 'ទិន្នន័យ', + header: 'ក្បាល', + yes: 'ព្រម', + no: 'ទេ', + invalidWidth: 'ទទឹង​ក្រឡា​ត្រូវ​តែ​ជា​លេខ។', + invalidHeight: 'កម្ពស់​ក្រឡា​ត្រូវ​តែ​ជា​លេខ។', + invalidRowSpan: 'ចំនួន​ជួរ​ដេក​លាយ​ចូល​គ្នា​ត្រូវ​តែ​ជា​លេខ​ទាំង​អស់។', + invalidColSpan: 'ចំនួន​ជួរ​ឈរ​លាយ​ចូល​គ្នា​ត្រូវ​តែ​ជា​លេខ​ទាំង​អស់។', + chooseColor: 'រើស' + }, + cellPad: 'ចន្លោះ​ក្រឡា', + cellSpace: 'គម្លាត​ក្រឡា', + column: { + menu: 'ជួរ​ឈរ', + insertBefore: 'បញ្ចូល​ជួរ​ឈរ​ពីមុខ', + insertAfter: 'បញ្ចូល​ជួរ​ឈរ​ពី​ក្រោយ', + deleteColumn: 'លុប​ជួរ​ឈរ' + }, + columns: 'ជួរឈរ', + deleteTable: 'លុប​តារាង', + headers: 'ក្បាល', + headersBoth: 'ទាំង​ពីរ', + headersColumn: 'ជួរ​ឈរ​ដំបូង', + headersNone: 'មិន​មាន', + headersRow: 'ជួរ​ដេក​ដំបូង', + invalidBorder: 'ទំហំ​បន្ទាត់​ស៊ុម​ត្រូវ​តែ​ជា​លេខ។', + invalidCellPadding: 'ចន្លោះ​ក្រឡា​ត្រូវ​តែជា​លេខ​វិជ្ជមាន។', + invalidCellSpacing: 'គម្លាត​ក្រឡា​ត្រូវ​តែ​ជា​លេខ​វិជ្ជមាន។', + invalidCols: 'ចំនួន​ជួរ​ឈរ​ត្រូវ​តែ​ជា​លេខ​ធំ​ជាង 0។', + invalidHeight: 'កម្ពស់​តារាង​ត្រូវ​តែ​ជា​លេខ', + invalidRows: 'ចំនួន​ជួរ​ដេក​ត្រូវ​តែ​ជា​លេខ​ធំ​ជាង 0។', + invalidWidth: 'ទទឹង​តារាង​ត្រូវ​តែ​ជា​លេខ។', + menu: 'លក្ខណៈ​តារាង', + row: { + menu: 'ជួរ​ដេក', + insertBefore: 'បញ្ចូល​ជួរ​ដេក​ពីមុខ', + insertAfter: 'បញ្ចូល​ជួរ​ដេក​ពី​ក្រោយ', + deleteRow: 'លុប​ជួរ​ដេក' + }, + rows: 'ជួរ​ដេក', + summary: 'សេចក្តី​សង្ខេប', + title: 'លក្ខណៈ​តារាង', + toolbar: 'តារាង', + widthPc: 'ភាគរយ', + widthPx: 'ភីកសែល', + widthUnit: 'ឯកតា​ទទឹង' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ko.js new file mode 100644 index 00000000..7ec164d4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ko.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ko', { + border: '테두리 크기', + caption: '캡션', + cell: { + menu: '셀/칸(Cell)', + insertBefore: '앞에 셀/칸 삽입', + insertAfter: '뒤에 셀/칸 삽입', + deleteCell: '셀 삭제', + merge: '셀 합치기', + mergeRight: '오른쪽 뭉치기', + mergeDown: '왼쪽 뭉치기', + splitHorizontal: '수평 나누기', + splitVertical: '수직 나누기', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: '셀 여백', + cellSpace: '셀 간격', + column: { + menu: '열(Column)', + insertBefore: '앞에 열 삽입', + insertAfter: '뒤에 열 삽입', + deleteColumn: '세로줄 삭제' + }, + columns: '세로줄', + deleteTable: '표 삭제', + headers: '해더', + headersBoth: '모두', + headersColumn: '첫 열', + headersNone: 'None', + headersRow: '첫 행', + invalidBorder: '테두리 크기는 숫자여야 합니다.', + invalidCellPadding: '셀 안쪽의 여백은 0 이상이어야 합니다.', + invalidCellSpacing: '셀 간격은 0 이상이어야 합니다.', + invalidCols: '행 번호는 0보다 큰 숫자여야 합니다.', + invalidHeight: '표 높이는 숫자여야 합니다.', + invalidRows: '행 번호는 0보다 큰 숫자여야 합니다.', + invalidWidth: '표의 폭은 숫자여야 합니다.', + menu: '표 설정', + row: { + menu: '행(Row)', + insertBefore: '앞에 행 삽입', + insertAfter: '뒤에 행 삽입', + deleteRow: '가로줄 삭제' + }, + rows: '가로줄', + summary: '요약', + title: '표 설정', + toolbar: '표', + widthPc: '퍼센트', + widthPx: '픽셀', + widthUnit: '폭 단위' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ku.js new file mode 100644 index 00000000..31ca24e8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ku.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ku', { + border: 'گەورەیی پەراوێز', + caption: 'سەردێڕ', + cell: { + menu: 'خانه', + insertBefore: 'دانانی خانه لەپێش', + insertAfter: 'دانانی خانه لەپاش', + deleteCell: 'سڕینەوەی خانه', + merge: 'تێکەڵکردنی خانە', + mergeRight: 'تێکەڵکردنی لەگەڵ ڕاست', + mergeDown: 'تێکەڵکردنی لەگەڵ خوارەوە', + splitHorizontal: 'دابەشکردنی خانەی ئاسۆیی', + splitVertical: 'دابەشکردنی خانەی ئەستونی', + title: 'خاسیەتی خانه', + cellType: 'جۆری خانه', + rowSpan: 'ماوەی نێوان ڕیز', + colSpan: 'بستی ئەستونی', + wordWrap: 'پێچانەوەی وشە', + hAlign: 'ڕیزکردنی ئاسۆیی', + vAlign: 'ڕیزکردنی ئەستونی', + alignBaseline: 'هێڵەبنەڕەت', + bgColor: 'ڕەنگی پاشبنەما', + borderColor: 'ڕەنگی پەراوێز', + data: 'داتا', + header: 'سەرپەڕه', + yes: 'بەڵێ', + no: 'نەخێر', + invalidWidth: 'پانی خانه دەبێت بەتەواوی ژماره بێت.', + invalidHeight: 'درێژی خانه بەتەواوی دەبێت ژمارە بێت.', + invalidRowSpan: 'ماوەی نێوان ڕیز بەتەواوی دەبێت ژمارە بێت.', + invalidColSpan: 'ماوەی نێوان ئەستونی بەتەواوی دەبێت ژمارە بێت.', + chooseColor: 'هەڵبژێرە' + }, + cellPad: 'بۆشایی ناوپۆش', + cellSpace: 'بۆشایی خانه', + column: { + menu: 'ئەستون', + insertBefore: 'دانانی ئەستون لەپێش', + insertAfter: 'دانانی ئەستوون لەپاش', + deleteColumn: 'سڕینەوەی ئەستوون' + }, + columns: 'ستوونەکان', + deleteTable: 'سڕینەوەی خشتە', + headers: 'سەرپەڕه', + headersBoth: 'هەردووك', + headersColumn: 'یەکەم ئەستوون', + headersNone: 'هیچ', + headersRow: 'یەکەم ڕیز', + invalidBorder: 'ژمارەی پەراوێز دەبێت تەنها ژماره بێت.', + invalidCellPadding: 'ناوپۆشی خانه دەبێت ژمارەکی درووست بێت.', + invalidCellSpacing: 'بۆشایی خانه دەبێت ژمارەکی درووست بێت.', + invalidCols: 'ژمارەی ئەستوونی دەبێت گەورەتر بێت لەژمارەی 0.', + invalidHeight: 'درێژی خشته دهبێت تهنها ژماره بێت.', + invalidRows: 'ژمارەی ڕیز دەبێت گەورەتر بێت لەژمارەی 0.', + invalidWidth: 'پانی خشته دەبێت تەنها ژماره بێت.', + menu: 'خاسیەتی خشتە', + row: { + menu: 'ڕیز', + insertBefore: 'دانانی ڕیز لەپێش', + insertAfter: 'دانانی ڕیز لەپاش', + deleteRow: 'سڕینەوەی ڕیز' + }, + rows: 'ڕیز', + summary: 'کورتە', + title: 'خاسیەتی خشتە', + toolbar: 'خشتە', + widthPc: 'لەسەدا', + widthPx: 'وێنەخاڵ - پیکسل', + widthUnit: 'پانی یەکە' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/lt.js new file mode 100644 index 00000000..a7649d31 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/lt.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'lt', { + border: 'Rėmelio dydis', + caption: 'Antraštė', + cell: { + menu: 'Langelis', + insertBefore: 'Įterpti langelį prieš', + insertAfter: 'Įterpti langelį po', + deleteCell: 'Šalinti langelius', + merge: 'Sujungti langelius', + mergeRight: 'Sujungti su dešine', + mergeDown: 'Sujungti su apačia', + splitHorizontal: 'Skaidyti langelį horizontaliai', + splitVertical: 'Skaidyti langelį vertikaliai', + title: 'Cell nustatymai', + cellType: 'Cell rūšis', + rowSpan: 'Eilučių Span', + colSpan: 'Stulpelių Span', + wordWrap: 'Sutraukti raides', + hAlign: 'Horizontalus lygiavimas', + vAlign: 'Vertikalus lygiavimas', + alignBaseline: 'Apatinė linija', + bgColor: 'Fono spalva', + borderColor: 'Rėmelio spalva', + data: 'Data', + header: 'Antraštė', + yes: 'Taip', + no: 'Ne', + invalidWidth: 'Reikšmė turi būti skaičius.', + invalidHeight: 'Reikšmė turi būti skaičius.', + invalidRowSpan: 'Reikšmė turi būti skaičius.', + invalidColSpan: 'Reikšmė turi būti skaičius.', + chooseColor: 'Pasirinkite' + }, + cellPad: 'Tarpas nuo langelio rėmo iki teksto', + cellSpace: 'Tarpas tarp langelių', + column: { + menu: 'Stulpelis', + insertBefore: 'Įterpti stulpelį prieš', + insertAfter: 'Įterpti stulpelį po', + deleteColumn: 'Šalinti stulpelius' + }, + columns: 'Stulpeliai', + deleteTable: 'Šalinti lentelę', + headers: 'Antraštės', + headersBoth: 'Abu', + headersColumn: 'Pirmas stulpelis', + headersNone: 'Nėra', + headersRow: 'Pirma eilutė', + invalidBorder: 'Reikšmė turi būti nurodyta skaičiumi.', + invalidCellPadding: 'Reikšmė turi būti nurodyta skaičiumi.', + invalidCellSpacing: 'Reikšmė turi būti nurodyta skaičiumi.', + invalidCols: 'Skaičius turi būti didesnis nei 0.', + invalidHeight: 'Reikšmė turi būti nurodyta skaičiumi.', + invalidRows: 'Skaičius turi būti didesnis nei 0.', + invalidWidth: 'Reikšmė turi būti nurodyta skaičiumi.', + menu: 'Lentelės savybės', + row: { + menu: 'Eilutė', + insertBefore: 'Įterpti eilutę prieš', + insertAfter: 'Įterpti eilutę po', + deleteRow: 'Šalinti eilutes' + }, + rows: 'Eilutės', + summary: 'Santrauka', + title: 'Lentelės savybės', + toolbar: 'Lentelė', + widthPc: 'procentais', + widthPx: 'taškais', + widthUnit: 'pločio vienetas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/lv.js new file mode 100644 index 00000000..73fa6569 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/lv.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'lv', { + border: 'Rāmja izmērs', + caption: 'Leģenda', + cell: { + menu: 'Šūna', + insertBefore: 'Pievienot šūnu pirms', + insertAfter: 'Pievienot šūnu pēc', + deleteCell: 'Dzēst rūtiņas', + merge: 'Apvienot rūtiņas', + mergeRight: 'Apvieno pa labi', + mergeDown: 'Apvienot uz leju', + splitHorizontal: 'Sadalīt šūnu horizontāli', + splitVertical: 'Sadalīt šūnu vertikāli', + title: 'Šūnas uzstādījumi', + cellType: 'Šūnas tips', + rowSpan: 'Apvienotas rindas', + colSpan: 'Apvienotas kolonas', + wordWrap: 'Vārdu pārnese', + hAlign: 'Horizontālais novietojums', + vAlign: 'Vertikālais novietojums', + alignBaseline: 'Pamatrinda', + bgColor: 'Fona krāsa', + borderColor: 'Rāmja krāsa', + data: 'Dati', + header: 'Virsraksts', + yes: 'Jā', + no: 'Nē', + invalidWidth: 'Šūnas platumam jābūt skaitlim', + invalidHeight: 'Šūnas augstumam jābūt skaitlim', + invalidRowSpan: 'Apvienojamo rindu skaitam jābūt veselam skaitlim', + invalidColSpan: 'Apvienojamo kolonu skaitam jābūt veselam skaitlim', + chooseColor: 'Izvēlēties' + }, + cellPad: 'Rūtiņu nobīde', + cellSpace: 'Rūtiņu atstatums', + column: { + menu: 'Kolonna', + insertBefore: 'Ievietot kolonu pirms', + insertAfter: 'Ievieto kolonu pēc', + deleteColumn: 'Dzēst kolonnas' + }, + columns: 'Kolonnas', + deleteTable: 'Dzēst tabulu', + headers: 'Virsraksti', + headersBoth: 'Abi', + headersColumn: 'Pirmā kolona', + headersNone: 'Nekas', + headersRow: 'Pirmā rinda', + invalidBorder: 'Rāmju izmēram jābūt skaitlim', + invalidCellPadding: 'Šūnu atkāpēm jābūt pozitīvam skaitlim', + invalidCellSpacing: 'Šūnu atstarpēm jābūt pozitīvam skaitlim', + invalidCols: 'Kolonu skaitam jābūt lielākam par 0', + invalidHeight: 'Tabulas augstumam jābūt skaitlim', + invalidRows: 'Rindu skaitam jābūt lielākam par 0', + invalidWidth: 'Tabulas platumam jābūt skaitlim', + menu: 'Tabulas īpašības', + row: { + menu: 'Rinda', + insertBefore: 'Ievietot rindu pirms', + insertAfter: 'Ievietot rindu pēc', + deleteRow: 'Dzēst rindas' + }, + rows: 'Rindas', + summary: 'Anotācija', + title: 'Tabulas īpašības', + toolbar: 'Tabula', + widthPc: 'procentuāli', + widthPx: 'pikseļos', + widthUnit: 'platuma mērvienība' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/mk.js new file mode 100644 index 00000000..c4b2279f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/mk.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'mk', { + border: 'Border size', // MISSING + caption: 'Caption', // MISSING + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Delete Cells', + merge: 'Merge Cells', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Cell padding', // MISSING + cellSpace: 'Cell spacing', // MISSING + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Delete Columns' + }, + columns: 'Columns', + deleteTable: 'Delete Table', // MISSING + headers: 'Headers', // MISSING + headersBoth: 'Both', // MISSING + headersColumn: 'First column', // MISSING + headersNone: 'None', + headersRow: 'First Row', // MISSING + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Table width must be a number.', // MISSING + menu: 'Table Properties', // MISSING + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Delete Rows' + }, + rows: 'Rows', + summary: 'Summary', // MISSING + title: 'Table Properties', // MISSING + toolbar: 'Table', // MISSING + widthPc: 'percent', // MISSING + widthPx: 'pixels', // MISSING + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/mn.js new file mode 100644 index 00000000..1b908332 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/mn.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'mn', { + border: 'Хүрээний хэмжээ', + caption: 'Тайлбар', + cell: { + menu: 'Нүх/зай', + insertBefore: 'Нүх/зай өмнө нь оруулах', + insertAfter: 'Нүх/зай дараа нь оруулах', + deleteCell: 'Нүх устгах', + merge: 'Нүх нэгтэх', + mergeRight: 'Баруун тийш нэгтгэх', + mergeDown: 'Доош нэгтгэх', + splitHorizontal: 'Нүх/зайг босоогоор нь тусгаарлах', + splitVertical: 'Нүх/зайг хөндлөнгөөр нь тусгаарлах', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Хэвтээд тэгшлэх арга', + vAlign: 'Босоод тэгшлэх арга', + alignBaseline: 'Baseline', + bgColor: 'Дэвсгэр өнгө', + borderColor: 'Хүрээний өнгө', + data: 'Data', + header: 'Header', + yes: 'Тийм', + no: 'Үгүй', + invalidWidth: 'Нүдний өргөн нь тоо байх ёстой.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Сонгох' + }, + cellPad: 'Нүх доторлох(padding)', + cellSpace: 'Нүх хоорондын зай (spacing)', + column: { + menu: 'Багана', + insertBefore: 'Багана өмнө нь оруулах', + insertAfter: 'Багана дараа нь оруулах', + deleteColumn: 'Багана устгах' + }, + columns: 'Багана', + deleteTable: 'Хүснэгт устгах', + headers: 'Headers', // MISSING + headersBoth: 'Both', // MISSING + headersColumn: 'First column', // MISSING + headersNone: 'None', + headersRow: 'First Row', // MISSING + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Хүснэгтийн өргөн нь тоо байх ёстой.', + menu: 'Хүснэгт', + row: { + menu: 'Мөр', + insertBefore: 'Мөр өмнө нь оруулах', + insertAfter: 'Мөр дараа нь оруулах', + deleteRow: 'Мөр устгах' + }, + rows: 'Мөр', + summary: 'Тайлбар', + title: 'Хүснэгт', + toolbar: 'Хүснэгт', + widthPc: 'хувь', + widthPx: 'цэг', + widthUnit: 'өргөний нэгж' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ms.js new file mode 100644 index 00000000..9e501c39 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ms.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ms', { + border: 'Saiz Border', + caption: 'Keterangan', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Buangkan Sel-sel', + merge: 'Cantumkan Sel-sel', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Tambahan Ruang Sel', + cellSpace: 'Ruangan Antara Sel', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Buangkan Lajur' + }, + columns: 'Jaluran', + deleteTable: 'Delete Table', // MISSING + headers: 'Headers', // MISSING + headersBoth: 'Both', // MISSING + headersColumn: 'First column', // MISSING + headersNone: 'None', + headersRow: 'First Row', // MISSING + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Table width must be a number.', // MISSING + menu: 'Ciri-ciri Jadual', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Buangkan Baris' + }, + rows: 'Barisan', + summary: 'Summary', // MISSING + title: 'Ciri-ciri Jadual', + toolbar: 'Jadual', + widthPc: 'peratus', + widthPx: 'piksel-piksel', + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/nb.js new file mode 100644 index 00000000..fe4dc9f0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/nb.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'nb', { + border: 'Rammestørrelse', + caption: 'Tittel', + cell: { + menu: 'Celle', + insertBefore: 'Sett inn celle før', + insertAfter: 'Sett inn celle etter', + deleteCell: 'Slett celler', + merge: 'Slå sammen celler', + mergeRight: 'Slå sammen høyre', + mergeDown: 'Slå sammen ned', + splitHorizontal: 'Del celle horisontalt', + splitVertical: 'Del celle vertikalt', + title: 'Celleegenskaper', + cellType: 'Celletype', + rowSpan: 'Radspenn', + colSpan: 'Kolonnespenn', + wordWrap: 'Tekstbrytning', + hAlign: 'Horisontal justering', + vAlign: 'Vertikal justering', + alignBaseline: 'Grunnlinje', + bgColor: 'Bakgrunnsfarge', + borderColor: 'Rammefarge', + data: 'Data', + header: 'Overskrift', + yes: 'Ja', + no: 'Nei', + invalidWidth: 'Cellebredde må være et tall.', + invalidHeight: 'Cellehøyde må være et tall.', + invalidRowSpan: 'Radspenn må være et heltall.', + invalidColSpan: 'Kolonnespenn må være et heltall.', + chooseColor: 'Velg' + }, + cellPad: 'Cellepolstring', + cellSpace: 'Cellemarg', + column: { + menu: 'Kolonne', + insertBefore: 'Sett inn kolonne før', + insertAfter: 'Sett inn kolonne etter', + deleteColumn: 'Slett kolonner' + }, + columns: 'Kolonner', + deleteTable: 'Slett tabell', + headers: 'Overskrifter', + headersBoth: 'Begge', + headersColumn: 'Første kolonne', + headersNone: 'Ingen', + headersRow: 'Første rad', + invalidBorder: 'Rammestørrelse må være et tall.', + invalidCellPadding: 'Cellepolstring må være et positivt tall.', + invalidCellSpacing: 'Cellemarg må være et positivt tall.', + invalidCols: 'Antall kolonner må være et tall større enn 0.', + invalidHeight: 'Tabellhøyde må være et tall.', + invalidRows: 'Antall rader må være et tall større enn 0.', + invalidWidth: 'Tabellbredde må være et tall.', + menu: 'Egenskaper for tabell', + row: { + menu: 'Rader', + insertBefore: 'Sett inn rad før', + insertAfter: 'Sett inn rad etter', + deleteRow: 'Slett rader' + }, + rows: 'Rader', + summary: 'Sammendrag', + title: 'Egenskaper for tabell', + toolbar: 'Tabell', + widthPc: 'prosent', + widthPx: 'piksler', + widthUnit: 'Bredde-enhet' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/nl.js new file mode 100644 index 00000000..d3d48727 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/nl.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'nl', { + border: 'Randdikte', + caption: 'Onderschrift', + cell: { + menu: 'Cel', + insertBefore: 'Voeg cel in voor', + insertAfter: 'Voeg cel in na', + deleteCell: 'Cellen verwijderen', + merge: 'Cellen samenvoegen', + mergeRight: 'Voeg samen naar rechts', + mergeDown: 'Voeg samen naar beneden', + splitHorizontal: 'Splits cel horizontaal', + splitVertical: 'Splits cel vertikaal', + title: 'Celeigenschappen', + cellType: 'Celtype', + rowSpan: 'Rijen samenvoegen', + colSpan: 'Kolommen samenvoegen', + wordWrap: 'Automatische terugloop', + hAlign: 'Horizontale uitlijning', + vAlign: 'Verticale uitlijning', + alignBaseline: 'Tekstregel', + bgColor: 'Achtergrondkleur', + borderColor: 'Randkleur', + data: 'Gegevens', + header: 'Kop', + yes: 'Ja', + no: 'Nee', + invalidWidth: 'De celbreedte moet een getal zijn.', + invalidHeight: 'De celhoogte moet een getal zijn.', + invalidRowSpan: 'Rijen samenvoegen moet een heel getal zijn.', + invalidColSpan: 'Kolommen samenvoegen moet een heel getal zijn.', + chooseColor: 'Kies' + }, + cellPad: 'Celopvulling', + cellSpace: 'Celafstand', + column: { + menu: 'Kolom', + insertBefore: 'Voeg kolom in voor', + insertAfter: 'Voeg kolom in na', + deleteColumn: 'Kolommen verwijderen' + }, + columns: 'Kolommen', + deleteTable: 'Tabel verwijderen', + headers: 'Koppen', + headersBoth: 'Beide', + headersColumn: 'Eerste kolom', + headersNone: 'Geen', + headersRow: 'Eerste rij', + invalidBorder: 'De randdikte moet een getal zijn.', + invalidCellPadding: 'Celopvulling moet een getal zijn.', + invalidCellSpacing: 'Celafstand moet een getal zijn.', + invalidCols: 'Het aantal kolommen moet een getal zijn groter dan 0.', + invalidHeight: 'De tabelhoogte moet een getal zijn.', + invalidRows: 'Het aantal rijen moet een getal zijn groter dan 0.', + invalidWidth: 'De tabelbreedte moet een getal zijn.', + menu: 'Tabeleigenschappen', + row: { + menu: 'Rij', + insertBefore: 'Voeg rij in voor', + insertAfter: 'Voeg rij in na', + deleteRow: 'Rijen verwijderen' + }, + rows: 'Rijen', + summary: 'Samenvatting', + title: 'Tabeleigenschappen', + toolbar: 'Tabel', + widthPc: 'procent', + widthPx: 'pixels', + widthUnit: 'eenheid breedte' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/no.js new file mode 100644 index 00000000..d7e7d3e0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/no.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'no', { + border: 'Rammestørrelse', + caption: 'Tittel', + cell: { + menu: 'Celle', + insertBefore: 'Sett inn celle før', + insertAfter: 'Sett inn celle etter', + deleteCell: 'Slett celler', + merge: 'Slå sammen celler', + mergeRight: 'Slå sammen høyre', + mergeDown: 'Slå sammen ned', + splitHorizontal: 'Del celle horisontalt', + splitVertical: 'Del celle vertikalt', + title: 'Celleegenskaper', + cellType: 'Celletype', + rowSpan: 'Radspenn', + colSpan: 'Kolonnespenn', + wordWrap: 'Tekstbrytning', + hAlign: 'Horisontal justering', + vAlign: 'Vertikal justering', + alignBaseline: 'Grunnlinje', + bgColor: 'Bakgrunnsfarge', + borderColor: 'Rammefarge', + data: 'Data', + header: 'Overskrift', + yes: 'Ja', + no: 'Nei', + invalidWidth: 'Cellebredde må være et tall.', + invalidHeight: 'Cellehøyde må være et tall.', + invalidRowSpan: 'Radspenn må være et heltall.', + invalidColSpan: 'Kolonnespenn må være et heltall.', + chooseColor: 'Velg' + }, + cellPad: 'Cellepolstring', + cellSpace: 'Cellemarg', + column: { + menu: 'Kolonne', + insertBefore: 'Sett inn kolonne før', + insertAfter: 'Sett inn kolonne etter', + deleteColumn: 'Slett kolonner' + }, + columns: 'Kolonner', + deleteTable: 'Slett tabell', + headers: 'Overskrifter', + headersBoth: 'Begge', + headersColumn: 'Første kolonne', + headersNone: 'Ingen', + headersRow: 'Første rad', + invalidBorder: 'Rammestørrelse må være et tall.', + invalidCellPadding: 'Cellepolstring må være et positivt tall.', + invalidCellSpacing: 'Cellemarg må være et positivt tall.', + invalidCols: 'Antall kolonner må være et tall større enn 0.', + invalidHeight: 'Tabellhøyde må være et tall.', + invalidRows: 'Antall rader må være et tall større enn 0.', + invalidWidth: 'Tabellbredde må være et tall.', + menu: 'Egenskaper for tabell', + row: { + menu: 'Rader', + insertBefore: 'Sett inn rad før', + insertAfter: 'Sett inn rad etter', + deleteRow: 'Slett rader' + }, + rows: 'Rader', + summary: 'Sammendrag', + title: 'Egenskaper for tabell', + toolbar: 'Tabell', + widthPc: 'prosent', + widthPx: 'piksler', + widthUnit: 'Bredde-enhet' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/pl.js new file mode 100644 index 00000000..f1f9cd1a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/pl.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'pl', { + border: 'Grubość obramowania', + caption: 'Tytuł', + cell: { + menu: 'Komórka', + insertBefore: 'Wstaw komórkę z lewej', + insertAfter: 'Wstaw komórkę z prawej', + deleteCell: 'Usuń komórki', + merge: 'Połącz komórki', + mergeRight: 'Połącz z komórką z prawej', + mergeDown: 'Połącz z komórką poniżej', + splitHorizontal: 'Podziel komórkę poziomo', + splitVertical: 'Podziel komórkę pionowo', + title: 'Właściwości komórki', + cellType: 'Typ komórki', + rowSpan: 'Scalenie wierszy', + colSpan: 'Scalenie komórek', + wordWrap: 'Zawijanie słów', + hAlign: 'Wyrównanie poziome', + vAlign: 'Wyrównanie pionowe', + alignBaseline: 'Linia bazowa', + bgColor: 'Kolor tła', + borderColor: 'Kolor obramowania', + data: 'Dane', + header: 'Nagłówek', + yes: 'Tak', + no: 'Nie', + invalidWidth: 'Szerokość komórki musi być liczbą.', + invalidHeight: 'Wysokość komórki musi być liczbą.', + invalidRowSpan: 'Scalenie wierszy musi być liczbą całkowitą.', + invalidColSpan: 'Scalenie komórek musi być liczbą całkowitą.', + chooseColor: 'Wybierz' + }, + cellPad: 'Dopełnienie komórek', + cellSpace: 'Odstęp pomiędzy komórkami', + column: { + menu: 'Kolumna', + insertBefore: 'Wstaw kolumnę z lewej', + insertAfter: 'Wstaw kolumnę z prawej', + deleteColumn: 'Usuń kolumny' + }, + columns: 'Liczba kolumn', + deleteTable: 'Usuń tabelę', + headers: 'Nagłówki', + headersBoth: 'Oba', + headersColumn: 'Pierwsza kolumna', + headersNone: 'Brak', + headersRow: 'Pierwszy wiersz', + invalidBorder: 'Wartość obramowania musi być liczbą.', + invalidCellPadding: 'Dopełnienie komórek musi być liczbą dodatnią.', + invalidCellSpacing: 'Odstęp pomiędzy komórkami musi być liczbą dodatnią.', + invalidCols: 'Liczba kolumn musi być większa niż 0.', + invalidHeight: 'Wysokość tabeli musi być liczbą.', + invalidRows: 'Liczba wierszy musi być większa niż 0.', + invalidWidth: 'Szerokość tabeli musi być liczbą.', + menu: 'Właściwości tabeli', + row: { + menu: 'Wiersz', + insertBefore: 'Wstaw wiersz powyżej', + insertAfter: 'Wstaw wiersz poniżej', + deleteRow: 'Usuń wiersze' + }, + rows: 'Liczba wierszy', + summary: 'Podsumowanie', + title: 'Właściwości tabeli', + toolbar: 'Tabela', + widthPc: '%', + widthPx: 'piksele', + widthUnit: 'jednostka szerokości' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/pt-br.js new file mode 100644 index 00000000..5531319a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/pt-br.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'pt-br', { + border: 'Borda', + caption: 'Legenda', + cell: { + menu: 'Célula', + insertBefore: 'Inserir célula a esquerda', + insertAfter: 'Inserir célula a direita', + deleteCell: 'Remover Células', + merge: 'Mesclar Células', + mergeRight: 'Mesclar com célula a direita', + mergeDown: 'Mesclar com célula abaixo', + splitHorizontal: 'Dividir célula horizontalmente', + splitVertical: 'Dividir célula verticalmente', + title: 'Propriedades da célula', + cellType: 'Tipo de célula', + rowSpan: 'Linhas cobertas', + colSpan: 'Colunas cobertas', + wordWrap: 'Quebra de palavra', + hAlign: 'Alinhamento horizontal', + vAlign: 'Alinhamento vertical', + alignBaseline: 'Patamar de alinhamento', + bgColor: 'Cor de fundo', + borderColor: 'Cor das bordas', + data: 'Dados', + header: 'Cabeçalho', + yes: 'Sim', + no: 'Não', + invalidWidth: 'A largura da célula tem que ser um número.', + invalidHeight: 'A altura da célula tem que ser um número.', + invalidRowSpan: 'Linhas cobertas tem que ser um número inteiro.', + invalidColSpan: 'Colunas cobertas tem que ser um número inteiro.', + chooseColor: 'Escolher' + }, + cellPad: 'Margem interna', + cellSpace: 'Espaçamento', + column: { + menu: 'Coluna', + insertBefore: 'Inserir coluna a esquerda', + insertAfter: 'Inserir coluna a direita', + deleteColumn: 'Remover Colunas' + }, + columns: 'Colunas', + deleteTable: 'Apagar Tabela', + headers: 'Cabeçalho', + headersBoth: 'Ambos', + headersColumn: 'Primeira coluna', + headersNone: 'Nenhum', + headersRow: 'Primeira linha', + invalidBorder: 'O tamanho da borda tem que ser um número.', + invalidCellPadding: 'A margem interna das células tem que ser um número.', + invalidCellSpacing: 'O espaçamento das células tem que ser um número.', + invalidCols: 'O número de colunas tem que ser um número maior que 0.', + invalidHeight: 'A altura da tabela tem que ser um número.', + invalidRows: 'O número de linhas tem que ser um número maior que 0.', + invalidWidth: 'A largura da tabela tem que ser um número.', + menu: 'Formatar Tabela', + row: { + menu: 'Linha', + insertBefore: 'Inserir linha acima', + insertAfter: 'Inserir linha abaixo', + deleteRow: 'Remover Linhas' + }, + rows: 'Linhas', + summary: 'Resumo', + title: 'Formatar Tabela', + toolbar: 'Tabela', + widthPc: '%', + widthPx: 'pixels', + widthUnit: 'unidade largura' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/pt.js new file mode 100644 index 00000000..fa0073b6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/pt.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'pt', { + border: 'Tamanho da Margem', + caption: 'Título', + cell: { + menu: 'Célula', + insertBefore: 'Inserir Célula Antes', + insertAfter: 'Inserir Célula Depois', + deleteCell: 'Apagar Células', + merge: 'Unir Células', + mergeRight: 'Unir à Direita', + mergeDown: 'Unir Abaixo', + splitHorizontal: 'Dividir Célula Horizontalmente', + splitVertical: 'Dividir Célula Verticalmente', + title: 'Propriedades da Célula', + cellType: 'Tipo de Célula', + rowSpan: 'Filas na Célula', + colSpan: 'Colunas na Célula', + wordWrap: 'Continuar', + hAlign: 'Alinhamento Horizontal', + vAlign: 'Alinhamento Vertical', + alignBaseline: 'Base', + bgColor: 'Cor de Fundo', + borderColor: 'Cor da Margem', + data: 'Dados', + header: 'Cabeçalho', + yes: 'Sim', + no: 'Não', + invalidWidth: 'A largura da célula deve ser um número.', + invalidHeight: 'A altura da célula deve ser um número.', + invalidRowSpan: 'As filas da célula deve ter um número inteiro.', + invalidColSpan: 'As colunas da célula deve ter um número inteiro.', + chooseColor: 'Escolher' + }, + cellPad: 'Criação de Espaço', + cellSpace: 'Espaçamento Célula', + column: { + menu: 'Coluna', + insertBefore: 'Inserir Coluna Antes', + insertAfter: 'Inserir Coluna Depois', + deleteColumn: 'Apagar Colunas' + }, + columns: 'Colunas', + deleteTable: 'Apagar Tabela', + headers: 'Cabeçalhos', + headersBoth: 'Ambos', + headersColumn: 'Primeira coluna', + headersNone: 'Nenhum', + headersRow: 'Primeira Linha', + invalidBorder: 'O tamanho da margem tem de ser um número.', + invalidCellPadding: 'A criação do espaço na célula deve ser um número positivo.', + invalidCellSpacing: 'O espaçamento da célula deve ser um número positivo.', + invalidCols: 'O número de colunas tem de ser um número maior que 0.', + invalidHeight: 'A altura da tabela tem de ser um número.', + invalidRows: 'O número das linhas tem de ser um número maior que 0.', + invalidWidth: 'A largura da tabela tem de ser um número.', + menu: 'Propriedades da Tabela', + row: { + menu: 'Linha', + insertBefore: 'Inserir Linha Antes', + insertAfter: 'Inserir Linha Depois', + deleteRow: 'Apagar Linhas' + }, + rows: 'Linhas', + summary: 'Sumário', + title: 'Propriedades da Tabela', + toolbar: 'Tabela', + widthPc: 'percentagem', + widthPx: 'pontos', + widthUnit: 'unidade da largura' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ro.js new file mode 100644 index 00000000..fe8d2d62 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ro.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ro', { + border: 'Mărimea marginii', + caption: 'Titlu (Caption)', + cell: { + menu: 'Celulă', + insertBefore: 'Inserează celulă înainte', + insertAfter: 'Inserează celulă după', + deleteCell: 'Şterge celule', + merge: 'Uneşte celule', + mergeRight: 'Uneşte la dreapta', + mergeDown: 'Uneşte jos', + splitHorizontal: 'Împarte celula pe orizontală', + splitVertical: 'Împarte celula pe verticală', + title: 'Proprietăți celulă', + cellType: 'Tipul celulei', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Aliniament orizontal', + vAlign: 'Aliniament vertical', + alignBaseline: 'Baseline', + bgColor: 'Culoare fundal', + borderColor: 'Culoare bordură', + data: 'Data', + header: 'Antet', + yes: 'Da', + no: 'Nu', + invalidWidth: 'Lățimea celulei trebuie să fie un număr.', + invalidHeight: 'Înălțimea celulei trebuie să fie un număr.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Alege' + }, + cellPad: 'Spaţiu în cadrul celulei', + cellSpace: 'Spaţiu între celule', + column: { + menu: 'Coloană', + insertBefore: 'Inserează coloană înainte', + insertAfter: 'Inserează coloană după', + deleteColumn: 'Şterge celule' + }, + columns: 'Coloane', + deleteTable: 'Şterge tabel', + headers: 'Antente', + headersBoth: 'Ambele', + headersColumn: 'Prima coloană', + headersNone: 'Nimic', + headersRow: 'Primul rând', + invalidBorder: 'Dimensiunea bordurii trebuie să aibe un număr.', + invalidCellPadding: 'Spațierea celulei trebuie sa fie un număr pozitiv', + invalidCellSpacing: 'Spațierea celului trebuie să fie un număr pozitiv.', + invalidCols: 'Numărul coloanelor trebuie să fie mai mare decât 0.', + invalidHeight: 'Inaltimea celulei trebuie sa fie un numar.', + invalidRows: 'Numărul rândurilor trebuie să fie mai mare decât 0.', + invalidWidth: 'Lățimea tabelului trebuie să fie un număr.', + menu: 'Proprietăţile tabelului', + row: { + menu: 'Rând', + insertBefore: 'Inserează rând înainte', + insertAfter: 'Inserează rând după', + deleteRow: 'Şterge rânduri' + }, + rows: 'Rânduri', + summary: 'Rezumat', + title: 'Proprietăţile tabelului', + toolbar: 'Tabel', + widthPc: 'procente', + widthPx: 'pixeli', + widthUnit: 'unitate lățime' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ru.js new file mode 100644 index 00000000..5291c9d9 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ru.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ru', { + border: 'Размер границ', + caption: 'Заголовок', + cell: { + menu: 'Ячейка', + insertBefore: 'Вставить ячейку слева', + insertAfter: 'Вставить ячейку справа', + deleteCell: 'Удалить ячейки', + merge: 'Объединить ячейки', + mergeRight: 'Объединить с правой', + mergeDown: 'Объединить с нижней', + splitHorizontal: 'Разделить ячейку по горизонтали', + splitVertical: 'Разделить ячейку по вертикали', + title: 'Свойства ячейки', + cellType: 'Тип ячейки', + rowSpan: 'Объединяет строк', + colSpan: 'Объединяет колонок', + wordWrap: 'Перенос по словам', + hAlign: 'Горизонтальное выравнивание', + vAlign: 'Вертикальное выравнивание', + alignBaseline: 'По базовой линии', + bgColor: 'Цвет фона', + borderColor: 'Цвет границ', + data: 'Данные', + header: 'Заголовок', + yes: 'Да', + no: 'Нет', + invalidWidth: 'Ширина ячейки должна быть числом.', + invalidHeight: 'Высота ячейки должна быть числом.', + invalidRowSpan: 'Количество объединяемых строк должно быть задано числом.', + invalidColSpan: 'Количество объединяемых колонок должно быть задано числом.', + chooseColor: 'Выберите' + }, + cellPad: 'Внутренний отступ ячеек', + cellSpace: 'Внешний отступ ячеек', + column: { + menu: 'Колонка', + insertBefore: 'Вставить колонку слева', + insertAfter: 'Вставить колонку справа', + deleteColumn: 'Удалить колонки' + }, + columns: 'Колонки', + deleteTable: 'Удалить таблицу', + headers: 'Заголовки', + headersBoth: 'Сверху и слева', + headersColumn: 'Левая колонка', + headersNone: 'Без заголовков', + headersRow: 'Верхняя строка', + invalidBorder: 'Размер границ должен быть числом.', + invalidCellPadding: 'Внутренний отступ ячеек (cellpadding) должен быть числом.', + invalidCellSpacing: 'Внешний отступ ячеек (cellspacing) должен быть числом.', + invalidCols: 'Количество столбцов должно быть больше 0.', + invalidHeight: 'Высота таблицы должна быть числом.', + invalidRows: 'Количество строк должно быть больше 0.', + invalidWidth: 'Ширина таблицы должна быть числом.', + menu: 'Свойства таблицы', + row: { + menu: 'Строка', + insertBefore: 'Вставить строку сверху', + insertAfter: 'Вставить строку снизу', + deleteRow: 'Удалить строки' + }, + rows: 'Строки', + summary: 'Итоги', + title: 'Свойства таблицы', + toolbar: 'Таблица', + widthPc: 'процентов', + widthPx: 'пикселей', + widthUnit: 'единица измерения' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/si.js new file mode 100644 index 00000000..01d80a8a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/si.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'si', { + border: 'සීමාවවල විශාලත්වය', + caption: 'Caption', // MISSING + cell: { + menu: 'කොටුව', + insertBefore: 'පෙර කොටුවක් ඇතුල්කිරිම', + insertAfter: 'පසුව කොටුවක් ඇතුලත් ', + deleteCell: 'කොටුව මැකීම', + merge: 'කොටු එකට යාකිරිම', + mergeRight: 'දකුණට ', + mergeDown: 'පහලට ', + splitHorizontal: 'තිරස්ව කොටු පැතිරීම', + splitVertical: 'සිරස්ව කොටු පැතිරීම', + title: 'කොටු ', + cellType: 'කොටු වර්ගය', + rowSpan: 'පේළි පළල', + colSpan: 'සිරස් පළල', + wordWrap: 'වචන ගැලපුම', + hAlign: 'තිරස්ව ', + vAlign: 'සිරස්ව ', + alignBaseline: 'පාද රේඛාව', + bgColor: 'පසුබිම් වර්ණය', + borderColor: 'මායිම් ', + data: 'Data', // MISSING + header: 'ශීර්ෂක', + yes: 'ඔව්', + no: 'නැත', + invalidWidth: 'කොටු පළල සංඛ්‍ය්ත්මක වටිනාකමක් විය යුතුය', + invalidHeight: 'කොටු උස සංඛ්‍ය්ත්මක වටිනාකමක් විය යුතුය', + invalidRowSpan: 'Rows span must be a whole number.', // MISSING + invalidColSpan: 'Columns span must be a whole number.', // MISSING + chooseColor: 'තෝරන්න' + }, + cellPad: 'Cell padding', // MISSING + cellSpace: 'Cell spacing', // MISSING + column: { + menu: 'Column', // MISSING + insertBefore: 'Insert Column Before', // MISSING + insertAfter: 'Insert Column After', // MISSING + deleteColumn: 'Delete Columns' // MISSING + }, + columns: 'සිරස් ', + deleteTable: 'වගුව මකන්න', + headers: 'ශීර්ෂක', + headersBoth: 'දෙකම', + headersColumn: 'පළමූ සිරස් තීරුව', + headersNone: 'කිසිවක්ම නොවේ', + headersRow: 'පළමූ පේළිය', + invalidBorder: 'Border size must be a number.', // MISSING + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: 'Number of columns must be a number greater than 0.', // MISSING + invalidHeight: 'Table height must be a number.', // MISSING + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: 'Table width must be a number.', // MISSING + menu: 'Table Properties', // MISSING + row: { + menu: 'Row', // MISSING + insertBefore: 'Insert Row Before', // MISSING + insertAfter: 'Insert Row After', // MISSING + deleteRow: 'Delete Rows' // MISSING + }, + rows: 'Rows', // MISSING + summary: 'Summary', // MISSING + title: 'Table Properties', // MISSING + toolbar: 'Table', // MISSING + widthPc: 'percent', // MISSING + widthPx: 'pixels', // MISSING + widthUnit: 'width unit' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sk.js new file mode 100644 index 00000000..89d123ea --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sk.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'sk', { + border: 'Šírka rámu (border)', + caption: 'Popis', + cell: { + menu: 'Bunka', + insertBefore: 'Vložiť bunku pred', + insertAfter: 'Vložiť bunku za', + deleteCell: 'Vymazať bunky', + merge: 'Zlúčiť bunky', + mergeRight: 'Zlúčiť doprava', + mergeDown: 'Zlúčiť dole', + splitHorizontal: 'Rozdeliť bunky horizontálne', + splitVertical: 'Rozdeliť bunky vertikálne', + title: 'Vlastnosti bunky', + cellType: 'Typ bunky', + rowSpan: 'Rozsah riadkov', + colSpan: 'Rozsah stĺpcov', + wordWrap: 'Zalomovanie riadkov', + hAlign: 'Horizontálne zarovnanie', + vAlign: 'Vertikálne zarovnanie', + alignBaseline: 'Základná čiara (baseline)', + bgColor: 'Farba pozadia', + borderColor: 'Farba rámu', + data: 'Dáta', + header: 'Hlavička', + yes: 'Áno', + no: 'Nie', + invalidWidth: 'Šírka bunky musí byť číslo.', + invalidHeight: 'Výška bunky musí byť číslo.', + invalidRowSpan: 'Rozsah riadkov musí byť celé číslo.', + invalidColSpan: 'Rozsah stĺpcov musí byť celé číslo.', + chooseColor: 'Vybrať' + }, + cellPad: 'Odsadenie obsahu (cell padding)', + cellSpace: 'Vzdialenosť buniek (cell spacing)', + column: { + menu: 'Stĺpec', + insertBefore: 'Vložiť stĺpec pred', + insertAfter: 'Vložiť stĺpec po', + deleteColumn: 'Zmazať stĺpce' + }, + columns: 'Stĺpce', + deleteTable: 'Vymazať tabuľku', + headers: 'Hlavička', + headersBoth: 'Obe', + headersColumn: 'Prvý stĺpec', + headersNone: 'Žiadne', + headersRow: 'Prvý riadok', + invalidBorder: 'Širka rámu musí byť číslo.', + invalidCellPadding: 'Odsadenie v bunkách (cell padding) musí byť kladné číslo.', + invalidCellSpacing: 'Medzera mädzi bunkami (cell spacing) musí byť kladné číslo.', + invalidCols: 'Počet stĺpcov musí byť číslo väčšie ako 0.', + invalidHeight: 'Výška tabuľky musí byť číslo.', + invalidRows: 'Počet riadkov musí byť číslo väčšie ako 0.', + invalidWidth: 'Širka tabuľky musí byť číslo.', + menu: 'Vlastnosti tabuľky', + row: { + menu: 'Riadok', + insertBefore: 'Vložiť riadok pred', + insertAfter: 'Vložiť riadok po', + deleteRow: 'Vymazať riadky' + }, + rows: 'Riadky', + summary: 'Prehľad', + title: 'Vlastnosti tabuľky', + toolbar: 'Tabuľka', + widthPc: 'percent', + widthPx: 'pixelov', + widthUnit: 'jednotka šírky' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sl.js new file mode 100644 index 00000000..637656f6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sl.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'sl', { + border: 'Velikost obrobe', + caption: 'Naslov', + cell: { + menu: 'Celica', + insertBefore: 'Vstavi celico pred', + insertAfter: 'Vstavi celico za', + deleteCell: 'Izbriši celice', + merge: 'Združi celice', + mergeRight: 'Združi desno', + mergeDown: 'Druži navzdol', + splitHorizontal: 'Razdeli celico vodoravno', + splitVertical: 'Razdeli celico navpično', + title: 'Lastnosti celice', + cellType: 'Vrsta celice', + rowSpan: 'Razpon vrstic', + colSpan: 'Razpon stolpcev', + wordWrap: 'Prelom besedila', + hAlign: 'Vodoravna poravnava', + vAlign: 'Navpična poravnava', + alignBaseline: 'Osnovnica', + bgColor: 'Barva ozadja', + borderColor: 'Barva obrobe', + data: 'Podatki', + header: 'Glava', + yes: 'Da', + no: 'Ne', + invalidWidth: 'Širina celice mora biti število.', + invalidHeight: 'Višina celice mora biti število.', + invalidRowSpan: 'Razpon vrstic mora biti celo število.', + invalidColSpan: 'Razpon stolpcev mora biti celo število.', + chooseColor: 'Izberi' + }, + cellPad: 'Polnilo med celicami', + cellSpace: 'Razmik med celicami', + column: { + menu: 'Stolpec', + insertBefore: 'Vstavi stolpec pred', + insertAfter: 'Vstavi stolpec za', + deleteColumn: 'Izbriši stolpce' + }, + columns: 'Stolpci', + deleteTable: 'Izbriši tabelo', + headers: 'Glave', + headersBoth: 'Oboje', + headersColumn: 'Prvi stolpec', + headersNone: 'Brez', + headersRow: 'Prva vrstica', + invalidBorder: 'Širina obrobe mora biti število.', + invalidCellPadding: 'Zamik celic mora biti število', + invalidCellSpacing: 'Razmik med celicami mora biti število.', + invalidCols: 'Število stolpcev mora biti večje od 0.', + invalidHeight: 'Višina tabele mora biti število.', + invalidRows: 'Število vrstic mora biti večje od 0.', + invalidWidth: 'Širina tabele mora biti število.', + menu: 'Lastnosti tabele', + row: { + menu: 'Vrstica', + insertBefore: 'Vstavi vrstico pred', + insertAfter: 'Vstavi vrstico za', + deleteRow: 'Izbriši vrstice' + }, + rows: 'Vrstice', + summary: 'Povzetek', + title: 'Lastnosti tabele', + toolbar: 'Tabela', + widthPc: 'procentov', + widthPx: 'pik', + widthUnit: 'enota širine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sq.js new file mode 100644 index 00000000..bfec57f2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sq.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'sq', { + border: 'Madhësia e kornizave', + caption: 'Titull', + cell: { + menu: 'Qeli', + insertBefore: 'Shto Qeli Para', + insertAfter: 'Shto Qeli Prapa', + deleteCell: 'Gris Qelitë', + merge: 'Bashko Qelitë', + mergeRight: 'Bashko Djathtas', + mergeDown: 'Bashko Poshtë', + splitHorizontal: 'Ndaj Qelinë Horizontalisht', + splitVertical: 'Ndaj Qelinë Vertikalisht', + title: 'Rekuizitat e Qelisë', + cellType: 'Lloji i Qelisë', + rowSpan: 'Bashko Rreshtat', + colSpan: 'Bashko Kolonat', + wordWrap: 'Fund i Fjalës', + hAlign: 'Bashkimi Horizontal', + vAlign: 'Bashkimi Vertikal', + alignBaseline: 'Baza', + bgColor: 'Ngjyra e Prapavijës', + borderColor: 'Ngjyra e Kornizave', + data: 'Të dhënat', + header: 'Koka', + yes: 'Po', + no: 'Jo', + invalidWidth: 'Gjerësia e qelisë duhet të jetë numër.', + invalidHeight: 'Lartësia e qelisë duhet të jetë numër.', + invalidRowSpan: 'Hapësira e rreshtave duhet të jetë numër i plotë.', + invalidColSpan: 'Hapësira e kolonave duhet të jetë numër i plotë.', + chooseColor: 'Përzgjidh' + }, + cellPad: 'Mbushja e qelisë', + cellSpace: 'Hapësira e qelisë', + column: { + menu: 'Kolona', + insertBefore: 'Vendos Kolonë Para', + insertAfter: 'Vendos Kolonë Pas', + deleteColumn: 'Gris Kolonat' + }, + columns: 'Kolonat', + deleteTable: 'Gris Tabelën', + headers: 'Kokat', + headersBoth: 'Së bashku', + headersColumn: 'Kolona e parë', + headersNone: 'Asnjë', + headersRow: 'Rreshti i Parë', + invalidBorder: 'Madhësia e kufinjve duhet të jetë numër.', + invalidCellPadding: 'Mbushja e qelisë duhet të jetë numër pozitiv.', + invalidCellSpacing: 'Hapësira e qelisë duhet të jetë numër pozitiv.', + invalidCols: 'Numri i kolonave duhet të jetë numër më i madh se 0.', + invalidHeight: 'Lartësia e tabelës duhet të jetë numër.', + invalidRows: 'Numri i rreshtave duhet të jetë numër më i madh se 0.', + invalidWidth: 'Gjerësia e tabelës duhet të jetë numër.', + menu: 'Karakteristikat e Tabelës', + row: { + menu: 'Rreshti', + insertBefore: 'Shto Rresht Para', + insertAfter: 'Shto Rresht Prapa', + deleteRow: 'Gris Rreshtat' + }, + rows: 'Rreshtat', + summary: 'Përmbledhje', + title: 'Karakteristikat e Tabelës', + toolbar: 'Tabela', + widthPc: 'përqind', + widthPx: 'piksell', + widthUnit: 'njësia e gjerësisë' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sr-latn.js new file mode 100644 index 00000000..c0e6488b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sr-latn.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'sr-latn', { + border: 'Veličina okvira', + caption: 'Naslov tabele', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Obriši ćelije', + merge: 'Spoj celije', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Razmak ćelija', + cellSpace: 'Ćelijski prostor', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Obriši kolone' + }, + columns: 'Kolona', + deleteTable: 'Izbriši tabelu', + headers: 'Zaglavlja', + headersBoth: 'Oba', + headersColumn: 'Prva kolona', + headersNone: 'None', + headersRow: 'Prvi red', + invalidBorder: 'Veličina okvira mora biti broj.', + invalidCellPadding: 'Padding polja mora biti pozitivan broj.', + invalidCellSpacing: 'Razmak između ćelija mora biti pozitivan broj.', + invalidCols: 'Broj kolona mora biti broj veći od 0.', + invalidHeight: 'Visina tabele mora biti broj.', + invalidRows: 'Broj redova mora biti veći od 0.', + invalidWidth: 'Širina tabele mora biti broj.', + menu: 'Osobine tabele', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Obriši redove' + }, + rows: 'Redova', + summary: 'Sažetak', + title: 'Osobine tabele', + toolbar: 'Tabela', + widthPc: 'procenata', + widthPx: 'piksela', + widthUnit: 'jedinica za širinu' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sr.js new file mode 100644 index 00000000..bcddd91f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sr.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'sr', { + border: 'Величина оквира', + caption: 'Наслов табеле', + cell: { + menu: 'Cell', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'Обриши ћелије', + merge: 'Спој ћелије', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'Размак ћелија', + cellSpace: 'Ћелијски простор', + column: { + menu: 'Column', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'Обриши колоне' + }, + columns: 'Kолона', + deleteTable: 'Обриши таблу', + headers: 'Поглавља', + headersBoth: 'Оба', + headersColumn: 'Прва колона', + headersNone: 'None', + headersRow: 'Први ред', + invalidBorder: 'Величина ивице треба да буде цифра.', + invalidCellPadding: 'Пуњење ћелије треба да буде позитивна цифра.', + invalidCellSpacing: 'Размак ћелије треба да буде позитивна цифра.', + invalidCols: 'Број колона треба да буде цифра већа од 0.', + invalidHeight: 'Висина табеле треба да буде цифра.', + invalidRows: 'Број реда треба да буде цифра већа од 0.', + invalidWidth: 'Ширина табеле треба да буде цифра.', + menu: 'Особине табеле', + row: { + menu: 'Row', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'Обриши редове' + }, + rows: 'Редова', + summary: 'Резиме', + title: 'Особине табеле', + toolbar: 'Табела', + widthPc: 'процената', + widthPx: 'пиксела', + widthUnit: 'јединица ширине' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sv.js new file mode 100644 index 00000000..d7299159 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/sv.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'sv', { + border: 'Kantstorlek', + caption: 'Rubrik', + cell: { + menu: 'Cell', + insertBefore: 'Lägg till cell före', + insertAfter: 'Lägg till cell efter', + deleteCell: 'Radera celler', + merge: 'Sammanfoga celler', + mergeRight: 'Sammanfoga höger', + mergeDown: 'Sammanfoga ner', + splitHorizontal: 'Dela cell horisontellt', + splitVertical: 'Dela cell vertikalt', + title: 'Egenskaper för cell', + cellType: 'Celltyp', + rowSpan: 'Rad spann', + colSpan: 'Kolumnen spann', + wordWrap: 'Radbrytning', + hAlign: 'Horisontell justering', + vAlign: 'Vertikal justering', + alignBaseline: 'Baslinje', + bgColor: 'Bakgrundsfärg', + borderColor: 'Ramfärg', + data: 'Data', + header: 'Rubrik', + yes: 'Ja', + no: 'Nej', + invalidWidth: 'Cellens bredd måste vara ett nummer.', + invalidHeight: 'Cellens höjd måste vara ett nummer.', + invalidRowSpan: 'Radutvidgning måste vara ett heltal.', + invalidColSpan: 'Kolumn måste vara ett heltal.', + chooseColor: 'Välj' + }, + cellPad: 'Cellutfyllnad', + cellSpace: 'Cellavstånd', + column: { + menu: 'Kolumn', + insertBefore: 'Lägg till kolumn före', + insertAfter: 'Lägg till kolumn efter', + deleteColumn: 'Radera kolumn' + }, + columns: 'Kolumner', + deleteTable: 'Radera tabell', + headers: 'Rubriker', + headersBoth: 'Båda', + headersColumn: 'Första kolumnen', + headersNone: 'Ingen', + headersRow: 'Första raden', + invalidBorder: 'Ram måste vara ett nummer.', + invalidCellPadding: 'Luft i cell måste vara ett nummer.', + invalidCellSpacing: 'Luft i cell måste vara ett nummer.', + invalidCols: 'Antal kolumner måste vara ett nummer större än 0.', + invalidHeight: 'Tabellens höjd måste vara ett nummer.', + invalidRows: 'Antal rader måste vara större än 0.', + invalidWidth: 'Tabell måste vara ett nummer.', + menu: 'Tabellegenskaper', + row: { + menu: 'Rad', + insertBefore: 'Lägg till rad före', + insertAfter: 'Lägg till rad efter', + deleteRow: 'Radera rad' + }, + rows: 'Rader', + summary: 'Sammanfattning', + title: 'Tabellegenskaper', + toolbar: 'Tabell', + widthPc: 'procent', + widthPx: 'pixlar', + widthUnit: 'enhet bredd' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/th.js new file mode 100644 index 00000000..97f2b726 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/th.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'th', { + border: 'ขนาดเส้นขอบ', + caption: 'หัวเรื่องของตาราง', + cell: { + menu: 'ช่องตาราง', + insertBefore: 'Insert Cell Before', + insertAfter: 'Insert Cell After', + deleteCell: 'ลบช่อง', + merge: 'ผสานช่อง', + mergeRight: 'Merge Right', + mergeDown: 'Merge Down', + splitHorizontal: 'Split Cell Horizontally', + splitVertical: 'Split Cell Vertically', + title: 'Cell Properties', + cellType: 'Cell Type', + rowSpan: 'Rows Span', + colSpan: 'Columns Span', + wordWrap: 'Word Wrap', + hAlign: 'Horizontal Alignment', + vAlign: 'Vertical Alignment', + alignBaseline: 'Baseline', + bgColor: 'Background Color', + borderColor: 'Border Color', + data: 'Data', + header: 'Header', + yes: 'Yes', + no: 'No', + invalidWidth: 'Cell width must be a number.', + invalidHeight: 'Cell height must be a number.', + invalidRowSpan: 'Rows span must be a whole number.', + invalidColSpan: 'Columns span must be a whole number.', + chooseColor: 'Choose' + }, + cellPad: 'ระยะแนวตั้ง', + cellSpace: 'ระยะแนวนอนน', + column: { + menu: 'คอลัมน์', + insertBefore: 'Insert Column Before', + insertAfter: 'Insert Column After', + deleteColumn: 'ลบสดมน์' + }, + columns: 'สดมน์', + deleteTable: 'ลบตาราง', + headers: 'ส่วนหัว', + headersBoth: 'ทั้งสองอย่าง', + headersColumn: 'คอลัมน์แรก', + headersNone: 'None', + headersRow: 'แถวแรก', + invalidBorder: 'ขนาดเส้นกรอบต้องเป็นจำนวนตัวเลข', + invalidCellPadding: 'ช่องว่างภายในเซลล์ต้องเลขจำนวนบวก', + invalidCellSpacing: 'ช่องว่างภายในเซลล์ต้องเป็นเลขจำนวนบวก', + invalidCols: 'จำนวนคอลัมน์ต้องเป็นจำนวนมากกว่า 0', + invalidHeight: 'ส่วนสูงของตารางต้องเป็นตัวเลข', + invalidRows: 'จำนวนของแถวต้องเป็นจำนวนมากกว่า 0', + invalidWidth: 'ความกว้างตารางต้องเป็นตัวเลข', + menu: 'คุณสมบัติของ ตาราง', + row: { + menu: 'แถว', + insertBefore: 'Insert Row Before', + insertAfter: 'Insert Row After', + deleteRow: 'ลบแถว' + }, + rows: 'แถว', + summary: 'สรุปความ', + title: 'คุณสมบัติของ ตาราง', + toolbar: 'ตาราง', + widthPc: 'เปอร์เซ็น', + widthPx: 'จุดสี', + widthUnit: 'หน่วยความกว้าง' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/tr.js new file mode 100644 index 00000000..8a6e3f2c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/tr.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'tr', { + border: 'Kenar Kalınlığı', + caption: 'Başlık', + cell: { + menu: 'Hücre', + insertBefore: 'Hücre Ekle - Önce', + insertAfter: 'Hücre Ekle - Sonra', + deleteCell: 'Hücre Sil', + merge: 'Hücreleri Birleştir', + mergeRight: 'Birleştir - Sağdaki İle ', + mergeDown: 'Birleştir - Aşağıdaki İle ', + splitHorizontal: 'Hücreyi Yatay Böl', + splitVertical: 'Hücreyi Dikey Böl', + title: 'Hücre Özellikleri', + cellType: 'Hücre Tipi', + rowSpan: 'Satırlar Mesafesi (Span)', + colSpan: 'Sütünlar Mesafesi (Span)', + wordWrap: 'Kelime Kaydırma', + hAlign: 'Düşey Hizalama', + vAlign: 'Yataş Hizalama', + alignBaseline: 'Tabana', + bgColor: 'Arkaplan Rengi', + borderColor: 'Çerçeve Rengi', + data: 'Veri', + header: 'Başlık', + yes: 'Evet', + no: 'Hayır', + invalidWidth: 'Hücre genişliği sayı olmalıdır.', + invalidHeight: 'Hücre yüksekliği sayı olmalıdır.', + invalidRowSpan: 'Satırların mesafesi tam sayı olmalıdır.', + invalidColSpan: 'Sütünların mesafesi tam sayı olmalıdır.', + chooseColor: 'Seçiniz' + }, + cellPad: 'Izgara yazı arası', + cellSpace: 'Izgara kalınlığı', + column: { + menu: 'Sütun', + insertBefore: 'Kolon Ekle - Önce', + insertAfter: 'Kolon Ekle - Sonra', + deleteColumn: 'Sütun Sil' + }, + columns: 'Sütunlar', + deleteTable: 'Tabloyu Sil', + headers: 'Başlıklar', + headersBoth: 'Her İkisi', + headersColumn: 'İlk Sütun', + headersNone: 'Yok', + headersRow: 'İlk Satır', + invalidBorder: 'Çerceve büyüklüklüğü sayı olmalıdır.', + invalidCellPadding: 'Hücre aralığı (padding) sayı olmalıdır.', + invalidCellSpacing: 'Hücre boşluğu (spacing) sayı olmalıdır.', + invalidCols: 'Sütün sayısı 0 sayısından büyük olmalıdır.', + invalidHeight: 'Tablo yüksekliği sayı olmalıdır.', + invalidRows: 'Satır sayısı 0 sayısından büyük olmalıdır.', + invalidWidth: 'Tablo genişliği sayı olmalıdır.', + menu: 'Tablo Özellikleri', + row: { + menu: 'Satır', + insertBefore: 'Satır Ekle - Önce', + insertAfter: 'Satır Ekle - Sonra', + deleteRow: 'Satır Sil' + }, + rows: 'Satırlar', + summary: 'Özet', + title: 'Tablo Özellikleri', + toolbar: 'Tablo', + widthPc: 'yüzde', + widthPx: 'piksel', + widthUnit: 'genişlik birimi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ug.js new file mode 100644 index 00000000..1950f96b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/ug.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'ug', { + border: 'گىرۋەك', + caption: 'ماۋزۇ', + cell: { + menu: 'كاتەكچە', + insertBefore: 'سولغا كاتەكچە قىستۇر', + insertAfter: 'ئوڭغا كاتەكچە قىستۇر', + deleteCell: 'كەتەكچە ئۆچۈر', + merge: 'كاتەكچە بىرلەشتۈر', + mergeRight: 'كاتەكچىنى ئوڭغا بىرلەشتۈر', + mergeDown: 'كاتەكچىنى ئاستىغا بىرلەشتۈر', + splitHorizontal: 'كاتەكچىنى توغرىسىغا بىرلەشتۈر', + splitVertical: 'كاتەكچىنى بويىغا بىرلەشتۈر', + title: 'كاتەكچە خاسلىقى', + cellType: 'كاتەكچە تىپى', + rowSpan: 'بويىغا چات ئارىسى قۇر سانى', + colSpan: 'توغرىسىغا چات ئارىسى ئىستون سانى', + wordWrap: 'ئۆزلۈكىدىن قۇر قاتلا', + hAlign: 'توغرىسىغا توغرىلا', + vAlign: 'بويىغا توغرىلا', + alignBaseline: 'ئاساسىي سىزىق', + bgColor: 'تەگلىك رەڭگى', + borderColor: 'گىرۋەك رەڭگى', + data: 'سانلىق مەلۇمات', + header: 'جەدۋەل باشى', + yes: 'ھەئە', + no: 'ياق', + invalidWidth: 'كاتەكچە كەڭلىكى چوقۇم سان بولىدۇ', + invalidHeight: 'كاتەكچە ئېگىزلىكى چوقۇم سان بولىدۇ', + invalidRowSpan: 'قۇر چات ئارىسى چوقۇم پۈتۈن سان بولىدۇ ', + invalidColSpan: 'ئىستون چات ئارىسى چوقۇم پۈتۈن سان بولىدۇ', + chooseColor: 'تاللاڭ' + }, + cellPad: 'يان ئارىلىق', + cellSpace: 'ئارىلىق', + column: { + menu: 'ئىستون', + insertBefore: 'سولغا ئىستون قىستۇر', + insertAfter: 'ئوڭغا ئىستون قىستۇر', + deleteColumn: 'ئىستون ئۆچۈر' + }, + columns: 'ئىستون سانى', + deleteTable: 'جەدۋەل ئۆچۈر', + headers: 'ماۋزۇ كاتەكچە', + headersBoth: 'بىرىنچى ئىستون ۋە بىرىنچى قۇر', + headersColumn: 'بىرىنچى ئىستون', + headersNone: 'يوق', + headersRow: 'بىرىنچى قۇر', + invalidBorder: 'گىرۋەك توملۇقى چوقۇم سان بولىدۇ', + invalidCellPadding: 'كاتەكچىگە چوقۇم سان تولدۇرۇلىدۇ', + invalidCellSpacing: 'كاتەكچە ئارىلىقى چوقۇم سان بولىدۇ', + invalidCols: 'بەلگىلەنگەن قۇر سانى چوقۇم نۆلدىن چوڭ بولىدۇ', + invalidHeight: 'جەدۋەل ئېگىزلىكى چوقۇم سان بولىدۇ', + invalidRows: 'بەلگىلەنگەن ئىستون سانى چوقۇم نۆلدىن چوڭ بولىدۇ', + invalidWidth: 'جەدۋەل كەڭلىكى چوقۇم سان بولىدۇ', + menu: 'جەدۋەل خاسلىقى', + row: { + menu: 'قۇر', + insertBefore: 'ئۈستىگە قۇر قىستۇر', + insertAfter: 'ئاستىغا قۇر قىستۇر', + deleteRow: 'قۇر ئۆچۈر' + }, + rows: 'قۇر سانى', + summary: 'ئۈزۈندە', + title: 'جەدۋەل خاسلىقى', + toolbar: 'جەدۋەل', + widthPc: 'پىرسەنت', + widthPx: 'پىكسېل', + widthUnit: 'كەڭلىك بىرلىكى' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/uk.js new file mode 100644 index 00000000..0993a8d6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/uk.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'uk', { + border: 'Розмір рамки', + caption: 'Заголовок таблиці', + cell: { + menu: 'Комірки', + insertBefore: 'Вставити комірку перед', + insertAfter: 'Вставити комірку після', + deleteCell: 'Видалити комірки', + merge: 'Об\'єднати комірки', + mergeRight: 'Об\'єднати справа', + mergeDown: 'Об\'єднати донизу', + splitHorizontal: 'Розділити комірку по горизонталі', + splitVertical: 'Розділити комірку по вертикалі', + title: 'Властивості комірки', + cellType: 'Тип комірки', + rowSpan: 'Об\'єднання рядків', + colSpan: 'Об\'єднання стовпців', + wordWrap: 'Автоперенесення тексту', + hAlign: 'Гориз. вирівнювання', + vAlign: 'Верт. вирівнювання', + alignBaseline: 'По базовій лінії', + bgColor: 'Колір фону', + borderColor: 'Колір рамки', + data: 'Дані', + header: 'Заголовок', + yes: 'Так', + no: 'Ні', + invalidWidth: 'Ширина комірки повинна бути цілим числом.', + invalidHeight: 'Висота комірки повинна бути цілим числом.', + invalidRowSpan: 'Кількість об\'єднуваних рядків повинна бути цілим числом.', + invalidColSpan: 'Кількість об\'єднуваних стовбців повинна бути цілим числом.', + chooseColor: 'Обрати' + }, + cellPad: 'Внутр. відступ', + cellSpace: 'Проміжок', + column: { + menu: 'Стовбці', + insertBefore: 'Вставити стовбець перед', + insertAfter: 'Вставити стовбець після', + deleteColumn: 'Видалити стовбці' + }, + columns: 'Стовбці', + deleteTable: 'Видалити таблицю', + headers: 'Заголовки стовбців/рядків', + headersBoth: 'Стовбці і рядки', + headersColumn: 'Стовбці', + headersNone: 'Без заголовків', + headersRow: 'Рядки', + invalidBorder: 'Розмір рамки повинен бути цілим числом.', + invalidCellPadding: 'Внутр. відступ комірки повинен бути цілим числом.', + invalidCellSpacing: 'Проміжок між комірками повинен бути цілим числом.', + invalidCols: 'Кількість стовбців повинна бути більшою 0.', + invalidHeight: 'Висота таблиці повинна бути цілим числом.', + invalidRows: 'Кількість рядків повинна бути більшою 0.', + invalidWidth: 'Ширина таблиці повинна бути цілим числом.', + menu: 'Властивості таблиці', + row: { + menu: 'Рядки', + insertBefore: 'Вставити рядок перед', + insertAfter: 'Вставити рядок після', + deleteRow: 'Видалити рядки' + }, + rows: 'Рядки', + summary: 'Детальний опис заголовку таблиці', + title: 'Властивості таблиці', + toolbar: 'Таблиця', + widthPc: 'відсотків', + widthPx: 'пікселів', + widthUnit: 'Одиниці вимір.' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/vi.js new file mode 100644 index 00000000..9f9d8cca --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/vi.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'vi', { + border: 'Kích thước đường viền', + caption: 'Đầu đề', + cell: { + menu: 'Ô', + insertBefore: 'Chèn ô Phía trước', + insertAfter: 'Chèn ô Phía sau', + deleteCell: 'Xoá ô', + merge: 'Kết hợp ô', + mergeRight: 'Kết hợp sang phải', + mergeDown: 'Kết hợp xuống dưới', + splitHorizontal: 'Phân tách ô theo chiều ngang', + splitVertical: 'Phân tách ô theo chiều dọc', + title: 'Thuộc tính của ô', + cellType: 'Kiểu của ô', + rowSpan: 'Kết hợp hàng', + colSpan: 'Kết hợp cột', + wordWrap: 'Chữ liền hàng', + hAlign: 'Canh lề ngang', + vAlign: 'Canh lề dọc', + alignBaseline: 'Đường cơ sở', + bgColor: 'Màu nền', + borderColor: 'Màu viền', + data: 'Dữ liệu', + header: 'Đầu đề', + yes: 'Có', + no: 'Không', + invalidWidth: 'Chiều rộng của ô phải là một số nguyên.', + invalidHeight: 'Chiều cao của ô phải là một số nguyên.', + invalidRowSpan: 'Số hàng kết hợp phải là một số nguyên.', + invalidColSpan: 'Số cột kết hợp phải là một số nguyên.', + chooseColor: 'Chọn màu' + }, + cellPad: 'Khoảng đệm giữ ô và nội dung', + cellSpace: 'Khoảng cách giữa các ô', + column: { + menu: 'Cột', + insertBefore: 'Chèn cột phía trước', + insertAfter: 'Chèn cột phía sau', + deleteColumn: 'Xoá cột' + }, + columns: 'Số cột', + deleteTable: 'Xóa bảng', + headers: 'Đầu đề', + headersBoth: 'Cả hai', + headersColumn: 'Cột đầu tiên', + headersNone: 'Không có', + headersRow: 'Hàng đầu tiên', + invalidBorder: 'Kích cỡ của đường biên phải là một số nguyên.', + invalidCellPadding: 'Khoảng đệm giữa ô và nội dung phải là một số nguyên.', + invalidCellSpacing: 'Khoảng cách giữa các ô phải là một số nguyên.', + invalidCols: 'Số lượng cột phải là một số lớn hơn 0.', + invalidHeight: 'Chiều cao của bảng phải là một số nguyên.', + invalidRows: 'Số lượng hàng phải là một số lớn hơn 0.', + invalidWidth: 'Chiều rộng của bảng phải là một số nguyên.', + menu: 'Thuộc tính bảng', + row: { + menu: 'Hàng', + insertBefore: 'Chèn hàng phía trước', + insertAfter: 'Chèn hàng phía sau', + deleteRow: 'Xoá hàng' + }, + rows: 'Số hàng', + summary: 'Tóm lược', + title: 'Thuộc tính bảng', + toolbar: 'Bảng', + widthPc: 'Phần trăm (%)', + widthPx: 'Điểm ảnh (px)', + widthUnit: 'Đơn vị' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/zh-cn.js new file mode 100644 index 00000000..f5b603d4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/zh-cn.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'zh-cn', { + border: '边框', + caption: '标题', + cell: { + menu: '单元格', + insertBefore: '在左侧插入单元格', + insertAfter: '在右侧插入单元格', + deleteCell: '删除单元格', + merge: '合并单元格', + mergeRight: '向右合并单元格', + mergeDown: '向下合并单元格', + splitHorizontal: '水平拆分单元格', + splitVertical: '垂直拆分单元格', + title: '单元格属性', + cellType: '单元格类型', + rowSpan: '纵跨行数', + colSpan: '横跨列数', + wordWrap: '自动换行', + hAlign: '水平对齐', + vAlign: '垂直对齐', + alignBaseline: '基线', + bgColor: '背景颜色', + borderColor: '边框颜色', + data: '数据', + header: '表头', + yes: '是', + no: '否', + invalidWidth: '单元格宽度必须为数字格式', + invalidHeight: '单元格高度必须为数字格式', + invalidRowSpan: '行跨度必须为整数格式', + invalidColSpan: '列跨度必须为整数格式', + chooseColor: '选择' + }, + cellPad: '边距', + cellSpace: '间距', + column: { + menu: '列', + insertBefore: '在左侧插入列', + insertAfter: '在右侧插入列', + deleteColumn: '删除列' + }, + columns: '列数', + deleteTable: '删除表格', + headers: '标题单元格', + headersBoth: '第一列和第一行', + headersColumn: '第一列', + headersNone: '无', + headersRow: '第一行', + invalidBorder: '边框粗细必须为数字格式', + invalidCellPadding: '单元格填充必须为数字格式', + invalidCellSpacing: '单元格间距必须为数字格式', + invalidCols: '指定的行数必须大于零', + invalidHeight: '表格高度必须为数字格式', + invalidRows: '指定的列数必须大于零', + invalidWidth: '表格宽度必须为数字格式', + menu: '表格属性', + row: { + menu: '行', + insertBefore: '在上方插入行', + insertAfter: '在下方插入行', + deleteRow: '删除行' + }, + rows: '行数', + summary: '摘要', + title: '表格属性', + toolbar: '表格', + widthPc: '百分比', + widthPx: '像素', + widthUnit: '宽度单位' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/table/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/table/lang/zh.js new file mode 100644 index 00000000..303b34f1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/table/lang/zh.js @@ -0,0 +1,74 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'table', 'zh', { + border: '框線大小', + caption: '標題', + cell: { + menu: '儲存格', + insertBefore: '前方插入儲存格', + insertAfter: '後方插入儲存格', + deleteCell: '刪除儲存格', + merge: '合併儲存格', + mergeRight: '向右合併', + mergeDown: '向下合併', + splitHorizontal: '水平分割儲存格', + splitVertical: '垂直分割儲存格', + title: '儲存格屬性', + cellType: '儲存格類型', + rowSpan: 'Rows Span', // MISSING + colSpan: 'Columns Span', // MISSING + wordWrap: '自動斷行', + hAlign: '水平對齊', + vAlign: '垂直對齊', + alignBaseline: '基準線', + bgColor: '背景顏色', + borderColor: '框線顏色', + data: '資料', + header: 'Header', // MISSING + yes: '是', + no: '否', + invalidWidth: '儲存格寬度必須為數字。', + invalidHeight: '儲存格高度必須為數字。', + invalidRowSpan: 'Rows span must be a whole number.', // MISSING + invalidColSpan: 'Columns span must be a whole number.', // MISSING + chooseColor: '選擇' + }, + cellPad: 'Cell padding', // MISSING + cellSpace: 'Cell spacing', // MISSING + column: { + menu: '行', + insertBefore: 'Insert Column Before', // MISSING + insertAfter: 'Insert Column After', // MISSING + deleteColumn: 'Delete Columns' // MISSING + }, + columns: '行', + deleteTable: 'Delete Table', // MISSING + headers: 'Headers', // MISSING + headersBoth: 'Both', // MISSING + headersColumn: 'First column', // MISSING + headersNone: '無', + headersRow: 'First Row', // MISSING + invalidBorder: '框線大小必須是整數。', + invalidCellPadding: 'Cell padding must be a positive number.', // MISSING + invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING + invalidCols: '行數須為大於 0 的正整數。', + invalidHeight: '表格高度必須為數字。', + invalidRows: 'Number of rows must be a number greater than 0.', // MISSING + invalidWidth: '表格寬度必須為數字。', + menu: '表格屬性', + row: { + menu: '列', + insertBefore: 'Insert Row Before', // MISSING + insertAfter: 'Insert Row After', // MISSING + deleteRow: 'Delete Rows' // MISSING + }, + rows: '列', + summary: 'Summary', // MISSING + title: '表格屬性', + toolbar: '表格', + widthPc: '百分比', + widthPx: '像素', + widthUnit: '寬度單位' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/tabletools/dialogs/tableCell.js b/lam/templates/lib/extra/ckeditor/plugins/tabletools/dialogs/tableCell.js new file mode 100644 index 00000000..a95718c6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/tabletools/dialogs/tableCell.js @@ -0,0 +1,493 @@ +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.dialog.add( 'cellProperties', function( editor ) { + var langTable = editor.lang.table, + langCell = langTable.cell, + langCommon = editor.lang.common, + validate = CKEDITOR.dialog.validate, + widthPattern = /^(\d+(?:\.\d+)?)(px|%)$/, + heightPattern = /^(\d+(?:\.\d+)?)px$/, + bind = CKEDITOR.tools.bind, + spacer = { type: 'html', html: ' ' }, + rtl = editor.lang.dir == 'rtl', + colorDialog = editor.plugins.colordialog; + + // Returns a function, which runs regular "setup" for all selected cells to find out + // whether the initial value of the field would be the same for all cells. If so, + // the value is displayed just as if a regular "setup" was executed. Otherwise, + // i.e. when there are several cells of different value of the property, a field + // gets empty value. + // + // * @param {Function} setup Setup function which returns a value instead of setting it. + // * @returns {Function} A function to be used in dialog definition. + function setupCells( setup ) { + return function( cells ) { + var fieldValue = setup( cells[ 0 ] ); + + // If one of the cells would have a different value of the + // property, set the empty value for a field. + for ( var i = 1; i < cells.length; i++ ) { + if ( setup( cells[ i ] ) !== fieldValue ) { + fieldValue = null; + break; + } + } + + // Setting meaningful or empty value only makes sense + // when setup returns some value. Otherwise, a *default* value + // is used for that field. + if ( typeof fieldValue != 'undefined' ) { + this.setValue( fieldValue ); + + // The only way to have an empty select value in Firefox is + // to set a negative selectedIndex. + if ( CKEDITOR.env.gecko && this.type == 'select' && !fieldValue ) + this.getInputElement().$.selectedIndex = -1; + } + }; + } + + // Reads the unit of width property of the table cell. + // + // * @param {CKEDITOR.dom.element} cell An element representing table cell. + // * @returns {String} A unit of width: 'px', '%' or undefined if none. + function getCellWidthType( cell ) { + var match = widthPattern.exec( + cell.getStyle( 'width' ) || cell.getAttribute( 'width' ) ); + + if ( match ) + return match[ 2 ]; + } + + return { + title: langCell.title, + minWidth: CKEDITOR.env.ie && CKEDITOR.env.quirks ? 450 : 410, + minHeight: CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.quirks ) ? 230 : 220, + contents: [ + { + id: 'info', + label: langCell.title, + accessKey: 'I', + elements: [ + { + type: 'hbox', + widths: [ '40%', '5%', '40%' ], + children: [ + { + type: 'vbox', + padding: 0, + children: [ + { + type: 'hbox', + widths: [ '70%', '30%' ], + children: [ + { + type: 'text', + id: 'width', + width: '100px', + label: langCommon.width, + validate: validate[ 'number' ]( langCell.invalidWidth ), + + // Extra labelling of width unit type. + onLoad: function() { + var widthType = this.getDialog().getContentElement( 'info', 'widthType' ), + labelElement = widthType.getElement(), + inputElement = this.getInputElement(), + ariaLabelledByAttr = inputElement.getAttribute( 'aria-labelledby' ); + + inputElement.setAttribute( 'aria-labelledby', [ ariaLabelledByAttr, labelElement.$.id ].join( ' ' ) ); + }, + + setup: setupCells( function( element ) { + var widthAttr = parseInt( element.getAttribute( 'width' ), 10 ), + widthStyle = parseInt( element.getStyle( 'width' ), 10 ); + + return !isNaN( widthStyle ) ? widthStyle : + !isNaN( widthAttr ) ? widthAttr : ''; + } ), + commit: function( element ) { + var value = parseInt( this.getValue(), 10 ), + + // There might be no widthType value, i.e. when multiple cells are + // selected but some of them have width expressed in pixels and some + // of them in percent. Try to re-read the unit from the cell in such + // case (#11439). + unit = this.getDialog().getValueOf( 'info', 'widthType' ) || getCellWidthType( element ); + + if ( !isNaN( value ) ) + element.setStyle( 'width', value + unit ); + else + element.removeStyle( 'width' ); + + element.removeAttribute( 'width' ); + }, + 'default': '' + }, + { + type: 'select', + id: 'widthType', + label: editor.lang.table.widthUnit, + labelStyle: 'visibility:hidden', + 'default': 'px', + items: [ + [ langTable.widthPx, 'px' ], + [ langTable.widthPc, '%' ] + ], + setup: setupCells( getCellWidthType ) + } + ] + }, + { + type: 'hbox', + widths: [ '70%', '30%' ], + children: [ + { + type: 'text', + id: 'height', + label: langCommon.height, + width: '100px', + 'default': '', + validate: validate[ 'number' ]( langCell.invalidHeight ), + + // Extra labelling of height unit type. + onLoad: function() { + var heightType = this.getDialog().getContentElement( 'info', 'htmlHeightType' ), + labelElement = heightType.getElement(), + inputElement = this.getInputElement(), + ariaLabelledByAttr = inputElement.getAttribute( 'aria-labelledby' ); + + inputElement.setAttribute( 'aria-labelledby', [ ariaLabelledByAttr, labelElement.$.id ].join( ' ' ) ); + }, + + setup: setupCells( function( element ) { + var heightAttr = parseInt( element.getAttribute( 'height' ), 10 ), + heightStyle = parseInt( element.getStyle( 'height' ), 10 ); + + return !isNaN( heightStyle ) ? heightStyle : + !isNaN( heightAttr ) ? heightAttr : ''; + } ), + commit: function( element ) { + var value = parseInt( this.getValue(), 10 ); + + if ( !isNaN( value ) ) + element.setStyle( 'height', CKEDITOR.tools.cssLength( value ) ); + else + element.removeStyle( 'height' ); + + element.removeAttribute( 'height' ); + } + }, + { + id: 'htmlHeightType', + type: 'html', + html: '
' + langTable.widthPx + } + ] + }, + spacer, + { + type: 'select', + id: 'wordWrap', + label: langCell.wordWrap, + 'default': 'yes', + items: [ + [ langCell.yes, 'yes' ], + [ langCell.no, 'no' ] + ], + setup: setupCells( function( element ) { + var wordWrapAttr = element.getAttribute( 'noWrap' ), + wordWrapStyle = element.getStyle( 'white-space' ); + + if ( wordWrapStyle == 'nowrap' || wordWrapAttr ) + return 'no'; + } ), + commit: function( element ) { + if ( this.getValue() == 'no' ) + element.setStyle( 'white-space', 'nowrap' ); + else + element.removeStyle( 'white-space' ); + + element.removeAttribute( 'noWrap' ); + } + }, + spacer, + { + type: 'select', + id: 'hAlign', + label: langCell.hAlign, + 'default': '', + items: [ + [ langCommon.notSet, '' ], + [ langCommon.alignLeft, 'left' ], + [ langCommon.alignCenter, 'center' ], + [ langCommon.alignRight, 'right' ] + ], + setup: setupCells( function( element ) { + var alignAttr = element.getAttribute( 'align' ), + textAlignStyle = element.getStyle( 'text-align' ); + + return textAlignStyle || alignAttr || ''; + } ), + commit: function( selectedCell ) { + var value = this.getValue(); + + if ( value ) + selectedCell.setStyle( 'text-align', value ); + else + selectedCell.removeStyle( 'text-align' ); + + selectedCell.removeAttribute( 'align' ); + } + }, + { + type: 'select', + id: 'vAlign', + label: langCell.vAlign, + 'default': '', + items: [ + [ langCommon.notSet, '' ], + [ langCommon.alignTop, 'top' ], + [ langCommon.alignMiddle, 'middle' ], + [ langCommon.alignBottom, 'bottom' ], + [ langCell.alignBaseline, 'baseline' ] + ], + setup: setupCells( function( element ) { + var vAlignAttr = element.getAttribute( 'vAlign' ), + vAlignStyle = element.getStyle( 'vertical-align' ); + + switch ( vAlignStyle ) { + // Ignore all other unrelated style values.. + case 'top': + case 'middle': + case 'bottom': + case 'baseline': + break; + default: + vAlignStyle = ''; + } + + return vAlignStyle || vAlignAttr || ''; + } ), + commit: function( element ) { + var value = this.getValue(); + + if ( value ) + element.setStyle( 'vertical-align', value ); + else + element.removeStyle( 'vertical-align' ); + + element.removeAttribute( 'vAlign' ); + } + } + ] + }, + spacer, + { + type: 'vbox', + padding: 0, + children: [ + { + type: 'select', + id: 'cellType', + label: langCell.cellType, + 'default': 'td', + items: [ + [ langCell.data, 'td' ], + [ langCell.header, 'th' ] + ], + setup: setupCells( function( selectedCell ) { + return selectedCell.getName(); + } ), + commit: function( selectedCell ) { + selectedCell.renameNode( this.getValue() ); + } + }, + spacer, + { + type: 'text', + id: 'rowSpan', + label: langCell.rowSpan, + 'default': '', + validate: validate.integer( langCell.invalidRowSpan ), + setup: setupCells( function( selectedCell ) { + var attrVal = parseInt( selectedCell.getAttribute( 'rowSpan' ), 10 ); + if ( attrVal && attrVal != 1 ) + return attrVal; + } ), + commit: function( selectedCell ) { + var value = parseInt( this.getValue(), 10 ); + if ( value && value != 1 ) + selectedCell.setAttribute( 'rowSpan', this.getValue() ); + else + selectedCell.removeAttribute( 'rowSpan' ); + } + }, + { + type: 'text', + id: 'colSpan', + label: langCell.colSpan, + 'default': '', + validate: validate.integer( langCell.invalidColSpan ), + setup: setupCells( function( element ) { + var attrVal = parseInt( element.getAttribute( 'colSpan' ), 10 ); + if ( attrVal && attrVal != 1 ) + return attrVal; + } ), + commit: function( selectedCell ) { + var value = parseInt( this.getValue(), 10 ); + if ( value && value != 1 ) + selectedCell.setAttribute( 'colSpan', this.getValue() ); + else + selectedCell.removeAttribute( 'colSpan' ); + } + }, + spacer, + { + type: 'hbox', + padding: 0, + widths: [ '60%', '40%' ], + children: [ + { + type: 'text', + id: 'bgColor', + label: langCell.bgColor, + 'default': '', + setup: setupCells( function( element ) { + var bgColorAttr = element.getAttribute( 'bgColor' ), + bgColorStyle = element.getStyle( 'background-color' ); + + return bgColorStyle || bgColorAttr; + } ), + commit: function( selectedCell ) { + var value = this.getValue(); + + if ( value ) + selectedCell.setStyle( 'background-color', this.getValue() ); + else + selectedCell.removeStyle( 'background-color' ); + + selectedCell.removeAttribute( 'bgColor' ); + } + }, + colorDialog ? { + type: 'button', + id: 'bgColorChoose', + "class": 'colorChooser', + label: langCell.chooseColor, + onLoad: function() { + // Stick the element to the bottom (#5587) + this.getElement().getParent().setStyle( 'vertical-align', 'bottom' ); + }, + onClick: function() { + editor.getColorFromDialog( function( color ) { + if ( color ) + this.getDialog().getContentElement( 'info', 'bgColor' ).setValue( color ); + this.focus(); + }, this ); + } + } : spacer + ] + }, + spacer, + { + type: 'hbox', + padding: 0, + widths: [ '60%', '40%' ], + children: [ + { + type: 'text', + id: 'borderColor', + label: langCell.borderColor, + 'default': '', + setup: setupCells( function( element ) { + var borderColorAttr = element.getAttribute( 'borderColor' ), + borderColorStyle = element.getStyle( 'border-color' ); + + return borderColorStyle || borderColorAttr; + } ), + commit: function( selectedCell ) { + var value = this.getValue(); + if ( value ) + selectedCell.setStyle( 'border-color', this.getValue() ); + else + selectedCell.removeStyle( 'border-color' ); + + selectedCell.removeAttribute( 'borderColor' ); + } + }, + + colorDialog ? { + type: 'button', + id: 'borderColorChoose', + "class": 'colorChooser', + label: langCell.chooseColor, + style: ( rtl ? 'margin-right' : 'margin-left' ) + ': 10px', + onLoad: function() { + // Stick the element to the bottom (#5587) + this.getElement().getParent().setStyle( 'vertical-align', 'bottom' ); + }, + onClick: function() { + editor.getColorFromDialog( function( color ) { + if ( color ) + this.getDialog().getContentElement( 'info', 'borderColor' ).setValue( color ); + this.focus(); + }, this ); + } + } : spacer + ] + } + ] + } + ] + } + ] + } + ], + onShow: function() { + this.cells = CKEDITOR.plugins.tabletools.getSelectedCells( this._.editor.getSelection() ); + this.setupContent( this.cells ); + }, + onOk: function() { + var selection = this._.editor.getSelection(), + bookmarks = selection.createBookmarks(); + + var cells = this.cells; + for ( var i = 0; i < cells.length; i++ ) + this.commitContent( cells[ i ] ); + + this._.editor.forceNextSelectionCheck(); + selection.selectBookmarks( bookmarks ); + this._.editor.selectionChange(); + }, + onLoad: function() { + var saved = {}; + + // Prevent from changing cell properties when the field's value + // remains unaltered, i.e. when selected multiple cells and dialog loaded + // only the properties of the first cell (#11439). + this.foreach( function( field ) { + if ( !field.setup || !field.commit ) + return; + + // Save field's value every time after "setup" is called. + field.setup = CKEDITOR.tools.override( field.setup, function( orgSetup ) { + return function() { + orgSetup.apply( this, arguments ); + saved[ field.id ] = field.getValue(); + }; + } ); + + // Compare saved value with actual value. Update cell only if value has changed. + field.commit = CKEDITOR.tools.override( field.commit, function( orgCommit ) { + return function() { + if ( saved[ field.id ] !== field.getValue() ) + orgCommit.apply( this, arguments ); + }; + } ); + } ); + } + }; +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/af.js new file mode 100644 index 00000000..4b1abe38 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/af.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'af', { + toolbarCollapse: 'Verklein werkbalk', + toolbarExpand: 'Vergroot werkbalk', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ar.js new file mode 100644 index 00000000..866b575c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ar.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ar', { + toolbarCollapse: 'تقليص شريط الأدوت', + toolbarExpand: 'تمديد شريط الأدوات', + toolbarGroups: { + document: 'مستند', + clipboard: 'الحافظة/الرجوع', + editing: 'تحرير', + forms: 'نماذج', + basicstyles: 'نمط بسيط', + paragraph: 'فقرة', + links: 'روابط', + insert: 'إدراج', + styles: 'أنماط', + colors: 'ألوان', + tools: 'أدوات' + }, + toolbars: 'أشرطة أدوات المحرر' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bg.js new file mode 100644 index 00000000..dc72a0b1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bg.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'bg', { + toolbarCollapse: 'Свиване на лентата с инструменти', + toolbarExpand: 'Разширяване на лентата с инструменти', + toolbarGroups: { + document: 'Документ', + clipboard: 'Clipboard/Undo', + editing: 'Промяна', + forms: 'Форми', + basicstyles: 'Базови стилове', + paragraph: 'Параграф', + links: 'Връзки', + insert: 'Вмъкване', + styles: 'Стилове', + colors: 'Цветове', + tools: 'Инструменти' + }, + toolbars: 'Ленти с инструменти' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bn.js new file mode 100644 index 00000000..85c9cf1b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bn.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'bn', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bs.js new file mode 100644 index 00000000..c25c2ee6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/bs.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'bs', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ca.js new file mode 100644 index 00000000..373933b3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ca.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ca', { + toolbarCollapse: 'Redueix la barra d\'eines', + toolbarExpand: 'Amplia la barra d\'eines', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor de barra d\'eines' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/cs.js new file mode 100644 index 00000000..df9e0bc7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/cs.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'cs', { + toolbarCollapse: 'Skrýt panel nástrojů', + toolbarExpand: 'Zobrazit panel nástrojů', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Schránka/Zpět', + editing: 'Úpravy', + forms: 'Formuláře', + basicstyles: 'Základní styly', + paragraph: 'Odstavec', + links: 'Odkazy', + insert: 'Vložit', + styles: 'Styly', + colors: 'Barvy', + tools: 'Nástroje' + }, + toolbars: 'Panely nástrojů editoru' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/cy.js new file mode 100644 index 00000000..a7514f19 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/cy.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'cy', { + toolbarCollapse: 'Cyfangu\'r Bar Offer', + toolbarExpand: 'Ehangu\'r Bar Offer', + toolbarGroups: { + document: 'Dogfen', + clipboard: 'Clipfwrdd/Dadwneud', + editing: 'Golygu', + forms: 'Ffurflenni', + basicstyles: 'Arddulliau Sylfaenol', + paragraph: 'Paragraff', + links: 'Dolenni', + insert: 'Mewnosod', + styles: 'Arddulliau', + colors: 'Lliwiau', + tools: 'Offer' + }, + toolbars: 'Bariau offer y golygydd' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/da.js new file mode 100644 index 00000000..389a5a7a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/da.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'da', { + toolbarCollapse: 'Sammenklap værktøjslinje', + toolbarExpand: 'Udvid værktøjslinje', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Udklipsholder/Fortryd', + editing: 'Redigering', + forms: 'Formularer', + basicstyles: 'Basis styles', + paragraph: 'Paragraf', + links: 'Links', + insert: 'Indsæt', + styles: 'Typografier', + colors: 'Farver', + tools: 'Værktøjer' + }, + toolbars: 'Editors værktøjslinjer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/de.js new file mode 100644 index 00000000..2c582307 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/de.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'de', { + toolbarCollapse: 'Symbolleiste einklappen', + toolbarExpand: 'Symbolleiste ausklappen', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Zwischenablage/Rückgängig', + editing: 'Editieren', + forms: 'Formularen', + basicstyles: 'Grundstile', + paragraph: 'Absatz', + links: 'Links', + insert: 'Einfügen', + styles: 'Stile', + colors: 'Farben', + tools: 'Werkzeuge' + }, + toolbars: 'Editor Symbolleisten' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/el.js new file mode 100644 index 00000000..95f1c75c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/el.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'el', { + toolbarCollapse: 'Σύμπτυξη Εργαλειοθήκης', + toolbarExpand: 'Ανάπτυξη Εργαλειοθήκης', + toolbarGroups: { + document: 'Έγγραφο', + clipboard: 'Πρόχειρο/Αναίρεση', + editing: 'Επεξεργασία', + forms: 'Φόρμες', + basicstyles: 'Βασικά Στυλ', + paragraph: 'Παράγραφος', + links: 'Σύνδεσμοι', + insert: 'Εισαγωγή', + styles: 'Στυλ', + colors: 'Χρώματα', + tools: 'Εργαλεία' + }, + toolbars: 'Εργαλειοθήκες επεξεργαστή' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-au.js new file mode 100644 index 00000000..c9f5c79c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-au.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'en-au', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-ca.js new file mode 100644 index 00000000..6bdb27b8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-ca.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'en-ca', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-gb.js new file mode 100644 index 00000000..f321923a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en-gb.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'en-gb', { + toolbarCollapse: 'Collapse Toolbar', + toolbarExpand: 'Expand Toolbar', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en.js new file mode 100644 index 00000000..00c9706d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/en.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'en', { + toolbarCollapse: 'Collapse Toolbar', + toolbarExpand: 'Expand Toolbar', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/eo.js new file mode 100644 index 00000000..9e14dc90 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/eo.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'eo', { + toolbarCollapse: 'Faldi la ilbreton', + toolbarExpand: 'Malfaldi la ilbreton', + toolbarGroups: { + document: 'Dokumento', + clipboard: 'Poŝo/Malfari', + editing: 'Redaktado', + forms: 'Formularoj', + basicstyles: 'Bazaj stiloj', + paragraph: 'Paragrafo', + links: 'Ligiloj', + insert: 'Enmeti', + styles: 'Stiloj', + colors: 'Koloroj', + tools: 'Iloj' + }, + toolbars: 'Ilobretoj de la redaktilo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/es.js new file mode 100644 index 00000000..1dda8497 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/es.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'es', { + toolbarCollapse: 'Contraer barra de herramientas', + toolbarExpand: 'Expandir barra de herramientas', + toolbarGroups: { + document: 'Documento', + clipboard: 'Portapapeles/Deshacer', + editing: 'Edición', + forms: 'Formularios', + basicstyles: 'Estilos básicos', + paragraph: 'Párrafo', + links: 'Enlaces', + insert: 'Insertar', + styles: 'Estilos', + colors: 'Colores', + tools: 'Herramientas' + }, + toolbars: 'Barras de herramientas del editor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/et.js new file mode 100644 index 00000000..e2182311 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/et.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'et', { + toolbarCollapse: 'Tööriistariba peitmine', + toolbarExpand: 'Tööriistariba näitamine', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Lõikelaud/tagasivõtmine', + editing: 'Muutmine', + forms: 'Vormid', + basicstyles: 'Põhistiilid', + paragraph: 'Lõik', + links: 'Lingid', + insert: 'Sisesta', + styles: 'Stiilid', + colors: 'Värvid', + tools: 'Tööriistad' + }, + toolbars: 'Redaktori tööriistaribad' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/eu.js new file mode 100644 index 00000000..9b2eafdf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/eu.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'eu', { + toolbarCollapse: 'Tresna-barra Txikitu', + toolbarExpand: 'Tresna-barra Luzatu', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editorearen Tresna-barra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fa.js new file mode 100644 index 00000000..bd10c335 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fa.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'fa', { + toolbarCollapse: 'بستن نوار ابزار', + toolbarExpand: 'بازکردن نوار ابزار', + toolbarGroups: { + document: 'سند', + clipboard: 'حافظه موقت/برگشت', + editing: 'در حال ویرایش', + forms: 'فرم​ها', + basicstyles: 'شیوه​های پایه', + paragraph: 'بند', + links: 'پیوندها', + insert: 'ورود', + styles: 'شیوه​ها', + colors: 'رنگ​ها', + tools: 'ابزارها' + }, + toolbars: 'نوار ابزار' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fi.js new file mode 100644 index 00000000..20e7938f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fi.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'fi', { + toolbarCollapse: 'Kutista työkalupalkki', + toolbarExpand: 'Laajenna työkalupalkki', + toolbarGroups: { + document: 'Dokumentti', + clipboard: 'Leikepöytä/Kumoa', + editing: 'Muokkaus', + forms: 'Lomakkeet', + basicstyles: 'Perustyylit', + paragraph: 'Kappale', + links: 'Linkit', + insert: 'Lisää', + styles: 'Tyylit', + colors: 'Värit', + tools: 'Työkalut' + }, + toolbars: 'Editorin työkalupalkit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fo.js new file mode 100644 index 00000000..8e7dca4a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fo.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'fo', { + toolbarCollapse: 'Lat Toolbar aftur', + toolbarExpand: 'Vís Toolbar', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Clipboard/Undo', + editing: 'Editering', + forms: 'Formar', + basicstyles: 'Grundleggjandi Styles', + paragraph: 'Reglubrot', + links: 'Leinkjur', + insert: 'Set inn', + styles: 'Styles', + colors: 'Litir', + tools: 'Tól' + }, + toolbars: 'Editor toolbars' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fr-ca.js new file mode 100644 index 00000000..74345fe6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fr-ca.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'fr-ca', { + toolbarCollapse: 'Enrouler la barre d\'outils', + toolbarExpand: 'Dérouler la barre d\'outils', + toolbarGroups: { + document: 'Document', + clipboard: 'Presse papier/Annuler', + editing: 'Édition', + forms: 'Formulaires', + basicstyles: 'Styles de base', + paragraph: 'Paragraphe', + links: 'Liens', + insert: 'Insérer', + styles: 'Styles', + colors: 'Couleurs', + tools: 'Outils' + }, + toolbars: 'Barre d\'outils de l\'éditeur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fr.js new file mode 100644 index 00000000..df945fdf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fr.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'fr', { + toolbarCollapse: 'Enrouler la barre d\'outils', + toolbarExpand: 'Dérouler la barre d\'outils', + toolbarGroups: { + document: 'Document', + clipboard: 'Presse-papier/Défaire', + editing: 'Editer', + forms: 'Formulaires', + basicstyles: 'Styles de base', + paragraph: 'Paragraphe', + links: 'Liens', + insert: 'Insérer', + styles: 'Styles', + colors: 'Couleurs', + tools: 'Outils' + }, + toolbars: 'Barre d\'outils de l\'éditeur' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/gl.js new file mode 100644 index 00000000..b6f9b579 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/gl.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'gl', { + toolbarCollapse: 'Contraer a barra de ferramentas', + toolbarExpand: 'Expandir a barra de ferramentas', + toolbarGroups: { + document: 'Documento', + clipboard: 'Portapapeis/desfacer', + editing: 'Edición', + forms: 'Formularios', + basicstyles: 'Estilos básicos', + paragraph: 'Paragrafo', + links: 'Ligazóns', + insert: 'Inserir', + styles: 'Estilos', + colors: 'Cores', + tools: 'Ferramentas' + }, + toolbars: 'Barras de ferramentas do editor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/gu.js new file mode 100644 index 00000000..895538cc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/gu.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'gu', { + toolbarCollapse: 'ટૂલબાર નાનું કરવું', + toolbarExpand: 'ટૂલબાર મોટું કરવું', + toolbarGroups: { + document: 'દસ્તાવેજ', + clipboard: 'ક્લિપબોર્ડ/અન', + editing: 'એડીટ કરવું', + forms: 'ફોર્મ', + basicstyles: 'બેસિક્ સ્ટાઇલ', + paragraph: 'ફકરો', + links: 'લીંક', + insert: 'ઉમેરવું', + styles: 'સ્ટાઇલ', + colors: 'રંગ', + tools: 'ટૂલ્સ' + }, + toolbars: 'એડીટર ટૂલ બાર' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/he.js new file mode 100644 index 00000000..bb01e9b8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/he.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'he', { + toolbarCollapse: 'מזעור סרגל כלים', + toolbarExpand: 'הרחבת סרגל כלים', + toolbarGroups: { + document: 'מסמך', + clipboard: 'לוח הגזירים (Clipboard)/צעד אחרון', + editing: 'עריכה', + forms: 'טפסים', + basicstyles: 'עיצוב בסיסי', + paragraph: 'פסקה', + links: 'קישורים', + insert: 'הכנסה', + styles: 'עיצוב', + colors: 'צבעים', + tools: 'כלים' + }, + toolbars: 'סרגלי כלים של העורך' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hi.js new file mode 100644 index 00000000..2a9d89c5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hi.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'hi', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'एडिटर टूलबार' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hr.js new file mode 100644 index 00000000..6c98fd5a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hr.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'hr', { + toolbarCollapse: 'Smanji alatnu traku', + toolbarExpand: 'Proširi alatnu traku', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Međuspremnik/Poništi', + editing: 'Uređivanje', + forms: 'Forme', + basicstyles: 'Osnovni stilovi', + paragraph: 'Paragraf', + links: 'Veze', + insert: 'Umetni', + styles: 'Stilovi', + colors: 'Boje', + tools: 'Alatke' + }, + toolbars: 'Alatne trake uređivača teksta' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hu.js new file mode 100644 index 00000000..a6d2dba1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/hu.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'hu', { + toolbarCollapse: 'Eszköztár összecsukása', + toolbarExpand: 'Eszköztár szétnyitása', + toolbarGroups: { + document: 'Dokumentum', + clipboard: 'Vágólap/Visszavonás', + editing: 'Szerkesztés', + forms: 'Űrlapok', + basicstyles: 'Alapstílusok', + paragraph: 'Bekezdés', + links: 'Hivatkozások', + insert: 'Beszúrás', + styles: 'Stílusok', + colors: 'Színek', + tools: 'Eszközök' + }, + toolbars: 'Szerkesztő Eszköztár' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/id.js new file mode 100644 index 00000000..e052dca5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/id.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'id', { + toolbarCollapse: 'Ciutkan Toolbar', + toolbarExpand: 'Bentangkan Toolbar', + toolbarGroups: { + document: 'Dokumen', + clipboard: 'Papan klip / Kembalikan perlakuan', + editing: 'Sunting', + forms: 'Formulir', + basicstyles: 'Gaya Dasar', + paragraph: 'Paragraf', + links: 'Tautan', + insert: 'Sisip', + styles: 'Gaya', + colors: 'Warna', + tools: 'Alat' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/is.js new file mode 100644 index 00000000..e7251f90 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/is.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'is', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/it.js new file mode 100644 index 00000000..c9f43025 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/it.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'it', { + toolbarCollapse: 'Minimizza Toolbar', + toolbarExpand: 'Espandi Toolbar', + toolbarGroups: { + document: 'Documento', + clipboard: 'Copia negli appunti/Annulla', + editing: 'Modifica', + forms: 'Form', + basicstyles: 'Stili di base', + paragraph: 'Paragrafo', + links: 'Link', + insert: 'Inserisci', + styles: 'Stili', + colors: 'Colori', + tools: 'Strumenti' + }, + toolbars: 'Editor toolbar' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ja.js new file mode 100644 index 00000000..d2e789e4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ja.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ja', { + toolbarCollapse: 'ツールバーを閉じる', + toolbarExpand: 'ツールバーを開く', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: '編集ツールバー' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ka.js new file mode 100644 index 00000000..0b25f1fa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ka.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ka', { + toolbarCollapse: 'ხელსაწყოთა ზოლის შეწევა', + toolbarExpand: 'ხელსაწყოთა ზოლის გამოწევა', + toolbarGroups: { + document: 'დოკუმენტი', + clipboard: 'Clipboard/გაუქმება', + editing: 'რედაქტირება', + forms: 'ფორმები', + basicstyles: 'ძირითადი სტილები', + paragraph: 'აბზაცი', + links: 'ბმულები', + insert: 'ჩასმა', + styles: 'სტილები', + colors: 'ფერები', + tools: 'ხელსაწყოები' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/km.js new file mode 100644 index 00000000..7324889d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/km.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'km', { + toolbarCollapse: 'បង្រួម​របារ​ឧបករណ៍', + toolbarExpand: 'ពង្រីក​របារ​ឧបករណ៍', + toolbarGroups: { + document: 'ឯកសារ', + clipboard: 'Clipboard/មិន​ធ្វើ​វិញ', + editing: 'ការ​កែ​សម្រួល', + forms: 'បែបបទ', + basicstyles: 'រចនាបថ​មូលដ្ឋាន', + paragraph: 'កថាខណ្ឌ', + links: 'តំណ', + insert: 'បញ្ចូល', + styles: 'រចនាបថ', + colors: 'ពណ៌', + tools: 'ឧបករណ៍' + }, + toolbars: 'របារ​ឧបករណ៍​កែ​សម្រួល' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ko.js new file mode 100644 index 00000000..1b8cedd8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ko.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ko', { + toolbarCollapse: '툴바 삭제', + toolbarExpand: '확장 툴바', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: '편집자용 툴바들' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ku.js new file mode 100644 index 00000000..7bbbb8c5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ku.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ku', { + toolbarCollapse: 'شاردنەوی هێڵی تووڵامراز', + toolbarExpand: 'نیشاندانی هێڵی تووڵامراز', + toolbarGroups: { + document: 'پەڕه', + clipboard: 'بڕین/پووچکردنەوە', + editing: 'چاکسازی', + forms: 'داڕشتە', + basicstyles: 'شێوازی بنچینەیی', + paragraph: 'بڕگە', + links: 'بەستەر', + insert: 'خستنە ناو', + styles: 'شێواز', + colors: 'ڕەنگەکان', + tools: 'ئامرازەکان' + }, + toolbars: 'تووڵامرازی دەسکاریکەر' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/lt.js new file mode 100644 index 00000000..52eebef7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/lt.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'lt', { + toolbarCollapse: 'Apjungti įrankių juostą', + toolbarExpand: 'Išplėsti įrankių juostą', + toolbarGroups: { + document: 'Dokumentas', + clipboard: 'Atmintinė/Atgal', + editing: 'Redagavimas', + forms: 'Formos', + basicstyles: 'Pagrindiniai stiliai', + paragraph: 'Paragrafas', + links: 'Nuorodos', + insert: 'Įterpti', + styles: 'Stiliai', + colors: 'Spalvos', + tools: 'Įrankiai' + }, + toolbars: 'Redaktoriaus įrankiai' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/lv.js new file mode 100644 index 00000000..e4d111e6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/lv.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'lv', { + toolbarCollapse: 'Aizvērt rīkjoslu', + toolbarExpand: 'Atvērt rīkjoslu', + toolbarGroups: { + document: 'Dokuments', + clipboard: 'Starpliktuve/Atcelt', + editing: 'Labošana', + forms: 'Formas', + basicstyles: 'Pamata stili', + paragraph: 'Paragrāfs', + links: 'Saites', + insert: 'Ievietot', + styles: 'Stili', + colors: 'Krāsas', + tools: 'Rīki' + }, + toolbars: 'Redaktora rīkjoslas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/mk.js new file mode 100644 index 00000000..5d4914f6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/mk.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'mk', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/mn.js new file mode 100644 index 00000000..b4c20278 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/mn.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'mn', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Холбоосууд', + insert: 'Оруулах', + styles: 'Загварууд', + colors: 'Онгөнүүд', + tools: 'Хэрэгслүүд' + }, + toolbars: 'Болосруулагчийн хэрэгслийн самбар' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ms.js new file mode 100644 index 00000000..9710ddd7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ms.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ms', { + toolbarCollapse: 'Collapse Toolbar', // MISSING + toolbarExpand: 'Expand Toolbar', // MISSING + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editor toolbars' // MISSING +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/nb.js new file mode 100644 index 00000000..fa2e0d78 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/nb.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'nb', { + toolbarCollapse: 'Skjul verktøylinje', + toolbarExpand: 'Vis verktøylinje', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Utklippstavle/Angre', + editing: 'Redigering', + forms: 'Skjema', + basicstyles: 'Basisstiler', + paragraph: 'Avsnitt', + links: 'Lenker', + insert: 'Innsetting', + styles: 'Stiler', + colors: 'Farger', + tools: 'Verktøy' + }, + toolbars: 'Verktøylinjer for editor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/nl.js new file mode 100644 index 00000000..03ce72ff --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/nl.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'nl', { + toolbarCollapse: 'Werkbalk inklappen', + toolbarExpand: 'Werkbalk uitklappen', + toolbarGroups: { + document: 'Document', + clipboard: 'Klembord/Ongedaan maken', + editing: 'Bewerken', + forms: 'Formulieren', + basicstyles: 'Basisstijlen', + paragraph: 'Paragraaf', + links: 'Links', + insert: 'Invoegen', + styles: 'Stijlen', + colors: 'Kleuren', + tools: 'Toepassingen' + }, + toolbars: 'Werkbalken' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/no.js new file mode 100644 index 00000000..eefd98df --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/no.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'no', { + toolbarCollapse: 'Skjul verktøylinje', + toolbarExpand: 'Vis verktøylinje', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Utklippstavle/Angre', + editing: 'Redigering', + forms: 'Skjema', + basicstyles: 'Basisstiler', + paragraph: 'Avsnitt', + links: 'Lenker', + insert: 'Innsetting', + styles: 'Stiler', + colors: 'Farger', + tools: 'Verktøy' + }, + toolbars: 'Verktøylinjer for editor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pl.js new file mode 100644 index 00000000..e607fd21 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pl.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'pl', { + toolbarCollapse: 'Zwiń pasek narzędzi', + toolbarExpand: 'Rozwiń pasek narzędzi', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Schowek/Wstecz', + editing: 'Edycja', + forms: 'Formularze', + basicstyles: 'Style podstawowe', + paragraph: 'Akapit', + links: 'Hiperłącza', + insert: 'Wstawianie', + styles: 'Style', + colors: 'Kolory', + tools: 'Narzędzia' + }, + toolbars: 'Paski narzędzi edytora' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pt-br.js new file mode 100644 index 00000000..5a310565 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pt-br.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'pt-br', { + toolbarCollapse: 'Diminuir Barra de Ferramentas', + toolbarExpand: 'Aumentar Barra de Ferramentas', + toolbarGroups: { + document: 'Documento', + clipboard: 'Clipboard/Desfazer', + editing: 'Edição', + forms: 'Formulários', + basicstyles: 'Estilos Básicos', + paragraph: 'Paragrafo', + links: 'Links', + insert: 'Inserir', + styles: 'Estilos', + colors: 'Cores', + tools: 'Ferramentas' + }, + toolbars: 'Barra de Ferramentas do Editor' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pt.js new file mode 100644 index 00000000..e77777ba --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/pt.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'pt', { + toolbarCollapse: 'Ocultar Barra de Ferramentas', + toolbarExpand: 'Expandir Barra de Ferramentas', + toolbarGroups: { + document: 'Documento', + clipboard: 'Área de Transferência/Anular', + editing: 'Edição', + forms: 'Formulários', + basicstyles: 'Estilos Básicos', + paragraph: 'Parágrafo', + links: 'Hiperligações', + insert: 'Inserir', + styles: 'Estilos', + colors: 'Cores', + tools: 'Ferramentas' + }, + toolbars: 'Editor de Barras de Ferramentas' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ro.js new file mode 100644 index 00000000..318c184d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ro.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ro', { + toolbarCollapse: 'Micșorează Bara', + toolbarExpand: 'Mărește Bara', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Editează bara de unelte' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ru.js new file mode 100644 index 00000000..0985afdb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ru.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ru', { + toolbarCollapse: 'Свернуть панель инструментов', + toolbarExpand: 'Развернуть панель инструментов', + toolbarGroups: { + document: 'Документ', + clipboard: 'Буфер обмена / Отмена действий', + editing: 'Корректировка', + forms: 'Формы', + basicstyles: 'Простые стили', + paragraph: 'Абзац', + links: 'Ссылки', + insert: 'Вставка', + styles: 'Стили', + colors: 'Цвета', + tools: 'Инструменты' + }, + toolbars: 'Панели инструментов редактора' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/si.js new file mode 100644 index 00000000..1d669cbb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/si.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'si', { + toolbarCollapse: 'මෙවලම් තීරුව හැකුලුම.', + toolbarExpand: 'මෙවලම් තීරුව දීගහැරුම', + toolbarGroups: { + document: 'ලිපිය', + clipboard: 'ඇමිණුම වෙනස් කිරීම', + editing: 'සංස්කරණය', + forms: 'පෝරමය', + basicstyles: 'මුලික විලාසය', + paragraph: 'චේදය', + links: 'සබැඳිය', + insert: 'ඇතුලත් කිරීම', + styles: 'විලාසය', + colors: 'වර්ණය', + tools: 'මෙවලම්' + }, + toolbars: 'සංස්කරණ මෙවලම් තීරුව' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sk.js new file mode 100644 index 00000000..31beda8d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sk.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'sk', { + toolbarCollapse: 'Zbaliť lištu nástrojov', + toolbarExpand: 'Rozbaliť lištu nástrojov', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Schránka pre kopírovanie/Späť', + editing: 'Upravovanie', + forms: 'Formuláre', + basicstyles: 'Základné štýly', + paragraph: 'Odstavec', + links: 'Odkazy', + insert: 'Vložiť', + styles: 'Štýly', + colors: 'Farby', + tools: 'Nástroje' + }, + toolbars: 'Lišty nástrojov editora' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sl.js new file mode 100644 index 00000000..50bfc82b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sl.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'sl', { + toolbarCollapse: 'Skrči Orodno Vrstico', + toolbarExpand: 'Razširi Orodno Vrstico', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Urejevalnik orodne vrstice' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sq.js new file mode 100644 index 00000000..b581d8ea --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sq.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'sq', { + toolbarCollapse: 'Zvogëlo Shiritin', + toolbarExpand: 'Zgjero Shiritin', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Tabela Punës/Ribëje', + editing: 'Duke Redaktuar', + forms: 'Formular', + basicstyles: 'Stili Bazë', + paragraph: 'Paragraf', + links: 'Nyjet', + insert: 'Shto', + styles: 'Stil', + colors: 'Ngjyrat', + tools: 'Mjetet' + }, + toolbars: 'Shiritet e Redaktuesit' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sr-latn.js new file mode 100644 index 00000000..ff88a23c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sr-latn.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'sr-latn', { + toolbarCollapse: 'Suzi alatnu traku', + toolbarExpand: 'Proširi alatnu traku', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Alatne trake' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sr.js new file mode 100644 index 00000000..61c3092e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sr.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'sr', { + toolbarCollapse: 'Склопи алатну траку', + toolbarExpand: 'Прошири алатну траку', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Едитор алатне траке' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sv.js new file mode 100644 index 00000000..82850839 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/sv.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'sv', { + toolbarCollapse: 'Dölj verktygsfält', + toolbarExpand: 'Visa verktygsfält', + toolbarGroups: { + document: 'Dokument', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'Redigera verktygsfält' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/th.js new file mode 100644 index 00000000..935e6902 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/th.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'th', { + toolbarCollapse: 'ซ่อนแถบเครื่องมือ', + toolbarExpand: 'เปิดแถบเครื่องมือ', + toolbarGroups: { + document: 'Document', + clipboard: 'Clipboard/Undo', + editing: 'Editing', + forms: 'Forms', + basicstyles: 'Basic Styles', + paragraph: 'Paragraph', + links: 'Links', + insert: 'Insert', + styles: 'Styles', + colors: 'Colors', + tools: 'Tools' + }, + toolbars: 'แถบเครื่องมือช่วยพิมพ์ข้อความ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/tr.js new file mode 100644 index 00000000..9c2245aa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/tr.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'tr', { + toolbarCollapse: 'Araç çubuklarını topla', + toolbarExpand: 'Araç çubuklarını aç', + toolbarGroups: { + document: 'Belge', + clipboard: 'Pano/Geri al', + editing: 'Düzenleme', + forms: 'Formlar', + basicstyles: 'Temel Stiller', + paragraph: 'Paragraf', + links: 'Bağlantılar', + insert: 'Ekle', + styles: 'Stiller', + colors: 'Renkler', + tools: 'Araçlar' + }, + toolbars: 'Araç çubukları Editörü' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ug.js new file mode 100644 index 00000000..6a5a6aaa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/ug.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'ug', { + toolbarCollapse: 'قورال بالداقنى قاتلا', + toolbarExpand: 'قورال بالداقنى ياي', + toolbarGroups: { + document: 'پۈتۈك', + clipboard: 'چاپلاش تاختىسى/يېنىۋال', + editing: 'تەھرىر', + forms: 'جەدۋەل', + basicstyles: 'ئاساسىي ئۇسلۇب', + paragraph: 'ئابزاس', + links: 'ئۇلانما', + insert: 'قىستۇر', + styles: 'ئۇسلۇب', + colors: 'رەڭ', + tools: 'قورال' + }, + toolbars: 'قورال بالداق' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/uk.js new file mode 100644 index 00000000..9aa60343 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/uk.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'uk', { + toolbarCollapse: 'Згорнути панель інструментів', + toolbarExpand: 'Розгорнути панель інструментів', + toolbarGroups: { + document: 'Документ', + clipboard: 'Буфер обміну / Скасувати', + editing: 'Редагування', + forms: 'Форми', + basicstyles: 'Основний Стиль', + paragraph: 'Параграф', + links: 'Посилання', + insert: 'Вставити', + styles: 'Стилі', + colors: 'Кольори', + tools: 'Інструменти' + }, + toolbars: 'Панель інструментів редактора' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/vi.js new file mode 100644 index 00000000..f0276788 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/vi.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'vi', { + toolbarCollapse: 'Thu gọn thanh công cụ', + toolbarExpand: 'Mở rộng thnah công cụ', + toolbarGroups: { + document: 'Tài liệu', + clipboard: 'Clipboard/Undo', + editing: 'Chỉnh sửa', + forms: 'Bảng biểu', + basicstyles: 'Kiểu cơ bản', + paragraph: 'Đoạn', + links: 'Liên kết', + insert: 'Chèn', + styles: 'Kiểu', + colors: 'Màu sắc', + tools: 'Công cụ' + }, + toolbars: 'Thanh công cụ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/zh-cn.js new file mode 100644 index 00000000..9726a7a4 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/zh-cn.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'zh-cn', { + toolbarCollapse: '折叠工具栏', + toolbarExpand: '展开工具栏', + toolbarGroups: { + document: '文档', + clipboard: '剪贴板/撤销', + editing: '编辑', + forms: '表单', + basicstyles: '基本格式', + paragraph: '段落', + links: '链接', + insert: '插入', + styles: '样式', + colors: '颜色', + tools: '工具' + }, + toolbars: '工具栏' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/zh.js new file mode 100644 index 00000000..b6df758c --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/zh.js @@ -0,0 +1,22 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'toolbar', 'zh', { + toolbarCollapse: '摺疊工具列', + toolbarExpand: '展開工具列', + toolbarGroups: { + document: '文件', + clipboard: '剪貼簿/復原', + editing: '編輯選項', + forms: '格式', + basicstyles: '基本樣式', + paragraph: '段落', + links: '連結', + insert: '插入', + styles: '樣式', + colors: '顏色', + tools: '工具' + }, + toolbars: '編輯器工具列' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/icons/redo-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/redo-rtl.png new file mode 100644 index 00000000..dd12c682 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/redo-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/icons/redo.png b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/redo.png new file mode 100644 index 00000000..75a18720 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/redo.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/icons/undo-rtl.png b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/undo-rtl.png new file mode 100644 index 00000000..75a18720 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/undo-rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/icons/undo.png b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/undo.png new file mode 100644 index 00000000..f81b3b39 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/plugins/undo/icons/undo.png differ diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/af.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/af.js new file mode 100644 index 00000000..7be0c380 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/af.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'af', { + redo: 'Oordoen', + undo: 'Ontdoen' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ar.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ar.js new file mode 100644 index 00000000..9bcb6313 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ar.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ar', { + redo: 'إعادة', + undo: 'تراجع' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bg.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bg.js new file mode 100644 index 00000000..34770811 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bg.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'bg', { + redo: 'Връщане на предишен статус', + undo: 'Възтанови' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bn.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bn.js new file mode 100644 index 00000000..6f543159 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'bn', { + redo: 'রি-ডু', + undo: 'আনডু' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bs.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bs.js new file mode 100644 index 00000000..742294f6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/bs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'bs', { + redo: 'Ponovi', + undo: 'Vrati' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ca.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ca.js new file mode 100644 index 00000000..20865afc --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ca', { + redo: 'Refés', + undo: 'Desfés' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/cs.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/cs.js new file mode 100644 index 00000000..0b5d224a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/cs.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'cs', { + redo: 'Znovu', + undo: 'Zpět' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/cy.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/cy.js new file mode 100644 index 00000000..468344b7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/cy.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'cy', { + redo: 'Ailwneud', + undo: 'Dadwneud' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/da.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/da.js new file mode 100644 index 00000000..ed5ac0aa --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/da.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'da', { + redo: 'Annullér fortryd', + undo: 'Fortryd' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/de.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/de.js new file mode 100644 index 00000000..3e9785e0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/de.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'de', { + redo: 'Wiederherstellen', + undo: 'Rückgängig' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/el.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/el.js new file mode 100644 index 00000000..9718fb15 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/el.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'el', { + redo: 'Επανάληψη', + undo: 'Αναίρεση' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-au.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-au.js new file mode 100644 index 00000000..8c77a3d5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-au.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'en-au', { + redo: 'Redo', + undo: 'Undo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-ca.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-ca.js new file mode 100644 index 00000000..b2ab11ca --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'en-ca', { + redo: 'Redo', + undo: 'Undo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-gb.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-gb.js new file mode 100644 index 00000000..3484e229 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en-gb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'en-gb', { + redo: 'Redo', + undo: 'Undo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en.js new file mode 100644 index 00000000..efd3798f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/en.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'en', { + redo: 'Redo', + undo: 'Undo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/eo.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/eo.js new file mode 100644 index 00000000..174d4f1d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/eo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'eo', { + redo: 'Refari', + undo: 'Malfari' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/es.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/es.js new file mode 100644 index 00000000..296afd93 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/es.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'es', { + redo: 'Rehacer', + undo: 'Deshacer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/et.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/et.js new file mode 100644 index 00000000..3f59c5c6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/et.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'et', { + redo: 'Toimingu kordamine', + undo: 'Tagasivõtmine' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/eu.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/eu.js new file mode 100644 index 00000000..ae583c2e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/eu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'eu', { + redo: 'Berregin', + undo: 'Desegin' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fa.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fa.js new file mode 100644 index 00000000..bc33a596 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fa.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'fa', { + redo: 'بازچیدن', + undo: 'واچیدن' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fi.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fi.js new file mode 100644 index 00000000..859d2154 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'fi', { + redo: 'Toista', + undo: 'Kumoa' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fo.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fo.js new file mode 100644 index 00000000..afaae515 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fo.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'fo', { + redo: 'Vend aftur', + undo: 'Angra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fr-ca.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fr-ca.js new file mode 100644 index 00000000..ea1bf4b5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fr-ca.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'fr-ca', { + redo: 'Refaire', + undo: 'Annuler' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fr.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fr.js new file mode 100644 index 00000000..0f64267d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/fr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'fr', { + redo: 'Rétablir', + undo: 'Annuler' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/gl.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/gl.js new file mode 100644 index 00000000..522b256b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/gl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'gl', { + redo: 'Refacer', + undo: 'Desfacer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/gu.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/gu.js new file mode 100644 index 00000000..8ef46571 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/gu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'gu', { + redo: 'રિડૂ; પછી હતી એવી સ્થિતિ પાછી લાવવી', + undo: 'રદ કરવું; પહેલાં હતી એવી સ્થિતિ પાછી લાવવી' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/he.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/he.js new file mode 100644 index 00000000..daac7e21 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/he.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'he', { + redo: 'חזרה על צעד אחרון', + undo: 'ביטול צעד אחרון' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hi.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hi.js new file mode 100644 index 00000000..9f20f398 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'hi', { + redo: 'रीडू', + undo: 'अन्डू' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hr.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hr.js new file mode 100644 index 00000000..178463fb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'hr', { + redo: 'Ponovi', + undo: 'Poništi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hu.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hu.js new file mode 100644 index 00000000..ce6a2ff6 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/hu.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'hu', { + redo: 'Ismétlés', + undo: 'Visszavonás' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/id.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/id.js new file mode 100644 index 00000000..ff46e2e2 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/id.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'id', { + redo: 'Kembali lakukan', + undo: 'Batalkan perlakuan' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/is.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/is.js new file mode 100644 index 00000000..5ece239b --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/is.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'is', { + redo: 'Hætta við afturköllun', + undo: 'Afturkalla' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/it.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/it.js new file mode 100644 index 00000000..1ad5b9a1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/it.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'it', { + redo: 'Ripristina', + undo: 'Annulla' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ja.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ja.js new file mode 100644 index 00000000..2588d0b5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ja.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ja', { + redo: 'やり直す', + undo: '元に戻す' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ka.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ka.js new file mode 100644 index 00000000..da4d0368 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ka.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ka', { + redo: 'გამეორება', + undo: 'გაუქმება' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/km.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/km.js new file mode 100644 index 00000000..9b91b215 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/km.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'km', { + redo: 'ធ្វើ​ឡើង​វិញ', + undo: 'មិន​ធ្វើ​វិញ' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ko.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ko.js new file mode 100644 index 00000000..6a86ee35 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ko.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ko', { + redo: '재실행', + undo: '취소' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ku.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ku.js new file mode 100644 index 00000000..6436af33 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ku.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ku', { + redo: 'هەڵگەڕاندنەوە', + undo: 'پووچکردنەوە' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/lt.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/lt.js new file mode 100644 index 00000000..6f1e5f95 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/lt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'lt', { + redo: 'Atstatyti', + undo: 'Atšaukti' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/lv.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/lv.js new file mode 100644 index 00000000..ce0f6be5 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/lv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'lv', { + redo: 'Atkārtot', + undo: 'Atcelt' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/mk.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/mk.js new file mode 100644 index 00000000..f12937c7 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/mk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'mk', { + redo: 'Redo', // MISSING + undo: 'Undo' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/mn.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/mn.js new file mode 100644 index 00000000..4073645f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/mn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'mn', { + redo: 'Өмнөх үйлдлээ сэргээх', + undo: 'Хүчингүй болгох' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ms.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ms.js new file mode 100644 index 00000000..4e1cb828 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ms.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ms', { + redo: 'Ulangkan', + undo: 'Batalkan' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/nb.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/nb.js new file mode 100644 index 00000000..6d24626d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/nb.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'nb', { + redo: 'Gjør om', + undo: 'Angre' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/nl.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/nl.js new file mode 100644 index 00000000..18253ad1 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/nl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'nl', { + redo: 'Opnieuw uitvoeren', + undo: 'Ongedaan maken' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/no.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/no.js new file mode 100644 index 00000000..7940ca87 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/no.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'no', { + redo: 'Gjør om', + undo: 'Angre' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pl.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pl.js new file mode 100644 index 00000000..ebc99114 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'pl', { + redo: 'Ponów', + undo: 'Cofnij' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pt-br.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pt-br.js new file mode 100644 index 00000000..b5ab1ceb --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pt-br.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'pt-br', { + redo: 'Refazer', + undo: 'Desfazer' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pt.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pt.js new file mode 100644 index 00000000..92eb8f54 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/pt.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'pt', { + redo: 'Refazer', + undo: 'Anular' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ro.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ro.js new file mode 100644 index 00000000..0907d6f3 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ro.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ro', { + redo: 'Starea ulterioară (redo)', + undo: 'Starea anterioară (undo)' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ru.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ru.js new file mode 100644 index 00000000..7ce99b90 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ru.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ru', { + redo: 'Повторить', + undo: 'Отменить' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/si.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/si.js new file mode 100644 index 00000000..29884fa8 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/si.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'si', { + redo: 'නැවත කිරීම', + undo: 'වෙනස් කිරීම' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sk.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sk.js new file mode 100644 index 00000000..55bcf451 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'sk', { + redo: 'Znovu', + undo: 'Späť' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sl.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sl.js new file mode 100644 index 00000000..8c084b94 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sl.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'sl', { + redo: 'Ponovi', + undo: 'Razveljavi' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sq.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sq.js new file mode 100644 index 00000000..5668fb7f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sq.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'sq', { + redo: 'Ribëje', + undo: 'Rizhbëje' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sr-latn.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sr-latn.js new file mode 100644 index 00000000..8bb79537 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sr-latn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'sr-latn', { + redo: 'Ponovi akciju', + undo: 'Poni�ti akciju' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sr.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sr.js new file mode 100644 index 00000000..89b99da0 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'sr', { + redo: 'Понови акцију', + undo: 'Поништи акцију' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sv.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sv.js new file mode 100644 index 00000000..6cfbdfaf --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/sv.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'sv', { + redo: 'Gör om', + undo: 'Ångra' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/th.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/th.js new file mode 100644 index 00000000..9561c38f --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/th.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'th', { + redo: 'ทำซ้ำคำสั่ง', + undo: 'ยกเลิกคำสั่ง' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/tr.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/tr.js new file mode 100644 index 00000000..5006f110 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/tr.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'tr', { + redo: 'Tekrarla', + undo: 'Geri Al' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ug.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ug.js new file mode 100644 index 00000000..88802274 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/ug.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'ug', { + redo: 'قايتىلا ', + undo: 'يېنىۋال' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/uk.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/uk.js new file mode 100644 index 00000000..98f4ed32 --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/uk.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'uk', { + redo: 'Повторити', + undo: 'Повернути' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/vi.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/vi.js new file mode 100644 index 00000000..d733823a --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/vi.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'vi', { + redo: 'Làm lại thao tác', + undo: 'Khôi phục thao tác' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/zh-cn.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/zh-cn.js new file mode 100644 index 00000000..d4a3299d --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/zh-cn.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'zh-cn', { + redo: '重做', + undo: '撤消' +} ); diff --git a/lam/templates/lib/extra/ckeditor/plugins/undo/lang/zh.js b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/zh.js new file mode 100644 index 00000000..b6cbb89e --- /dev/null +++ b/lam/templates/lib/extra/ckeditor/plugins/undo/lang/zh.js @@ -0,0 +1,8 @@ +/* +Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'undo', 'zh', { + redo: '取消復原', + undo: '復原' +} ); diff --git a/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides.gif b/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides.gif new file mode 100644 index 00000000..8f91b475 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides.gif differ diff --git a/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides.png b/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides.png new file mode 100644 index 00000000..1042a61c Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides.png differ diff --git a/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides_rtl.png b/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides_rtl.png new file mode 100644 index 00000000..d7f7b49f Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/skins/kama/images/dialog_sides_rtl.png differ diff --git a/lam/templates/lib/extra/ckeditor/skins/kama/images/mini.gif b/lam/templates/lib/extra/ckeditor/skins/kama/images/mini.gif new file mode 100644 index 00000000..54d91074 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/skins/kama/images/mini.gif differ diff --git a/lam/templates/lib/extra/ckeditor/skins/kama/images/sprites.png b/lam/templates/lib/extra/ckeditor/skins/kama/images/sprites.png new file mode 100644 index 00000000..0cb4e1c6 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/skins/kama/images/sprites.png differ diff --git a/lam/templates/lib/extra/ckeditor/skins/kama/images/sprites_ie6.png b/lam/templates/lib/extra/ckeditor/skins/kama/images/sprites_ie6.png new file mode 100644 index 00000000..5bb305c8 Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/skins/kama/images/sprites_ie6.png differ diff --git a/lam/templates/lib/extra/ckeditor/skins/kama/images/toolbar_start.gif b/lam/templates/lib/extra/ckeditor/skins/kama/images/toolbar_start.gif new file mode 100644 index 00000000..1774246c Binary files /dev/null and b/lam/templates/lib/extra/ckeditor/skins/kama/images/toolbar_start.gif differ