mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r375
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@375 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
d80cf632b6
commit
ea1499c5e1
8 changed files with 14 additions and 12 deletions
|
@ -52,8 +52,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.4 (beta)';
|
$bb_cfg['tp_version'] = '2.4 (beta)';
|
||||||
$bb_cfg['tp_release_state'] = 'R374';
|
$bb_cfg['tp_release_state'] = 'R375';
|
||||||
$bb_cfg['tp_release_date'] = '13-02-2012';
|
$bb_cfg['tp_release_date'] = '16-02-2012';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
|
@ -62,7 +62,7 @@ $lang['BT_SELECT_FORUMS'] = 'Forum options:';
|
||||||
$lang['BT_SELECT_FORUMS_EXPL'] = 'hold down <i>Ctrl</i> while selecting multiple forums';
|
$lang['BT_SELECT_FORUMS_EXPL'] = 'hold down <i>Ctrl</i> while selecting multiple forums';
|
||||||
|
|
||||||
$lang['ALLOW_REG_TRACKER'] = 'Allowed forums for registering .torrents on tracker';
|
$lang['ALLOW_REG_TRACKER'] = 'Allowed forums for registering .torrents on tracker';
|
||||||
$lang['ALLOW_PORNO_TOPIC'] = 'Allow post porno topics';
|
$lang['DISALLOW_PORNO_TOPIC'] = 'Allow post porno topics';
|
||||||
$lang['SHOW_DL_BUTTONS'] = 'Show buttons for manually changing DL-status';
|
$lang['SHOW_DL_BUTTONS'] = 'Show buttons for manually changing DL-status';
|
||||||
$lang['SELF_MODERATED'] = 'Users can <b>move</b> their topics to another forum';
|
$lang['SELF_MODERATED'] = 'Users can <b>move</b> their topics to another forum';
|
||||||
|
|
||||||
|
|
|
@ -654,6 +654,7 @@ $lang['USERNAME_TAKEN'] = 'Sorry, but this username has already been taken.';
|
||||||
$lang['USERNAME_INVALID'] = 'Sorry, but this username contains an invalid character';
|
$lang['USERNAME_INVALID'] = 'Sorry, but this username contains an invalid character';
|
||||||
$lang['USERNAME_DISALLOWED'] = 'Sorry, but this username has been disallowed.';
|
$lang['USERNAME_DISALLOWED'] = 'Sorry, but this username has been disallowed.';
|
||||||
$lang['USERNAME_TOO_LONG'] = 'Your name is too long.';
|
$lang['USERNAME_TOO_LONG'] = 'Your name is too long.';
|
||||||
|
$lang['USERNAME_TOO_SMALL'] = 'Your name is too small.';
|
||||||
$lang['EMAIL_TAKEN'] = 'Sorry, but that e-mail address is already registered to a user.';
|
$lang['EMAIL_TAKEN'] = 'Sorry, but that e-mail address is already registered to a user.';
|
||||||
$lang['EMAIL_BANNED'] = 'Sorry, but <b>%s</b> address has been banned.';
|
$lang['EMAIL_BANNED'] = 'Sorry, but <b>%s</b> address has been banned.';
|
||||||
$lang['EMAIL_INVALID'] = 'Sorry, but this e-mail address is invalid.';
|
$lang['EMAIL_INVALID'] = 'Sorry, but this e-mail address is invalid.';
|
||||||
|
|
|
@ -66,8 +66,8 @@ $lang['SEARCH_FOR_STYLE'] = 'Searching for users who have set %s as their style'
|
||||||
$lang['SEARCH_FOR_MODERATORS'] = 'Search for moderators of the Forum -> %s';
|
$lang['SEARCH_FOR_MODERATORS'] = 'Search for moderators of the Forum -> %s';
|
||||||
$lang['SEARCH_USERS_ADVANCED'] = 'Advanced User Search';
|
$lang['SEARCH_USERS_ADVANCED'] = 'Advanced User Search';
|
||||||
$lang['SEARCH_USERS_EXPLAIN'] = 'This Module allows you to perform advanced searches for users on a wide range of criteria. Please read the descriptions under each field to understand each search option completely.';
|
$lang['SEARCH_USERS_EXPLAIN'] = 'This Module allows you to perform advanced searches for users on a wide range of criteria. Please read the descriptions under each field to understand each search option completely.';
|
||||||
$lang['SEARCH_USERNAME_EXPLAIN'] = 'Here you can perform a case insensitive search for usernames. If you would like to match part of the username, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern. <strong>Note:</strong> Regular Expressions will only work in MySQL, PostgreSQL and Oracle 10g+.';
|
$lang['SEARCH_USERNAME_EXPLAIN'] = 'Here you can perform a case insensitive search for usernames. If you would like to match part of the username, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern.';
|
||||||
$lang['SEARCH_EMAIL_EXPLAIN'] = 'Enter an expression to match a user\'s email address. This is case insensitive. If you want to do a partial match, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern. <strong>Note:</strong> Regular Expressions will only work in MySQL, PostgreSQL and Oracle 10g+.';
|
$lang['SEARCH_EMAIL_EXPLAIN'] = 'Enter an expression to match a user\'s email address. This is case insensitive. If you want to do a partial match, use * (an asterix) as a wildcard. Checking the Regular Expressions box will allow you to search based on your regex pattern.';
|
||||||
$lang['SEARCH_IP_EXPLAIN'] = 'Search for users by a specific IP address (xxx.xxx.xxx.xxx), wildcard (xxx.xxx.xxx.*) or range (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Note: the last quad .255 is considered the range of all the IPs in that quad. If you enter 10.0.0.255, it is just like entering 10.0.0.* (No IP is assigned .255 for that matter, it is reserved). Where you may encounter this is in ranges, 10.0.0.5-10.0.0.255 is the same as "10.0.0.*" . You should really enter 10.0.0.5-10.0.0.254 .';
|
$lang['SEARCH_IP_EXPLAIN'] = 'Search for users by a specific IP address (xxx.xxx.xxx.xxx), wildcard (xxx.xxx.xxx.*) or range (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Note: the last quad .255 is considered the range of all the IPs in that quad. If you enter 10.0.0.255, it is just like entering 10.0.0.* (No IP is assigned .255 for that matter, it is reserved). Where you may encounter this is in ranges, 10.0.0.5-10.0.0.255 is the same as "10.0.0.*" . You should really enter 10.0.0.5-10.0.0.254 .';
|
||||||
$lang['SEARCH_USERS_JOINED'] = 'Users that joined';
|
$lang['SEARCH_USERS_JOINED'] = 'Users that joined';
|
||||||
$lang['SEARCH_USERS_LASTVISITED'] = 'Users whom have visited';
|
$lang['SEARCH_USERS_LASTVISITED'] = 'Users whom have visited';
|
||||||
|
@ -89,7 +89,7 @@ $lang['GREATER_THAN'] = 'Greater than';
|
||||||
$lang['LESS_THAN'] = 'Less than';
|
$lang['LESS_THAN'] = 'Less than';
|
||||||
$lang['SEARCH_USERS_POSTCOUNT_EXPLAIN'] = 'You can search for users based on the Postcount value. You can either search by a specific value, greater than or lesser than a value or between two values. To do the range search, select "Equals" then put the beginning and ending values of the range separated by a dash (-), e.g. 10-15';
|
$lang['SEARCH_USERS_POSTCOUNT_EXPLAIN'] = 'You can search for users based on the Postcount value. You can either search by a specific value, greater than or lesser than a value or between two values. To do the range search, select "Equals" then put the beginning and ending values of the range separated by a dash (-), e.g. 10-15';
|
||||||
$lang['USERFIELD'] = 'Userfield';
|
$lang['USERFIELD'] = 'Userfield';
|
||||||
$lang['SEARCH_USERS_USERFIELD_EXPLAIN'] = 'Search for users based on various profile fields. Wildcards are supported using an asterix (*). Checking the Regular Expressions box will allow you to search based on your regex pattern. <strong>Note:</strong> Regular Expressions will only work in MySQL, PostgreSQL and Oracle 10g+.';
|
$lang['SEARCH_USERS_USERFIELD_EXPLAIN'] = 'Search for users based on various profile fields. Wildcards are supported using an asterix (*). Checking the Regular Expressions box will allow you to search based on your regex pattern.';
|
||||||
$lang['SEARCH_USERS_LASTVISITED_EXPLAIN'] = 'You can search for users based on their last login date using this search option';
|
$lang['SEARCH_USERS_LASTVISITED_EXPLAIN'] = 'You can search for users based on their last login date using this search option';
|
||||||
$lang['SEARCH_USERS_LANGUAGE_EXPLAIN'] = 'This will display users whom have selected a specific language in their Profile';
|
$lang['SEARCH_USERS_LANGUAGE_EXPLAIN'] = 'This will display users whom have selected a specific language in their Profile';
|
||||||
$lang['SEARCH_USERS_TIMEZONE_EXPLAIN'] = 'Users who have selected a specific timezone in their profile';
|
$lang['SEARCH_USERS_TIMEZONE_EXPLAIN'] = 'Users who have selected a specific timezone in their profile';
|
||||||
|
|
|
@ -62,7 +62,7 @@ $lang['BT_SELECT_FORUMS'] = 'Форумы, в которых:';
|
||||||
$lang['BT_SELECT_FORUMS_EXPL'] = 'для выделения нескольких форумов, отмечайте их с нажатой клавишей <i>Ctrl</i>';
|
$lang['BT_SELECT_FORUMS_EXPL'] = 'для выделения нескольких форумов, отмечайте их с нажатой клавишей <i>Ctrl</i>';
|
||||||
|
|
||||||
$lang['ALLOW_REG_TRACKER'] = 'Разрешена регистрация торрентов на трекере';
|
$lang['ALLOW_REG_TRACKER'] = 'Разрешена регистрация торрентов на трекере';
|
||||||
$lang['ALLOW_PORNO_TOPIC'] = 'Разрешено создавать порно топики';
|
$lang['DISALLOW_PORNO_TOPIC'] = 'Запрещено создавать порно топики';
|
||||||
$lang['SHOW_DL_BUTTONS'] = 'Показывать кнопки для изменения DL-статуса';
|
$lang['SHOW_DL_BUTTONS'] = 'Показывать кнопки для изменения DL-статуса';
|
||||||
$lang['SELF_MODERATED'] = 'Автор топика может перенести его в другой форум';
|
$lang['SELF_MODERATED'] = 'Автор топика может перенести его в другой форум';
|
||||||
|
|
||||||
|
|
|
@ -660,6 +660,7 @@ $lang['USERNAME_TAKEN'] = 'Извините, пользователь с так
|
||||||
$lang['USERNAME_INVALID'] = 'Извините, это имя содержит неподходящие символы';
|
$lang['USERNAME_INVALID'] = 'Извините, это имя содержит неподходящие символы';
|
||||||
$lang['USERNAME_DISALLOWED'] = 'Извините, это имя было запрещено к использованию';
|
$lang['USERNAME_DISALLOWED'] = 'Извините, это имя было запрещено к использованию';
|
||||||
$lang['USERNAME_TOO_LONG'] = 'Слишком длинное имя';
|
$lang['USERNAME_TOO_LONG'] = 'Слишком длинное имя';
|
||||||
|
$lang['USERNAME_TOO_SMALL'] = 'Слишком короткое имя';
|
||||||
$lang['EMAIL_TAKEN'] = 'Извините, этот адрес e-mail уже занят другим пользователем';
|
$lang['EMAIL_TAKEN'] = 'Извините, этот адрес e-mail уже занят другим пользователем';
|
||||||
$lang['EMAIL_BANNED'] = 'Извините, адрес <b>%s</b> находится в чёрном списке';
|
$lang['EMAIL_BANNED'] = 'Извините, адрес <b>%s</b> находится в чёрном списке';
|
||||||
$lang['EMAIL_INVALID'] = 'Извините, этот адрес e-mail неправилен';
|
$lang['EMAIL_INVALID'] = 'Извините, этот адрес e-mail неправилен';
|
||||||
|
|
|
@ -65,9 +65,9 @@ $lang['SEARCH_FOR_TIMEZONE'] = 'Поиск пользователей с час
|
||||||
$lang['SEARCH_FOR_STYLE'] = 'Поиск пользователей, использующих стиль %s';
|
$lang['SEARCH_FOR_STYLE'] = 'Поиск пользователей, использующих стиль %s';
|
||||||
$lang['SEARCH_FOR_MODERATORS'] = 'Поиск модареторов форума -> %s';
|
$lang['SEARCH_FOR_MODERATORS'] = 'Поиск модареторов форума -> %s';
|
||||||
$lang['SEARCH_USERS_ADVANCED'] = 'Расширенный поиск пользователя';
|
$lang['SEARCH_USERS_ADVANCED'] = 'Расширенный поиск пользователя';
|
||||||
$lang['SEARCH_USERS_EXPLAIN'] = 'Позволяет осуществлять расширенный поиск пользователей по болшому диапазону критериев. Пожалуйста, читайте описания полей поиска, чтобы полностью понять каждую из поисковых возможностей.';
|
$lang['SEARCH_USERS_EXPLAIN'] = 'Позволяет осуществлять расширенный поиск пользователей по большому диапазону критериев. Пожалуйста, читайте описания полей поиска, чтобы полностью понять каждую из поисковых возможностей.';
|
||||||
$lang['SEARCH_USERNAME_EXPLAIN'] = 'Здесь можно произвести регистронезависимый поиск имени пользователя. Если вы хотите задать только часть имени, используйте * (звёздочка) как маску. Выбор регулярных выражений позволит искать по образцу. <strong>Примечание:</strong> Регулярные выражения работают только с MySQL, PostgreSQL и Oracle 10g+.';
|
$lang['SEARCH_USERNAME_EXPLAIN'] = 'Здесь можно произвести регистронезависимый поиск имени пользователя. Если вы хотите задать только часть имени, используйте * (звёздочка) как маску. Выбор регулярных выражений позволит искать по образцу.';
|
||||||
$lang['SEARCH_EMAIL_EXPLAIN'] = ' Введите выражение, соответствующее адресам email пользователей. Регистр не имеет значения. Для осуществления поиска по частичному соответствию, используйте * (звёздочка) как маску. Выбор регулярных выражений позволит искать по образцу. <strong>Примечание:</strong> Регулярные выражения работают только с MySQL, PostgreSQL и Oracle 10g+.';
|
$lang['SEARCH_EMAIL_EXPLAIN'] = ' Введите выражение, соответствующее адресам email пользователей. Регистр не имеет значения. Для осуществления поиска по частичному соответствию, используйте * (звёздочка) как маску. Выбор регулярных выражений позволит искать по образцу.';
|
||||||
$lang['SEARCH_IP_EXPLAIN'] = 'Поиск пользователей по IP-адресу (xxx.xxx.xxx.xxx), по маске (xxx.xxx.xxx.*) или диапазону (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Примечание: последняя четверть .255 означает весь диапазон IP адресов этой четверти. Если задано 10.0.0.255, это равнозначно запросу 10.0.0.* (IP-адрес .255 не присваивается, а является зарезервированным). Это можно встретить при поиске по диапазону, 10.0.0.5-10.0.0.255 равнозначно "10.0.0.*" . На самом деле необходимо задать 10.0.0.5-10.0.0.254 .';
|
$lang['SEARCH_IP_EXPLAIN'] = 'Поиск пользователей по IP-адресу (xxx.xxx.xxx.xxx), по маске (xxx.xxx.xxx.*) или диапазону (xxx.xxx.xxx.xxx-yyy.yyy.yyy.yyy). Примечание: последняя четверть .255 означает весь диапазон IP адресов этой четверти. Если задано 10.0.0.255, это равнозначно запросу 10.0.0.* (IP-адрес .255 не присваивается, а является зарезервированным). Это можно встретить при поиске по диапазону, 10.0.0.5-10.0.0.255 равнозначно "10.0.0.*" . На самом деле необходимо задать 10.0.0.5-10.0.0.254 .';
|
||||||
$lang['SEARCH_USERS_JOINED'] = 'Пользователи, зарегистрированные';
|
$lang['SEARCH_USERS_JOINED'] = 'Пользователи, зарегистрированные';
|
||||||
$lang['SEARCH_USERS_LASTVISITED'] = 'Пользователи, посетившие конференцию';
|
$lang['SEARCH_USERS_LASTVISITED'] = 'Пользователи, посетившие конференцию';
|
||||||
|
@ -89,7 +89,7 @@ $lang['GREATER_THAN'] = 'Больше чем';
|
||||||
$lang['LESS_THAN'] = 'Меньше чем';
|
$lang['LESS_THAN'] = 'Меньше чем';
|
||||||
$lang['SEARCH_USERS_POSTCOUNT_EXPLAIN'] = 'Вы можете искать пользователей по количеству оставленных сообщений. Поиск можно произвести либо по конкретному значению, либо большему или меньшему заданного, либо находящемуся в заданном диапазоне значений. Для поиска в диапазоне, выберите "Равно", и задайте начало и конец диапазона через дефис (-), напр. 10-15';
|
$lang['SEARCH_USERS_POSTCOUNT_EXPLAIN'] = 'Вы можете искать пользователей по количеству оставленных сообщений. Поиск можно произвести либо по конкретному значению, либо большему или меньшему заданного, либо находящемуся в заданном диапазоне значений. Для поиска в диапазоне, выберите "Равно", и задайте начало и конец диапазона через дефис (-), напр. 10-15';
|
||||||
$lang['USERFIELD'] = 'Поле профиля';
|
$lang['USERFIELD'] = 'Поле профиля';
|
||||||
$lang['SEARCH_USERS_USERFIELD_EXPLAIN'] = 'Поиск пользователей по различным полям профиля. В качестве маски разрешены звёздочки (*). Выбор регулярных выражений позволит искать по образцу. <strong>Примечание:</strong> Регулярные выражения работают только с MySQL, PostgreSQL и Oracle 10g+.';
|
$lang['SEARCH_USERS_USERFIELD_EXPLAIN'] = 'Поиск пользователей по различным полям профиля. В качестве маски разрешены звёздочки (*). Выбор регулярных выражений позволит искать по образцу.';
|
||||||
$lang['SEARCH_USERS_LASTVISITED_EXPLAIN'] = 'Вы можете искать пользователей по дате их последнего входа на конференцию, используя эту поисковую возможность.';
|
$lang['SEARCH_USERS_LASTVISITED_EXPLAIN'] = 'Вы можете искать пользователей по дате их последнего входа на конференцию, используя эту поисковую возможность.';
|
||||||
$lang['SEARCH_USERS_LANGUAGE_EXPLAIN'] = 'Поиск пользователей, выбравших заданный язык в своём профиле';
|
$lang['SEARCH_USERS_LANGUAGE_EXPLAIN'] = 'Поиск пользователей, выбравших заданный язык в своём профиле';
|
||||||
$lang['SEARCH_USERS_TIMEZONE_EXPLAIN'] = 'Поиск пользователей, выбравших заданный часовой пояс в своём профиле';
|
$lang['SEARCH_USERS_TIMEZONE_EXPLAIN'] = 'Поиск пользователей, выбравших заданный часовой пояс в своём профиле';
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<tr class="row2 tCenter">
|
<tr class="row2 tCenter">
|
||||||
<td>{L_ALLOW_REG_TRACKER}</td>
|
<td>{L_ALLOW_REG_TRACKER}</td>
|
||||||
<td>{L_SELF_MODERATED}</td>
|
<td>{L_SELF_MODERATED}</td>
|
||||||
<td>{L_ALLOW_PORNO_TOPIC}</td>
|
<td>{L_DISALLOW_PORNO_TOPIC}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="tCenter">
|
<tr class="tCenter">
|
||||||
<td>{S_ALLOW_REG_TRACKER}</td>
|
<td>{S_ALLOW_REG_TRACKER}</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue