diff options
Diffstat (limited to 'core/l10n/sr@latin.php')
-rw-r--r-- | core/l10n/sr@latin.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php index 8a27ec15cfd..e7eb2b499a3 100644 --- a/core/l10n/sr@latin.php +++ b/core/l10n/sr@latin.php @@ -25,7 +25,7 @@ $TRANSLATIONS = array( "_%n hour ago_::_%n hours ago_" => array("","",""), "today" => "Danas", "yesterday" => "juče", -"_%n day ago_::_%n days ago_" => array("","",""), +"_%n day ago_::_%n days ago_" => array("Prije %n dan.","Prije %n dana.","Prije %n dana."), "last month" => "prošlog meseca", "_%n month ago_::_%n months ago_" => array("","",""), "months ago" => "pre nekoliko meseci", @@ -92,7 +92,6 @@ $TRANSLATIONS = array( "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Bez generatora slučajnog broja napadač može predvideti token za reset lozinke i preuzeti Vaš nalog.", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Vaši podaci i direktorijumi su verovatno dostupni sa interneta jer .htaccess fajl ne funkcioniše.", "Create an <strong>admin account</strong>" => "Napravi <strong>administrativni nalog</strong>", -"Advanced" => "Napredno", "Data folder" => "Fascikla podataka", "Configure the database" => "Podešavanje baze", "will be used" => "će biti korišćen", @@ -105,6 +104,7 @@ $TRANSLATIONS = array( "Log out" => "Odjava", "Automatic logon rejected!" => "Automatsko logovanje odbijeno!", "Lost your password?" => "Izgubili ste lozinku?", -"remember" => "upamti" +"remember" => "upamti", +"Log in" => "Prijavi se" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |