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

22 lines
1.1 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_news = array
(
'std_delete_news_item' => "Διαγραφή νέου",
'std_are_you_sure' => "Θέλετε πραγματικά να διαγράψετε ένα νέο στοιχείο? ",
'std_here' => "εδώ",
'std_if_sure' => " αν είστε σίγουροι.",
'std_error' => "Σφάλμα",
'std_news_body_empty' => "Το νέο σώμα δεν μπορεί να είναι άδειο!",
'std_news_title_empty' => "Ο τίτλος ειδήσεων δεν μπορεί να είναι κενός!",
'std_something_weird_happened' => "Κάτι περίεργο μόλις συνέβη.",
'std_invalid_news_id' => "Δεν υπάρχουν νέα με ID ",
'head_edit_site_news' => "Επεξεργασία Ειδήσεων Ιστοσελίδας",
'text_edit_site_news' => "Επεξεργασία Ειδήσεων Ιστοσελίδας",
'text_notify_users_of_this' => "Ειδοποιήστε τους χρήστες για αυτό.",
'head_site_news' => "Ειδήσεις Ιστοσελίδας",
'text_submit_news_item' => "Υποβολή νέου"
);
?>