mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
35 lines
967 B
PHP
35 lines
967 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_staffbox = array
|
||
|
|
(
|
||
|
|
'head_staff_pm' => "Personalens PM",
|
||
|
|
'text_staff_pm' => "Personalens PM",
|
||
|
|
'std_sorry' => "Ledsen",
|
||
|
|
'std_no_messages_yet' => "Inga meddelanden ännu!",
|
||
|
|
'col_subject' => "Ämne",
|
||
|
|
'col_sender' => "Avsändare",
|
||
|
|
'col_added' => "Tillagd",
|
||
|
|
'col_answered' => "Besvarad",
|
||
|
|
'col_action' => "Lag.",
|
||
|
|
'text_yes' => "Ja",
|
||
|
|
'text_no' => "Nej",
|
||
|
|
'submit_set_answered' => "Ställ in besvarade",
|
||
|
|
'submit_delete' => "Radera",
|
||
|
|
'text_system' => "System",
|
||
|
|
'head_view_staff_pm' => "Visa personalens PM",
|
||
|
|
'col_from' => "Från",
|
||
|
|
'col_date' => "Datum",
|
||
|
|
'col_answered_by' => "Besvarad av",
|
||
|
|
'text_reply' => "Svara",
|
||
|
|
'text_mark_answered' => "Markera som svarad",
|
||
|
|
'text_delete' => "Radera",
|
||
|
|
'std_error' => "Fel",
|
||
|
|
'std_no_user_id' => "Ingen användare med detta ID.",
|
||
|
|
'head_answer_to_staff_pm' => "Svara på personalens PM",
|
||
|
|
'text_answering_to' => "Svara på ",
|
||
|
|
'text_sent_by' => " skickad av ",
|
||
|
|
'std_body_is_empty' => "Ange något!",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|