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:
24
lang/sv/lang_makepoll.php
Normal file
24
lang/sv/lang_makepoll.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_makepoll = array
|
||||
(
|
||||
'std_error' => "Fel",
|
||||
'std_no_poll_id' => "Ingen enkät hittades med detta ID",
|
||||
'std_missing_form_data' => "Saknar formulärdata!",
|
||||
'head_edit_poll' => "Redigera enkät",
|
||||
'text_edit_poll' => "Redigera enkät",
|
||||
'head_new_poll' => "Ny omröstning",
|
||||
'text_day' => " dag",
|
||||
'text_hour' => " timme",
|
||||
'text_current_poll' => "Notera: Den aktuella undersökningen ",
|
||||
'text_is_only' => " är endast ",
|
||||
'text_old' => " gammal.",
|
||||
'text_make_poll' => "Gör enkät",
|
||||
'text_question' => "Fråga",
|
||||
'text_option' => "Alternativ ",
|
||||
'submit_edit_poll' => "Redigera enkät",
|
||||
'submit_create_poll' => "Skapa enkät",
|
||||
'text_required' => " obligatorisk"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user