스페인어(에스파냐어) 추가번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3710 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
sspa3141 2008-02-19 09:31:56 +00:00
parent 68913531e1
commit 05c2051593
11 changed files with 250 additions and 0 deletions

View 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';
?>