Files
nexusphp/lang/el/lang_userhistory.php
2025-05-05 21:27:48 +07:00

27 lines
1.1 KiB
PHP
Raw 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_userhistory = array
(
'std_error' => "Σφάλμα",
'std_permission_denied' => "Άρνηση πρόσβασης",
'std_no_posts_found' => "Δεν βρέθηκαν αναρτήσεις",
'head_posts_history' => "Ιστορικό αναρτήσεων",
'text_posts_history_for' => "Ιστορικό ανάρτησης για ",
'text_forum' => "<b>Φόρουμ:&nbsp;</b>",
'text_topic' => "<b>Topic:&nbsp;</b>",
'text_post' => "<b>Ανάρτηση:&nbsp;</b>",
'text_new' => "ΝΕΟ!",
'text_last_edited' => "Τελευταία επεξεργασία από ",
'text_at' => " στις ",
'std_no_comments_found' => "Δεν βρέθηκαν σχόλια",
'head_comments_history' => "Ιστορικό σχολίων",
'text_comments_history_for' => "Ιστορικό σχολίων για ",
'text_torrent' => "<b>Torrent:&nbsp;</b>",
'text_comment' => "<b>Σχόλιο:&nbsp;",
'std_history_error' => "Σφάλμα Ιστορικού",
'std_unkown_action' => "Άγνωστη ενέργεια",
'std_invalid_or_no_query' => "Μη έγκυρο ή κανένα ερώτημα."
);
?>