mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
22 lines
808 B
PHP
22 lines
808 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_news = array
|
||
|
|
(
|
||
|
|
'std_delete_news_item' => "Usuń wiadomość",
|
||
|
|
'std_are_you_sure' => "Czy na pewno chcesz usunąć aktualność? Kliknij ",
|
||
|
|
'std_here' => "tutaj",
|
||
|
|
'std_if_sure' => " jeśli pacjent jest pewien.",
|
||
|
|
'std_error' => "Błąd",
|
||
|
|
'std_news_body_empty' => "Treść wiadomości nie może być pusta!",
|
||
|
|
'std_news_title_empty' => "Tytuł wiadomości nie może być pusty!",
|
||
|
|
'std_something_weird_happened' => "Coś dziwnego właśnie się stało.",
|
||
|
|
'std_invalid_news_id' => "Brak aktualności z ID ",
|
||
|
|
'head_edit_site_news' => "Edytuj aktualności witryny",
|
||
|
|
'text_edit_site_news' => "Edytuj aktualności witryny",
|
||
|
|
'text_notify_users_of_this' => "Powiadom o tym użytkowników.",
|
||
|
|
'head_site_news' => "Aktualności witryny",
|
||
|
|
'text_submit_news_item' => "Prześlij wiadomość"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|