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' => "ERRO",
'head_poll_overview' => "Visão Geral das Enquetes",
'text_polls_overview' => "Visão Geral das Enquetes",
'col_id' => "ID",
'col_added' => "Adicionado",
'col_question' => "Questão",
'text_no_users_voted' => "Desculpe... Não há usuários que votaram!",
'text_no_poll_id' => "Desculpe... Não há nenhuma enquete com esse ID!",
'text_poll_question' => "Perguntas da enquete",
'col_option_no' => "No. Opção",
'col_options' => "Opções",
'text_polls_user_overview' => "Visão Geral de Usuário Enquetes",
'col_username' => "Usuário:",
'col_selection' => "Seleção",
);
?>