diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 52481e7ee8b..50e69113371 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -241,9 +241,6 @@ OC.L10N.register( "Database host" : "Database host", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Please specify the port number along with the host name (e.g., localhost:5432).", "Performance warning" : "Performance warning", - "SQLite will be used as database." : "SQLite will be used as database.", - "For larger installations we recommend to choose a different database backend." : "For larger installations we recommend to choose a different database backend.", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especially when using the desktop client for file syncing, the use of SQLite is discouraged.", "Finish setup" : "Finish setup", "Finishing …" : "Finishing …", "Need help?" : "Need help?", @@ -316,6 +313,9 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Share with other people by entering a user or group or an email address.", "The specified document has not been found on the server." : "The specified document has not been found on the server.", "You can click here to return to %s." : "You can click here to return to %s.", + "SQLite will be used as database." : "SQLite will be used as database.", + "For larger installations we recommend to choose a different database backend." : "For larger installations we recommend to choose a different database backend.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especially when using the desktop client for file syncing, the use of SQLite is discouraged.", "Wrong password." : "Wrong password.", "Stay logged in" : "Stay logged in", "Back to log in" : "Back to log in", |