noodall-ui 0.5.0.pre.3 → 0.5.0.pre.4
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/javascripts/admin/assets.js +3 -10
- data/app/assets/javascripts/admin.js +13 -0
- data/app/assets/stylesheets/admin/typography.css +0 -72
- data/app/assets/stylesheets/admin.css +1 -0
- data/app/views/noodall/admin/assets/form.html.erb +1 -3
- data/app/views/noodall/admin/nodes/show.html.erb +0 -3
- data/lib/noodall/ui/version.rb +1 -1
- data/spec/dummy/app/views/layouts/application.html.erb +1 -7
- data/vendor/assets/javascripts/plupload/i18n/cs.js +14 -0
- data/vendor/assets/javascripts/plupload/i18n/da.js +12 -0
- data/vendor/assets/javascripts/plupload/i18n/de.js +25 -0
- data/vendor/assets/javascripts/plupload/i18n/es.js +25 -0
- data/vendor/assets/javascripts/plupload/i18n/fi.js +33 -0
- data/vendor/assets/javascripts/plupload/i18n/fr.js +25 -0
- data/vendor/assets/javascripts/plupload/i18n/it.js +21 -0
- data/vendor/assets/javascripts/plupload/i18n/ja.js +37 -0
- data/vendor/assets/javascripts/plupload/i18n/lv.js +33 -0
- data/vendor/assets/javascripts/plupload/i18n/nl.js +21 -0
- data/vendor/assets/javascripts/plupload/i18n/pt-br.js +35 -0
- data/vendor/assets/javascripts/plupload/i18n/ru.js +21 -0
- data/vendor/assets/javascripts/plupload/i18n/sv.js +12 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css +177 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/backgrounds.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/buttons-disabled.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/buttons.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/delete.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/done.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/error.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/throbber.gif +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/img/transp50.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue/jquery.plupload.queue.js +1 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/css/jquery.ui.plupload.css +147 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/img/plupload-bw.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/img/plupload.png +0 -0
- data/vendor/assets/javascripts/plupload/jquery.ui.plupload/jquery.ui.plupload.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.browserplus.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.flash.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.flash.swf +0 -0
- data/vendor/assets/javascripts/plupload/plupload.full.js +2 -0
- data/vendor/assets/javascripts/plupload/plupload.gears.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.html4.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.html5.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.js +2 -0
- data/vendor/assets/javascripts/plupload/plupload.silverlight.js +1 -0
- data/vendor/assets/javascripts/plupload/plupload.silverlight.xap +0 -0
- metadata +47 -16
- data/vendor/assets/javascripts/plupload/gears_init.js +0 -86
- data/vendor/assets/javascripts/plupload/jquery.plupload.queue.min.js +0 -1
- data/vendor/assets/javascripts/plupload/plupload.full.min.js +0 -1
- data/vendor/assets/stylesheets/plupload.queue.css +0 -181
@@ -1,10 +1,4 @@
|
|
1
1
|
function setUpAssets() {
|
2
|
-
document.write('<link rel="stylesheet" href="/assets/plupload.queue.css" type="text/css" media="screen" charset="utf-8">');
|
3
|
-
document.write('<script type="text/javascript" src="/assets/plupload/gears_init.js"></script>');
|
4
|
-
document.write('<script type="text/javascript" src="http://bp.yahooapis.com/2.4.21/browserplus-min.js"></script>');
|
5
|
-
document.write('<script type="text/javascript" src="/assets/plupload/plupload.full.min.js"></script>');
|
6
|
-
document.write('<script type="text/javascript" src="/assets/plupload/jquery.plupload.queue.min.js"></script>');
|
7
|
-
|
8
2
|
$('#asset-browser ul.choices a, #asset-browser #tags a, #asset-browser .tags a, #asset-browser a.show, #asset-browser .pagination a').live('click', function() {
|
9
3
|
$.get(
|
10
4
|
$(this).attr('href'),
|
@@ -15,13 +9,14 @@ function setUpAssets() {
|
|
15
9
|
});
|
16
10
|
ajaxifyForms('form.edit_asset');
|
17
11
|
}
|
12
|
+
setUpAssets();
|
18
13
|
|
19
14
|
function setUpPlupload() {
|
20
15
|
|
21
16
|
$("#uploader").pluploadQueue({
|
22
17
|
|
23
18
|
// General settings
|
24
|
-
runtimes : 'html5,flash,gears,silverlight,
|
19
|
+
runtimes : 'html5,flash,gears,silverlight,html4',
|
25
20
|
url : '/admin/assets/plupload',
|
26
21
|
// max_file_size : '10mb',
|
27
22
|
chunk_size : '1mb',
|
@@ -53,7 +48,7 @@ function setUpPlupload() {
|
|
53
48
|
|
54
49
|
|
55
50
|
uploader.bind('FileUploaded', function(up, file, res) {
|
56
|
-
if(this.total.queued
|
51
|
+
if(this.total.queued === 0) {
|
57
52
|
message = $('<div id="flash"><div class="flash notice">Assets were successfully uploaded. <strong>Please enter full information for each asset</strong></div></div>');
|
58
53
|
message.bind('click', function() {
|
59
54
|
window.location.href = "/admin/assets/pending";
|
@@ -94,5 +89,3 @@ function setUpPlupload() {
|
|
94
89
|
up.refresh(); // Reposition Flash/Silverlight
|
95
90
|
});
|
96
91
|
}
|
97
|
-
|
98
|
-
setUpAssets();
|
@@ -2,3 +2,16 @@
|
|
2
2
|
//= require fancybox
|
3
3
|
//= require ajaxify
|
4
4
|
//= require admin/application
|
5
|
+
//= require admin/nodes
|
6
|
+
//= require admin/nodes
|
7
|
+
//= require plupload/plupload
|
8
|
+
//= require plupload/plupload.html4
|
9
|
+
//= require plupload/plupload.html5
|
10
|
+
//= require plupload/plupload.gears
|
11
|
+
//= require plupload/plupload.flash
|
12
|
+
//= require plupload/plupload.silverlight
|
13
|
+
//= require plupload/jquery.plupload.queue/jquery.plupload.queue
|
14
|
+
//= require admin/assets
|
15
|
+
//= require admin/asset_edit
|
16
|
+
//= require tiny_mce/jquery.tinymce
|
17
|
+
//= require admin/tiny_mce_config
|
@@ -8,9 +8,6 @@ body, textarea {
|
|
8
8
|
font-family: 'Arial', verdana, sans-serif;
|
9
9
|
}
|
10
10
|
|
11
|
-
/*#content h1, #header h1{
|
12
|
-
}*/
|
13
|
-
|
14
11
|
|
15
12
|
/* -------------- FONT SIZES -------------- */
|
16
13
|
|
@@ -42,11 +39,6 @@ span.node-mover
|
|
42
39
|
font-size:1.2em;
|
43
40
|
}
|
44
41
|
|
45
|
-
/* 13px */
|
46
|
-
{
|
47
|
-
font-size:1.3em;
|
48
|
-
}
|
49
|
-
|
50
42
|
/* 14px */
|
51
43
|
#content form input,
|
52
44
|
#content form textarea,
|
@@ -78,47 +70,12 @@ table#versions-list td,
|
|
78
70
|
font-size:1.6em;
|
79
71
|
}
|
80
72
|
|
81
|
-
/* 17px */
|
82
|
-
{
|
83
|
-
font-size:1.7em;
|
84
|
-
}
|
85
|
-
|
86
|
-
/* 18px */
|
87
|
-
{
|
88
|
-
font-size:1.8em;
|
89
|
-
}
|
90
|
-
|
91
|
-
/* 19px */
|
92
|
-
{
|
93
|
-
font-size:1.9em;
|
94
|
-
}
|
95
|
-
|
96
73
|
/* 20px */
|
97
74
|
h2.title
|
98
75
|
{
|
99
76
|
font-size:2.0em;
|
100
77
|
}
|
101
78
|
|
102
|
-
/* 21px */
|
103
|
-
{
|
104
|
-
font-size:2.1em;
|
105
|
-
}
|
106
|
-
|
107
|
-
/* 22px */
|
108
|
-
{
|
109
|
-
font-size:2.2em;
|
110
|
-
}
|
111
|
-
|
112
|
-
/* 23px */
|
113
|
-
{
|
114
|
-
font-size:2.3em;
|
115
|
-
}
|
116
|
-
|
117
|
-
/* 24px */
|
118
|
-
{
|
119
|
-
font-size:2.4em;
|
120
|
-
}
|
121
|
-
|
122
79
|
/* 36px */
|
123
80
|
#content h1 {
|
124
81
|
font-size:3.6em;
|
@@ -161,29 +118,6 @@ div#flash a,
|
|
161
118
|
font-weight: bold;
|
162
119
|
}
|
163
120
|
|
164
|
-
/* Italic */
|
165
|
-
{
|
166
|
-
font-style: italic;
|
167
|
-
}
|
168
|
-
|
169
|
-
/* Underline */
|
170
|
-
{
|
171
|
-
text-decoration: underline;
|
172
|
-
}
|
173
|
-
|
174
|
-
/* Unordered List */
|
175
|
-
{
|
176
|
-
list-style-type: disc;
|
177
|
-
}
|
178
|
-
|
179
|
-
/* Ordered List */
|
180
|
-
{
|
181
|
-
list-style-type: decimal;
|
182
|
-
}
|
183
|
-
|
184
|
-
|
185
|
-
}
|
186
|
-
|
187
121
|
/* Uppercase */
|
188
122
|
label,
|
189
123
|
#sub-form h2,
|
@@ -209,9 +143,3 @@ div#content-table table.content td.file {
|
|
209
143
|
line-height:16px;
|
210
144
|
}
|
211
145
|
|
212
|
-
/* -------------- LETTER SPACING -------------- */
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
/* -------------- WORD SPACING -------------- */
|
217
|
-
|
@@ -1,6 +1,4 @@
|
|
1
|
-
<% content_for :header,
|
2
|
-
<% content_for :header, javascript_include_tag( 'admin/asset_edit' ) unless @asset.new_record? %>
|
3
|
-
|
1
|
+
<% content_for :header, javascript_tag('setUpAssets()') unless @asset.new_record? %>
|
4
2
|
|
5
3
|
<h1><%= @asset.new_record? ? 'New' : 'Editing' %> Asset</h1>
|
6
4
|
|
data/lib/noodall/ui/version.rb
CHANGED
@@ -47,13 +47,7 @@ maximum-scale = 1.0 retains dimensions instead of zooming in if page width < dev
|
|
47
47
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
48
48
|
|
49
49
|
<!-- so:JavaScripts -->
|
50
|
-
|
51
|
-
<script type="text/javascript">
|
52
|
-
google.load("jquery", "1.4");
|
53
|
-
google.load("swfobject", "2.2");
|
54
|
-
</script>
|
55
|
-
|
56
|
-
<%= javascript_include_tag 'rails', 'fancybox', 'carousel.lite', 'application' %>
|
50
|
+
<%= javascript_include_tag 'application' %>
|
57
51
|
<%= csrf_meta_tag %>
|
58
52
|
|
59
53
|
<!-- so:JavaScripts -->
|
@@ -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,25 @@
|
|
1
|
+
// German
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Wählen Sie die Dateien:',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Dateien hinzufügen und danach auf \'Starten des Uploads\' klicken und die Datei hochzuladen.',
|
5
|
+
'Filename' : 'Dateiname',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Größe',
|
8
|
+
'Add files' : 'Hinzufügen von Dateien',
|
9
|
+
'Stop current upload' : 'Stop aktuellen Upload',
|
10
|
+
'Start uploading queue' : 'Starte Upload',
|
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.': 'Dateiendungs Fehler.',
|
15
|
+
'File size error.': 'Dateigrößen Fehler.',
|
16
|
+
'Init error.': 'Initialisierungs Fehler.',
|
17
|
+
'HTTP Error.': 'HTTP Fehler.',
|
18
|
+
'Security error.': 'Sicherheits Fehler.',
|
19
|
+
'Generic error.': 'Generic Fehler.',
|
20
|
+
'IO error.': 'Ein/Ausgabe Fehler.',
|
21
|
+
'Stop Upload': 'Stoppen des Uploads.',
|
22
|
+
'Add Files': 'Dateien hinzufügen',
|
23
|
+
'Start Upload': 'Starten des Uploads.',
|
24
|
+
'%d files queued': '%d Dateien in der Warteschlange.'
|
25
|
+
});
|
@@ -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
|
+
// .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,25 @@
|
|
1
|
+
// .po file like language pack
|
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,21 @@
|
|
1
|
+
// .po file like language pack
|
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
|
+
});
|
@@ -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,33 @@
|
|
1
|
+
// .lv file like language pack
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Izvēlieties failus',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Pieveinojiet failus rindai un klikšķiniet uz "Sākt augšupielādi" pogas.',
|
5
|
+
'Filename' : 'Faila nosaukums',
|
6
|
+
'Status' : 'Statuss',
|
7
|
+
'Size' : 'Izmērs',
|
8
|
+
'Add files' : 'Pievienot failus',
|
9
|
+
'Stop current upload' : 'Apturēt pašreizējo augšupielādi',
|
10
|
+
'Start uploading queue' : 'Sākt augšupielādi',
|
11
|
+
'Drag files here.' : 'Ievelciet failus šeit',
|
12
|
+
'Start upload' : 'Sākt augšupielādi',
|
13
|
+
'Uploaded %d/%d files': 'Augšupielādēti %d/%d faili',
|
14
|
+
'Stop upload': 'Pārtraukt augšupielādi',
|
15
|
+
'Start upload': 'Sākt augšupielādi',
|
16
|
+
'%d files queued': '%d faili pievienoti rindai',
|
17
|
+
'File: %s': 'Fails: %s',
|
18
|
+
'Close': 'Aizvērt',
|
19
|
+
'Using runtime: ': 'Lieto saskarni: ',
|
20
|
+
'File: %f, size: %s, max file size: %m': 'Fails: %f, izmērs: %s, maksimālais faila izmērs: %m',
|
21
|
+
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Iespējams ielādēt tikai %d failus vienā reizē. Atlikušie faili netika pievienoti',
|
22
|
+
'Upload URL might be wrong or doesn\'t exist': 'Augšupielādes URL varētu būt nepareizs vai neeksistē',
|
23
|
+
'Error: File too large: ': 'Kļūda: Fails pārāk liels: ',
|
24
|
+
'Error: Invalid file extension: ': 'Kļūda: Nekorekts faila paplašinājums:',
|
25
|
+
'File extension error.': 'Faila paplašinājuma kļūda.',
|
26
|
+
'File size error.': 'Faila izmēra kļūda.',
|
27
|
+
'File count error.': 'Failu skaita kļūda',
|
28
|
+
'Init error.': 'Inicializācijas kļūda.',
|
29
|
+
'HTTP Error.': 'HTTP kļūda.',
|
30
|
+
'Security error.': 'Drošības kļūda.',
|
31
|
+
'Generic error.': 'Vispārēja rakstura kļūda.',
|
32
|
+
'IO error.': 'Ievades/Izvades kļūda.'
|
33
|
+
});
|
@@ -0,0 +1,21 @@
|
|
1
|
+
// Dutch
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Selecteer bestand(en):',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Voeg bestanden toe aan de wachtrij en druk op \'Start\'.',
|
5
|
+
'Filename' : 'Bestandsnaam',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Grootte',
|
8
|
+
'Add files' : 'Voeg bestanden toe',
|
9
|
+
'Stop current upload' : 'Stop upload',
|
10
|
+
'Start uploading queue' : 'Start upload',
|
11
|
+
'Uploaded %d/%d files': '%d/%d bestanden ge-upload',
|
12
|
+
'N/A' : 'Niet beschikbaar',
|
13
|
+
'Drag files here.' : 'Sleep bestanden hierheen.',
|
14
|
+
'File extension error.': 'Ongeldig bestandstype.',
|
15
|
+
'File size error.': 'Bestandsgrootte Error.',
|
16
|
+
'Init error.': 'Initialisatie error.',
|
17
|
+
'HTTP Error.': 'HTTP Error.',
|
18
|
+
'Security error.': 'Beveiliging error.',
|
19
|
+
'Generic error.': 'Onbekende error.',
|
20
|
+
'IO error.': 'IO error.'
|
21
|
+
});
|
@@ -0,0 +1,35 @@
|
|
1
|
+
// Brazilian Portuguese
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Escolha os arquivos',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Adicione os arquivos abaixo e clique no botão "Iniciar o envio".',
|
5
|
+
'Filename' : 'Nome do arquivo',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Tamanho',
|
8
|
+
'Add Files' : 'Adicionar arquivo(s)',
|
9
|
+
'Stop Upload' : 'Parar o envio',
|
10
|
+
'Start Upload' : 'Iniciar o envio',
|
11
|
+
'Add files' : 'Adicionar arquivo(s)',
|
12
|
+
'Add files.' : 'Adicionar arquivo(s)',
|
13
|
+
'Stop upload' : 'Parar o envio',
|
14
|
+
'Start upload' : 'Iniciar o envio',
|
15
|
+
'Uploaded %d/%d files': 'Enviado(s) %d/%d arquivo(s)',
|
16
|
+
'N/A' : 'N/D',
|
17
|
+
'Drag files here.' : 'Arraste os arquivos pra cá',
|
18
|
+
'File extension error.': 'Tipo de arquivo não permitido.',
|
19
|
+
'File size error.': 'Tamanho de arquivo não permitido.',
|
20
|
+
'File count error.': 'Erro na contagem dos arquivos',
|
21
|
+
'Init error.': 'Erro inicializando.',
|
22
|
+
'HTTP Error.': 'Erro HTTP.',
|
23
|
+
'Security error.': 'Erro de segurança.',
|
24
|
+
'Generic error.': 'Erro genérico.',
|
25
|
+
'IO error.': 'Erro de E/S.',
|
26
|
+
'File: %s': 'Arquivo: %s',
|
27
|
+
'Close': 'Fechar',
|
28
|
+
'%d files queued': '%d arquivo(s)',
|
29
|
+
'Using runtime: ': 'Usando: ',
|
30
|
+
'File: %f, size: %s, max file size: %m': 'Arquivo: %f, tamanho: %s, máximo: %m',
|
31
|
+
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Só são aceitos %d arquivos por vez. O que passou disso foi descartado.',
|
32
|
+
'Upload URL might be wrong or doesn\'t exist': 'URL de envio está errada ou não existe',
|
33
|
+
'Error: File too large: ': 'Erro: Arquivo muito grande: ',
|
34
|
+
'Error: Invalid file extension: ': 'Erro: Tipo de arquivo não permitido: '
|
35
|
+
});
|
@@ -0,0 +1,21 @@
|
|
1
|
+
// Russian
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Выберите файлы',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Добавьте файлы в очередь и нажмите кнопку "Загрузить файлы".',
|
5
|
+
'Filename' : 'Имя файла',
|
6
|
+
'Status' : 'Статус',
|
7
|
+
'Size' : 'Размер',
|
8
|
+
'Add files' : 'Добавить файлы',
|
9
|
+
'Stop current upload' : 'Остановить загрузку',
|
10
|
+
'Start uploading queue' : 'Загрузить файлы',
|
11
|
+
'Uploaded %d/%d files': 'Загружено %d из %d файлов',
|
12
|
+
'N/A' : 'N/D',
|
13
|
+
'Drag files here.' : 'Перетащите файлы сюда.',
|
14
|
+
'File extension error.': 'Неправильное расширение файла.',
|
15
|
+
'File size error.': 'Неправильный размер файла.',
|
16
|
+
'Init error.': 'Ошибка инициализации.',
|
17
|
+
'HTTP Error.': 'Ошибка HTTP.',
|
18
|
+
'Security error.': 'Ошибка безопасности.',
|
19
|
+
'Generic error.': 'Общая ошибка.',
|
20
|
+
'IO error.': 'Ошибка ввода-вывода.'
|
21
|
+
});
|
@@ -0,0 +1,12 @@
|
|
1
|
+
// .po file like language pack
|
2
|
+
plupload.addI18n({
|
3
|
+
'Select files' : 'Välj filer',
|
4
|
+
'Add files to the upload queue and click the start button.' : 'Lägg till filer till kön och tryck på start.',
|
5
|
+
'Filename' : 'Filnamn',
|
6
|
+
'Status' : 'Status',
|
7
|
+
'Size' : 'Storlek',
|
8
|
+
'Add files' : 'Lägg till filer',
|
9
|
+
'Stop current upload' : 'Stoppa uppladdningen',
|
10
|
+
'Start uploading queue' : 'Starta uppladdningen',
|
11
|
+
'Drag files here.' : 'Dra filer hit'
|
12
|
+
});
|