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

14 lines
806 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_fastdelete = array
(
'std_delete_failed' => "Η διαγραφή απέτυχε!",
'std_missing_form_data' => "λείπουν δεδομένα φόρμας",
'text_no_permission' => "Δεν είστε εξουσιοδοτημένοι να διαγράψετε αυτό το torrent, μόνο οι συντονιστές ή οι παραπάνω μπορούν να το κάνουν. Παρακαλώ επικοινωνήστε με ένα αν αυτό είναι το torrent σας και θέλετε να το διαγράψετε.\n",
'std_delete_torrent' => "Διαγραφή torrent",
'std_delete_torrent_note' => "Έλεγχος Sanity: Πρόκειται να διαγράψετε ένα torrent. Κάντε κλικ",
'std_here_if_sure' => " here</a> if you are sure."
);
?>