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