diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 7d38eb05970..7073144d621 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -18,14 +18,6 @@ OC.L10N.register( "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Could not send reset email because there is no email address for this username. Please contact your administrator.", "%s password reset" : "%s password reset", "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", - "Error loading tags" : "Error loading tags", - "Tag already exists" : "Tag already exists", - "Error deleting tag(s)" : "Error deleting tag(s)", - "Error tagging" : "Error tagging", - "Error untagging" : "Error untagging", - "Error favoriting" : "Error favouriting", - "Error unfavoriting" : "Error unfavouriting", - "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", "Preparing update" : "Preparing update", "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "Repair warning: ", @@ -158,7 +150,6 @@ OC.L10N.register( "Link" : "Link", "Password protect" : "Password protect", "Password" : "Password", - "Allow editing" : "Allow editing", "Hide file listing" : "Hide file listing", "Email link to person" : "Email link to person", "Send" : "Send", @@ -293,11 +284,6 @@ OC.L10N.register( "This means only administrators can use the instance." : "This means only administrators can use the instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", "Thank you for your patience." : "Thank you for your patience.", - "Two-step verification" : "Two-step verification", - "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Enhanced security has been enabled for your account. Please authenticate using a second factor.", - "Cancel login" : "Cancel login", - "Please authenticate using the selected factor." : "Please authenticate using the selected factor.", - "An error occured while verifying the token" : "An error occured while verifying the token", "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", @@ -315,6 +301,20 @@ OC.L10N.register( "Please use the command line updater because you have a big instance." : "Please use the command line updater because you have a big instance.", "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.", "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 %s instance is available again." : "This page will refresh itself when the %s instance is available again." + "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again.", + "Error loading tags" : "Error loading tags", + "Tag already exists" : "Tag already exists", + "Error deleting tag(s)" : "Error deleting tag(s)", + "Error tagging" : "Error tagging", + "Error untagging" : "Error untagging", + "Error favoriting" : "Error favouriting", + "Error unfavoriting" : "Error unfavouriting", + "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", + "Allow editing" : "Allow editing", + "Two-step verification" : "Two-step verification", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Enhanced security has been enabled for your account. Please authenticate using a second factor.", + "Cancel login" : "Cancel login", + "Please authenticate using the selected factor." : "Please authenticate using the selected factor.", + "An error occured while verifying the token" : "An error occured while verifying the token" }, "nplurals=2; plural=(n != 1);"); |