cheditor4 first commit

This commit is contained in:
kagla
2021-06-25 11:26:13 +00:00
parent f27e4c3c0c
commit b3b92d4e1c
200 changed files with 16174 additions and 1 deletions

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'az', {
abort: 'Serverə yükləmə istifadəçi tərəfindən dayandırılıb',
doneOne: 'Fayl müvəffəqiyyətlə yüklənib',
doneMany: '%1 fayllar müvəffəqiyyətlə yüklənib',
uploadOne: 'Faylın yüklənməsi ({percentage}%)',
uploadMany: 'Faylların yüklənməsi, {max}-dan {current} hazır ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'bg', {
abort: 'Качването е прекратено от потребителя.',
doneOne: 'Файлът е качен успешно.',
doneMany: 'Успешно са качени %1 файла.',
uploadOne: 'Качване на файл ({percentage}%)...',
uploadMany: 'Качване на файлове, {current} от {max} качени ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'ca', {
abort: 'Pujada cancel·lada per l\'usuari.',
doneOne: 'Fitxer pujat correctament.',
doneMany: '%1 fitxers pujats correctament.',
uploadOne: 'Pujant fitxer ({percentage}%)...',
uploadMany: 'Pujant fitxers, {current} de {max} finalitzats ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'cs', {
abort: 'Nahrávání zrušeno uživatelem.',
doneOne: 'Soubor úspěšně nahrán.',
doneMany: 'Úspěšně nahráno %1 souborů.',
uploadOne: 'Nahrávání souboru ({percentage}%)...',
uploadMany: 'Nahrávání souborů, {current} z {max} hotovo ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'da', {
abort: 'Upload er afbrudt af brugen.',
doneOne: 'Filen er uploadet.',
doneMany: 'Du har uploadet %1 filer.',
uploadOne: 'Uploader fil ({percentage}%)...',
uploadMany: 'Uploader filer, {current} af {max} er uploadet ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'de-ch', {
abort: 'Hochladen durch den Benutzer abgebrochen.',
doneOne: 'Datei erfolgreich hochgeladen.',
doneMany: '%1 Dateien erfolgreich hochgeladen.',
uploadOne: 'Datei wird hochgeladen ({percentage}%)...',
uploadMany: 'Dateien werden hochgeladen, {current} von {max} fertig ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'de', {
abort: 'Hochladen durch den Benutzer abgebrochen.',
doneOne: 'Datei erfolgreich hochgeladen.',
doneMany: '%1 Dateien erfolgreich hochgeladen.',
uploadOne: 'Datei wird hochgeladen ({percentage}%)...',
uploadMany: 'Dateien werden hochgeladen, {current} von {max} fertig ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'el', {
abort: 'Αποστολή ακυρώθηκε απο χρήστη.',
doneOne: 'Αρχείο εστάλη επιτυχώς.',
doneMany: 'Επιτυχής αποστολή %1 αρχείων.',
uploadOne: 'Αποστολή αρχείου ({percentage}%)…',
uploadMany: 'Αποστολή αρχείων, {current} από {max} ολοκληρωμένα ({percentage}%)…'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'en-au', {
abort: 'Upload aborted by the user.',
doneOne: 'File successfully uploaded.',
doneMany: 'Successfully uploaded %1 files.',
uploadOne: 'Uploading file ({percentage}%)...',
uploadMany: 'Uploading files, {current} of {max} done ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'en', {
abort: 'Upload aborted by the user.',
doneOne: 'File successfully uploaded.',
doneMany: 'Successfully uploaded %1 files.',
uploadOne: 'Uploading file ({percentage}%)...',
uploadMany: 'Uploading files, {current} of {max} done ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'eo', {
abort: 'Alŝuto ĉesigita de la uzanto',
doneOne: 'Dosiero sukcese alŝutita.',
doneMany: 'Sukcese alŝutitaj %1 dosieroj.',
uploadOne: 'alŝutata dosiero ({percentage}%)...',
uploadMany: 'Alŝutataj dosieroj, {current} el {max} faritaj ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'es-mx', {
abort: 'La carga ha sido abortada por el usuario.',
doneOne: 'El archivo ha sido cargado completamente.',
doneMany: '%1 archivos cargados completamente.',
uploadOne: 'Cargando archivo ({percentage}%)...',
uploadMany: 'Cargando archivos, {current} de {max} listo ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'es', {
abort: 'Carga abortada por el usuario.',
doneOne: 'Archivo cargado exitósamente.',
doneMany: '%1 archivos exitósamente cargados.',
uploadOne: 'Cargando archivo ({percentage}%)...',
uploadMany: 'Cargando archivos, {current} de {max} hecho ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'et', {
abort: 'Upload aborted by the user.', // MISSING
doneOne: 'Fail on üles laaditud.',
doneMany: 'Successfully uploaded %1 files.', // MISSING
uploadOne: 'Uploading file ({percentage}%)...', // MISSING
uploadMany: 'Uploading files, {current} of {max} done ({percentage}%)...' // MISSING
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'eu', {
abort: 'Karga erabiltzaileak bertan behera utzita.',
doneOne: 'Fitxategia behar bezala kargatu da.',
doneMany: 'Behar bezala kargatu dira %1 fitxategi.',
uploadOne: 'Fitxategia kargatzen ({percentage}%)...',
uploadMany: 'Fitxategiak kargatzen, {current} / {max} eginda ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'fa', {
abort: 'بارگذاری توسط کاربر لغو شد.',
doneOne: 'فایل با موفقیت بارگذاری شد.',
doneMany: '%1 از فایل​ها با موفقیت بارگذاری شد.',
uploadOne: 'بارگذاری فایل ({percentage}%)...',
uploadMany: 'بارگذاری فایل​ها, {current} از {max} انجام شده ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'fr', {
abort: 'Téléversement interrompu par l\'utilisateur.',
doneOne: 'Fichier téléversé avec succès.',
doneMany: '%1 fichiers téléversés avec succès.',
uploadOne: 'Téléversement du fichier en cours ({percentage}%)…',
uploadMany: 'Téléversement des fichiers en cours, {current} sur {max} effectués ({percentage}%)…'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'gl', {
abort: 'Envío interrompido polo usuario.',
doneOne: 'Ficheiro enviado satisfactoriamente.',
doneMany: '%1 ficheiros enviados satisfactoriamente.',
uploadOne: 'Enviando o ficheiro ({percentage}%)...',
uploadMany: 'Enviando ficheiros, {current} de {max} feito o ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'hr', {
abort: 'Slanje prekinuto od strane korisnika',
doneOne: 'Datoteka uspješno poslana.',
doneMany: 'Uspješno poslano %1 datoteka.',
uploadOne: 'Slanje datoteke ({percentage}%)...',
uploadMany: 'Slanje datoteka, {current} od {max} gotovo ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'hu', {
abort: 'A feltöltést a felhasználó megszakította.',
doneOne: 'A fájl sikeresen feltöltve.',
doneMany: '%1 fájl sikeresen feltöltve.',
uploadOne: 'Fájl feltöltése ({percentage}%)...',
uploadMany: 'Fájlok feltöltése, {current}/{max} kész ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'id', {
abort: 'Pengunggahan dibatalkan oleh pengguna',
doneOne: 'Berkas telah berhasil diunggah',
doneMany: 'Pengunggahan berkas %1 berhasil',
uploadOne: 'Mengunggah berkas ({percentage}%)...',
uploadMany: 'Pengunggahan berkas {current} dari {max} berhasil ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'it', {
abort: 'Caricamento interrotto dall\'utente.',
doneOne: 'Il file è stato caricato correttamente.',
doneMany: '%1 file sono stati caricati correttamente.',
uploadOne: 'Caricamento del file ({percentage}%)...',
uploadMany: 'Caricamento dei file, {current} di {max} completati ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'ja', {
abort: 'アップロードを中止しました。',
doneOne: 'ファイルのアップロードに成功しました。',
doneMany: '%1個のファイルのアップロードに成功しました。',
uploadOne: 'ファイルのアップロード中 ({percentage}%)...',
uploadMany: '{max} 個中 {current} 個のファイルをアップロードしました。 ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'km', {
abort: 'បាន​ផ្ដាច់​ការផ្ទុកឡើង​ដោយ​អ្នក​ប្រើប្រាស់។',
doneOne: 'បាន​ផ្ទុកឡើង​នូវ​ឯកសារ​ដោយ​ជោគជ័យ។',
doneMany: 'បាន​ផ្ទុក​ឡើង​នូវ​ឯកសារ %1 ដោយ​ជោគជ័យ។',
uploadOne: 'កំពុង​ផ្ទុកឡើង​ឯកសារ ({percentage}%)...',
uploadMany: 'កំពុង​ផ្ទុកឡើង​ឯកសារ, រួចរាល់ {current} នៃ {max} ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'ko', {
abort: '사용자가 업로드를 중단했습니다.',
doneOne: '파일이 성공적으로 업로드되었습니다.',
doneMany: '파일 %1개를 성공적으로 업로드하였습니다.',
uploadOne: '파일 업로드중 ({percentage}%)...',
uploadMany: '파일 {max} 개 중 {current} 번째 파일 업로드 중 ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'ku', {
abort: 'بارکردنەکە بڕدرا لەلایەن بەکارهێنەر.',
doneOne: 'پەڕگەکە بەسەرکەوتووانە بارکرا.',
doneMany: 'بەسەرکەوتووانە بارکرا %1 پەڕگە.',
uploadOne: 'پەڕگە باردەکرێت ({percentage}%)...',
uploadMany: 'پەڕگە باردەکرێت, {current} لە {max} ئەنجامدراوە ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'lv', {
abort: 'Augšupielādi atcēla lietotājs.',
doneOne: 'Fails veiksmīgi ielādēts.',
doneMany: 'Veiksmīgi ielādēts %1 fails.',
uploadOne: 'Ielādāju failu ({percentage}%)...',
uploadMany: 'Ielādēju failus, {curent} no {max} izpildīts ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'nb', {
abort: 'Opplasting ble avbrutt av brukeren.',
doneOne: 'Filen har blitt lastet opp.',
doneMany: 'Fullført opplasting av %1 filer.',
uploadOne: 'Laster opp fil ({percentage}%)...',
uploadMany: 'Laster opp filer, {current} av {max} fullført ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'nl', {
abort: 'Upload gestopt door de gebruiker.',
doneOne: 'Bestand succesvol geüpload.',
doneMany: 'Succesvol %1 bestanden geüpload.',
uploadOne: 'Uploaden bestand ({percentage}%)…',
uploadMany: 'Bestanden aan het uploaden, {current} van {max} klaar ({percentage}%)…'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'no', {
abort: 'Opplasting ble avbrutt av brukeren.',
doneOne: 'Filen har blitt lastet opp.',
doneMany: 'Fullført opplasting av %1 filer.',
uploadOne: 'Laster opp fil ({percentage}%)...',
uploadMany: 'Laster opp filer, {current} av {max} fullført ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'oc', {
abort: 'Mandadís interromput per l\'utilizaire',
doneOne: 'Fichièr mandat amb succès.',
doneMany: '%1 fichièrs mandats amb succès.',
uploadOne: 'Mandadís del fichièr en cors ({percentage}%)…',
uploadMany: 'Mandadís dels fichièrs en cors, {current} sus {max} efectuats ({percentage}%)…'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'pl', {
abort: 'Wysyłanie przerwane przez użytkownika.',
doneOne: 'Plik został pomyślnie wysłany.',
doneMany: 'Pomyślnie wysłane pliki: %1.',
uploadOne: 'Wysyłanie pliku ({percentage}%)...',
uploadMany: 'Wysyłanie plików, gotowe {current} z {max} ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'pt-br', {
abort: 'Envio cancelado pelo usuário.',
doneOne: 'Arquivo enviado com sucesso.',
doneMany: 'Enviados %1 arquivos com sucesso.',
uploadOne: 'Enviando arquivo({percentage}%)...',
uploadMany: 'Enviando arquivos, {current} de {max} completos ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'pt', {
abort: 'Carregamento cancelado pelo utilizador.',
doneOne: 'Ficheiro carregado com sucesso.',
doneMany: 'Successfully uploaded %1 files.', // MISSING
uploadOne: 'Uploading file ({percentage}%)...', // MISSING
uploadMany: 'Uploading files, {current} of {max} done ({percentage}%)...' // MISSING
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'ro', {
abort: 'Încărcare întreruptă de utilizator.',
doneOne: 'Fișier încărcat cu succes.',
doneMany: '%1 fișiere încărcate cu succes.',
uploadOne: 'Încărcare fișier ({percentage}%)...',
uploadMany: 'Încărcare fișiere, {current} din {max} realizat ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'ru', {
abort: 'Загрузка отменена пользователем',
doneOne: 'Файл успешно загружен',
doneMany: 'Успешно загружено файлов: %1',
uploadOne: 'Загрузка файла ({percentage}%)',
uploadMany: 'Загрузка файлов, {current} из {max} загружено ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'sk', {
abort: 'Nahrávanie zrušené používateľom.',
doneOne: 'Súbor úspešne nahraný.',
doneMany: 'Úspešne nahraných %1 súborov.',
uploadOne: 'Nahrávanie súboru ({percentage}%)...',
uploadMany: 'Nahrávanie súborov, {current} z {max} hotovo ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'sq', {
abort: 'Ngarkimi u ndërpre nga përdoruesi.',
doneOne: 'Skeda u ngarkua me sukses.',
doneMany: 'Me sukses u ngarkuan %1 skeda.',
uploadOne: 'Duke ngarkuar skedën ({percentage}%)...',
uploadMany: 'Duke ngarkuar skedat, {current} nga {max} , ngarkuar ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'sv', {
abort: 'Uppladdning avbruten av användaren.',
doneOne: 'Filuppladdning lyckades.',
doneMany: 'Uppladdning av %1 filer lyckades.',
uploadOne: 'Laddar upp fil ({percentage}%)...',
uploadMany: 'Laddar upp filer, {current} av {max} färdiga ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'tr', {
abort: 'Gönderme işlemi kullanıcı tarafından durduruldu.',
doneOne: 'Gönderim işlemi başarılı şekilde tamamlandı.',
doneMany: '%1 dosya başarılı şekilde gönderildi.',
uploadOne: 'Dosyanın ({percentage}%) gönderildi...',
uploadMany: 'Toplam {current} / {max} dosyanın ({percentage}%) gönderildi...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'ug', {
abort: 'يۈكلەشنى ئىشلەتكۈچى ئۈزۈۋەتتى.',
doneOne: 'ھۆججەت مۇۋەپپەقىيەتلىك يۈكلەندى.',
doneMany: 'مۇۋەپپەقىيەتلىك ھالدا %1 ھۆججەت يۈكلەندى.',
uploadOne: 'Uploading file ({percentage}%)...', // MISSING
uploadMany: 'Uploading files, {current} of {max} done ({percentage}%)...' // MISSING
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'uk', {
abort: 'Завантаження перервано користувачем.',
doneOne: 'Файл цілком завантажено.',
doneMany: 'Цілком завантажено %1 файлів.',
uploadOne: 'Завантаження файлу ({percentage}%)...',
uploadMany: 'Завантажено {current} із {max} файлів завершено на ({percentage}%)...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'zh-cn', {
abort: '上传已被用户中止',
doneOne: '文件上传成功',
doneMany: '成功上传了 %1 个文件',
uploadOne: '正在上传文件({percentage}%...',
uploadMany: '正在上传文件,{max} 中的 {current}{percentage}%...'
} );

View File

@ -0,0 +1,12 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'uploadwidget', 'zh', {
abort: '上傳由使用者放棄。',
doneOne: '檔案成功上傳。',
doneMany: '成功上傳 %1 檔案。',
uploadOne: '正在上傳檔案({percentage}%...',
uploadMany: '正在上傳檔案,{max} 中的 {current} 已完成({percentage}%...'
} );