mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
30 lines
813 B
Plaintext
Executable File
30 lines
813 B
Plaintext
Executable File
/**
|
|
* Slovenian translation
|
|
* @name Slovenian
|
|
* @anchor Slovenian
|
|
* @author Marko Kroflic, Blaž Brenčič and Andrej Florjančič
|
|
*/
|
|
|
|
{
|
|
"sEmptyTable": "Nobenih podatkov ni na voljo",
|
|
"sInfo": "Prikazujem _START_ do _END_ od _TOTAL_ zapisov",
|
|
"sInfoEmpty": "Prikazujem 0 do 0 od 0 zapisov",
|
|
"sInfoFiltered": "(filtrirano od _MAX_ vseh zapisov)",
|
|
"sInfoPostFix": "",
|
|
"sInfoThousands": ",",
|
|
"sLengthMenu": "Prikaži _MENU_ zapisov",
|
|
"sLoadingRecords": "Nalagam...",
|
|
"sProcessing": "Obdelujem...",
|
|
"sSearch": "Išči:",
|
|
"sZeroRecords": "Nobeden zapis ne ustreza",
|
|
"oPaginate": {
|
|
"sFirst": "Prvi",
|
|
"sLast": "Zadnji",
|
|
"sNext": "Nasl.",
|
|
"sPrevious": "Pred."
|
|
},
|
|
"oAria": {
|
|
"sSortAscending": ": vključite za naraščujoči sort",
|
|
"sSortDescending": ": vključite za padajoči sort"
|
|
}
|
|
} |