diff --git a/airtime_mvc/public/js/datatables/i18n/de_AT.txt b/airtime_mvc/public/js/datatables/i18n/de_AT.txt new file mode 100644 index 000000000..e91843568 --- /dev/null +++ b/airtime_mvc/public/js/datatables/i18n/de_AT.txt @@ -0,0 +1,17 @@ +{ + "sProcessing": "Bitte warten...", + "sLengthMenu": "_MENU_ Einträge anzeigen", + "sZeroRecords": "Keine Einträge vorhanden.", + "sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen", + "sInfoEmpty": "0 bis 0 von 0 Einträgen", + "sInfoFiltered": "(gefiltert von _MAX_ Einträgen)", + "sInfoPostFix": "", + "sSearch": "", + "sUrl": "", + "oPaginate": { + "sFirst": "Erster", + "sPrevious": "Zurück", + "sNext": "Nächster", + "sLast": "Letzter" + } +} diff --git a/airtime_mvc/public/js/datatables/i18n/en_GB.txt b/airtime_mvc/public/js/datatables/i18n/en_GB.txt new file mode 100644 index 000000000..9c5398294 --- /dev/null +++ b/airtime_mvc/public/js/datatables/i18n/en_GB.txt @@ -0,0 +1,23 @@ +{ +"sEmptyTable": "No data available in table", +"sInfo": "Showing _START_ to _END_ of _TOTAL_ entries", +"sInfoEmpty": "Showing 0 to 0 of 0 entries", +"sInfoFiltered": "(filtered from _MAX_ total entries)", +"sInfoPostFix": "", +"sInfoThousands": ",", +"sLengthMenu": "Show _MENU_", +"sLoadingRecords": "Loading...", +"sProcessing": "Processing...", +"sSearch": "", +"sZeroRecords": "No matching records found", +"oPaginate": { + "sFirst": "First", + "sLast": "Last", + "sNext": "Next", + "sPrevious": "Previous" +}, +"oAria": { + "sSortAscending": ": activate to sort column ascending", + "sSortDescending": ": activate to sort column descending" +} +} diff --git a/airtime_mvc/public/js/plupload/i18n/de_AT.js b/airtime_mvc/public/js/plupload/i18n/de_AT.js new file mode 100644 index 000000000..c95f51e8b --- /dev/null +++ b/airtime_mvc/public/js/plupload/i18n/de_AT.js @@ -0,0 +1,25 @@ +// German - Austria +plupload.addI18n({ + 'Select files' : 'Dateien hochladen', + 'Add files to the upload queue and click the start button.' : 'Dateien hinzufügen und auf \'Hochladen\' klicken.', + 'Filename' : 'Dateiname', + 'Status' : 'Status', + 'Size' : 'Größe', + 'Add files' : 'Dateien', // hinzufügen', + 'Stop current upload' : 'Aktuelles Hochladen stoppen', + 'Start uploading queue' : 'Hochladen starten', + 'Uploaded %d/%d files': '%d/%d Dateien sind hochgeladen', + 'N/A' : 'Nicht verfügbar', + 'Drag files here.' : 'Ziehen Sie die Dateien hier hin', + 'File extension error.': 'Fehler bei Dateiendung', + 'File size error.': 'Fehler bei Dateigröße', + 'Init error.': 'Initialisierungsfehler', + 'HTTP Error.': 'HTTP-Fehler', + 'Security error.': 'Sicherheitsfehler', + 'Generic error.': 'Typischer Fehler', + 'IO error.': 'Ein/Ausgabe-Fehler', + 'Stop Upload': 'Hochladen stoppen', + 'Start upload': 'Hochladen', + '%d files queued': '%d Dateien in der Warteschlange', + "Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ") +}); diff --git a/airtime_mvc/public/js/plupload/i18n/en_GB.js b/airtime_mvc/public/js/plupload/i18n/en_GB.js new file mode 100644 index 000000000..382f67d1d --- /dev/null +++ b/airtime_mvc/public/js/plupload/i18n/en_GB.js @@ -0,0 +1,27 @@ +// English - GB +plupload.addI18n({ + 'Select files' : 'Select files', + 'Add files to the upload queue and click the start button.' : 'Add files to the upload queue and click the start button.', + 'Filename' : 'Filename', + 'Status' : 'Status', + 'Size' : 'Size', + 'Add files' : 'Add files', + 'Stop current upload' : 'Stop current upload', + 'Start uploading queue' : 'Start uploading queue', + 'Uploaded %d/%d files': 'Uploaded %d/%d files', + 'N/A' : 'N/A', + 'Drag files here.' : 'Drag files here.', + 'File extension error.': 'File extension error.', + 'File size error.': 'File size error.', + 'Init error.': 'Init error.', + 'HTTP Error.': 'HTTP Error.', + 'Security error.': 'Security error.', + 'Generic error.': 'Generic error.', + 'IO error.': 'IO error.', + 'Stop Upload': 'Stop Upload', + 'Add Files': 'Add Files', + 'Start Upload': 'Start Upload', + 'Start upload': 'Start upload', + '%d files queued': '%d files queued', + "Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ") +});