mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-16 05:54:44 +01:00
language fixes and template adjustements for the whois facility...
git-svn-id: file:///svn/phpbb/trunk@8093 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
951f793dae
commit
529980ab79
@ -21,7 +21,7 @@
|
||||
<dl>
|
||||
<dt><label>{L_REGISTERED_IP}:</label></dt>
|
||||
<dd><a href="{U_SHOW_IP}">{REGISTERED_IP}</a></dd>
|
||||
<dd>[ <a href="#" onclick="window.open('{U_WHOIS}', '_whois', 'height=500, resizable=yes, scrollbars=yes, width=700'); return false;">{L_WHOIS}</a> ]</dd>
|
||||
<dd>[ <a href="{U_WHOIS}" onclick="window.open(this.href, '_whois', 'height=500, resizable=yes, scrollbars=yes, width=700'); return false;">{L_WHOIS}</a> ]</dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
<dl>
|
||||
|
@ -88,7 +88,7 @@ $lang = array_merge($lang, array(
|
||||
'FORUM_PASSWORD_EXPLAIN' => 'Defines a password for this forum, use the permission system in preference.',
|
||||
'FORUM_PASSWORD_MISMATCH' => 'The passwords you entered did not match.',
|
||||
'FORUM_PRUNE_SETTINGS' => 'Forum prune settings',
|
||||
'FORUM_RESYNCED' => 'Forum "%s" successfully resynced',
|
||||
'FORUM_RESYNCED' => 'Forum “%s” successfully resynced',
|
||||
'FORUM_RULES_EXPLAIN' => 'Forum rules are displayed at any page within the given forum.',
|
||||
'FORUM_RULES_LINK' => 'Link to forum rules',
|
||||
'FORUM_RULES_LINK_EXPLAIN' => 'You are able to enter the URL of the page/post containing your forum rules here. This setting will override the forum rules text you specified.',
|
||||
|
@ -244,7 +244,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'NO_REASON' => 'Reason could not be found.',
|
||||
'NO_REASON_INFO' => 'You have to specify a title and a description for this reason.',
|
||||
'NO_REMOVE_DEFAULT_REASON' => 'You are not able to remove the default reason "Other".',
|
||||
'NO_REMOVE_DEFAULT_REASON' => 'You are not able to remove the default reason “Other”.',
|
||||
|
||||
'REASON_ADD' => 'Add report/denial reason',
|
||||
'REASON_ADDED' => 'Report/denial reason successfully added.',
|
||||
|
@ -65,7 +65,7 @@ $lang = array_merge($lang, array(
|
||||
'CONFIG_CONVERT' => 'Converting the configuration',
|
||||
'CONFIG_FILE_UNABLE_WRITE' => 'It was not possible to write the configuration file. Alternative methods for this file to be created are presented below.',
|
||||
'CONFIG_FILE_WRITTEN' => 'The configuration file has been written. You may now proceed to the next step of the installation.',
|
||||
'CONFIG_PHPBB_EMPTY' => 'The phpBB3 config variable for "%s" is empty.',
|
||||
'CONFIG_PHPBB_EMPTY' => 'The phpBB3 config variable for “%s” is empty.',
|
||||
'CONFIG_RETRY' => 'Retry',
|
||||
'CONTACT_EMAIL_CONFIRM' => 'Confirm contact e-mail',
|
||||
'CONTINUE_CONVERT' => 'Continue conversion',
|
||||
@ -88,7 +88,7 @@ $lang = array_merge($lang, array(
|
||||
'CONV_ERROR_FORUM_ACCESS' => 'Unable to get forum access information.',
|
||||
'CONV_ERROR_GET_CATEGORIES' => 'Unable to get categories.',
|
||||
'CONV_ERROR_GET_CONFIG' => 'Could not retrieve your board configuration.',
|
||||
'CONV_ERROR_COULD_NOT_READ' => 'Unable to access/read "%s".',
|
||||
'CONV_ERROR_COULD_NOT_READ' => 'Unable to access/read “%s”.',
|
||||
'CONV_ERROR_GROUP_ACCESS' => 'Unable to get group authentication information.',
|
||||
'CONV_ERROR_INCONSISTENT_GROUPS' => 'Inconsistency in groups table detected in add_bots() - you need to add all special groups if you do it manually.',
|
||||
'CONV_ERROR_INSERT_BOT' => 'Unable to insert bot into users table.',
|
||||
@ -98,7 +98,7 @@ $lang = array_merge($lang, array(
|
||||
'CONV_ERROR_NO_AVATAR_PATH' => 'Note to developer: you must specify $convertor[\'avatar_path\'] to use %s.',
|
||||
'CONV_ERROR_NO_FORUM_PATH' => 'The relative path to the source board has not been specified.',
|
||||
'CONV_ERROR_NO_GALLERY_PATH' => 'Note to developer: you must specify $convertor[\'avatar_gallery_path\'] to use %s.',
|
||||
'CONV_ERROR_NO_GROUP' => 'Group "%1$s" could not be found in %2$s.',
|
||||
'CONV_ERROR_NO_GROUP' => 'Group “%1$s” could not be found in %2$s.',
|
||||
'CONV_ERROR_NO_RANKS_PATH' => 'Note to developer: you must specify $convertor[\'ranks_path\'] to use %s.',
|
||||
'CONV_ERROR_NO_SMILIES_PATH' => 'Note to developer: you must specify $convertor[\'smilies_path\'] to use %s.',
|
||||
'CONV_ERROR_NO_UPLOAD_DIR' => 'Note to developer: you must specify $convertor[\'upload_path\'] to use %s.',
|
||||
@ -107,7 +107,7 @@ $lang = array_merge($lang, array(
|
||||
'CONV_ERROR_REPLACE_CATEGORY' => 'Unable to insert new forum replacing old category.',
|
||||
'CONV_ERROR_REPLACE_FORUM' => 'Unable to insert new forum replacing old forum.',
|
||||
'CONV_ERROR_USER_ACCESS' => 'Unable to get user authentication information.',
|
||||
'CONV_ERROR_WRONG_GROUP' => 'Wrong group "%1$s" defined in %2$s.',
|
||||
'CONV_ERROR_WRONG_GROUP' => 'Wrong group “%1$s” defined in %2$s.',
|
||||
'CONV_OPTIONS_BODY' => 'This page collects the data required to access the source board. Enter the database details of your former board; the converter will not change anything in the database given below. The source board should be disabled to allow a consistent conversion.',
|
||||
'CONV_SAVED_MESSAGES' => 'Saved messages',
|
||||
|
||||
@ -120,7 +120,7 @@ $lang = array_merge($lang, array(
|
||||
'DB_ERR_INSERT' => 'Error while processing <code>INSERT</code> query.',
|
||||
'DB_ERR_LAST' => 'Error while processing <var>query_last</var>.',
|
||||
'DB_ERR_QUERY_FIRST' => 'Error while executing <var>query_first</var>.',
|
||||
'DB_ERR_QUERY_FIRST_TABLE' => 'Error while executing <var>query_first</var>, %s ("%s").',
|
||||
'DB_ERR_QUERY_FIRST_TABLE' => 'Error while executing <var>query_first</var>, %s (“%s”).',
|
||||
'DB_ERR_SELECT' => 'Error while running <code>SELECT</code> query.',
|
||||
'DB_HOST' => 'Database server hostname or DSN',
|
||||
'DB_HOST_EXPLAIN' => 'DSN stands for Data Source Name and is relevant only for ODBC installs.',
|
||||
@ -267,7 +267,7 @@ $lang = array_merge($lang, array(
|
||||
'NAMING_CONFLICT' => 'Naming conflict: %s and %s are both aliases<br /><br />%s',
|
||||
'NEXT_STEP' => 'Proceed to next step',
|
||||
'NOT_FOUND' => 'Cannot find',
|
||||
'NOT_UNDERSTAND' => 'Could not understand %s #%d, table %s ("%s")',
|
||||
'NOT_UNDERSTAND' => 'Could not understand %s #%d, table %s (“%s”)',
|
||||
'NO_CONVERTORS' => 'No convertors are available for use.',
|
||||
'NO_CONVERT_SPECIFIED' => 'No convertor specified.',
|
||||
'NO_LOCATION' => 'Cannot determine location. If you know Imagemagick is installed, you may specify the location later within your administration control panel',
|
||||
|
@ -224,7 +224,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_TOPIC_SELECTED' => 'You must select at least one topic to perform this action.',
|
||||
'NO_TOPICS_QUEUE' => 'There are no topics waiting for approval.',
|
||||
|
||||
'ONLY_TOPIC' => 'Only topic "%s"',
|
||||
'ONLY_TOPIC' => 'Only topic “%s”',
|
||||
'OTHER_USERS' => 'Other users posting from this IP',
|
||||
|
||||
'POSTER' => 'Poster',
|
||||
|
@ -5,7 +5,9 @@
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
|
||||
<p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
|
||||
<pre>{WHOIS}</pre>
|
||||
<div class="postbody"><div class="content">
|
||||
<pre>{WHOIS}</pre>
|
||||
</div></div>
|
||||
<p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<tbody>
|
||||
<!-- BEGIN user_row -->
|
||||
<tr class="<!-- IF user_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
||||
<td>{user_row.USERNAME_FULL}<!-- IF user_row.USER_IP --> <span style="margin-left: 30px;">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup('{user_row.U_WHOIS}', 750, 500);return false">{L_WHOIS}</a></span><!-- ENDIF -->
|
||||
<td>{user_row.USERNAME_FULL}<!-- IF user_row.USER_IP --> <span style="margin-left: 30px;">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></span><!-- ENDIF -->
|
||||
<!-- IF user_row.USER_BROWSER --><br />{user_row.USER_BROWSER}<!-- ENDIF --></td>
|
||||
<td class="info"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></td>
|
||||
<td class="active">{user_row.LASTUPDATE}</td>
|
||||
|
@ -5,11 +5,12 @@
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
|
||||
<div class="content">
|
||||
<div class="postbody"><div class="content">
|
||||
<pre>{WHOIS}</pre>
|
||||
</div>
|
||||
</div></div>
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
|
||||
|
||||
<!-- INCLUDE simple_footer.html -->
|
@ -21,7 +21,7 @@
|
||||
</tr>
|
||||
<!-- BEGIN user_row -->
|
||||
<tr>
|
||||
<td class="row1"><p class="gen">{user_row.USERNAME_FULL}</p><!-- IF user_row.USER_IP --><p class="gensmall">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup('{user_row.U_WHOIS}', 750, 500);return false">{L_WHOIS}</a></p><!-- ENDIF -->
|
||||
<td class="row1"><p class="gen">{user_row.USERNAME_FULL}</p><!-- IF user_row.USER_IP --><p class="gensmall">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></p><!-- ENDIF -->
|
||||
<!-- IF user_row.USER_BROWSER -->{user_row.USER_BROWSER}<!-- ENDIF --></td>
|
||||
<td class="row2" align="center" nowrap="nowrap"><p class="genmed"> {user_row.LASTUPDATE}</p></td>
|
||||
<td class="row1"><p class="genmed"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></p></td>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<th>{L_WHOIS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><pre>{WHOIS}</pre></td>
|
||||
<td class="row1"><pre>{WHOIS}</pre><br /><a class="nav" href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user