You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
895 B
23 lines
895 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$TermAddNew = "Dodaj novo besedo";
|
|
$TermName = "Beseda";
|
|
$TermDefinition = "Pomen besede";
|
|
$TermDeleted = "Beseda je bila odstranjena";
|
|
$TermUpdated = "Beseda je bila ažurirana";
|
|
$TermConfirmDelete = "Resnièno želite odstraniti to besedo";
|
|
$TermAddButton = "Dodaj to besedo";
|
|
$TermUpdateButton = "Ažuriraj besedo";
|
|
$TermEditAction = "Uredi besedo";
|
|
$TermDeleteAction = "Odstrani besedo";
|
|
$OrderBy = "Urejeno po";
|
|
$CreationDate = "Datum kreiranja";
|
|
$UpdateDate = "Datum zadnje spremembe";
|
|
$PreSelectedOrder = "Urejeno z izbiro";
|
|
$TermAdded = "Beseda je bila dodana";
|
|
$YouMustEnterATermName = "Vnesti je potrebno besedo";
|
|
$YouMustEnterATermDefinition = "Vnesti je potrebno pomen besede";
|
|
$TableView = "Prikaži kot tabelo";
|
|
$GlossaryTermAlreadyExistsYouShouldEditIt = "Ta beseda že obstaja. Spremenite prosim ime besede.";
|
|
?>
|