mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php
|
||
|
||
$lang_userhistory = array
|
||
(
|
||
'std_error' => "Σφάλμα",
|
||
'std_permission_denied' => "Άρνηση πρόσβασης",
|
||
'std_no_posts_found' => "Δεν βρέθηκαν αναρτήσεις",
|
||
'head_posts_history' => "Ιστορικό αναρτήσεων",
|
||
'text_posts_history_for' => "Ιστορικό ανάρτησης για ",
|
||
'text_forum' => "<b>Φόρουμ: </b>",
|
||
'text_topic' => "<b>Topic: </b>",
|
||
'text_post' => "<b>Ανάρτηση: </b>",
|
||
'text_new' => "ΝΕΟ!",
|
||
'text_last_edited' => "Τελευταία επεξεργασία από ",
|
||
'text_at' => " στις ",
|
||
'std_no_comments_found' => "Δεν βρέθηκαν σχόλια",
|
||
'head_comments_history' => "Ιστορικό σχολίων",
|
||
'text_comments_history_for' => "Ιστορικό σχολίων για ",
|
||
'text_torrent' => "<b>Torrent: </b>",
|
||
'text_comment' => "<b>Σχόλιο: ",
|
||
'std_history_error' => "Σφάλμα Ιστορικού",
|
||
'std_unkown_action' => "Άγνωστη ενέργεια",
|
||
'std_invalid_or_no_query' => "Μη έγκυρο ή κανένα ερώτημα."
|
||
);
|
||
|
||
?>
|