mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 01:39:58 +09:00
스페인어(에스파냐어) 추가번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3710 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68913531e1
commit
05c2051593
11 changed files with 250 additions and 0 deletions
16
modules/editor/components/code_highlighter/lang/es.lang.php
Normal file
16
modules/editor/components/code_highlighter/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/code_highlighter/lang/en.lang.php
|
||||
* @author BNU <bnufactory@gamil.com> | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
* @brief 위지윅에디터(editor) 모듈 > 코드하이라이터 (code_highlighter) 컴포넌트의 언어팩 / English language for Zeroboard XE
|
||||
**/
|
||||
$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';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue