mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
1.8 KiB
PHP
39 lines
1.8 KiB
PHP
<?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' => "блок",
|
||
);
|
||
|
||
?>
|