mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
24
lang/de/lang_makepoll.php
Normal file
24
lang/de/lang_makepoll.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_makepoll = array
|
||||
(
|
||||
'std_error' => "Fehler",
|
||||
'std_no_poll_id' => "Keine Umfrage mit dieser ID gefunden",
|
||||
'std_missing_form_data' => "Fehlende Formulardate!",
|
||||
'head_edit_poll' => "Umfrage bearbeiten",
|
||||
'text_edit_poll' => "Umfrage bearbeiten",
|
||||
'head_new_poll' => "Neue Umfrage",
|
||||
'text_day' => " tag",
|
||||
'text_hour' => " std",
|
||||
'text_current_poll' => "Hinweis: Die aktuelle Umfrage ",
|
||||
'text_is_only' => " ist nur ",
|
||||
'text_old' => " alt.",
|
||||
'text_make_poll' => "Umfrage machen",
|
||||
'text_question' => "Frage",
|
||||
'text_option' => "Option ",
|
||||
'submit_edit_poll' => "Umfrage bearbeiten",
|
||||
'submit_create_poll' => "Umfrage erstellen",
|
||||
'text_required' => " benötigt"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user