git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?php
/**
* @file en.lang.php
* @author zero (zero@nzeo.com)
* @brief English Language Pack
**/
$lang->addon = "Addon";
$lang->addon_info = 'Summary of this Addon';
$lang->addon_maker = 'Author of this Addon';
$lang->addon_history = 'Addon History';
$lang->about_addon = 'Addon is for controling actions rather than displaying the HTML results.<br />Simply by toggling any addons you want on or off, you can use very useful functions to administer your website';
?>

View file

@ -0,0 +1,15 @@
<?php
/**
* @file es.lang.php
* @author zero (zero@nzeo.com)
* @brief Paquete lenguage de Español
**/
$lang->addon = "Adiciónales";
$lang->addon_info = 'Información de Adiciónales';
$lang->addon_maker = 'Autor';
$lang->addon_history = 'Historia de modificación ';
$lang->about_addon = 'Adiciónales más coltrola acciónes que salida de HTML.<br />Solo encendir o apagar los adiciónales puede utilizar los funciónes útiles de manejar el sitio.';
?>

View file

@ -0,0 +1,15 @@
<?php
/**
* @file fr.lang.php
* @author zero (zero@nzeo.com)
* @brief Paquet Francais de Langue
**/
$lang->addon = "Additions";
$lang->addon_info = 'Un resume de ce additions';
$lang->addon_maker = 'Le createur de ce additions';
$lang->addon_history = 'L\'histoire de ce additions';
$lang->about_addon = 'Les operations de service de additions plutot que le HTML reel results.<br/>Simply basculant n\'importe quel additions te permet en marche et en arret d\'employer les dispositifs utiles.';
?>

View file

@ -0,0 +1,15 @@
<?php
/**
* @file jp.lang.php
* @author zero (zero@nzeo.com) 翻訳RisaPapa
* @brief 日本語言語パッケージ
**/
$lang->addon = "アドオン";
$lang->addon_info = 'アドオン情報';
$lang->addon_maker = 'アドオン作者';
$lang->addon_history = '変更内容';
$lang->about_addon = 'アドオンは、HTMLの出力をコントロールするというより動作を制御する役割をします。お好みのアドオンを「使用/未使用」に設定するだけでサイトの運営に有用な機能が利用できます。';
?>

View file

@ -0,0 +1,15 @@
<?php
/**
* @file ko.lang.php
* @author zero (zero@nzeo.com)
* @brief 한국어 언어팩
**/
$lang->addon = "애드온";
$lang->addon_info = '애드온정보';
$lang->addon_maker = '애드온 제작자';
$lang->addon_history = '변경 사항 ';
$lang->about_addon = '애드온은 html결과물을 출력하기 보다 동작을 제어하는 역할을 합니다.<br />원하시는 애드온을 on/ off하시는 것만으로 사이트 운영에 유용한 기능을 연동할 수 있습니다.';
?>

View file

@ -0,0 +1,15 @@
<?php
/**
* @file zh-CN.lang.php
* @author zero (zero@nzeo.com)
* @brief 简体中文语言包
**/
$lang->addon = "插件";
$lang->addon_info = '插件信息';
$lang->addon_maker = '插件作者';
$lang->addon_history = '更新纪录 ';
$lang->about_addon = '插件是加载扩展功能的动作,而不是输出结果组件。<br />启用/禁用插件,为网站提供强大的功能。';
?>