diff options
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index c5c50b1e16d..d19ad12c912 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -2,6 +2,8 @@ $TRANSLATIONS = array( "Unable to load list from App Store" => "Unable to load list from App Store", "Authentication error" => "Authentication error", +"Your full name has been changed." => "Your full name has been changed.", +"Unable to change full name" => "Unable to change full name", "Group already exists" => "Group already exists", "Unable to add group" => "Unable to add group", "Email saved" => "Email saved", @@ -109,6 +111,7 @@ $TRANSLATIONS = array( "Current password" => "Current password", "New password" => "New password", "Change password" => "Change password", +"Full Name" => "Full Name", "Email" => "Email", "Your email address" => "Your email address", "Fill in an email address to enable password recovery" => "Fill in an email address to enable password recovery", @@ -137,6 +140,7 @@ $TRANSLATIONS = array( "Other" => "Other", "Username" => "Username", "Storage" => "Storage", +"change full name" => "change full name", "set new password" => "set new password", "Default" => "Default" ); |