diff options
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", |