mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -36,6 +36,10 @@
|
|||
$lang->image_mark = 'Marca de la imagen';
|
||||
$lang->image_mark_max_width = 'Ancho Máximo';
|
||||
$lang->image_mark_max_height = 'Altura Máxima';
|
||||
$lang->group_image_mark = 'Group Image Mark';
|
||||
$lang->group_image_mark_max_width = 'Ancho Máximo';
|
||||
$lang->group_image_mark_max_height = 'Altura Máxima';
|
||||
$lang->group_image_mark_order = '그룹 이미지 마크 순서';
|
||||
$lang->enable_openid = 'Activar OpenID';
|
||||
$lang->enable_join = 'Permitir el registro del usuario';
|
||||
$lang->enable_confirm = '메일 인증 사용';
|
||||
|
|
@ -58,6 +62,7 @@
|
|||
'N' => '모두 금지',
|
||||
);
|
||||
$lang->about_allow_message = '쪽지 허용 방법 및 대상을 지정할 수 있습니다';
|
||||
$lang->logged_users = 'Logged Users';
|
||||
|
||||
$lang->webmaster_name = 'Nombre del Webmaster';
|
||||
$lang->webmaster_email = 'Correo electrónico Webmaster';
|
||||
|
|
@ -84,6 +89,7 @@
|
|||
$lang->cmd_login = 'Conectar';
|
||||
$lang->cmd_logout = 'Desconectar';
|
||||
$lang->cmd_signup = 'Registrar';
|
||||
$lang->cmd_site_signup = 'Join';
|
||||
$lang->cmd_modify_member_info = 'Modificar nombre del usuario';
|
||||
$lang->cmd_modify_member_password = 'Cambiar la contraseña';
|
||||
$lang->cmd_view_member_info = 'Información del usuario';
|
||||
|
|
@ -140,6 +146,7 @@
|
|||
|
||||
$lang->msg_not_uploaded_image_name = 'Imagen del nombre no puede ser registrado';
|
||||
$lang->msg_not_uploaded_image_mark = 'Imagen de marca no puede ser resistrado';
|
||||
$lang->msg_not_uploaded_group_image_mark = '그룹 이미지 마크를 등록할 수가 없습니다';
|
||||
|
||||
$lang->msg_accept_agreement = 'Usted primero debe aceptar el acuerdo';
|
||||
|
||||
|
|
@ -182,6 +189,7 @@
|
|||
|
||||
$lang->about_image_name = "Permitir a los usuarios el uso de imagen del nombre en ves del nombre del usuario";
|
||||
$lang->about_image_mark = "Permitir a los usuarios el uso de imagen de marca delante de sus nombres";
|
||||
$lang->about_group_image_mark = '사용자의 이름앞에 그룹 마크를 달 수 있습니다';
|
||||
$lang->about_profile_image = 'Permitir a los usuarios a utilizar nombre de la imagen en lugar de texto nombre';
|
||||
$lang->about_accept_agreement = "Yo he leído todo el acuerdo y acepto";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue