diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-19 00:12:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-19 00:12:55 +0000 |
commit | b8c728de6dcdc4a2dc0028a9215711c176b1cea5 (patch) | |
tree | 5e96b0c34702828fcc3bb6ff2a949f2c132a61e8 /apps/files_sharing/l10n/sr.js | |
parent | 5b60508af4b899a92c96872b9c2ba95dd9b9bb3c (diff) | |
download | nextcloud-server-b8c728de6dcdc4a2dc0028a9215711c176b1cea5.tar.gz nextcloud-server-b8c728de6dcdc4a2dc0028a9215711c176b1cea5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/sr.js')
-rw-r--r-- | apps/files_sharing/l10n/sr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index b90de6a7f38..d9b153e79b1 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -60,7 +60,6 @@ OC.L10N.register( "{actor} shared {file} with {user}" : "{actor} поделио {file} са корисником {user}", "{actor} removed {user} from {file}" : "{actor} уклонио корисника {user} са {file}", "{actor} shared {file} with you" : "{actor} поделио {file} са Вама", - "{actor} removed you from {file}" : "{actor} Вас је уклонио са {file}", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Фајл или фасцикла подељена е-поштом су <strong>преузети</strong>", "A file or folder was shared from <strong>another server</strong>" : "Фајл или фасцикла су дељени са <strong>другог сервера</strong>", "A file or folder has been <strong>shared</strong>" : "Фајл или фасцикла је <strong>дељен</strong>", @@ -112,6 +111,7 @@ OC.L10N.register( "Select or drop files" : "Одаберите или превуците фајлове", "Uploading files…" : "Отпремам фајлове…", "Uploaded files:" : "Отпремљени фајлови:", + "{actor} removed you from {file}" : "{actor} Вас је уклонио са {file}", "%s is publicly shared" : "%s је јавно дељен" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |