plupload-assets 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +17 -0
- data/.rvmrc +1 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +22 -0
- data/README.md +31 -0
- data/Rakefile +1 -0
- data/lib/plupload-assets.rb +6 -0
- data/lib/plupload/rails/engine.rb +7 -0
- data/lib/plupload/version.rb +4 -0
- data/plupload-assets.gemspec +20 -0
- data/vendor/assets/javascripts/plupload/i18n/cs.js +14 -0
- data/vendor/assets/javascripts/plupload/i18n/da.js +12 -0
- data/vendor/assets/javascripts/plupload/i18n/de.js +24 -0
- data/vendor/assets/javascripts/plupload/i18n/el.js +14 -0
- data/vendor/assets/javascripts/plupload/i18n/es.js +25 -0
- data/vendor/assets/javascripts/plupload/i18n/et.js +33 -0
- data/vendor/assets/javascripts/plupload/i18n/fa.js +37 -0
- data/vendor/assets/javascripts/plupload/i18n/fi.js +33 -0
- data/vendor/assets/javascripts/plupload/i18n/fr-ca.js +35 -0
- data/vendor/assets/javascripts/plupload/i18n/fr.js +25 -0
- data/vendor/assets/javascripts/plupload/i18n/hr.js +25 -0
- data/vendor/assets/javascripts/plupload/i18n/hu.js +33 -0
- data/vendor/assets/javascripts/plupload/i18n/it.js +24 -0
- data/vendor/assets/javascripts/plupload/i18n/ja.js +37 -0
- data/vendor/assets/javascripts/plupload/i18n/ko.js +36 -0
- data/vendor/assets/javascripts/plupload/i18n/lv.js +33 -0
- data/vendor/assets/javascripts/plupload/i18n/nl.js +21 -0
- data/vendor/assets/javascripts/plupload/i18n/pl.js +24 -0
- data/vendor/assets/javascripts/plupload/i18n/pt-br.js +35 -0
- data/vendor/assets/javascripts/plupload/i18n/ro.js +24 -0
- data/vendor/assets/javascripts/plupload/i18n/ru.js +21 -0
- data/vendor/assets/javascripts/plupload/i18n/sk.js +25 -0
- data/vendor/assets/javascripts/plupload/i18n/sr.js +14 -0
- data/vendor/assets/javascripts/plupload/i18n/sv.js +12 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css +177 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/backgrounds.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/buttons-disabled.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/buttons.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/delete.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/done.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/error.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/throbber.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/transp50.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/jquery.plupload.queue.js +1 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/css/jquery.ui.plupload.css +147 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/img/plupload-bw.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/img/plupload.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/jquery.ui.plupload.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.browserplus.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.flash.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.flash.swf +0 -0
- data/vendor/assets/javascripts/plupload/plupload.full.js +2 -0
- data/vendor/assets/javascripts/plupload/plupload.gears.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.html4.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.html5.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.js +2 -0
- data/vendor/assets/javascripts/plupload/plupload.silverlight.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.silverlight.xap +0 -0
- metadata +126 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Italian
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Seleziona i files',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Aggiungi i file alla coda di caricamento e clicca il pulsante di avvio.',
|
|
5
|
+
'Filename' : 'Nome file',
|
|
6
|
+
'Status' : 'Stato',
|
|
7
|
+
'Size' : 'Dimensione',
|
|
8
|
+
'Add Files' : 'Aggiungi file',
|
|
9
|
+
'Stop current upload' : 'Interrompi il caricamento',
|
|
10
|
+
'Start uploading queue' : 'Avvia il caricamento',
|
|
11
|
+
'Uploaded %d/%d files': 'Caricati %d/%d file',
|
|
12
|
+
'N/A' : 'N/D',
|
|
13
|
+
'Drag files here.' : 'Trascina i file qui.',
|
|
14
|
+
'File extension error.': 'Errore estensione file.',
|
|
15
|
+
'File size error.': 'Errore dimensione file.',
|
|
16
|
+
'Init error.': 'Errore inizializzazione.',
|
|
17
|
+
'HTTP Error.': 'Errore HTTP.',
|
|
18
|
+
'Security error.': 'Errore sicurezza.',
|
|
19
|
+
'Generic error.': 'Errore generico.',
|
|
20
|
+
'IO error.': 'Errore IO.',
|
|
21
|
+
'Stop Upload': 'Ferma Upload',
|
|
22
|
+
'Start Upload': 'Inizia Upload',
|
|
23
|
+
'%d files queued': '%d file in lista'
|
|
24
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Japanese
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'ファイル選択',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'ファイルをアップロードキューに追加してスタートボタンをクリックしてください',
|
|
5
|
+
'Filename' : 'ファイル名',
|
|
6
|
+
'Status' : 'ステータス',
|
|
7
|
+
'Size' : 'サイズ',
|
|
8
|
+
'Add Files' : 'ファイルを追加',
|
|
9
|
+
'Stop Upload' : 'アップロード停止',
|
|
10
|
+
'Start Upload' : 'アップロード',
|
|
11
|
+
'Add files' : 'ファイルを追加',
|
|
12
|
+
'Add files.' : 'ファイルを追加',
|
|
13
|
+
'Stop current upload' : '現在のアップロードを停止',
|
|
14
|
+
'Start uploading queue' : 'アップロード',
|
|
15
|
+
'Stop upload' : 'アップロード停止',
|
|
16
|
+
'Start upload' : 'アップロード',
|
|
17
|
+
'Uploaded %d/%d files': 'アップロード中 %d/%d ファイル',
|
|
18
|
+
'N/A' : 'N/A',
|
|
19
|
+
'Drag files here.' : 'ここにファイルをドラッグ',
|
|
20
|
+
'File extension error.': 'ファイル拡張子エラー',
|
|
21
|
+
'File size error.': 'ファイルサイズエラー',
|
|
22
|
+
'File count error.': 'ファイル数エラー',
|
|
23
|
+
'Init error.': 'イニシャライズエラー',
|
|
24
|
+
'HTTP Error.': 'HTTP エラー',
|
|
25
|
+
'Security error.': 'セキュリティエラー',
|
|
26
|
+
'Generic error.': 'エラー',
|
|
27
|
+
'IO error.': 'IO エラー',
|
|
28
|
+
'File: %s': 'ファイル: %s',
|
|
29
|
+
'Close': '閉じる',
|
|
30
|
+
'%d files queued': '%d ファイルが追加されました',
|
|
31
|
+
'Using runtime: ': 'モード: ',
|
|
32
|
+
'File: %f, size: %s, max file size: %m': 'ファイル: %f, サイズ: %s, 最大ファイルサイズ: %m',
|
|
33
|
+
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'アップロード可能なファイル数は %d です。余分なファイルは削除されました',
|
|
34
|
+
'Upload URL might be wrong or doesn\'t exist': 'アップロード先の URL が存在しません',
|
|
35
|
+
'Error: File too large: ': 'エラー: サイズが大きすぎます: ',
|
|
36
|
+
'Error: Invalid file extension: ': 'エラー: 拡張子が許可されていません: '
|
|
37
|
+
});
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// Republic of Korea
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : '파일 선택',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : '파일을 업로드 큐에 추가하여 시작 버튼을 클릭하십시오.',
|
|
5
|
+
'Filename' : '파일 이름',
|
|
6
|
+
'Status' : '상태',
|
|
7
|
+
'Size' : '크기',
|
|
8
|
+
'Add Files' : '파일 추가',
|
|
9
|
+
'Stop Upload': '업로드 중지',
|
|
10
|
+
'Start Upload': '업로드',
|
|
11
|
+
'Add files': '파일 추가',
|
|
12
|
+
'Stop current upload': '현재 업로드를 정지',
|
|
13
|
+
'Start uploading queue': '업로드',
|
|
14
|
+
'Stop upload': '업로드 중지',
|
|
15
|
+
'Start upload': '업로드',
|
|
16
|
+
'Uploaded % d / % d files': '업로드 중 % d / % d 파일',
|
|
17
|
+
'N / A': 'N / A',
|
|
18
|
+
'Drag files here': '여기에 파일을 드래그',
|
|
19
|
+
'File extension error': '파일 확장자 오류',
|
|
20
|
+
'File size error': '파일 크기 오류',
|
|
21
|
+
'File count error': '이미지 : 오류',
|
|
22
|
+
'Init error': '초기화 오류',
|
|
23
|
+
'HTTP Error': 'HTTP 오류',
|
|
24
|
+
'Security error': '보안 오류',
|
|
25
|
+
'Generic error': '오류',
|
|
26
|
+
'IO error': 'IO 오류',
|
|
27
|
+
'File : % s': '파일 % s',
|
|
28
|
+
'Close': '닫기',
|
|
29
|
+
'% d files queued': '% d 파일이 추가되었습니다',
|
|
30
|
+
'Using runtime :': '모드',
|
|
31
|
+
'File : % f, size : % s, max file size : % m': '파일 : % f, 크기 : % s, 최대 파일 크기 : % m',
|
|
32
|
+
'Upload element accepts only % d file (s) at a time. Extra files were stripped': '업로드 가능한 파일의 수는 % d입니다. 불필요한 파일은 삭제되었습니다 ',
|
|
33
|
+
'Upload URL might be wrong or doesn \'t exist ':'업로드할 URL이 존재하지 않습니다 ',
|
|
34
|
+
'Error : File too large :': '오류 : 크기가 너무 큽니다',
|
|
35
|
+
'Error : Invalid file extension :': '오류 : 확장자가 허용되지 않습니다 :'
|
|
36
|
+
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// .lv file like language pack
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Izvēlieties failus',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Pieveinojiet failus rindai un klikšķiniet uz "Sākt augšupielādi" pogas.',
|
|
5
|
+
'Filename' : 'Faila nosaukums',
|
|
6
|
+
'Status' : 'Statuss',
|
|
7
|
+
'Size' : 'Izmērs',
|
|
8
|
+
'Add files' : 'Pievienot failus',
|
|
9
|
+
'Stop current upload' : 'Apturēt pašreizējo augšupielādi',
|
|
10
|
+
'Start uploading queue' : 'Sākt augšupielādi',
|
|
11
|
+
'Drag files here.' : 'Ievelciet failus šeit',
|
|
12
|
+
'Start upload' : 'Sākt augšupielādi',
|
|
13
|
+
'Uploaded %d/%d files': 'Augšupielādēti %d/%d faili',
|
|
14
|
+
'Stop upload': 'Pārtraukt augšupielādi',
|
|
15
|
+
'Start upload': 'Sākt augšupielādi',
|
|
16
|
+
'%d files queued': '%d faili pievienoti rindai',
|
|
17
|
+
'File: %s': 'Fails: %s',
|
|
18
|
+
'Close': 'Aizvērt',
|
|
19
|
+
'Using runtime: ': 'Lieto saskarni: ',
|
|
20
|
+
'File: %f, size: %s, max file size: %m': 'Fails: %f, izmērs: %s, maksimālais faila izmērs: %m',
|
|
21
|
+
'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',
|
|
22
|
+
'Upload URL might be wrong or doesn\'t exist': 'Augšupielādes URL varētu būt nepareizs vai neeksistē',
|
|
23
|
+
'Error: File too large: ': 'Kļūda: Fails pārāk liels: ',
|
|
24
|
+
'Error: Invalid file extension: ': 'Kļūda: Nekorekts faila paplašinājums:',
|
|
25
|
+
'File extension error.': 'Faila paplašinājuma kļūda.',
|
|
26
|
+
'File size error.': 'Faila izmēra kļūda.',
|
|
27
|
+
'File count error.': 'Failu skaita kļūda',
|
|
28
|
+
'Init error.': 'Inicializācijas kļūda.',
|
|
29
|
+
'HTTP Error.': 'HTTP kļūda.',
|
|
30
|
+
'Security error.': 'Drošības kļūda.',
|
|
31
|
+
'Generic error.': 'Vispārēja rakstura kļūda.',
|
|
32
|
+
'IO error.': 'Ievades/Izvades kļūda.'
|
|
33
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Dutch
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Selecteer bestand(en):',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Voeg bestanden toe aan de wachtrij en druk op \'Start\'.',
|
|
5
|
+
'Filename' : 'Bestandsnaam',
|
|
6
|
+
'Status' : 'Status',
|
|
7
|
+
'Size' : 'Grootte',
|
|
8
|
+
'Add files' : 'Voeg bestanden toe',
|
|
9
|
+
'Stop current upload' : 'Stop upload',
|
|
10
|
+
'Start uploading queue' : 'Start upload',
|
|
11
|
+
'Uploaded %d/%d files': '%d/%d bestanden ge-upload',
|
|
12
|
+
'N/A' : 'Niet beschikbaar',
|
|
13
|
+
'Drag files here.' : 'Sleep bestanden hierheen.',
|
|
14
|
+
'File extension error.': 'Ongeldig bestandstype.',
|
|
15
|
+
'File size error.': 'Bestandsgrootte Error.',
|
|
16
|
+
'Init error.': 'Initialisatie error.',
|
|
17
|
+
'HTTP Error.': 'HTTP Error.',
|
|
18
|
+
'Security error.': 'Beveiliging error.',
|
|
19
|
+
'Generic error.': 'Onbekende error.',
|
|
20
|
+
'IO error.': 'IO error.'
|
|
21
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
plupload.addI18n({
|
|
2
|
+
'Select files' : 'Wybierz pliki:',
|
|
3
|
+
'Add files to the upload queue and click the start button.' : 'Dodaj pliki i kliknij \'Rozpocznij transfer\'.',
|
|
4
|
+
'Filename' : 'Nazwa pliku',
|
|
5
|
+
'Status' : 'Status',
|
|
6
|
+
'Size' : 'Rozmiar',
|
|
7
|
+
'Add files' : 'Dodaj pliki',
|
|
8
|
+
'Stop current upload' : 'Przerwij aktualny transfer',
|
|
9
|
+
'Start uploading queue' : 'Rozpocznij wysyłanie',
|
|
10
|
+
'Uploaded %d/%d files': 'Wysłano %d/%d plików',
|
|
11
|
+
'N/A' : 'Nie dostępne',
|
|
12
|
+
'Drag files here.' : 'Przeciągnij tu pliki',
|
|
13
|
+
'File extension error.': 'Nieobsługiwany format pliku.',
|
|
14
|
+
'File size error.': 'Plik jest zbyt duży.',
|
|
15
|
+
'Init error.': 'Błąd inicjalizacji.',
|
|
16
|
+
'HTTP Error.': 'Błąd HTTP.',
|
|
17
|
+
'Security error.': 'Błąd bezpieczeństwa.',
|
|
18
|
+
'Generic error.': 'Błąd ogólny.',
|
|
19
|
+
'IO error.': 'Błąd IO.',
|
|
20
|
+
'Stop Upload': 'Przerwij transfer.',
|
|
21
|
+
'Add Files': 'Dodaj pliki',
|
|
22
|
+
'Start upload': 'Rozpocznij transfer.',
|
|
23
|
+
'%d files queued': '%d plików w kolejce.'
|
|
24
|
+
});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Brazilian Portuguese
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Escolha os arquivos',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Adicione os arquivos abaixo e clique no botão "Iniciar o envio".',
|
|
5
|
+
'Filename' : 'Nome do arquivo',
|
|
6
|
+
'Status' : 'Status',
|
|
7
|
+
'Size' : 'Tamanho',
|
|
8
|
+
'Add Files' : 'Adicionar arquivo(s)',
|
|
9
|
+
'Stop Upload' : 'Parar o envio',
|
|
10
|
+
'Start Upload' : 'Iniciar o envio',
|
|
11
|
+
'Add files' : 'Adicionar arquivo(s)',
|
|
12
|
+
'Add files.' : 'Adicionar arquivo(s)',
|
|
13
|
+
'Stop upload' : 'Parar o envio',
|
|
14
|
+
'Start upload' : 'Iniciar o envio',
|
|
15
|
+
'Uploaded %d/%d files': 'Enviado(s) %d/%d arquivo(s)',
|
|
16
|
+
'N/A' : 'N/D',
|
|
17
|
+
'Drag files here.' : 'Arraste os arquivos pra cá',
|
|
18
|
+
'File extension error.': 'Tipo de arquivo não permitido.',
|
|
19
|
+
'File size error.': 'Tamanho de arquivo não permitido.',
|
|
20
|
+
'File count error.': 'Erro na contagem dos arquivos',
|
|
21
|
+
'Init error.': 'Erro inicializando.',
|
|
22
|
+
'HTTP Error.': 'Erro HTTP.',
|
|
23
|
+
'Security error.': 'Erro de segurança.',
|
|
24
|
+
'Generic error.': 'Erro genérico.',
|
|
25
|
+
'IO error.': 'Erro de E/S.',
|
|
26
|
+
'File: %s': 'Arquivo: %s',
|
|
27
|
+
'Close': 'Fechar',
|
|
28
|
+
'%d files queued': '%d arquivo(s)',
|
|
29
|
+
'Using runtime: ': 'Usando: ',
|
|
30
|
+
'File: %f, size: %s, max file size: %m': 'Arquivo: %f, tamanho: %s, máximo: %m',
|
|
31
|
+
'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.',
|
|
32
|
+
'Upload URL might be wrong or doesn\'t exist': 'URL de envio está errada ou não existe',
|
|
33
|
+
'Error: File too large: ': 'Erro: Arquivo muito grande: ',
|
|
34
|
+
'Error: Invalid file extension: ': 'Erro: Tipo de arquivo não permitido: '
|
|
35
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Romanian
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Selectare fişiere',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Adaugă fişiere în lista apoi apasă butonul \'Începe încărcare\'.',
|
|
5
|
+
'Filename' : 'Nume fişier',
|
|
6
|
+
'Status' : 'Stare',
|
|
7
|
+
'Size' : 'Mărime',
|
|
8
|
+
'Add files' : 'Adăugare fişiere',
|
|
9
|
+
'Stop current upload' : 'Întrerupe încărcarea curentă',
|
|
10
|
+
'Start uploading queue' : 'Începe incărcarea',
|
|
11
|
+
'Uploaded %d/%d files': 'Fişiere încărcate %d/%d',
|
|
12
|
+
'N/A' : 'N/A',
|
|
13
|
+
'Drag files here.' : 'Trage aici fişierele',
|
|
14
|
+
'File extension error.': 'Extensie fişier eronată',
|
|
15
|
+
'File size error.': 'Eroare dimensiune fişier',
|
|
16
|
+
'Init error.': 'Eroare iniţializare',
|
|
17
|
+
'HTTP Error.': 'Eroare HTTP',
|
|
18
|
+
'Security error.': 'Eroare securitate',
|
|
19
|
+
'Generic error.': 'Eroare generică',
|
|
20
|
+
'IO error.': 'Eroare Intrare/Ieşire',
|
|
21
|
+
'Stop Upload': 'Oprire încărcare',
|
|
22
|
+
'Start upload': 'Începe încărcare',
|
|
23
|
+
'%d files queued': '%d fişiere listate'
|
|
24
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Russian
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Выберите файлы',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Добавьте файлы в очередь и нажмите кнопку "Загрузить файлы".',
|
|
5
|
+
'Filename' : 'Имя файла',
|
|
6
|
+
'Status' : 'Статус',
|
|
7
|
+
'Size' : 'Размер',
|
|
8
|
+
'Add files' : 'Добавить файлы',
|
|
9
|
+
'Stop current upload' : 'Остановить загрузку',
|
|
10
|
+
'Start uploading queue' : 'Загрузить файлы',
|
|
11
|
+
'Uploaded %d/%d files': 'Загружено %d/%d файлов',
|
|
12
|
+
'N/A' : 'N/D',
|
|
13
|
+
'Drag files here.' : 'Перетащите файлы сюда.',
|
|
14
|
+
'File extension error.': 'Неправильное расширение файла.',
|
|
15
|
+
'File size error.': 'Неправильный размер файла.',
|
|
16
|
+
'Init error.': 'Ошибка инициализации.',
|
|
17
|
+
'HTTP Error.': 'Ошибка HTTP.',
|
|
18
|
+
'Security error.': 'Ошибка безопасности.',
|
|
19
|
+
'Generic error.': 'Общая ошибка.',
|
|
20
|
+
'IO error.': 'Ошибка ввода-вывода.'
|
|
21
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// .po file like language pack
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Vyberte súbory',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Pridajte súbory do zoznamu a potom spustite nahrávanie.',
|
|
5
|
+
'Filename' : 'Názov súboru',
|
|
6
|
+
'Status' : 'Stav',
|
|
7
|
+
'Size' : 'Veľkosť',
|
|
8
|
+
'Add files' : 'Pridať súbory',
|
|
9
|
+
'Stop current upload' : 'Zastaviť nahrávanie',
|
|
10
|
+
'Start uploading queue' : 'Spustiť nahrávanie zoznamu',
|
|
11
|
+
'Drag files here.' : 'Sem pretiahnite súbory.',
|
|
12
|
+
'Start upload': 'Spustiť nahrávanie',
|
|
13
|
+
'Uploaded %d/%d files': 'Nahraných %d/%d súborov',
|
|
14
|
+
'Using runtime: ': 'K odoslaniu súborov sa použije rozhranie: ',
|
|
15
|
+
'N/A' : 'N/A',
|
|
16
|
+
'File extension error.': 'Chybný typ súboru.',
|
|
17
|
+
'File size error.': 'Súbor je príliš veľký.',
|
|
18
|
+
'Init error.': 'Chyba inicializácie.',
|
|
19
|
+
'HTTP Error.': 'HTTP Chyba.',
|
|
20
|
+
'Security error.': 'Bezpečnostná Chyba.',
|
|
21
|
+
'Generic error.': 'Chyba.',
|
|
22
|
+
'IO error.': 'IO Chyba',
|
|
23
|
+
'Stop Upload': 'Zastaviť nahrávanie',
|
|
24
|
+
'%d files queued': '%d súborov pridaných do zoznamu'
|
|
25
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Serbian
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Izaberite fajlove',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Dodajte fajlove u listu i kliknite na dugme Start.',
|
|
5
|
+
'Filename' : 'Naziv fajla',
|
|
6
|
+
'Status' : 'Status',
|
|
7
|
+
'Size' : 'Veličina',
|
|
8
|
+
'Add Files' : 'Dodaj fajlove',
|
|
9
|
+
'Stop current upload' : 'Zaustavi upload',
|
|
10
|
+
'Start uploading queue' : 'Počni upload',
|
|
11
|
+
'Drag files here.' : 'Prevucite fajlove ovde.',
|
|
12
|
+
'Start Upload': 'Počni upload',
|
|
13
|
+
'Uploaded %d/%d files': 'Snimljeno %d/%d fajlova'
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// .po file like language pack
|
|
2
|
+
plupload.addI18n({
|
|
3
|
+
'Select files' : 'Välj filer',
|
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Lägg till filer till kön och tryck på start.',
|
|
5
|
+
'Filename' : 'Filnamn',
|
|
6
|
+
'Status' : 'Status',
|
|
7
|
+
'Size' : 'Storlek',
|
|
8
|
+
'Add files' : 'Lägg till filer',
|
|
9
|
+
'Stop current upload' : 'Stoppa uppladdningen',
|
|
10
|
+
'Start uploading queue' : 'Starta uppladdningen',
|
|
11
|
+
'Drag files here.' : 'Dra filer hit'
|
|
12
|
+
});
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Plupload
|
|
3
|
+
------------------------------------------------------------------- */
|
|
4
|
+
|
|
5
|
+
.plupload_button {
|
|
6
|
+
display: -moz-inline-box; /* FF < 3*/
|
|
7
|
+
display: inline-block;
|
|
8
|
+
font: normal 12px sans-serif;
|
|
9
|
+
text-decoration: none;
|
|
10
|
+
color: #42454a;
|
|
11
|
+
border: 1px solid #bababa;
|
|
12
|
+
padding: 2px 8px 3px 20px;
|
|
13
|
+
margin-right: 4px;
|
|
14
|
+
background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
|
|
15
|
+
outline: 0;
|
|
16
|
+
|
|
17
|
+
/* Optional rounded corners for browsers that support it */
|
|
18
|
+
-moz-border-radius: 3px;
|
|
19
|
+
-khtml-border-radius: 3px;
|
|
20
|
+
-webkit-border-radius: 3px;
|
|
21
|
+
border-radius: 3px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.plupload_button:hover {
|
|
25
|
+
color: #000;
|
|
26
|
+
text-decoration: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.plupload_disabled, a.plupload_disabled:hover {
|
|
30
|
+
color: #737373;
|
|
31
|
+
border-color: #c5c5c5;
|
|
32
|
+
background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
|
|
33
|
+
cursor: default;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.plupload_add {
|
|
37
|
+
background-position: -181px center;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.plupload_wrapper {
|
|
41
|
+
font: normal 11px Verdana,sans-serif;
|
|
42
|
+
width: 100%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.plupload_container {
|
|
46
|
+
padding: 8px;
|
|
47
|
+
background: url('../img/transp50.png');
|
|
48
|
+
/*-moz-border-radius: 5px;*/
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.plupload_container input {
|
|
52
|
+
border: 1px solid #DDD;
|
|
53
|
+
font: normal 11px Verdana,sans-serif;
|
|
54
|
+
width: 98%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.plupload_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x;}
|
|
58
|
+
.plupload_header_content {
|
|
59
|
+
background: url('../img/backgrounds.gif') no-repeat 0 -317px;
|
|
60
|
+
min-height: 56px;
|
|
61
|
+
padding-left: 60px;
|
|
62
|
+
color: #FFF;
|
|
63
|
+
}
|
|
64
|
+
.plupload_header_title {
|
|
65
|
+
font: normal 18px sans-serif;
|
|
66
|
+
padding: 6px 0 3px;
|
|
67
|
+
}
|
|
68
|
+
.plupload_header_text {
|
|
69
|
+
font: normal 12px sans-serif;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.plupload_filelist {
|
|
73
|
+
margin: 0;
|
|
74
|
+
padding: 0;
|
|
75
|
+
list-style: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.plupload_scroll .plupload_filelist {
|
|
79
|
+
height: 185px;
|
|
80
|
+
background: #F5F5F5;
|
|
81
|
+
overflow-y: scroll;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.plupload_filelist li {
|
|
85
|
+
padding: 10px 8px;
|
|
86
|
+
background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
|
|
87
|
+
border-bottom: 1px solid #DDD;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.plupload_filelist_header, .plupload_filelist_footer {
|
|
91
|
+
background: #DFDFDF;
|
|
92
|
+
padding: 8px 8px;
|
|
93
|
+
color: #42454A;
|
|
94
|
+
}
|
|
95
|
+
.plupload_filelist_header {
|
|
96
|
+
border-top: 1px solid #EEE;
|
|
97
|
+
border-bottom: 1px solid #CDCDCD;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
|
|
101
|
+
.plupload_file_name {float: left; overflow: hidden}
|
|
102
|
+
.plupload_file_status {color: #777;}
|
|
103
|
+
.plupload_file_status span {color: #42454A;}
|
|
104
|
+
.plupload_file_size, .plupload_file_status, .plupload_progress {
|
|
105
|
+
float: right;
|
|
106
|
+
width: 80px;
|
|
107
|
+
}
|
|
108
|
+
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
|
|
109
|
+
|
|
110
|
+
.plupload_filelist .plupload_file_name {width: 205px}
|
|
111
|
+
|
|
112
|
+
.plupload_file_action {
|
|
113
|
+
float: right;
|
|
114
|
+
width: 16px;
|
|
115
|
+
height: 16px;
|
|
116
|
+
margin-left: 15px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.plupload_file_action * {
|
|
120
|
+
display: none;
|
|
121
|
+
width: 16px;
|
|
122
|
+
height: 16px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
|
|
126
|
+
li.plupload_done {color:#AAA}
|
|
127
|
+
|
|
128
|
+
li.plupload_delete a {
|
|
129
|
+
background: url('../img/delete.gif');
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
li.plupload_failed a {
|
|
133
|
+
background: url('../img/error.gif');
|
|
134
|
+
cursor: default;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
li.plupload_done a {
|
|
138
|
+
background: url('../img/done.gif');
|
|
139
|
+
cursor: default;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.plupload_progress, .plupload_upload_status {
|
|
143
|
+
display: none;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.plupload_progress_container {
|
|
147
|
+
margin-top: 3px;
|
|
148
|
+
border: 1px solid #CCC;
|
|
149
|
+
background: #FFF;
|
|
150
|
+
padding: 1px;
|
|
151
|
+
}
|
|
152
|
+
.plupload_progress_bar {
|
|
153
|
+
width: 0px;
|
|
154
|
+
height: 7px;
|
|
155
|
+
background: #CDEB8B;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
|
|
159
|
+
margin-right: 17px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/* Floats */
|
|
163
|
+
|
|
164
|
+
.plupload_clear,.plupload_clearer {clear: both;}
|
|
165
|
+
.plupload_clearer, .plupload_progress_bar {
|
|
166
|
+
display: block;
|
|
167
|
+
font-size: 0;
|
|
168
|
+
line-height: 0;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
li.plupload_droptext {
|
|
172
|
+
background: transparent;
|
|
173
|
+
text-align: center;
|
|
174
|
+
vertical-align: middle;
|
|
175
|
+
border: 0;
|
|
176
|
+
line-height: 165px;
|
|
177
|
+
}
|