From 679854b8bbc65d112071111bbd7f34a6a481fb30 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 4 Jun 2013 00:21:24 -0700 Subject: RT 4.0.13 --- .../plugins/devtools/lang/_translationstatus.txt | 31 ++++++++++++++++++++++ .../RichText/ckeditor/plugins/devtools/lang/bg.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/cs.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/cy.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/da.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/de.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/el.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/en.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/eo.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/et.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/fa.js | 21 +++++++++++++++ .../RichText/ckeditor/plugins/devtools/lang/fi.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/fr.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/gu.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/he.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/hr.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/it.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/ku.js | 21 +++++++++++++++ .../RichText/ckeditor/plugins/devtools/lang/lv.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/nb.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/nl.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/no.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/pl.js | 6 +++++ .../ckeditor/plugins/devtools/lang/pt-br.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/sk.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/tr.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/ug.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/uk.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/lang/vi.js | 6 +++++ .../ckeditor/plugins/devtools/lang/zh-cn.js | 6 +++++ .../RichText/ckeditor/plugins/devtools/plugin.js | 6 +++++ 31 files changed, 241 insertions(+) create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/_translationstatus.txt create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/bg.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cs.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cy.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/da.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/de.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/el.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/en.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/eo.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/et.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fa.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fi.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fr.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/gu.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/he.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/hr.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/it.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ku.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/lv.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nb.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nl.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/no.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pl.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pt-br.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/sk.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/tr.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ug.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/uk.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/vi.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/zh-cn.js create mode 100644 rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/plugin.js (limited to 'rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools') diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/_translationstatus.txt b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/_translationstatus.txt new file mode 100644 index 000000000..28f0cfcf2 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/_translationstatus.txt @@ -0,0 +1,31 @@ +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license + +bg.js Found: 5 Missing: 0 +cs.js Found: 5 Missing: 0 +cy.js Found: 5 Missing: 0 +da.js Found: 5 Missing: 0 +de.js Found: 5 Missing: 0 +el.js Found: 5 Missing: 0 +eo.js Found: 5 Missing: 0 +et.js Found: 5 Missing: 0 +fa.js Found: 5 Missing: 0 +fi.js Found: 5 Missing: 0 +fr.js Found: 5 Missing: 0 +gu.js Found: 5 Missing: 0 +he.js Found: 5 Missing: 0 +hr.js Found: 5 Missing: 0 +it.js Found: 5 Missing: 0 +ku.js Found: 5 Missing: 0 +lv.js Found: 5 Missing: 0 +nb.js Found: 5 Missing: 0 +nl.js Found: 5 Missing: 0 +no.js Found: 5 Missing: 0 +pl.js Found: 5 Missing: 0 +pt-br.js Found: 5 Missing: 0 +sk.js Found: 5 Missing: 0 +tr.js Found: 5 Missing: 0 +ug.js Found: 5 Missing: 0 +uk.js Found: 5 Missing: 0 +vi.js Found: 5 Missing: 0 +zh-cn.js Found: 5 Missing: 0 diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/bg.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/bg.js new file mode 100644 index 000000000..8cc76cf9d --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/bg.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','bg',{devTools:{title:'Информация за елемента',dialogName:'Име на диалоговия прозорец',tabName:'Име на таб',elementId:'ID на елемента',elementType:'Тип на елемента'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cs.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cs.js new file mode 100644 index 000000000..c91ba69ed --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cs.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','cs',{devTools:{title:'Informace o prvku',dialogName:'Název dialogového okna',tabName:'Název karty',elementId:'ID prvku',elementType:'Typ prvku'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cy.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cy.js new file mode 100644 index 000000000..713ed0868 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cy.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','cy',{devTools:{title:'Gwybodaeth am yr Elfen',dialogName:'Enw ffenestr y deialog',tabName:"Enw'r tab",elementId:'ID yr Elfen',elementType:'Math yr elfen'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/da.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/da.js new file mode 100644 index 000000000..509f50177 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/da.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','da',{devTools:{title:'Information på elementet',dialogName:'Dialogboks',tabName:'Tab beskrivelse',elementId:'ID på element',elementType:'Type af element'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/de.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/de.js new file mode 100644 index 000000000..2136c7c10 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/de.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','de',{devTools:{title:'Elementinformation',dialogName:'Dialogfenstername',tabName:'Reitername',elementId:'Element ID',elementType:'Elementtyp'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/el.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/el.js new file mode 100644 index 000000000..245ed374b --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/el.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','el',{devTools:{title:'Πληροφορίες Στοιχείου',dialogName:'Όνομα παραθύρου διαλόγου',tabName:'Όνομα καρτέλας',elementId:'ID Στοιχείου',elementType:'Τύπος στοιχείου'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/en.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/en.js new file mode 100644 index 000000000..b90d2d2c6 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/en.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','en',{devTools:{title:'Element Information',dialogName:'Dialog window name',tabName:'Tab name',elementId:'Element ID',elementType:'Element type'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/eo.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/eo.js new file mode 100644 index 000000000..89f49bf2f --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/eo.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','eo',{devTools:{title:'Informo pri la elemento',dialogName:'Nomo de la dialogfenestro',tabName:'Langetnomo',elementId:'ID de la elemento',elementType:'Tipo de la elemento'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/et.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/et.js new file mode 100644 index 000000000..3b02c2afb --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/et.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','et',{devTools:{title:'Elemendi andmed',dialogName:'Dialoogiakna nimi',tabName:'Saki nimi',elementId:'Elemendi ID',elementType:'Elemendi liik'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fa.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fa.js new file mode 100644 index 000000000..34553d659 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fa.js @@ -0,0 +1,21 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang( 'devtools', 'fa', +{ + devTools : + { + title : 'اطلاعات عنصر', + dialogName : 'نام پنجره محاوره‌ای', + tabName : 'نام برگه', + elementId : 'ID عنصر', + elementType : 'نوع عنصر' + } +}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fi.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fi.js new file mode 100644 index 000000000..6f251b014 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fi.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','fi',{devTools:{title:'Elementin tiedot',dialogName:'Dialogi-ikkunan nimi',tabName:'Välilehden nimi',elementId:'Elementin ID',elementType:'Elementin tyyppi'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fr.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fr.js new file mode 100644 index 000000000..9a966f44b --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fr.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','fr',{devTools:{title:"Information sur l'élément",dialogName:'Nom de la fenêtre de dialogue',tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/gu.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/gu.js new file mode 100644 index 000000000..2a855523c --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/gu.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','gu',{devTools:{title:'પ્રાથમિક માહિતી',dialogName:'વિન્ડોનું નામ',tabName:'ટેબનું નામ',elementId:'પ્રાથમિક આઈડી',elementType:'પ્રાથમિક પ્રકાર'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/he.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/he.js new file mode 100644 index 000000000..605a424a9 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/he.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','he',{devTools:{title:'מידע על האלמנט',dialogName:'שם הדיאלוג',tabName:'שם הטאב',elementId:'ID של האלמנט',elementType:'סוג האלמנט'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/hr.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/hr.js new file mode 100644 index 000000000..bf67c2871 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/hr.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','hr',{devTools:{title:'Informacije elementa',dialogName:'Naziv prozora za dijalog',tabName:'Naziva jahača',elementId:'ID elementa',elementType:'Vrsta elementa'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/it.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/it.js new file mode 100644 index 000000000..9fd356ba5 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/it.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','it',{devTools:{title:'Informazioni elemento',dialogName:'Nome finestra di dialogo',tabName:'Nome Tab',elementId:'ID Elemento',elementType:'Tipo elemento'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ku.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ku.js new file mode 100644 index 000000000..60849023c --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ku.js @@ -0,0 +1,21 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang( 'devtools', 'ku', +{ + devTools : + { + title : 'زانیاری توخم', + dialogName : 'ناوی په‌نجه‌ره‌ی دیالۆگ', + tabName : 'ناوی بازده‌ر تاب', + elementId : 'ناسنامه‌ی توخم', + elementType : 'جۆری توخم' + } +}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/lv.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/lv.js new file mode 100644 index 000000000..d3e2aa8d0 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/lv.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','lv',{devTools:{title:'Elementa informācija',dialogName:'Dialoga loga nosaukums',tabName:'Cilnes nosaukums',elementId:'Elementa ID',elementType:'Elementa tips'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nb.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nb.js new file mode 100644 index 000000000..b8c63357b --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nb.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','nb',{devTools:{title:'Elementinformasjon',dialogName:'Navn på dialogvindu',tabName:'Navn på fane',elementId:'Element-ID',elementType:'Elementtype'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nl.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nl.js new file mode 100644 index 000000000..a331f60f3 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nl.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','nl',{devTools:{title:'Elementinformatie',dialogName:'Naam dialoogvenster',tabName:'Tabnaam',elementId:'Element ID',elementType:'Elementtype'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/no.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/no.js new file mode 100644 index 000000000..33c106f8d --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/no.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','no',{devTools:{title:'Elementinformasjon',dialogName:'Navn på dialogvindu',tabName:'Navn på fane',elementId:'Element-ID',elementType:'Elementtype'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pl.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pl.js new file mode 100644 index 000000000..1a162b104 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pl.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','pl',{devTools:{title:'Informacja o elemencie',dialogName:'Nazwa okna dialogowego',tabName:'Nazwa zakładki',elementId:'ID elementu',elementType:'Typ elementu'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pt-br.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pt-br.js new file mode 100644 index 000000000..df2e01b18 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pt-br.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','pt-br',{devTools:{title:'Informação do Elemento',dialogName:'Nome da janela de diálogo',tabName:'Nome da aba',elementId:'ID do elemento',elementType:'Tipo do elemento'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/sk.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/sk.js new file mode 100644 index 000000000..79cfea151 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/sk.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','sk',{devTools:{title:'Informácie o prvku',dialogName:'Názov okna dialógu',tabName:'Názov záložky',elementId:'ID prvku',elementType:'Typ prvku'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/tr.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/tr.js new file mode 100644 index 000000000..e1e84f61b --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/tr.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','tr',{devTools:{title:'Eleman Bilgisi',dialogName:'İletişim pencere ismi',tabName:'Sekme adı',elementId:'Eleman ID',elementType:'Eleman türü'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ug.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ug.js new file mode 100644 index 000000000..d36c83f48 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ug.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','ug',{devTools:{title:'ئېلېمېنت ئۇچۇرى',dialogName:'سۆزلەشكۈ كۆزنەك ئاتى',tabName:'Tab ئاتى',elementId:'ئېلېمېنت كىملىكى',elementType:'ئېلېمېنت تىپى'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/uk.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/uk.js new file mode 100644 index 000000000..6648bb498 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/uk.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','uk',{devTools:{title:'Відомості про Елемент',dialogName:'Заголовок діалогового вікна',tabName:'Назва вкладки',elementId:'Ідентифікатор Елемента',elementType:'Тип Елемента'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/vi.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/vi.js new file mode 100644 index 000000000..2a36b7023 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/vi.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','vi',{devTools:{title:'Thông tin thành ph',dialogName:'Tên hộp tho',tabName:'Tên th',elementId:'Mã thành ph',elementType:'Loại thành ph'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/zh-cn.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/zh-cn.js new file mode 100644 index 000000000..dbb0a1f73 --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/zh-cn.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.setLang('devtools','zh-cn',{devTools:{title:'元素信息',dialogName:'对话框窗口名称',tabName:'Tab 名称',elementId:'元素 ID',elementType:'元素类型'}}); diff --git a/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/plugin.js b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/plugin.js new file mode 100644 index 000000000..abde43d0c --- /dev/null +++ b/rt/share/html/NoAuth/RichText/ckeditor/plugins/devtools/plugin.js @@ -0,0 +1,6 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ + +CKEDITOR.plugins.add('devtools',{lang:['en','bg','cs','cy','da','de','el','eo','et','fa','fi','fr','gu','he','hr','it','ku','nb','nl','no','pl','pt-br','sk','tr','ug','uk','vi','zh-cn'],init:function(a){a._.showDialogDefinitionTooltips=1;},onLoad:function(){CKEDITOR.document.appendStyleText(CKEDITOR.config.devtools_styles||'#cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff }#cke_tooltip h2 { font-size: 1.1em; border-bottom: 1px solid; margin: 0; padding: 1px; }#cke_tooltip ul { padding: 0pt; list-style-type: none; }');}});(function(){function a(d,e,f,g){var h=d.lang.devTools,i=''+(f?f.type:'content')+'',j='

'+h.title+'

'+'';};function b(d,e,f,g,h,i){var j=e.getDocumentPosition(),k={'z-index':CKEDITOR.dialog._.currentZIndex+10,top:j.y+e.getSize('height')+'px'};c.setHtml(d(f,g,h,i));c.show();if(f.lang.dir=='rtl'){var l=CKEDITOR.document.getWindow().getViewPaneSize();k.right=l.width-j.x-e.getSize('width')+'px';}else k.left=j.x+'px';c.setStyles(k);};var c;CKEDITOR.on('reset',function(){c&&c.remove();c=null;});CKEDITOR.on('dialogDefinition',function(d){var e=d.editor;if(e._.showDialogDefinitionTooltips){if(!c){c=CKEDITOR.dom.element.createFromHtml('
',CKEDITOR.document);c.hide();c.on('mouseover',function(){this.show();});c.on('mouseout',function(){this.hide();});c.appendTo(CKEDITOR.document.getBody());}var f=d.data.definition.dialog,g=e.config.devtools_textCallback||a;f.on('load',function(){var h=f.parts.tabs.getChildren(),i;for(var j=0,k=h.count();j