Files
nexusphp/lang/el/lang_friends.php
2025-05-05 21:27:48 +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>εδώ</b></a> αν είστε σίγουροι.",
'std_no_friend_found' => "Δεν βρέθηκε φίλος με ID ",
'std_no_block_found' => "Δεν βρέθηκε μπλοκ με ID ",
'head_personal_lists_for' => "Προσωπικές λίστες για ",
'text_personallist' => "ΠΡΟΣΩΠΙΚΟΣ",
'text_friendlist' => "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>Your blocked userlist is empty</em>",
'text_blocked_users' => "Αποκλεισμένοι Χρήστες",
'text_find_user' => "Εύρεση λίστας χρηστών/περιηγήσεων",
'text_neighbors' => "Γείτονες",
'text_friend' => "φίλος",
'text_block' => "μπλοκ",
);
?>