diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/sl_SL/admin.lang.php | 12 | ||||
-rw-r--r-- | language/sl_SL/common.lang.php | 5 |
2 files changed, 14 insertions, 3 deletions
diff --git a/language/sl_SL/admin.lang.php b/language/sl_SL/admin.lang.php index 4b1f36f8e..6618a12a4 100644 --- a/language/sl_SL/admin.lang.php +++ b/language/sl_SL/admin.lang.php @@ -97,5 +97,17 @@ $lang['Deletions'] = 'Odstrani'; $lang['Deny selected groups'] = 'Prepreci dostop izbranim skupinam'; $lang['Deny selected users'] = 'Prepreci dostop izbranim uporabnikom'; $lang['Description'] = 'Opis'; +$lang['Average rate'] = 'Povprecje'; +$lang['Rate'] = 'Glasuj'; +$lang['Album "%s" has been added'] = 'Album "%s" je bil dodan'; +$lang['Album "%s" now contains %d photos'] = 'Album "%s" vsebuje %d slik'; +$lang['Album photos associated to the following albums: %s'] = 'Slike albuma pripadajo naslednjim albumom: %s'; +$lang['Album list management'] = 'Upravljanje seznama albuma'; +$lang['Album manual order was saved'] = 'Rocna nastavitev sortiranja albuma, uspeno shranjena'; +$lang['Album name'] = 'Ime albuma'; +$lang['Album updated successfully'] = 'Album uspeno popravljen'; +$lang['albums added in the database'] = 'albumi dodani v bazo'; +$lang['Albums automatically sorted'] = 'Albumi so bili avtomaticno sortirani'; +$lang['albums deleted in the database'] = 'albumi odstranjeni iz baze'; ?>
\ No newline at end of file diff --git a/language/sl_SL/common.lang.php b/language/sl_SL/common.lang.php index 9c4c3ef00..b2a9fc03f 100644 --- a/language/sl_SL/common.lang.php +++ b/language/sl_SL/common.lang.php @@ -34,7 +34,6 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'sl'; $lang_info['zero_plural'] = true; -$lang['%.2f (rated %d times)'] = '%.2f (rated %d times, standardno odstopanje = %.2f)'; $lang['%d Kb'] = '%d Kb'; $lang['%d album updated'] = '%d kategorija popravljena'; $lang['%d albums updated'] = '%d kategorij popravljenih'; @@ -54,7 +53,6 @@ $lang['Any tag'] = 'Katerakoli označba'; $lang['At least one listed rule must be satisfied.'] = 'Vsaj eno pravilo mora biti izpolnjeno.'; $lang['At least one tag must match'] = 'Vsaj ena označba se mora ujemati'; $lang['Author'] = 'Avtor'; -$lang['Average rate'] = 'Povprečje'; $lang['Albums'] = 'Kategorije'; $lang['Album'] = 'Kategorija'; $lang['Close this window'] = 'Zapri okno'; @@ -103,7 +101,6 @@ $lang['Posted on'] = 'Objavljeno'; $lang['Profile'] = 'Profil'; $lang['Quick connect'] = 'Hitra povezava'; $lang['RSS feed'] = 'RSS vir'; -$lang['Rate'] = 'Glasuj'; $lang['Register'] = 'Registracija'; $lang['Registration'] = 'Registracija'; $lang['Unknown feed identifier'] = 'Neznan identifikator vira'; @@ -356,5 +353,7 @@ $lang['This author removed the comment with id %d'] = 'Ta uporabnik je odstranil $lang['delete this comment'] = 'odstrani komentar'; $lang['validate this comment'] = 'preveri komentar'; $lang['html tags are not allowed in login'] = 'pri prijavi niso dovoljene html značke'; +$lang['%d rates'] = '%d točk'; +$lang['Rating score'] = 'Ocena'; ?>
\ No newline at end of file |