diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
commit | 588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (patch) | |
tree | e4cc00ab89fd11d0a3b199fef741431499fd33d3 /apps/contacts/l10n/sr@latin.php | |
parent | 000d7ba97535f470f30be44e02140401b24b43e2 (diff) | |
download | nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip |
update translations
Diffstat (limited to 'apps/contacts/l10n/sr@latin.php')
-rw-r--r-- | apps/contacts/l10n/sr@latin.php | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/apps/contacts/l10n/sr@latin.php b/apps/contacts/l10n/sr@latin.php index bfd43896455..a76c1047907 100644 --- a/apps/contacts/l10n/sr@latin.php +++ b/apps/contacts/l10n/sr@latin.php @@ -1,7 +1,7 @@ <?php $TRANSLATIONS = array( +"Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.", "This is not your addressbook." => "Ovo nije vaš adresar.", "Contact could not be found." => "Kontakt se ne može naći.", -"Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.", "Address" => "Adresa", "Telephone" => "Telefon", "Email" => "E-mail", @@ -14,19 +14,16 @@ "Fax" => "Faks", "Video" => "Video", "Pager" => "Pejdžer", -"This is not your contact." => "Ovo nije vaš kontakt.", "Add Contact" => "Dodaj kontakt", -"Name" => "Ime", +"Edit" => "Uredi", +"Delete" => "Obriši", +"Birthday" => "Rođendan", +"Phone" => "Telefon", "PO Box" => "Poštanski broj", "Extended" => "Proširi", "Street" => "Ulica", "City" => "Grad", "Region" => "Regija", "Zipcode" => "Zip kod", -"Country" => "Zemlja", -"Create Contact" => "Napravi kontakt", -"Edit" => "Uredi", -"Delete" => "Obriši", -"Birthday" => "Rođendan", -"Phone" => "Telefon" +"Country" => "Zemlja" ); |