aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-19 19:02:10 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-20 16:37:42 +0530
commit28012dc9e10339d7ab66a5b2e3cd394728654f47 (patch)
treebd6bb04bc441fd9d1d94fb6ee2e8501e3f3184fa /phpBB/language/en
parent70d4ede9b204ba9d2c3e1ae14258cd8c879db403 (diff)
downloadforums-28012dc9e10339d7ab66a5b2e3cd394728654f47.tar
forums-28012dc9e10339d7ab66a5b2e3cd394728654f47.tar.gz
forums-28012dc9e10339d7ab66a5b2e3cd394728654f47.tar.bz2
forums-28012dc9e10339d7ab66a5b2e3cd394728654f47.tar.xz
forums-28012dc9e10339d7ab66a5b2e3cd394728654f47.zip
[ticket/12732] Add Skype custom profile field
PHPBB3-12732
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/profile.php1
-rw-r--r--phpBB/language/en/common.php1
-rw-r--r--phpBB/language/en/memberlist.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php
index 7336031218..94bd09eb5d 100644
--- a/phpBB/language/en/acp/profile.php
+++ b/phpBB/language/en/acp/profile.php
@@ -42,6 +42,7 @@ $lang = array_merge($lang, array(
'ALPHA_ONLY' => 'Alphanumeric only',
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
'ALPHA_UNDERSCORE' => 'Alphanumeric and underscores',
+ 'ALPHA_PUNCTUATION' => 'Alphanumeric with comma, dots and dashes',
'ALWAYS_TODAY' => 'Always the current date',
'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now',
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 9a44337294..352952e12c 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -676,6 +676,7 @@ $lang = array_merge($lang, array(
'SETTINGS' => 'Settings',
'SIGNATURE' => 'Signature',
'SKIP' => 'Skip to content',
+ 'SKYPE' => 'Skype',
'SMTP_NO_AUTH_SUPPORT' => 'SMTP server does not support authentication.',
'SORRY_AUTH_READ' => 'You are not authorised to read this forum.',
'SORRY_AUTH_VIEW_ATTACH' => 'You are not authorised to download this attachment.',
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php
index d900ababd1..b8be44d8a4 100644
--- a/phpBB/language/en/memberlist.php
+++ b/phpBB/language/en/memberlist.php
@@ -144,4 +144,5 @@ $lang = array_merge($lang, array(
'USERS_PER_PAGE' => 'Users per page',
'VIEWING_PROFILE' => 'Viewing profile - %s',
+ 'VIEW_SKYPE_PROFILE' => 'View Skype Profile',
));