mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
$lang_userhistory = array
|
||||
(
|
||||
'std_error' => "Fel",
|
||||
'std_permission_denied' => "Åtkomst nekad",
|
||||
'std_no_posts_found' => "Inga inlägg hittades",
|
||||
'head_posts_history' => "Inlägg historik",
|
||||
'text_posts_history_for' => "Posta historik för ",
|
||||
'text_forum' => "<b>Forum: </b>",
|
||||
'text_topic' => "<b>Ämne: </b>",
|
||||
'text_post' => "<b>inlägg: </b>",
|
||||
'text_new' => "NY!",
|
||||
'text_last_edited' => "Senast redigerad av ",
|
||||
'text_at' => " vid ",
|
||||
'std_no_comments_found' => "Inga kommentarer hittades",
|
||||
'head_comments_history' => "Kommentarer historik",
|
||||
'text_comments_history_for' => "Kommentarer historik för ",
|
||||
'text_torrent' => "<b>Torrent: </b>",
|
||||
'text_comment' => "<b>Kommentar: ",
|
||||
'std_history_error' => "Fel i historik",
|
||||
'std_unkown_action' => "Okänd åtgärd",
|
||||
'std_invalid_or_no_query' => "Ogiltig eller ingen fråga."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user