mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
1.5 KiB
PHP
39 lines
1.5 KiB
PHP
<?php
|
|
|
|
$lang_friends = array
|
|
(
|
|
'std_error' => "Virhe",
|
|
'std_invalid_id' => "Invalid ID ",
|
|
'std_access_denied' => "Pääsy estetty.",
|
|
'std_no_user_id' => "Ei käyttäjää tunnisteella ",
|
|
'std_unknown_type' => "Tuntematon tyyppi ",
|
|
'std_user_id' => "Käyttäjän Tunnus ",
|
|
'std_already_in' => " on jo sinun ",
|
|
'std_list' => " luettelo.",
|
|
'std_delete' => "Poista ",
|
|
'std_delete_note' => "Oletko varma, että haluat poistaa ",
|
|
'std_click' => "? Click \n",
|
|
'std_here_if_sure' => "<b>tässä</b></a> jos olet varma.",
|
|
'std_no_friend_found' => "Yhtään kaveria ei löytynyt tunnisteella ",
|
|
'std_no_block_found' => "Yhtään lohkoa ei löytynyt tunnisteella ",
|
|
'head_personal_lists_for' => "Henkilökohtaiset listat kohteelle ",
|
|
'text_personallist' => "HENKILÖSTÖ",
|
|
'text_friendlist' => "RYHMÄ",
|
|
'text_friends_empty' => "<em>No friends yet</em>",
|
|
'text_neighbors_empty' => "<em>Ei vielä naapureita</em>",
|
|
'text_last_seen_on' => "Viimeksi nähty ",
|
|
'text_ago' => " sitten",
|
|
'text_remove_from_friends' => "Poista kavereista",
|
|
'text_send_pm' => "Lähetä PM",
|
|
'text_added_you_to_friendslist' => "Lisätty sinut kaverilistalle",
|
|
'text_add_to_friends' => "Lisää kavereihin",
|
|
'text_blocklist_empty' => "<em>Estetty käyttäjälistasi on tyhjä</em>",
|
|
'text_blocked_users' => "Estetyt Käyttäjät",
|
|
'text_find_user' => "Etsi käyttäjiä/selaa käyttäjäluetteloa",
|
|
'text_neighbors' => "Naapurit",
|
|
'text_friend' => "ystävä",
|
|
'text_block' => "lohko",
|
|
);
|
|
|
|
?>
|