diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:31:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:31:51 +0000 |
commit | cc814bb568316c55f55a5ecc6502943640770d2b (patch) | |
tree | bcf8d245bbe57d45efd75ca27685c10f41a9de86 /lib/l10n/sr.js | |
parent | 914714f26a38c6ede9182c79c88e1890474802b6 (diff) | |
download | nextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.tar.gz nextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/sr.js')
-rw-r--r-- | lib/l10n/sr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 28b6df1b4f7..00a10264b79 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -94,10 +94,6 @@ OC.L10N.register( "Headline" : "Наслов", "Unknown user" : "Непознат корисник", "Additional settings" : "Додатне поставке", - "%s enter the database username and name." : "%s унеси корисничко име базе података и име.", - "%s enter the database username." : "%s унеси корисничко име базе података.", - "%s enter the database name." : "%s унеси име базе података.", - "%s you may not use dots in the database name" : "%s не можете користити тачке у имену базе података", "MySQL username and/or password not valid" : "MySQL корисничко име и/или лозинка нису исправни", "You need to enter details of an existing account." : "Потребно је да унесете детаље постојећег налога.", "Oracle connection could not be established" : "Веза са базом података Oracle не може бити успостављена", @@ -213,6 +209,10 @@ OC.L10N.register( "Storage is temporarily not available" : "Складиште привремено није доступно", "Storage connection timeout. %s" : "Истекло је време за повезивање на складиште. %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Ово се обично може средити давањем права веб серверу да пише у директоријум са подешавањима.", + "%s enter the database username and name." : "%s унеси корисничко име базе података и име.", + "%s enter the database username." : "%s унеси корисничко име базе података.", + "%s enter the database name." : "%s унеси име базе података.", + "%s you may not use dots in the database name" : "%s не можете користити тачке у имену базе података", "Cannot write into \"config\" directory" : "Не могу уписивати у директоријуму „config“", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Ово се обично може средити давањем права писања веб серверу за директоријум са подешавањима. Погледајте %s", "Cannot write into \"apps\" directory" : "Не могу уписивати у директоријуму „apps“", |