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

18 lines
824 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_delete = array
(
'std_delete_failed' => "Η διαγραφή απέτυχε!",
'std_missing_form_date' => "λείπουν δεδομένα φόρμας",
'std_not_owner' => "Δεν είστε ο ιδιοκτήτης! Πώς συνέβη αυτό?",
'std_invalid_reason' => "Μη έγκυρος λόγος ",
'std_describe_violated_rule' => "Περιγράψτε τον παραβιασμένο κανόνα.",
'std_enter_reason' => "Παρακαλώ εισάγετε το λόγο για τη διαγραφή αυτού του torrent.",
'head_torrent_deleted' => "Torrent διαγράφηκε!",
'text_go_back' => "Πηγαίνετε πίσω στο πού ήρθατε",
'text_back_to_index' => "Πίσω στο ευρετήριο",
'text_torrent_deleted' => "Torrent διαγράφηκε!"
);
?>