mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang_polloverview = array
|
||||
(
|
||||
'std_error' => "Błąd",
|
||||
'head_poll_overview' => "Przegląd ankiet",
|
||||
'text_polls_overview' => "Przegląd ankiet",
|
||||
'col_id' => "ID",
|
||||
'col_added' => "Dodano",
|
||||
'col_question' => "Pytanie",
|
||||
'text_no_users_voted' => "Przepraszamy... Nie ma użytkowników, którzy zagłosowali!",
|
||||
'text_no_poll_id' => "Przepraszamy... Nie ma ankiet o tym ID!",
|
||||
'text_poll_question' => "Pytania ankiety",
|
||||
'col_option_no' => "Opcja nr",
|
||||
'col_options' => "Opcje",
|
||||
'text_polls_user_overview' => "Przegląd użytkowników ankiet",
|
||||
'col_username' => "Nazwa użytkownika",
|
||||
'col_selection' => "Wybór",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user