mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +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
13
modules/editor/components/code_highlighter/lang/en.lang.php
Normal file
13
modules/editor/components/code_highlighter/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @author Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
**/
|
||||
$lang->code_type = 'Code Type';
|
||||
|
||||
$lang->used_collapse = 'Use Folding';
|
||||
$lang->hidden_linenumber = 'Hide Line Number';
|
||||
$lang->hidden_controls = 'Hide Toolbar';
|
||||
|
||||
$lang->file_path = 'File Path';
|
||||
$lang->description = 'Description';
|
||||
$lang->first_line = 'First Line';
|
||||
13
modules/editor/components/code_highlighter/lang/es.lang.php
Normal file
13
modules/editor/components/code_highlighter/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @author Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
**/
|
||||
$lang->code_type = 'Código Tipo';
|
||||
|
||||
$lang->used_collapse = 'Utilice Folding';
|
||||
$lang->hidden_linenumber = 'Ocultar número de línea';
|
||||
$lang->hidden_controls = 'Ocultar barra de herramientas';
|
||||
|
||||
$lang->file_path = 'Ruta del archivo';
|
||||
$lang->description = 'Descripción';
|
||||
$lang->first_line = 'Primera Línea';
|
||||
13
modules/editor/components/code_highlighter/lang/jp.lang.php
Normal file
13
modules/editor/components/code_highlighter/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @author ミニミ
|
||||
**/
|
||||
$lang->code_type = '言語種類';
|
||||
|
||||
$lang->used_collapse = '折りたたみ機能を使う';
|
||||
$lang->hidden_linenumber = '行番号を隠す';
|
||||
$lang->hidden_controls = 'ツールバーを隠す';
|
||||
|
||||
$lang->file_path = 'ファイルパス';
|
||||
$lang->description = '説明';
|
||||
$lang->first_line = '開始する行番号';
|
||||
13
modules/editor/components/code_highlighter/lang/ko.lang.php
Normal file
13
modules/editor/components/code_highlighter/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @author BNU <bnufactory@gmail.com>
|
||||
**/
|
||||
$lang->code_type = '언어 종류';
|
||||
|
||||
$lang->used_collapse = '접기 기능 사용';
|
||||
$lang->hidden_linenumber = '줄 번호 감추기';
|
||||
$lang->hidden_controls = '도구바 감추기';
|
||||
|
||||
$lang->file_path = '파일경로';
|
||||
$lang->description = '설명';
|
||||
$lang->first_line = '시작 줄 번호';
|
||||
13
modules/editor/components/code_highlighter/lang/ru.lang.php
Normal file
13
modules/editor/components/code_highlighter/lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @author Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
**/
|
||||
$lang->code_type = 'Тип кода';
|
||||
|
||||
$lang->used_collapse = 'Использованное сокращение';
|
||||
$lang->hidden_linenumber = 'Скрытый номер строки';
|
||||
$lang->hidden_controls = 'Скрытый контрол';
|
||||
|
||||
$lang->file_path = 'Путь файла';
|
||||
$lang->description = 'Описание';
|
||||
$lang->first_line = 'Первая строка';
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/code_highlighter/lang/ko.lang.php
|
||||
* @author BNU <bnufactory@gamil.com> 翻译:guny
|
||||
* @brief 编辑器(editor) 模块 > 代码高亮显示(code_highlighter)组件简体中文语言包
|
||||
**/
|
||||
$lang->code_type = '语言类型';
|
||||
|
||||
$lang->used_collapse = '使用代码折叠';
|
||||
$lang->hidden_linenumber = '隐藏行号';
|
||||
$lang->hidden_controls = '隐藏工具栏';
|
||||
|
||||
$lang->file_path = '文件路径';
|
||||
$lang->description = '说明';
|
||||
$lang->first_line = '首行行号';
|
||||
?>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @author royallin
|
||||
**/
|
||||
$lang->code_type = '語法類型';
|
||||
|
||||
$lang->used_collapse = '使用收合';
|
||||
$lang->hidden_linenumber = '隱藏行號';
|
||||
$lang->hidden_controls = '隱藏控制';
|
||||
|
||||
$lang->file_path = '檔案路徑';
|
||||
$lang->description = '說明';
|
||||
$lang->first_line = '第一行';
|
||||
Loading…
Add table
Add a link
Reference in a new issue