refinerycms-6hoursdaily-photo-gallery 0.0.4.dev
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +27 -0
- data/LICENSE.md +8 -0
- data/README.md +224 -0
- data/app/assets/images/refinery/photo_gallery/admin/chosen-sprite.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/album.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/album_add.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/album_edit.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/cog.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/down.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/folder.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/folder_add.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/folder_edit.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/loading.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/page_copy.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/photo.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/photo_add.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/photo_edit.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/icons/up.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/backgrounds.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/buttons-disabled.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/buttons.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/delete.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/done.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/error.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/throbber.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/transp50.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.ui.plupload/plupload-bw.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.ui.plupload/plupload.png +0 -0
- data/app/assets/images/refinery/photo_gallery/admin/rss-feed.png +0 -0
- data/app/assets/images/refinery/photo_gallery/fancybox/blank.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/fancybox/fancybox_loading.gif +0 -0
- data/app/assets/images/refinery/photo_gallery/fancybox/fancybox_sprite.png +0 -0
- data/app/assets/images/refinery/photo_gallery/fancybox/helpers/fancybox_buttons.png +0 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/jquery.chosen.min.js +10 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/photo_gallery.js +28 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/changelog.txt +218 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/cs.js +14 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/da.js +12 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/de.js +24 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/el.js +14 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/es.js +25 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/et.js +33 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fi.js +33 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fr-ca.js +35 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fr.js +25 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/hr.js +25 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/hu.js +33 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/it.js +24 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ja.js +37 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ko.js +36 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/lv.js +33 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/nl.js +21 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/pl.js +24 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/pt-br.js +35 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ro.js +24 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ru.js +21 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/sk.js +37 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/sr.js +14 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/sv.js +12 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.plupload.queue.js +195 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.ui.plupload.js +383 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/license.txt +339 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.browserplus.js +1 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.flash.js +226 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.flash.swf +0 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.full.js +2525 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.full.js.default +2525 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.gears.js +1 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.html4.js +1 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.html5.js +765 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.html5.js.default +765 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.js +618 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.silverlight.js +1 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.silverlight.xap +0 -0
- data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/readme.md +46 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/CHANGELOG.md +68 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/README.md +212 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-buttons.js +115 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-media.js +85 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-thumbs.js +157 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/jquery.fancybox.js +1463 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/jquery.fancybox.pack.js +35 -0
- data/app/assets/javascripts/refinery/photo_gallery/fancybox/lib/jquery.mousewheel-3.0.6.pack.js +13 -0
- data/app/assets/stylesheets/refinery/photo_gallery/admin/chosen.css.scss +396 -0
- data/app/assets/stylesheets/refinery/photo_gallery/admin/photo_gallery.css.scss +109 -0
- data/app/assets/stylesheets/refinery/photo_gallery/admin/plupload/jquery.plupload.queue.css.scss +177 -0
- data/app/assets/stylesheets/refinery/photo_gallery/admin/plupload/jquery.ui.plupload.css.scss +147 -0
- data/app/assets/stylesheets/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-buttons.css.scss +85 -0
- data/app/assets/stylesheets/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-thumbs.css +54 -0
- data/app/assets/stylesheets/refinery/photo_gallery/fancybox/jquery.fancybox.css.scss +234 -0
- data/app/controllers/refinery/photo_gallery/admin/albums_controller.rb +23 -0
- data/app/controllers/refinery/photo_gallery/admin/collections_controller.rb +10 -0
- data/app/controllers/refinery/photo_gallery/admin/photos_controller.rb +67 -0
- data/app/controllers/refinery/photo_gallery/albums_controller.rb +23 -0
- data/app/controllers/refinery/photo_gallery/collections_controller.rb +28 -0
- data/app/helpers/refinery/photo_gallery/admin/photos_helper.rb +10 -0
- data/app/helpers/refinery/photo_gallery/albums_helper.rb +11 -0
- data/app/helpers/refinery/photo_gallery/photo_gallery_helper.rb +113 -0
- data/app/middleware/refinery/photo_gallery/admin/flash_session_cookie_middleware.rb +27 -0
- data/app/models/refinery/photo_gallery/album.rb +63 -0
- data/app/models/refinery/photo_gallery/collection.rb +29 -0
- data/app/models/refinery/photo_gallery/collection_album.rb +8 -0
- data/app/models/refinery/photo_gallery/photo.rb +63 -0
- data/app/uploaders/refinery/photo_gallery/admin/file_uploader.rb +122 -0
- data/app/views/refinery/photo_gallery/admin/_submenu.html.erb +44 -0
- data/app/views/refinery/photo_gallery/admin/albums/_album.html.erb +31 -0
- data/app/views/refinery/photo_gallery/admin/albums/_form.html.erb +78 -0
- data/app/views/refinery/photo_gallery/admin/albums/_sortable_list.html.erb +7 -0
- data/app/views/refinery/photo_gallery/admin/albums/edit.html.erb +2 -0
- data/app/views/refinery/photo_gallery/admin/albums/index.html.erb +28 -0
- data/app/views/refinery/photo_gallery/admin/albums/new.html.erb +2 -0
- data/app/views/refinery/photo_gallery/admin/collections/_collection.html.erb +23 -0
- data/app/views/refinery/photo_gallery/admin/collections/_form.html.erb +32 -0
- data/app/views/refinery/photo_gallery/admin/collections/_sortable_list.html.erb +7 -0
- data/app/views/refinery/photo_gallery/admin/collections/edit.html.erb +2 -0
- data/app/views/refinery/photo_gallery/admin/collections/index.html.erb +28 -0
- data/app/views/refinery/photo_gallery/admin/collections/new.html.erb +2 -0
- data/app/views/refinery/photo_gallery/admin/collections/test.html.erb +39 -0
- data/app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb +15 -0
- data/app/views/refinery/photo_gallery/admin/photos/_form.html.erb +7 -0
- data/app/views/refinery/photo_gallery/admin/photos/_form_actions.html.erb +6 -0
- data/app/views/refinery/photo_gallery/admin/photos/_form_fields.html.erb +31 -0
- data/app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb +15 -0
- data/app/views/refinery/photo_gallery/admin/photos/edit_multiple.html.erb +9 -0
- data/app/views/refinery/photo_gallery/admin/photos/upload.html.erb +87 -0
- data/app/views/refinery/photo_gallery/albums/show.html.erb +49 -0
- data/app/views/refinery/photo_gallery/collections/index.html.erb +13 -0
- data/app/views/refinery/photo_gallery/collections/show.html.erb +33 -0
- data/app/views/refinery/photo_gallery/shared/_layout.html.erb +22 -0
- data/app/views/refinery/photo_gallery/shared/_submenu.html.erb +5 -0
- data/config/initializers/carrierwave.rb +5 -0
- data/config/initializers/form_builder.rb +26 -0
- data/config/initializers/refinery/core.rb +10 -0
- data/config/initializers/s3.rb +11 -0
- data/config/initializers/session_store.rb +10 -0
- data/config/locales/en.yml +95 -0
- data/config/locales/sk.yml +94 -0
- data/config/routes.rb +37 -0
- data/db/migrate/20120804063842_create_albums.rb +18 -0
- data/db/migrate/20120805131321_create_collections.rb +14 -0
- data/db/migrate/20120805131547_create_collection_albums.rb +12 -0
- data/db/migrate/20120805165238_create_photos.rb +19 -0
- data/db/migrate/20120805222125_add_indexes.rb +24 -0
- data/db/seeds.rb +21 -0
- data/lib/generators/refinery/photo_gallery_generator.rb +25 -0
- data/lib/generators/refinery/templates/config/initializers/refinery/photo_gallery.rb.erb +40 -0
- data/lib/refinery/photo_gallery/configuration.rb +33 -0
- data/lib/refinery/photo_gallery/engine.rb +33 -0
- data/lib/refinery/photo_gallery/version.rb +17 -0
- data/lib/refinery/photo_gallery.rb +30 -0
- data/lib/refinerycms-photo-gallery.rb +1 -0
- data/refinerycms-6hoursdaily-photo-gallery.gemspec +38 -0
- data/screenshots/01_collections#index.png +0 -0
- data/screenshots/02_albums#create.png +0 -0
- data/screenshots/03_photos#upload.png +0 -0
- data/screenshots/04_photos#upload- chooser.png +0 -0
- data/screenshots/05_photo#upoad-queue.png +0 -0
- data/screenshots/06_photos#upload-uploading.png +0 -0
- data/screenshots/07_photos#upload-uploading_2.png +0 -0
- data/screenshots/08_photos#edit_multiple.png +0 -0
- data/screenshots/09_albums#index.png +0 -0
- data/screenshots/10_albums_EXIF_reading.png +0 -0
- data/screenshots/11_frontend_show.png +0 -0
- data/screenshots/12_show_photo_using_fancybox.png +0 -0
- metadata +353 -0
@@ -0,0 +1,218 @@
|
|
1
|
+
Version 1.5.4 (2012-04-12)
|
2
|
+
Flash: Disable scripting if swf was loaded from another domain.
|
3
|
+
Version 1.5.3 (2012-04-05)
|
4
|
+
HTML5: Check if xhr object is initialized, before calling abort() on it.
|
5
|
+
HTML4: Postpone form removal until uploaders state changes, to avoid error on resuming stopped uploads.
|
6
|
+
BrowserPlus: Fix mechanical typo, that caused error during mime type check.
|
7
|
+
BrowserPlus: browserPlus.Uploader.Cancel() has two required parameters, dies with the error if not passed.
|
8
|
+
Flash: Improve runtime's behaviour during upload cancellation.
|
9
|
+
Flash: Survive the case when GPSVersionID contains unexpected value.
|
10
|
+
Flash: Fix random freeze in Chrome's bundled Flash Player.
|
11
|
+
Flash: Avoid the silent break when URLStream not yet open, but close is called on it.
|
12
|
+
Flash: Move Destroy handler out of Flash:Init handler, since it might be called not only after Flash:Init but also before it.
|
13
|
+
Flash: Avoid warning during build with mxmlc.
|
14
|
+
Try removeEventListener first in IE and only if it fails - detachEvent.
|
15
|
+
Fix plupload.getPos to return proper value in IE8+.
|
16
|
+
Do not initiate plupload.STARTED state, if file queue is empty.
|
17
|
+
Additional language packs: Estonian, Polish, Korean, French-Canadian, Greek, Persian/Farsi.
|
18
|
+
Version 1.5.2 (2012-01-06)
|
19
|
+
UI Widget: Do not show UI if no runtime can be initialized.
|
20
|
+
UI Widget: Timely update file size and total size if resize in action.
|
21
|
+
UI Widget: Constrain renaming feature to queued files only.
|
22
|
+
UI Widget: Disable Add button properly, if requested, rather then just hide.
|
23
|
+
HTML4/HTML5/BrowserPlus: Avoid adding mime type twice to dialog trigger.
|
24
|
+
HTML5: fix regression, when unresized images were failing on FF3.6.
|
25
|
+
HTML5: Constrain Gecko 2,5,6 workaround to multipart mode only.
|
26
|
+
HTML5/Flash: Take into account weird possibilities of ExifVersion being a string, rather then standard Undefined.
|
27
|
+
Flash: Simplify event dispatching in BitmapDataUnlimited class, in order to avoid freezing on resizing in FP11.
|
28
|
+
Add ability to disable file dialog trigger on request (uploader.disableBrowse(true/false)).
|
29
|
+
Support for immediate abort of upload process, be it chunked upload or regular one.
|
30
|
+
Abort all activity, before destroying uploader.
|
31
|
+
Revive temporary file removal logic in upload.php.
|
32
|
+
Fix potential vulnerability in dump.php and upload.php.
|
33
|
+
Additional MIME types: application/vnd.openxmlformats-officedocument.*, application/x-javascript, application/json, text/css,css, application/vnd.oasis.opendocument.formula-templat.
|
34
|
+
Additional language packs: Hungarian, Croatian, Serbian, Romanian.
|
35
|
+
Version 1.5.1.1 (2011-09-27)
|
36
|
+
HTML5: Fix mechanical typo, that successfully broke drag and drop, wherever could.
|
37
|
+
Version 1.5.1 (2011-09-26)
|
38
|
+
HTML4: Add support for server responses in HTML format.
|
39
|
+
HTML5: Disable multiple file selection in Safari 5.x for Windows (see #363).
|
40
|
+
HTML5: Gecko 2/5/6 should upload chunks as binary strings when in chunking mode and client side resize is requested.
|
41
|
+
Flash: Enforce URLStream mode when custom headers are passed.
|
42
|
+
Flash: Fix embedding problems in IE9 (and all other IEs).
|
43
|
+
Flash/Gears/BrowserPlus/SilverLight: Expose multi_selection feature, to be used in required_features (mainly to overcome Safari for Windows problem).
|
44
|
+
SilverLight: Properly handle custom and null headers.
|
45
|
+
UploadComplete moved to fire after the last StateChanged event.
|
46
|
+
Additional language packs: Finnish.
|
47
|
+
Version 1.5b (2011-09-11)
|
48
|
+
UI Widget: Fix sortable logic.
|
49
|
+
UI Widget: Fix bug, when message was displayed simultaneously across all Plupload UI instances on the page.
|
50
|
+
UI Widget: notify() method is now public - users can throw their own messages into the widget header.
|
51
|
+
HTML4/HTML5: Revise input[type=file] placement logic to support cursor styling on Geko 2+.
|
52
|
+
HTML5: Revise Drag'n'Drop detection logic.
|
53
|
+
HTML5: Make Exif and GPS information available to user, introduce two new events: ExifData and GpsData.
|
54
|
+
HTML5: Add support for File.prototype.slice() method (mozSlice/webkitSlice) in order to be able to upload files in chunks without preloading.
|
55
|
+
HTML5: Remove any JPEG headers before restoring them, 'cause user agent (like Chrome), might be inserting it's own.
|
56
|
+
Flash: Remove a limit on the depth of image header check, since it still fails in some cases and performance gain is negligible.
|
57
|
+
Flash: Fix regression, when runtime hanged when not images where passed in as images.
|
58
|
+
SilverLight: Fix bug, when JSON serializer was failing on null.
|
59
|
+
SilverLight: Remove cast to integer for chunk boundary, which resulted in a wrong size for last chunks on huge files.
|
60
|
+
SilverLight: Increase read buffer, add disposal of ImageStream and FileStream, optimize for performance.
|
61
|
+
Updated build.xml to include language packs in release package under js/ folder.
|
62
|
+
Gears/BrowserPlus: Add support for * file filter.
|
63
|
+
BeforeUpload now can cancel upload if required.
|
64
|
+
Additional MIME types: text/csv, image/photoshop, video/x-ms-wmv, video/avi, video/webm support
|
65
|
+
Additional language packs: Japanese
|
66
|
+
Cleaned examples.
|
67
|
+
Version 1.4.3.2 (2011-04-13)
|
68
|
+
Fixed bug in HTML5 runtime, when was reduced by a factor of 100 after every upload.
|
69
|
+
Version 1.4.3.1 (2011-04-12)
|
70
|
+
Fixed build script, mistakenly populating jquery.plupload.queue directory from jquery.ui.plupload sources.
|
71
|
+
Fixed script urls in all examples, build script now will alter them automatically from dev to release when needed.
|
72
|
+
Fixed isEmptyObj undefined error in HTML4 runtime.
|
73
|
+
Fixed bug in UI Widget preventing UploadComplete from triggering.
|
74
|
+
Version 1.4.3 (2011-04-11)
|
75
|
+
Added Latvian language pack and updated French.
|
76
|
+
Fixed bug in Flash runtime when JPEG header was not investigated deep enough to reach SOFn marker in large images.
|
77
|
+
Fixed bug, when PNGs were cropped to width in Flash runtimes, rather then resized.
|
78
|
+
Fixed Flash to allow multiple uploading of the same file, with different settings.
|
79
|
+
Fixed Flash runtime to clean anonymous listeners properly.
|
80
|
+
Fixed HTML5 runtime to resolve to mimeType in case-insensitive way.
|
81
|
+
Fixed HTML5/Flash/SilverLight/Gears runtimes for inconsistency in naming of chunks feature, comparing to other runtimes.
|
82
|
+
Fixed HTML4/HTML5 runtimes for input[type=file] to outsize contaner effectively enough to fill the whole click area.
|
83
|
+
Fixed all runtimes to preserve position (relative/absolute) rule on containers that already have it.
|
84
|
+
Fixed SilverLight runtime to support large files (over 2GB).
|
85
|
+
Restructured the examples, src and build scripts to make it more clear that jQuery is optional.
|
86
|
+
Added support for *.* filter.
|
87
|
+
Added support for preserving ICC and IPTC headers when resizing JPEGs.
|
88
|
+
Added Image.onerror/onabort handlers to HTML5 in order to gracefully bypass faulty images.
|
89
|
+
Added ability to drop image size (by lowering quality), while preserving original dimension (HTML5/Flash/Gears).
|
90
|
+
Ported EXIF, ICC, IPTC preservation code to Flash runtime.
|
91
|
+
Version 1.4.2 (2011-02-20)
|
92
|
+
Added Brazilian Portuguese, German, Russian and Spanish translations.
|
93
|
+
Added support for file_data_name option to SilverLight runtime.
|
94
|
+
Added support for better quality image resizing to Flash runtime.
|
95
|
+
Added support for properly handling images with dimensions up to 8191x8191 pixels to Flash runtime.
|
96
|
+
Added 'updatelist' event to UI Widget, which will be triggered every time file list will get redrawn.
|
97
|
+
Added support for dynamically changing options to UI Widget.
|
98
|
+
Fixed HTML4 runtime bug, when UploadFile handler was attached twice.
|
99
|
+
Fixed HTML5 to use FileReader.readAsBinaryString() instead of File.getAsBinary() on newer WebKit browsers (like Chrome 9).
|
100
|
+
Fixed Flash runtime from sending duplicate Filename param, when using FileReference.upload().
|
101
|
+
Updated S3 example to illustrate support for a proper progress indication.
|
102
|
+
Version 1.4.1 (2011-02-01)
|
103
|
+
Added an example on how to use Plupload with Amazon S3 written in PHP but can easily be ported to other languages.
|
104
|
+
Fixed bug where hidden input elements wasn't created when the multiple_queues option wasn't used.
|
105
|
+
Fixed bug where FF4 would produce an exception about missing BlobBuilder.
|
106
|
+
Version 1.4.0 (2011-01-26)
|
107
|
+
Added removeEvent and removeAllEvents methods and modified addEvent accordingly, in order to support dynamic unload.
|
108
|
+
Added unbindAll method.
|
109
|
+
Added UploadComplete event, which fires when internal iterator reaches the end of the queue.
|
110
|
+
Added public destroy method to plupload object, new event - Destroy, and corresponding handlers to all runtimes.
|
111
|
+
Added Czech, Italian, French, Dutch translations.
|
112
|
+
Added support for translatable error messages.
|
113
|
+
Added two new options: browse_button_hover and browse_button_active, in order to support browse_button interactivity.
|
114
|
+
Added support for 'multi_selection: false' to Silverlight runtime.
|
115
|
+
Added support for video/mp4, video/x-m4v and audio/mp4 MIME Types.
|
116
|
+
Added artificial sendAsBinary method to XMLHttpRequest.prototype for browsers that have support for BlobBuilder and typed arrays.
|
117
|
+
Added version tracking variable into plupload object and version comment to the header of every file.
|
118
|
+
Fixed measurements of browse_button element in order to size and position input[type=file] element to fit it fully.
|
119
|
+
Fixed Flash runtime behavior for multiple_select=false and other simpleUpload usage cases: basically new FileReference has to be created for every select dialog.
|
120
|
+
Fixed browser sniffer to match only Safari, for fakeSafariDragDrop (seems like Safari on Mac doesn't require it either).
|
121
|
+
Fixed so that ExternalInterface escapes strings properly, before passing them to JS.
|
122
|
+
Fixed eventual reinitialization of flash/silverlight runtimes, especially for cases when object wrapper needed to be programmatically hidden and then shown again.
|
123
|
+
Fixed so that Plupload will now ignore files with duplicate names when adding to the queue, in one set. Mainly introduced to work around Safari on Windows bug (https://bugs.webkit.org/show_bug.cgi?id=37957).
|
124
|
+
Fixed bug, when final UploadProgress was firing after FileUploaded for Flash simpleUpload.
|
125
|
+
Fixed bug where upload would fail if an error was produced inside the FilesAdded event.
|
126
|
+
Fixed bug in Flash runtime when it used a wrong size when resizing, but not chunking.
|
127
|
+
Fixed bug in Silverlight runtime that would keep sending 0 byte packages when a picture was chunked before resized.
|
128
|
+
Disabled blur filter (is going to be replaced with some bilinear resampling in next release).
|
129
|
+
Completely revised UI Widget, to be more jQuery UI oriented. Optionally depends on UI Button, UI Sortable, UI ProgressBar.
|
130
|
+
Version 1.3.0 (2010-11-24)
|
131
|
+
Added new jQuery UI widget that supports jQuery UI themes.
|
132
|
+
Added new multiple_queues option that enables you to upload multiple times in the queue widgets.
|
133
|
+
Added support for crossdomain loading of the XAP and SWF files and crossdomain upload.
|
134
|
+
Added new multiple_queues option that enables you to upload multiple times in the queue widgets.
|
135
|
+
Added support for crossdomain loading of the XAP and SWF files and crossdomain upload.
|
136
|
+
Added preinit/init options to to ease up the binding of custom events to queueWidget and the Uploader class.
|
137
|
+
Added drag/drop support for Safari until they fix the broken drag/drop support on Windows.
|
138
|
+
Added events example file that show how to bind all events and display event specific data.
|
139
|
+
Added support for retaining Exif data on images when they where resized using the HTML5 runtime.
|
140
|
+
Fixed logic issue with the upload.php example file. Chunking wasn't working correctly.
|
141
|
+
Fixed issue with HTML4 not handling the form encoding correctly on older IE versions. Patch contributed by jinxdone.
|
142
|
+
Fixed so the HTML4 runtime only submits the defined multipart_params arguments.
|
143
|
+
Fixes issue where it wasn't possible to dynamically override url or mutlipart_params for the HTML4 runtime.
|
144
|
+
Fixed so all runtimes pass the name, chunk and chunks parameters as multipart parameters instead of querystring parameters.
|
145
|
+
Fixed so files are read using the newer FileReader class if it's available if not it tries the older getAsXXX on Gecko.
|
146
|
+
Fixed bug where IE 9 beta 1 wouldn't render Silverlight properly.
|
147
|
+
Fixed bug where Flash would do extra empty requests if images below a specific size would be uploaded.
|
148
|
+
Fixed bug where Google Gears would resize and re-encode images even if the it wasn't changed in scale.
|
149
|
+
Fixed bug where the HTML5 runtime wouldn't free memory after each request on Gecko.
|
150
|
+
Version 1.2.4 (2010-09-08)
|
151
|
+
Added new BeforeUpload event to make it easier to override settings before a file is uploaded.
|
152
|
+
Added new automatic usage of FileReference in Flash if it's possible. Contributed by Marcel Jackwerth.
|
153
|
+
Added new chunking support for Chrome 5 and Firefox 3.6 using the HTML 5 runtime.
|
154
|
+
Added new multipart upload support for WebKit using the HTML 5 runtime and the FormData object.
|
155
|
+
Added new image scaling method for the Flash runtime contributed by rcoopman.
|
156
|
+
Added new alert error message if the user selected invalid files.
|
157
|
+
Added new automatic unique name generation to the example.php script. Contributed by Brandon Kelly.
|
158
|
+
Changed so the default upload method is multipart and the default chunk size is 0.
|
159
|
+
Fixed progress issue with the HTML5 runtime running on Gecko.
|
160
|
+
Fixed so longer extensions can be used such as .tar.gz.
|
161
|
+
Fixed so the file extension is retained when using the unique_names option.
|
162
|
+
Version 1.2.3 (2010-05-27)
|
163
|
+
Added new drag/drop support for HTML5 running on Chrome beta.
|
164
|
+
Added new multipart state for the features object. It's now possible to detect multipart support.
|
165
|
+
Added new getFeatures function to all runtime. Basic concept by Javier Martinez Fernandez.
|
166
|
+
Fixed bug where runtimes where initialized even if they didn't match the required_features setting.
|
167
|
+
Version 1.2.2.1 (2010-05-04)
|
168
|
+
Added new headers option, enables you to set custom headers for the upload requests.
|
169
|
+
Fixed bug where the file extension checking was case sensitive.
|
170
|
+
Version 1.2.2 (2010-04-26)
|
171
|
+
Added new file_data_name option that enables you to set the multipart file data param. Patch contributed by Alex Ganov.
|
172
|
+
Added new FILE_SIZE_ERROR type that will be triggered if the user selected a file that is to large or zero bytes.
|
173
|
+
Added new FILE_EXTENSION_ERROR type that will be triggered if you add a file with an invalid file extension.
|
174
|
+
Added new required_features setting, enables you to specify a list of required features that the runtime must have.
|
175
|
+
Fixed so the plupload.buildUrl function uses the UTF compatible encodeURIComponent method instead of escape.
|
176
|
+
Fixed so that all file types can be selected if you don't specify a filter setting.
|
177
|
+
Fixed so more valid HTTP status codes are accepted as valid responses.
|
178
|
+
Fixed so all runtimes fills the features object with available features.
|
179
|
+
Fixed some issues with the HTML4 runtime if there wasn't any existing forms on the page.
|
180
|
+
Fixed some conflict issues with HTML4 runtime and forms with the input names of action or target.
|
181
|
+
Fixed bug where some Gecko versions would produce exceptions when checking the HTTP status of a XHR.
|
182
|
+
Version 1.2.1 (2010-03-22)
|
183
|
+
Fixed bug with incorrect aspect ratio in Flash image scaling.
|
184
|
+
Fixed bug where chunked uploads could get scrambled in the Flash runtime. Patch contributed by Grady Werner.
|
185
|
+
Fixed bug where a beta version of Chrome wouldn't handle drag/drop correctly because of missing drag effect.
|
186
|
+
Fixed so the HTML 4 runtime displays N/A for file sizes and the progress is based on uploaded files instead of bytes.
|
187
|
+
Fixed so chunking can be disabled properly in Flash but that will affect the progress bar.
|
188
|
+
Fixed so queue widget displays the drag/drop message if file queue is emptied.
|
189
|
+
Fixed small files are uploaded as one single chunk and not forced into 4 chunks in the Flash runtime.
|
190
|
+
Version 1.2 (2010-03-09)
|
191
|
+
Added new rename file support for jQuery queue widget, click on a file name to rename it if it's enabled.
|
192
|
+
Added official ChunkUploaded event, it similar to FileUploaded but executed for each chunk.
|
193
|
+
Added bytes per second support to total queue progress.
|
194
|
+
Added better error handling to core API using the new Error event.
|
195
|
+
Added better error handling to jQuery queue widget.
|
196
|
+
Fixed so chunking uploads is dispatch from JS not from inside Flash/Silverlight.
|
197
|
+
Version 1.1.1 (2010-02-25)
|
198
|
+
Added new setup setting to queue widget. Makes it easier to bind custom events to uploader instance.
|
199
|
+
Fixed so it's possible to disable chunking compleatly. It's now disabled by default.
|
200
|
+
Fixed bug where multipart mode was enabled all the time in the Flash runtime.
|
201
|
+
Fixed bug where chunked uploading in Silverlight would fail.
|
202
|
+
Fixed bug where the delete button was visible while uploading.
|
203
|
+
Fixed bug where unique_names setting wasn't working when the core API was used.
|
204
|
+
Fixed bug where the queue widget wouldn't display the currently uploaded file if the unique_names was enabled.
|
205
|
+
Version 1.1 (2010-02-24)
|
206
|
+
Added new multipart and multipart_params support.
|
207
|
+
Added new container option, enables you to specify where flash/silverlight objects would be added.
|
208
|
+
Added chunking support to BrowserPlus runtime, contributed by Steve Spencer.
|
209
|
+
Added FileUploaded event that fires when a file is uploaded.
|
210
|
+
Added more easily understandable buttons to queue widget.
|
211
|
+
Added html4 runtime, contributed by Ryan Demmer.
|
212
|
+
Fixed issues with i18n support and added a Swedish and Danish language pack.
|
213
|
+
Fixed bug where the Flash runtime could do empty requests if the image was scaled down.
|
214
|
+
Fixed bug where uploading small images in Silverlight would produce an exception.
|
215
|
+
Fixed so the runtime list can include whitespace or missing runtimes. Patch contributed by �yvind Sean Kinsey.
|
216
|
+
Fixed so to large files are ignored and never dispatched to the FilesAdded event.
|
217
|
+
Version 1.0 (2010-02-03)
|
218
|
+
First official release of Plupload.
|
@@ -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,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
|
+
});
|
@@ -0,0 +1,33 @@
|
|
1
|
+
// Hungarian
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Fájlok kiválasztása',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Válaszd ki a fájlokat, majd kattints az Indítás gombra.',
|
5
|
+
'Filename' : 'Fájlnév',
|
6
|
+
'Status' : 'Állapot',
|
7
|
+
'Size' : 'Méret',
|
8
|
+
'Add files' : 'Hozzáadás',
|
9
|
+
'Stop current upload' : 'Jelenlegi feltöltés megszakítása',
|
10
|
+
'Start uploading queue' : 'Várakozási sor feltöltésének indítása',
|
11
|
+
'Uploaded %d/%d files': 'Feltöltött fájlok: %d/%d',
|
12
|
+
'N/A': 'Nem elérhető',
|
13
|
+
'Drag files here.' : 'Húzd ide a fájlokat.',
|
14
|
+
'Stop upload': 'Feltöltés megszakítása',
|
15
|
+
'Start upload': 'Indítás',
|
16
|
+
'%d files queued': '%d fájl sorbaállítva',
|
17
|
+
'File: %s': 'Fájl: %s',
|
18
|
+
'Close': 'Bezárás',
|
19
|
+
'Using runtime: ': 'Használt runtime: ',
|
20
|
+
'File: %f, size: %s, max file size: %m': 'Fájl: %f, méret: %s, maximális fájlméret: %m',
|
21
|
+
'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.',
|
22
|
+
'Upload URL might be wrong or doesn\'t exist': 'A megadott URL hibás vagy nem létezik',
|
23
|
+
'Error: File too large: ': 'Hiba: A fájl túl nagy: ',
|
24
|
+
'Error: Invalid file extension: ': 'Hiba: Érvénytelen fájlkiterjesztés: ',
|
25
|
+
'File extension error.': 'Hibás fájlkiterjesztés.',
|
26
|
+
'File size error.': 'Hibás fájlméret.',
|
27
|
+
'File count error.': 'A fájlok számával kapcsolatos hiba.',
|
28
|
+
'Init error.': 'Init hiba.',
|
29
|
+
'HTTP Error.': 'HTTP hiba.',
|
30
|
+
'Security error.': 'Biztonsági hiba.',
|
31
|
+
'Generic error.': 'Általános hiba.',
|
32
|
+
'IO error.': 'I/O hiba.'
|
33
|
+
});
|
@@ -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
|
+
});
|