mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
20 lines
570 B
PHP
20 lines
570 B
PHP
<?php
|
|
|
|
$lang_polls = array
|
|
(
|
|
'std_error' => "Virhe",
|
|
'std_permission_denied' => "Lupa evätty.",
|
|
'std_delete_poll' => "Poista kysely",
|
|
'std_delete_poll_confirmation' => "Haluatko varmasti poistaa kyselyn? Klikkaa\n",
|
|
'std_here_if_sure' => "<b>tässä</b></a> jos olet varma.",
|
|
'std_sorry' => "Sorry...",
|
|
'std_no_polls' => "Kyselyjä ei ole!",
|
|
'head_previous_polls' => "Aikaisemmat kyselyt",
|
|
'text_previous_polls' => "Aikaisemmat kyselyt",
|
|
'text_ago' => " sitten",
|
|
'text_edit' => "Muokkaa",
|
|
'text_delete' => "Poista",
|
|
'text_votes' => "Äänestykset: "
|
|
);
|
|
|
|
?>
|