diff options
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 51ed2084207..931ab6a66b7 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -67,11 +67,10 @@ OC.L10N.register( "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem loading page, reloading in %n second","Problem loading page, reloading in %n seconds"], "Saving..." : "Saving...", "Dismiss" : "Dismiss", - "This action requires you to confirm your password" : "This action requires you to confirm your password", "Authentication required" : "Authentication required", - "Password" : "Password", - "Cancel" : "Cancel", + "This action requires you to confirm your password" : "This action requires you to confirm your password", "Confirm" : "Confirm", + "Password" : "Password", "Failed to authenticate, try again" : "Failed to authenticate, try again", "seconds ago" : "seconds ago", "Logging in …" : "Logging in …", @@ -97,6 +96,7 @@ OC.L10N.register( "Already existing files" : "Already existing files", "Which files do you want to keep?" : "Which files do you wish to keep?", "If you select both versions, the copied file will have a number added to its name." : "If you select both versions, the copied file will have a number added to its name.", + "Cancel" : "Cancel", "Continue" : "Continue", "(all selected)" : "(all selected)", "({count} selected)" : "({count} selected)", |