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' => "Acceso denegado.",
|
||||
'std_access_denied_note' => "No se permite a los invitados ver esta página.",
|
||||
'text_to_guest' => " a <b>Invitado</b>",
|
||||
'text_guest' => "<b>Invitado</b>",
|
||||
'text_ago' => " hace",
|
||||
'text_helpbox_disabled' => "La caja de ayuda está deshabilitada. ¿Cómo llega el infierno?",
|
||||
'text_no_permission_to_shoutbox' => "No tienes permiso para enviar mensajes a la bandeja de gritar. ¿Cómo llega el infierno aquí?",
|
||||
"speaking_too_often" => "¡Hablando con demasiada frecuencia!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user