diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /core/l10n/sr@latin.php | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'core/l10n/sr@latin.php')
-rw-r--r-- | core/l10n/sr@latin.php | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php deleted file mode 100644 index 28009eccb0d..00000000000 --- a/core/l10n/sr@latin.php +++ /dev/null @@ -1,99 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Sunday" => "Nedelja", -"Monday" => "Ponedeljak", -"Tuesday" => "Utorak", -"Wednesday" => "Sreda", -"Thursday" => "Četvrtak", -"Friday" => "Petak", -"Saturday" => "Subota", -"January" => "Januar", -"February" => "Februar", -"March" => "Mart", -"April" => "April", -"May" => "Maj", -"June" => "Jun", -"July" => "Jul", -"August" => "Avgust", -"September" => "Septembar", -"October" => "Oktobar", -"November" => "Novembar", -"December" => "Decembar", -"Settings" => "Podešavanja", -"File" => "Fajl", -"Folder" => "Direktorijum", -"Image" => "Slika", -"I know what I'm doing" => "Znam šta radim", -"Reset password" => "Resetuj lozinku", -"No" => "Ne", -"Yes" => "Da", -"Choose" => "Izaberi", -"Ok" => "Ok", -"_{count} file conflict_::_{count} file conflicts_" => array("","",""), -"Cancel" => "Otkaži", -"Continue" => "Nastavi", -"Very weak password" => "Veoma slaba lozinka", -"Weak password" => "Slaba lozinka", -"So-so password" => "Osrednja lozinka", -"Good password" => "Dobra lozinka", -"Strong password" => "Jaka lozinka", -"Shared" => "Deljeno", -"Shared with {recipients}" => "Podeljeno sa {recipients}", -"Share" => "Podeli", -"Error" => "Greška", -"Error while sharing" => "Greška pri deljenju", -"Error while unsharing" => "Greška u uklanjanju deljenja", -"Error while changing permissions" => "Greška u promeni dozvola", -"Shared with you and the group {group} by {owner}" => "{owner} podelio sa Vama i grupom {group} ", -"Shared with you by {owner}" => "Sa vama podelio {owner}", -"Password protect" => "Zaštita lozinkom", -"Email link to person" => "Pošalji link e-mailom", -"Send" => "Pošalji", -"Set expiration date" => "Datum isteka", -"Expiration date" => "Datum isteka", -"Resharing is not allowed" => "Dalje deljenje nije dozvoljeno", -"Shared in {item} with {user}" => "Deljeno u {item} sa {user}", -"Unshare" => "Ukljoni deljenje", -"can edit" => "dozvoljene izmene", -"access control" => "kontrola pristupa", -"create" => "napravi", -"update" => "ažuriranje", -"delete" => "brisanje", -"Password protected" => "Zaštćeno lozinkom", -"Error unsetting expiration date" => "Greška u uklanjanju datuma isteka", -"Error setting expiration date" => "Greška u postavljanju datuma isteka", -"Sending ..." => "Slanje...", -"Email sent" => "Email poslat", -"Warning" => "Upozorenje", -"The object type is not specified." => "Tip objekta nije zadan.", -"Delete" => "Obriši", -"Add" => "Dodaj", -"The update was successful. Redirecting you to ownCloud now." => "Ažuriranje je uspelo. Prosleđivanje na ownCloud.", -"Use the following link to reset your password: {link}" => "Koristite sledeći link za reset lozinke: {link}", -"You will receive a link to reset your password via Email." => "Dobićete vezu za resetovanje lozinke putem e-pošte.", -"Username" => "Korisničko ime", -"New password" => "Nova lozinka", -"Personal" => "Lično", -"Users" => "Korisnici", -"Apps" => "Programi", -"Admin" => "Adninistracija", -"Help" => "Pomoć", -"Access forbidden" => "Pristup zabranjen", -"Security Warning" => "Bezbednosno upozorenje", -"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Vaša PHP verzija je ranjiva na ", -"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>", -"Password" => "Lozinka", -"Data folder" => "Fascikla podataka", -"Configure the database" => "Podešavanje baze", -"Database user" => "Korisnik baze", -"Database password" => "Lozinka baze", -"Database name" => "Ime baze", -"Database tablespace" => "tablespace baze", -"Database host" => "Domaćin baze", -"Finish setup" => "Završi podešavanje", -"Log out" => "Odjava", -"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);"; |