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,17 @@
|
||||
<?php
|
||||
|
||||
$lang_checkuser = array
|
||||
(
|
||||
'std_error' => "Eroare",
|
||||
'std_no_user_id' => "Niciun utilizator cu acest ID!",
|
||||
'std_no_permission' => "Nu ai permisiuni",
|
||||
'head_detail_for' => "Detalii pentru ",
|
||||
'text_account_disabled' => "<p><b>Acest cont a fost dezactivat!</b></p>",
|
||||
'row_join_date' => "Alătură-te la dată",
|
||||
'row_gender' => "Sex",
|
||||
'row_email' => "E-mail",
|
||||
'row_ip' => "IP",
|
||||
'submit_confirm_this_user' => "Confirmați acest utilizator "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user