diff options
Diffstat (limited to 'settings/l10n/en_GB.js')
-rw-r--r-- | settings/l10n/en_GB.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 5643d340521..b0f3cdcf2cb 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -61,9 +61,6 @@ OC.L10N.register( "Not saved" : "Not saved", "Sending…" : "Sending…", "Email sent" : "Email sent", - "Allow filesystem access" : "Allow filesystem access", - "Disconnect" : "Disconnect", - "Revoke" : "Revoke", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -115,6 +112,7 @@ OC.L10N.register( "Enable" : "Enable", "The app will be downloaded from the app store" : "The app will be downloaded from the app store", "Settings" : "Settings", + "{size} used" : "{size} used", "Email" : "Email", "Group admin for" : "Group admin for", "Language" : "Language", @@ -308,6 +306,9 @@ OC.L10N.register( "Approved" : "Approved", "Experimental" : "Experimental", "No apps found for {query}" : "No apps found for {query}", + "Allow filesystem access" : "Allow filesystem access", + "Disconnect" : "Disconnect", + "Revoke" : "Revoke", "Unable to delete {objName}" : "Unable to delete {objName}", "Error creating group: {message}" : "Error creating group: {message}", "A valid group name must be provided" : "A valid group name must be provided", @@ -418,7 +419,6 @@ OC.L10N.register( "Updating …" : "Updating …", "Could not update app" : "Could not update app", "Could not remove app" : "Could not remove app", - "{size} used" : "{size} used", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.", "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm.", |