mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
21
lang/sv/lang_polloverview.php
Normal file
21
lang/sv/lang_polloverview.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang_polloverview = array
|
||||
(
|
||||
'std_error' => "Fel",
|
||||
'head_poll_overview' => "Undersökningar Översikt",
|
||||
'text_polls_overview' => "Undersökningar Översikt",
|
||||
'col_id' => "ID",
|
||||
'col_added' => "Tillagd",
|
||||
'col_question' => "Fråga",
|
||||
'text_no_users_voted' => "Tyvärr...Det finns inga användare som röstat!",
|
||||
'text_no_poll_id' => "Förlåt...Det finns inga omröstningar med det ID!",
|
||||
'text_poll_question' => "Enkät frågor",
|
||||
'col_option_no' => "Alternativ Nej",
|
||||
'col_options' => "Alternativ",
|
||||
'text_polls_user_overview' => "Undersökningar användaröversikt",
|
||||
'col_username' => "Användarnamn",
|
||||
'col_selection' => "Urval",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user