diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-10-07 08:05:14 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-10-07 08:05:14 -0400 |
commit | 996a185c557357ccd3f5c257d17699eb874e1898 (patch) | |
tree | a264a21bff5c72b0d2ce0af84d3bb7d81a1495ea /languages/en.php | |
parent | 41256f644b02bf4dcb2bc3798bdf470fa93515da (diff) | |
download | elgg-996a185c557357ccd3f5c257d17699eb874e1898.tar.gz elgg-996a185c557357ccd3f5c257d17699eb874e1898.tar.bz2 |
Fixes #3644 localized profile field names
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index c739d554e..da4e6a901 100644 --- a/languages/en.php +++ b/languages/en.php @@ -379,6 +379,14 @@ $english = array( 'profile:twitter' => "Twitter username", 'profile:saved' => "Your profile was successfully saved.", + 'profile:field:text' => 'Short text', + 'profile:field:longtext' => 'Large text area', + 'profile:field:tags' => 'Tags', + 'profile:field:url' => 'Web address', + 'profile:field:email' => 'Email address', + 'profile:field:location' => 'Location', + 'profile:field:date' => 'Date', + 'admin:appearance:profile_fields' => 'Edit Profile Fields', 'profile:edit:default' => 'Edit profile fields', 'profile:label' => "Profile label", |