mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
18 lines
594 B
PHP
18 lines
594 B
PHP
<?php
|
|
|
|
$lang_delete = array
|
|
(
|
|
'std_delete_failed' => "Borttagning misslyckades!",
|
|
'std_missing_form_date' => "saknar formulärdata",
|
|
'std_not_owner' => "Du är inte ägaren! Hur gick det till?",
|
|
'std_invalid_reason' => "Ogiltig anledning ",
|
|
'std_describe_violated_rule' => "Beskriv den kränkta regeln.",
|
|
'std_enter_reason' => "Ange anledningen till att du tar bort denna torrent.",
|
|
'head_torrent_deleted' => "Torrent raderad!",
|
|
'text_go_back' => "Gå tillbaka till varifrån du kom",
|
|
'text_back_to_index' => "Tillbaka till index",
|
|
'text_torrent_deleted' => "Torrent raderad!"
|
|
);
|
|
|
|
?>
|