diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:15:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:19:31 -0400 |
commit | 7f3f191ee99847f064be3ae23befba956ab73196 (patch) | |
tree | 45545140e6c302936e8f6788fb66821c1312c23b /apps/files_versions/l10n/sr@latin.js | |
parent | 70480423ffa6e7d469141c3022e53ea151856bd0 (diff) | |
download | nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.tar.gz nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions/l10n/sr@latin.js')
-rw-r--r-- | apps/files_versions/l10n/sr@latin.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_versions/l10n/sr@latin.js b/apps/files_versions/l10n/sr@latin.js index 54215cc4d38..7b6f750d1a6 100644 --- a/apps/files_versions/l10n/sr@latin.js +++ b/apps/files_versions/l10n/sr@latin.js @@ -1,11 +1,11 @@ OC.L10N.register( "files_versions", { - "Could not revert: %s" : "Nemoguće povratiti: %s", + "Could not revert: %s" : "Ne mogu da vratim: %s", "Versions" : "Verzije", - "Failed to revert {file} to revision {timestamp}." : "Neuspelo vraćanje {file} na reviziju {timestamp}.", + "Failed to revert {file} to revision {timestamp}." : "Ne mogu da vratim {file} na reviziju {timestamp}.", "More versions..." : "Još verzija...", - "No other versions available" : "Nema drugih dostupnih verzija.", - "Restore" : "Povrati" + "No other versions available" : "Nema drugih verzija", + "Restore" : "Vrati" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |