Локализация мода Ignore Users

Вопросы, связанные с локализацией модов для phpBB 2.0.x

Локализация мода Ignore Users

Сообщение rida 19.11.2005 3:54

Если не трудно, переведите пожалуйста мод Ignore Users
Код: Выделить всё
//
// User Ignore Mod
//

$lang['Ignore_list'] = "Ignore Function";
$lang['Ignore_users'] = "These Users are in your Ignore List";
$lang['Ignore_add'] = "Add User to Ignore List";
$lang['Ignore_delete'] = "Remove User from Ignore List";
$lang['Ignore_added'] = "User added to Ignore List";
$lang['Ignore_deleted'] = "User removed from Ignore List";
$lang['Ignore_submit'] = "Ignore User";
$lang['Ignore_exists'] = "User is Already on Ignore List";
$lang['Click_return_ignore'] = "Click %sHERE%s to return to the Ignore Page";
$lang['Ignore_user_warn'] = "You cannot Ignore Yourself!!!";
$lang['Post_user_ignored'] = "You have added this person to your <b>Ignore List</b>.";
$lang['Click_view_ignore'] = "Click %sHERE%s to view this post.";


Код: Выделить всё
//
// User Ignore Mod
//

$lang['ignore_title'] = 'Ignore Statistics';
$lang['ignore_text'] = 'A general summary of what users are using the User Ignore Mod the most and whom is being ignored the most. This is handy for finding trolls. Please be aware that some users may consider reviewing their ignore list to be an invasion of privacy. Also, just because someone is ignoring a lot of folks doesn\'t necessarily mean they are a troll. They may have very specific reading habits. Use administrative disgression with this summary.';
$lang['ignored_title'] = 'Top 10 Ignored Users:';
$lang['ignored_text'] = 'These people are the most often ignored users on your board. These are strong candidates for troll status.';
$lang['ignoring_title'] = 'Top 10 Ignoring Users:';
$lang['ignoring_text'] = 'These people are ignoring the most other people on the board. This is not a strong indicator of troll status on its own, but if they are also high in the above list then it becomes a very powerful indicator that you have a troll or argumentative user.';

$lang['ig_count'] = 'Count';
$lang['ig_user'] = 'Username';
$lang['ig_ignore'] = 'Ignored User';
$lang['ig_ignores'] = 'Users Ignored';
$lang['ig_ignoring'] = 'Ignoring User';
$lang['ig_ignore_by'] = 'Ignored By';

$lang['ig_raw_text'] = 'A raw dump of ALL ignores can be viewed';
$lang['ig_raw_link'] = 'here';
$lang['ig_raw_ignore_title'] = 'Raw Ignore Statistics';
$lang['ig_raw_ignore_text'] = 'This is a full dump of all ignores currently in place. Yes, I know its messy. But it\'s a fallback until I have time to have a nicely paged version of this data.';


Большое спасибо
rida
phpBB 1.0.0
 
Сообщения: 3
Зарегистрирован: 19.11.2005 3:47


Сообщение VVVas 19.11.2005 11:03

Код: Выделить всё
//
// User Ignore Mod
//

$lang['Ignore_list'] = "Настройки ИгнорЛиста";
$lang['Ignore_users'] = "Эти пользователи находяться в Вашем ИгнорЛисте";
$lang['Ignore_add'] = "Добавить пользователя в ИгнорЛист";
$lang['Ignore_delete'] = "Удалить пользователя из ИгнорЛиста";
$lang['Ignore_added'] = "Пользователь добавлен в ИгнорЛист";
$lang['Ignore_deleted'] = "Пользователь удален из ИгнорЛиста";
$lang['Ignore_submit'] = "Игнорировать пользователя";
$lang['Ignore_exists'] = "Пользователь <b>уже</b> находится в Вашем ИгнорЛисте";
$lang['Click_return_ignore'] = "Нажмите %sЗДЕСЬ%s, чтобы вернуться к настройкам ИгнорЛиста";
$lang['Ignore_user_warn'] = "Вы не можете добавить себя в свой ИгнорЛист";
$lang['Post_user_ignored'] = "Этот пользователь находится в Вашем <b>ИгнорЛисте</b>.";
$lang['Click_view_ignore'] = "Нажмите %sЗДЕСЬ%s, чтобы просмотреть это сообщение";


Переводил без контекста и с ходу, поэтому ни за что не ручаюсь.
вы нарушили правила конференции, объяснений не будет - сами читайте правила
я люблю daft punk | Активные темы
Аватара пользователя
VVVas
Люмпен Пролетариат
Люмпен Пролетариат
 
Сообщения: 4555
Зарегистрирован: 12.11.2004 0:20
Откуда: RU-MSK

Сообщение rida 19.11.2005 13:22

Спасибо!
rida
phpBB 1.0.0
 
Сообщения: 3
Зарегистрирован: 19.11.2005 3:47

Сообщение VVVas 19.11.2005 16:14

Код: Выделить всё
//
// User Ignore Mod
//

$lang['ignore_title'] = 'Статистика Игнорирования';
$lang['ignore_text'] = 'A general summary of what users are using the User Ignore Mod the most and whom is being ignored the most. This is handy for finding trolls. Please be aware that some users may consider reviewing their ignore list to be an invasion of privacy. Also, just because someone is ignoring a lot of folks doesn\'t necessarily mean they are a troll. They may have very specific reading habits. Use administrative disgression with this summary.';
$lang['ignored_title'] = '10 самых игнорируемых пользователей:';
$lang['ignored_text'] = 'Эти пользователи игнорируються наибольшим количеством остальных пользователей. Они кандидаты на звание пустозвонов.';
$lang['ignoring_title'] = '10 самых игнорирующих пользователей:';
$lang['ignoring_text'] = 'Эти пользователи игнорируют наибольшее количество других пользователей. Это не имеет особого значения. Но если этиже люди находяться в списке \'10 самых игнорируемых пользователей\', то возможно это очень сложные пользователи с точки зрения общения.';

$lang['ig_count'] = 'Count';
$lang['ig_user'] = 'Имя пользователя';
$lang['ig_ignore'] = 'Ignored User';
$lang['ig_ignores'] = 'Users Ignored';
$lang['ig_ignoring'] = 'Ignoring User';
$lang['ig_ignore_by'] = 'Ignored By';

$lang['ig_raw_text'] = 'A raw dump of ALL ignores can be viewed';
$lang['ig_raw_link'] = 'here';
$lang['ig_raw_ignore_title'] = 'Raw Ignore Statistics';
$lang['ig_raw_ignore_text'] = 'This is a full dump of all ignores currently in place. Yes, I know its messy. But it\'s a fallback until I have time to have a nicely paged version of this data.';
вы нарушили правила конференции, объяснений не будет - сами читайте правила
я люблю daft punk | Активные темы
Аватара пользователя
VVVas
Люмпен Пролетариат
Люмпен Пролетариат
 
Сообщения: 4555
Зарегистрирован: 12.11.2004 0:20
Откуда: RU-MSK

Сообщение rida 19.11.2005 23:23

Спасибо, спасибо, спасибо!
rida
phpBB 1.0.0
 
Сообщения: 3
Зарегистрирован: 19.11.2005 3:47

Сообщение P. 20.01.2007 11:29

А сам мод, не могли бы выложить. Не получается найти.
P.
phpBB 1.2.1
 
Сообщения: 28
Зарегистрирован: 19.01.2007 1:36

Сообщение Поручик 20.01.2007 11:40

Пальцы что-ли сгниют, если поиском в гугле воспользоваться? :roll:
Профессионал - тот же дилетант, только знающий, где ошибётся.
Генератор db_update.php для phpBB2 с некоторыми удобствами. Многие моды я беру или ищу здесь, здесь, тут
Все консультации только на форуме, приваты и стук в аську по таким вопросам игнорируются!
FAQ-phpBB2 | FAQ-phpBB3 | Ошибки новичков, или как не поссориться с модератором | Правила конференции

наш форум http://forum.aeroion.ru/
Аватара пользователя
Поручик
Его Благородие
Его Благородие
 
Сообщения: 3639
Зарегистрирован: 12.05.2005 16:25
Откуда: Оренбург (Южный Урал)

Сообщение Максим Босой 18.04.2007 6:24

Скачал мод по указанной ссылке

http://www.phpbbhacks.com/download/789

Но там в файл lang_main.php предлагается внести только

Код: Выделить всё
//
// Ignore User Function
//
$lang['Ignore_list'] = "Ignore Function";
$lang['Ignore_users'] = "These Users are in your Ignore List";
$lang['Ignore_add'] = "Add User to Ignore List";
$lang['Ignore_delete'] = "Remove User from Ignore List";
$lang['Ignore_added'] = "User added to Ignore List";
$lang['Ignore_deleted'] = "User removed from Ignore List";
$lang['Ignore_submit'] = "Ignore User";
$lang['Ignore_exists'] = "User is Already on Ignore List";
$lang['Click_return_ignore'] = "Click %sHERE%s to return to the Ignore Page";
$lang['Ignore_user_warn'] = "You cannot Ignore Yourself!!!";
$lang['Post_user_ignored'] = "You have added this person to your <b>Ignore List</b>.";
$lang['Click_view_ignore'] = "Click %sHERE%s to view this post.";


А вот этого кода (который привёл rida и перевёл VVVas) ....

Код: Выделить всё
//
// User Ignore Mod
//

$lang['ignore_title'] = 'Ignore Statistics';
$lang['ignore_text'] = 'A general summary of what users are using the User Ignore Mod the most and whom is being ignored the most. This is handy for finding trolls. Please be aware that some users may consider reviewing their ignore list to be an invasion of privacy. Also, just because someone is ignoring a lot of folks doesn\'t necessarily mean they are a troll. They may have very specific reading habits. Use administrative disgression with this summary.';
$lang['ignored_title'] = 'Top 10 Ignored Users:';
$lang['ignored_text'] = 'These people are the most often ignored users on your board. These are strong candidates for troll status.';
$lang['ignoring_title'] = 'Top 10 Ignoring Users:';
$lang['ignoring_text'] = 'These people are ignoring the most other people on the board. This is not a strong indicator of troll status on its own, but if they are also high in the above list then it becomes a very powerful indicator that you have a troll or argumentative user.';

$lang['ig_count'] = 'Count';
$lang['ig_user'] = 'Username';
$lang['ig_ignore'] = 'Ignored User';
$lang['ig_ignores'] = 'Users Ignored';
$lang['ig_ignoring'] = 'Ignoring User';
$lang['ig_ignore_by'] = 'Ignored By';

$lang['ig_raw_text'] = 'A raw dump of ALL ignores can be viewed';
$lang['ig_raw_link'] = 'here';
$lang['ig_raw_ignore_title'] = 'Raw Ignore Statistics';
$lang['ig_raw_ignore_text'] = 'This is a full dump of all ignores currently in place. Yes, I know its messy. But it\'s a fallback until I have time to have a nicely paged version of this data.';


... ТАМ НЕТ!

Откуда этот второй листинг?

Спасибо.
Максим Босой
phpBB 1.2.1
 
Сообщения: 25
Зарегистрирован: 13.02.2006 9:17


Вернуться в Локализация модов для phpBB 2.0.x

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0