diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-23 00:20:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-23 00:20:26 +0000 |
commit | f303bb1a664c9d4825fb5901f0dc42a8bf013b2b (patch) | |
tree | fc7bc4d92f59691262188bce0af4949526e841a2 /lib/l10n/sr.js | |
parent | bc748261373faa38b6c9f90de031c71430339789 (diff) | |
download | nextcloud-server-f303bb1a664c9d4825fb5901f0dc42a8bf013b2b.tar.gz nextcloud-server-f303bb1a664c9d4825fb5901f0dc42a8bf013b2b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/sr.js')
-rw-r--r-- | lib/l10n/sr.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 200878eca67..74797c90650 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -376,8 +376,6 @@ OC.L10N.register( "User disabled" : "Корисник онемогућен", "Your data directory is readable by other users." : "Ваш директоријум са подацима могу да читају остали корисници.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Промените дозволе у 0770 како директоријуми не би могли бити излистани од стране других корисника.", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Уверите се да фајл \".ocdata\" постоји у корену директоријума са подацима.", - "Invalid character \"%1$s\" in filename" : "Неисправан карактер у имену фајла „%1$s“", - "Invalid filename extension \"%1$s\"" : "Неисправна екстензија имена фајла „%1$s”" + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Уверите се да фајл \".ocdata\" постоји у корену директоријума са подацима." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |