diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-21 02:33:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-21 02:33:50 +0000 |
commit | cb7c45b2d468a4c98d0444c2d36533575d68c6e9 (patch) | |
tree | ecaabe5530de39cd23945bb76a10ed049e5d54b0 /apps/settings/l10n/en_GB.js | |
parent | e647b9fa49475548946aea79f82a4dbd20e03a98 (diff) | |
download | nextcloud-server-cb7c45b2d468a4c98d0444c2d36533575d68c6e9.tar.gz nextcloud-server-cb7c45b2d468a4c98d0444c2d36533575d68c6e9.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/en_GB.js')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 7345e88958a..4c3f7a1fc86 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -134,6 +134,8 @@ OC.L10N.register( "Done" : "Done", "Copied!" : "Copied!", "Copy" : "Copy", + "Background job didn’t run yet!" : "Background job didn’t run yet!", + "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.", "Enable" : "Enable", "Remove group" : "Remove group", "You are about to remove the group {group}. The users will NOT be deleted." : "You are about to remove the group {group}. The users will NOT be deleted.", @@ -237,12 +239,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.", "Start migration" : "Start migration", - "Last job execution ran %s. Something seems wrong." : "Last job execution ran %s. Something seems wrong.", - "Last job ran %s." : "Last job ran %s.", - "Background job didn’t run yet!" : "Background job didn’t run yet!", - "Recommended" : "Recommended", - "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.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "As admin you can fine-tune the sharing behavior. Please see the documentation for more information.", "Allow apps to use the Share API" : "Allow apps to use the Share API", "Enforce expiration date" : "Enforce expiry date", @@ -281,8 +277,11 @@ OC.L10N.register( "You need to set your user email before being able to send test emails." : "You need to set your user email before being able to send test emails.", "All languages" : "All languages", "Everyone" : "Everyone", - "App update" : "App update", "Test email settings" : "Test email settings", + "Last job execution ran %s. Something seems wrong." : "Last job execution ran %s. Something seems wrong.", + "Last job ran %s." : "Last job ran %s.", + "Recommended" : "Recommended", + "The cron.php needs to be executed by the system user \"%s\"." : "The cron.php needs to be executed by the system user \"%s\".", "days" : "days", "No display name set" : "No display name set" }, |