add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+21
View File
@@ -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ść"
);
?>