From c5962c96876add5ea222444bf72d827f018cf1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 2 Jul 2019 14:44:42 +0200 Subject: [PATCH] Plupload library upgraded to v3.1.2 --- assets/javascripts/plupload/bower.json | 50 +- assets/javascripts/plupload/js/i18n/ar.js | 2 +- assets/javascripts/plupload/js/i18n/az.js | 2 +- assets/javascripts/plupload/js/i18n/bg.js | 2 +- assets/javascripts/plupload/js/i18n/bs.js | 2 +- assets/javascripts/plupload/js/i18n/ca.js | 2 +- assets/javascripts/plupload/js/i18n/cs.js | 2 +- assets/javascripts/plupload/js/i18n/cy.js | 2 +- assets/javascripts/plupload/js/i18n/da.js | 2 +- assets/javascripts/plupload/js/i18n/de.js | 2 +- assets/javascripts/plupload/js/i18n/el.js | 2 +- assets/javascripts/plupload/js/i18n/en.js | 2 +- assets/javascripts/plupload/js/i18n/es.js | 2 +- assets/javascripts/plupload/js/i18n/et.js | 2 +- assets/javascripts/plupload/js/i18n/fa.js | 2 +- assets/javascripts/plupload/js/i18n/fi.js | 2 +- assets/javascripts/plupload/js/i18n/fr.js | 2 +- assets/javascripts/plupload/js/i18n/he.js | 2 +- assets/javascripts/plupload/js/i18n/hr.js | 2 +- assets/javascripts/plupload/js/i18n/hu.js | 2 +- assets/javascripts/plupload/js/i18n/hy.js | 2 +- assets/javascripts/plupload/js/i18n/id.js | 2 +- assets/javascripts/plupload/js/i18n/it.js | 2 +- assets/javascripts/plupload/js/i18n/ja.js | 2 +- assets/javascripts/plupload/js/i18n/ka.js | 2 +- assets/javascripts/plupload/js/i18n/kk.js | 2 +- assets/javascripts/plupload/js/i18n/km.js | 2 +- assets/javascripts/plupload/js/i18n/ko.js | 2 +- assets/javascripts/plupload/js/i18n/ku_IQ.js | 2 +- assets/javascripts/plupload/js/i18n/lt.js | 2 +- assets/javascripts/plupload/js/i18n/lv.js | 2 +- assets/javascripts/plupload/js/i18n/ms.js | 2 +- assets/javascripts/plupload/js/i18n/nl.js | 2 +- assets/javascripts/plupload/js/i18n/pl.js | 2 +- assets/javascripts/plupload/js/i18n/pt.js | 2 +- assets/javascripts/plupload/js/i18n/pt_BR.js | 2 +- assets/javascripts/plupload/js/i18n/ro.js | 2 +- assets/javascripts/plupload/js/i18n/ru.js | 2 +- assets/javascripts/plupload/js/i18n/sk.js | 2 +- assets/javascripts/plupload/js/i18n/sl.js | 2 +- assets/javascripts/plupload/js/i18n/sq.js | 2 +- assets/javascripts/plupload/js/i18n/sr.js | 2 +- assets/javascripts/plupload/js/i18n/sv.js | 2 +- assets/javascripts/plupload/js/i18n/th_TH.js | 2 +- assets/javascripts/plupload/js/i18n/tr.js | 2 +- assets/javascripts/plupload/js/i18n/uk_UA.js | 2 +- assets/javascripts/plupload/js/i18n/vi.js | 2 +- assets/javascripts/plupload/js/i18n/zh_CN.js | 2 +- assets/javascripts/plupload/js/i18n/zh_TW.js | 2 +- .../jquery.ui.plupload/jquery.ui.plupload.js | 368 +- .../jquery.ui.plupload.min.js | 2 +- assets/javascripts/plupload/js/moxie.js | 26 +- assets/javascripts/plupload/js/moxie.min.js | 10 +- .../javascripts/plupload/js/plupload.dev.js | 6631 +++++++++++------ .../plupload/js/plupload.full.min.js | 20 +- .../javascripts/plupload/js/plupload.min.js | 10 +- assets/javascripts/plupload/readme.md | 107 +- assets/javascripts/redmine_dmsf.js | 17 +- 58 files changed, 4613 insertions(+), 2724 deletions(-) diff --git a/assets/javascripts/plupload/bower.json b/assets/javascripts/plupload/bower.json index fe0b67b9..53d84372 100644 --- a/assets/javascripts/plupload/bower.json +++ b/assets/javascripts/plupload/bower.json @@ -1,27 +1,25 @@ { - "name": "plupload", - "license": "AGPLv3", - "authors": [ - "Davit Barbakadze " - ], - "homepage": "http://plupload.com", - "repository": { - "type": "git", - "url": "https://github.com/moxiecode/plupload.git" - }, - "main": [ - "./js/plupload.full.min.js" - ], - "ignore": [ - "tests/", - "src/", - "build/", - "examples/", - "Jakefile.js", - "package.json", - "bower.json", - "composer.json", - "README.md", - ".*" - ] -} \ No newline at end of file + "name": "plupload", + "license": "AGPLv3", + "authors": [ + "Davit Barbakadze " + ], + "homepage": "http://plupload.com", + "repository": { + "type": "git", + "url": "https://github.com/moxiecode/plupload.git" + }, + "main": "./js/plupload.full.min.js", + "ignore": [ + "tests/", + "src/", + "build/", + "examples/", + "Jakefile.js", + "package.json", + "bower.json", + "composer.json", + "README.md", + ".*" + ] +} diff --git a/assets/javascripts/plupload/js/i18n/ar.js b/assets/javascripts/plupload/js/i18n/ar.js index ac2ff38f..0d9fd7e2 100644 --- a/assets/javascripts/plupload/js/i18n/ar.js +++ b/assets/javascripts/plupload/js/i18n/ar.js @@ -1,2 +1,2 @@ // Arabic (ar) -plupload.addI18n({"Stop Upload":"أيقاف التحميل","Upload URL might be wrong or doesn't exist.":"عنوان التحميل ربما يكون خاطئ أو غير متوفر","tb":"تيرابايت","Size":"الحجم","Close":"أغلاق","You must specify either browse_button or drop_element.":"","Init error.":"خطأ في تهيئة","Add files to the upload queue and click the start button.":"أضف ملفات إلى القائمة إنتظار التحميل ثم أضغط على زر البداية","List":"","Filename":"أسم الملف","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"صيغة الصورة أما خطاء أو غير مدعومه","Status":"الحالة","HTTP Error.":"خطأ في برتوكول نقل الملفات","Start Upload":"أبدا التحميل","Error: File too large:":" خطاء : حجم الملف كبير :","kb":"كيلوبايت","Duplicate file error.":"خطاء في تكرار الملف","File size error.":"خطأ في حجم الملف","N/A":"لا شي","gb":"جيجابايت","Error: Invalid file extension:":"خطاء : أمتداد الملف غير صالح :","Select files":"أختر الملفات","%s already present in the queue.":"%s الملف موجود بالفعل في قائمة الانتظار","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"ملف: %s","b":"بايت","Uploaded %d/%d files":"تحميل %d/%d ملف","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"العناصر المقبوله لتحميل هي %d ملف في هذا الوقت. الملفات الاضافية أزيلة.","%d files queued":"%d الملفات في قائمة الانتظار","File: %s, size: %d, max file size: %d":"ملف: %s, أقصى حجم للملف: %d, حجم: %d","Thumbnails":"","Drag files here.":"سحب الملف هنا","Runtime ran out of available memory.":"الذاكرة المتوفره أنتهت لمدة التشغيل","File count error.":"خطاء في عد الملفات","File extension error.":"خطأ في أمتداد الملف","mb":"ميجابايت","Add Files":"أضف ملفات"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d الملفات في قائمة الانتظار","%s already present in the queue.":"%s الملف موجود بالفعل في قائمة الانتظار","%s specified, but cannot be found.":"","Add Files":"أضف ملفات","Add files to the upload queue and click the start button.":"أضف ملفات إلى القائمة إنتظار التحميل ثم أضغط على زر البداية","b":"بايت","Close":"أغلاق","Drag files here.":"سحب الملف هنا","Duplicate file error.":"خطاء في تكرار الملف","Error: File too large:":" خطاء : حجم الملف كبير :","Error: Invalid file extension:":"خطاء : أمتداد الملف غير صالح :","File count error.":"خطاء في عد الملفات","File extension error.":"خطأ في أمتداد الملف","File size error.":"خطأ في حجم الملف","File: %s":"ملف: %s","File: %s, size: %d, max file size: %d":"ملف: %s, أقصى حجم للملف: %d, حجم: %d","Filename":"أسم الملف","gb":"جيجابايت","HTTP Error.":"خطأ في برتوكول نقل الملفات","Image format either wrong or not supported.":"صيغة الصورة أما خطاء أو غير مدعومه","Init error.":"خطأ في تهيئة","kb":"كيلوبايت","List":"","mb":"ميجابايت","N/A":"لا شي","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"الذاكرة المتوفره أنتهت لمدة التشغيل","Select files":"أختر الملفات","Size":"الحجم","Start Upload":"أبدا التحميل","Status":"الحالة","Stop Upload":"أيقاف التحميل","tb":"تيرابايت","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"العناصر المقبوله لتحميل هي %d ملف في هذا الوقت. الملفات الاضافية أزيلة.","Upload URL might be wrong or doesn't exist.":"عنوان التحميل ربما يكون خاطئ أو غير متوفر","Uploaded %d/%d files":"تحميل %d/%d ملف","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/az.js b/assets/javascripts/plupload/js/i18n/az.js index b665321c..b5059171 100644 --- a/assets/javascripts/plupload/js/i18n/az.js +++ b/assets/javascripts/plupload/js/i18n/az.js @@ -1,2 +1,2 @@ // Azerbaijani (az) -plupload.addI18n({"Stop Upload":"Yükləməni saxla","Upload URL might be wrong or doesn't exist.":"Yükləmə ünvanı səhvdir və ya mövcud deyil","tb":"tb","Size":"Həcm","Close":"Bağla","You must specify either browse_button or drop_element.":"","Init error.":"Init error.","Add files to the upload queue and click the start button.":"Faylları əlavə edin və yüklə düyməsinə klikləyin.","List":"","Filename":"Faylın adı","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Şəklin formatı uyğun deyil və ya dəstəklənmir.","Status":"Status","HTTP Error.":"HTTP xətası.","Start Upload":"Yüklə","Error: File too large:":"Xəta:Fayl həcmi çox böyükdür.","kb":"kb","Duplicate file error.":"Bu fayl artıq növbədə var.","File size error.":"Fayl həcmi xətası.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Xəta: Yanlış fayl uzantısı:","Select files":"Faylları seçin","%s already present in the queue.":"%s artıq növbədə var.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Fayl: %s","b":"b","Uploaded %d/%d files":"%d/%d fayl yüklənib","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"Növbədə %d fayl var","File: %s, size: %d, max file size: %d":"Fayl: %s, həcm: %d, max fayl həcmi: %d","Thumbnails":"","Drag files here.":"Faylları bura çəkin.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Fayl sayı çox böyükdür.","File extension error.":"Fayl uzantısı xətası.","mb":"mb","Add Files":"Fayl əlavə et"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"Növbədə %d fayl var","%s already present in the queue.":"%s artıq növbədə var.","%s specified, but cannot be found.":"","Add Files":"Fayl əlavə et","Add files to the upload queue and click the start button.":"Faylları əlavə edin və yüklə düyməsinə klikləyin.","b":"b","Close":"Bağla","Drag files here.":"Faylları bura çəkin.","Duplicate file error.":"Bu fayl artıq növbədə var.","Error: File too large:":"Xəta:Fayl həcmi çox böyükdür.","Error: Invalid file extension:":"Xəta: Yanlış fayl uzantısı:","File count error.":"Fayl sayı çox böyükdür.","File extension error.":"Fayl uzantısı xətası.","File size error.":"Fayl həcmi xətası.","File: %s":"Fayl: %s","File: %s, size: %d, max file size: %d":"Fayl: %s, həcm: %d, max fayl həcmi: %d","Filename":"Faylın adı","gb":"gb","HTTP Error.":"HTTP xətası.","Image format either wrong or not supported.":"Şəklin formatı uyğun deyil və ya dəstəklənmir.","Init error.":"Init error.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime ran out of available memory.","Select files":"Faylları seçin","Size":"Həcm","Start Upload":"Yüklə","Status":"Status","Stop Upload":"Yükləməni saxla","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","Upload URL might be wrong or doesn't exist.":"Yükləmə ünvanı səhvdir və ya mövcud deyil","Uploaded %d/%d files":"%d/%d fayl yüklənib","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/bg.js b/assets/javascripts/plupload/js/i18n/bg.js index 171f6121..3d0bb042 100644 --- a/assets/javascripts/plupload/js/i18n/bg.js +++ b/assets/javascripts/plupload/js/i18n/bg.js @@ -1,2 +1,2 @@ // Bulgarian (bg) -plupload.addI18n({"Stop Upload":"Спрете качването","Upload URL might be wrong or doesn't exist.":"URL за качване може да е грешен или да не съществува.","tb":"tb","Size":"Размер","Close":"Затвори","You must specify either browse_button or drop_element.":"","Init error.":"Грешка: инициализиране.","Add files to the upload queue and click the start button.":"Добавете файлове в опашката за качване, и щракнете бутона старт.","List":"","Filename":"Име на файла","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Формата на изображението или е объркан, или не се поддържа.","Status":"Статус","HTTP Error.":"Грешка: HTTP .","Start Upload":"Започнете качването","Error: File too large:":"Грешка: Файла е твърде голям:","kb":"kb","Duplicate file error.":"Грешка: файла е вече качен на сървъра.","File size error.":"Грешка: размер на файла.","N/A":"не приложимо","gb":"gb","Error: Invalid file extension:":"Грешка: Невалидно разширение на файл:","Select files":"Изберете файлове","%s already present in the queue.":"%s вече го има в опашката.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Файл: %s","b":"b","Uploaded %d/%d files":"Качени %d/%d файла","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Елемента за качване приема само %d файл(а) наведнъж. Допълнителните файлове бяха отстранени.","%d files queued":"%d файла в опашката","File: %s, size: %d, max file size: %d":"Файл: %s, размер: %d, максимален размер: %d","Thumbnails":"","Drag files here.":"Довлечете файловете тук.","Runtime ran out of available memory.":"Недостатъчна свободна памет.","File count error.":"Грешка в броя на файловете.","File extension error.":"Грешка: разширение на файла.","mb":"mb","Add Files":"Добавете файлове"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d файла в опашката","%s already present in the queue.":"%s вече го има в опашката.","%s specified, but cannot be found.":"","Add Files":"Добавете файлове","Add files to the upload queue and click the start button.":"Добавете файлове в опашката за качване, и щракнете бутона старт.","b":"b","Close":"Затвори","Drag files here.":"Довлечете файловете тук.","Duplicate file error.":"Грешка: файла е вече качен на сървъра.","Error: File too large:":"Грешка: Файла е твърде голям:","Error: Invalid file extension:":"Грешка: Невалидно разширение на файл:","File count error.":"Грешка в броя на файловете.","File extension error.":"Грешка: разширение на файла.","File size error.":"Грешка: размер на файла.","File: %s":"Файл: %s","File: %s, size: %d, max file size: %d":"Файл: %s, размер: %d, максимален размер: %d","Filename":"Име на файла","gb":"gb","HTTP Error.":"Грешка: HTTP .","Image format either wrong or not supported.":"Формата на изображението или е объркан, или не се поддържа.","Init error.":"Грешка: инициализиране.","kb":"kb","List":"","mb":"mb","N/A":"не приложимо","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Недостатъчна свободна памет.","Select files":"Изберете файлове","Size":"Размер","Start Upload":"Започнете качването","Status":"Статус","Stop Upload":"Спрете качването","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Елемента за качване приема само %d файл(а) наведнъж. Допълнителните файлове бяха отстранени.","Upload URL might be wrong or doesn't exist.":"URL за качване може да е грешен или да не съществува.","Uploaded %d/%d files":"Качени %d/%d файла","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/bs.js b/assets/javascripts/plupload/js/i18n/bs.js index 6576bb6f..e5c65ddb 100644 --- a/assets/javascripts/plupload/js/i18n/bs.js +++ b/assets/javascripts/plupload/js/i18n/bs.js @@ -1,2 +1,2 @@ // Bosnian (bs) -plupload.addI18n({"Stop Upload":"Prekini dodavanje","Upload URL might be wrong or doesn't exist.":"URL za dodavanje je neispravan ili ne postoji.","tb":"tb","Size":"Veličina","Close":"Zatvori","You must specify either browse_button or drop_element.":"","Init error.":"Inicijalizacijska greška.","Add files to the upload queue and click the start button.":"Dodajte datoteke u red i kliknite na dugme za pokretanje.","List":"","Filename":"Naziv datoteke","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Format slike je neispravan ili nije podržan.","Status":"Status","HTTP Error.":"HTTP greška.","Start Upload":"Započni dodavanje","Error: File too large:":"Greška! Datoteka je prevelika:","kb":"kb","Duplicate file error.":"Dupla datoteka.","File size error.":"Greška u veličini datoteke.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Greška! Neispravan ekstenzija datoteke:","Select files":"Odaberite datoteke","%s already present in the queue.":"%s se već nalazi u redu.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Datoteka: %s","b":"b","Uploaded %d/%d files":"Dodano %d/%d datoteka","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Dodavanje trenutno dozvoljava samo %d datoteka istovremeno. Dodatne datoteke su uklonjene.","%d files queued":"%d datoteka čeka","File: %s, size: %d, max file size: %d":"Datoteka: %s, veličina: %d, maksimalna veličina: %d","Thumbnails":"","Drag files here.":"Dovucite datoteke ovdje.","Runtime ran out of available memory.":"Nema više dostupne memorije.","File count error.":"Greška u brojanju datoeka.","File extension error.":"Greška u ekstenziji datoteke.","mb":"mb","Add Files":"Dodaj datoteke"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d datoteka čeka","%s already present in the queue.":"%s se već nalazi u redu.","%s specified, but cannot be found.":"","Add Files":"Dodaj datoteke","Add files to the upload queue and click the start button.":"Dodajte datoteke u red i kliknite na dugme za pokretanje.","b":"b","Close":"Zatvori","Drag files here.":"Dovucite datoteke ovdje.","Duplicate file error.":"Dupla datoteka.","Error: File too large:":"Greška! Datoteka je prevelika:","Error: Invalid file extension:":"Greška! Neispravan ekstenzija datoteke:","File count error.":"Greška u brojanju datoeka.","File extension error.":"Greška u ekstenziji datoteke.","File size error.":"Greška u veličini datoteke.","File: %s":"Datoteka: %s","File: %s, size: %d, max file size: %d":"Datoteka: %s, veličina: %d, maksimalna veličina: %d","Filename":"Naziv datoteke","gb":"gb","HTTP Error.":"HTTP greška.","Image format either wrong or not supported.":"Format slike je neispravan ili nije podržan.","Init error.":"Inicijalizacijska greška.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Nema više dostupne memorije.","Select files":"Odaberite datoteke","Size":"Veličina","Start Upload":"Započni dodavanje","Status":"Status","Stop Upload":"Prekini dodavanje","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Dodavanje trenutno dozvoljava samo %d datoteka istovremeno. Dodatne datoteke su uklonjene.","Upload URL might be wrong or doesn't exist.":"URL za dodavanje je neispravan ili ne postoji.","Uploaded %d/%d files":"Dodano %d/%d datoteka","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ca.js b/assets/javascripts/plupload/js/i18n/ca.js index 11abb4f2..a44cbae8 100644 --- a/assets/javascripts/plupload/js/i18n/ca.js +++ b/assets/javascripts/plupload/js/i18n/ca.js @@ -1,2 +1,2 @@ // Catalan (ca) -plupload.addI18n({"Stop Upload":"Parar pujada","Upload URL might be wrong or doesn't exist.":"La URL de càrrega no és correcte o bé no existeix.","tb":"Tb","Size":"Tamany","Close":"Tancar","You must specify either browse_button or drop_element.":"Has d'especificar o bé el botó de selecció de fitxers `browse_button` o bé l'àrea per arrosegar els fitxers `drop_element`.","Init error.":"Error d´inicialització.","Add files to the upload queue and click the start button.":"Afegeixi els fitxers a la cua de pujada i cliqui el botó Iniciar","List":"Llistat","Filename":"Nom de fitxer","%s specified, but cannot be found.":"%s especificat, però no es pot trobar.","Image format either wrong or not supported.":"Format d'imatge incorrecte o no suportat.","Status":"Estat","HTTP Error.":"Error HTTP.","Start Upload":"Començar pujada","Error: File too large:":"Error: Fitxer massa gran:","kb":"Kb","Duplicate file error.":"Error per duplicitat de fitxer.","File size error.":"Error en la mida del fitxer.","N/A":"N/D","gb":"Gb","Error: Invalid file extension:":"Error: Extensió de fitxer no vàlida:","Select files":"Seleccionar fitxers","%s already present in the queue.":"%s ja existeix a la cua.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolució de la imatge massa gran! El pujador %s suporta mides d'imatge fins a %wx%hpx.","File: %s":"Fitxer: %s","b":"b","Uploaded %d/%d files":"Pujats %d/%d fitxers","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"La càrrega d'elements tan sols accepta %d fitxer(s) alhora. Els fitxers sobrants seran descartats.","%d files queued":"%d fitxers en cua","File: %s, size: %d, max file size: %d":"Fitxer: %s, mida: %d, mida màxima de fitxer: %d","Thumbnails":"Miniatures","Drag files here.":"Arrossegui fitxers aquí","Runtime ran out of available memory.":"L'execució ha arribat al límit de memòria.","File count error.":"Error en el recompte de fitxers","File extension error.":"Error en l´extensió del fitxer.","mb":"Mb","Add Files":"Afegir fitxers"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d fitxers en cua","%s already present in the queue.":"%s ja existeix a la cua.","%s specified, but cannot be found.":"%s especificat, però no es pot trobar.","Add Files":"Afegir fitxers","Add files to the upload queue and click the start button.":"Afegeixi els fitxers a la cua de pujada i cliqui el botó Iniciar","b":"b","Close":"Tancar","Drag files here.":"Arrossegui fitxers aquí","Duplicate file error.":"Error per duplicitat de fitxer.","Error: File too large:":"Error: Fitxer massa gran:","Error: Invalid file extension:":"Error: Extensió de fitxer no vàlida:","File count error.":"Error en el recompte de fitxers","File extension error.":"Error en l´extensió del fitxer.","File size error.":"Error en la mida del fitxer.","File: %s":"Fitxer: %s","File: %s, size: %d, max file size: %d":"Fitxer: %s, mida: %d, mida màxima de fitxer: %d","Filename":"Nom de fitxer","gb":"Gb","HTTP Error.":"Error HTTP.","Image format either wrong or not supported.":"Format d'imatge incorrecte o no suportat.","Init error.":"Error d´inicialització.","kb":"Kb","List":"Llistat","mb":"Mb","N/A":"N/D","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolució de la imatge massa gran! El pujador %s suporta mides d'imatge fins a %wx%hpx.","Runtime ran out of available memory.":"L'execució ha arribat al límit de memòria.","Select files":"Seleccionar fitxers","Size":"Tamany","Start Upload":"Començar pujada","Status":"Estat","Stop Upload":"Parar pujada","tb":"Tb","Thumbnails":"Miniatures","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"La càrrega d'elements tan sols accepta %d fitxer(s) alhora. Els fitxers sobrants seran descartats.","Upload URL might be wrong or doesn't exist.":"La URL de càrrega no és correcte o bé no existeix.","Uploaded %d/%d files":"Pujats %d/%d fitxers","You must specify either browse_button or drop_element.":"Has d'especificar o bé el botó de selecció de fitxers `browse_button` o bé l'àrea per arrosegar els fitxers `drop_element`."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/cs.js b/assets/javascripts/plupload/js/i18n/cs.js index d8ae3c05..13179ba8 100644 --- a/assets/javascripts/plupload/js/i18n/cs.js +++ b/assets/javascripts/plupload/js/i18n/cs.js @@ -1,2 +1,2 @@ // Czech (cs) -plupload.addI18n({"Stop Upload":"Zastavit nahrávání","Upload URL might be wrong or doesn't exist.":"URL uploadu je možná špatně, nebo neexistuje.","tb":"tb","Size":"Velikost","Close":"Zavřít","You must specify either browse_button or drop_element.":"Musíte specifikovat browse_button či drop_element.","Init error.":"Chyba inicializace.","Add files to the upload queue and click the start button.":"Přidejte soubory do fronty a pak spusťte nahrávání.","List":"Seznam","Filename":"Název souboru","%s specified, but cannot be found.":"%s bylo specifikováno, ale nebylo nalezeno.","Image format either wrong or not supported.":"Špatný, nebo nepodporovaný formát obrázku.","Status":"Stav","HTTP Error.":"Chyba HTTP.","Start Upload":"Spustit nahrávání","Error: File too large:":"Chyba: Soubor je příliš veliký:","kb":"kb","Duplicate file error.":"Chyba - duplikovaný soubor.","File size error.":"Chyba velikosti souboru.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Chyba: Neplatná koncovka souboru:","Select files":"Vyberte soubory","%s already present in the queue.":"%s je již zařazen ve frontě.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Rozlišení je mimo rozmezí! %s runtime podporuje obrázky pouze do %wx%hpx.","File: %s":"Soubor: %s","b":"b","Uploaded %d/%d files":"Nahráno %d/%d souborů","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload akceptuje pouze %d soubor(ů) najednou. Další soubory byly odstraněny.","%d files queued":"%d souborů ve frontě","File: %s, size: %d, max file size: %d":"Soubor: %s, velikost: %d, maximální velikost souboru: %d","Thumbnails":"Náhledy","Drag files here.":"Sem přetáhněte soubory.","Runtime ran out of available memory.":"Běh skriptu přesáhl dostupnou paměť.","File count error.":"Chyba v počtu souborů.","File extension error.":"Chyba přípony souboru.","mb":"mb","Add Files":"Přidat soubory"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d souborů ve frontě","%s already present in the queue.":"%s je již zařazen ve frontě.","%s specified, but cannot be found.":"%s bylo specifikováno, ale nebylo nalezeno.","Add Files":"Přidat soubory","Add files to the upload queue and click the start button.":"Přidejte soubory do fronty a pak spusťte nahrávání.","b":"b","Close":"Zavřít","Drag files here.":"Sem přetáhněte soubory.","Duplicate file error.":"Chyba - duplikovaný soubor.","Error: File too large:":"Chyba: Soubor je příliš veliký:","Error: Invalid file extension:":"Chyba: Neplatná koncovka souboru:","File count error.":"Chyba v počtu souborů.","File extension error.":"Chyba přípony souboru.","File size error.":"Chyba velikosti souboru.","File: %s":"Soubor: %s","File: %s, size: %d, max file size: %d":"Soubor: %s, velikost: %d, maximální velikost souboru: %d","Filename":"Název souboru","gb":"gb","HTTP Error.":"Chyba HTTP.","Image format either wrong or not supported.":"Špatný, nebo nepodporovaný formát obrázku.","Init error.":"Chyba inicializace.","kb":"kb","List":"Seznam","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Rozlišení je mimo rozmezí! %s runtime podporuje obrázky pouze do %wx%hpx.","Runtime ran out of available memory.":"Běh skriptu přesáhl dostupnou paměť.","Select files":"Vyberte soubory","Size":"Velikost","Start Upload":"Spustit nahrávání","Status":"Stav","Stop Upload":"Zastavit nahrávání","tb":"tb","Thumbnails":"Náhledy","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload akceptuje pouze %d soubor(ů) najednou. Další soubory byly odstraněny.","Upload URL might be wrong or doesn't exist.":"URL uploadu je možná špatně, nebo neexistuje.","Uploaded %d/%d files":"Nahráno %d/%d souborů","You must specify either browse_button or drop_element.":"Musíte specifikovat browse_button či drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/cy.js b/assets/javascripts/plupload/js/i18n/cy.js index 8873ec64..0fe09efb 100644 --- a/assets/javascripts/plupload/js/i18n/cy.js +++ b/assets/javascripts/plupload/js/i18n/cy.js @@ -1,2 +1,2 @@ // Welsh (cy) -plupload.addI18n({"Stop Upload":"Atal Lanlwytho","Upload URL might be wrong or doesn't exist.":"URL y lanlwythiad ynb anghywir neu ddim yn bodoli.","tb":"tb","Size":"Maint","Close":"Cau","You must specify either browse_button or drop_element.":"","Init error.":"Gwall cych.","Add files to the upload queue and click the start button.":"Ychwanegwch ffeiliau i'r ciw lanlwytho a chlicio'r botwm dechrau.","List":"","Filename":"Enw'r ffeil","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Fformat delwedd yn anghywir neu heb ei gynnal.","Status":"Statws","HTTP Error.":"Gwall HTTP.","Start Upload":"Dechrau Lanlwytho","Error: File too large:":"Gwall: Ffeil yn rhy fawr:","kb":"kb","Duplicate file error.":"Gwall ffeil ddyblyg.","File size error.":"Gwall maint ffeil.","N/A":"Dd/A","gb":"gb","Error: Invalid file extension:":"Gwall: estyniad ffeil annilys:","Select files":"Dewis ffeiliau","%s already present in the queue.":"%s yn y ciw yn barod.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Ffeil: %s","b":"b","Uploaded %d/%d files":"Lanlwythwyd %d/%d ffeil","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Mae'r elfen lanlwytho yn derbyn %d ffeil ar y tro. Caiff ffeiliau ychwanegol eu tynnu.","%d files queued":"%d ffeil mewn ciw","File: %s, size: %d, max file size: %d":"Ffeil: %s, maint: %d, maint mwyaf ffeil: %d","Thumbnails":"","Drag files here.":"Llusgwch ffeiliau yma.","Runtime ran out of available memory.":"Allan o gof.","File count error.":"Gwall cyfri ffeiliau.","File extension error.":"Gwall estyniad ffeil.","mb":"mb","Add Files":"Ychwanegu Ffeiliau"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d ffeil mewn ciw","%s already present in the queue.":"%s yn y ciw yn barod.","%s specified, but cannot be found.":"","Add Files":"Ychwanegu Ffeiliau","Add files to the upload queue and click the start button.":"Ychwanegwch ffeiliau i'r ciw lanlwytho a chlicio'r botwm dechrau.","b":"b","Close":"Cau","Drag files here.":"Llusgwch ffeiliau yma.","Duplicate file error.":"Gwall ffeil ddyblyg.","Error: File too large:":"Gwall: Ffeil yn rhy fawr:","Error: Invalid file extension:":"Gwall: estyniad ffeil annilys:","File count error.":"Gwall cyfri ffeiliau.","File extension error.":"Gwall estyniad ffeil.","File size error.":"Gwall maint ffeil.","File: %s":"Ffeil: %s","File: %s, size: %d, max file size: %d":"Ffeil: %s, maint: %d, maint mwyaf ffeil: %d","Filename":"Enw'r ffeil","gb":"gb","HTTP Error.":"Gwall HTTP.","Image format either wrong or not supported.":"Fformat delwedd yn anghywir neu heb ei gynnal.","Init error.":"Gwall cych.","kb":"kb","List":"","mb":"mb","N/A":"Dd/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Allan o gof.","Select files":"Dewis ffeiliau","Size":"Maint","Start Upload":"Dechrau Lanlwytho","Status":"Statws","Stop Upload":"Atal Lanlwytho","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Mae'r elfen lanlwytho yn derbyn %d ffeil ar y tro. Caiff ffeiliau ychwanegol eu tynnu.","Upload URL might be wrong or doesn't exist.":"URL y lanlwythiad ynb anghywir neu ddim yn bodoli.","Uploaded %d/%d files":"Lanlwythwyd %d/%d ffeil","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/da.js b/assets/javascripts/plupload/js/i18n/da.js index 577e712e..1451c921 100644 --- a/assets/javascripts/plupload/js/i18n/da.js +++ b/assets/javascripts/plupload/js/i18n/da.js @@ -1,2 +1,2 @@ // Danish (da) -plupload.addI18n({"Stop Upload":"Stop upload","Upload URL might be wrong or doesn't exist.":"Upload URL kan være forkert eller ikke eksisterende.","tb":"tb","Size":"Størrelse","Close":"Luk","You must specify either browse_button or drop_element.":"","Init error.":"Opstarts fejl.","Add files to the upload queue and click the start button.":"Tilføj filer til køen og klik Start upload knappen.","List":"","Filename":"Filnavn","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Billede format er enten forkert eller ikke understøttet.","Status":"Status","HTTP Error.":"HTTP fejl.","Start Upload":"Start upload","Error: File too large:":"Fejl: Filen er for stor:","kb":"kb","Duplicate file error.":"Filen findes allerede.","File size error.":"Filstørrelse fejl.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Fejl: Ugyldigt fil format:","Select files":"Vælg filer","%s already present in the queue.":"%s findes allerede i køen.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Fil: %s","b":"b","Uploaded %d/%d files":"Uploaded %d/%d filer","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload accepterer kun %d fil(er) af gangen. Ekstra filer blev skippet.","%d files queued":"%d filer i kø","File: %s, size: %d, max file size: %d":"Fil: %s, størrelse: %d, maks. filstørrelse: %d","Thumbnails":"","Drag files here.":"Træk filer her.","Runtime ran out of available memory.":"Runtime mangler tilgængelige hukommelse.","File count error.":"Fil antal fejl.","File extension error.":"Fil format fejl.","mb":"mb","Add Files":"Tilføj filer"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d filer i kø","%s already present in the queue.":"%s findes allerede i køen.","%s specified, but cannot be found.":"","Add Files":"Tilføj filer","Add files to the upload queue and click the start button.":"Tilføj filer til køen og klik Start upload knappen.","b":"b","Close":"Luk","Drag files here.":"Træk filer her.","Duplicate file error.":"Filen findes allerede.","Error: File too large:":"Fejl: Filen er for stor:","Error: Invalid file extension:":"Fejl: Ugyldigt fil format:","File count error.":"Fil antal fejl.","File extension error.":"Fil format fejl.","File size error.":"Filstørrelse fejl.","File: %s":"Fil: %s","File: %s, size: %d, max file size: %d":"Fil: %s, størrelse: %d, maks. filstørrelse: %d","Filename":"Filnavn","gb":"gb","HTTP Error.":"HTTP fejl.","Image format either wrong or not supported.":"Billede format er enten forkert eller ikke understøttet.","Init error.":"Opstarts fejl.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime mangler tilgængelige hukommelse.","Select files":"Vælg filer","Size":"Størrelse","Start Upload":"Start upload","Status":"Status","Stop Upload":"Stop upload","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload accepterer kun %d fil(er) af gangen. Ekstra filer blev skippet.","Upload URL might be wrong or doesn't exist.":"Upload URL kan være forkert eller ikke eksisterende.","Uploaded %d/%d files":"Uploaded %d/%d filer","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/de.js b/assets/javascripts/plupload/js/i18n/de.js index c35b1572..5470c305 100644 --- a/assets/javascripts/plupload/js/i18n/de.js +++ b/assets/javascripts/plupload/js/i18n/de.js @@ -1,2 +1,2 @@ // German (de) -plupload.addI18n({"Stop Upload":"Hochladen abbrechen","Upload URL might be wrong or doesn't exist.":"Upload-URL ist falsch oder existiert nicht.","tb":"TB","Size":"Größe","Close":"Schließen","You must specify either browse_button or drop_element.":"","Init error.":"Initialisierungsfehler","Add files to the upload queue and click the start button.":"Dateien hinzufügen und auf 'Hochladen' klicken.","List":"Liste","Filename":"Dateiname","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Bildformat falsch oder nicht unterstützt.","Status":"Status","HTTP Error.":"HTTP-Fehler","Start Upload":"Hochladen beginnen","Error: File too large:":"Fehler: Datei zu groß:","kb":"KB","Duplicate file error.":"Datei bereits hochgeladen","File size error.":"Fehler bei Dateigröße","N/A":"Nicht verfügbar","gb":"GB","Error: Invalid file extension:":"Fehler: Ungültige Dateiendung:","Select files":"Dateien auswählen","%s already present in the queue.":"%s ist bereits in der Warteschlange","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Datei: %s","b":"B","Uploaded %d/%d files":"%d/%d Dateien wurden hochgeladen","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Pro Durchgang können nur %d Datei(en) akzeptiert werden. Überzählige Dateien wurden ignoriert.","%d files queued":"%d Dateien in der Warteschlange","File: %s, size: %d, max file size: %d":"Datei: %s, Größe: %d, maximale Dateigröße: %d","Thumbnails":"Vorschaubilder","Drag files here.":"Dateien auf diese Fläche bewegen.","Runtime ran out of available memory.":"Nicht genügend Speicher verfügbar.","File count error.":"Fehlerhafte Dateianzahl.","File extension error.":"Fehler bei Dateiendung","mb":"MB","Add Files":"Dateien hinzufügen"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d Dateien in der Warteschlange","%s already present in the queue.":"%s ist bereits in der Warteschlange","%s specified, but cannot be found.":"","Add Files":"Dateien hinzufügen","Add files to the upload queue and click the start button.":"Dateien hinzufügen und auf 'Hochladen' klicken.","b":"B","Close":"Schließen","Drag files here.":"Dateien auf diese Fläche bewegen.","Duplicate file error.":"Datei bereits hochgeladen","Error: File too large:":"Fehler: Datei zu groß:","Error: Invalid file extension:":"Fehler: Ungültige Dateiendung:","File count error.":"Fehlerhafte Dateianzahl.","File extension error.":"Fehler bei Dateiendung","File size error.":"Fehler bei Dateigröße","File: %s":"Datei: %s","File: %s, size: %d, max file size: %d":"Datei: %s, Größe: %d, maximale Dateigröße: %d","Filename":"Dateiname","gb":"GB","HTTP Error.":"HTTP-Fehler","Image format either wrong or not supported.":"Bildformat falsch oder nicht unterstützt.","Init error.":"Initialisierungsfehler","kb":"KB","List":"Liste","mb":"MB","N/A":"Nicht verfügbar","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Nicht genügend Speicher verfügbar.","Select files":"Dateien auswählen","Size":"Größe","Start Upload":"Hochladen beginnen","Status":"Status","Stop Upload":"Hochladen abbrechen","tb":"TB","Thumbnails":"Vorschaubilder","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Pro Durchgang können nur %d Datei(en) akzeptiert werden. Überzählige Dateien wurden ignoriert.","Upload URL might be wrong or doesn't exist.":"Upload-URL ist falsch oder existiert nicht.","Uploaded %d/%d files":"%d/%d Dateien wurden hochgeladen","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/el.js b/assets/javascripts/plupload/js/i18n/el.js index 3fa29eae..d63999a2 100644 --- a/assets/javascripts/plupload/js/i18n/el.js +++ b/assets/javascripts/plupload/js/i18n/el.js @@ -1,2 +1,2 @@ // Greek (el) -plupload.addI18n({"Stop Upload":"Ακύρωση Μεταφόρτωσης","Upload URL might be wrong or doesn't exist.":"Το URL μεταφόρτωσης είναι λάθος ή δεν υπάρχει.","tb":"tb","Size":"Μέγεθος","Close":"Κλείσιμο","You must specify either browse_button or drop_element.":"","Init error.":"Σφάλμα αρχικοποίησης.","Add files to the upload queue and click the start button.":"Προσθέστε αρχεία στην ουρά μεταφόρτωσης και πατήστε το κουμπί εκκίνησης.","List":"Λίστα","Filename":"Όνομα Αρχείου","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Ο τύπος εικόνας είναι λάθος ή δεν υποστηρίζεται.","Status":"Κατάσταση","HTTP Error.":"Σφάλμα HTTP.","Start Upload":"Εκκίνηση Μεταφόρτωσης","Error: File too large:":"Σφάλμα: Πολύ μεγάλο αρχείο:","kb":"kb","Duplicate file error.":"Το αρχείο έχει ξαναπροστεθεί.","File size error.":"Σφάλμα με το μέγεθος του αρχείου.","N/A":"Δεν ισχύει","gb":"gb","Error: Invalid file extension:":"Σφάλμα: Μη έγκυρος τύπος αρχείου:","Select files":"Επιλέξτε Αρχεία","%s already present in the queue.":"Το «%s» βρίσκεται ήδη στην ουρά.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Αρχείο: %s","b":"b","Uploaded %d/%d files":"Μεταφορτώθηκαν %d/%d αρχεία","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Μπορείτε να μεταφορτώσετε μεχρι και %d αρχείο/α κάθε φορά. Τα επιπλέον αρχεία αφαιρέθηκαν.","%d files queued":"%d αρχεία στην ουρά","File: %s, size: %d, max file size: %d":"Αρχείο: %s, μέγεθος: %d, μέγιστο μέγεθος αρχείου: %d","Thumbnails":"Μικρογραφίες","Drag files here.":"Σύρετε αρχεία εδώ","Runtime ran out of available memory.":"Δεν υπάρχει αρκετή διαθέσιμη μνήμη.","File count error.":"Σφάλμα με τον αριθμό αρχείων.","File extension error.":"Σφάλμα με τον τύπο αρχείου.","mb":"mb","Add Files":"Προσθέστε Αρχεία"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d αρχεία στην ουρά","%s already present in the queue.":"Το «%s» βρίσκεται ήδη στην ουρά.","%s specified, but cannot be found.":"","Add Files":"Προσθέστε Αρχεία","Add files to the upload queue and click the start button.":"Προσθέστε αρχεία στην ουρά μεταφόρτωσης και πατήστε το κουμπί εκκίνησης.","b":"b","Close":"Κλείσιμο","Drag files here.":"Σύρετε αρχεία εδώ","Duplicate file error.":"Το αρχείο έχει ξαναπροστεθεί.","Error: File too large:":"Σφάλμα: Πολύ μεγάλο αρχείο:","Error: Invalid file extension:":"Σφάλμα: Μη έγκυρος τύπος αρχείου:","File count error.":"Σφάλμα με τον αριθμό αρχείων.","File extension error.":"Σφάλμα με τον τύπο αρχείου.","File size error.":"Σφάλμα με το μέγεθος του αρχείου.","File: %s":"Αρχείο: %s","File: %s, size: %d, max file size: %d":"Αρχείο: %s, μέγεθος: %d, μέγιστο μέγεθος αρχείου: %d","Filename":"Όνομα Αρχείου","gb":"gb","HTTP Error.":"Σφάλμα HTTP.","Image format either wrong or not supported.":"Ο τύπος εικόνας είναι λάθος ή δεν υποστηρίζεται.","Init error.":"Σφάλμα αρχικοποίησης.","kb":"kb","List":"Λίστα","mb":"mb","N/A":"Δεν ισχύει","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Δεν υπάρχει αρκετή διαθέσιμη μνήμη.","Select files":"Επιλέξτε Αρχεία","Size":"Μέγεθος","Start Upload":"Εκκίνηση Μεταφόρτωσης","Status":"Κατάσταση","Stop Upload":"Ακύρωση Μεταφόρτωσης","tb":"tb","Thumbnails":"Μικρογραφίες","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Μπορείτε να μεταφορτώσετε μεχρι και %d αρχείο/α κάθε φορά. Τα επιπλέον αρχεία αφαιρέθηκαν.","Upload URL might be wrong or doesn't exist.":"Το URL μεταφόρτωσης είναι λάθος ή δεν υπάρχει.","Uploaded %d/%d files":"Μεταφορτώθηκαν %d/%d αρχεία","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/en.js b/assets/javascripts/plupload/js/i18n/en.js index a0a20425..bd7e737e 100644 --- a/assets/javascripts/plupload/js/i18n/en.js +++ b/assets/javascripts/plupload/js/i18n/en.js @@ -1,2 +1,2 @@ // English (en) -plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"tb","Size":"Size","Close":"Close","You must specify either browse_button or drop_element.":"You must specify either browse_button or drop_element.","Init error.":"Init error.","Add files to the upload queue and click the start button.":"Add files to the upload queue and click the start button.","List":"List","Filename":"Filename","%s specified, but cannot be found.":"%s specified, but cannot be found.","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Status","HTTP Error.":"HTTP Error.","Start Upload":"Start Upload","Error: File too large:":"Error: File too large:","kb":"kb","Duplicate file error.":"Duplicate file error.","File size error.":"File size error.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"Select files","%s already present in the queue.":"%s already present in the queue.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.","File: %s":"File: %s","b":"b","Uploaded %d/%d files":"Uploaded %d/%d files","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d files queued","File: %s, size: %d, max file size: %d":"File: %s, size: %d, max file size: %d","Thumbnails":"Thumbnails","Drag files here.":"Drag files here.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"File count error.","File extension error.":"File extension error.","mb":"mb","Add Files":"Add Files"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d files queued","%s already present in the queue.":"%s already present in the queue.","%s specified, but cannot be found.":"%s specified, but cannot be found.","Add Files":"Add Files","Add files to the upload queue and click the start button.":"Add files to the upload queue and click the start button.","b":"b","Close":"Close","Drag files here.":"Drag files here.","Duplicate file error.":"Duplicate file error.","Error: File too large:":"Error: File too large:","Error: Invalid file extension:":"Error: Invalid file extension:","File count error.":"File count error.","File extension error.":"File extension error.","File size error.":"File size error.","File: %s":"File: %s","File: %s, size: %d, max file size: %d":"File: %s, size: %d, max file size: %d","Filename":"Filename","gb":"gb","HTTP Error.":"HTTP Error.","Image format either wrong or not supported.":"Image format either wrong or not supported.","Init error.":"Init error.","kb":"kb","List":"List","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.","Runtime ran out of available memory.":"Runtime ran out of available memory.","Select files":"Select files","Size":"Size","Start Upload":"Start Upload","Status":"Status","Stop Upload":"Stop Upload","tb":"tb","Thumbnails":"Thumbnails","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","Uploaded %d/%d files":"Uploaded %d/%d files","You must specify either browse_button or drop_element.":"You must specify either browse_button or drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/es.js b/assets/javascripts/plupload/js/i18n/es.js index dfc7548f..baa8ecfb 100644 --- a/assets/javascripts/plupload/js/i18n/es.js +++ b/assets/javascripts/plupload/js/i18n/es.js @@ -1,2 +1,2 @@ // Spanish (es) -plupload.addI18n({"Stop Upload":"Detener Subida.","Upload URL might be wrong or doesn't exist.":"URL de carga inexistente.","tb":"TB","Size":"Tamaño","Close":"Cerrar","You must specify either browse_button or drop_element.":"Debe especificar el browse_button o el drop_element","Init error.":"Error de inicialización.","Add files to the upload queue and click the start button.":"Agregue archivos a la lista de subida y pulse clic en el botón de Iniciar carga","List":"Lista","Filename":"Nombre de archivo","%s specified, but cannot be found.":"%s especificado, pero no se puede encontrar","Image format either wrong or not supported.":"Formato de imagen no soportada.","Status":"Estado","HTTP Error.":"Error de HTTP.","Start Upload":"Iniciar carga","Error: File too large:":"Error: archivo demasiado grande:","kb":"KB","Duplicate file error.":"Error, archivo duplicado","File size error.":"Error de tamaño de archivo.","N/A":"No disponible","gb":"GB","Error: Invalid file extension:":"Error: Extensión de archivo inválida:","Select files":"Elija archivos","%s already present in the queue.":"%s ya se encuentra en la lista.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolución fuera de límites! El tiempo de ejecución %s sólo admite imágenes hasta %wx%hpx","File: %s":"Archivo: %s","b":"B","Uploaded %d/%d files":"Subidos %d/%d archivos","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Se aceptan sólo %d archivo(s) al tiempo. Más, no se tienen en cuenta.","%d files queued":"%d archivos en cola.","File: %s, size: %d, max file size: %d":"Archivo: %s, tamaño: %d, tamaño máximo de archivo: %d","Thumbnails":"Miniaturas","Drag files here.":"Arrastre archivos aquí","Runtime ran out of available memory.":"No hay memoria disponible.","File count error.":"Error en contador de archivos.","File extension error.":"Error de extensión de archivo.","mb":"MB","Add Files":"Agregar archivos"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d archivos en cola.","%s already present in the queue.":"%s ya se encuentra en la lista.","%s specified, but cannot be found.":"%s especificado, pero no se puede encontrar","Add Files":"Agregar archivos","Add files to the upload queue and click the start button.":"Agregue archivos a la lista de subida y pulse clic en el botón de Iniciar carga","b":"B","Close":"Cerrar","Drag files here.":"Arrastre archivos aquí","Duplicate file error.":"Error, archivo duplicado","Error: File too large:":"Error: archivo demasiado grande:","Error: Invalid file extension:":"Error: Extensión de archivo inválida:","File count error.":"Error en contador de archivos.","File extension error.":"Error de extensión de archivo.","File size error.":"Error de tamaño de archivo.","File: %s":"Archivo: %s","File: %s, size: %d, max file size: %d":"Archivo: %s, tamaño: %d, tamaño máximo de archivo: %d","Filename":"Nombre de archivo","gb":"GB","HTTP Error.":"Error de HTTP.","Image format either wrong or not supported.":"Formato de imagen no soportada.","Init error.":"Error de inicialización.","kb":"KB","List":"Lista","mb":"MB","N/A":"No disponible","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolución fuera de límites! El tiempo de ejecución %s sólo admite imágenes hasta %wx%hpx","Runtime ran out of available memory.":"No hay memoria disponible.","Select files":"Elija archivos","Size":"Tamaño","Start Upload":"Iniciar carga","Status":"Estado","Stop Upload":"Detener Subida.","tb":"TB","Thumbnails":"Miniaturas","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Se aceptan sólo %d archivo(s) al tiempo. Más, no se tienen en cuenta.","Upload URL might be wrong or doesn't exist.":"URL de carga inexistente.","Uploaded %d/%d files":"Subidos %d/%d archivos","You must specify either browse_button or drop_element.":"Debe especificar el browse_button o el drop_element"}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/et.js b/assets/javascripts/plupload/js/i18n/et.js index 5e838b7c..adfcb704 100644 --- a/assets/javascripts/plupload/js/i18n/et.js +++ b/assets/javascripts/plupload/js/i18n/et.js @@ -1,2 +1,2 @@ // Estonian (et) -plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Üleslaadimise URL võib olla vale või seda pole.","tb":"","Size":"Suurus","Close":"Sulge","You must specify either browse_button or drop_element.":"","Init error.":"Lähtestamise viga.","Add files to the upload queue and click the start button.":"Lisa failid üleslaadimise järjekorda ja klõpsa alustamise nupule.","List":"","Filename":"Failinimi","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Olek","HTTP Error.":"HTTP ühenduse viga.","Start Upload":"Start Upload","Error: File too large:":"Error: File too large:","kb":"","Duplicate file error.":"","File size error.":"Failisuuruse viga.","N/A":"N/A","gb":"","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"Vali faile","%s already present in the queue.":"","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Fail: %s","b":"","Uploaded %d/%d files":"Üles laaditud %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Üleslaadimise element saab vastu võtta ainult %d faili ühe korraga. Ülejäänud failid jäetakse laadimata.","%d files queued":"Järjekorras on %d faili","File: %s, size: %d, max file size: %d":"","Thumbnails":"","Drag files here.":"Lohista failid siia.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Failide arvu viga.","File extension error.":"Faililaiendi viga.","mb":"","Add Files":"Add Files"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"Järjekorras on %d faili","%s already present in the queue.":"","%s specified, but cannot be found.":"","Add Files":"Add Files","Add files to the upload queue and click the start button.":"Lisa failid üleslaadimise järjekorda ja klõpsa alustamise nupule.","b":"","Close":"Sulge","Drag files here.":"Lohista failid siia.","Duplicate file error.":"","Error: File too large:":"Error: File too large:","Error: Invalid file extension:":"Error: Invalid file extension:","File count error.":"Failide arvu viga.","File extension error.":"Faililaiendi viga.","File size error.":"Failisuuruse viga.","File: %s":"Fail: %s","File: %s, size: %d, max file size: %d":"","Filename":"Failinimi","gb":"","HTTP Error.":"HTTP ühenduse viga.","Image format either wrong or not supported.":"Image format either wrong or not supported.","Init error.":"Lähtestamise viga.","kb":"","List":"","mb":"","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime ran out of available memory.","Select files":"Vali faile","Size":"Suurus","Start Upload":"Start Upload","Status":"Olek","Stop Upload":"Stop Upload","tb":"","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Üleslaadimise element saab vastu võtta ainult %d faili ühe korraga. Ülejäänud failid jäetakse laadimata.","Upload URL might be wrong or doesn't exist.":"Üleslaadimise URL võib olla vale või seda pole.","Uploaded %d/%d files":"Üles laaditud %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/fa.js b/assets/javascripts/plupload/js/i18n/fa.js index 9cce3fe6..a02c8d62 100644 --- a/assets/javascripts/plupload/js/i18n/fa.js +++ b/assets/javascripts/plupload/js/i18n/fa.js @@ -1,2 +1,2 @@ // Persian (fa) -plupload.addI18n({"Stop Upload":"توقف انتقال","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"ترابایت","Size":"سایز","Close":"بستن","You must specify either browse_button or drop_element.":"","Init error.":"خطا در استارت اسکریپت","Add files to the upload queue and click the start button.":"اضافه کنید فایل ها را به صف آپلود و دکمه شروع را کلیک کنید.","List":"","Filename":"نام فایل","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"وضعیت","HTTP Error.":"HTTP خطای","Start Upload":"شروع انتقال","Error: File too large:":"Error: File too large:","kb":"کیلوبایت","Duplicate file error.":"خطای فایل تکراری","File size error.":"خطای سایز فایل","N/A":"N/A","gb":"گیگابایت","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"انتخاب فایل","%s already present in the queue.":"%s در لیست آپلود وجود دارد.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":" فایل ها : %s","b":"بایت","Uploaded %d/%d files":"منتقل شد %d/%d از فایلها","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"عنصر بارگذار فقط %d فایل رو در یک زمان می پذیرد. سایر فایل ها مجرد از این موضوع هستند.","%d files queued":"%d فایل در صف","File: %s, size: %d, max file size: %d":"فایل: %s, اندازه: %d, محدودیت اندازه فایل: %d","Thumbnails":"","Drag files here.":"بکشید فایل ها رو به اینجا","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"خطای تعداد فایل","File extension error.":"خطا پیشوند فایل","mb":"مگابایت","Add Files":"افزودن فایل"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d فایل در صف","%s already present in the queue.":"%s در لیست آپلود وجود دارد.","%s specified, but cannot be found.":"","Add Files":"افزودن فایل","Add files to the upload queue and click the start button.":"اضافه کنید فایل ها را به صف آپلود و دکمه شروع را کلیک کنید.","b":"بایت","Close":"بستن","Drag files here.":"بکشید فایل ها رو به اینجا","Duplicate file error.":"خطای فایل تکراری","Error: File too large:":"Error: File too large:","Error: Invalid file extension:":"Error: Invalid file extension:","File count error.":"خطای تعداد فایل","File extension error.":"خطا پیشوند فایل","File size error.":"خطای سایز فایل","File: %s":" فایل ها : %s","File: %s, size: %d, max file size: %d":"فایل: %s, اندازه: %d, محدودیت اندازه فایل: %d","Filename":"نام فایل","gb":"گیگابایت","HTTP Error.":"HTTP خطای","Image format either wrong or not supported.":"Image format either wrong or not supported.","Init error.":"خطا در استارت اسکریپت","kb":"کیلوبایت","List":"","mb":"مگابایت","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime ran out of available memory.","Select files":"انتخاب فایل","Size":"سایز","Start Upload":"شروع انتقال","Status":"وضعیت","Stop Upload":"توقف انتقال","tb":"ترابایت","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"عنصر بارگذار فقط %d فایل رو در یک زمان می پذیرد. سایر فایل ها مجرد از این موضوع هستند.","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","Uploaded %d/%d files":"منتقل شد %d/%d از فایلها","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/fi.js b/assets/javascripts/plupload/js/i18n/fi.js index 272df1b0..ef334df4 100644 --- a/assets/javascripts/plupload/js/i18n/fi.js +++ b/assets/javascripts/plupload/js/i18n/fi.js @@ -1,2 +1,2 @@ // Finnish (fi) -plupload.addI18n({"Stop Upload":"Pysäytä lähetys","Upload URL might be wrong or doesn't exist.":"Lähetyksen URL-osoite saattaa olla väärä tai sitä ei ole olemassa.","tb":"TB","Size":"Koko","Close":"Sulje","You must specify either browse_button or drop_element.":"","Init error.":"Init virhe.","Add files to the upload queue and click the start button.":"Lisää tiedostoja lähetysjonoon ja klikkaa aloita-nappia.","List":"","Filename":"Tiedostonimi","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Kuvaformaatti on joko väärä tai ei tuettu.","Status":"Tila","HTTP Error.":"HTTP-virhe.","Start Upload":"Aloita lähetys","Error: File too large:":"Virhe: Liian suuri tiedosto:","kb":"kB","Duplicate file error.":"Tuplatiedostovirhe.","File size error.":"Tiedostokokovirhe.","N/A":"N/A","gb":"GB","Error: Invalid file extension:":"Virhe: Virheellinen tiedostopääte:","Select files":"Valitse tiedostoja","%s already present in the queue.":"%s on jo jonossa.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Tiedosto: %s","b":"B","Uploaded %d/%d files":"Lähetetty %d/%d tiedostoa","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Vain %d tiedosto(a) voidaan lähettää kerralla. Ylimääräiset tiedostot ohitettiin.","%d files queued":"%d tiedostoa jonossa","File: %s, size: %d, max file size: %d":"Tiedosto: %s, koko: %d, suurin sallittu tiedostokoko: %d","Thumbnails":"","Drag files here.":"Raahaa tiedostot tähän.","Runtime ran out of available memory.":"Toiminnon käytettävissä oleva muisti loppui kesken.","File count error.":"Tiedostolaskentavirhe.","File extension error.":"Tiedostopäätevirhe.","mb":"MB","Add Files":"Lisää tiedostoja"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d tiedostoa jonossa","%s already present in the queue.":"%s on jo jonossa.","%s specified, but cannot be found.":"","Add Files":"Lisää tiedostoja","Add files to the upload queue and click the start button.":"Lisää tiedostoja lähetysjonoon ja klikkaa aloita-nappia.","b":"B","Close":"Sulje","Drag files here.":"Raahaa tiedostot tähän.","Duplicate file error.":"Tuplatiedostovirhe.","Error: File too large:":"Virhe: Liian suuri tiedosto:","Error: Invalid file extension:":"Virhe: Virheellinen tiedostopääte:","File count error.":"Tiedostolaskentavirhe.","File extension error.":"Tiedostopäätevirhe.","File size error.":"Tiedostokokovirhe.","File: %s":"Tiedosto: %s","File: %s, size: %d, max file size: %d":"Tiedosto: %s, koko: %d, suurin sallittu tiedostokoko: %d","Filename":"Tiedostonimi","gb":"GB","HTTP Error.":"HTTP-virhe.","Image format either wrong or not supported.":"Kuvaformaatti on joko väärä tai ei tuettu.","Init error.":"Init virhe.","kb":"kB","List":"","mb":"MB","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Toiminnon käytettävissä oleva muisti loppui kesken.","Select files":"Valitse tiedostoja","Size":"Koko","Start Upload":"Aloita lähetys","Status":"Tila","Stop Upload":"Pysäytä lähetys","tb":"TB","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Vain %d tiedosto(a) voidaan lähettää kerralla. Ylimääräiset tiedostot ohitettiin.","Upload URL might be wrong or doesn't exist.":"Lähetyksen URL-osoite saattaa olla väärä tai sitä ei ole olemassa.","Uploaded %d/%d files":"Lähetetty %d/%d tiedostoa","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/fr.js b/assets/javascripts/plupload/js/i18n/fr.js index 2a8203f1..86afde7c 100644 --- a/assets/javascripts/plupload/js/i18n/fr.js +++ b/assets/javascripts/plupload/js/i18n/fr.js @@ -1,2 +1,2 @@ // French (fr) -plupload.addI18n({"Stop Upload":"Arrêter l'envoi.","Upload URL might be wrong or doesn't exist.":"L'URL d'envoi est soit erronée soit n'existe pas.","tb":"To","Size":"Taille","Close":"Fermer","You must specify either browse_button or drop_element.":"Vous devez spécifier browse_button ou drop_element.","Init error.":"Erreur d'initialisation.","Add files to the upload queue and click the start button.":"Ajoutez des fichiers à la file d'attente de téléchargement et appuyez sur le bouton 'Démarrer l'envoi'","List":"Liste","Filename":"Nom du fichier","%s specified, but cannot be found.":"%s spécifié, mais ne peut pas être trouvé.","Image format either wrong or not supported.":"Le format d'image est soit erroné soit pas géré.","Status":"État","HTTP Error.":"Erreur HTTP.","Start Upload":"Démarrer l'envoi","Error: File too large:":"Erreur: Fichier trop volumineux:","kb":"Ko","Duplicate file error.":"Erreur: Fichier déjà sélectionné.","File size error.":"Erreur de taille de fichier.","N/A":"Non applicable","gb":"Go","Error: Invalid file extension:":"Erreur: Extension de fichier non valide:","Select files":"Sélectionnez les fichiers","%s already present in the queue.":"%s déjà présent dans la file d'attente.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Résolution sur les frontières ! L'exécution de %s supporte seulement les images de %wx%hpx","File: %s":"Fichier: %s","b":"o","Uploaded %d/%d files":"%d fichiers sur %d ont été envoyés","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Que %d fichier(s) peuvent être envoyé(s) à la fois. Les fichiers supplémentaires ont été ignorés.","%d files queued":"%d fichiers en attente","File: %s, size: %d, max file size: %d":"Fichier: %s, taille: %d, taille max. d'un fichier: %d","Thumbnails":"Miniatures","Drag files here.":"Déposez les fichiers ici.","Runtime ran out of available memory.":"Le traitement a manqué de mémoire disponible.","File count error.":"Erreur: Nombre de fichiers.","File extension error.":"Erreur d'extension de fichier","mb":"Mo","Add Files":"Ajouter des fichiers"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d fichiers en attente","%s already present in the queue.":"%s déjà présent dans la file d'attente.","%s specified, but cannot be found.":"%s spécifié, mais ne peut pas être trouvé.","Add Files":"Ajouter des fichiers","Add files to the upload queue and click the start button.":"Ajoutez des fichiers à la file d'attente de téléchargement et appuyez sur le bouton 'Démarrer l'envoi'","b":"o","Close":"Fermer","Drag files here.":"Déposez les fichiers ici.","Duplicate file error.":"Erreur: Fichier déjà sélectionné.","Error: File too large:":"Erreur: Fichier trop volumineux:","Error: Invalid file extension:":"Erreur: Extension de fichier non valide:","File count error.":"Erreur: Nombre de fichiers.","File extension error.":"Erreur d'extension de fichier","File size error.":"Erreur de taille de fichier.","File: %s":"Fichier: %s","File: %s, size: %d, max file size: %d":"Fichier: %s, taille: %d, taille max. d'un fichier: %d","Filename":"Nom du fichier","gb":"Go","HTTP Error.":"Erreur HTTP.","Image format either wrong or not supported.":"Le format d'image est soit erroné soit pas géré.","Init error.":"Erreur d'initialisation.","kb":"Ko","List":"Liste","mb":"Mo","N/A":"Non applicable","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Résolution sur les frontières ! L'exécution de %s supporte seulement les images de %wx%hpx","Runtime ran out of available memory.":"Le traitement a manqué de mémoire disponible.","Select files":"Sélectionnez les fichiers","Size":"Taille","Start Upload":"Démarrer l'envoi","Status":"État","Stop Upload":"Arrêter l'envoi.","tb":"To","Thumbnails":"Miniatures","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Que %d fichier(s) peuvent être envoyé(s) à la fois. Les fichiers supplémentaires ont été ignorés.","Upload URL might be wrong or doesn't exist.":"L'URL d'envoi est soit erronée soit n'existe pas.","Uploaded %d/%d files":"%d fichiers sur %d ont été envoyés","You must specify either browse_button or drop_element.":"Vous devez spécifier browse_button ou drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/he.js b/assets/javascripts/plupload/js/i18n/he.js index 7c819c77..744ff7a3 100644 --- a/assets/javascripts/plupload/js/i18n/he.js +++ b/assets/javascripts/plupload/js/i18n/he.js @@ -1,2 +1,2 @@ // Hebrew (he) -plupload.addI18n({"Stop Upload":"בטל העלאה","Upload URL might be wrong or doesn't exist.":"כתובת URL שגויה או לא קיימת.","tb":"tb","Size":"גודל","Close":"סגור","You must specify either browse_button or drop_element.":"יש לציין או browse_button או drop_element.","Init error.":"שגיאת איתחול","Add files to the upload queue and click the start button.":"הוסף קבצים לרשימה ולחץ על כפתור שליחה להתחלת פעולות העלאה","List":"רשימה","Filename":"שם קובץ","%s specified, but cannot be found.":"%s צויין, אך לא נמצא.","Image format either wrong or not supported.":"תמונה פגומה או סוג תמונה לא נתמך","Status":"אחוז","HTTP Error.":"שגיאת פרוטוקול","Start Upload":"שליחה","Error: File too large:":"שגיאה: קובץ חורג מהגודל המותר:","kb":"KB","Duplicate file error.":"קובץ כפול","File size error.":"גודל קובץ חורג מהמותר","N/A":"שגיאה","gb":"GB","Error: Invalid file extension:":"שגיאה: סוג קובץ לא נתמך:","Select files":"בחר קבצים","%s already present in the queue.":"%sקובץ נמצא כבר ברשימת הקבצים.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"הרזולוציה גבוהה מדי! %s הפלטפורמה תומכת בתמונות עד גודל px.","File: %s":"קובץ: %s","b":"B","Uploaded %d/%d files":"מעלה: %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"אלמנטי ההעלאה מקבלים רק %d קובץ(ים) בפעם אחת. קבצים נוספים הוסרו.","%d files queued":"%d קבצים נותרו","File: %s, size: %d, max file size: %d":"קובץ: %s, גודל: %d, גודל מקסימלי: %d","Thumbnails":"תמונות ממוזערות","Drag files here.":"גרור קבצים לכאן","Runtime ran out of available memory.":"שגיאת מחסור בזיכרון","File count error.":"שגיאת מספר קבצים","File extension error.":"קובץ זה לא נתמך","mb":"MB","Add Files":"הוסף קבצים"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d קבצים נותרו","%s already present in the queue.":"%sקובץ נמצא כבר ברשימת הקבצים.","%s specified, but cannot be found.":"%s צויין, אך לא נמצא.","Add Files":"הוסף קבצים","Add files to the upload queue and click the start button.":"הוסף קבצים לרשימה ולחץ על כפתור שליחה להתחלת פעולות העלאה","b":"B","Close":"סגור","Drag files here.":"גרור קבצים לכאן","Duplicate file error.":"קובץ כפול","Error: File too large:":"שגיאה: קובץ חורג מהגודל המותר:","Error: Invalid file extension:":"שגיאה: סוג קובץ לא נתמך:","File count error.":"שגיאת מספר קבצים","File extension error.":"קובץ זה לא נתמך","File size error.":"גודל קובץ חורג מהמותר","File: %s":"קובץ: %s","File: %s, size: %d, max file size: %d":"קובץ: %s, גודל: %d, גודל מקסימלי: %d","Filename":"שם קובץ","gb":"GB","HTTP Error.":"שגיאת פרוטוקול","Image format either wrong or not supported.":"תמונה פגומה או סוג תמונה לא נתמך","Init error.":"שגיאת איתחול","kb":"KB","List":"רשימה","mb":"MB","N/A":"שגיאה","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"הרזולוציה גבוהה מדי! %s הפלטפורמה תומכת בתמונות עד גודל px.","Runtime ran out of available memory.":"שגיאת מחסור בזיכרון","Select files":"בחר קבצים","Size":"גודל","Start Upload":"שליחה","Status":"אחוז","Stop Upload":"בטל העלאה","tb":"tb","Thumbnails":"תמונות ממוזערות","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"אלמנטי ההעלאה מקבלים רק %d קובץ(ים) בפעם אחת. קבצים נוספים הוסרו.","Upload URL might be wrong or doesn't exist.":"כתובת URL שגויה או לא קיימת.","Uploaded %d/%d files":"מעלה: %d/%d","You must specify either browse_button or drop_element.":"יש לציין או browse_button או drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/hr.js b/assets/javascripts/plupload/js/i18n/hr.js index 25143f4d..4896cd00 100644 --- a/assets/javascripts/plupload/js/i18n/hr.js +++ b/assets/javascripts/plupload/js/i18n/hr.js @@ -1,2 +1,2 @@ // Croatian (hr) -plupload.addI18n({"Stop Upload":"Zaustavi upload.","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"tb","Size":"Veličina","Close":"Zatvori","You must specify either browse_button or drop_element.":"","Init error.":"Greška inicijalizacije.","Add files to the upload queue and click the start button.":"Dodajte datoteke u listu i kliknite Upload.","List":"","Filename":"Ime datoteke","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Status","HTTP Error.":"HTTP greška.","Start Upload":"Pokreni upload.","Error: File too large:":"Pogreška: Datoteka je prevelika:","kb":"kb","Duplicate file error.":"Pogreška dvostruke datoteke.","File size error.":"Greška veličine datoteke.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Pogreška: Nevažeći nastavak datoteke:","Select files":"Odaberite datoteke:","%s already present in the queue.":"%s je već prisutan u listi čekanja.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Datoteka: %s","b":"b","Uploaded %d/%d files":"Uploadano %d/%d datoteka","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d datoteka na čekanju.","File: %s, size: %d, max file size: %d":"Datoteka: %s, veličina: %d, maksimalna veličina: %d","Thumbnails":"","Drag files here.":"Dovucite datoteke ovdje","Runtime ran out of available memory.":"Runtime aplikaciji je ponestalo memorije.","File count error.":"Pogreška u broju datoteka.","File extension error.":"Pogreška u nastavku datoteke.","mb":"mb","Add Files":"Dodaj datoteke"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d datoteka na čekanju.","%s already present in the queue.":"%s je već prisutan u listi čekanja.","%s specified, but cannot be found.":"","Add Files":"Dodaj datoteke","Add files to the upload queue and click the start button.":"Dodajte datoteke u listu i kliknite Upload.","b":"b","Close":"Zatvori","Drag files here.":"Dovucite datoteke ovdje","Duplicate file error.":"Pogreška dvostruke datoteke.","Error: File too large:":"Pogreška: Datoteka je prevelika:","Error: Invalid file extension:":"Pogreška: Nevažeći nastavak datoteke:","File count error.":"Pogreška u broju datoteka.","File extension error.":"Pogreška u nastavku datoteke.","File size error.":"Greška veličine datoteke.","File: %s":"Datoteka: %s","File: %s, size: %d, max file size: %d":"Datoteka: %s, veličina: %d, maksimalna veličina: %d","Filename":"Ime datoteke","gb":"gb","HTTP Error.":"HTTP greška.","Image format either wrong or not supported.":"Image format either wrong or not supported.","Init error.":"Greška inicijalizacije.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime aplikaciji je ponestalo memorije.","Select files":"Odaberite datoteke:","Size":"Veličina","Start Upload":"Pokreni upload.","Status":"Status","Stop Upload":"Zaustavi upload.","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","Uploaded %d/%d files":"Uploadano %d/%d datoteka","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/hu.js b/assets/javascripts/plupload/js/i18n/hu.js index a445fd6a..bc9c2aac 100644 --- a/assets/javascripts/plupload/js/i18n/hu.js +++ b/assets/javascripts/plupload/js/i18n/hu.js @@ -1,2 +1,2 @@ // Hungarian (hu) -plupload.addI18n({"Stop Upload":"Feltöltés leállítása","Upload URL might be wrong or doesn't exist.":"A feltöltő URL hibás vagy nem létezik.","tb":"TB","Size":"Méret","Close":"Bezárás","You must specify either browse_button or drop_element.":"","Init error.":"Init hiba.","Add files to the upload queue and click the start button.":"A fájlok feltöltési sorhoz való hozzáadása után az Indítás gombra kell kattintani.","List":"","Filename":"Fájlnév","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Rossz vagy nem támogatott képformátum.","Status":"Állapot","HTTP Error.":"HTTP-hiba.","Start Upload":"Feltöltés indítása","Error: File too large:":"Hiba: a fájl túl nagy:","kb":"kB","Duplicate file error.":"Duplikáltfájl-hiba.","File size error.":"Hibás fájlméret.","N/A":"Nem elérhető","gb":"GB","Error: Invalid file extension:":"Hiba: érvénytelen fájlkiterjesztés:","Select files":"Fájlok kiválasztása","%s already present in the queue.":"%s már szerepel a listában.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Fájl: %s","b":"b","Uploaded %d/%d files":"Feltöltött fájlok: %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"A feltöltés egyszerre csak %d fájlt fogad el, a többi fájl nem lesz feltöltve.","%d files queued":"%d fájl sorbaállítva","File: %s, size: %d, max file size: %d":"Fájl: %s, méret: %d, legnagyobb fájlméret: %d","Thumbnails":"","Drag files here.":"Ide lehet húzni a fájlokat.","Runtime ran out of available memory.":"Futásidőben elfogyott a rendelkezésre álló memória.","File count error.":"A fájlok számával kapcsolatos hiba.","File extension error.":"Hibás fájlkiterjesztés.","mb":"MB","Add Files":"Fájlok hozzáadása"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d fájl sorbaállítva","%s already present in the queue.":"%s már szerepel a listában.","%s specified, but cannot be found.":"","Add Files":"Fájlok hozzáadása","Add files to the upload queue and click the start button.":"A fájlok feltöltési sorhoz való hozzáadása után az Indítás gombra kell kattintani.","b":"b","Close":"Bezárás","Drag files here.":"Ide lehet húzni a fájlokat.","Duplicate file error.":"Duplikáltfájl-hiba.","Error: File too large:":"Hiba: a fájl túl nagy:","Error: Invalid file extension:":"Hiba: érvénytelen fájlkiterjesztés:","File count error.":"A fájlok számával kapcsolatos hiba.","File extension error.":"Hibás fájlkiterjesztés.","File size error.":"Hibás fájlméret.","File: %s":"Fájl: %s","File: %s, size: %d, max file size: %d":"Fájl: %s, méret: %d, legnagyobb fájlméret: %d","Filename":"Fájlnév","gb":"GB","HTTP Error.":"HTTP-hiba.","Image format either wrong or not supported.":"Rossz vagy nem támogatott képformátum.","Init error.":"Init hiba.","kb":"kB","List":"","mb":"MB","N/A":"Nem elérhető","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Futásidőben elfogyott a rendelkezésre álló memória.","Select files":"Fájlok kiválasztása","Size":"Méret","Start Upload":"Feltöltés indítása","Status":"Állapot","Stop Upload":"Feltöltés leállítása","tb":"TB","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"A feltöltés egyszerre csak %d fájlt fogad el, a többi fájl nem lesz feltöltve.","Upload URL might be wrong or doesn't exist.":"A feltöltő URL hibás vagy nem létezik.","Uploaded %d/%d files":"Feltöltött fájlok: %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/hy.js b/assets/javascripts/plupload/js/i18n/hy.js index 067d0289..64e60fcd 100644 --- a/assets/javascripts/plupload/js/i18n/hy.js +++ b/assets/javascripts/plupload/js/i18n/hy.js @@ -1,2 +1,2 @@ // Armenian (hy) -plupload.addI18n({"Stop Upload":"Կանգնեցնել","Upload URL might be wrong or doesn't exist.":"Ավեցաված URL-ը սխալ է կամ գոյություն չունի։","tb":"տբ","Size":"Չափ","Close":"Փակել","You must specify either browse_button or drop_element.":"","Init error.":"Ստեղծման սխալ","Add files to the upload queue and click the start button.":"Ավելացրեք ֆայլեր ցուցակում և սեղմեք \"Վերբեռնել\"։","List":"","Filename":"Ֆայլի անուն","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Նկարի ֆորմատը սխալ է կամ չի ընդունվում։","Status":"Կարգավիճակ","HTTP Error.":"HTTP սխալ","Start Upload":"Վերբեռնել","Error: File too large:":"Սխալ։ Ֆայլի չափը մեծ է։","kb":"կբ","Duplicate file error.":"Ֆայլի կրկնման սխալ","File size error.":"Ֆայլի չափի սխալ","N/A":"N/A","gb":"գբ","Error: Invalid file extension:":"Սխալ։ Ֆայլի ընդլայնումը սխալ է։","Select files":"Ընտրեք ֆայլերը","%s already present in the queue.":"%s ֆայլը արդեն ավելացված է ցուցակում.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Ֆայլ: %s","b":"բ","Uploaded %d/%d files":"Վերբեռնվել են %d/%d ֆայլերը","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Վերբեռնիչը միանգամից ըդունում է միայն %d ֆայլ(եր). Ավելորդ ֆայլերը հեռացվել են.","%d files queued":"ցուցակում կա %d ֆայլ","File: %s, size: %d, max file size: %d":"Ֆայլ: %s, չափ: %d, ֆայլի մաքսիմում չափ: %d","Thumbnails":"","Drag files here.":"Տեղափոխեք ֆայլերը այստեղ","Runtime ran out of available memory.":"Օպերատիվ հիշողության անբավարարուտյուն.","File count error.":"Ֆայլերի քանակի սխալ","File extension error.":"Ֆայլի ընդլայնման սխալ","mb":"մբ","Add Files":"Ավելացնել ֆայլեր"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"ցուցակում կա %d ֆայլ","%s already present in the queue.":"%s ֆայլը արդեն ավելացված է ցուցակում.","%s specified, but cannot be found.":"","Add Files":"Ավելացնել ֆայլեր","Add files to the upload queue and click the start button.":"Ավելացրեք ֆայլեր ցուցակում և սեղմեք \"Վերբեռնել\"։","b":"բ","Close":"Փակել","Drag files here.":"Տեղափոխեք ֆայլերը այստեղ","Duplicate file error.":"Ֆայլի կրկնման սխալ","Error: File too large:":"Սխալ։ Ֆայլի չափը մեծ է։","Error: Invalid file extension:":"Սխալ։ Ֆայլի ընդլայնումը սխալ է։","File count error.":"Ֆայլերի քանակի սխալ","File extension error.":"Ֆայլի ընդլայնման սխալ","File size error.":"Ֆայլի չափի սխալ","File: %s":"Ֆայլ: %s","File: %s, size: %d, max file size: %d":"Ֆայլ: %s, չափ: %d, ֆայլի մաքսիմում չափ: %d","Filename":"Ֆայլի անուն","gb":"գբ","HTTP Error.":"HTTP սխալ","Image format either wrong or not supported.":"Նկարի ֆորմատը սխալ է կամ չի ընդունվում։","Init error.":"Ստեղծման սխալ","kb":"կբ","List":"","mb":"մբ","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Օպերատիվ հիշողության անբավարարուտյուն.","Select files":"Ընտրեք ֆայլերը","Size":"Չափ","Start Upload":"Վերբեռնել","Status":"Կարգավիճակ","Stop Upload":"Կանգնեցնել","tb":"տբ","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Վերբեռնիչը միանգամից ըդունում է միայն %d ֆայլ(եր). Ավելորդ ֆայլերը հեռացվել են.","Upload URL might be wrong or doesn't exist.":"Ավեցաված URL-ը սխալ է կամ գոյություն չունի։","Uploaded %d/%d files":"Վերբեռնվել են %d/%d ֆայլերը","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/id.js b/assets/javascripts/plupload/js/i18n/id.js index f043805a..496c1129 100644 --- a/assets/javascripts/plupload/js/i18n/id.js +++ b/assets/javascripts/plupload/js/i18n/id.js @@ -1,2 +1,2 @@ // Indonesian (id) -plupload.addI18n({"Stop Upload":"Hentikan Upload","Upload URL might be wrong or doesn't exist.":"Alamat URL untuk upload tidak benar atau tidak ada","tb":"tb","Size":"Ukuran","Close":"Tutup","You must specify either browse_button or drop_element.":"","Init error.":"Kesalahan pada Init","Add files to the upload queue and click the start button.":"Tambahkan file kedalam antrian upload dan klik tombol Mulai","List":"","Filename":"Nama File","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Kesalahan pada jenis gambar atau jenis file tidak didukung","Status":"Status","HTTP Error.":"HTTP Bermasalah","Start Upload":"Mulai Upload","Error: File too large:":"Kesalahan: File terlalu besar","kb":"kb","Duplicate file error.":"Terjadi duplikasi file","File size error.":"Kesalahan pada ukuran file","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Kesalahan: Ekstensi file tidak dikenal","Select files":"Pilih file","%s already present in the queue.":"%s sudah ada dalam daftar antrian","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"File: %s","b":"b","Uploaded %d/%d files":"File terupload %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Tempat untuk upload hanya menerima %d file(s) dalam setiap upload. File lainnya tidak akan disertakan","%d files queued":"%d file dalam antrian","File: %s, size: %d, max file size: %d":"File: %s, ukuran: %d, maksimum ukuran file: %d","Thumbnails":"","Drag files here.":"Tarik file kesini","Runtime ran out of available memory.":"Tidak cukup memori","File count error.":"Kesalahan pada jumlah file","File extension error.":"Kesalahan pada ekstensi file","mb":"mb","Add Files":"Tambah File"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d file dalam antrian","%s already present in the queue.":"%s sudah ada dalam daftar antrian","%s specified, but cannot be found.":"","Add Files":"Tambah File","Add files to the upload queue and click the start button.":"Tambahkan file kedalam antrian upload dan klik tombol Mulai","b":"b","Close":"Tutup","Drag files here.":"Tarik file kesini","Duplicate file error.":"Terjadi duplikasi file","Error: File too large:":"Kesalahan: File terlalu besar","Error: Invalid file extension:":"Kesalahan: Ekstensi file tidak dikenal","File count error.":"Kesalahan pada jumlah file","File extension error.":"Kesalahan pada ekstensi file","File size error.":"Kesalahan pada ukuran file","File: %s":"File: %s","File: %s, size: %d, max file size: %d":"File: %s, ukuran: %d, maksimum ukuran file: %d","Filename":"Nama File","gb":"gb","HTTP Error.":"HTTP Bermasalah","Image format either wrong or not supported.":"Kesalahan pada jenis gambar atau jenis file tidak didukung","Init error.":"Kesalahan pada Init","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Tidak cukup memori","Select files":"Pilih file","Size":"Ukuran","Start Upload":"Mulai Upload","Status":"Status","Stop Upload":"Hentikan Upload","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Tempat untuk upload hanya menerima %d file(s) dalam setiap upload. File lainnya tidak akan disertakan","Upload URL might be wrong or doesn't exist.":"Alamat URL untuk upload tidak benar atau tidak ada","Uploaded %d/%d files":"File terupload %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/it.js b/assets/javascripts/plupload/js/i18n/it.js index ee771d4b..3af82ed3 100644 --- a/assets/javascripts/plupload/js/i18n/it.js +++ b/assets/javascripts/plupload/js/i18n/it.js @@ -1,2 +1,2 @@ // Italian (it) -plupload.addI18n({"Stop Upload":"Ferma Upload","Upload URL might be wrong or doesn't exist.":"URL di Upload errata o non esistente","tb":"tb","Size":"Dimensione","Close":"Chiudi","You must specify either browse_button or drop_element.":"Devi indicare almeno uno tra browse_button o drop_element.","Init error.":"Errore inizializzazione.","Add files to the upload queue and click the start button.":"Aggiungi i file alla coda di caricamento e clicca il pulsante di avvio.","List":"Lista","Filename":"Nome file","%s specified, but cannot be found.":"%s specificato, ma non è stato possibile trovarlo.","Image format either wrong or not supported.":"Formato immagine errato o non supportato.","Status":"Stato","HTTP Error.":"Errore HTTP.","Start Upload":"Inizia Upload","Error: File too large:":"Errore: File troppo grande:","kb":"kb","Duplicate file error.":"Errore file duplicato.","File size error.":"Errore dimensione file.","N/A":"N/D","gb":"gb","Error: Invalid file extension:":"Errore: Estensione file non valida:","Select files":"Seleziona i files","%s already present in the queue.":"%s già presente nella coda.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Risoluzione oltre i limiti! %s runtime supporta immagini fino a %wx%hpx.","File: %s":"File: %s","b":"byte","Uploaded %d/%d files":"Caricati %d/%d file","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d file in coda","File: %s, size: %d, max file size: %d":"File: %s, dimensione: %d, dimensione max file: %d","Thumbnails":"Anteprime","Drag files here.":"Trascina i files qui.","Runtime ran out of available memory.":"Runtime ha esaurito la memoria disponibile.","File count error.":"File count error.","File extension error.":"Errore estensione file.","mb":"mb","Add Files":"Aggiungi file"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d file in coda","%s already present in the queue.":"%s già presente nella coda.","%s specified, but cannot be found.":"%s specificato, ma non è stato possibile trovarlo.","Add Files":"Aggiungi file","Add files to the upload queue and click the start button.":"Aggiungi i file alla coda di caricamento e clicca il pulsante di avvio.","b":"byte","Close":"Chiudi","Drag files here.":"Trascina i files qui.","Duplicate file error.":"Errore file duplicato.","Error: File too large:":"Errore: File troppo grande:","Error: Invalid file extension:":"Errore: Estensione file non valida:","File count error.":"File count error.","File extension error.":"Errore estensione file.","File size error.":"Errore dimensione file.","File: %s":"File: %s","File: %s, size: %d, max file size: %d":"File: %s, dimensione: %d, dimensione max file: %d","Filename":"Nome file","gb":"gb","HTTP Error.":"Errore HTTP.","Image format either wrong or not supported.":"Formato immagine errato o non supportato.","Init error.":"Errore inizializzazione.","kb":"kb","List":"Lista","mb":"mb","N/A":"N/D","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Risoluzione oltre i limiti! %s runtime supporta immagini fino a %wx%hpx.","Runtime ran out of available memory.":"Runtime ha esaurito la memoria disponibile.","Select files":"Seleziona i files","Size":"Dimensione","Start Upload":"Inizia Upload","Status":"Stato","Stop Upload":"Ferma Upload","tb":"tb","Thumbnails":"Anteprime","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","Upload URL might be wrong or doesn't exist.":"URL di Upload errata o non esistente","Uploaded %d/%d files":"Caricati %d/%d file","You must specify either browse_button or drop_element.":"Devi indicare almeno uno tra browse_button o drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ja.js b/assets/javascripts/plupload/js/i18n/ja.js index 03791441..ddff3bd6 100644 --- a/assets/javascripts/plupload/js/i18n/ja.js +++ b/assets/javascripts/plupload/js/i18n/ja.js @@ -1,2 +1,2 @@ // Japanese (ja) -plupload.addI18n({"Stop Upload":"アップロード停止","Upload URL might be wrong or doesn't exist.":"アップロード先の URL が存在しません","tb":"TB","Size":"サイズ","Close":"閉じる","You must specify either browse_button or drop_element.":"ブラウザのボタンで または ファイルをドロップするか いずれかの方法で指定する必要があります。","Init error.":"イニシャライズエラー","Add files to the upload queue and click the start button.":"ファイルをアップロードキューに追加してスタートボタンをクリックしてください","List":"リスト","Filename":"ファイル名","%s specified, but cannot be found.":"指定された %s は見つかりません。","Image format either wrong or not supported.":"画像形式が間違っているかサポートされていません","Status":"ステータス","HTTP Error.":"HTTP エラー","Start Upload":"アップロード開始","Error: File too large:":"エラー: ファイルが大きすぎます:","kb":"KB","Duplicate file error.":"重複ファイルエラー","File size error.":"ファイルサイズエラー","N/A":"N/A","gb":"GB","Error: Invalid file extension:":"エラー: ファイルの拡張子が無効です:","Select files":"ファイル選択","%s already present in the queue.":"%s 既にキューに存在しています","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"解像度がしきい値を超えています! ランタイム %s は縦 %h px 横 %w px までをサポートします","File: %s":"ファイル: %s","b":"B","Uploaded %d/%d files":"アップロード中 %d/%d ファイル","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"アップロード可能なファイル数は %d です 余分なファイルは削除されました","%d files queued":"%d ファイルが追加されました","File: %s, size: %d, max file size: %d":"ファイル: %s, サイズ: %d, 最大ファイルサイズ: %d","Thumbnails":"サムネイル","Drag files here.":"ここにファイルをドラッグ","Runtime ran out of available memory.":"ランタイムが使用するメモリが不足しました","File count error.":"ファイル数エラー","File extension error.":"ファイル拡張子エラー","mb":"MB","Add Files":"ファイルを追加"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d ファイルが追加されました","%s already present in the queue.":"%s 既にキューに存在しています","%s specified, but cannot be found.":"指定された %s は見つかりません。","Add Files":"ファイルを追加","Add files to the upload queue and click the start button.":"ファイルをアップロードキューに追加してスタートボタンをクリックしてください","b":"B","Close":"閉じる","Drag files here.":"ここにファイルをドラッグ","Duplicate file error.":"重複ファイルエラー","Error: File too large:":"エラー: ファイルが大きすぎます:","Error: Invalid file extension:":"エラー: ファイルの拡張子が無効です:","File count error.":"ファイル数エラー","File extension error.":"ファイル拡張子エラー","File size error.":"ファイルサイズエラー","File: %s":"ファイル: %s","File: %s, size: %d, max file size: %d":"ファイル: %s, サイズ: %d, 最大ファイルサイズ: %d","Filename":"ファイル名","gb":"GB","HTTP Error.":"HTTP エラー","Image format either wrong or not supported.":"画像形式が間違っているかサポートされていません","Init error.":"イニシャライズエラー","kb":"KB","List":"リスト","mb":"MB","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"解像度がしきい値を超えています! ランタイム %s は縦 %h px 横 %w px までをサポートします","Runtime ran out of available memory.":"ランタイムが使用するメモリが不足しました","Select files":"ファイル選択","Size":"サイズ","Start Upload":"アップロード開始","Status":"ステータス","Stop Upload":"アップロード停止","tb":"TB","Thumbnails":"サムネイル","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"アップロード可能なファイル数は %d です 余分なファイルは削除されました","Upload URL might be wrong or doesn't exist.":"アップロード先の URL が存在しません","Uploaded %d/%d files":"アップロード中 %d/%d ファイル","You must specify either browse_button or drop_element.":"ブラウザのボタンで または ファイルをドロップするか いずれかの方法で指定する必要があります。"}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ka.js b/assets/javascripts/plupload/js/i18n/ka.js index ed24ec44..e5a35e2c 100644 --- a/assets/javascripts/plupload/js/i18n/ka.js +++ b/assets/javascripts/plupload/js/i18n/ka.js @@ -1,2 +1,2 @@ // Georgian (ka) -plupload.addI18n({"Stop Upload":"ატვირთვის შეჩერება","Upload URL might be wrong or doesn't exist.":"ატვირთვის მისამართი არასწორია ან არ არსებობს.","tb":"ტბ","Size":"ზომა","Close":"დავხუროთ","You must specify either browse_button or drop_element.":"თქვენ უნდა მიუთითოთ browse_button ან drop_element.","Init error.":"ინიციალიზაციის შეცდომა.","Add files to the upload queue and click the start button.":"დაამატეთ ფაილები და დააჭირეთ ღილაკს - ატვირთვა.","List":"","Filename":"ფაილის სახელი","%s specified, but cannot be found.":"%s მითითებულია, მაგრამ ვერ მოიძებნა.","Image format either wrong or not supported.":"ფაილის ფორმატი არ არის მხარდაჭერილი ან არასწორია.","Status":"სტატუსი","HTTP Error.":"HTTP შეცდომა.","Start Upload":"ატვირთვა","Error: File too large:":"შეცდომა: ფაილი ზედმეტად დიდია.","kb":"კბ","Duplicate file error.":"ესეთი ფაილი უკვე დამატებულია.","File size error.":"ფაილის ზომა დაშვებულზე დიდია.","N/A":"N/A","gb":"გბ","Error: Invalid file extension:":"შეცდომა: ფაილს აქვს არასწორი გაფართოება.","Select files":"ფაილების მონიშვნა","%s already present in the queue.":"%s უკვე დამატებულია.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"სურათის გარჩევადობა აღემატება %s გარემოს მიერ მხარდაჭერილ მქსიმუმებს - %wx%hpx.","File: %s":"ფაილი: %s","b":"ბ","Uploaded %d/%d files":"ატვირთულია %d/%d ფაილი","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"ერთდროულად დაშვებულია მხოლოდ %d ფაილის დამატება.","%d files queued":"რიგშია %d ფაილი","File: %s, size: %d, max file size: %d":"ფაილი: %s, ზომა: %d, მაქსიმალური დაშვებული ზომა: %d","Thumbnails":"","Drag files here.":"ჩააგდეთ ფაილები აქ.","Runtime ran out of available memory.":"ხელმისაწვდომი მეხსიერება გადაივსო.","File count error.":"აღმოჩენილია ზედმეტი ფაილები.","File extension error.":"ფაილის ფორმატი დაშვებული არ არის.","mb":"მბ","Add Files":"დაამატეთ ფაილები"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"რიგშია %d ფაილი","%s already present in the queue.":"%s უკვე დამატებულია.","%s specified, but cannot be found.":"%s მითითებულია, მაგრამ ვერ მოიძებნა.","Add Files":"დაამატეთ ფაილები","Add files to the upload queue and click the start button.":"დაამატეთ ფაილები და დააჭირეთ ღილაკს - ატვირთვა.","b":"ბ","Close":"დავხუროთ","Drag files here.":"ჩააგდეთ ფაილები აქ.","Duplicate file error.":"ესეთი ფაილი უკვე დამატებულია.","Error: File too large:":"შეცდომა: ფაილი ზედმეტად დიდია.","Error: Invalid file extension:":"შეცდომა: ფაილს აქვს არასწორი გაფართოება.","File count error.":"აღმოჩენილია ზედმეტი ფაილები.","File extension error.":"ფაილის ფორმატი დაშვებული არ არის.","File size error.":"ფაილის ზომა დაშვებულზე დიდია.","File: %s":"ფაილი: %s","File: %s, size: %d, max file size: %d":"ფაილი: %s, ზომა: %d, მაქსიმალური დაშვებული ზომა: %d","Filename":"ფაილის სახელი","gb":"გბ","HTTP Error.":"HTTP შეცდომა.","Image format either wrong or not supported.":"ფაილის ფორმატი არ არის მხარდაჭერილი ან არასწორია.","Init error.":"ინიციალიზაციის შეცდომა.","kb":"კბ","List":"","mb":"მბ","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"სურათის გარჩევადობა აღემატება %s გარემოს მიერ მხარდაჭერილ მქსიმუმებს - %wx%hpx.","Runtime ran out of available memory.":"ხელმისაწვდომი მეხსიერება გადაივსო.","Select files":"ფაილების მონიშვნა","Size":"ზომა","Start Upload":"ატვირთვა","Status":"სტატუსი","Stop Upload":"ატვირთვის შეჩერება","tb":"ტბ","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"ერთდროულად დაშვებულია მხოლოდ %d ფაილის დამატება.","Upload URL might be wrong or doesn't exist.":"ატვირთვის მისამართი არასწორია ან არ არსებობს.","Uploaded %d/%d files":"ატვირთულია %d/%d ფაილი","You must specify either browse_button or drop_element.":"თქვენ უნდა მიუთითოთ browse_button ან drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/kk.js b/assets/javascripts/plupload/js/i18n/kk.js index feade11c..513586d0 100644 --- a/assets/javascripts/plupload/js/i18n/kk.js +++ b/assets/javascripts/plupload/js/i18n/kk.js @@ -1,2 +1,2 @@ // Kazakh (kk) -plupload.addI18n({"Stop Upload":"Жүктеуді тоқтату","Upload URL might be wrong or doesn't exist.":"Жүктеуді қабылдаушы URL қате не мүлдем көрсетілмеген.","tb":"тб","Size":"Өлшемі","Close":"Жабу","You must specify either browse_button or drop_element.":"","Init error.":"Инициализация қатесі.","Add files to the upload queue and click the start button.":"Жүктеу кезегіне файлдар қосып, Бастау кнопкасын басыңыз.","List":"","Filename":"Файл аты","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Сурет форматы қате немесе оның қолдауы жоқ.","Status":"Күйі","HTTP Error.":"HTTP қатесі.","Start Upload":"Жүктеуді бастау","Error: File too large:":"Қате: Файл мөлшері тым үлкен:","kb":"кб","Duplicate file error.":"Файл қайталамасының қатесі.","File size error.":"Файл өлшемінің қатесі.","N/A":"Қ/Ж","gb":"гб","Error: Invalid file extension:":"Қате: Файл кеңейтілуі қате:","Select files":"Файлдар таңдаңыз","%s already present in the queue.":"%s файлы кезекте бұрыннан бар.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Файл: %s","b":"б","Uploaded %d/%d files":"Жүктелген: %d/%d файл","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Жүктеу элементі бір кезде %d файл ғана жүктей алады. Артық файлдар жүктелмейді.","%d files queued":"%d файл кезекке қойылды","File: %s, size: %d, max file size: %d":"Файл: %s, өлшемі: %d, макс. файл өлшемі: %d","Thumbnails":"","Drag files here.":"Файлдарды мына жерге тастаңыз.","Runtime ran out of available memory.":"Орындау кезінде жады жетпей қалды.","File count error.":"Файл санының қатесі.","File extension error.":"Файл кеңейтілуінің қатесі.","mb":"мб","Add Files":"Файл қосу"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d файл кезекке қойылды","%s already present in the queue.":"%s файлы кезекте бұрыннан бар.","%s specified, but cannot be found.":"","Add Files":"Файл қосу","Add files to the upload queue and click the start button.":"Жүктеу кезегіне файлдар қосып, Бастау кнопкасын басыңыз.","b":"б","Close":"Жабу","Drag files here.":"Файлдарды мына жерге тастаңыз.","Duplicate file error.":"Файл қайталамасының қатесі.","Error: File too large:":"Қате: Файл мөлшері тым үлкен:","Error: Invalid file extension:":"Қате: Файл кеңейтілуі қате:","File count error.":"Файл санының қатесі.","File extension error.":"Файл кеңейтілуінің қатесі.","File size error.":"Файл өлшемінің қатесі.","File: %s":"Файл: %s","File: %s, size: %d, max file size: %d":"Файл: %s, өлшемі: %d, макс. файл өлшемі: %d","Filename":"Файл аты","gb":"гб","HTTP Error.":"HTTP қатесі.","Image format either wrong or not supported.":"Сурет форматы қате немесе оның қолдауы жоқ.","Init error.":"Инициализация қатесі.","kb":"кб","List":"","mb":"мб","N/A":"Қ/Ж","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Орындау кезінде жады жетпей қалды.","Select files":"Файлдар таңдаңыз","Size":"Өлшемі","Start Upload":"Жүктеуді бастау","Status":"Күйі","Stop Upload":"Жүктеуді тоқтату","tb":"тб","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Жүктеу элементі бір кезде %d файл ғана жүктей алады. Артық файлдар жүктелмейді.","Upload URL might be wrong or doesn't exist.":"Жүктеуді қабылдаушы URL қате не мүлдем көрсетілмеген.","Uploaded %d/%d files":"Жүктелген: %d/%d файл","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/km.js b/assets/javascripts/plupload/js/i18n/km.js index 503fde36..641727e7 100644 --- a/assets/javascripts/plupload/js/i18n/km.js +++ b/assets/javascripts/plupload/js/i18n/km.js @@ -1,2 +1,2 @@ // Khmer (km) -plupload.addI18n({"Stop Upload":"បញ្ឈប់​ការ​ផ្ទុក​ឡើង","Upload URL might be wrong or doesn't exist.":"URL ផ្ទុក​ឡើង​អាច​ខុស ឬ​ក៏​គ្មាន។","tb":"tb","Size":"ទំហំ","Close":"បិទ","You must specify either browse_button or drop_element.":"","Init error.":"កំហុស Init។","Add files to the upload queue and click the start button.":"បន្ថែម​ឯកសារ​ទៅ​ក្នុង​ជួរ​លំដាប់​ផ្ទុក​ឡើង ហើយ​ចុច​ប៊ូតុង​ចាប់​ផ្ដើម។","List":"","Filename":"ឈ្មោះ​ឯកសារ","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"ទ្រង់​ទ្រាយ​រូបភាព​អាច​ខុស ឬ​ក៏​មិន​ស្គាល់​តែ​ម្ដង។","Status":"ស្ថានភាព","HTTP Error.":"កំហុស HTTP ។","Start Upload":"ចាប់​ផ្ដើម​ផ្ទុក​ឡើង","Error: File too large:":"កំហុស៖ ឯកសារ​ធំ​ពេក៖","kb":"kb","Duplicate file error.":"កំហុស​ឯកសារ​ស្ទួន​គ្នា។","File size error.":"កំហុស​ទំហំ​ឯកសារ។","N/A":"គ្មាន","gb":"gb","Error: Invalid file extension:":"កំហុស៖ កន្ទុយ​ឯកសារ​មិន​ត្រឹម​ត្រូវ៖","Select files":"ជ្រើស​ឯកសារ","%s already present in the queue.":"មាន %s នៅ​ក្នុង​ជួរ​លំដាប់​ហើយ។","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"ឯកសារ៖ %s","b":"b","Uploaded %d/%d files":"បាន​ផ្ទុក​ឡើង​ឯកសារ %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"ការ​ផ្ទុក​ឡើង​ទទួល​ឯកសារ​បាន​តែ %d ប៉ុណ្ណោះ​ក្នុង​ពេល​តែ​មួយ។ ឯកសារ​ផ្សេង​ទៀត​នឹង​ត្រូវ​ដក​ចេញ។","%d files queued":"បាន​ដាក់​ឯកសារ %d បន្ត​គ្នា","File: %s, size: %d, max file size: %d":"ឯកសារ៖ %s, size: %d, ទំហំ​ឯកសារ​អតិបរមា៖ %d","Thumbnails":"","Drag files here.":"អូស​ឯកសារ​មក​ទីនេះ។","Runtime ran out of available memory.":"ពេល​ដំណើរ​ការ​អស់​អង្គ​ចងចាំ​ទំនេរ​ហើយ។","File count error.":"កំហុស​ការ​រាប់​ឯកសារ។","File extension error.":"កំហុស​កន្ទុយ​ឯកសារ។","mb":"mb","Add Files":"បន្ថែម​ឯកសារ"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"បាន​ដាក់​ឯកសារ %d បន្ត​គ្នា","%s already present in the queue.":"មាន %s នៅ​ក្នុង​ជួរ​លំដាប់​ហើយ។","%s specified, but cannot be found.":"","Add Files":"បន្ថែម​ឯកសារ","Add files to the upload queue and click the start button.":"បន្ថែម​ឯកសារ​ទៅ​ក្នុង​ជួរ​លំដាប់​ផ្ទុក​ឡើង ហើយ​ចុច​ប៊ូតុង​ចាប់​ផ្ដើម។","b":"b","Close":"បិទ","Drag files here.":"អូស​ឯកសារ​មក​ទីនេះ។","Duplicate file error.":"កំហុស​ឯកសារ​ស្ទួន​គ្នា។","Error: File too large:":"កំហុស៖ ឯកសារ​ធំ​ពេក៖","Error: Invalid file extension:":"កំហុស៖ កន្ទុយ​ឯកសារ​មិន​ត្រឹម​ត្រូវ៖","File count error.":"កំហុស​ការ​រាប់​ឯកសារ។","File extension error.":"កំហុស​កន្ទុយ​ឯកសារ។","File size error.":"កំហុស​ទំហំ​ឯកសារ។","File: %s":"ឯកសារ៖ %s","File: %s, size: %d, max file size: %d":"ឯកសារ៖ %s, size: %d, ទំហំ​ឯកសារ​អតិបរមា៖ %d","Filename":"ឈ្មោះ​ឯកសារ","gb":"gb","HTTP Error.":"កំហុស HTTP ។","Image format either wrong or not supported.":"ទ្រង់​ទ្រាយ​រូបភាព​អាច​ខុស ឬ​ក៏​មិន​ស្គាល់​តែ​ម្ដង។","Init error.":"កំហុស Init។","kb":"kb","List":"","mb":"mb","N/A":"គ្មាន","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"ពេល​ដំណើរ​ការ​អស់​អង្គ​ចងចាំ​ទំនេរ​ហើយ។","Select files":"ជ្រើស​ឯកសារ","Size":"ទំហំ","Start Upload":"ចាប់​ផ្ដើម​ផ្ទុក​ឡើង","Status":"ស្ថានភាព","Stop Upload":"បញ្ឈប់​ការ​ផ្ទុក​ឡើង","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"ការ​ផ្ទុក​ឡើង​ទទួល​ឯកសារ​បាន​តែ %d ប៉ុណ្ណោះ​ក្នុង​ពេល​តែ​មួយ។ ឯកសារ​ផ្សេង​ទៀត​នឹង​ត្រូវ​ដក​ចេញ។","Upload URL might be wrong or doesn't exist.":"URL ផ្ទុក​ឡើង​អាច​ខុស ឬ​ក៏​គ្មាន។","Uploaded %d/%d files":"បាន​ផ្ទុក​ឡើង​ឯកសារ %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ko.js b/assets/javascripts/plupload/js/i18n/ko.js index f5789906..7946c65d 100644 --- a/assets/javascripts/plupload/js/i18n/ko.js +++ b/assets/javascripts/plupload/js/i18n/ko.js @@ -1,2 +1,2 @@ // Korean (ko) -plupload.addI18n({"Stop Upload":"업로드 중지","Upload URL might be wrong or doesn't exist.":"업로드할 URL이 존재하지 않습니다.","tb":"tb","Size":"크기","Close":"닫기","You must specify either browse_button or drop_element.":"browse_button 이나 drop_element 둘 중 하나를 지정해 주세요.","Init error.":"초기화 오류.","Add files to the upload queue and click the start button.":"파일을 업로드 큐에 추가한 후 시작 버튼을 클릭하십시오.","List":"목록","Filename":"파일명","%s specified, but cannot be found.":"%s 가 지정됐지만, 찾을 수 없습니다.","Image format either wrong or not supported.":"지원되지 않는 이미지 형식입니다.","Status":"상태","HTTP Error.":"HTTP 오류.","Start Upload":"업로드 시작","Error: File too large:":"오류: 파일 크기가 너무 큽니다.","kb":"kb","Duplicate file error.":"파일 중복 오류.","File size error.":"파일 크기 오류.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"오류: 허용되지 않은 확장자입니다.","Select files":"파일 선택","%s already present in the queue.":"%s 파일이 이미 대기열에 존재합니다.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"해상도 지원 범위를 초과했습니다! %s 런타임은 %wx%hpx 이상의 이미지를 지원합니다.","File: %s":"파일: %s","b":"b","Uploaded %d/%d files":"%d / %d 파일 업로드 완료","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"업로드 가능한 파일의 수는 %d 입니다. 불필요한 파일은 삭제되었습니다.","%d files queued":"%d 파일이 추가됨","File: %s, size: %d, max file size: %d":"파일: %s, 크기: %d, 최대 파일 크기: %d","Thumbnails":"미리보기","Drag files here.":"이곳에 파일을 드래그 하세요.","Runtime ran out of available memory.":"런타임 메모리가 부족합니다.","File count error.":"파일 갯수 오류.","File extension error.":"파일 확장자 오류.","mb":"mb","Add Files":"파일 추가"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d 파일이 추가됨","%s already present in the queue.":"%s 파일이 이미 대기열에 존재합니다.","%s specified, but cannot be found.":"%s 가 지정됐지만, 찾을 수 없습니다.","Add Files":"파일 추가","Add files to the upload queue and click the start button.":"파일을 업로드 큐에 추가한 후 시작 버튼을 클릭하십시오.","b":"b","Close":"닫기","Drag files here.":"이곳에 파일을 드래그 하세요.","Duplicate file error.":"파일 중복 오류.","Error: File too large:":"오류: 파일 크기가 너무 큽니다.","Error: Invalid file extension:":"오류: 허용되지 않은 확장자입니다.","File count error.":"파일 갯수 오류.","File extension error.":"파일 확장자 오류.","File size error.":"파일 크기 오류.","File: %s":"파일: %s","File: %s, size: %d, max file size: %d":"파일: %s, 크기: %d, 최대 파일 크기: %d","Filename":"파일명","gb":"gb","HTTP Error.":"HTTP 오류.","Image format either wrong or not supported.":"지원되지 않는 이미지 형식입니다.","Init error.":"초기화 오류.","kb":"kb","List":"목록","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"해상도 지원 범위를 초과했습니다! %s 런타임은 %wx%hpx 이상의 이미지를 지원합니다.","Runtime ran out of available memory.":"런타임 메모리가 부족합니다.","Select files":"파일 선택","Size":"크기","Start Upload":"업로드 시작","Status":"상태","Stop Upload":"업로드 중지","tb":"tb","Thumbnails":"미리보기","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"업로드 가능한 파일의 수는 %d 입니다. 불필요한 파일은 삭제되었습니다.","Upload URL might be wrong or doesn't exist.":"업로드할 URL이 존재하지 않습니다.","Uploaded %d/%d files":"%d / %d 파일 업로드 완료","You must specify either browse_button or drop_element.":"browse_button 이나 drop_element 둘 중 하나를 지정해 주세요."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ku_IQ.js b/assets/javascripts/plupload/js/i18n/ku_IQ.js index 8e80b7da..8b31c772 100644 --- a/assets/javascripts/plupload/js/i18n/ku_IQ.js +++ b/assets/javascripts/plupload/js/i18n/ku_IQ.js @@ -1,2 +1,2 @@ // Kurdish (Iraq) (ku_IQ) -plupload.addI18n({"Stop Upload":"وەستانی بارکردن","Upload URL might be wrong or doesn't exist.":".بەستەری بارکراو نادروستە یان بەردەست نییە","tb":"تێرابایت","Size":"قەبارە","Close":"داخستن","You must specify either browse_button or drop_element.":"","Init error.":".هەڵەی ئامادەکردن","Add files to the upload queue and click the start button.":".زیادکردنی پەڕگەکان بۆ ڕیزی بارکردن و کرتەکردن لە دوگمەی دەستپێکردن","List":"","Filename":"ناوی پەڕگە","%s specified, but cannot be found.":"","Image format either wrong or not supported.":".شێوازی وێنە هەڵەیە یان پاڵپشتی ناکرێت","Status":"ڕەوش","HTTP Error.":".HTTP هەڵەی","Start Upload":"دەستپێکردنی بارکردن","Error: File too large:":":هەڵە: پەڕگەکە زۆر گەورەیە","kb":"کیلۆبایت","Duplicate file error.":".هەڵەی پەڕگەی دوبارە","File size error.":".هەڵەی قەبارەی پەڕگە","N/A":"بەردەست نییە","gb":"گێگابایت","Error: Invalid file extension:":":هەڵە: پاشگری پەڕگەی نادروست","Select files":"دیاریکردنی پەڕگەکان","%s already present in the queue.":".ئامادەیی هەیە لە ڕیز %s","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"%s :پەڕگە","b":"بایت","Uploaded %d/%d files":"پەڕگە بارکران %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"بەشی بارکردن تەنها %d پەڕگە(کان) وەردەگرێت لەیەک کاتدا. پەڕگە زیادەکان .جیادەکرێنەوە","%d files queued":"پەڕگە ڕیزکران %d","File: %s, size: %d, max file size: %d":"پەڕگە: %s، قەبارە: %d، گەورەترین قەبارەی پەڕگە: %d","Thumbnails":"","Drag files here.":".پەڕگەکان ڕاکێشە بۆ ئێرە","Runtime ran out of available memory.":"هەڵەی دەرچوون لە بیرگەی بەردەست.","File count error.":".هەڵەی ژماردنی پەڕگە","File extension error.":".هەڵەی پاشگری پەڕگە","mb":"مێگابایت","Add Files":"زیادکردنی پەڕگەکان"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"پەڕگە ڕیزکران %d","%s already present in the queue.":".ئامادەیی هەیە لە ڕیز %s","%s specified, but cannot be found.":"","Add Files":"زیادکردنی پەڕگەکان","Add files to the upload queue and click the start button.":".زیادکردنی پەڕگەکان بۆ ڕیزی بارکردن و کرتەکردن لە دوگمەی دەستپێکردن","b":"بایت","Close":"داخستن","Drag files here.":".پەڕگەکان ڕاکێشە بۆ ئێرە","Duplicate file error.":".هەڵەی پەڕگەی دوبارە","Error: File too large:":":هەڵە: پەڕگەکە زۆر گەورەیە","Error: Invalid file extension:":":هەڵە: پاشگری پەڕگەی نادروست","File count error.":".هەڵەی ژماردنی پەڕگە","File extension error.":".هەڵەی پاشگری پەڕگە","File size error.":".هەڵەی قەبارەی پەڕگە","File: %s":"%s :پەڕگە","File: %s, size: %d, max file size: %d":"پەڕگە: %s، قەبارە: %d، گەورەترین قەبارەی پەڕگە: %d","Filename":"ناوی پەڕگە","gb":"گێگابایت","HTTP Error.":".HTTP هەڵەی","Image format either wrong or not supported.":".شێوازی وێنە هەڵەیە یان پاڵپشتی ناکرێت","Init error.":".هەڵەی ئامادەکردن","kb":"کیلۆبایت","List":"","mb":"مێگابایت","N/A":"بەردەست نییە","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"هەڵەی دەرچوون لە بیرگەی بەردەست.","Select files":"دیاریکردنی پەڕگەکان","Size":"قەبارە","Start Upload":"دەستپێکردنی بارکردن","Status":"ڕەوش","Stop Upload":"وەستانی بارکردن","tb":"تێرابایت","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"بەشی بارکردن تەنها %d پەڕگە(کان) وەردەگرێت لەیەک کاتدا. پەڕگە زیادەکان .جیادەکرێنەوە","Upload URL might be wrong or doesn't exist.":".بەستەری بارکراو نادروستە یان بەردەست نییە","Uploaded %d/%d files":"پەڕگە بارکران %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/lt.js b/assets/javascripts/plupload/js/i18n/lt.js index 1f861204..552cc953 100644 --- a/assets/javascripts/plupload/js/i18n/lt.js +++ b/assets/javascripts/plupload/js/i18n/lt.js @@ -1,2 +1,2 @@ // Lithuanian (lt) -plupload.addI18n({"Stop Upload":"Stabdyti įkėlimą","Upload URL might be wrong or doesn't exist.":"Klaidinga arba neegzistuojanti įkėlimo nuoroda.","tb":"tb","Size":"Dydis","Close":"Uždaryti","You must specify either browse_button or drop_element.":"","Init error.":"Įkrovimo klaida.","Add files to the upload queue and click the start button.":"Pridėkite bylas į įkėlimo eilę ir paspauskite starto mygtuką.","List":"","Filename":"Bylos pavadinimas","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Paveiksliuko formatas klaidingas arba nebepalaikomas.","Status":"Statusas","HTTP Error.":"HTTP klaida.","Start Upload":"Pradėti įkėlimą","Error: File too large:":"Klaida: Byla per didelė:","kb":"kb","Duplicate file error.":"Pasikartojanti byla.","File size error.":"Netinkamas bylos dydis.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Klaida: Netinkamas bylos plėtinys:","Select files":"Žymėti bylas","%s already present in the queue.":"%s jau yra eilėje.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Byla: %s","b":"b","Uploaded %d/%d files":"Įkelta bylų: %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Vienu metu galima įkelti tik %d bylas(ų). Papildomos bylos buvo pašalintos.","%d files queued":"%d bylų eilėje","File: %s, size: %d, max file size: %d":"Byla: %s, dydis: %d, galimas dydis: %d","Thumbnails":"","Drag files here.":"Padėti bylas čia.","Runtime ran out of available memory.":"Išeikvota darbinė atmintis.","File count error.":"Netinkamas bylų kiekis.","File extension error.":"Netinkamas pletinys.","mb":"mb","Add Files":"Pridėti bylas"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d bylų eilėje","%s already present in the queue.":"%s jau yra eilėje.","%s specified, but cannot be found.":"","Add Files":"Pridėti bylas","Add files to the upload queue and click the start button.":"Pridėkite bylas į įkėlimo eilę ir paspauskite starto mygtuką.","b":"b","Close":"Uždaryti","Drag files here.":"Padėti bylas čia.","Duplicate file error.":"Pasikartojanti byla.","Error: File too large:":"Klaida: Byla per didelė:","Error: Invalid file extension:":"Klaida: Netinkamas bylos plėtinys:","File count error.":"Netinkamas bylų kiekis.","File extension error.":"Netinkamas pletinys.","File size error.":"Netinkamas bylos dydis.","File: %s":"Byla: %s","File: %s, size: %d, max file size: %d":"Byla: %s, dydis: %d, galimas dydis: %d","Filename":"Bylos pavadinimas","gb":"gb","HTTP Error.":"HTTP klaida.","Image format either wrong or not supported.":"Paveiksliuko formatas klaidingas arba nebepalaikomas.","Init error.":"Įkrovimo klaida.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Išeikvota darbinė atmintis.","Select files":"Žymėti bylas","Size":"Dydis","Start Upload":"Pradėti įkėlimą","Status":"Statusas","Stop Upload":"Stabdyti įkėlimą","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Vienu metu galima įkelti tik %d bylas(ų). Papildomos bylos buvo pašalintos.","Upload URL might be wrong or doesn't exist.":"Klaidinga arba neegzistuojanti įkėlimo nuoroda.","Uploaded %d/%d files":"Įkelta bylų: %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/lv.js b/assets/javascripts/plupload/js/i18n/lv.js index dc4bb67e..15d3e51d 100644 --- a/assets/javascripts/plupload/js/i18n/lv.js +++ b/assets/javascripts/plupload/js/i18n/lv.js @@ -1,2 +1,2 @@ // Latvian (lv) -plupload.addI18n({"Stop Upload":"Apturēt augšupielādi","Upload URL might be wrong or doesn't exist.":"Augšupielādes saite neeksistē vai ir nepareiza.","tb":"terabaiti","Size":"Izmērs","Close":"Aizvērt","You must specify either browse_button or drop_element.":"Jums ir jānorāda vainu browse_button vai drop_element.","Init error.":"Inicializācijas kļūda.","Add files to the upload queue and click the start button.":"Pievienojiet failus rindai un klikšķiniet uz pogas \"Sākt augšupielādi\".","List":"Saraksts","Filename":"Faila nosaukums","%s specified, but cannot be found.":"%s norādīts, bet nevar tikt atrasts.","Image format either wrong or not supported.":"Attēla formāts ir nepareizs vai arī netiek atbalstīts.","Status":"Statuss","HTTP Error.":"HTTP kļūda.","Start Upload":"Sākt augšupielādi","Error: File too large:":"Kļūda: Fails pārāk liels:","kb":"kilobaiti","Duplicate file error.":"Atkārtota faila kļūda","File size error.":"Faila izmēra kļūda.","N/A":"N/A","gb":"gigabaiti","Error: Invalid file extension:":"Kļūda: Nepareizs faila paplašinājums:","Select files":"Izvēlieties failus","%s already present in the queue.":"%s jau ir atrodams rindā.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Izšķirtspēja ārpus robežām! %s atbalsta attēlus tikai līdz %wx%hpx","File: %s":"Fails: %s","b":"baiti","Uploaded %d/%d files":"Augšupielādēti %d/%d faili","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Iespējams ielādēt tikai %d failus vienā reizē. Atlikušie faili netika pievienoti","%d files queued":"%d faili pievienoti rindai","File: %s, size: %d, max file size: %d":"Fails: %s, izmērs: %d, max faila izmērs: %d","Thumbnails":"Ikonas","Drag files here.":"Ievelciet failus šeit","Runtime ran out of available memory.":"Pietrūkst izmantojamās atmiņas.","File count error.":"Failu skaita kļūda","File extension error.":"Faila paplašinājuma kļūda.","mb":"megabaiti","Add Files":"Pievienot failus"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d faili pievienoti rindai","%s already present in the queue.":"%s jau ir atrodams rindā.","%s specified, but cannot be found.":"%s norādīts, bet nevar tikt atrasts.","Add Files":"Pievienot failus","Add files to the upload queue and click the start button.":"Pievienojiet failus rindai un klikšķiniet uz pogas \"Sākt augšupielādi\".","b":"baiti","Close":"Aizvērt","Drag files here.":"Ievelciet failus šeit","Duplicate file error.":"Atkārtota faila kļūda","Error: File too large:":"Kļūda: Fails pārāk liels:","Error: Invalid file extension:":"Kļūda: Nepareizs faila paplašinājums:","File count error.":"Failu skaita kļūda","File extension error.":"Faila paplašinājuma kļūda.","File size error.":"Faila izmēra kļūda.","File: %s":"Fails: %s","File: %s, size: %d, max file size: %d":"Fails: %s, izmērs: %d, max faila izmērs: %d","Filename":"Faila nosaukums","gb":"gigabaiti","HTTP Error.":"HTTP kļūda.","Image format either wrong or not supported.":"Attēla formāts ir nepareizs vai arī netiek atbalstīts.","Init error.":"Inicializācijas kļūda.","kb":"kilobaiti","List":"Saraksts","mb":"megabaiti","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Izšķirtspēja ārpus robežām! %s atbalsta attēlus tikai līdz %wx%hpx","Runtime ran out of available memory.":"Pietrūkst izmantojamās atmiņas.","Select files":"Izvēlieties failus","Size":"Izmērs","Start Upload":"Sākt augšupielādi","Status":"Statuss","Stop Upload":"Apturēt augšupielādi","tb":"terabaiti","Thumbnails":"Ikonas","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Iespējams ielādēt tikai %d failus vienā reizē. Atlikušie faili netika pievienoti","Upload URL might be wrong or doesn't exist.":"Augšupielādes saite neeksistē vai ir nepareiza.","Uploaded %d/%d files":"Augšupielādēti %d/%d faili","You must specify either browse_button or drop_element.":"Jums ir jānorāda vainu browse_button vai drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ms.js b/assets/javascripts/plupload/js/i18n/ms.js index 01b6ab3c..7675c22d 100644 --- a/assets/javascripts/plupload/js/i18n/ms.js +++ b/assets/javascripts/plupload/js/i18n/ms.js @@ -1,2 +1,2 @@ // Malay (ms) -plupload.addI18n({"Stop Upload":"Berhenti Muat naik","Upload URL might be wrong or doesn't exist.":"URL muat naik mungkin salah atau tidak wujud.","tb":"tb","Size":"saiz","Close":"Tutup","You must specify either browse_button or drop_element.":"","Init error.":"Ralat perlaksanaan.","Add files to the upload queue and click the start button.":"Tambah fail ke dalam giliran muat naik dan klik butang Muat Naik.","List":"","Filename":"Nama fail","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Format imej sama ada salah atau tidak disokong.","Status":"Status","HTTP Error.":"Ralat HTTP.","Start Upload":"Muat Naik","Error: File too large:":"Ralat: Fail terlalu bersar:","kb":"kb","Duplicate file error.":"Ralat menggandakan fail.","File size error.":"Ralat saiz fail.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Ralat: Sambungan fail tidak sah:","Select files":"Pilih fail","%s already present in the queue.":"%s telah ada dalam barisan.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Fail: %s","b":"b","Uploaded %d/%d files":"%d/%d telah dimuat naik","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Element muat naik hanya menerima %d fail(-fail) pada satu masa. Fail tambahan telah digugurkan.","%d files queued":"%d fail dalam barisan","File: %s, size: %d, max file size: %d":"Fail: %s, saiz: %d, saiz maks fail: %d","Thumbnails":"","Drag files here.":"Seret fail ke sini.","Runtime ran out of available memory.":"Ruang ingatan masa larian tidak mencukupi.","File count error.":"Ralat bilangan fail.","File extension error.":"Ralat sambungan fail.","mb":"mb","Add Files":"Tambah Fail"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d fail dalam barisan","%s already present in the queue.":"%s telah ada dalam barisan.","%s specified, but cannot be found.":"","Add Files":"Tambah Fail","Add files to the upload queue and click the start button.":"Tambah fail ke dalam giliran muat naik dan klik butang Muat Naik.","b":"b","Close":"Tutup","Drag files here.":"Seret fail ke sini.","Duplicate file error.":"Ralat menggandakan fail.","Error: File too large:":"Ralat: Fail terlalu bersar:","Error: Invalid file extension:":"Ralat: Sambungan fail tidak sah:","File count error.":"Ralat bilangan fail.","File extension error.":"Ralat sambungan fail.","File size error.":"Ralat saiz fail.","File: %s":"Fail: %s","File: %s, size: %d, max file size: %d":"Fail: %s, saiz: %d, saiz maks fail: %d","Filename":"Nama fail","gb":"gb","HTTP Error.":"Ralat HTTP.","Image format either wrong or not supported.":"Format imej sama ada salah atau tidak disokong.","Init error.":"Ralat perlaksanaan.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Ruang ingatan masa larian tidak mencukupi.","Select files":"Pilih fail","Size":"saiz","Start Upload":"Muat Naik","Status":"Status","Stop Upload":"Berhenti Muat naik","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Element muat naik hanya menerima %d fail(-fail) pada satu masa. Fail tambahan telah digugurkan.","Upload URL might be wrong or doesn't exist.":"URL muat naik mungkin salah atau tidak wujud.","Uploaded %d/%d files":"%d/%d telah dimuat naik","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/nl.js b/assets/javascripts/plupload/js/i18n/nl.js index 62c5e969..95bd4a52 100644 --- a/assets/javascripts/plupload/js/i18n/nl.js +++ b/assets/javascripts/plupload/js/i18n/nl.js @@ -1,2 +1,2 @@ // Dutch (nl) -plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Upload URL is verkeerd of bestaat niet.","tb":"tb","Size":"Grootte","Close":"Sluiten","You must specify either browse_button or drop_element.":"","Init error.":"Initialisatie error.","Add files to the upload queue and click the start button.":"Voeg bestanden toe aan de wachtrij en druk op 'Start'.","List":"","Filename":"Bestandsnaam","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"bestandsextensie is verkeerd of niet ondersteund.","Status":"Status","HTTP Error.":"HTTP Error.","Start Upload":"Start Upload","Error: File too large:":"Error: Bestand te groot:","kb":"kb","Duplicate file error.":"Bestand bestaat al.","File size error.":"Bestandsgrootte error.","N/A":"Niet beschikbaar","gb":"gb","Error: Invalid file extension:":"Error: Ongeldige bestandsextensie:","Select files":"Selecteer bestand(en):","%s already present in the queue.":"%s is al aan de wachtrij toegevoegd.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Bestand: %s","b":"b","Uploaded %d/%d files":"%d/%d bestanden ge-upload","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload accepteert alleen %d bestand(en) tegelijk. Extra bestanden zijn verwijderd.","%d files queued":"%d bestand(en) in de wachtrij","File: %s, size: %d, max file size: %d":"Bestand: %s, grootte: %d, maximale bestandsgrootte: %d","Thumbnails":"","Drag files here.":"Sleep bestanden hierheen.","Runtime ran out of available memory.":"Het maximum bruikbare geheugen is overschreden.","File count error.":"Teveel bestand(en) error.","File extension error.":"Ongeldig bestandsextensie.","mb":"mb","Add Files":"Bestand(en) toevoegen"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d bestand(en) in de wachtrij","%s already present in the queue.":"%s is al aan de wachtrij toegevoegd.","%s specified, but cannot be found.":"","Add Files":"Bestand(en) toevoegen","Add files to the upload queue and click the start button.":"Voeg bestanden toe aan de wachtrij en druk op 'Start'.","b":"b","Close":"Sluiten","Drag files here.":"Sleep bestanden hierheen.","Duplicate file error.":"Bestand bestaat al.","Error: File too large:":"Error: Bestand te groot:","Error: Invalid file extension:":"Error: Ongeldige bestandsextensie:","File count error.":"Teveel bestand(en) error.","File extension error.":"Ongeldig bestandsextensie.","File size error.":"Bestandsgrootte error.","File: %s":"Bestand: %s","File: %s, size: %d, max file size: %d":"Bestand: %s, grootte: %d, maximale bestandsgrootte: %d","Filename":"Bestandsnaam","gb":"gb","HTTP Error.":"HTTP Error.","Image format either wrong or not supported.":"bestandsextensie is verkeerd of niet ondersteund.","Init error.":"Initialisatie error.","kb":"kb","List":"","mb":"mb","N/A":"Niet beschikbaar","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Het maximum bruikbare geheugen is overschreden.","Select files":"Selecteer bestand(en):","Size":"Grootte","Start Upload":"Start Upload","Status":"Status","Stop Upload":"Stop Upload","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload accepteert alleen %d bestand(en) tegelijk. Extra bestanden zijn verwijderd.","Upload URL might be wrong or doesn't exist.":"Upload URL is verkeerd of bestaat niet.","Uploaded %d/%d files":"%d/%d bestanden ge-upload","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/pl.js b/assets/javascripts/plupload/js/i18n/pl.js index c3ec94a3..b140e164 100644 --- a/assets/javascripts/plupload/js/i18n/pl.js +++ b/assets/javascripts/plupload/js/i18n/pl.js @@ -1,2 +1,2 @@ // Polish (pl) -plupload.addI18n({"Stop Upload":"Przerwij transfer.","Upload URL might be wrong or doesn't exist.":"Adres URL może być nieprawidłowy lub może nie istnieć","tb":"tb","Size":"Rozmiar","Close":"Zamknij","You must specify either browse_button or drop_element.":"Musisz określić browse_button albo drop_element.","Init error.":"Błąd inicjalizacji.","Add files to the upload queue and click the start button.":"Dodaj pliki i kliknij 'Rozpocznij transfer'.","List":"Lista","Filename":"Nazwa pliku","%s specified, but cannot be found.":"%s określony ale nie można znaleźć.","Image format either wrong or not supported.":"Format zdjęcia jest zły lub nieobsługiwany","Status":"Status","HTTP Error.":"Błąd HTTP.","Start Upload":"Wyślij","Error: File too large:":"Błąd: Plik za duży:","kb":"kb","Duplicate file error.":"Błąd: duplikacja pliku.","File size error.":"Plik jest zbyt duży.","N/A":"Nie dostępne","gb":"gb","Error: Invalid file extension:":"Błąd: Nieprawidłowe rozszerzenie pliku:","Select files":"Wybierz pliki:","%s already present in the queue.":"%s już występuje w kolejce.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Za duża rozdzielczość! %s maksymalna rozdzielczość to: %wx%hpx.","File: %s":"Plik: %s","b":"b","Uploaded %d/%d files":"Wysłano %d/%d plików","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Można jednocześnie dodać %d plików. Dodatkowe pliki zostały usunięte.","%d files queued":"%d plików w kolejce.","File: %s, size: %d, max file size: %d":"Plik: %s, rozmiar: %d, maksymalny rozmiar pliku: %d","Thumbnails":"Miniatury","Drag files here.":"Przeciągnij tu pliki","Runtime ran out of available memory.":"Wyczerpano pamięć RAM.","File count error.":"Błąd liczenia pliku.","File extension error.":"Nie obsługiwany format pliku.","mb":"mb","Add Files":"Dodaj pliki"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d plików w kolejce.","%s already present in the queue.":"%s już występuje w kolejce.","%s specified, but cannot be found.":"%s określony ale nie można znaleźć.","Add Files":"Dodaj pliki","Add files to the upload queue and click the start button.":"Dodaj pliki i kliknij 'Rozpocznij transfer'.","b":"b","Close":"Zamknij","Drag files here.":"Przeciągnij tu pliki","Duplicate file error.":"Błąd: duplikacja pliku.","Error: File too large:":"Błąd: Plik za duży:","Error: Invalid file extension:":"Błąd: Nieprawidłowe rozszerzenie pliku:","File count error.":"Błąd liczenia pliku.","File extension error.":"Nie obsługiwany format pliku.","File size error.":"Plik jest zbyt duży.","File: %s":"Plik: %s","File: %s, size: %d, max file size: %d":"Plik: %s, rozmiar: %d, maksymalny rozmiar pliku: %d","Filename":"Nazwa pliku","gb":"gb","HTTP Error.":"Błąd HTTP.","Image format either wrong or not supported.":"Format zdjęcia jest zły lub nieobsługiwany","Init error.":"Błąd inicjalizacji.","kb":"kb","List":"Lista","mb":"mb","N/A":"Nie dostępne","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Za duża rozdzielczość! %s maksymalna rozdzielczość to: %wx%hpx.","Runtime ran out of available memory.":"Wyczerpano pamięć RAM.","Select files":"Wybierz pliki:","Size":"Rozmiar","Start Upload":"Wyślij","Status":"Status","Stop Upload":"Przerwij transfer.","tb":"tb","Thumbnails":"Miniatury","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Można jednocześnie dodać %d plików. Dodatkowe pliki zostały usunięte.","Upload URL might be wrong or doesn't exist.":"Adres URL może być nieprawidłowy lub może nie istnieć","Uploaded %d/%d files":"Wysłano %d/%d plików","You must specify either browse_button or drop_element.":"Musisz określić browse_button albo drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/pt.js b/assets/javascripts/plupload/js/i18n/pt.js index 609b4e0e..a4c9cee6 100644 --- a/assets/javascripts/plupload/js/i18n/pt.js +++ b/assets/javascripts/plupload/js/i18n/pt.js @@ -1,2 +1,2 @@ // Portuguese (pt) -plupload.addI18n({"Stop Upload":"Parar envio","Upload URL might be wrong or doesn't exist.":"O URL para carregar os ficheiros pode estar errado ou não existir.","tb":"tb","Size":"Tamanho","Close":"Fechar","You must specify either browse_button or drop_element.":"Deve especificar ou o botão de navegação browse_button ou o elemento de recolha drop_element.","Init error.":"Erro ao iniciar.","Add files to the upload queue and click the start button.":"Adicione ficheiros à fila e clique no botão iniciar.","List":"Lista","Filename":"Nome do ficheiro","%s specified, but cannot be found.":"%s definido mas não foi encontrado.","Image format either wrong or not supported.":"Formato da imagem errado ou não é suportado.","Status":"Estado","HTTP Error.":"Erro HTTP.","Start Upload":"Começar envio","Error: File too large:":"Erro: Ficheiro demasiado grande:","kb":"kb","Duplicate file error.":"Erro: ficheiro duplicado.","File size error.":"Tamanho do ficheiro errado.","N/A":"N/D","gb":"gb","Error: Invalid file extension:":"Erro: Extensão de ficheiro inválida:","Select files":"Seleccione ficheiros","%s already present in the queue.":"%s já se encontra em fila.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolução excede os limites! %s suporta imagens até %wx%hpx.","File: %s":"Ficheiro: %s","b":"b","Uploaded %d/%d files":"Carregados %d/%d ficheiros","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Só é possível enviar %d ficheiro(s) de cada vez. Os restantes ficheiros foram excluídos.","%d files queued":"%d ficheiros em fila","File: %s, size: %d, max file size: %d":"Ficheiro: %s, tamanho: %d, tamanho máximo do ficheiro: %d","Thumbnails":"Miniaturas","Drag files here.":"Largar ficheiros aqui.","Runtime ran out of available memory.":"A execução esgotou a memória disponível.","File count error.":"Erro: contagem de ficheiros.","File extension error.":"Error de extensão do ficheiro.","mb":"mb","Add Files":"Adicionar ficheiros"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d ficheiros em fila","%s already present in the queue.":"%s já se encontra em fila.","%s specified, but cannot be found.":"%s definido mas não foi encontrado.","Add Files":"Adicionar ficheiros","Add files to the upload queue and click the start button.":"Adicione ficheiros à fila e clique no botão iniciar.","b":"b","Close":"Fechar","Drag files here.":"Largar ficheiros aqui.","Duplicate file error.":"Erro: ficheiro duplicado.","Error: File too large:":"Erro: Ficheiro demasiado grande:","Error: Invalid file extension:":"Erro: Extensão de ficheiro inválida:","File count error.":"Erro: contagem de ficheiros.","File extension error.":"Error de extensão do ficheiro.","File size error.":"Tamanho do ficheiro errado.","File: %s":"Ficheiro: %s","File: %s, size: %d, max file size: %d":"Ficheiro: %s, tamanho: %d, tamanho máximo do ficheiro: %d","Filename":"Nome do ficheiro","gb":"gb","HTTP Error.":"Erro HTTP.","Image format either wrong or not supported.":"Formato da imagem errado ou não é suportado.","Init error.":"Erro ao iniciar.","kb":"kb","List":"Lista","mb":"mb","N/A":"N/D","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolução excede os limites! %s suporta imagens até %wx%hpx.","Runtime ran out of available memory.":"A execução esgotou a memória disponível.","Select files":"Seleccione ficheiros","Size":"Tamanho","Start Upload":"Começar envio","Status":"Estado","Stop Upload":"Parar envio","tb":"tb","Thumbnails":"Miniaturas","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Só é possível enviar %d ficheiro(s) de cada vez. Os restantes ficheiros foram excluídos.","Upload URL might be wrong or doesn't exist.":"O URL para carregar os ficheiros pode estar errado ou não existir.","Uploaded %d/%d files":"Carregados %d/%d ficheiros","You must specify either browse_button or drop_element.":"Deve especificar ou o botão de navegação browse_button ou o elemento de recolha drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/pt_BR.js b/assets/javascripts/plupload/js/i18n/pt_BR.js index ee7a4b94..8f7e3669 100644 --- a/assets/javascripts/plupload/js/i18n/pt_BR.js +++ b/assets/javascripts/plupload/js/i18n/pt_BR.js @@ -1,2 +1,2 @@ // Portuguese (Brazil) (pt_BR) -plupload.addI18n({"Stop Upload":"Parar o envio","Upload URL might be wrong or doesn't exist.":"URL de envio incorreta ou inexistente","tb":"TB","Size":"Tamanho","Close":"Fechar","You must specify either browse_button or drop_element.":"Você deve especificar o botão para escolher(browse_button) os arquivos ou o elemento para arrastar(drop_element).","Init error.":"Erro ao iniciar.","Add files to the upload queue and click the start button.":"Adicione os arquivos à fila e clique no botão \"Iniciar o envio\".","List":"Listagem","Filename":"Nome do arquivo","%s specified, but cannot be found.":"Método de envio %s especificado, mas não pôde ser encontrado.","Image format either wrong or not supported.":"Imagem em formato desconhecido ou não permitido.","Status":"Status","HTTP Error.":"Erro HTTP.","Start Upload":"Iniciar o envio","Error: File too large:":"Erro: Arquivo muito grande:","kb":"KB","Duplicate file error.":"Erro: Arquivo duplicado.","File size error.":"Tamanho de arquivo não permitido.","N/A":"N/D","gb":"GB","Error: Invalid file extension:":"Erro: Extensão de arquivo inválida:","Select files":"Selecione os arquivos","%s already present in the queue.":"%s já presentes na fila.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolução fora de tamanho. O método de envio %s suporta imagens com no máximo %wx%hpx.","File: %s":"Arquivo: %s","b":"Bytes","Uploaded %d/%d files":"%d\\/%d arquivo(s) enviados(s)","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Só são aceitos %d arquivos por vez. O que passou disso foi descartado.","%d files queued":"%d arquivo(s)","File: %s, size: %d, max file size: %d":"Arquivo: %s, Tamanho: %d , Tamanho Máximo do Arquivo: %d","Thumbnails":"Miniaturas","Drag files here.":"Arraste os arquivos pra cá","Runtime ran out of available memory.":"Método de envio ficou sem mem\\u00f3ria.","File count error.":"Erro na contagem dos arquivos","File extension error.":"Tipo de arquivo não permitido.","mb":"MB","Add Files":"Adicionar arquivo(s)"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d arquivo(s)","%s already present in the queue.":"%s já presentes na fila.","%s specified, but cannot be found.":"Método de envio %s especificado, mas não pôde ser encontrado.","Add Files":"Adicionar arquivo(s)","Add files to the upload queue and click the start button.":"Adicione os arquivos à fila e clique no botão \"Iniciar o envio\".","b":"Bytes","Close":"Fechar","Drag files here.":"Arraste os arquivos pra cá","Duplicate file error.":"Erro: Arquivo duplicado.","Error: File too large:":"Erro: Arquivo muito grande:","Error: Invalid file extension:":"Erro: Extensão de arquivo inválida:","File count error.":"Erro na contagem dos arquivos","File extension error.":"Tipo de arquivo não permitido.","File size error.":"Tamanho de arquivo não permitido.","File: %s":"Arquivo: %s","File: %s, size: %d, max file size: %d":"Arquivo: %s, Tamanho: %d , Tamanho Máximo do Arquivo: %d","Filename":"Nome do arquivo","gb":"GB","HTTP Error.":"Erro HTTP.","Image format either wrong or not supported.":"Imagem em formato desconhecido ou não permitido.","Init error.":"Erro ao iniciar.","kb":"KB","List":"Listagem","mb":"MB","N/A":"N/D","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Resolução fora de tamanho. O método de envio %s suporta imagens com no máximo %wx%hpx.","Runtime ran out of available memory.":"Método de envio ficou sem mem\\u00f3ria.","Select files":"Selecione os arquivos","Size":"Tamanho","Start Upload":"Iniciar o envio","Status":"Status","Stop Upload":"Parar o envio","tb":"TB","Thumbnails":"Miniaturas","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Só são aceitos %d arquivos por vez. O que passou disso foi descartado.","Upload URL might be wrong or doesn't exist.":"URL de envio incorreta ou inexistente","Uploaded %d/%d files":"%d\\/%d arquivo(s) enviados(s)","You must specify either browse_button or drop_element.":"Você deve especificar o botão para escolher(browse_button) os arquivos ou o elemento para arrastar(drop_element)."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ro.js b/assets/javascripts/plupload/js/i18n/ro.js index c8103671..63e7ff9c 100644 --- a/assets/javascripts/plupload/js/i18n/ro.js +++ b/assets/javascripts/plupload/js/i18n/ro.js @@ -1,2 +1,2 @@ // Romanian (ro) -plupload.addI18n({"Stop Upload":"Oprește încărcarea","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"tb","Size":"Mărime","Close":"Închide","You must specify either browse_button or drop_element.":"","Init error.":"Eroare inițializare.","Add files to the upload queue and click the start button.":"Adaugă fișiere în lista apoi apasă butonul \"Începe încărcarea\".","List":"","Filename":"Nume fișier","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Formatul de imagine ori este greșit ori nu este suportat.","Status":"Stare","HTTP Error.":"Eroare HTTP","Start Upload":"Începe încărcarea","Error: File too large:":"Eroare: Fișierul este prea mare:","kb":"kb","Duplicate file error.":"Eroare duplicat fișier.","File size error.":"Eroare dimensiune fișier.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Eroare: Extensia fișierului este invalidă:","Select files":"Selectează fișierele","%s already present in the queue.":"%s există deja în lista de așteptare.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Fișier: %s","b":"b","Uploaded %d/%d files":"Fișiere încărcate %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d fișiere listate","File: %s, size: %d, max file size: %d":"Fișier: %s, mărime: %d, mărime maximă: %d","Thumbnails":"","Drag files here.":"Trage aici fișierele.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Eroare numărare fișiere.","File extension error.":"Eroare extensie fișier.","mb":"mb","Add Files":"Adaugă fișiere"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d fișiere listate","%s already present in the queue.":"%s există deja în lista de așteptare.","%s specified, but cannot be found.":"","Add Files":"Adaugă fișiere","Add files to the upload queue and click the start button.":"Adaugă fișiere în lista apoi apasă butonul \"Începe încărcarea\".","b":"b","Close":"Închide","Drag files here.":"Trage aici fișierele.","Duplicate file error.":"Eroare duplicat fișier.","Error: File too large:":"Eroare: Fișierul este prea mare:","Error: Invalid file extension:":"Eroare: Extensia fișierului este invalidă:","File count error.":"Eroare numărare fișiere.","File extension error.":"Eroare extensie fișier.","File size error.":"Eroare dimensiune fișier.","File: %s":"Fișier: %s","File: %s, size: %d, max file size: %d":"Fișier: %s, mărime: %d, mărime maximă: %d","Filename":"Nume fișier","gb":"gb","HTTP Error.":"Eroare HTTP","Image format either wrong or not supported.":"Formatul de imagine ori este greșit ori nu este suportat.","Init error.":"Eroare inițializare.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime ran out of available memory.","Select files":"Selectează fișierele","Size":"Mărime","Start Upload":"Începe încărcarea","Status":"Stare","Stop Upload":"Oprește încărcarea","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","Uploaded %d/%d files":"Fișiere încărcate %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/ru.js b/assets/javascripts/plupload/js/i18n/ru.js index c948650d..817139e3 100644 --- a/assets/javascripts/plupload/js/i18n/ru.js +++ b/assets/javascripts/plupload/js/i18n/ru.js @@ -1,2 +1,2 @@ // Russian (ru) -plupload.addI18n({"Stop Upload":"Остановить Загрузку","Upload URL might be wrong or doesn't exist.":"Адрес заргузки неправильный или он не существует.","tb":"тб","Size":"Размер","Close":"Закрыть","You must specify either browse_button or drop_element.":"Вы должны указать browse_button или drop_element.","Init error.":"Ошибка инициализации.","Add files to the upload queue and click the start button.":"Добавьте файлы в очередь и нажмите кнопку \"Загрузить файлы\".","List":"Список","Filename":"Имя файла","%s specified, but cannot be found.":"%s существует, но не может быть найден.","Image format either wrong or not supported.":"Формат картинки неправильный или он не поддерживается.","Status":"Статус","HTTP Error.":"Ошибка HTTP.","Start Upload":"Начать загрузку","Error: File too large:":"Ошибка: Файл слишком большой:","kb":"кб","Duplicate file error.":"Такой файл уже присутствует в очереди.","File size error.":"Неправильный размер файла.","N/A":"N/A","gb":"гб","Error: Invalid file extension:":"Ошибка: У файла неправильное расширение:","Select files":"Выберите файлы","%s already present in the queue.":"%s уже присутствует в очереди.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Слишком большое разрешение! %s поддерживаются изображения с размером не более %wx%hpx","File: %s":"Файл: %s","b":"б","Uploaded %d/%d files":"Загружено %d/%d файлов","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Загрузочный элемент за раз принимает только %d файл(ов). Лишние файлы были отброшены.","%d files queued":"В очереди %d файл(ов)","File: %s, size: %d, max file size: %d":"Файл: %s, размер: %d, макс. размер файла: %d","Thumbnails":"Миниатюра","Drag files here.":"Перетащите файлы сюда.","Runtime ran out of available memory.":"Рабочая среда превысила лимит достуной памяти.","File count error.":"Слишком много файлов.","File extension error.":"Неправильное расширение файла.","mb":"мб","Add Files":"Добавьте файлы"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"В очереди %d файл(ов)","%s already present in the queue.":"%s уже присутствует в очереди.","%s specified, but cannot be found.":"%s существует, но не может быть найден.","Add Files":"Добавьте файлы","Add files to the upload queue and click the start button.":"Добавьте файлы в очередь и нажмите кнопку \"Загрузить файлы\".","b":"б","Close":"Закрыть","Drag files here.":"Перетащите файлы сюда.","Duplicate file error.":"Такой файл уже присутствует в очереди.","Error: File too large:":"Ошибка: Файл слишком большой:","Error: Invalid file extension:":"Ошибка: У файла неправильное расширение:","File count error.":"Слишком много файлов.","File extension error.":"Неправильное расширение файла.","File size error.":"Неправильный размер файла.","File: %s":"Файл: %s","File: %s, size: %d, max file size: %d":"Файл: %s, размер: %d, макс. размер файла: %d","Filename":"Имя файла","gb":"гб","HTTP Error.":"Ошибка HTTP.","Image format either wrong or not supported.":"Формат картинки неправильный или он не поддерживается.","Init error.":"Ошибка инициализации.","kb":"кб","List":"Список","mb":"мб","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Слишком большое разрешение! %s поддерживаются изображения с размером не более %wx%hpx","Runtime ran out of available memory.":"Рабочая среда превысила лимит достуной памяти.","Select files":"Выберите файлы","Size":"Размер","Start Upload":"Начать загрузку","Status":"Статус","Stop Upload":"Остановить Загрузку","tb":"тб","Thumbnails":"Миниатюра","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Загрузочный элемент за раз принимает только %d файл(ов). Лишние файлы были отброшены.","Upload URL might be wrong or doesn't exist.":"Адрес заргузки неправильный или он не существует.","Uploaded %d/%d files":"Загружено %d/%d файлов","You must specify either browse_button or drop_element.":"Вы должны указать browse_button или drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/sk.js b/assets/javascripts/plupload/js/i18n/sk.js index 6fa1f082..780d61b5 100644 --- a/assets/javascripts/plupload/js/i18n/sk.js +++ b/assets/javascripts/plupload/js/i18n/sk.js @@ -1,2 +1,2 @@ // Slovak (sk) -plupload.addI18n({"Stop Upload":"Zastaviť nahrávanie","Upload URL might be wrong or doesn't exist.":"URL pre nahratie nie je správna alebo neexistuje.","tb":"tb","Size":"Veľkosť","Close":"Zatvoriť","You must specify either browse_button or drop_element.":"","Init error.":"Chyba inicializácie.","Add files to the upload queue and click the start button.":"Pridajte súbory do zoznamu a potom spustite nahrávanie.","List":"","Filename":"Názov súboru","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Formát obrázku je nesprávny alebo nie je podporovaný.","Status":"Stav","HTTP Error.":"HTTP Chyba.","Start Upload":"Spustiť nahrávanie","Error: File too large:":"Chyba: Súbor je príliš veľký:","kb":"kb","Duplicate file error.":"Duplicitný súbor.","File size error.":"Súbor je príliš veľký.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Error: Nesprávny typ súboru:","Select files":"Vyberte súbory","%s already present in the queue.":"%s sa už nachádza v zozname.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Súbor: %s","b":"b","Uploaded %d/%d files":"Nahraných %d/%d súborov","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d súborov pridaných do zoznamu","File: %s, size: %d, max file size: %d":"Súbor: %s, veľkosť: %d, max. veľkosť súboru: %d","Thumbnails":"","Drag files here.":"Sem pretiahnite súbory.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Nesprávny počet súborov.","File extension error.":"Chybný typ súboru.","mb":"mb","Add Files":"Pridať súbory"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d súborov pridaných do zoznamu","%s already present in the queue.":"%s sa už nachádza v zozname.","%s specified, but cannot be found.":"","Add Files":"Pridať súbory","Add files to the upload queue and click the start button.":"Pridajte súbory do zoznamu a potom spustite nahrávanie.","b":"b","Close":"Zatvoriť","Drag files here.":"Sem pretiahnite súbory.","Duplicate file error.":"Duplicitný súbor.","Error: File too large:":"Chyba: Súbor je príliš veľký:","Error: Invalid file extension:":"Error: Nesprávny typ súboru:","File count error.":"Nesprávny počet súborov.","File extension error.":"Chybný typ súboru.","File size error.":"Súbor je príliš veľký.","File: %s":"Súbor: %s","File: %s, size: %d, max file size: %d":"Súbor: %s, veľkosť: %d, max. veľkosť súboru: %d","Filename":"Názov súboru","gb":"gb","HTTP Error.":"HTTP Chyba.","Image format either wrong or not supported.":"Formát obrázku je nesprávny alebo nie je podporovaný.","Init error.":"Chyba inicializácie.","kb":"kb","List":"","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime ran out of available memory.","Select files":"Vyberte súbory","Size":"Veľkosť","Start Upload":"Spustiť nahrávanie","Status":"Stav","Stop Upload":"Zastaviť nahrávanie","tb":"tb","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","Upload URL might be wrong or doesn't exist.":"URL pre nahratie nie je správna alebo neexistuje.","Uploaded %d/%d files":"Nahraných %d/%d súborov","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/sl.js b/assets/javascripts/plupload/js/i18n/sl.js index 21185df7..784dd511 100644 --- a/assets/javascripts/plupload/js/i18n/sl.js +++ b/assets/javascripts/plupload/js/i18n/sl.js @@ -1,2 +1,2 @@ // Slovenian (sl) -plupload.addI18n({"Stop Upload":"Ustavi prenos","Upload URL might be wrong or doesn't exist.":"URL za nalaganje je napačen ali ne obstaja.","tb":"tb","Size":"Velikost","Close":"Zapri","You must specify either browse_button or drop_element.":"","Init error.":"Napaka pri inicializaciji.","Add files to the upload queue and click the start button.":"Dodaj datoteke na seznam in klikni na gumb začni","List":"Seznam","Filename":"Ime datoteke","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Format slike je napačen ali ni podrpt.","Status":"Status","HTTP Error.":"Neznana HTTP napaka.","Start Upload":"Začni prenos","Error: File too large:":"Napaka: datoteka je prevelika:","kb":"kb","Duplicate file error.":"Datoteka je že na seznamu.","File size error.":"Datoteka je prevelika.","N/A":"Ni na voljo","gb":"gb","Error: Invalid file extension:":"Napaka: napačen tip datoteke:","Select files":"Izberi datoteke","%s already present in the queue.":"%s je že na seznamu.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Datoteka: %s","b":"b","Uploaded %d/%d files":"Naloženo %d/%d datotek","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Nalagalnik sprejme samo %d datotek na enkrat. Višek datotek je odstranjen iz seznama.","%d files queued":"%d datotek na seznamu","File: %s, size: %d, max file size: %d":"Datoteka: %s, velikost: %d, največja dovoljena velikost: %d","Thumbnails":"Sličice","Drag files here.":"Potegni datoteke sem.","Runtime ran out of available memory.":"Zmanjkalo je pomnilnika.","File count error.":"Napačno število datotek.","File extension error.":"Napačen tip datoteke.","mb":"mb","Add Files":"Dodaj datoteke"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d datotek na seznamu","%s already present in the queue.":"%s je že na seznamu.","%s specified, but cannot be found.":"","Add Files":"Dodaj datoteke","Add files to the upload queue and click the start button.":"Dodaj datoteke na seznam in klikni na gumb začni","b":"b","Close":"Zapri","Drag files here.":"Potegni datoteke sem.","Duplicate file error.":"Datoteka je že na seznamu.","Error: File too large:":"Napaka: datoteka je prevelika:","Error: Invalid file extension:":"Napaka: napačen tip datoteke:","File count error.":"Napačno število datotek.","File extension error.":"Napačen tip datoteke.","File size error.":"Datoteka je prevelika.","File: %s":"Datoteka: %s","File: %s, size: %d, max file size: %d":"Datoteka: %s, velikost: %d, največja dovoljena velikost: %d","Filename":"Ime datoteke","gb":"gb","HTTP Error.":"Neznana HTTP napaka.","Image format either wrong or not supported.":"Format slike je napačen ali ni podrpt.","Init error.":"Napaka pri inicializaciji.","kb":"kb","List":"Seznam","mb":"mb","N/A":"Ni na voljo","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Zmanjkalo je pomnilnika.","Select files":"Izberi datoteke","Size":"Velikost","Start Upload":"Začni prenos","Status":"Status","Stop Upload":"Ustavi prenos","tb":"tb","Thumbnails":"Sličice","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Nalagalnik sprejme samo %d datotek na enkrat. Višek datotek je odstranjen iz seznama.","Upload URL might be wrong or doesn't exist.":"URL za nalaganje je napačen ali ne obstaja.","Uploaded %d/%d files":"Naloženo %d/%d datotek","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/sq.js b/assets/javascripts/plupload/js/i18n/sq.js index 9a67c570..57177f46 100644 --- a/assets/javascripts/plupload/js/i18n/sq.js +++ b/assets/javascripts/plupload/js/i18n/sq.js @@ -1,2 +1,2 @@ // Albanian (sq) -plupload.addI18n({"Stop Upload":"Ndalimi i ngarkimit","Upload URL might be wrong or doesn't exist.":"Ngarkimi i URL-s është i gabuar ose nuk ekziston.","tb":"TB","Size":"Madhësia","Close":"Mbyll","You must specify either browse_button or drop_element.":"","Init error.":"Init gabim.","Add files to the upload queue and click the start button.":"Mbas ngarkimit të dosjeve sipas rradhës duhet të klikoni butonin Start.","List":"","Filename":"Emri i dosjes","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Formati i fotove është i keq ose nuk është i pranueshëm.","Status":"Statusi","HTTP Error.":"HTTP Gabim.","Start Upload":"Nisja e ngarkimit","Error: File too large:":"Gabim: dosja është shumë e madhe:","kb":"KB","Duplicate file error.":"Gabim i dublikimit të dosjes.","File size error.":"Gabim i madhësisë së dosjes.","N/A":"Nuk është në dispozicion","gb":"GB","Error: Invalid file extension:":"Gabim: përhapja e llojit të dosjes është e pavlefshme:","Select files":"Zhgjidhni dosjet","%s already present in the queue.":"%s tashmë ekziston në list.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"Dosje: %s","b":"B","Uploaded %d/%d files":"Dosjet e ngarkuara: %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Ngarkimi pranon njëherësh vetëm %d dosje, dosjet e tjera nuk do të jenë të ngarkuara.","%d files queued":"Dosja %d e vendosur në rradhë","File: %s, size: %d, max file size: %d":"Dosje: %s, madhësia: %d, madhësia maximale e dosjes: %d","Thumbnails":"","Drag files here.":"Këtu mund të tërhiqni dosjet","Runtime ran out of available memory.":"Memoria që ishte në dispozicion ka mbaruar.","File count error.":"Gabim në lidhje me numrin e dosjeve.","File extension error.":"Gabim i zgjerimit të dosjes.","mb":"MB","Add Files":"Shtoni dosjet"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"Dosja %d e vendosur në rradhë","%s already present in the queue.":"%s tashmë ekziston në list.","%s specified, but cannot be found.":"","Add Files":"Shtoni dosjet","Add files to the upload queue and click the start button.":"Mbas ngarkimit të dosjeve sipas rradhës duhet të klikoni butonin Start.","b":"B","Close":"Mbyll","Drag files here.":"Këtu mund të tërhiqni dosjet","Duplicate file error.":"Gabim i dublikimit të dosjes.","Error: File too large:":"Gabim: dosja është shumë e madhe:","Error: Invalid file extension:":"Gabim: përhapja e llojit të dosjes është e pavlefshme:","File count error.":"Gabim në lidhje me numrin e dosjeve.","File extension error.":"Gabim i zgjerimit të dosjes.","File size error.":"Gabim i madhësisë së dosjes.","File: %s":"Dosje: %s","File: %s, size: %d, max file size: %d":"Dosje: %s, madhësia: %d, madhësia maximale e dosjes: %d","Filename":"Emri i dosjes","gb":"GB","HTTP Error.":"HTTP Gabim.","Image format either wrong or not supported.":"Formati i fotove është i keq ose nuk është i pranueshëm.","Init error.":"Init gabim.","kb":"KB","List":"","mb":"MB","N/A":"Nuk është në dispozicion","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Memoria që ishte në dispozicion ka mbaruar.","Select files":"Zhgjidhni dosjet","Size":"Madhësia","Start Upload":"Nisja e ngarkimit","Status":"Statusi","Stop Upload":"Ndalimi i ngarkimit","tb":"TB","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Ngarkimi pranon njëherësh vetëm %d dosje, dosjet e tjera nuk do të jenë të ngarkuara.","Upload URL might be wrong or doesn't exist.":"Ngarkimi i URL-s është i gabuar ose nuk ekziston.","Uploaded %d/%d files":"Dosjet e ngarkuara: %d/%d","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/sr.js b/assets/javascripts/plupload/js/i18n/sr.js index 5fc8ad18..7ffbb0e6 100644 --- a/assets/javascripts/plupload/js/i18n/sr.js +++ b/assets/javascripts/plupload/js/i18n/sr.js @@ -1,2 +1,2 @@ // Serbian (sr) -plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"","Size":"Veličina","Close":"Close","You must specify either browse_button or drop_element.":"","Init error.":"Init error.","Add files to the upload queue and click the start button.":"Dodajte fajlove u listu i kliknite na dugme Start.","List":"","Filename":"Naziv fajla","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Status","HTTP Error.":"HTTP Error.","Start Upload":"Počni upload","Error: File too large:":"Error: File too large:","kb":"","Duplicate file error.":"","File size error.":"File size error.","N/A":"N/A","gb":"","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"Izaberite fajlove","%s already present in the queue.":"","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"File: %s","b":"","Uploaded %d/%d files":"Snimljeno %d/%d fajlova","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d files queued","File: %s, size: %d, max file size: %d":"","Thumbnails":"","Drag files here.":"Prevucite fajlove ovde.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"File count error.","File extension error.":"File extension error.","mb":"","Add Files":"Dodaj fajlove"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d files queued","%s already present in the queue.":"","%s specified, but cannot be found.":"","Add Files":"Dodaj fajlove","Add files to the upload queue and click the start button.":"Dodajte fajlove u listu i kliknite na dugme Start.","b":"","Close":"Close","Drag files here.":"Prevucite fajlove ovde.","Duplicate file error.":"","Error: File too large:":"Error: File too large:","Error: Invalid file extension:":"Error: Invalid file extension:","File count error.":"File count error.","File extension error.":"File extension error.","File size error.":"File size error.","File: %s":"File: %s","File: %s, size: %d, max file size: %d":"","Filename":"Naziv fajla","gb":"","HTTP Error.":"HTTP Error.","Image format either wrong or not supported.":"Image format either wrong or not supported.","Init error.":"Init error.","kb":"","List":"","mb":"","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"Runtime ran out of available memory.","Select files":"Izaberite fajlove","Size":"Veličina","Start Upload":"Počni upload","Status":"Status","Stop Upload":"Stop Upload","tb":"","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","Uploaded %d/%d files":"Snimljeno %d/%d fajlova","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/sv.js b/assets/javascripts/plupload/js/i18n/sv.js index 50c27325..22e4438b 100644 --- a/assets/javascripts/plupload/js/i18n/sv.js +++ b/assets/javascripts/plupload/js/i18n/sv.js @@ -1,2 +1,2 @@ // Swedish (sv) -plupload.addI18n({"Stop Upload":"Avbryt","Upload URL might be wrong or doesn't exist.":"URL:en va fel eller existerar inte.","tb":"tb","Size":"Storlek","Close":"Stäng","You must specify either browse_button or drop_element.":"Du behöver specificera browse_button eller drop_element.","Init error.":"Problem vid initialisering.","Add files to the upload queue and click the start button.":"Lägg till filer till kön och tryck på start.","List":"Lista","Filename":"Filnamn","%s specified, but cannot be found.":"%s specificerad, men hittades inte.","Image format either wrong or not supported.":"Bildformatet är fel eller så finns inte stöd för det.","Status":"Status","HTTP Error.":"HTTP problem.","Start Upload":"Starta","Error: File too large:":"Fel: Filen är för stor:","kb":"kb","Duplicate file error.":"Problem med dubbla filer.","File size error.":"Problem med filstorlek.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Fel: Ej godkänd filändelse.","Select files":"Välj filer","%s already present in the queue.":"%s är redan tillagd.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Upplösning utanför gränserna! %s bara bilder upp till %wx%hpx stöds.","File: %s":"Fil: %s","b":"b","Uploaded %d/%d files":"Laddade upp %d/%d filer","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Det går bara lägga till %d filer åt gången, allt utöver detta togs bort.","%d files queued":"%d filer i kö","File: %s, size: %d, max file size: %d":"Fil: %s, storlek: %d, max storlek: %d","Thumbnails":"Miniatyrer","Drag files here.":"Dra filer hit","Runtime ran out of available memory.":"Slut på minne.","File count error.":"Räknefel.","File extension error.":"Problem med filändelse.","mb":"mb","Add Files":"Lägg till"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d filer i kö","%s already present in the queue.":"%s är redan tillagd.","%s specified, but cannot be found.":"%s specificerad, men hittades inte.","Add Files":"Lägg till","Add files to the upload queue and click the start button.":"Lägg till filer till kön och tryck på start.","b":"b","Close":"Stäng","Drag files here.":"Dra filer hit","Duplicate file error.":"Problem med dubbla filer.","Error: File too large:":"Fel: Filen är för stor:","Error: Invalid file extension:":"Fel: Ej godkänd filändelse.","File count error.":"Räknefel.","File extension error.":"Problem med filändelse.","File size error.":"Problem med filstorlek.","File: %s":"Fil: %s","File: %s, size: %d, max file size: %d":"Fil: %s, storlek: %d, max storlek: %d","Filename":"Filnamn","gb":"gb","HTTP Error.":"HTTP problem.","Image format either wrong or not supported.":"Bildformatet är fel eller så finns inte stöd för det.","Init error.":"Problem vid initialisering.","kb":"kb","List":"Lista","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Upplösning utanför gränserna! %s bara bilder upp till %wx%hpx stöds.","Runtime ran out of available memory.":"Slut på minne.","Select files":"Välj filer","Size":"Storlek","Start Upload":"Starta","Status":"Status","Stop Upload":"Avbryt","tb":"tb","Thumbnails":"Miniatyrer","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Det går bara lägga till %d filer åt gången, allt utöver detta togs bort.","Upload URL might be wrong or doesn't exist.":"URL:en va fel eller existerar inte.","Uploaded %d/%d files":"Laddade upp %d/%d filer","You must specify either browse_button or drop_element.":"Du behöver specificera browse_button eller drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/th_TH.js b/assets/javascripts/plupload/js/i18n/th_TH.js index 560e3fbb..a5b57e76 100644 --- a/assets/javascripts/plupload/js/i18n/th_TH.js +++ b/assets/javascripts/plupload/js/i18n/th_TH.js @@ -1,2 +1,2 @@ // Thai (Thailand) (th_TH) -plupload.addI18n({"Stop Upload":"หยุดอัพโหลด","Upload URL might be wrong or doesn't exist.":"URL ของการอัพโหลดอาจจะผิดหรือไม่มีอยู่","tb":"เทราไบต์","Size":"ขนาด","Close":"ปิด","You must specify either browse_button or drop_element.":"","Init error.":"Init เกิดข้อผิดพลาด","Add files to the upload queue and click the start button.":"เพิ่มไฟล์ไปยังคิวอัพโหลดและคลิกที่ปุ่มเริ่ม","List":"","Filename":"ชื่อไฟล์","%s specified, but cannot be found.":"","Image format either wrong or not supported.":"รูปแบบรูปภาพทั้งสองผิดหรือไม่รองรับ","Status":"สถานะ","HTTP Error.":"HTTP เกิดข้อผิดพลาด","Start Upload":"เริ่มอัพโหลด","Error: File too large:":"ข้อผิดพลาด: ไฟล์ใหญ่เกินไป:","kb":"กิโลไบต์","Duplicate file error.":"ไฟล์ที่ซ้ำกันเกิดข้อผิดพลาด","File size error.":"ขนาดไฟล์เกิดข้อผิดพลาด","N/A":"N/A","gb":"กิกะไบต์","Error: Invalid file extension:":"ข้อผิดพลาด: นามสกุลไฟล์ไม่ถูกต้อง:","Select files":"เลือกไฟล์","%s already present in the queue.":"%s อยู่ในคิวแล้ว","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","File: %s":"ไฟล์: %s","b":"ไบต์","Uploaded %d/%d files":"อัพโหลดแล้ว %d/%d ไฟล์","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"การอัพโหลดจะยอมรับเฉพาะ %d ไฟล์(s) ในช่วงเวลาเดียวกัน เมื่อไฟล์พิเศษถูกปลดออก","%d files queued":"%d ไฟล์ที่อยู่ในคิว","File: %s, size: %d, max file size: %d":"ไฟล์: %s, ขนาด: %d, ขนาดไฟล์สูงสุด: %d","Thumbnails":"","Drag files here.":"ลากไฟล์มาที่นี่","Runtime ran out of available memory.":"รันไทม์วิ่งออกมาจากหน่วยความจำ","File count error.":"การนับไฟล์เกิดข้อผิดพลาด","File extension error.":"นามสกุลไฟล์เกิดข้อผิดพลาด","mb":"เมกะไบต์","Add Files":"เพิ่มไฟล์"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d ไฟล์ที่อยู่ในคิว","%s already present in the queue.":"%s อยู่ในคิวแล้ว","%s specified, but cannot be found.":"","Add Files":"เพิ่มไฟล์","Add files to the upload queue and click the start button.":"เพิ่มไฟล์ไปยังคิวอัพโหลดและคลิกที่ปุ่มเริ่ม","b":"ไบต์","Close":"ปิด","Drag files here.":"ลากไฟล์มาที่นี่","Duplicate file error.":"ไฟล์ที่ซ้ำกันเกิดข้อผิดพลาด","Error: File too large:":"ข้อผิดพลาด: ไฟล์ใหญ่เกินไป:","Error: Invalid file extension:":"ข้อผิดพลาด: นามสกุลไฟล์ไม่ถูกต้อง:","File count error.":"การนับไฟล์เกิดข้อผิดพลาด","File extension error.":"นามสกุลไฟล์เกิดข้อผิดพลาด","File size error.":"ขนาดไฟล์เกิดข้อผิดพลาด","File: %s":"ไฟล์: %s","File: %s, size: %d, max file size: %d":"ไฟล์: %s, ขนาด: %d, ขนาดไฟล์สูงสุด: %d","Filename":"ชื่อไฟล์","gb":"กิกะไบต์","HTTP Error.":"HTTP เกิดข้อผิดพลาด","Image format either wrong or not supported.":"รูปแบบรูปภาพทั้งสองผิดหรือไม่รองรับ","Init error.":"Init เกิดข้อผิดพลาด","kb":"กิโลไบต์","List":"","mb":"เมกะไบต์","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"","Runtime ran out of available memory.":"รันไทม์วิ่งออกมาจากหน่วยความจำ","Select files":"เลือกไฟล์","Size":"ขนาด","Start Upload":"เริ่มอัพโหลด","Status":"สถานะ","Stop Upload":"หยุดอัพโหลด","tb":"เทราไบต์","Thumbnails":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"การอัพโหลดจะยอมรับเฉพาะ %d ไฟล์(s) ในช่วงเวลาเดียวกัน เมื่อไฟล์พิเศษถูกปลดออก","Upload URL might be wrong or doesn't exist.":"URL ของการอัพโหลดอาจจะผิดหรือไม่มีอยู่","Uploaded %d/%d files":"อัพโหลดแล้ว %d/%d ไฟล์","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/tr.js b/assets/javascripts/plupload/js/i18n/tr.js index a3c0ac8c..5ac0f153 100644 --- a/assets/javascripts/plupload/js/i18n/tr.js +++ b/assets/javascripts/plupload/js/i18n/tr.js @@ -1,2 +1,2 @@ // Turkish (tr) -plupload.addI18n({"Stop Upload":"Yüklemeyi durdur","Upload URL might be wrong or doesn't exist.":"URL yok ya da hatalı olabilir.","tb":"tb","Size":"Boyut","Close":"Kapat","You must specify either browse_button or drop_element.":"browse_button veya drop_element değişkenlerini belirlemelisiniz.","Init error.":"Başlangıç hatası.","Add files to the upload queue and click the start button.":"Dosyaları kuyruğa ekleyin ve başlatma butonuna tıklayın.","List":"Liste","Filename":"Dosya adı","%s specified, but cannot be found.":"%s tanımlandı fakat bulunamadı.","Image format either wrong or not supported.":"Resim formatı yanlış ya da desteklenmiyor.","Status":"Durum","HTTP Error.":"HTTP hatası.","Start Upload":"Yüklemeyi başlat","Error: File too large:":"Hata: Dosya çok büyük:","kb":"kb","Duplicate file error.":"Yinelenen dosya hatası.","File size error.":"Dosya boyutu hatası.","N/A":"-","gb":"gb","Error: Invalid file extension:":"Hata: Geçersiz dosya uzantısı:","Select files":"Dosyaları seç","%s already present in the queue.":"%s kuyrukta zaten mevcut.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Çözünürlük sınırların dışındadır! %s modu en fazla %wx%hpx desteklemektedir.","File: %s":"Dosya: %s","b":"bayt","Uploaded %d/%d files":"%d/%d dosya yüklendi","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Yükleme elemanı aynı anda %d dosya kabul eder. Ekstra dosyalar işleme konulmaz.","%d files queued":"Kuyrukta %d dosya var.","File: %s, size: %d, max file size: %d":"Dosya: %s, boyut: %d, maksimum dosya boyutu: %d","Thumbnails":"Önizlemeler","Drag files here.":"Dosyaları buraya bırakın.","Runtime ran out of available memory.":"İşlem için yeterli bellek yok.","File count error.":"Dosya sayım hatası.","File extension error.":"Dosya uzantısı hatası.","mb":"mb","Add Files":"Dosya ekle"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"Kuyrukta %d dosya var.","%s already present in the queue.":"%s kuyrukta zaten mevcut.","%s specified, but cannot be found.":"%s tanımlandı fakat bulunamadı.","Add Files":"Dosya ekle","Add files to the upload queue and click the start button.":"Dosyaları kuyruğa ekleyin ve başlatma butonuna tıklayın.","b":"bayt","Close":"Kapat","Drag files here.":"Dosyaları buraya bırakın.","Duplicate file error.":"Yinelenen dosya hatası.","Error: File too large:":"Hata: Dosya çok büyük:","Error: Invalid file extension:":"Hata: Geçersiz dosya uzantısı:","File count error.":"Dosya sayım hatası.","File extension error.":"Dosya uzantısı hatası.","File size error.":"Dosya boyutu hatası.","File: %s":"Dosya: %s","File: %s, size: %d, max file size: %d":"Dosya: %s, boyut: %d, maksimum dosya boyutu: %d","Filename":"Dosya adı","gb":"gb","HTTP Error.":"HTTP hatası.","Image format either wrong or not supported.":"Resim formatı yanlış ya da desteklenmiyor.","Init error.":"Başlangıç hatası.","kb":"kb","List":"Liste","mb":"mb","N/A":"-","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Çözünürlük sınırların dışındadır! %s modu en fazla %wx%hpx desteklemektedir.","Runtime ran out of available memory.":"İşlem için yeterli bellek yok.","Select files":"Dosyaları seç","Size":"Boyut","Start Upload":"Yüklemeyi başlat","Status":"Durum","Stop Upload":"Yüklemeyi durdur","tb":"tb","Thumbnails":"Önizlemeler","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Yükleme elemanı aynı anda %d dosya kabul eder. Ekstra dosyalar işleme konulmaz.","Upload URL might be wrong or doesn't exist.":"URL yok ya da hatalı olabilir.","Uploaded %d/%d files":"%d/%d dosya yüklendi","You must specify either browse_button or drop_element.":"browse_button veya drop_element değişkenlerini belirlemelisiniz."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/uk_UA.js b/assets/javascripts/plupload/js/i18n/uk_UA.js index f07d0e71..8e7eb3cc 100644 --- a/assets/javascripts/plupload/js/i18n/uk_UA.js +++ b/assets/javascripts/plupload/js/i18n/uk_UA.js @@ -1,2 +1,2 @@ // Ukrainian (Ukraine) (uk_UA) -plupload.addI18n({"Stop Upload":"Зупинити завантаження","Upload URL might be wrong or doesn't exist.":"Адреса завантаження неправильна або не існує.","tb":"тб","Size":"Розмір","Close":"Закрити","You must specify either browse_button or drop_element.":"Ви маєте вказати або browse_button, або drop_element.","Init error.":"Помилка ініціалізації.","Add files to the upload queue and click the start button.":"Додайте файли в чергу та натисніть кнопку \"Завантажити файли\".","List":"Список","Filename":"Назва файлу","%s specified, but cannot be found.":"%s вказано, але не може бути знайдено.","Image format either wrong or not supported.":"Формат картинки не правильний або не підтримується.","Status":"Статус","HTTP Error.":"Помилка HTTP.","Start Upload":"Почати завантаження","Error: File too large:":"Помилка: Файл занадто великий:","kb":"кб","Duplicate file error.":"Такий файл вже присутній в черзі.","File size error.":"Неправильний розмір файлу.","N/A":"Н/Д","gb":"гб","Error: Invalid file extension:":"Помилка: У файлу неправильне розширення:","Select files":"Оберіть файли","%s already present in the queue.":"%s вже присутній у черзі.","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Роздільна здатність поза межами! Робоче середовище %s підтримує зображення лише до %wx%hpx.","File: %s":"Файл: %s","b":"б","Uploaded %d/%d files":"Завантажено %d/%d файлів","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Завантажувальний елемент приймає лише %d файл(ів) одночасно. Зайві файли було відкинуто.","%d files queued":"В черзі %d файл(ів)","File: %s, size: %d, max file size: %d":"Файл: %s, розмір: %d, макс. розмір файлу: %d","Thumbnails":"Мініатюри","Drag files here.":"Перетягніть файли сюди.","Runtime ran out of available memory.":"Робоче середовище перевищило ліміт доступної пам'яті.","File count error.":"Занадто багато файлів.","File extension error.":"Неправильне розширення файлу.","mb":"мб","Add Files":"Додати файли"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"В черзі %d файл(ів)","%s already present in the queue.":"%s вже присутній у черзі.","%s specified, but cannot be found.":"%s вказано, але не може бути знайдено.","Add Files":"Додати файли","Add files to the upload queue and click the start button.":"Додайте файли в чергу та натисніть кнопку \"Завантажити файли\".","b":"б","Close":"Закрити","Drag files here.":"Перетягніть файли сюди.","Duplicate file error.":"Такий файл вже присутній в черзі.","Error: File too large:":"Помилка: Файл занадто великий:","Error: Invalid file extension:":"Помилка: У файлу неправильне розширення:","File count error.":"Занадто багато файлів.","File extension error.":"Неправильне розширення файлу.","File size error.":"Неправильний розмір файлу.","File: %s":"Файл: %s","File: %s, size: %d, max file size: %d":"Файл: %s, розмір: %d, макс. розмір файлу: %d","Filename":"Назва файлу","gb":"гб","HTTP Error.":"Помилка HTTP.","Image format either wrong or not supported.":"Формат картинки не правильний або не підтримується.","Init error.":"Помилка ініціалізації.","kb":"кб","List":"Список","mb":"мб","N/A":"Н/Д","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Роздільна здатність поза межами! Робоче середовище %s підтримує зображення лише до %wx%hpx.","Runtime ran out of available memory.":"Робоче середовище перевищило ліміт доступної пам'яті.","Select files":"Оберіть файли","Size":"Розмір","Start Upload":"Почати завантаження","Status":"Статус","Stop Upload":"Зупинити завантаження","tb":"тб","Thumbnails":"Мініатюри","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Завантажувальний елемент приймає лише %d файл(ів) одночасно. Зайві файли було відкинуто.","Upload URL might be wrong or doesn't exist.":"Адреса завантаження неправильна або не існує.","Uploaded %d/%d files":"Завантажено %d/%d файлів","You must specify either browse_button or drop_element.":"Ви маєте вказати або browse_button, або drop_element."}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/vi.js b/assets/javascripts/plupload/js/i18n/vi.js index e11a6888..a74d0416 100644 --- a/assets/javascripts/plupload/js/i18n/vi.js +++ b/assets/javascripts/plupload/js/i18n/vi.js @@ -1,2 +1,2 @@ // Vietnamese (vi) -plupload.addI18n({"Stop Upload":"Dừng","Upload URL might be wrong or doesn't exist.":"Đường dẫn URL tải lên không đúng hoặc không tồn tại.","tb":"TB","Size":"Dung lượng","Close":"Đóng","You must specify either browse_button or drop_element.":"","Init error.":"Lỗi khởi tạo","Add files to the upload queue and click the start button.":"Thêm tập tin để tải lên và bấm vào nút bắt đầu","List":"Danh sách","Filename":"Tên tập tin","%s specified, but cannot be found.":"%s đã chỉ định nhưng không thể tìm thấy.","Image format either wrong or not supported.":"Định dạng hình ảnh không đúng hoặc không được hỗ trợ.","Status":"Trạng thái","HTTP Error.":"Lỗi HTTP","Start Upload":"Bắt đầu","Error: File too large:":"Lỗi: Dung lượng tập tin quá lớn:","kb":"KB","Duplicate file error.":"Tập tin đã tồn tại","File size error.":"Lỗi dung lượng tập tin","N/A":"Chưa có thông tin","gb":"GB","Error: Invalid file extension:":"Lỗi: Định dạng tập tin không xác định:","Select files":"Chọn tập tin","%s already present in the queue.":"%s đã có trong danh sách chờ tải lên","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Độ phân giải quá lớn! %s chỉ hỗ trợ kích thước tối đa %wx%hpx.","File: %s":"Tập tin: %s","b":"B","Uploaded %d/%d files":"Đã tải lên %d/%d tập tin","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Chỉ có thể tải lên (%d) tập tin cùng một lúc. Những tập tin còn lại đã bị huỷ bỏ.","%d files queued":"%d tập tin trong danh sách chờ","File: %s, size: %d, max file size: %d":"Tập tin: %s, dung lượng %d, dung lượng tối đa: %d","Thumbnails":"Ảnh thu nhỏ","Drag files here.":"Thả tập tin vào đây","Runtime ran out of available memory.":"Thời gian chạy vượt quá giới hạn bộ nhớ cho phép.","File count error.":"Lỗi đếm tập tin","File extension error.":"Lỗi định dạng tập tin","mb":"MB","Add Files":"Thêm tập tin"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d tập tin trong danh sách chờ","%s already present in the queue.":"%s đã có trong danh sách chờ tải lên","%s specified, but cannot be found.":"%s đã chỉ định nhưng không thể tìm thấy.","Add Files":"Thêm tập tin","Add files to the upload queue and click the start button.":"Thêm tập tin để tải lên và bấm vào nút bắt đầu","b":"B","Close":"Đóng","Drag files here.":"Thả tập tin vào đây","Duplicate file error.":"Tập tin đã tồn tại","Error: File too large:":"Lỗi: Dung lượng tập tin quá lớn:","Error: Invalid file extension:":"Lỗi: Định dạng tập tin không xác định:","File count error.":"Lỗi đếm tập tin","File extension error.":"Lỗi định dạng tập tin","File size error.":"Lỗi dung lượng tập tin","File: %s":"Tập tin: %s","File: %s, size: %d, max file size: %d":"Tập tin: %s, dung lượng %d, dung lượng tối đa: %d","Filename":"Tên tập tin","gb":"GB","HTTP Error.":"Lỗi HTTP","Image format either wrong or not supported.":"Định dạng hình ảnh không đúng hoặc không được hỗ trợ.","Init error.":"Lỗi khởi tạo","kb":"KB","List":"Danh sách","mb":"MB","N/A":"Chưa có thông tin","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"Độ phân giải quá lớn! %s chỉ hỗ trợ kích thước tối đa %wx%hpx.","Runtime ran out of available memory.":"Thời gian chạy vượt quá giới hạn bộ nhớ cho phép.","Select files":"Chọn tập tin","Size":"Dung lượng","Start Upload":"Bắt đầu","Status":"Trạng thái","Stop Upload":"Dừng","tb":"TB","Thumbnails":"Ảnh thu nhỏ","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Chỉ có thể tải lên (%d) tập tin cùng một lúc. Những tập tin còn lại đã bị huỷ bỏ.","Upload URL might be wrong or doesn't exist.":"Đường dẫn URL tải lên không đúng hoặc không tồn tại.","Uploaded %d/%d files":"Đã tải lên %d/%d tập tin","You must specify either browse_button or drop_element.":""}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/zh_CN.js b/assets/javascripts/plupload/js/i18n/zh_CN.js index 608d41ee..c498908a 100644 --- a/assets/javascripts/plupload/js/i18n/zh_CN.js +++ b/assets/javascripts/plupload/js/i18n/zh_CN.js @@ -1,2 +1,2 @@ // Chinese (China) (zh_CN) -plupload.addI18n({"Stop Upload":"停止上传","Upload URL might be wrong or doesn't exist.":"上传的URL可能是错误的或不存在。","tb":"tb","Size":"大小","Close":"关闭","You must specify either browse_button or drop_element.":"您必须指定 browse_button 或者 drop_element。","Init error.":"初始化错误。","Add files to the upload queue and click the start button.":"将文件添加到上传队列,然后点击”开始上传“按钮。","List":"列表","Filename":"文件名","%s specified, but cannot be found.":"%s 已指定,但是没有找到。","Image format either wrong or not supported.":"图片格式错误或者不支持。","Status":"状态","HTTP Error.":"HTTP 错误。","Start Upload":"开始上传","Error: File too large:":"错误: 文件太大:","kb":"kb","Duplicate file error.":"重复文件错误。","File size error.":"文件大小错误。","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"错误:无效的文件扩展名:","Select files":"选择文件","%s already present in the queue.":"%s 已经在当前队列里。","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"超限。%s 支持最大 %wx%hpx 的图片。","File: %s":"文件: %s","b":"b","Uploaded %d/%d files":"已上传 %d/%d 个文件","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"每次只接受同时上传 %d 个文件,多余的文件将会被删除。","%d files queued":"%d 个文件加入到队列","File: %s, size: %d, max file size: %d":"文件: %s, 大小: %d, 最大文件大小: %d","Thumbnails":"缩略图","Drag files here.":"把文件拖到这里。","Runtime ran out of available memory.":"运行时已消耗所有可用内存。","File count error.":"文件数量错误。","File extension error.":"文件扩展名错误。","mb":"mb","Add Files":"增加文件"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d 个文件加入到队列","%s already present in the queue.":"%s 已经在当前队列里。","%s specified, but cannot be found.":"%s 已指定,但是没有找到。","Add Files":"增加文件","Add files to the upload queue and click the start button.":"将文件添加到上传队列,然后点击”开始上传“按钮。","b":"b","Close":"关闭","Drag files here.":"把文件拖到这里。","Duplicate file error.":"重复文件错误。","Error: File too large:":"错误: 文件太大:","Error: Invalid file extension:":"错误:无效的文件扩展名:","File count error.":"文件数量错误。","File extension error.":"文件扩展名错误。","File size error.":"文件大小错误。","File: %s":"文件: %s","File: %s, size: %d, max file size: %d":"文件: %s, 大小: %d, 最大文件大小: %d","Filename":"文件名","gb":"gb","HTTP Error.":"HTTP 错误。","Image format either wrong or not supported.":"图片格式错误或者不支持。","Init error.":"初始化错误。","kb":"kb","List":"列表","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"超限。%s 支持最大 %wx%hpx 的图片。","Runtime ran out of available memory.":"运行时已消耗所有可用内存。","Select files":"选择文件","Size":"大小","Start Upload":"开始上传","Status":"状态","Stop Upload":"停止上传","tb":"tb","Thumbnails":"缩略图","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"每次只接受同时上传 %d 个文件,多余的文件将会被删除。","Upload URL might be wrong or doesn't exist.":"上传的URL可能是错误的或不存在。","Uploaded %d/%d files":"已上传 %d/%d 个文件","You must specify either browse_button or drop_element.":"您必须指定 browse_button 或者 drop_element。"}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/i18n/zh_TW.js b/assets/javascripts/plupload/js/i18n/zh_TW.js index a976cb67..cd7ddad7 100644 --- a/assets/javascripts/plupload/js/i18n/zh_TW.js +++ b/assets/javascripts/plupload/js/i18n/zh_TW.js @@ -1,2 +1,2 @@ // Chinese (Taiwan) (zh_TW) -plupload.addI18n({"Stop Upload":"停止上傳","Upload URL might be wrong or doesn't exist.":"檔案URL可能有誤或者不存在。","tb":"tb","Size":"大小","Close":"關閉","You must specify either browse_button or drop_element.":"您必須指定 browse_button 或 drop_element。","Init error.":"初始化錯誤。","Add files to the upload queue and click the start button.":"將檔案加入上傳序列,然後點選”開始上傳“按鈕。","List":"清單","Filename":"檔案名稱","%s specified, but cannot be found.":"找不到已選擇的 %s。","Image format either wrong or not supported.":"圖片格式錯誤或者不支援。","Status":"狀態","HTTP Error.":"HTTP 錯誤。","Start Upload":"開始上傳","Error: File too large:":"錯誤: 檔案大小太大:","kb":"kb","Duplicate file error.":"錯誤:檔案重複。","File size error.":"錯誤:檔案大小超過限制。","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"錯誤:不接受的檔案格式:","Select files":"選擇檔案","%s already present in the queue.":"%s 已經存在目前的檔案序列。","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"圖片解析度超出範圍! %s 最高只支援到 %wx%hpx。","File: %s":"檔案: %s","b":"b","Uploaded %d/%d files":"已上傳 %d/%d 個文件","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"每次只能上傳 %d 個檔案,超過限制數量的檔案將被忽略。","%d files queued":"%d 個檔案加入到序列","File: %s, size: %d, max file size: %d":"檔案: %s, 大小: %d, 檔案大小上限: %d","Thumbnails":"縮圖","Drag files here.":"把檔案拖曳到這裡。","Runtime ran out of available memory.":"執行時耗盡了所有可用的記憶體。","File count error.":"檔案數量錯誤。","File extension error.":"檔案副檔名錯誤。","mb":"mb","Add Files":"增加檔案"}); \ No newline at end of file +plupload.addI18n({"%d files queued":"%d 個檔案加入到序列","%s already present in the queue.":"%s 已經存在目前的檔案序列。","%s specified, but cannot be found.":"找不到已選擇的 %s。","Add Files":"增加檔案","Add files to the upload queue and click the start button.":"將檔案加入上傳序列,然後點選”開始上傳“按鈕。","b":"b","Close":"關閉","Drag files here.":"把檔案拖曳到這裡。","Duplicate file error.":"錯誤:檔案重複。","Error: File too large:":"錯誤: 檔案大小太大:","Error: Invalid file extension:":"錯誤:不接受的檔案格式:","File count error.":"檔案數量錯誤。","File extension error.":"檔案副檔名錯誤。","File size error.":"錯誤:檔案大小超過限制。","File: %s":"檔案: %s","File: %s, size: %d, max file size: %d":"檔案: %s, 大小: %d, 檔案大小上限: %d","Filename":"檔案名稱","gb":"gb","HTTP Error.":"HTTP 錯誤。","Image format either wrong or not supported.":"圖片格式錯誤或者不支援。","Init error.":"初始化錯誤。","kb":"kb","List":"清單","mb":"mb","N/A":"N/A","Resoultion out of boundaries! %s runtime supports images only up to %wx%hpx.":"圖片解析度超出範圍! %s 最高只支援到 %wx%hpx。","Runtime ran out of available memory.":"執行時耗盡了所有可用的記憶體。","Select files":"選擇檔案","Size":"大小","Start Upload":"開始上傳","Status":"狀態","Stop Upload":"停止上傳","tb":"tb","Thumbnails":"縮圖","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"每次只能上傳 %d 個檔案,超過限制數量的檔案將被忽略。","Upload URL might be wrong or doesn't exist.":"檔案URL可能有誤或者不存在。","Uploaded %d/%d files":"已上傳 %d/%d 個文件","You must specify either browse_button or drop_element.":"您必須指定 browse_button 或 drop_element。"}); \ No newline at end of file diff --git a/assets/javascripts/plupload/js/jquery.ui.plupload/jquery.ui.plupload.js b/assets/javascripts/plupload/js/jquery.ui.plupload/jquery.ui.plupload.js index 4dee32ce..9b8db0bc 100644 --- a/assets/javascripts/plupload/js/jquery.ui.plupload/jquery.ui.plupload.js +++ b/assets/javascripts/plupload/js/jquery.ui.plupload/jquery.ui.plupload.js @@ -1,8 +1,8 @@ /** * jquery.ui.plupload.js * - * Copyright 2013, Moxiecode Systems AB - * Released under GPL License. + * Copyright 2017, Ephox + * Released under AGPLv3 License. * * License: http://www.plupload.com/license * Contributing: http://www.plupload.com/contributing @@ -12,7 +12,7 @@ * jquery.ui.widget.js * jquery.ui.button.js * jquery.ui.progressbar.js - * + * * Optionally: * jquery.ui.sortable.js */ @@ -22,11 +22,11 @@ /** jQuery UI based implementation of the Plupload API - multi-runtime file uploading API. -To use the widget you must include _jQuery_ and _jQuery UI_ bundle (including `ui.core`, `ui.widget`, `ui.button`, +To use the widget you must include _jQuery_ and _jQuery UI_ bundle (including `ui.core`, `ui.widget`, `ui.button`, `ui.progressbar` and `ui.sortable`). -In general the widget is designed the way that you do not usually need to do anything to it after you instantiate it. -But! You still can intervenue, to some extent, in case you need to. Although, due to the fact that widget is based on +In general the widget is designed the way that you do not usually need to do anything to it after you instantiate it. +But! You still can intervenue, to some extent, in case you need to. Although, due to the fact that widget is based on _jQuery UI_ widget factory, there are some specifics. See examples below for more details. @example @@ -58,7 +58,7 @@ _jQuery UI_ widget factory, there are some specifics. See examples below for mor @example // Subscribing to the events... // ... on initialization: - $('#uploader').plupload({ + $('#uploader').plupload({ ... viewchanged: function(event, args) { // stuff ... @@ -102,10 +102,10 @@ _jQuery UI_ widget factory, there are some specifics. See examples below for mor @param {Boolean} [settings.dragdrop=true] Enable ability to add file to the queue by drag'n'dropping them from the desktop. @param {Boolean} [settings.rename=false] Enable ability to rename files in the queue. @param {Boolean} [settings.sortable=false] Enable ability to sort files in the queue, changing their uploading priority. - @param {Object} [settings.buttons] Control the visibility of functional buttons. + @param {Object} [settings.buttons] Control the visibility of functional buttons. @param {Boolean} [settings.buttons.browse=true] Display browse button. @param {Boolean} [settings.buttons.start=true] Display start button. - @param {Boolean} [settings.buttons.stop=true] Display stop button. + @param {Boolean} [settings.buttons.stop=true] Display stop button. @param {Object} [settings.views] Control various views of the file queue. @param {Boolean} [settings.views.list=true] Enable list view. @param {Boolean} [settings.views.thumbs=false] Enable thumbs view. @@ -113,7 +113,7 @@ _jQuery UI_ widget factory, there are some specifics. See examples below for mor @param {Boolean} [settings.views.remember=true] Whether to remember the current view (requires jQuery Cookie plugin). @param {Boolean} [settings.multiple_queues=true] Re-activate the widget after each upload procedure. */ -;(function(window, document, plupload, o, $) { +;(function(window, document, plupload, $) { /** Dispatched when the widget is initialized and ready. @@ -198,13 +198,13 @@ Dispatched when error of some kind is detected. @param {Enum} status Status constant matching the plupload states QUEUED, UPLOADING, FAILED, DONE. */ -var uploaders = {}; - +var uploaders = {}; + function _(str) { return plupload.translate(str) || str; } -function renderUI(obj) { +function renderUI(obj) { obj.id = obj.attr('id'); obj.html( @@ -236,7 +236,7 @@ function renderUI(obj) { '
' + '
 
' + '' + - + '' + '' + '