diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-27 02:15:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-27 02:15:20 +0000 |
commit | b7577b6401cb68a6a1f4dc9090facb79a6438753 (patch) | |
tree | a8d92b0b28b026a62000d8905380219445517d93 /settings/l10n/en_GB.js | |
parent | 7aaa2e12ae9579dbe6fb0d82e9d6144f17732a23 (diff) | |
download | nextcloud-server-b7577b6401cb68a6a1f4dc9090facb79a6438753.tar.gz nextcloud-server-b7577b6401cb68a6a1f4dc9090facb79a6438753.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/en_GB.js')
-rw-r--r-- | settings/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 289546fac47..040e19e818e 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -208,8 +208,6 @@ OC.L10N.register( "Background job didn’t run yet!" : "Background job didn’t run yet!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information.", "Execute one task with each page loaded" : "Execute one task with each page loaded", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP.", - "Use system cron service to call the cron.php file every 15 minutes." : "Use system cron service to call the cron.php file every 15 minutes.", "The cron.php needs to be executed by the system user \"%s\"." : "The cron.php needs to be executed by the system user \"%s\".", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.", "Sharing" : "Sharing", @@ -265,6 +263,8 @@ OC.L10N.register( "Twitter handle @…" : "Twitter handle @…", "Help translate" : "Help translate", "Current password" : "Current password", - "Change password" : "Change password" + "Change password" : "Change password", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP.", + "Use system cron service to call the cron.php file every 15 minutes." : "Use system cron service to call the cron.php file every 15 minutes." }, "nplurals=2; plural=(n != 1);"); |