Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
cdb3ec468a
6 changed files with 3293 additions and 4 deletions
|
@ -318,6 +318,7 @@ INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('en_CA', 'English');
|
||||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('en_US', 'English - US');
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('en_US', 'English - US');
|
||||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('fr_FR', 'French');
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('fr_FR', 'French');
|
||||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('de_DE', 'German');
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('de_DE', 'German');
|
||||||
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('it_IT', 'Italian');
|
||||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ko_KR', 'Korean');
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ko_KR', 'Korean');
|
||||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Russian');
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('ru_RU', 'Russian');
|
||||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('es_ES', 'Spanish');
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('es_ES', 'Spanish');
|
||||||
|
|
BIN
airtime_mvc/locale/it_IT/LC_MESSAGES/airtime.mo
Normal file
BIN
airtime_mvc/locale/it_IT/LC_MESSAGES/airtime.mo
Normal file
Binary file not shown.
3241
airtime_mvc/locale/it_IT/LC_MESSAGES/airtime.po
Normal file
3241
airtime_mvc/locale/it_IT/LC_MESSAGES/airtime.po
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
||||||
# SOME DESCRIPTIVE TITLE.
|
# CHINESE (zh_CN) translation for Airtime.
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) 2012 Sourcefabric
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the Airtime package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# Sourcefabric <contact@sourcefabric.org>, 2012.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
23
airtime_mvc/public/js/datatables/i18n/it_IT.txt
Normal file
23
airtime_mvc/public/js/datatables/i18n/it_IT.txt
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"sEmptyTable": "Nessun dato presente nella tabella",
|
||||||
|
"sInfo": "Vista da _START_ a _END_ di _TOTAL_ elementi",
|
||||||
|
"sInfoEmpty": "Vista da 0 a 0 di 0 elementi",
|
||||||
|
"sInfoFiltered": "(filtrati da _MAX_ elementi totali)",
|
||||||
|
"sInfoPostFix": "",
|
||||||
|
"sInfoThousands": ",",
|
||||||
|
"sLengthMenu": "Visualizza _MENU_ elementi",
|
||||||
|
"sLoadingRecords": "Caricamento...",
|
||||||
|
"sProcessing": "Elaborazione...",
|
||||||
|
"sSearch": "",
|
||||||
|
"sZeroRecords": "La ricerca non ha portato alcun risultato.",
|
||||||
|
"oPaginate": {
|
||||||
|
"sFirst": "Inizio",
|
||||||
|
"sPrevious": "Precedente",
|
||||||
|
"sNext": "Successivo",
|
||||||
|
"sLast": "Fine"
|
||||||
|
},
|
||||||
|
"oAria": {
|
||||||
|
"sSortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
||||||
|
"sSortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
||||||
|
}
|
||||||
|
}
|
24
airtime_mvc/public/js/plupload/i18n/it_IT.js
Normal file
24
airtime_mvc/public/js/plupload/i18n/it_IT.js
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
// Italian
|
||||||
|
plupload.addI18n({
|
||||||
|
'Select files' : 'Seleziona i files',
|
||||||
|
'Add files to the upload queue and click the start button.' : 'Aggiungi i file alla coda di caricamento e clicca il pulsante di avvio.',
|
||||||
|
'Filename' : 'Nome file',
|
||||||
|
'Status' : 'Stato',
|
||||||
|
'Size' : 'Dimensione',
|
||||||
|
'Add files' : 'Aggiungi file',
|
||||||
|
'Stop current upload' : 'Interrompi il caricamento',
|
||||||
|
'Start uploading queue' : 'Avvia il caricamento',
|
||||||
|
'Uploaded %d/%d files': 'Caricati %d/%d file',
|
||||||
|
'N/A' : 'N/D',
|
||||||
|
'Drag files here.' : 'Trascina i file qui.',
|
||||||
|
'File extension error.': 'Errore estensione file.',
|
||||||
|
'File size error.': 'Errore dimensione file.',
|
||||||
|
'Init error.': 'Errore inizializzazione.',
|
||||||
|
'HTTP Error.': 'Errore HTTP.',
|
||||||
|
'Security error.': 'Errore sicurezza.',
|
||||||
|
'Generic error.': 'Errore generico.',
|
||||||
|
'IO error.': 'Errore IO.',
|
||||||
|
'Stop Upload': 'Ferma Upload',
|
||||||
|
'Start upload': 'Inizia Upload',
|
||||||
|
'%d files queued': '%d file in lista'
|
||||||
|
});
|
Loading…
Add table
Add a link
Reference in a new issue