mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_users = array
|
||||
(
|
||||
'head_users' => "Användare",
|
||||
'text_users' => "<h1>Användare</h1>",
|
||||
'text_search' => "Sök:",
|
||||
'select_any_class' => "(valfri klass)",
|
||||
'submit_okay' => "Okej",
|
||||
'text_prev' => "Föregående",
|
||||
'text_next' => "Nästa",
|
||||
'col_user_name' => "Användarnamn",
|
||||
'col_registered' => "Registrerad",
|
||||
'col_last_access' => "Senaste åtkomst",
|
||||
'col_class' => "Klass",
|
||||
'col_country' => "Land",
|
||||
'select_any_country'=> "(något land)",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user