mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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: "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user