diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-13 00:18:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-13 00:18:15 +0000 |
commit | bb23b9187d5e4d9fec9d77b73d6deeb9d752dfaf (patch) | |
tree | 5b1ed3158953e440d323e54d5116d774fedb8efb /core/l10n/en_GB.js | |
parent | add4e4365a4040d2e4e6aa79c0d03c3edd78583c (diff) | |
download | nextcloud-server-bb23b9187d5e4d9fec9d77b73d6deeb9d752dfaf.tar.gz nextcloud-server-bb23b9187d5e4d9fec9d77b73d6deeb9d752dfaf.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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 3370b5f35b2..c98c2a08142 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -54,7 +54,7 @@ OC.L10N.register( "Repair info:" : "Repair info:", "Repair warning:" : "Repair warning:", "Repair error:" : "Repair error:", - "Please use the command line updater because updating via the browser is disabled in your config.php." : "Please use the command line updater because updating via the browser is disabled in your config.php.", + "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php.", "Turned on maintenance mode" : "Turned on maintenance mode", "Turned off maintenance mode" : "Turned off maintenance mode", "Maintenance mode is kept active" : "Maintenance mode is kept active", @@ -406,7 +406,6 @@ OC.L10N.register( "Detailed logs" : "Detailed logs", "Update needed" : "Update needed", "Please use the command line updater because you have a big instance with more than 50 users." : "Please use the command line updater because you have a big instance with more than 50 users.", - "Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.", "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>.", "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.", "Upgrade via web on my own risk" : "Upgrade via web on my own risk", @@ -414,6 +413,7 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.", "This page will refresh itself when the instance is available again." : "This page will refresh itself when the instance is available again.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", + "Please use the command line updater because updating via the browser is disabled in your config.php." : "Please use the command line updater because updating via the browser is disabled in your config.php.", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}.", "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.", "If it is not there ask your local administrator." : "If it is not there ask your local administrator.", @@ -421,7 +421,7 @@ OC.L10N.register( "Settings" : "Settings", "File not found" : "File not found", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "The document could not be found on the server. Maybe the share was deleted or has expired?", - "Please use the command line updater because updating via browser is disabled in your config.php." : "Please use the command line updater because updating via browser is disabled in your config.php.", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.", "The page could not be found on the server." : "The page could not be found on the server." }, "nplurals=2; plural=(n != 1);"); |