mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?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!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user