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_polloverview = array
|
||||
(
|
||||
'std_error' => "Eroare",
|
||||
'head_poll_overview' => "Prezentare Sondaje",
|
||||
'text_polls_overview' => "Prezentare Sondaje",
|
||||
'col_id' => "ID",
|
||||
'col_added' => "Adăugat",
|
||||
'col_question' => "Întrebare",
|
||||
'text_no_users_voted' => "Ne pare rău... Nu există utilizatori care să voteze!",
|
||||
'text_no_poll_id' => "Ne pare rău... Nu există sondaje cu acel ID!",
|
||||
'text_poll_question' => "Întrebări sondaj",
|
||||
'col_option_no' => "Opțiunea nr.",
|
||||
'col_options' => "Opţiuni",
|
||||
'text_polls_user_overview' => "Sondează vizualizarea utilizatorului",
|
||||
'col_username' => "Nume",
|
||||
'col_selection' => "Selecţie",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user