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' => "Fehler",
'head_poll_overview' => "Umfrageübersicht",
'text_polls_overview' => "Umfrageübersicht",
'col_id' => "ID",
'col_added' => "Hinzugefügt",
'col_question' => "Frage",
'text_no_users_voted' => "Entschuldigung...Es gibt keine Benutzer, die abgestimmt haben!",
'text_no_poll_id' => "Entschuldigung...Es gibt keine Umfragen mit dieser ID!",
'text_poll_question' => "Umfragefragen",
'col_option_no' => "Option Nein",
'col_options' => "Optionen",
'text_polls_user_overview' => "Umfrage Benutzerübersicht",
'col_username' => "Benutzername",
'col_selection' => "Auswahl",
);
?>