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

17 lines
721 B
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_shoutbox = array
(
'text_del' => "del",
'std_access_denied' => "Άρνηση Πρόσβασης.",
'std_access_denied_note' => "Οι επισκέπτες δεν επιτρέπεται να δουν αυτή τη σελίδα.",
'text_to_guest' => " to <b>Guest</b>",
'text_guest' => "<b>Guest</b>",
'text_ago' => " πριν",
'text_helpbox_disabled' => "Το Helpbox είναι απενεργοποιημένο. Πώς η κόλαση θα φτάσετε εδώ?",
'text_no_permission_to_shoutbox' => "Δεν έχετε άδεια να στείλετε μηνύματα στο shoutbox. Πως θα φτάσετε εδώ?",
"speaking_too_often" => "Μιλώντας πολύ συχνά!",
);
?>