plupload-rails4 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +93 -0
- data/Rakefile +1 -0
- data/app/assets/images/jquery_plupload/backgrounds.gif +0 -0
- data/app/assets/images/jquery_plupload/buttons-disabled.png +0 -0
- data/app/assets/images/jquery_plupload/buttons.png +0 -0
- data/app/assets/images/jquery_plupload/delete.gif +0 -0
- data/app/assets/images/jquery_plupload/done.gif +0 -0
- data/app/assets/images/jquery_plupload/error.gif +0 -0
- data/app/assets/images/jquery_plupload/plupload-bw.png +0 -0
- data/app/assets/images/jquery_plupload/plupload.png +0 -0
- data/app/assets/images/jquery_plupload/throbber.gif +0 -0
- data/app/assets/images/jquery_plupload/transp50.png +0 -0
- data/app/assets/javascripts/jquery_plupload/i18n/cs.js +14 -0
- data/app/assets/javascripts/jquery_plupload/i18n/da.js +12 -0
- data/app/assets/javascripts/jquery_plupload/i18n/de.js +24 -0
- data/app/assets/javascripts/jquery_plupload/i18n/el.js +14 -0
- data/app/assets/javascripts/jquery_plupload/i18n/es.js +25 -0
- data/app/assets/javascripts/jquery_plupload/i18n/et.js +33 -0
- data/app/assets/javascripts/jquery_plupload/i18n/fa.js +37 -0
- data/app/assets/javascripts/jquery_plupload/i18n/fi.js +33 -0
- data/app/assets/javascripts/jquery_plupload/i18n/fr-ca.js +35 -0
- data/app/assets/javascripts/jquery_plupload/i18n/fr.js +25 -0
- data/app/assets/javascripts/jquery_plupload/i18n/hr.js +25 -0
- data/app/assets/javascripts/jquery_plupload/i18n/hu.js +33 -0
- data/app/assets/javascripts/jquery_plupload/i18n/it.js +24 -0
- data/app/assets/javascripts/jquery_plupload/i18n/ja.js +37 -0
- data/app/assets/javascripts/jquery_plupload/i18n/ko.js +36 -0
- data/app/assets/javascripts/jquery_plupload/i18n/lv.js +33 -0
- data/app/assets/javascripts/jquery_plupload/i18n/nl.js +21 -0
- data/app/assets/javascripts/jquery_plupload/i18n/pl.js +24 -0
- data/app/assets/javascripts/jquery_plupload/i18n/pt-br.js +35 -0
- data/app/assets/javascripts/jquery_plupload/i18n/ro.js +24 -0
- data/app/assets/javascripts/jquery_plupload/i18n/ru.js +21 -0
- data/app/assets/javascripts/jquery_plupload/i18n/sk.js +25 -0
- data/app/assets/javascripts/jquery_plupload/i18n/sr.js +14 -0
- data/app/assets/javascripts/jquery_plupload/i18n/sv.js +12 -0
- data/app/assets/javascripts/jquery_plupload/jquery.plupload.queue.js +1 -0
- data/app/assets/javascripts/jquery_plupload/plupload.browserplus.js +1 -0
- data/app/assets/javascripts/jquery_plupload/plupload.flash.js +1 -0
- data/app/assets/javascripts/jquery_plupload/plupload.flash.swf +0 -0
- data/app/assets/javascripts/jquery_plupload/plupload.full.js +2 -0
- data/app/assets/javascripts/jquery_plupload/plupload.gears.js +1 -0
- data/app/assets/javascripts/jquery_plupload/plupload.html4.js +1 -0
- data/app/assets/javascripts/jquery_plupload/plupload.html5.js +1 -0
- data/app/assets/javascripts/jquery_plupload/plupload.js +2 -0
- data/app/assets/javascripts/jquery_plupload/plupload.silverlight.js +1 -0
- data/app/assets/javascripts/jquery_plupload/plupload.silverlight.xap +0 -0
- data/app/assets/stylesheets/jquery_plupload/jquery.plupload.queue.css.scss +177 -0
- data/app/assets/stylesheets/jquery_plupload/jquery.ui.plupload.css.scss +147 -0
- data/lib/plupload/rails4.rb +8 -0
- data/lib/plupload/rails4/engine.rb +6 -0
- data/lib/plupload/rails4/version.rb +6 -0
- data/plupload-rails4.gemspec +25 -0
- metadata +142 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 55d4dd091f46cbf688b7729bc5998dbddad312e4
|
4
|
+
data.tar.gz: 551c55cbcc0a5cf8b902f33e7c42735eae4813f5
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 82dbe77b3baa0e913018a7353c639309718fb4e8e4d5bf78bc26d7d9f5285863514554de1671c6290fc7cb5ae2cf25862418cdcc9cee7a57563b75f16c71060c
|
7
|
+
data.tar.gz: 3407624f93cd6931f0d4b31039fd7a71ea2a6906665f70f103593ec40be8b2cdfe5cb43b3bc568904b31ab033a257fb37b1af36cdf4b5bb24e3d97fec34495c1
|
data/.gitignore
ADDED
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2013 Jordan
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,93 @@
|
|
1
|
+
Rails 4.0 Integration for Plupload
|
2
|
+
==
|
3
|
+
|
4
|
+
This gem integrates [Plupload](http://www.plupload.com/) with the Rails 4.0 asset pipeline.
|
5
|
+
|
6
|
+
Install
|
7
|
+
--
|
8
|
+
|
9
|
+
Just add it got your Gemfile:
|
10
|
+
```ruby
|
11
|
+
gem 'plupload-rails4'
|
12
|
+
```
|
13
|
+
|
14
|
+
Quick Start
|
15
|
+
--
|
16
|
+
|
17
|
+
Add to your application.js:
|
18
|
+
|
19
|
+
```javascript
|
20
|
+
//= require jquery_plupload/plupload
|
21
|
+
// optional, only needed if you'd like to use plupload localized
|
22
|
+
//= require jquery_plupload/i18n/de
|
23
|
+
|
24
|
+
// optional, only if you want to use the jquery integration
|
25
|
+
//= require jquery_plupload/jquery.plupload.queue
|
26
|
+
// optional, choose the ones you'd like to use
|
27
|
+
//= require jquery_plupload/plupload.flash
|
28
|
+
//= require jquery_plupload/plupload.silverlight
|
29
|
+
//= require jquery_plupload/plupload.html4
|
30
|
+
//= require jquery_plupload/plupload.html5
|
31
|
+
//= require jquery_plupload/plupload.gears
|
32
|
+
//= require jquery_plupload/plupload.browserplus
|
33
|
+
```
|
34
|
+
|
35
|
+
Add to your application.scss:
|
36
|
+
|
37
|
+
```css
|
38
|
+
/*
|
39
|
+
*= require jquery_plupload/jquery.plupload.queue
|
40
|
+
*/
|
41
|
+
```
|
42
|
+
|
43
|
+
Simple example haml for your views:
|
44
|
+
```html
|
45
|
+
div#uploader
|
46
|
+
javascript:
|
47
|
+
$(function(){
|
48
|
+
$("#uploader").pluploadQueue({
|
49
|
+
runtimes: 'gears,flash,silverlight,browserplus,html5',
|
50
|
+
url: '#{images_path}',
|
51
|
+
multipart_params: {
|
52
|
+
'#{request_forgery_protection_token}': '#{form_authenticity_token}',
|
53
|
+
'#{request.session_options[:key]}': '#{request.session_options[:id]}'
|
54
|
+
}
|
55
|
+
});
|
56
|
+
});
|
57
|
+
```
|
58
|
+
ERB example
|
59
|
+
```erb
|
60
|
+
<script>
|
61
|
+
<% session_key_name = Rails.application.config.session_options[:key] %>
|
62
|
+
$(function() {
|
63
|
+
$("#uploader").pluploadQueue({
|
64
|
+
runtimes: 'html5,flash,silverlight',
|
65
|
+
url: "<%= attachments_path %>",
|
66
|
+
max_file_size: '20mb',
|
67
|
+
multiple_queues: true,
|
68
|
+
flash_swf_url: "/assets/jquery_plupload/plupload.flash.swf",
|
69
|
+
silverlight_xap_url: "/assets/jquery_plupload/plupload.silverlight.xap",
|
70
|
+
multipart: true,
|
71
|
+
multipart_params: {
|
72
|
+
'_http_accept': 'application/javascript',
|
73
|
+
'authenticity_token' : "<%= form_authenticity_token %>",
|
74
|
+
"<%= session_key_name %>" : encodeURIComponent("<%= u cookies[session_key_name] %>")
|
75
|
+
},
|
76
|
+
|
77
|
+
init: {
|
78
|
+
FileUploaded: function(up, file, info) {
|
79
|
+
eval(info["response"]);
|
80
|
+
}
|
81
|
+
}
|
82
|
+
});
|
83
|
+
});
|
84
|
+
</script>
|
85
|
+
```
|
86
|
+
|
87
|
+
## Contributing
|
88
|
+
|
89
|
+
1. Fork it
|
90
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
91
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
92
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
93
|
+
5. Create new Pull Request
|
data/Rakefile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
// .po file like language pack
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Vyberte soubory',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Přidejte soubory do fronty a pak spusťte nahrávání.',
|
5
|
+
'Filename' : 'Název souboru',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Velikost',
|
8
|
+
'Add Files' : 'Přidat soubory',
|
9
|
+
'Stop current upload' : 'Zastavit nahrávání',
|
10
|
+
'Start uploading queue' : 'Spustit frontu nahrávání',
|
11
|
+
'Drag files here.' : 'Sem přetáhněte soubory.',
|
12
|
+
'Start Upload': 'Spustit nahrávání',
|
13
|
+
'Uploaded %d/%d files': 'Nahráno %d/%d souborů'
|
14
|
+
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
// .po file like language pack
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Vælg filer',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Tilføj filer til køen, og tryk på start.',
|
5
|
+
'Filename' : 'Filnavn',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Størrelse',
|
8
|
+
'Add files' : 'Tilføj filer',
|
9
|
+
'Stop current upload' : 'Stop upload',
|
10
|
+
'Start uploading queue' : 'Start upload',
|
11
|
+
'Drag files here.' : 'Træk filer her.'
|
12
|
+
});
|
@@ -0,0 +1,24 @@
|
|
1
|
+
// German
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Dateien hochladen',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Dateien hinzufügen und auf \'Hochladen\' klicken.',
|
5
|
+
'Filename' : 'Dateiname',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Größe',
|
8
|
+
'Add files' : 'Dateien', // hinzufügen',
|
9
|
+
'Stop current upload' : 'Aktuelles Hochladen stoppen',
|
10
|
+
'Start uploading queue' : 'Hochladen starten',
|
11
|
+
'Uploaded %d/%d files': '%d/%d Dateien sind hochgeladen',
|
12
|
+
'N/A' : 'Nicht verfügbar',
|
13
|
+
'Drag files here.' : 'Ziehen Sie die Dateien hier hin',
|
14
|
+
'File extension error.': 'Fehler bei Dateiendung',
|
15
|
+
'File size error.': 'Fehler bei Dateigröße',
|
16
|
+
'Init error.': 'Initialisierungsfehler',
|
17
|
+
'HTTP Error.': 'HTTP-Fehler',
|
18
|
+
'Security error.': 'Sicherheitsfehler',
|
19
|
+
'Generic error.': 'Typischer Fehler',
|
20
|
+
'IO error.': 'Ein/Ausgabe-Fehler',
|
21
|
+
'Stop Upload': 'Hochladen stoppen',
|
22
|
+
'Start upload': 'Hochladen',
|
23
|
+
'%d files queued': '%d Dateien in der Warteschlange'
|
24
|
+
});
|
@@ -0,0 +1,14 @@
|
|
1
|
+
// Greek
|
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
|
+
'Drag files here.' : 'Σύρετε αρχεία εδώ',
|
12
|
+
'Start Upload': 'Εκκίνηση μεταφόρτωσης',
|
13
|
+
'Uploaded %d/%d files': 'Ανέβηκαν %d/%d αρχεία'
|
14
|
+
});
|
@@ -0,0 +1,25 @@
|
|
1
|
+
// Spanish
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Elija archivos:',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Agregue archivos a la cola de subida y haga click en el boton de iniciar.',
|
5
|
+
'Filename' : 'Nombre de archivo',
|
6
|
+
'Status' : 'Estado',
|
7
|
+
'Size' : 'Tamaño',
|
8
|
+
'Add files' : 'Agregue archivos',
|
9
|
+
'Stop current upload' : 'Detener subida actual',
|
10
|
+
'Start uploading queue' : 'Iniciar subida de cola',
|
11
|
+
'Uploaded %d/%d files': 'Subidos %d/%d archivos',
|
12
|
+
'N/A' : 'No disponible',
|
13
|
+
'Drag files here.' : 'Arrastre archivos aquí',
|
14
|
+
'File extension error.': 'Error de extensión de archivo.',
|
15
|
+
'File size error.': 'Error de tamaño de archivo.',
|
16
|
+
'Init error.': 'Error de inicialización.',
|
17
|
+
'HTTP Error.': 'Error de HTTP.',
|
18
|
+
'Security error.': 'Error de seguridad.',
|
19
|
+
'Generic error.': 'Error genérico.',
|
20
|
+
'IO error.': 'Error de entrada/salida.',
|
21
|
+
'Stop Upload': 'Detener Subida.',
|
22
|
+
'Add Files': 'Agregar Archivos',
|
23
|
+
'Start Upload': 'Comenzar Subida.',
|
24
|
+
'%d files queued': '%d archivos en cola.'
|
25
|
+
});
|
@@ -0,0 +1,33 @@
|
|
1
|
+
// Estonian translation, et.js
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Vali faile',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Lisa failid üleslaadimise järjekorda ja klõpsa alustamise nupule.',
|
5
|
+
'Filename' : 'Failinimi',
|
6
|
+
'Status' : 'Olek',
|
7
|
+
'Size' : 'Suurus',
|
8
|
+
'Add files' : 'Lisa faile',
|
9
|
+
'Stop current upload' : 'Praeguse üleslaadimise peatamine',
|
10
|
+
'Start uploading queue' : 'Järjekorras ootavate failide üleslaadimise alustamine',
|
11
|
+
'Drag files here.' : 'Lohista failid siia.',
|
12
|
+
'Start upload' : 'Alusta üleslaadimist',
|
13
|
+
'Uploaded %d/%d files': 'Üles laaditud %d/%d',
|
14
|
+
'Stop upload': 'Peata üleslaadimine',
|
15
|
+
'Start upload': 'Alusta üleslaadimist',
|
16
|
+
'%d files queued': 'Järjekorras on %d faili',
|
17
|
+
'File: %s': 'Fail: %s',
|
18
|
+
'Close': 'Sulge',
|
19
|
+
'Using runtime: ': 'Kasutatakse varianti: ',
|
20
|
+
'File: %f, size: %s, max file size: %m': 'Fail: %f, suurus: %s, suurim failisuurus: %m',
|
21
|
+
'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.',
|
22
|
+
'Upload URL might be wrong or doesn\'t exist': 'Üleslaadimise URL võib olla vale või seda pole',
|
23
|
+
'Error: File too large: ': 'Viga: fail on liiga suur: ',
|
24
|
+
'Error: Invalid file extension: ': 'Viga: sobimatu faililaiend: ',
|
25
|
+
'File extension error.': 'Faililaiendi viga.',
|
26
|
+
'File size error.': 'Failisuuruse viga.',
|
27
|
+
'File count error.': 'Failide arvu viga.',
|
28
|
+
'Init error.': 'Lähtestamise viga.',
|
29
|
+
'HTTP Error.': 'HTTP ühenduse viga.',
|
30
|
+
'Security error.': 'Turvaviga.',
|
31
|
+
'Generic error.': 'Üldine viga.',
|
32
|
+
'IO error.': 'S/V (I/O) viga.'
|
33
|
+
});
|
@@ -0,0 +1,37 @@
|
|
1
|
+
// Persian
|
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': 'آدرس آپلود اشتباه می باشد یا وجود ندارد',
|
35
|
+
'Error: File too large: ': 'خطا: فایل حجیم است :: ',
|
36
|
+
'Error: Invalid file extension: ': 'خطا پسوند فایل معتبر نمی باشد : '
|
37
|
+
});
|
@@ -0,0 +1,33 @@
|
|
1
|
+
// .fi file like language pack
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Valitse tiedostoja',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Lisää tiedostoja latausjonoon ja klikkaa aloita-nappia.',
|
5
|
+
'Filename' : 'Tiedostonimi',
|
6
|
+
'Status' : 'Tila',
|
7
|
+
'Size' : 'Koko',
|
8
|
+
'Add files' : 'Lisää tiedostoja',
|
9
|
+
'Stop current upload' : 'Pysäytä nykyinen lataus',
|
10
|
+
'Start uploading queue' : 'Aloita jonon lataus',
|
11
|
+
'Drag files here.' : 'Raahaa tiedostot tänne.',
|
12
|
+
'Start upload' : 'Aloita lataus',
|
13
|
+
'Uploaded %d/%d files': 'Ladattu %d/%d tiedostoa',
|
14
|
+
'Stop upload': 'Pysäytä lataus',
|
15
|
+
'Start upload': 'Aloita lataus',
|
16
|
+
'%d files queued': '%d tiedostoa jonossa',
|
17
|
+
'File: %s': 'Tiedosto: %s',
|
18
|
+
'Close': 'Sulje',
|
19
|
+
'Using runtime: ': 'Käytetään ajonaikaista: ',
|
20
|
+
'File: %f, size: %s, max file size: %m': 'Tiedosto: %f, koko: %s, maksimi tiedostokoko: %m',
|
21
|
+
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Latauselementti sallii ladata vain %d tiedosto(a) kerrallaan. Ylimääräiset tiedostot ohitettiin.',
|
22
|
+
'Upload URL might be wrong or doesn\'t exist': 'Lataus URL saattaa olla väärin tai ei ole olemassa',
|
23
|
+
'Error: File too large: ': 'Virhe: Tiedosto liian suuri: ',
|
24
|
+
'Error: Invalid file extension: ': 'Virhe: Kelpaamaton tiedostopääte: ',
|
25
|
+
'File extension error.': 'Tiedostopäätevirhe.',
|
26
|
+
'File size error.': 'Tiedostokokovirhe.',
|
27
|
+
'File count error.': 'Tiedostolaskentavirhe.',
|
28
|
+
'Init error.': 'Init virhe.',
|
29
|
+
'HTTP Error.': 'HTTP virhe.',
|
30
|
+
'Security error.': 'Tietoturvavirhe.',
|
31
|
+
'Generic error.': 'Yleinen virhe.',
|
32
|
+
'IO error.': 'I/O virhe.'
|
33
|
+
});
|
@@ -0,0 +1,35 @@
|
|
1
|
+
// French-Canadian
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Sélectionnez les fichiers',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Ajoutez des fichiers à la file d\'attente et appuyez sur le bouton démarrer.',
|
5
|
+
'Filename' : 'Nom du fichier',
|
6
|
+
'Status' : 'Statut',
|
7
|
+
'Size' : 'Taille',
|
8
|
+
'Add files' : 'Ajouter Fichiers',
|
9
|
+
'Stop current upload' : 'Arrêter le téléversement actuel',
|
10
|
+
'Start uploading queue' : 'Démarrer le téléversement',
|
11
|
+
'Uploaded %d/%d files': '%d/%d fichiers envoyés',
|
12
|
+
'N/A' : 'Non applicable',
|
13
|
+
'Drag files here.' : 'Glisser-déposer les fichiers ici',
|
14
|
+
'File extension error.': 'Erreur d\'extension de fichier',
|
15
|
+
'File size error.': 'Erreur de taille de fichier',
|
16
|
+
'Init error.': 'Erreur d\'initialisation',
|
17
|
+
'HTTP Error.': 'Erreur HTTP',
|
18
|
+
'Security error.': 'Erreur de sécurité',
|
19
|
+
'Generic error.': 'Erreur commune',
|
20
|
+
'IO error.': 'Erreur E/S',
|
21
|
+
'Stop Upload': 'Arrêter le téléversement',
|
22
|
+
'Add Files': 'Ajouter des fichiers',
|
23
|
+
'Start upload': 'Démarrer le téléversement',
|
24
|
+
'%d files queued': '%d fichiers en attente',
|
25
|
+
'File: %s':'Fichier: %s',
|
26
|
+
'Close':'Fermer',
|
27
|
+
'Using runtime:':'Moteur logiciel:',
|
28
|
+
'File: %f, size: %s, max file size: %m':'Fichier: %f, poids: %s, poids maximal: %m',
|
29
|
+
'Upload element accepts only %d file(s) at a time. Extra files were stripped.':'La file accepte %d fichier(s) à la fois. Les fichiers en trop sont ignorés',
|
30
|
+
'Upload URL might be wrong or doesn\'t exist':'L\'URL de téléversement est erroné ou inexistant',
|
31
|
+
'Error: File to large: ':'Fichier trop volumineux: ',
|
32
|
+
'Error: Invalid file extension: ':'Extension de fichier invalide: ',
|
33
|
+
'File size error.':'Erreur de taile de fichier',
|
34
|
+
'File count error.':'Erreur de décompte des fichiers'
|
35
|
+
});
|
@@ -0,0 +1,25 @@
|
|
1
|
+
// French
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Sélectionnez les fichiers',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Ajoutez des fichiers à la file et appuyez sur le bouton démarrer.',
|
5
|
+
'Filename' : 'Nom de fichier',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Taille',
|
8
|
+
'Add files' : 'Ajouter Fichiers',
|
9
|
+
'Stop current upload' : 'Arrêter l\'envoi en cours',
|
10
|
+
'Start uploading queue' : 'Démarrer l\'envoi',
|
11
|
+
'Uploaded %d/%d files': '%d/%d fichiers envoyés',
|
12
|
+
'N/A' : 'Non applicable',
|
13
|
+
'Drag files here.' : 'Déposer les fichiers ici.',
|
14
|
+
'File extension error.': 'Erreur extension fichier',
|
15
|
+
'File size error.': 'Erreur taille fichier.',
|
16
|
+
'Init error.': 'Erreur d\'initialisation.',
|
17
|
+
'HTTP Error.': 'Erreur HTTP.',
|
18
|
+
'Security error.': 'Erreur de sécurité.',
|
19
|
+
'Generic error.': 'Erreur générique.',
|
20
|
+
'IO error.': 'Erreur E/S.',
|
21
|
+
'Stop Upload': 'Arrêter les envois.',
|
22
|
+
'Add Files': 'Ajouter des fichiers',
|
23
|
+
'Start Upload': 'Démarrer les envois.',
|
24
|
+
'%d files queued': '%d fichiers en attente.'
|
25
|
+
});
|
@@ -0,0 +1,25 @@
|
|
1
|
+
// Croatian
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files': 'Izaberite datoteke:',
|
4
|
+
'Add files to the upload queue and click the start button.': 'Dodajte datoteke u listu i kliknite Upload.',
|
5
|
+
'Filename': 'Ime datoteke',
|
6
|
+
'Status': 'Status',
|
7
|
+
'Size': 'Veličina',
|
8
|
+
'Add files': 'Dodajte datoteke',
|
9
|
+
'Stop current upload': 'Zaustavi trenutan upload',
|
10
|
+
'Start uploading queue': 'Pokreni Upload',
|
11
|
+
'Uploaded %d/%d files': 'Uploadano %d/%d datoteka',
|
12
|
+
'N/A': 'N/A',
|
13
|
+
'Drag files here.': 'Dovucite datoteke ovdje',
|
14
|
+
'File extension error.': 'Greška ekstenzije datoteke.',
|
15
|
+
'File size error.': 'Greška veličine datoteke.',
|
16
|
+
'Init error.': 'Greška inicijalizacije.',
|
17
|
+
'HTTP Error.': 'HTTP greška.',
|
18
|
+
'Security error.': 'Sigurnosna greška.',
|
19
|
+
'Generic error.': 'Generička greška.',
|
20
|
+
'IO error.': 'I/O greška.',
|
21
|
+
'Stop Upload': 'Zaustavi upload.',
|
22
|
+
'Add Files': 'Dodaj datoteke',
|
23
|
+
'Start Upload': 'Pokreni upload.',
|
24
|
+
'%d files queued': '%d datoteka na čekanju.'
|
25
|
+
});
|