Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-11 09:55:27 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-11 09:55:27 +0300
commitdc506dcfbf39333cf44ac3be14c88bc093d963b3 (patch)
treeaa44f7e9d3e67d288cbc4a28a2faa9bad65bb02d /lib/l10n/sr@latin.js
parentbf9d4d425d56f540153cdde94469254571a4d779 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/sr@latin.js')
-rw-r--r--lib/l10n/sr@latin.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/sr@latin.js b/lib/l10n/sr@latin.js
index 11a536224d1..0f65c59edb4 100644
--- a/lib/l10n/sr@latin.js
+++ b/lib/l10n/sr@latin.js
@@ -6,16 +6,16 @@ OC.L10N.register(
"Settings" : "Podešavanja",
"Users" : "Korisnici",
"Admin" : "Adninistracija",
- "Authentication error" : "Greška pri autentifikaciji",
- "seconds ago" : "Pre par sekundi",
- "_%n minute ago_::_%n minutes ago_" : ["","","pre %n minuta"],
- "_%n hour ago_::_%n hours ago_" : ["","","pre %n sati"],
"today" : "Danas",
"yesterday" : "juče",
- "_%n day go_::_%n days ago_" : ["","","Prije %n dana."],
+ "_%n day ago_::_%n days ago_" : ["","",""],
"last month" : "prošlog meseca",
"_%n month ago_::_%n months ago_" : ["","",""],
"last year" : "prošle godine",
- "years ago" : "pre nekoliko godina"
+ "_%n year go_::_%n years ago_" : ["","",""],
+ "_%n hour ago_::_%n hours ago_" : ["","","pre %n sati"],
+ "_%n minute ago_::_%n minutes ago_" : ["","","pre %n minuta"],
+ "seconds ago" : "Pre par sekundi",
+ "Authentication error" : "Greška pri autentifikaciji"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");