mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
I'm guessing there have been changes to these files ...
git-svn-id: file:///svn/phpbb/trunk@3729 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
81c1c387d9
commit
17f27aa1ac
2 changed files with 9 additions and 9 deletions
|
@ -112,13 +112,13 @@ $lang = array_merge($lang, array(
|
||||||
'log_unban_user' => '<b>Unbanned username</b><br />%s total',
|
'log_unban_user' => '<b>Unbanned username</b><br />%s total',
|
||||||
'log_unban_ip' => '<b>Unbanned ip</b><br />%s total',
|
'log_unban_ip' => '<b>Unbanned ip</b><br />%s total',
|
||||||
'log_unban_email' => '<b>Unbanned email</b><br />%s total',
|
'log_unban_email' => '<b>Unbanned email</b><br />%s total',
|
||||||
'log_server_config' => '<b>Altered server settings</b>',
|
'LOG_SERVER_CONFIG' => '<b>Altered server settings</b>',
|
||||||
'log_default_config' => '<b>Altered board defaults</b>',
|
'LOG_DEFAULT_CONFIG' => '<b>Altered board defaults</b>',
|
||||||
'log_setting_config' => '<b>Altered board settings</b>',
|
'LOG_SETTING_CONFIG' => '<b>Altered board settings</b>',
|
||||||
'log_cookie_config' => '<b>Altered cookie settings</b>',
|
'LOG_COOKIE_CONFIG' => '<b>Altered cookie settings</b>',
|
||||||
'log_email_config' => '<b>Altered email settings</b>',
|
'LOG_EMAIL_CONFIG' => '<b>Altered email settings</b>',
|
||||||
'log_avatar_config' => '<b>Altered avatar settings</b>',
|
'LOG_AVATAR_CONFIG' => '<b>Altered avatar settings</b>',
|
||||||
'log_auth_config' => '<b>Altered authentication settings</b>',
|
'LOG_AUTH_CONFIG' => '<b>Altered authentication settings</b>',
|
||||||
'log_prune_user_deac' => '<b>Users Deactivated</b><br />%s',
|
'log_prune_user_deac' => '<b>Users Deactivated</b><br />%s',
|
||||||
'log_prune_user_del_del'=> '<b>Users Pruned and Posts Deleted</b><br />%s',
|
'log_prune_user_del_del'=> '<b>Users Pruned and Posts Deleted</b><br />%s',
|
||||||
'log_prune_user_del_anon'=> '<b>Users Pruned and Posts Retained</b><br />%s',
|
'log_prune_user_del_anon'=> '<b>Users Pruned and Posts Retained</b><br />%s',
|
||||||
|
|
|
@ -574,7 +574,7 @@ $lang = array(
|
||||||
'Timezone' => 'Timezone',
|
'Timezone' => 'Timezone',
|
||||||
'Date_format' => 'Date format',
|
'Date_format' => 'Date format',
|
||||||
'Date_format_explain' => 'The syntax used is identical to the PHP <a href=\"http://www.php.net/date\" target=\"_other\">date()</a> function',
|
'Date_format_explain' => 'The syntax used is identical to the PHP <a href=\"http://www.php.net/date\" target=\"_other\">date()</a> function',
|
||||||
'Signature' => 'Signature',
|
'SIGNATURE' => 'Signature',
|
||||||
'Signature_explain' => 'This is a block of text that can be added to posts you make. There is a %d character limit',
|
'Signature_explain' => 'This is a block of text that can be added to posts you make. There is a %d character limit',
|
||||||
'Public_view_email' => 'Always show my Email Address',
|
'Public_view_email' => 'Always show my Email Address',
|
||||||
'Current_password' => 'Current password',
|
'Current_password' => 'Current password',
|
||||||
|
@ -687,7 +687,7 @@ $lang = array(
|
||||||
'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.',
|
'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.',
|
||||||
|
|
||||||
'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.',
|
'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.',
|
||||||
'VIEWING_PROFILE' => 'Viewing profile of %s',
|
'VIEWING_PROFILE' => 'Profile view',
|
||||||
'ABOUT_USER' => 'Profile',
|
'ABOUT_USER' => 'Profile',
|
||||||
'CONTACT_USER' => 'Contact',
|
'CONTACT_USER' => 'Contact',
|
||||||
'USER_FORUM' => 'Forum statistics',
|
'USER_FORUM' => 'Forum statistics',
|
||||||
|
|
Loading…
Add table
Reference in a new issue