mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
게시판 모듈에서 기존의 스킨에서 임시 처리하던 정렬 옵션을 게시판 모듈 자체 설정으로 변경. 기본/수정/등록일/추천/조회/댓글수/제목순 정렬 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4070 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29f9b4ce49
commit
95a74eaade
15 changed files with 321 additions and 272 deletions
|
|
@ -108,6 +108,10 @@
|
|||
$lang->cart = 'Artículo Seleccionado';
|
||||
$lang->friend = 'Amigos';
|
||||
$lang->notify = 'Notificación';
|
||||
$lang->order_target = 'Alinear Meta';
|
||||
$lang->order_type = 'Tipo de ordenamiento';
|
||||
$lang->order_asc = 'acendente';
|
||||
$lang->order_desc = 'descendente';
|
||||
|
||||
$lang->mid = 'Nombre del Módulo';
|
||||
$lang->layout = 'Diseño';
|
||||
|
|
@ -128,6 +132,7 @@
|
|||
$lang->search_list_count = 'Buscar lista Conde';
|
||||
$lang->readed_count = 'Leídos';
|
||||
$lang->voted_count = 'Recomendados';
|
||||
$lang->comment_count = 'Commentarios';
|
||||
$lang->member_count = 'Cantidad de usuarios';
|
||||
$lang->date = 'Fecha';
|
||||
$lang->regdate = 'Fecha publicada';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue