mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang_takeflush = array
|
||||
(
|
||||
'std_failed' => "Mislykkedes",
|
||||
'std_success' => "Succes",
|
||||
'std_ghost_torrents_cleaned' => "spøgelsestorrents blev renset sucessly.",
|
||||
'std_cannot_flush_others' => "Du kan kun rense din egen spøgelse torrents"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user