mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
27 lines
884 B
PHP
27 lines
884 B
PHP
<?php
|
|
|
|
$lang_userhistory = array
|
|
(
|
|
'std_error' => "Virhe",
|
|
'std_permission_denied' => "Lupa evätty",
|
|
'std_no_posts_found' => "Viestejä ei löytynyt",
|
|
'head_posts_history' => "Viestit historia",
|
|
'text_posts_history_for' => "Viestin historia ",
|
|
'text_forum' => "<b>Foorumi: </b>",
|
|
'text_topic' => "<b>Aihe: </b>",
|
|
'text_post' => "<b>Viesti: </b>",
|
|
'text_new' => "UUTTA!",
|
|
'text_last_edited' => "Viimeksi muokannut ",
|
|
'text_at' => " klo ",
|
|
'std_no_comments_found' => "Kommentteja ei löytynyt",
|
|
'head_comments_history' => "Kommenttien historia",
|
|
'text_comments_history_for' => "Kommenttien historia kohteelle ",
|
|
'text_torrent' => "<b>Torrent: </b>",
|
|
'text_comment' => "<b>Kommentti: ",
|
|
'std_history_error' => "Virhe Historiassa",
|
|
'std_unkown_action' => "Tuntematon toiminto",
|
|
'std_invalid_or_no_query' => "Virheellinen tai ei hakua."
|
|
);
|
|
|
|
?>
|