mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
11 lines
352 B
PHP
11 lines
352 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_takeflush = array
|
|||
|
|
(
|
|||
|
|
'std_failed' => "Απέτυχε",
|
|||
|
|
'std_success' => "Επιτυχία",
|
|||
|
|
'std_ghost_torrents_cleaned' => "torrents φάντασμα καθαρίστηκαν με επιτυχία.",
|
|||
|
|
'std_cannot_flush_others' => "Μπορείτε μόνο να καθαρίσετε τα δικά σας torrent φάντασμα"
|
|||
|
|
);
|
|||
|
|
|
|||
|
|
?>
|