mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_shoutbox = array
|
||||
(
|
||||
'text_del' => "del",
|
||||
'std_access_denied' => "Доступ запрещен.",
|
||||
'std_access_denied_note' => "Гости не могут видеть эту страницу.",
|
||||
'text_to_guest' => " to <b>Guest</b>",
|
||||
'text_guest' => "<b>Guest</b>",
|
||||
'text_ago' => " назад",
|
||||
'text_helpbox_disabled' => "В настоящее время Helpbox отключен. Как ад вы получаете здесь?",
|
||||
'text_no_permission_to_shoutbox' => "У вас нет разрешения на отправку сообщений на чат. Как ад вы получаете здесь?",
|
||||
"speaking_too_often" => "Говорят слишком часто!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user