Files
nexusphp/lang/ru/lang_friends.php
2025-04-22 19:35:05 +07:00

39 lines
1.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_friends = array
(
'std_error' => "Ошибка",
'std_invalid_id' => "Invalid ID ",
'std_access_denied' => "Доступ запрещен.",
'std_no_user_id' => "Нет пользователя с ID ",
'std_unknown_type' => "Неизвестный тип ",
'std_user_id' => "ID пользователя ",
'std_already_in' => " уже в вашем ",
'std_list' => " список.",
'std_delete' => "Удалить ",
'std_delete_note' => "Вы действительно хотите удалить ",
'std_click' => "? Click \n",
'std_here_if_sure' => "<b>here</b></a> if you are sure.",
'std_no_friend_found' => "Друг с ID не найден ",
'std_no_block_found' => "Блок не найден с ID ",
'head_personal_lists_for' => "Личные списки для ",
'text_personallist' => "ПЕРСОНАЛЬНЫЙ СПИСОК",
'text_friendlist' => "ДРУЗЬЯ",
'text_friends_empty' => "<em>No friends yet</em>",
'text_neighbors_empty' => "<em>Еще нет соседей</em>",
'text_last_seen_on' => "Последнее посещение ",
'text_ago' => " назад",
'text_remove_from_friends' => "Удалить из друзей",
'text_send_pm' => "Отправить ЛС",
'text_added_you_to_friendslist' => "Вы добавлены в список друзей",
'text_add_to_friends' => "Добавить в друзья",
'text_blocklist_empty' => "<em>Ваш заблокированный список пользователей пуст</em>",
'text_blocked_users' => "Заблокированные пользователи",
'text_find_user' => "Найти пользователей и просмотреть список пользователей",
'text_neighbors' => "Соседи",
'text_friend' => "друг",
'text_block' => "блок",
);
?>