mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
20 lines
589 B
PHP
20 lines
589 B
PHP
<?php
|
|
|
|
$lang_polls = array
|
|
(
|
|
'std_error' => "Fel",
|
|
'std_permission_denied' => "Åtkomst nekad.",
|
|
'std_delete_poll' => "Ta bort enkät",
|
|
'std_delete_poll_confirmation' => "Vill du verkligen ta bort en enkät? Klicka på\n",
|
|
'std_here_if_sure' => "<b>här</b></a> om du är säker.",
|
|
'std_sorry' => "Sorry...",
|
|
'std_no_polls' => "Det finns inga undersökningar!",
|
|
'head_previous_polls' => "Tidigare omröstningar",
|
|
'text_previous_polls' => "Tidigare omröstningar",
|
|
'text_ago' => " sedan",
|
|
'text_edit' => "Redigera",
|
|
'text_delete' => "Radera",
|
|
'text_votes' => "Röster: "
|
|
);
|
|
|
|
?>
|