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

12 lines
538 B
PHP
Raw 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_takeedit = array
(
'std_edit_failed' => "Η επεξεργασία απέτυχε!",
'std_missing_form_data' => "λείπουν δεδομένα φόρμας",
'std_not_owner' => "Δεν είστε ο ιδιοκτήτης! Πώς συνέβη αυτό?",
'std_nfo_too_big' => "NFO είναι πολύ μεγάλο! Μέγιστο 65.535 bytes.",
'std_cannot_move_torrent' => "Δεν έχετε άδεια να μετακινήσετε torrent σε άλλη ενότητα. BTW, πώς θα φτάσετε εδώ?"
);
?>