Уважаемые пользователи!
C 7 ноября 2020 года phpBB Group прекратила выпуск обновлений и завершила дальнейшее развитие phpBB версии 3.2.
С 1 августа 2024 года phpBB Group прекращает поддержку phpBB 3.2 на официальном сайте.
Сайт официальной русской поддержки phpBB Guru продолжит поддержку phpBB 3.2 до 31 декабря 2024 года.
С учетом этого, настоятельно рекомендуется обновить конференции до версии 3.3.

Запрос на локализацию Contact List

Ответы на вопросы, связанные с локализацией модов для phpBB 2.0.x
Аватара пользователя
Поручик
Former team member
Сообщения: 3942
Стаж: 18 лет 11 месяцев
Откуда: Оренбург (Южный Урал)
Благодарил (а): 3 раза

Запрос на локализацию Contact List

Сообщение Поручик »

Хороший мод, аналог того, что есть в vbuletine. Только поиск русского перевода ничего не дал. Заранее спасибо кто откликнется

lang_contact.php

Код: Выделить всё

// You may want to edit the following lines to match your website.
$lang['Buddy'] = 'Buddy';
$lang['Ignore'] = 'Ignore';
$lang['Disallow'] = 'Disallow';
$lang['User_ignoring_you'] = 'That user has placed you on their ignore list.';
$lang['User_not_want_contact'] = 'That user has placed you on their disallow list.';
$lang['Buddies_online'] = 'These Buddies have come online';
$lang['Buddy_online'] = 'This buddy has come online';
$lang['Buddies_offline'] = 'These Buddies are now offline';
$lang['Buddy_offline'] = 'This Buddy is now offline';
$lang['Listbox_Buddies'] = 'Your Buddies';
$lang['Online'] = 'Online';
$lang['Offline'] = 'Offline';
$lang['Buddies'] = 'Buddies';

// The %s in the next two will be replaced with a URL
$lang['Ignored_some_users'] = 'Some users on this page were ignored. <a href="%s">View this page with those users?</a>';
$lang['Ignore_some_users'] = '<a href="%s">View this page without ignored users?</a>';

// These will be used in the user profiles for links to do the indicated thing
// Also used as ALT text for images in several places.  %s will be replaced with a
// user's name
$lang['Add_to_buddy'] = 'Add %s to your buddy list';
$lang['Remove_from_buddy'] = 'Remove %s from your buddy list';
$lang['Add_to_ignore'] = 'Add %s to your ignore list';
$lang['Remove_from_ignore'] = 'Remove %s from your ignore list';
$lang['Add_to_disallow'] = 'Add %s to your disallow contact list';
$lang['Remove_from_disallow'] = 'Remove %s from your disallow contact list';


// Error Messages
$lang['No_alerts_updated'] = 'No users were indicated for alert updates';
$lang['No_autoclose'] = 'If you are seeing this message, then the automatic window closing feature does not work with your browser. Possible causes including having your browser\'s JavaScript disabled. Please close this window.';

// Control Panel
$lang['Users_you_ignore'] = 'Users You are Ignoring';
$lang['Users_you_disallow'] = 'Users You Do Not Allow to Contact You';
$lang['Users_buddy_you'] = 'Users Listing You as a Buddy';
$lang['Users_you_buddy'] = 'Your Buddies';
$lang['None_you_ignore'] = 'You are not ignoring any users.';
$lang['None_you_disallow'] = 'You are allowing all users to contact you.';
$lang['None_buddy_you'] = 'No users have listed you as a buddy.';
$lang['None_you_buddy'] = 'You have no buddies.';
$lang['Add_a_user'] = 'Add a User to this List?';
$lang['Add_user'] = 'Add user';
$lang['Move_selected_users'] = 'Move the selected users to:';
$lang['Buddy_link'] = 'Buddies';
$lang['Buddied_link'] = 'Buddy of...';
$lang['Ignore_link'] = 'Ignoring';
$lang['Disallow_link'] = 'Disallowing';
$lang['Be_alerted'] = 'Alert me when this user comes online';
$lang['Edit_alerts'] = 'Edit online and offline alert settings';

// Success messages
$lang['Alerts_updated'] = 'Alert preferences updated for all changed buddies';
$lang['Alerts_oops'] = ' except the following, which could not be found:<br />';
$lang['Moved_to_buddies'] = 'The indicated users have been moved to your Buddy List.';
$lang['Moved_to_ignore'] = 'The indicated users have been moved to your Ignore List.';
$lang['Moved_to_disallow'] = 'The indicated users have been moved to your Disallow List.';
$lang['Removed_selected_users'] = 'The indicated users have been removed.';
$lang['Buddy_updated'] = 'Buddy List Updated';
$lang['Ignore_updated'] = 'Ignore List Updated';
$lang['Disallow_updated'] = 'Disallow List Updated';


// For Prillian
$lang['Close_window_link'] = '<br /><br /><a href="javascript:window.close();">' . $lang['Close_window'] . '</a>';

/* Entries Added in Prillian 0.7.0 & Contact List 0.2.5 */
$lang['No_ignore_admin'] = 'You have tried to ignore or disallow the following administrators or moderators: %s. Please resubmit the changes without trying to ignore or disallow these users.<br />';
$lang['No_contact_add_self'] = 'You have tried to add yourself to one of your contact lists.  This is not allowed; please resubmit the changes without trying to add yourself to your own contact lists.';
$lang['Add_Selected_as_Buddies'] = 'Add Selected as Buddies';
$lang['Add_contact_users_link'] = 'Add New Contacts';
$lang['You_have_buddies'] = 'You have %d buddies.';
$lang['You_have_buddy'] = 'You have one buddy.';
$lang['You_are_ignoring'] = 'You are ignoring %d users.';
$lang['You_are_ignoring_one'] = 'You are ignoring one user.';
$lang['You_have_disallowed'] = 'You are not allowing %d users to contact you.';
$lang['You_have_disallowed_one'] = 'You are not allowing one user to contact you.';
$lang['You_as_buddies'] = '%d users have added you as a buddy.';
$lang['You_as_buddy'] = 'One user has added you as a buddy.';
$lang['Add_many_contacts_explain'] = 'You may add several users to your buddy, ignore, or disallow lists here.  Enter the name of each user you wish to add in the text box below.  Each user\'s name must be on a separate line.';
$lang['Add_to_Buddy_List'] = 'Add to Buddy List';
$lang['Add_to_Ignore_List'] = 'Add to Ignore List';
$lang['Add_to_Disallow_List'] = 'Add to Disallow List';


/* Entries Changed in Prillian 0.7.0 & Contact List 0.2.5 */
/* Any of these that have contact in the $lang['name'] part used to have bid or
 buddy in place of contact. In some, that is the only change */
$lang['Contact_List_FAQ'] = 'Contact Lists'; // Title of the FAQ

$lang['Contact_Management'] = 'Contact Management';

// Error Messages
$lang['No_contact_mode'] = 'No Contact mode defined';
$lang['No_contact_type'] = 'No Contact type defined';
$lang['No_contact_action'] = 'No Contact action defined';
$lang['No_contact_id'] = 'No Contact user id';
$lang['Invalid_contact_action'] = 'Contact Action definition is invalid';


// Control Panel
$lang['Contact_click_here'] = '%sManage Contact List%s';


// Success messages
$lang['Confirm_contact_changes'] = 'Are you sure you wish to make those changes?';
$lang['No_Contact_changes'] = 'No changes were specified';


//Private Message alerts
$lang['System_title'] = 'Contact List System Message';
$lang['Contact_Alert_PM'] = '[url=%s]%s[/url] has added you to his or her Buddy List.  To manage your Contact List, please [url=%s]click here[/url]. This is an automated message sent by the forum software; you do not need to reply to this message.';


/* Removed entries
$lang['PM_Alert_Moved']
$lang['PM_Alert_Removed']
$lang['PM_Alert_Added']        <--- These two were merged into
$lang['PM_Alert_end']          <----/            $lang['Contact_Alert_PM']
$lang['Ignored_link']
$lang['Disallowed_link']
$lang['Users_ignoring_you']
$lang['Users_disallow_you']
$lang['None_ignoring_you']
$lang['None_disallow_you']

*/


/* Entries Added in Contact List 0.2.6 */
$lang['Contact_bad_version_admin'] = 'This server has a version of PHP older than PHP 4.1.0 installed. Contact List was designed to use features introduced in PHP 4.1.0, and will not function correctly. Furthermore, installing Contact List may open security holes on this server, so pages using Contact List will be disabled. To rectify this, remove Contact List from your site or upgrade your server\'s version of PHP.';
$lang['Contact_bad_version_public'] = 'This page has been disabled due to security issues. If you see this message repeatedly, please inform the site or server administrator.';
$lang['Buddies_Online'] = 'Buddies Online'; // Existed in Prillian previously
$lang['Ignored_quote'] = 'This message quotes a user on your ignore list. <a href="%s">View topic with ignored data?</a>';
$lang['Ignored_poster'] = 'The poster of this message is on your ignore list.';
$lang['Ignored_poster_link'] = 'Click here to view this page with all ignored postings.';

lang_contact_faq.php

Код: Выделить всё

$faq[] = array('--', 'General Questions');
$faq[] = array('What are the ' . $progname . '?', $progname . ' are a means by which you can easily find or contact other users or prevent other users from finding or contacting you on this site. The Lists include a Buddy List, an Ignore List, and a Disallow Contact List. A Disallow Contact List is like a lesser version of an Ignore List. It hides your contact information from listed users, but does not erase their presence from your sight like the Ignore List.');
$faq[] = array('How do I edit my ' . $progname . '?', 'To edit your ' . $progname . ', simply access the <a href="' . append_sid(CONTACT_URL) . '">Control Panel</a>.');
$faq[] = array('How can I add a user to my ' . $progname . '?', 'Access the control panel and go to the page for the particular list to which you wish to add a user. Then enter the user\'s username in the form near the bottom of the page and press the Add User button.<br /><br />To add several users at once, access the control panel and click the ' . $lang['Add_contact_users_link'] . ' link. On that page, you can enter several usernames and add them all to your lists at one time.<br /><br />There are also links to add a user to or remove a user from your lists in various places throughout the forum, like user profiles and topics.');

$faq[] = array('--', 'Using your Buddy List');
$faq[] = array('What features does the Buddy List provide?', 'The Buddy List allows you to be alerted when certain users visit or leave the forums while you are logged in and to quickly find their names in certain situations.');
$faq[] = array('How do I choose to be alerted when a buddy comes online?', 'Access the control panel to see your Buddy List. Click the "Edit online and offline alert settings" link. From this page, you can choose to be alerted when certain users come online. Simply check off the users you wish to be alerted about and press the submit button. To stop being alerted about a user, uncheck them and press the submit button.');
$faq[] = array('What is the Buddies button in the private message posting form?', 'You can press this button to open a small window with a list of your buddies. The list lets you quickly see if a buddy is online or offline and click their name to place it in the posting form\'s username field.');
$faq[] = array('What are these ' . $lang['System_title'] . 's?', 'Those are simple notifications that someone has added you to their Buddy List. The messages contain links to that user\'s profile and the Control Panel for your convenience.');

$faq[] = array('--', 'Using your Ignore List');
$faq[] = array('What features does the Ignore List provide?', 'The Ignore List allows you to completely forget about the presence of a user on the forums. It removes that user from your sight and prevents that user from contacting you through the forums.');
$faq[] = array('How are users I ignore removed from my sight?', 'The Ignore List tries to remove all traces of the user on pages when you view them. If you look at a topic containing posts by the ignored user, the posts will not be displayed. Topics that have no replies (or only one reply, if it is also by an ignored user) will not be displayed in the topic list. The user will also not be listed in the member list or lists of users currently online.');
$faq[] = array('What if I want to see the pages with the ignored users?', 'There should be a link somewhere on the page that, when clicked, will allow you to view the unaltered page. The unaltered page should also have a link to reverse the display. These links are only displayed on pages containing content related to users on your Ignore List.');
$faq[] = array('How are users I ignore prevented from contacting me?', 'These users are prevented from seeing some of your contact information in posts, your profile, and the member list. They cannot see your email address or links to send you a private message. Instant Messenger contact information is still displayed. If either private messages or the forum based email system have been enabled, then the ignored users cannot use these systems to send you a message.');

$faq[] = array('--', 'Using your Disallow Contact List');
$faq[] = array('What features does the Disallow Contact List provide?', 'This list makes it harder for annoying users to continue contacting you. It is similar to the ignore list, but does not attempt to remove other users from your sight.');
$faq[] = array('In what ways does it become more difficult for these users to contact me?', 'The users you have added to your Disallow Contact list cannot see any of your contact information in posts, the member list, and your profile. This includes your email address, web site address, instant messenger information, and private message links. The users also are not informed that this information has been hidden from them. As far as they will know, you simply haven\'t entered any such information.<br /><br />If either private messages or the forum based email system have been enabled, then these users also cannot use these systems to send you a message.');

//
// These entries should remain in all languages and for all modifications
//
$faq[] = array('--', $progname . ' Issues');
$faq[] = array('Who wrote this ' . $progname . ' software?', 'This software (in its unmodified form) is produced, released, and is copyrighted by <a href="http://darkmods.sourceforge.net/" target="_blank">Thoul</a>. It is based on and includes some code from the phpBB forum software, which (in its unmodified form) is produced, released, and is copyrighted by <a href="http://www.phpbb.com/" target="_blank">phpBB Group</a>. Both are made available under the GNU General Public License and may be freely distributed; see the links for more details.');
$faq[] = array('Why isn\'t X feature available?', 'This software was written by and licensed through the phpBB Group (in the case of the forum software) and Thoul (in the case of the ' . $progname . ' ). If you believe a feature needs to be added to the instant messenger software then please visit the darkmods.sourceforge.net website and see if anything has been said about it in the forums there. If not, post a feature request in the forums or via the Sourceforge interface.');
$faq[] = array('Whom do I contact about abusive and/or legal matters related to these  ' . $progname . ' ?', 'You should contact the administrator of this board. If you cannot find who that is, you should first contact one of the forum moderators and ask them who you should in turn contact. If still get no response you should contact the owner of the domain (do a whois lookup) or, if this is running on a free service (e.g. yahoo, free.fr, f2s.com, etc.), the management or abuse department of that service. Please note that Thoul has absolutely no control and cannot in any way be held liable over how, where or by whom this board is used. It is absolutely pointless contacting Thoul in relation to any legal (cease and desist, liable, defamatory comment, etc.) matter not directly related to the darkmods.sourceforge.net website or the discrete software of the ' . $progname . ' itself. If you do email Thoul about any third party use of this software then you should not expect a response.');
Профессионал - тот же дилетант, только знающий, где ошибётся.
Генератор db_update.php для phpBB2 с некоторыми удобствами. Многие моды я беру или ищу здесь, здесь, тут
Все консультации только на форуме, приваты и стук в аську по таким вопросам игнорируются!
FAQ-phpBB3 | Ошибки новичков, или как не поссориться с модератором | Правила конференции

наш форум http://forum.aeroion.ru/cat1.html
Аватара пользователя
Mr. Anderson
phpBB Guru
phpBB Guru
Сообщения: 7522
Стаж: 20 лет 1 месяц
Откуда: СССР
Благодарил (а): 5 раз
Поблагодарили: 105 раз

Сообщение Mr. Anderson »

А дать просто ссылку на мод было никак? :?
Аватара пользователя
Поручик
Former team member
Сообщения: 3942
Стаж: 18 лет 11 месяцев
Откуда: Оренбург (Южный Урал)
Благодарил (а): 3 раза

Сообщение Поручик »

Да я подумал, а кому охота сдергивать 177 кБ
http://www.phpbbhacks.com/download/1274
Профессионал - тот же дилетант, только знающий, где ошибётся.
Генератор db_update.php для phpBB2 с некоторыми удобствами. Многие моды я беру или ищу здесь, здесь, тут
Все консультации только на форуме, приваты и стук в аську по таким вопросам игнорируются!
FAQ-phpBB3 | Ошибки новичков, или как не поссориться с модератором | Правила конференции

наш форум http://forum.aeroion.ru/cat1.html
Аватара пользователя
Mr. Anderson
phpBB Guru
phpBB Guru
Сообщения: 7522
Стаж: 20 лет 1 месяц
Откуда: СССР
Благодарил (а): 5 раз
Поблагодарили: 105 раз

Сообщение Mr. Anderson »

Поручик
Оно понятно, но как переводить текст вне контекста? :?
Jack
phpBB 1.2.0
Сообщения: 16
Стаж: 18 лет 10 месяцев

Сообщение Jack »

По смыслу :) Первый файл перевёл http://www.stavnet.ru/lang_contact.zip, завтра будет второй.
Аватара пользователя
Поручик
Former team member
Сообщения: 3942
Стаж: 18 лет 11 месяцев
Откуда: Оренбург (Южный Урал)
Благодарил (а): 3 раза

Сообщение Поручик »

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

наш форум http://forum.aeroion.ru/cat1.html
Jack
phpBB 1.2.0
Сообщения: 16
Стаж: 18 лет 10 месяцев

Сообщение Jack »

Оба файла по адресу http://www.stavnet.ru/files/contact_list.zip или же по прежней ссылке.
Вчера не заметил, что русский текст в кодировке ДОС был :) изменил на Windows-1251.
Аватара пользователя
Neonaft
phpBB 1.4.4
Сообщения: 114
Стаж: 18 лет 2 месяца

Сообщение Neonaft »

Теперь ни одна ссылка на перевод не работает. Можете ещё раз кинуть его куда-нибудь?
Аватара пользователя
Поручик
Former team member
Сообщения: 3942
Стаж: 18 лет 11 месяцев
Откуда: Оренбург (Южный Урал)
Благодарил (а): 3 раза

Сообщение Поручик »

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

наш форум http://forum.aeroion.ru/cat1.html

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