Skip to content

Commit

Permalink
Merge pull request #1218 from ckeditor/t/532
Browse files Browse the repository at this point in the history
Removed link to user guide from About Dialog
  • Loading branch information
mlewand authored Nov 23, 2017
2 parents 8016dd5 + 1870cff commit 4674d9b
Show file tree
Hide file tree
Showing 73 changed files with 72 additions and 216 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Fixed Issues:
* [#1068](https://github.com/ckeditor/ckeditor-dev/issues/1068): Fixed: Upload widget paste listener ignores changes to the [`uploadWidgetDefinition`](https://docs.ckeditor.com/ckeditor4/docs/#!/api/CKEDITOR.fileTools.uploadWidgetDefinition).
* [#921](https://github.com/ckeditor/ckeditor-dev/issues/921): Fixed: [Edge] CKEditor erroneously perceives internal copy and paste as type "external".
* [#1213](https://github.com/ckeditor/ckeditor-dev/issues/1213): Fixed: Multiple images uploaded using [Upload Image](https://ckeditor.com/cke4/addon/uploadimage) plugin are randomly duplicated or mangled.
* [#532](https://github.com/ckeditor/ckeditor-dev/issues/532): Fixed: Removed an outdated user guide link from the [About](https://ckeditor.com/cke4/addon/about) dialog.

API Changes:

Expand Down
2 changes: 0 additions & 2 deletions dev/langtool/meta/ckeditor.plugin-about/meta.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

copy = CKEditor copyright note.
dlgTitle = Label for the About CKEditor dialog window.
help = Information about where to find CKEditor documentation.
moreInfo = Caption for licensing information.
userGuide = CKEditor User's Guide title.
5 changes: 1 addition & 4 deletions plugins/about/dialogs/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CKEDITOR.dialog.add( 'about', function( editor ) {
return {
title: lang.dlgTitle,
minWidth: 390,
minHeight: 230,
minHeight: 210,
contents: [ {
id: 'tab1',
label: '',
Expand Down Expand Up @@ -59,9 +59,6 @@ CKEDITOR.dialog.add( 'about', function( editor ) {
'CKEditor ' + CKEDITOR.version + ' (revision ' + CKEDITOR.revision + ')<br>' +
'<a target="_blank" rel="noopener noreferrer" href="https://ckeditor.com/">https://ckeditor.com</a>' +
'</p>' +
'<p>' +
lang.help.replace( '$1', '<a target="_blank" rel="noopener noreferrer" href="https://docs.ckeditor.com/ckeditor4/docs/">' + lang.userGuide + '</a>' ) +
'</p>' +
'<p>' +
lang.moreInfo + '<br>' +
'<a target="_blank" rel="noopener noreferrer" href="https://ckeditor.com/legal/ckeditor-oss-license/">https://ckeditor.com/legal/ckeditor-oss-license/</a>' +
Expand Down
4 changes: 1 addition & 3 deletions plugins/about/lang/af.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'af', {
copy: 'Kopiereg &copy; $1. Alle regte voorbehou.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Slaan $1 na vir hulp.',
moreInfo: 'Vir lisensie-informasie, besoek asb. ons webwerf:',
userGuide: 'CKEditor Gebruikers gits'
moreInfo: 'Vir lisensie-informasie, besoek asb. ons webwerf:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'ar', {
copy: 'حقوق النشر &copy; $1. جميع الحقوق محفوظة.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'راجع $1 من أجل المساعدة',
moreInfo: 'للحصول على معلومات الترخيص ، يرجى زيارة موقعنا:',
userGuide: 'دليل مستخدم CKEditor.'
moreInfo: 'للحصول على معلومات الترخيص ، يرجى زيارة موقعنا:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/az.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'az', {
copy: 'Copyright &copy; $1. Bütün hüquqlar qorunur.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Kömək üçün $1 seçin',
moreInfo: 'Lisenziya informasiyası üçün zəhmət olmasa saytımızı ziyarət edin:',
userGuide: 'CKEditor İstifadəçilər üçün kitabça'
moreInfo: 'Lisenziya informasiyası üçün zəhmət olmasa saytımızı ziyarət edin:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'bg', {
copy: 'Copyright &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Проверете $1 за помощ.',
moreInfo: 'За лицензионна информация моля посетете сайта ни:',
userGuide: 'CKEditor User\'s Guide'
moreInfo: 'За лицензионна информация моля посетете сайта ни:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/bn.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'bn', {
copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Check $1 for help.', // MISSING
moreInfo: 'For licensing information please visit our web site:', // MISSING
userGuide: 'CKEditor User\'s Guide' // MISSING
moreInfo: 'For licensing information please visit our web site:' // MISSING
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/bs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'bs', {
copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Check $1 for help.', // MISSING
moreInfo: 'For licensing information please visit our web site:', // MISSING
userGuide: 'CKEditor User\'s Guide'
moreInfo: 'For licensing information please visit our web site:' // MISSING
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'ca', {
copy: 'Copyright &copy; $1. Tots els drets reservats.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Premi $1 per obtenir ajuda.',
moreInfo: 'Per informació sobre llicències visiteu el nostre lloc web:',
userGuide: 'Manual d\'usuari de CKEditor'
moreInfo: 'Per informació sobre llicències visiteu el nostre lloc web:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'cs', {
copy: 'Copyright &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Prohlédněte si $1 pro nápovědu.',
moreInfo: 'Pro informace o lincenci navštivte naši webovou stránku:',
userGuide: 'Uživatelská příručka CKEditor'
moreInfo: 'Pro informace o lincenci navštivte naši webovou stránku:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'cy', {
copy: 'Hawlfraint &copy; $1. Cedwir pob hawl.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Gwirio $1 am gymorth.',
moreInfo: 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:',
userGuide: 'Canllawiau Defnyddiwr CKEditor'
moreInfo: 'Am wybodaeth ynghylch trwyddedau, ewch i\'n gwefan:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'da', {
copy: 'Copyright &copy; $1. Alle rettigheder forbeholdes.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Se $1 for at få hjælp.',
moreInfo: 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
userGuide: 'CKEditor-brugermanual'
moreInfo: 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/de-ch.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'de-ch', {
copy: 'Copyright &copy; $1. Alle Rechte vorbehalten.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Prüfen Sie $1 für Hilfe.',
moreInfo: 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:',
userGuide: 'CKEditor Benutzerhandbuch'
moreInfo: 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'de', {
copy: 'Copyright &copy; $1. Alle Rechte vorbehalten.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Prüfen Sie $1 für Hilfe.',
moreInfo: 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:',
userGuide: 'CKEditor Benutzerhandbuch'
moreInfo: 'Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'el', {
copy: 'Πνευματικά δικαιώματα &copy; $1 Με επιφύλαξη παντός δικαιώματος.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Ελέγξτε τις $1 για βοήθεια.',
moreInfo: 'Για πληροφορίες σχετικές με την άδεια χρήσης, παρακαλούμε επισκεφθείτε την ιστοσελίδα μας:',
userGuide: 'Οδηγίες Χρήστη CKEditor'
moreInfo: 'Για πληροφορίες σχετικές με την άδεια χρήσης, παρακαλούμε επισκεφθείτε την ιστοσελίδα μας:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/en-au.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'en-au', {
copy: 'Copyright &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Check $1 for help.', // MISSING
moreInfo: 'For licensing information please visit our web site:',
userGuide: 'CKEditor User\'s Guide'
moreInfo: 'For licensing information please visit our web site:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/en-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'en-ca', {
copy: 'Copyright &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Check $1 for help.', // MISSING
moreInfo: 'For licensing information please visit our web site:',
userGuide: 'CKEditor User\'s Guide'
moreInfo: 'For licensing information please visit our web site:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/en-gb.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'en-gb', {
copy: 'Copyright &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Check $1 for help.',
moreInfo: 'For licensing information please visit our web site:',
userGuide: 'CKEditor User\'s Guide'
moreInfo: 'For licensing information please visit our web site:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'en', {
copy: 'Copyright &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4',
help: 'Check $1 for help.',
moreInfo: 'For licensing information please visit our web site:',
userGuide: 'CKEditor User\'s Guide'
moreInfo: 'For licensing information please visit our web site:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/eo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'eo', {
copy: 'Copyright &copy; $1. Ĉiuj rajtoj rezervitaj.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Kontroli $1 por helpo.',
moreInfo: 'Por informoj pri licenco, bonvolu viziti nian retpaĝaron:',
userGuide: 'CKEditor Uzindikoj'
moreInfo: 'Por informoj pri licenco, bonvolu viziti nian retpaĝaron:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/es-mx.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'es-mx', {
copy: 'Derechos reservados &copy; $1. Todos los derechos reservados',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Revisa $1 para ayuda.',
moreInfo: 'Para información sobre la licencia por favor visita nuestro sitio web:',
userGuide: 'Guía de Usuario CKEditor'
moreInfo: 'Para información sobre la licencia por favor visita nuestro sitio web:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'es', {
copy: 'Copyright &copy; $1. Todos los derechos reservados.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Lea la $1 para resolver sus dudas.',
moreInfo: 'Para información de licencia, por favor visite nuestro sitio web:',
userGuide: 'Guía de usuario de CKEditor'
moreInfo: 'Para información de licencia, por favor visite nuestro sitio web:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/et.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'et', {
copy: 'Copyright &copy; $1. Kõik õigused kaitstud.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Abi jaoks vaata $1.',
moreInfo: 'Litsentsi andmed leiab meie veebilehelt:',
userGuide: 'CKEditori kasutusjuhendit'
moreInfo: 'Litsentsi andmed leiab meie veebilehelt:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/eu.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'eu', {
copy: 'Copyright &copy; $1. Eskubide guztiak erreserbaturik.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Begiratu $1 laguntzarako.',
moreInfo: 'Lizentziari buruzko informazioa gure webgunean:',
userGuide: 'CKEditor-en erabiltzaile-gida'
moreInfo: 'Lizentziari buruzko informazioa gure webgunean:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'fa', {
copy: 'حق نشر &copy; $1. کلیه حقوق محفوظ است.',
dlgTitle: 'About CKEditor 4', // MISSING
help: ' برای راهنمایی $1 را ملاحظه کنید.',
moreInfo: 'برای کسب اطلاعات مجوز لطفا به وب سایت ما مراجعه کنید:',
userGuide: 'راهنمای کاربران CKEditor'
moreInfo: 'برای کسب اطلاعات مجوز لطفا به وب سایت ما مراجعه کنید:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'fi', {
copy: 'Copyright &copy; $1. Kaikki oikeuden pidätetään.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Katso ohjeet: $1.',
moreInfo: 'Lisenssitiedot löytyvät kotisivuiltamme:',
userGuide: 'CKEditorin käyttäjäopas'
moreInfo: 'Lisenssitiedot löytyvät kotisivuiltamme:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/fo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'fo', {
copy: 'Copyright &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Kekka $1 fyri hjálp.',
moreInfo: 'Licens upplýsingar finnast á heimasíðu okkara:',
userGuide: 'CKEditor Brúkaravegleiðing'
moreInfo: 'Licens upplýsingar finnast á heimasíðu okkara:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/fr-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'fr-ca', {
copy: 'Copyright &copy; $1. Tous droits réservés.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Consulter $1 pour l\'aide.',
moreInfo: 'Pour les informations de licence, consulter notre site internet:',
userGuide: 'Guide utilisateur de CKEditor'
moreInfo: 'Pour les informations de licence, consulter notre site internet:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'fr', {
copy: 'Copyright &copy; $1. Tous droits réservés.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Consulter $1 pour obtenir de l\'aide.',
moreInfo: 'Pour les informations de licence, veuillez visiter notre site web :',
userGuide: 'Guide de l\'utilisateur CKEditor (en anglais)'
moreInfo: 'Pour les informations de licence, veuillez visiter notre site web :'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'gl', {
copy: 'Copyright &copy; $1. Todos os dereitos reservados.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Consulte $1 para obter axuda.',
moreInfo: 'Para obter información sobre a licenza, visite o noso sitio web:',
userGuide: 'Guía do usuario do CKEditor'
moreInfo: 'Para obter información sobre a licenza, visite o noso sitio web:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/gu.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'gu', {
copy: 'કોપીરાઈટ &copy; $1. ઓલ રાઈટ્સ ',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'મદદ માટે $1 તપાસો',
moreInfo: 'લાયસનસની માહિતી માટે અમારી વેબ સાઈટ',
userGuide: 'CKEditor યુઝર્સ ગાઈડ'
moreInfo: 'લાયસનસની માહિતી માટે અમારી વેબ સાઈટ'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'he', {
copy: 'Copyright &copy; $1. כל הזכויות שמורות.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'היכנסו ל$1 לעזרה.',
moreInfo: 'למידע נוסף בקרו באתרנו:',
userGuide: 'מדריך המשתמש של CKEditor'
moreInfo: 'למידע נוסף בקרו באתרנו:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'hi', {
copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Check $1 for help.', // MISSING
moreInfo: 'For licensing information please visit our web site:', // MISSING
userGuide: 'CKEditor User\'s Guide'
moreInfo: 'For licensing information please visit our web site:' // MISSING
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'hr', {
copy: 'Autorsko pravo &copy; $1. Sva prava pridržana.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Provjeri $1 za pomoć.',
moreInfo: 'Za informacije o licencama posjetite našu web stranicu:',
userGuide: 'Vodič za CKEditor korisnike'
moreInfo: 'Za informacije o licencama posjetite našu web stranicu:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'hu', {
copy: 'Copyright &copy; $1. Minden jog fenntartva.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Itt találsz segítséget: $1',
moreInfo: 'Licenszelési információkért kérjük látogassa meg weboldalunkat:',
userGuide: 'CKEditor Felhasználói útmutató'
moreInfo: 'Licenszelési információkért kérjük látogassa meg weboldalunkat:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'id', {
copy: 'Hak cipta &copy; $1. All rights reserved.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Cel $1 untuk bantuan.',
moreInfo: 'Untuk informasi lisensi silahkan kunjungi web site kami:',
userGuide: 'Petunjuk Pengguna CKEditor'
moreInfo: 'Untuk informasi lisensi silahkan kunjungi web site kami:'
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/is.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'is', {
copy: 'Copyright &copy; $1. All rights reserved.', // MISSING
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Check $1 for help.', // MISSING
moreInfo: 'For licensing information please visit our web site:', // MISSING
userGuide: 'CKEditor User\'s Guide' // MISSING
moreInfo: 'For licensing information please visit our web site:' // MISSING
} );
4 changes: 1 addition & 3 deletions plugins/about/lang/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEDITOR.plugins.setLang( 'about', 'it', {
copy: 'Copyright &copy; $1. Tutti i diritti riservati.',
dlgTitle: 'About CKEditor 4', // MISSING
help: 'Vedi $1 per l\'aiuto.',
moreInfo: 'Per le informazioni sulla licenza si prega di visitare il nostro sito:',
userGuide: 'Guida Utente CKEditor'
moreInfo: 'Per le informazioni sulla licenza si prega di visitare il nostro sito:'
} );
Loading

0 comments on commit 4674d9b

Please sign in to comment.