diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-05-22 02:27:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-05-22 02:27:14 +0000 |
commit | 41f0cf4fcaddec8ce8442b10a2b048233bfaaaab (patch) | |
tree | dedc23250c80193375d86e15bdd18b159ce943e6 /apps/files_external/l10n/sr.js | |
parent | 9a80052eebd5f317bf864507ead8f024ca89b7f3 (diff) | |
download | nextcloud-server-41f0cf4fcaddec8ce8442b10a2b048233bfaaaab.tar.gz nextcloud-server-41f0cf4fcaddec8ce8442b10a2b048233bfaaaab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/sr.js')
-rw-r--r-- | apps/files_external/l10n/sr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_external/l10n/sr.js b/apps/files_external/l10n/sr.js index 51040433c66..846b88dbabb 100644 --- a/apps/files_external/l10n/sr.js +++ b/apps/files_external/l10n/sr.js @@ -1,7 +1,7 @@ OC.L10N.register( "files_external", { - "External storages" : "Спољашње складиште", + "External storage" : "Спољашње складиште", "Personal" : "Лично", "System" : "Систем", "Grant access" : "Одобри приступ", @@ -125,7 +125,6 @@ OC.L10N.register( "Open documentation" : "Отвори документацију", "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Спољно складиште Вам омогућава да монтирате сервисе и уређаје који нуде спољна складишта, и да се виде као Некстклауд уређају за складиштење. Такође можете дозволити корисницима да сами монтирају њихова сопствене сервисе спољних складишта.", "Folder name" : "Назив фасцикле", - "External storage" : "Спољашње складиште", "Authentication" : "Провера идентитета", "Configuration" : "Подешавање", "Available for" : "Доступно за", @@ -133,7 +132,8 @@ OC.L10N.register( "Add storage" : "Додај складиште", "Advanced settings" : "Напредне поставке", "Allow users to mount external storage" : "Дозволи корисницима да монтирају спољашња складишта", - "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобални акредитиви се могу користити за пријављивање на више спољних складишта које примају исте акредитиве.", - "(group)" : "(група)" + "External storages" : "Спољашње складиште", + "(group)" : "(група)", + "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Глобални акредитиви се могу користити за пријављивање на више спољних складишта које примају исте акредитиве." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |