mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
35 lines
1012 B
PHP
35 lines
1012 B
PHP
<?php
|
|
|
|
$lang_staffbox = array
|
|
(
|
|
'head_staff_pm' => "Mitarbeiter-PM",
|
|
'text_staff_pm' => "Mitarbeiter-PM",
|
|
'std_sorry' => "Tut uns leid",
|
|
'std_no_messages_yet' => "Noch keine Nachrichten!",
|
|
'col_subject' => "Betreff",
|
|
'col_sender' => "Absender",
|
|
'col_added' => "Hinzugefügt",
|
|
'col_answered' => "Beantwortet",
|
|
'col_action' => "Akt.",
|
|
'text_yes' => "Ja",
|
|
'text_no' => "Nein",
|
|
'submit_set_answered' => "Antwort setzen",
|
|
'submit_delete' => "Löschen",
|
|
'text_system' => "System",
|
|
'head_view_staff_pm' => "PN des Personals anzeigen",
|
|
'col_from' => "Von",
|
|
'col_date' => "Datum",
|
|
'col_answered_by' => "Beantwortet von",
|
|
'text_reply' => "Antwort",
|
|
'text_mark_answered' => "Geantwortet markieren",
|
|
'text_delete' => "Löschen",
|
|
'std_error' => "Fehler",
|
|
'std_no_user_id' => "Kein Benutzer mit dieser ID.",
|
|
'head_answer_to_staff_pm' => "Antwort auf Personal PM",
|
|
'text_answering_to' => "Antwort auf ",
|
|
'text_sent_by' => " gesendet von ",
|
|
'std_body_is_empty' => "Bitte geben Sie etwas ein!",
|
|
);
|
|
|
|
?>
|