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_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",
);
?>