refinerycms-photo-gallery 0.0.1.dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. data/Gemfile +26 -0
  2. data/LICENSE.md +8 -0
  3. data/README.md +224 -0
  4. data/app/assets/images/refinery/photo_gallery/admin/chosen-sprite.png +0 -0
  5. data/app/assets/images/refinery/photo_gallery/admin/icons/album.png +0 -0
  6. data/app/assets/images/refinery/photo_gallery/admin/icons/album_add.png +0 -0
  7. data/app/assets/images/refinery/photo_gallery/admin/icons/album_edit.png +0 -0
  8. data/app/assets/images/refinery/photo_gallery/admin/icons/cog.png +0 -0
  9. data/app/assets/images/refinery/photo_gallery/admin/icons/down.gif +0 -0
  10. data/app/assets/images/refinery/photo_gallery/admin/icons/folder.png +0 -0
  11. data/app/assets/images/refinery/photo_gallery/admin/icons/folder_add.png +0 -0
  12. data/app/assets/images/refinery/photo_gallery/admin/icons/folder_edit.png +0 -0
  13. data/app/assets/images/refinery/photo_gallery/admin/icons/loading.gif +0 -0
  14. data/app/assets/images/refinery/photo_gallery/admin/icons/page_copy.png +0 -0
  15. data/app/assets/images/refinery/photo_gallery/admin/icons/photo.png +0 -0
  16. data/app/assets/images/refinery/photo_gallery/admin/icons/photo_add.png +0 -0
  17. data/app/assets/images/refinery/photo_gallery/admin/icons/photo_edit.png +0 -0
  18. data/app/assets/images/refinery/photo_gallery/admin/icons/up.gif +0 -0
  19. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/backgrounds.gif +0 -0
  20. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/buttons-disabled.png +0 -0
  21. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/buttons.png +0 -0
  22. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/delete.gif +0 -0
  23. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/done.gif +0 -0
  24. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/error.gif +0 -0
  25. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/throbber.gif +0 -0
  26. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.plupload.queue/transp50.png +0 -0
  27. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.ui.plupload/plupload-bw.png +0 -0
  28. data/app/assets/images/refinery/photo_gallery/admin/plupload/jquery.ui.plupload/plupload.png +0 -0
  29. data/app/assets/images/refinery/photo_gallery/admin/rss-feed.png +0 -0
  30. data/app/assets/images/refinery/photo_gallery/fancybox/blank.gif +0 -0
  31. data/app/assets/images/refinery/photo_gallery/fancybox/fancybox_loading.gif +0 -0
  32. data/app/assets/images/refinery/photo_gallery/fancybox/fancybox_sprite.png +0 -0
  33. data/app/assets/images/refinery/photo_gallery/fancybox/helpers/fancybox_buttons.png +0 -0
  34. data/app/assets/javascripts/refinery/photo_gallery/admin/jquery.chosen.min.js +10 -0
  35. data/app/assets/javascripts/refinery/photo_gallery/admin/photo_gallery.js +28 -0
  36. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/changelog.txt +218 -0
  37. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/cs.js +14 -0
  38. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/da.js +12 -0
  39. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/de.js +24 -0
  40. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/el.js +14 -0
  41. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/es.js +25 -0
  42. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/et.js +33 -0
  43. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fa.js +37 -0
  44. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fi.js +33 -0
  45. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fr-ca.js +35 -0
  46. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/fr.js +25 -0
  47. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/hr.js +25 -0
  48. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/hu.js +33 -0
  49. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/it.js +24 -0
  50. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ja.js +37 -0
  51. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ko.js +36 -0
  52. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/lv.js +33 -0
  53. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/nl.js +21 -0
  54. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/pl.js +24 -0
  55. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/pt-br.js +35 -0
  56. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ro.js +24 -0
  57. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/ru.js +21 -0
  58. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/sk.js +37 -0
  59. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/sr.js +14 -0
  60. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/i18n/sv.js +12 -0
  61. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.plupload.queue.js +195 -0
  62. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/jquery.ui.plupload.js +383 -0
  63. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/license.txt +339 -0
  64. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.browserplus.js +1 -0
  65. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.flash.js +226 -0
  66. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.flash.swf +0 -0
  67. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.full.js +2525 -0
  68. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.full.js.default +2525 -0
  69. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.gears.js +1 -0
  70. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.html4.js +1 -0
  71. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.html5.js +765 -0
  72. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.html5.js.default +765 -0
  73. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.js +618 -0
  74. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.silverlight.js +1 -0
  75. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/plupload.silverlight.xap +0 -0
  76. data/app/assets/javascripts/refinery/photo_gallery/admin/plupload/readme.md +46 -0
  77. data/app/assets/javascripts/refinery/photo_gallery/fancybox/CHANGELOG.md +68 -0
  78. data/app/assets/javascripts/refinery/photo_gallery/fancybox/README.md +212 -0
  79. data/app/assets/javascripts/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-buttons.js +115 -0
  80. data/app/assets/javascripts/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-media.js +85 -0
  81. data/app/assets/javascripts/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-thumbs.js +157 -0
  82. data/app/assets/javascripts/refinery/photo_gallery/fancybox/jquery.fancybox.js +1463 -0
  83. data/app/assets/javascripts/refinery/photo_gallery/fancybox/jquery.fancybox.pack.js +35 -0
  84. data/app/assets/javascripts/refinery/photo_gallery/fancybox/lib/jquery.mousewheel-3.0.6.pack.js +13 -0
  85. data/app/assets/stylesheets/refinery/photo_gallery/admin/chosen.css.scss +396 -0
  86. data/app/assets/stylesheets/refinery/photo_gallery/admin/photo_gallery.css.scss +109 -0
  87. data/app/assets/stylesheets/refinery/photo_gallery/admin/plupload/jquery.plupload.queue.css.scss +177 -0
  88. data/app/assets/stylesheets/refinery/photo_gallery/admin/plupload/jquery.ui.plupload.css.scss +147 -0
  89. data/app/assets/stylesheets/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-buttons.css.scss +85 -0
  90. data/app/assets/stylesheets/refinery/photo_gallery/fancybox/helpers/jquery.fancybox-thumbs.css +54 -0
  91. data/app/assets/stylesheets/refinery/photo_gallery/fancybox/jquery.fancybox.css.scss +234 -0
  92. data/app/controllers/refinery/photo_gallery/admin/albums_controller.rb +23 -0
  93. data/app/controllers/refinery/photo_gallery/admin/collections_controller.rb +10 -0
  94. data/app/controllers/refinery/photo_gallery/admin/photos_controller.rb +67 -0
  95. data/app/controllers/refinery/photo_gallery/albums_controller.rb +21 -0
  96. data/app/controllers/refinery/photo_gallery/collections_controller.rb +28 -0
  97. data/app/helpers/refinery/photo_gallery/admin/photos_helper.rb +10 -0
  98. data/app/helpers/refinery/photo_gallery/albums_helper.rb +11 -0
  99. data/app/helpers/refinery/photo_gallery/photo_gallery_helper.rb +58 -0
  100. data/app/middleware/refinery/photo_gallery/admin/flash_session_cookie_middleware.rb +27 -0
  101. data/app/models/refinery/photo_gallery/album.rb +60 -0
  102. data/app/models/refinery/photo_gallery/collection.rb +29 -0
  103. data/app/models/refinery/photo_gallery/collection_album.rb +8 -0
  104. data/app/models/refinery/photo_gallery/photo.rb +54 -0
  105. data/app/uploaders/refinery/photo_gallery/admin/file_uploader.rb +121 -0
  106. data/app/views/refinery/photo_gallery/admin/_submenu.html.erb +44 -0
  107. data/app/views/refinery/photo_gallery/admin/albums/_album.html.erb +31 -0
  108. data/app/views/refinery/photo_gallery/admin/albums/_form.html.erb +78 -0
  109. data/app/views/refinery/photo_gallery/admin/albums/_sortable_list.html.erb +7 -0
  110. data/app/views/refinery/photo_gallery/admin/albums/edit.html.erb +2 -0
  111. data/app/views/refinery/photo_gallery/admin/albums/index.html.erb +28 -0
  112. data/app/views/refinery/photo_gallery/admin/albums/new.html.erb +2 -0
  113. data/app/views/refinery/photo_gallery/admin/collections/_collection.html.erb +23 -0
  114. data/app/views/refinery/photo_gallery/admin/collections/_form.html.erb +32 -0
  115. data/app/views/refinery/photo_gallery/admin/collections/_sortable_list.html.erb +7 -0
  116. data/app/views/refinery/photo_gallery/admin/collections/edit.html.erb +2 -0
  117. data/app/views/refinery/photo_gallery/admin/collections/index.html.erb +28 -0
  118. data/app/views/refinery/photo_gallery/admin/collections/new.html.erb +2 -0
  119. data/app/views/refinery/photo_gallery/admin/collections/test.html.erb +39 -0
  120. data/app/views/refinery/photo_gallery/admin/photos/_destroy.js.erb +15 -0
  121. data/app/views/refinery/photo_gallery/admin/photos/_form.html.erb +7 -0
  122. data/app/views/refinery/photo_gallery/admin/photos/_form_actions.html.erb +6 -0
  123. data/app/views/refinery/photo_gallery/admin/photos/_form_fields.html.erb +31 -0
  124. data/app/views/refinery/photo_gallery/admin/photos/_form_fields_actions.html.erb +15 -0
  125. data/app/views/refinery/photo_gallery/admin/photos/edit_multiple.html.erb +9 -0
  126. data/app/views/refinery/photo_gallery/admin/photos/upload.html.erb +87 -0
  127. data/app/views/refinery/photo_gallery/albums/show.html.erb +26 -0
  128. data/app/views/refinery/photo_gallery/collections/index.html.erb +9 -0
  129. data/app/views/refinery/photo_gallery/collections/show.html.erb +19 -0
  130. data/app/views/refinery/photo_gallery/shared/_layout.html.erb +22 -0
  131. data/app/views/refinery/photo_gallery/shared/_submenu.html.erb +4 -0
  132. data/config/initializers/carrierwave.rb +7 -0
  133. data/config/initializers/form_builder.rb +26 -0
  134. data/config/initializers/refinery/core.rb +10 -0
  135. data/config/initializers/s3.rb +13 -0
  136. data/config/initializers/session_store.rb +10 -0
  137. data/config/locales/en.yml +95 -0
  138. data/config/locales/sk.yml +94 -0
  139. data/config/routes.rb +37 -0
  140. data/db/migrate/20120804063842_create_albums.rb +18 -0
  141. data/db/migrate/20120805131321_create_collections.rb +14 -0
  142. data/db/migrate/20120805131547_create_collection_albums.rb +12 -0
  143. data/db/migrate/20120805165238_create_photos.rb +19 -0
  144. data/db/migrate/20120805222125_add_indexes.rb +24 -0
  145. data/db/seeds.rb +21 -0
  146. data/lib/generators/refinery/photo_gallery_generator.rb +25 -0
  147. data/lib/generators/refinery/templates/config/initializers/refinery/photo_gallery.rb.erb +40 -0
  148. data/lib/refinery/photo_gallery.rb +30 -0
  149. data/lib/refinery/photo_gallery/configuration.rb +33 -0
  150. data/lib/refinery/photo_gallery/engine.rb +33 -0
  151. data/lib/refinery/photo_gallery/version.rb +17 -0
  152. data/lib/refinerycms-photo-gallery.rb +1 -0
  153. data/refinerycms-balder-photo-gallery.gemspec +30 -0
  154. data/screenshots/01_collections#index.png +0 -0
  155. data/screenshots/02_albums#create.png +0 -0
  156. data/screenshots/03_photos#upload.png +0 -0
  157. data/screenshots/04_photos#upload- chooser.png +0 -0
  158. data/screenshots/05_photo#upoad-queue.png +0 -0
  159. data/screenshots/06_photos#upload-uploading.png +0 -0
  160. data/screenshots/07_photos#upload-uploading_2.png +0 -0
  161. data/screenshots/08_photos#edit_multiple.png +0 -0
  162. data/screenshots/09_albums#index.png +0 -0
  163. data/screenshots/10_albums_EXIF_reading.png +0 -0
  164. data/screenshots/11_frontend_show.png +0 -0
  165. data/screenshots/12_show_photo_using_fancybox.png +0 -0
  166. metadata +323 -0
@@ -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
+ });
@@ -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
+ });
@@ -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
+ });