diff options
| author | Nils Adermann <naderman@naderman.de> | 2014-02-10 13:52:12 +0100 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2014-02-10 13:52:12 +0100 |
| commit | 840ab75520726e4db689ab1a92de6c17d86b107b (patch) | |
| tree | 887704c33fe0ebebbceceee0544969e0ff1f631b /phpBB/language/en/common.php | |
| parent | 02674de89367895642b57450b5444ab23488ab9b (diff) | |
| parent | 4663ea7c8288ae56e00e2270aee49cb14a7c0276 (diff) | |
| download | forums-840ab75520726e4db689ab1a92de6c17d86b107b.tar forums-840ab75520726e4db689ab1a92de6c17d86b107b.tar.gz forums-840ab75520726e4db689ab1a92de6c17d86b107b.tar.bz2 forums-840ab75520726e4db689ab1a92de6c17d86b107b.tar.xz forums-840ab75520726e4db689ab1a92de6c17d86b107b.zip | |
Merge pull request #1988 from nickvergessen/ticket/12115
[ticket/12115] Convert occupation profile field to custom field
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index abe930c387..bf03393b52 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -684,12 +684,10 @@ $lang = array_merge($lang, array( 'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.', 'TOO_LONG_DATEFORMAT' => 'The date format you entered is too long.', 'TOO_LONG_ICQ' => 'The ICQ number you entered is too long.', - 'TOO_LONG_INTERESTS' => 'The interests you entered is too long.', 'TOO_LONG_JABBER' => 'The Jabber account name you entered is too long.', 'TOO_LONG_LOCATION' => 'The location you entered is too long.', 'TOO_LONG_MSN' => 'The WLM name you entered is too long.', 'TOO_LONG_NEW_PASSWORD' => 'The password you entered is too long.', - 'TOO_LONG_OCCUPATION' => 'The occupation you entered is too long.', 'TOO_LONG_PASSWORD_CONFIRM' => 'The password confirmation you entered is too long.', 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.', 'TOO_LONG_USERNAME' => 'The username you entered is too long.', @@ -705,12 +703,10 @@ $lang = array_merge($lang, array( 'TOO_SHORT_CONFIRM_CODE' => 'The confirm code you entered is too short.', 'TOO_SHORT_DATEFORMAT' => 'The date format you entered is too short.', 'TOO_SHORT_ICQ' => 'The ICQ number you entered is too short.', - 'TOO_SHORT_INTERESTS' => 'The interests you entered is too short.', 'TOO_SHORT_JABBER' => 'The Jabber account name you entered is too short.', 'TOO_SHORT_LOCATION' => 'The location you entered is too short.', 'TOO_SHORT_MSN' => 'The WLM name you entered is too short.', 'TOO_SHORT_NEW_PASSWORD' => 'The password you entered is too short.', - 'TOO_SHORT_OCCUPATION' => 'The occupation you entered is too short.', 'TOO_SHORT_PASSWORD_CONFIRM' => 'The password confirmation you entered is too short.', 'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.', 'TOO_SHORT_USERNAME' => 'The username you entered is too short.', |
