Files
nexusphp/lang/el/lang_userhistory.php

27 lines
1.1 KiB
PHP
Raw Normal View History

2025-05-05 21:27:48 +07:00
<?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' => "Μη έγκυρο ή κανένα ερώτημα."
);
?>