mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
12
lang/de/lang_takeedit.php
Normal file
12
lang/de/lang_takeedit.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_takeedit = array
|
||||
(
|
||||
'std_edit_failed' => "Bearbeiten fehlgeschlagen!",
|
||||
'std_missing_form_data' => "fehlende Formulardaten",
|
||||
'std_not_owner' => "Du bist nicht der Eigentümer! Wie ist das passiert?",
|
||||
'std_nfo_too_big' => "NFO ist zu groß! Max. 65.535 Bytes.",
|
||||
'std_cannot_move_torrent' => "Du hast keine Berechtigung Torrents in einen anderen Bereich zu verschieben. BTW, wie kommst du hier?"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user