mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
<?php
|
|
|
|
$lang_friends = array
|
|
(
|
|
'std_error' => "Error",
|
|
'std_invalid_id' => "Invalid ID ",
|
|
'std_access_denied' => "Access denied.",
|
|
'std_no_user_id' => "No user with ID ",
|
|
'std_unknown_type' => "Unknown type ",
|
|
'std_user_id' => "User ID ",
|
|
'std_already_in' => " is already in your ",
|
|
'std_list' => " list.",
|
|
'std_delete' => "Delete ",
|
|
'std_delete_note' => "Do you really want to delete a ",
|
|
'std_click' => "? Click \n",
|
|
'std_here_if_sure' => "<b>here</b></a> if you are sure.",
|
|
'std_no_friend_found' => "No friend found with ID ",
|
|
'std_no_block_found' => "No block found with ID ",
|
|
'head_personal_lists_for' => "Personal lists for ",
|
|
'text_personallist' => "PERSONALLIST",
|
|
'text_friendlist' => "FRIENDLIST",
|
|
'text_friends_empty' => "<em>No friends yet</em>",
|
|
'text_neighbors_empty' => "<em>No Neighbors yet</em>",
|
|
'text_last_seen_on' => "Last seen on ",
|
|
'text_ago' => " ago",
|
|
'text_remove_from_friends' => "Remove from Friends",
|
|
'text_send_pm' => "Send PM",
|
|
'text_added_you_to_friendslist' => "Added you to friendslist",
|
|
'text_add_to_friends' => "Add to Friends",
|
|
'text_blocklist_empty' => "<em>Your blocked userlist is empty</em>",
|
|
'text_blocked_users' => "Blocked Users",
|
|
'text_find_user' => "Find users/browse user list",
|
|
'text_neighbors' => "Neighbors",
|
|
'text_friend' => "friend",
|
|
'text_block' => "block",
|
|
);
|
|
|
|
?>
|