mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang_takeflush = array
|
||||
(
|
||||
'std_failed' => "Mislukt",
|
||||
'std_success' => "Geslaagd",
|
||||
'std_ghost_torrents_cleaned' => "spook torrents zijn met succes schoongemaakt.",
|
||||
'std_cannot_flush_others' => "Je kunt alleen je eigen torrents schoonmaken"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user