diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
| commit | 6d4c4f12d15ae68d912972921997a8c5180c9aea (patch) | |
| tree | 104274447272d09617c483cf6b0ee79559c9fe6f /plugins/contextmenu/lang | |
| parent | de6d09676a9527919813a4474cc28af554a35fe1 (diff) | |
| download | ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2 ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip | |
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location
This batch is the delete and add
Diffstat (limited to 'plugins/contextmenu/lang')
64 files changed, 448 insertions, 0 deletions
diff --git a/plugins/contextmenu/lang/af.js b/plugins/contextmenu/lang/af.js new file mode 100644 index 0000000..43291e6 --- /dev/null +++ b/plugins/contextmenu/lang/af.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'af', {
+ options: 'Konteks Spyskaart-opsies'
+});
diff --git a/plugins/contextmenu/lang/ar.js b/plugins/contextmenu/lang/ar.js new file mode 100644 index 0000000..c072a9c --- /dev/null +++ b/plugins/contextmenu/lang/ar.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ar', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/bg.js b/plugins/contextmenu/lang/bg.js new file mode 100644 index 0000000..dc9a530 --- /dev/null +++ b/plugins/contextmenu/lang/bg.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'bg', {
+ options: 'Опции на контекстното меню'
+});
diff --git a/plugins/contextmenu/lang/bn.js b/plugins/contextmenu/lang/bn.js new file mode 100644 index 0000000..4070e13 --- /dev/null +++ b/plugins/contextmenu/lang/bn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'bn', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/bs.js b/plugins/contextmenu/lang/bs.js new file mode 100644 index 0000000..a6f0575 --- /dev/null +++ b/plugins/contextmenu/lang/bs.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'bs', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/ca.js b/plugins/contextmenu/lang/ca.js new file mode 100644 index 0000000..928017d --- /dev/null +++ b/plugins/contextmenu/lang/ca.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ca', {
+ options: 'Opcions del menú contextual'
+});
diff --git a/plugins/contextmenu/lang/cs.js b/plugins/contextmenu/lang/cs.js new file mode 100644 index 0000000..703e8b8 --- /dev/null +++ b/plugins/contextmenu/lang/cs.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'cs', {
+ options: 'Nastavení kontextové nabídky'
+});
diff --git a/plugins/contextmenu/lang/cy.js b/plugins/contextmenu/lang/cy.js new file mode 100644 index 0000000..3e229cc --- /dev/null +++ b/plugins/contextmenu/lang/cy.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'cy', {
+ options: 'Opsiynau Dewislen Cyd-destun'
+});
diff --git a/plugins/contextmenu/lang/da.js b/plugins/contextmenu/lang/da.js new file mode 100644 index 0000000..467b689 --- /dev/null +++ b/plugins/contextmenu/lang/da.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'da', {
+ options: 'Muligheder for hjælpemenu'
+});
diff --git a/plugins/contextmenu/lang/de.js b/plugins/contextmenu/lang/de.js new file mode 100644 index 0000000..5bd2271 --- /dev/null +++ b/plugins/contextmenu/lang/de.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'de', {
+ options: 'Kontextmenü Optionen'
+});
diff --git a/plugins/contextmenu/lang/el.js b/plugins/contextmenu/lang/el.js new file mode 100644 index 0000000..0576340 --- /dev/null +++ b/plugins/contextmenu/lang/el.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'el', {
+ options: 'Επιλογές Αναδυόμενου Μενού'
+});
diff --git a/plugins/contextmenu/lang/en-au.js b/plugins/contextmenu/lang/en-au.js new file mode 100644 index 0000000..fb73d85 --- /dev/null +++ b/plugins/contextmenu/lang/en-au.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'en-au', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/en-ca.js b/plugins/contextmenu/lang/en-ca.js new file mode 100644 index 0000000..8f79665 --- /dev/null +++ b/plugins/contextmenu/lang/en-ca.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'en-ca', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/en-gb.js b/plugins/contextmenu/lang/en-gb.js new file mode 100644 index 0000000..cb2c8f4 --- /dev/null +++ b/plugins/contextmenu/lang/en-gb.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'en-gb', {
+ options: 'Context Menu Options'
+});
diff --git a/plugins/contextmenu/lang/en.js b/plugins/contextmenu/lang/en.js new file mode 100644 index 0000000..a9a8104 --- /dev/null +++ b/plugins/contextmenu/lang/en.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'en', {
+ options: 'Context Menu Options'
+});
diff --git a/plugins/contextmenu/lang/eo.js b/plugins/contextmenu/lang/eo.js new file mode 100644 index 0000000..7ba2e28 --- /dev/null +++ b/plugins/contextmenu/lang/eo.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'eo', {
+ options: 'Opcioj de Kunteksta Menuo'
+});
diff --git a/plugins/contextmenu/lang/es.js b/plugins/contextmenu/lang/es.js new file mode 100644 index 0000000..4e871a7 --- /dev/null +++ b/plugins/contextmenu/lang/es.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'es', {
+ options: 'Opciones del menú contextual'
+});
diff --git a/plugins/contextmenu/lang/et.js b/plugins/contextmenu/lang/et.js new file mode 100644 index 0000000..20af0ae --- /dev/null +++ b/plugins/contextmenu/lang/et.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'et', {
+ options: 'Kontekstimenüü valikud'
+});
diff --git a/plugins/contextmenu/lang/eu.js b/plugins/contextmenu/lang/eu.js new file mode 100644 index 0000000..86253fa --- /dev/null +++ b/plugins/contextmenu/lang/eu.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'eu', {
+ options: 'Testuingurko Menuaren Aukerak'
+});
diff --git a/plugins/contextmenu/lang/fa.js b/plugins/contextmenu/lang/fa.js new file mode 100644 index 0000000..6a8b5ad --- /dev/null +++ b/plugins/contextmenu/lang/fa.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'fa', {
+ options: 'گزینههای منوی زمینه'
+});
diff --git a/plugins/contextmenu/lang/fi.js b/plugins/contextmenu/lang/fi.js new file mode 100644 index 0000000..4d146d2 --- /dev/null +++ b/plugins/contextmenu/lang/fi.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'fi', {
+ options: 'Pikavalikon ominaisuudet'
+});
diff --git a/plugins/contextmenu/lang/fo.js b/plugins/contextmenu/lang/fo.js new file mode 100644 index 0000000..51121b1 --- /dev/null +++ b/plugins/contextmenu/lang/fo.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'fo', {
+ options: 'Context Menu Options'
+});
diff --git a/plugins/contextmenu/lang/fr-ca.js b/plugins/contextmenu/lang/fr-ca.js new file mode 100644 index 0000000..e3da606 --- /dev/null +++ b/plugins/contextmenu/lang/fr-ca.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'fr-ca', {
+ options: 'Options du menu contextuel'
+});
diff --git a/plugins/contextmenu/lang/fr.js b/plugins/contextmenu/lang/fr.js new file mode 100644 index 0000000..b2dde08 --- /dev/null +++ b/plugins/contextmenu/lang/fr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'fr', {
+ options: 'Options du menu contextuel'
+});
diff --git a/plugins/contextmenu/lang/gl.js b/plugins/contextmenu/lang/gl.js new file mode 100644 index 0000000..e6b50f3 --- /dev/null +++ b/plugins/contextmenu/lang/gl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'gl', {
+ options: 'Opcións do menú contextual'
+});
diff --git a/plugins/contextmenu/lang/gu.js b/plugins/contextmenu/lang/gu.js new file mode 100644 index 0000000..d845c69 --- /dev/null +++ b/plugins/contextmenu/lang/gu.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'gu', {
+ options: 'કોન્તેક્ષ્ત્ મેનુના વિકલ્પો'
+});
diff --git a/plugins/contextmenu/lang/he.js b/plugins/contextmenu/lang/he.js new file mode 100644 index 0000000..7b9cc9d --- /dev/null +++ b/plugins/contextmenu/lang/he.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'he', {
+ options: 'אפשרויות תפריט ההקשר'
+});
diff --git a/plugins/contextmenu/lang/hi.js b/plugins/contextmenu/lang/hi.js new file mode 100644 index 0000000..eaac8a3 --- /dev/null +++ b/plugins/contextmenu/lang/hi.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'hi', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/hr.js b/plugins/contextmenu/lang/hr.js new file mode 100644 index 0000000..8e917e5 --- /dev/null +++ b/plugins/contextmenu/lang/hr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'hr', {
+ options: 'Opcije izbornika'
+});
diff --git a/plugins/contextmenu/lang/hu.js b/plugins/contextmenu/lang/hu.js new file mode 100644 index 0000000..0379317 --- /dev/null +++ b/plugins/contextmenu/lang/hu.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'hu', {
+ options: 'Helyi menü opciók'
+});
diff --git a/plugins/contextmenu/lang/is.js b/plugins/contextmenu/lang/is.js new file mode 100644 index 0000000..391f92c --- /dev/null +++ b/plugins/contextmenu/lang/is.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'is', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/it.js b/plugins/contextmenu/lang/it.js new file mode 100644 index 0000000..9624c40 --- /dev/null +++ b/plugins/contextmenu/lang/it.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'it', {
+ options: 'Opzioni del menù contestuale'
+});
diff --git a/plugins/contextmenu/lang/ja.js b/plugins/contextmenu/lang/ja.js new file mode 100644 index 0000000..6725b8b --- /dev/null +++ b/plugins/contextmenu/lang/ja.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ja', {
+ options: 'コンテキストメニューオプション'
+});
diff --git a/plugins/contextmenu/lang/ka.js b/plugins/contextmenu/lang/ka.js new file mode 100644 index 0000000..99dd0d2 --- /dev/null +++ b/plugins/contextmenu/lang/ka.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ka', {
+ options: 'კონტექსტური მენიუს პარამეტრები'
+});
diff --git a/plugins/contextmenu/lang/km.js b/plugins/contextmenu/lang/km.js new file mode 100644 index 0000000..0136c1c --- /dev/null +++ b/plugins/contextmenu/lang/km.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'km', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/ko.js b/plugins/contextmenu/lang/ko.js new file mode 100644 index 0000000..34f718c --- /dev/null +++ b/plugins/contextmenu/lang/ko.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ko', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/ku.js b/plugins/contextmenu/lang/ku.js new file mode 100644 index 0000000..8c5ba28 --- /dev/null +++ b/plugins/contextmenu/lang/ku.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ku', {
+ options: 'هەڵبژاردەی لیستەی کلیکی دەستی ڕاست'
+});
diff --git a/plugins/contextmenu/lang/lt.js b/plugins/contextmenu/lang/lt.js new file mode 100644 index 0000000..5458e72 --- /dev/null +++ b/plugins/contextmenu/lang/lt.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'lt', {
+ options: 'Kontekstinio meniu parametrai'
+});
diff --git a/plugins/contextmenu/lang/lv.js b/plugins/contextmenu/lang/lv.js new file mode 100644 index 0000000..1613d69 --- /dev/null +++ b/plugins/contextmenu/lang/lv.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'lv', {
+ options: 'Uznirstošās izvēlnes uzstādījumi'
+});
diff --git a/plugins/contextmenu/lang/mk.js b/plugins/contextmenu/lang/mk.js new file mode 100644 index 0000000..7ba0de2 --- /dev/null +++ b/plugins/contextmenu/lang/mk.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'mk', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/mn.js b/plugins/contextmenu/lang/mn.js new file mode 100644 index 0000000..30d2587 --- /dev/null +++ b/plugins/contextmenu/lang/mn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'mn', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/ms.js b/plugins/contextmenu/lang/ms.js new file mode 100644 index 0000000..30d5b79 --- /dev/null +++ b/plugins/contextmenu/lang/ms.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ms', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/nb.js b/plugins/contextmenu/lang/nb.js new file mode 100644 index 0000000..5f44e0e --- /dev/null +++ b/plugins/contextmenu/lang/nb.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'nb', {
+ options: 'Alternativer for høyreklikkmeny'
+});
diff --git a/plugins/contextmenu/lang/nl.js b/plugins/contextmenu/lang/nl.js new file mode 100644 index 0000000..1ce76b3 --- /dev/null +++ b/plugins/contextmenu/lang/nl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'nl', {
+ options: 'Contextmenu opties'
+});
diff --git a/plugins/contextmenu/lang/no.js b/plugins/contextmenu/lang/no.js new file mode 100644 index 0000000..92c0d33 --- /dev/null +++ b/plugins/contextmenu/lang/no.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'no', {
+ options: 'Alternativer for høyreklikkmeny'
+});
diff --git a/plugins/contextmenu/lang/pl.js b/plugins/contextmenu/lang/pl.js new file mode 100644 index 0000000..493e903 --- /dev/null +++ b/plugins/contextmenu/lang/pl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'pl', {
+ options: 'Opcje menu kontekstowego'
+});
diff --git a/plugins/contextmenu/lang/pt-br.js b/plugins/contextmenu/lang/pt-br.js new file mode 100644 index 0000000..672b7cc --- /dev/null +++ b/plugins/contextmenu/lang/pt-br.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'pt-br', {
+ options: 'Opções Menu de Contexto'
+});
diff --git a/plugins/contextmenu/lang/pt.js b/plugins/contextmenu/lang/pt.js new file mode 100644 index 0000000..9f23342 --- /dev/null +++ b/plugins/contextmenu/lang/pt.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'pt', {
+ options: 'Menu de opções de contexto'
+});
diff --git a/plugins/contextmenu/lang/ro.js b/plugins/contextmenu/lang/ro.js new file mode 100644 index 0000000..d07e624 --- /dev/null +++ b/plugins/contextmenu/lang/ro.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ro', {
+ options: 'Opțiuni Meniu Contextual'
+});
diff --git a/plugins/contextmenu/lang/ru.js b/plugins/contextmenu/lang/ru.js new file mode 100644 index 0000000..2d0563c --- /dev/null +++ b/plugins/contextmenu/lang/ru.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ru', {
+ options: 'Параметры контекстного меню'
+});
diff --git a/plugins/contextmenu/lang/si.js b/plugins/contextmenu/lang/si.js new file mode 100644 index 0000000..a9e6779 --- /dev/null +++ b/plugins/contextmenu/lang/si.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'si', {
+ options: 'අනතර්ග ලේඛණ විකල්ප'
+});
diff --git a/plugins/contextmenu/lang/sk.js b/plugins/contextmenu/lang/sk.js new file mode 100644 index 0000000..5684591 --- /dev/null +++ b/plugins/contextmenu/lang/sk.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'sk', {
+ options: 'Možnosti kontextového menu'
+});
diff --git a/plugins/contextmenu/lang/sl.js b/plugins/contextmenu/lang/sl.js new file mode 100644 index 0000000..128a905 --- /dev/null +++ b/plugins/contextmenu/lang/sl.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'sl', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/sq.js b/plugins/contextmenu/lang/sq.js new file mode 100644 index 0000000..80ebe16 --- /dev/null +++ b/plugins/contextmenu/lang/sq.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'sq', {
+ options: 'Mundësitë e Menysë së Kontekstit'
+});
diff --git a/plugins/contextmenu/lang/sr-latn.js b/plugins/contextmenu/lang/sr-latn.js new file mode 100644 index 0000000..f4bfd41 --- /dev/null +++ b/plugins/contextmenu/lang/sr-latn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'sr-latn', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/sr.js b/plugins/contextmenu/lang/sr.js new file mode 100644 index 0000000..a4580cf --- /dev/null +++ b/plugins/contextmenu/lang/sr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'sr', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/sv.js b/plugins/contextmenu/lang/sv.js new file mode 100644 index 0000000..755947e --- /dev/null +++ b/plugins/contextmenu/lang/sv.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'sv', {
+ options: 'Context Menu Options'
+});
diff --git a/plugins/contextmenu/lang/th.js b/plugins/contextmenu/lang/th.js new file mode 100644 index 0000000..fa6b097 --- /dev/null +++ b/plugins/contextmenu/lang/th.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'th', {
+ options: 'Context Menu Options' // MISSING
+});
diff --git a/plugins/contextmenu/lang/tr.js b/plugins/contextmenu/lang/tr.js new file mode 100644 index 0000000..77ec969 --- /dev/null +++ b/plugins/contextmenu/lang/tr.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'tr', {
+ options: 'İçerik Menüsü Seçenekleri'
+});
diff --git a/plugins/contextmenu/lang/ug.js b/plugins/contextmenu/lang/ug.js new file mode 100644 index 0000000..7a86d3d --- /dev/null +++ b/plugins/contextmenu/lang/ug.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'ug', {
+ options: 'قىسقا يول تىزىملىك تاللانمىسى'
+});
diff --git a/plugins/contextmenu/lang/uk.js b/plugins/contextmenu/lang/uk.js new file mode 100644 index 0000000..f78d37b --- /dev/null +++ b/plugins/contextmenu/lang/uk.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'uk', {
+ options: 'Опції контекстного меню'
+});
diff --git a/plugins/contextmenu/lang/vi.js b/plugins/contextmenu/lang/vi.js new file mode 100644 index 0000000..21e021b --- /dev/null +++ b/plugins/contextmenu/lang/vi.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'vi', {
+ options: 'Tùy chọn menu bổ xung'
+});
diff --git a/plugins/contextmenu/lang/zh-cn.js b/plugins/contextmenu/lang/zh-cn.js new file mode 100644 index 0000000..b0aa7ff --- /dev/null +++ b/plugins/contextmenu/lang/zh-cn.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'zh-cn', {
+ options: '快捷菜单选项'
+});
diff --git a/plugins/contextmenu/lang/zh.js b/plugins/contextmenu/lang/zh.js new file mode 100644 index 0000000..8362c39 --- /dev/null +++ b/plugins/contextmenu/lang/zh.js @@ -0,0 +1,7 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'contextmenu', 'zh', {
+ options: 'Context Menu Options' // MISSING
+});
|
