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/en_GB.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/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index e4ec785a5e3..e5fb4f2ce6a 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -71,10 +71,6 @@ OC.L10N.register( "Full name" : "Full name", "Unknown user" : "Unknown user", "Additional settings" : "Additional settings", - "%s enter the database username and name." : "%s enter the database username and name.", - "%s enter the database username." : "%s enter the database username.", - "%s enter the database name." : "%s enter the database name.", - "%s you may not use dots in the database name" : "%s you may not use dots in the database name", "You need to enter details of an existing account." : "You need to enter details of an existing account.", "Oracle connection could not be established" : "Oracle connection could not be established", "Oracle username and/or password not valid" : "Oracle username and/or password not valid", @@ -175,6 +171,10 @@ OC.L10N.register( "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "%s enter the database username and name." : "%s enter the database username and name.", + "%s enter the database username." : "%s enter the database username.", + "%s enter the database name." : "%s enter the database name.", + "%s you may not use dots in the database name" : "%s you may not use dots in the database name", "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "This can usually be fixed by giving the webserver write access to the config directory. See %s", "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", |