mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
$lang_userhistory = array
|
||||
(
|
||||
'std_error' => "Fejl",
|
||||
'std_permission_denied' => "Tilladelse nægtet",
|
||||
'std_no_posts_found' => "Ingen indlæg fundet",
|
||||
'head_posts_history' => "Indlæg historik",
|
||||
'text_posts_history_for' => "Indlæg historik for ",
|
||||
'text_forum' => "<b>Forum: </b>",
|
||||
'text_topic' => "<b>Emne: </b>",
|
||||
'text_post' => "<b>Indlæg: </b>",
|
||||
'text_new' => "NYT!",
|
||||
'text_last_edited' => "Sidst redigeret af ",
|
||||
'text_at' => " på ",
|
||||
'std_no_comments_found' => "Ingen kommentarer fundet",
|
||||
'head_comments_history' => "Kommentarer historik",
|
||||
'text_comments_history_for' => "Kommentarer historik for ",
|
||||
'text_torrent' => "<b>Torrent: </b>",
|
||||
'text_comment' => "<b>Kommentar: ",
|
||||
'std_history_error' => "Historik Fejl",
|
||||
'std_unkown_action' => "Ukendt handling",
|
||||
'std_invalid_or_no_query' => "Ugyldig eller ingen forespørgsel."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user