Rename airtime_mvc/ to legacy/
This commit is contained in:
parent
f0879322c2
commit
3e18d42c8b
1316 changed files with 0 additions and 0 deletions
18
legacy/public/js/datatables/i18n/cs_CZ.txt
Normal file
18
legacy/public/js/datatables/i18n/cs_CZ.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
//Czech
|
||||
{
|
||||
"sProcessing": "Provádím...",
|
||||
"sLengthMenu": "Zobraz záznamů _MENU_",
|
||||
"sZeroRecords": "Žádné záznamy nebyly nalezeny",
|
||||
"sInfo": "Zobrazuji _START_ až _END_ z celkem _TOTAL_ záznamů",
|
||||
"sInfoEmpty": "Zobrazuji 0 až 0 z 0 záznamů",
|
||||
"sInfoFiltered": "(filtrováno z celkem _MAX_ záznamů)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "První",
|
||||
"sPrevious": "Předchozí",
|
||||
"sNext": "Další",
|
||||
"sLast": "Poslední"
|
||||
}
|
||||
}
|
17
legacy/public/js/datatables/i18n/de_AT.txt
Normal file
17
legacy/public/js/datatables/i18n/de_AT.txt
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
23
legacy/public/js/datatables/i18n/de_DE.txt
Normal file
23
legacy/public/js/datatables/i18n/de_DE.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"sEmptyTable": "Tabelle enthält keine Daten",
|
||||
"sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen",
|
||||
"sInfoEmpty": "0 bis 0 von 0 Einträgen",
|
||||
"sInfoFiltered": "(gefiltert von _MAX_ Einträgen)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "_MENU_ Einträge anzeigen",
|
||||
"sLoadingRecords": "Lade...",
|
||||
"sProcessing": "Bitte warten...",
|
||||
"sSearch": "",
|
||||
"sZeroRecords": "Keine Einträge vorhanden.",
|
||||
"oAria": {
|
||||
"sSortAscending": ": Spalte aufsteigend Sortieren",
|
||||
"sSortDescending": ": Spalte absteigend Sortieren"
|
||||
},
|
||||
"oPaginate": {
|
||||
"sFirst": "Erste",
|
||||
"sPrevious": "Zurück",
|
||||
"sNext": "Nächste",
|
||||
"sLast": "Letzte"
|
||||
}
|
||||
}
|
18
legacy/public/js/datatables/i18n/el_GR.txt
Normal file
18
legacy/public/js/datatables/i18n/el_GR.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
// Greek
|
||||
{
|
||||
"sProcessing": "Επεξεργασία...",
|
||||
"sLengthMenu": "Δείξε _MENU_ εγγραφές",
|
||||
"sZeroRecords": "Δεν βρέθηκαν εγγραφές που να ταιριάζουν",
|
||||
"sInfo": "Δείχνοντας _START_ εως _END_ από _TOTAL_ εγγραφές",
|
||||
"sInfoEmpty": "Δείχνοντας 0 εως 0 από 0 εγγραφές",
|
||||
"sInfoFiltered": "(φιλτραρισμένες από _MAX_ συνολικά εγγραφές)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Πρώτη",
|
||||
"sPrevious": "Προηγούμενη",
|
||||
"sNext": "Επόμενη",
|
||||
"sLast": "Τελευταία"
|
||||
}
|
||||
}
|
23
legacy/public/js/datatables/i18n/en_CA.txt
Normal file
23
legacy/public/js/datatables/i18n/en_CA.txt
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
23
legacy/public/js/datatables/i18n/en_GB.txt
Normal file
23
legacy/public/js/datatables/i18n/en_GB.txt
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
23
legacy/public/js/datatables/i18n/en_US.txt
Normal file
23
legacy/public/js/datatables/i18n/en_US.txt
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
25
legacy/public/js/datatables/i18n/es_ES.txt
Normal file
25
legacy/public/js/datatables/i18n/es_ES.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"sProcessing": "Procesando...",
|
||||
"sLengthMenu": "Mostrar _MENU_ registros",
|
||||
"sZeroRecords": "No se encontraron resultados",
|
||||
"sEmptyTable": "Ningún dato disponible en esta tabla",
|
||||
"sInfo": "Mostrando registros del _START_ al _END_ de un total de _TOTAL_ registros",
|
||||
"sInfoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
|
||||
"sInfoFiltered": "(filtrado de un total de _MAX_ registros)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLoadingRecords": "Cargando...",
|
||||
"oPaginate": {
|
||||
"sFirst": "Primero",
|
||||
"sLast": "Último",
|
||||
"sNext": "Siguiente",
|
||||
"sPrevious": "Anterior"
|
||||
},
|
||||
"fnInfoCallback": null,
|
||||
"oAria": {
|
||||
"sSortAscending": ": Activar para ordernar la columna de manera ascendente",
|
||||
"sSortDescending": ": Activar para ordernar la columna de manera descendente"
|
||||
}
|
||||
}
|
22
legacy/public/js/datatables/i18n/fr_FR.txt
Normal file
22
legacy/public/js/datatables/i18n/fr_FR.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"sProcessing": "Traitement en cours...",
|
||||
"sSearch": "",
|
||||
"sLengthMenu": "Afficher _MENU_ éléments",
|
||||
"sInfo": "Affichage de l'élement _START_ à _END_ sur _TOTAL_ éléments",
|
||||
"sInfoEmpty": "Affichage de l'élement 0 à 0 sur 0 éléments",
|
||||
"sInfoFiltered": "(filtré de _MAX_ éléments au total)",
|
||||
"sInfoPostFix": "",
|
||||
"sLoadingRecords": "Chargement en cours...",
|
||||
"sZeroRecords": "Aucun élément à afficher",
|
||||
"sEmptyTable": "Aucune donnée disponible dans le tableau",
|
||||
"oPaginate": {
|
||||
"sFirst": "Premier",
|
||||
"sPrevious": "Précédent",
|
||||
"sNext": "Suivant",
|
||||
"sLast": "Dernier"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": activer pour trier la colonne par ordre croissant",
|
||||
"sSortDescending": ": activer pour trier la colonne par ordre décroissant"
|
||||
}
|
||||
}
|
19
legacy/public/js/datatables/i18n/hr_HR.txt
Normal file
19
legacy/public/js/datatables/i18n/hr_HR.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
//Croatian
|
||||
|
||||
{
|
||||
"sProcessing": "Procesiram...",
|
||||
"sLengthMenu": "Prikaži _MENU_ rezultata po stranici",
|
||||
"sZeroRecords": "Ništa nije pronađeno",
|
||||
"sInfo": "Prikazano _START_ do _END_ od _TOTAL_ rezultata",
|
||||
"sInfoEmpty": "Prikazano 0 do 0 od 0 rezultata",
|
||||
"sInfoFiltered": "(filtrirano iz _MAX_ ukupnih rezultata)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "Filter",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Prva",
|
||||
"sPrevious": "Nazad",
|
||||
"sNext": "Naprijed",
|
||||
"sLast": "Zadnja"
|
||||
}
|
||||
}
|
19
legacy/public/js/datatables/i18n/hu_HU.txt
Normal file
19
legacy/public/js/datatables/i18n/hu_HU.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
//Hungarian
|
||||
|
||||
{
|
||||
"sProcessing": "Feldolgozás...",
|
||||
"sLengthMenu": "_MENU_ találat oldalanként",
|
||||
"sZeroRecords": "Nincs a keresésnek megfelelő találat",
|
||||
"sInfo": "Találatok: _START_ - _END_ Összesen: _TOTAL_",
|
||||
"sInfoEmpty": "Nulla találat",
|
||||
"sInfoFiltered": "(_MAX_ összes rekord közül szűrve)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Első",
|
||||
"sPrevious": "Előző",
|
||||
"sNext": "Következő",
|
||||
"sLast": "Utolsó"
|
||||
}
|
||||
}
|
23
legacy/public/js/datatables/i18n/it_IT.txt
Normal file
23
legacy/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"
|
||||
}
|
||||
}
|
17
legacy/public/js/datatables/i18n/ja.txt
Normal file
17
legacy/public/js/datatables/i18n/ja.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"sProcessing": "処理中...",
|
||||
"sLengthMenu": "_MENU_ 件表示",
|
||||
"sZeroRecords": "データはありません。",
|
||||
"sInfo": " _TOTAL_ 件中 _START_ から _END_ まで表示",
|
||||
"sInfoEmpty": " 0 件中 0 から 0 まで表示",
|
||||
"sInfoFiltered": "(全 _MAX_ 件より抽出)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "検索:",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "先頭",
|
||||
"sPrevious": "前",
|
||||
"sNext": "次",
|
||||
"sLast": "最終"
|
||||
}
|
||||
}
|
17
legacy/public/js/datatables/i18n/ja_JP.txt
Normal file
17
legacy/public/js/datatables/i18n/ja_JP.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"sProcessing": "処理中...",
|
||||
"sLengthMenu": "_MENU_ 件表示",
|
||||
"sZeroRecords": "データはありません。",
|
||||
"sInfo": " _TOTAL_ 件中 _START_ から _END_ まで表示",
|
||||
"sInfoEmpty": " 0 件中 0 から 0 まで表示",
|
||||
"sInfoFiltered": "(全 _MAX_ 件より抽出)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "検索:",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "先頭",
|
||||
"sPrevious": "前",
|
||||
"sNext": "次",
|
||||
"sLast": "最終"
|
||||
}
|
||||
}
|
23
legacy/public/js/datatables/i18n/ko_KR.txt
Normal file
23
legacy/public/js/datatables/i18n/ko_KR.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"sEmptyTable": "데이터가 존재 하지 않습니다",
|
||||
"sInfo": "총_TOTAL_개의 결과 중 _START_ 부터 _END_",
|
||||
"sInfoEmpty": "총0개의 결과 중 0 부터 0",
|
||||
"sInfoFiltered": "(총_MAX_개의 결과 중 필터 되었습니다)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "_MENU_개 보기",
|
||||
"sLoadingRecords": "로디중...",
|
||||
"sProcessing": "진행중...",
|
||||
"sSearch": "",
|
||||
"sZeroRecords": "기록을 찾지 못하였습니다",
|
||||
"oPaginate": {
|
||||
"sFirst": "처음",
|
||||
"sLast": "마지막",
|
||||
"sNext": "다음",
|
||||
"sPrevious": "이전"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": 오름차순으로 정렬",
|
||||
"sSortDescending": ": 내림차순으로 정렬"
|
||||
}
|
||||
}
|
18
legacy/public/js/datatables/i18n/pl_PL.txt
Normal file
18
legacy/public/js/datatables/i18n/pl_PL.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
//Polish
|
||||
{
|
||||
"sProcessing": "Proszę czekać...",
|
||||
"sLengthMenu": "Pokaż _MENU_ pozycji",
|
||||
"sZeroRecords": "Nie znaleziono żadnych pasujących indeksów",
|
||||
"sInfo": "Pozycje od _START_ do _END_ z _TOTAL_ łącznie",
|
||||
"sInfoEmpty": "Pozycji 0 z 0 dostępnych",
|
||||
"sInfoFiltered": "(filtrowanie spośród _MAX_ dostępnych pozycji)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Pierwsza",
|
||||
"sPrevious": "Poprzednia",
|
||||
"sNext": "Następna",
|
||||
"sLast": "Ostatnia"
|
||||
}
|
||||
}
|
18
legacy/public/js/datatables/i18n/pt_BR.txt
Normal file
18
legacy/public/js/datatables/i18n/pt_BR.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
//Portuguese Brasil
|
||||
{
|
||||
"sProcessing": "Processando...",
|
||||
"sLengthMenu": "Mostrar _MENU_ registros",
|
||||
"sZeroRecords": "Não foram encontrados resultados",
|
||||
"sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros",
|
||||
"sInfoEmpty": "Mostrando de 0 até 0 de 0 registros",
|
||||
"sInfoFiltered": "(filtrado de _MAX_ registros no total)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Primeiro",
|
||||
"sPrevious": "Anterior",
|
||||
"sNext": "Seguinte",
|
||||
"sLast": "Último"
|
||||
}
|
||||
}
|
17
legacy/public/js/datatables/i18n/ru_RU.txt
Normal file
17
legacy/public/js/datatables/i18n/ru_RU.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"sProcessing": "Подождите...",
|
||||
"sLengthMenu": "Показать _MENU_ записей",
|
||||
"sZeroRecords": "Записи отсутствуют.",
|
||||
"sInfo": "Записи с _START_ до _END_ из _TOTAL_ записей",
|
||||
"sInfoEmpty": "Записи с 0 до 0 из 0 записей",
|
||||
"sInfoFiltered": "(отфильтровано из _MAX_ записей)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Первая",
|
||||
"sPrevious": "Предыдущая",
|
||||
"sNext": "Следующая",
|
||||
"sLast": "Последняя"
|
||||
}
|
||||
}
|
19
legacy/public/js/datatables/i18n/sr_RS.txt
Normal file
19
legacy/public/js/datatables/i18n/sr_RS.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
//Serbian Cyrillic
|
||||
|
||||
{
|
||||
"sProcessing": "Обрада...",
|
||||
"sLengthMenu": "_MENU_ Резултати по страници",
|
||||
"sZeroRecords": "Ништа није пронађено",
|
||||
"sInfo": "Резултати: _START_ - _END_ Укупно: _TOTAL_",
|
||||
"sInfoEmpty": "Нула Резултат",
|
||||
"sInfoFiltered": "(филтрирано из _MAX_ укупних резултата)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "Филтер",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Прва",
|
||||
"sPrevious": "Назад",
|
||||
"sNext": "Напред",
|
||||
"sLast": "Задња"
|
||||
}
|
||||
}
|
19
legacy/public/js/datatables/i18n/sr_RS@latin.txt
Normal file
19
legacy/public/js/datatables/i18n/sr_RS@latin.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
//Serbian Latin
|
||||
|
||||
{
|
||||
"sProcessing": "Obrada...",
|
||||
"sLengthMenu": "_MENU_ Rezultati po stranici",
|
||||
"sZeroRecords": "Ništa nije pronađeno",
|
||||
"sInfo": "Rezultati: _START_ - _END_ Ukupno: _TOTAL_",
|
||||
"sInfoEmpty": "Nula Rezultat",
|
||||
"sInfoFiltered": "(filtrirano iz _MAX_ ukupnih rezultata)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "Filter",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "Prva",
|
||||
"sPrevious": "Nazad",
|
||||
"sNext": "Napred",
|
||||
"sLast": "Zadnja"
|
||||
}
|
||||
}
|
17
legacy/public/js/datatables/i18n/zh_CN.txt
Normal file
17
legacy/public/js/datatables/i18n/zh_CN.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"sProcessing": "处理中...",
|
||||
"sLengthMenu": "显示 _MENU_ 项结果",
|
||||
"sZeroRecords": "没有匹配结果",
|
||||
"sInfo": "显示第 _START_ 至 _END_ 项结果,共 _TOTAL_ 项",
|
||||
"sInfoEmpty": "显示第 0 至 0 项结果,共 0 项",
|
||||
"sInfoFiltered": "(由 _MAX_ 项结果过滤)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "首页",
|
||||
"sPrevious": "上页",
|
||||
"sNext": "下页",
|
||||
"sLast": "末页"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue