diff options
Diffstat (limited to 'apps/settings/l10n/en_GB.js')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 62b72685b8c..479702f2273 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -1,6 +1,33 @@ OC.L10N.register( "settings", { + "Migration in progress. Please wait until the migration is finished" : "Migration in progress. Please wait until the migration is finished", + "Migration started …" : "Migration started …", + "Saved" : "Saved", + "Not saved" : "Not saved", + "Sending…" : "Sending…", + "Email sent" : "Email sent", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "An error occurred. Please upload an ASCII-encoded PEM certificate.", + "Valid until {date}" : "Valid until {date}", + "Delete" : "Delete", + "Local" : "Local", + "Private" : "Private", + "Only visible to local users" : "Only visible to local users", + "Only visible to you" : "Only visible to you", + "Contacts" : "Contacts", + "Visible to local users and to trusted servers" : "Visible to local users and to trusted servers", + "Public" : "Public", + "Will be synced to a global and public address book" : "Will be synced to a global and public address book", + "Verify" : "Verify", + "Verifying …" : "Verifying …", + "Unable to change password" : "Unable to change password", + "Very weak password" : "Very weak password", + "Weak password" : "Weak password", + "So-so password" : "So-so password", + "Good password" : "Good password", + "Strong password" : "Strong password", + "Select a profile picture" : "Select a profile picture", + "Groups" : "Groups", "{actor} changed your password" : "{actor} changed your password", "You changed your password" : "You changed your password", "Your password was reset by an administrator" : "Your password was reset by an administrator", @@ -14,9 +41,7 @@ OC.L10N.register( "Couldn't remove app." : "Couldn't remove app.", "Couldn't update app." : "Couldn't update app.", "Wrong password" : "Incorrect password", - "Saved" : "Saved", "No user supplied" : "No user supplied", - "Unable to change password" : "Unable to change password", "Authentication error" : "Authentication error", "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.", "Wrong admin recovery password. Please check the password and try again." : "Incorrect admin recovery password. Please check the password and try again.", @@ -55,32 +80,7 @@ OC.L10N.register( "Set your password" : "Set your password", "Go to %s" : "Go to %s", "Install Client" : "Install Client", - "Delete" : "Delete", "Unlimited" : "Unlimited", - "Verifying …" : "Verifying …", - "Verify" : "Verify", - "Migration in progress. Please wait until the migration is finished" : "Migration in progress. Please wait until the migration is finished", - "Migration started …" : "Migration started …", - "Not saved" : "Not saved", - "Sending…" : "Sending…", - "Email sent" : "Email sent", - "An error occurred. Please upload an ASCII-encoded PEM certificate." : "An error occurred. Please upload an ASCII-encoded PEM certificate.", - "Valid until {date}" : "Valid until {date}", - "Local" : "Local", - "Private" : "Private", - "Only visible to local users" : "Only visible to local users", - "Only visible to you" : "Only visible to you", - "Contacts" : "Contacts", - "Visible to local users and to trusted servers" : "Visible to local users and to trusted servers", - "Public" : "Public", - "Will be synced to a global and public address book" : "Will be synced to a global and public address book", - "Very weak password" : "Very weak password", - "Weak password" : "Weak password", - "So-so password" : "So-so password", - "Good password" : "Good password", - "Strong password" : "Strong password", - "Select a profile picture" : "Select a profile picture", - "Groups" : "Groups", "Limit to groups" : "Limit to groups", "Allow filesystem access" : "Allow filesystem access", "Revoke" : "Revoke", |