mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
merge sandbox to trunk for 1.4.4.2
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7944 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9139515e57
commit
f59deeb270
131 changed files with 11605 additions and 4218 deletions
|
|
@ -503,18 +503,18 @@ EndOfLicense;
|
|||
$lang->cmd_ignore = 'Ignore';
|
||||
|
||||
$lang->db_desc = array(
|
||||
'mysql' => 'Using mysql*() function to use mysql DB.<br />Transaction is disabled because DB file is created by myisam.',
|
||||
'mysqli' => 'Using mysqli*() function to use mysql DB.',
|
||||
'mysql_innodb' => 'Using innodb to use mysql DB.<br />Transaction is enabled for innodb',
|
||||
'sqlite2' => 'Supporting sqlite2 which saves the data into the file.<br />When installing, DB file should be created at unreachable place from web.<br />(Never got tested on stabilization)',
|
||||
'sqlite3_pdo' => 'Suppots sqlite3 by PHP\'s PDO.<br />When installing, DB file should be created at unreachable place from web.',
|
||||
'cubrid' => 'Use CUBRID DB. <a href="http://www.xpressengine.com/?mid=manual&pageid=2880556" onclick="window.open(this.href);return false;" class="manual">manual</a>',
|
||||
'mssql' => 'Use MSSQL DB',
|
||||
'postgresql' => 'Use PostgreSql DB.',
|
||||
'firebird' => 'Use firebird DB.',
|
||||
'mysql' => 'Use MySQL as database with mysql*() functions in php.<br />Transactions will not be processed since DB file is created in myisam.',
|
||||
'mysqli' => 'Use MySQL as database with mysqli*() functions in php.<br />Transactions will not be processed since DB file is created in myisam',
|
||||
'mysql_innodb' => 'Use MySQL as database with innodb.<br />Transactions will be processed with innodb',
|
||||
'sqlite2' => 'Use sqlite2 as database which saves the data as files.<br />DB file <b>must not be</b> accessible from the web.<br />(Never been tested for stabilization)',
|
||||
'sqlite3_pdo' => 'Use sqlite3 as database with supports from PDO of php.<br />DB file <b>must not be</b> accessible from the web.',
|
||||
'cubrid' => 'Use CUBRID as database. See <a href="http://www.xpressengine.com/?mid=manual&pageid=2880556" onclick="window.open(this.href);return false;" class="manual">manual</a> for more info',
|
||||
'mssql' => 'Use MSSQL as database',
|
||||
'postgresql' => 'Use PostgreSql as database.',
|
||||
'firebird' => 'Use Firebird as database.<br />You can create database with (create database "/path/dbname.fdb" page_size=8192 default character set UTF-8;)',
|
||||
);
|
||||
|
||||
$lang->form_title = 'Please input DB & Admin information';
|
||||
$lang->form_title = 'Database & Administrator Information';
|
||||
$lang->db_title = 'Please input DB information';
|
||||
$lang->db_type = 'DB Type';
|
||||
$lang->select_db_type = 'Please select the DB you want to use.';
|
||||
|
|
@ -523,8 +523,8 @@ EndOfLicense;
|
|||
$lang->db_userid = 'DB ID';
|
||||
$lang->db_password = 'DB Password';
|
||||
$lang->db_database = 'DB Database';
|
||||
$lang->db_database_file = 'DB Database file';
|
||||
$lang->db_table_prefix = 'Table header';
|
||||
$lang->db_database_file = 'DB Database File';
|
||||
$lang->db_table_prefix = 'Table Header';
|
||||
|
||||
$lang->admin_title = 'Administrator Info';
|
||||
|
||||
|
|
@ -532,8 +532,9 @@ EndOfLicense;
|
|||
$lang->use_optimizer = 'Enable Optimizer';
|
||||
$lang->about_optimizer = 'If optimizer is enabled, users can quickly access to this site, since multiple CSS / JS files are put together and compressed before transmission. <br /> Nevertheless, this optimization might be problematic according to CSS or JS. If you disable it, it would work properly though it would work slower.';
|
||||
$lang->use_rewrite = 'Rewrite Mod';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->use_sso = 'Single Sign On';
|
||||
$lang->about_rewrite = "If web server provides rewrite mod, long URL such as http://blah/?document_srl=123 can be shortened like http://blah/123";
|
||||
$lang->about_sso = 'SSO will enable users to sign in just once for both default and virtual site. You will need this only if you are using virtual sites.';
|
||||
$lang->time_zone = 'Time Zone';
|
||||
$lang->about_time_zone = "If the server time and the time on your location don't accord each other, you can set the time as same as your location by using time zone ";
|
||||
$lang->qmail_compatibility = 'Enable Qmail';
|
||||
|
|
|
|||
|
|
@ -533,6 +533,7 @@ EndOfLicense;
|
|||
$lang->use_rewrite = 'Usar rewrite mod';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->about_rewrite = "Si el servidor de la web soporte rewrite mod, URL largas como http://bla/?documento_srl=123 puede abreviarse como http://bla/123";
|
||||
$lang->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.';
|
||||
$lang->time_zone = 'La Hora por Zona';
|
||||
$lang->about_time_zone = "Si la hora del servidor y la hora de su ubicación es diferente, Usted puede elegir la hora por zona para corregir";
|
||||
$lang->qmail_compatibility = 'Compatible con Qmail';
|
||||
|
|
|
|||
|
|
@ -537,6 +537,7 @@ EndOfLicense;
|
|||
$lang->use_rewrite = 'Utiliser mode de récrire(rewrite mod)';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->about_rewrite = "Si le serveur de web est capable d'utiliser le mode de récrire, URL longue comme http://murmure/?document_srl=123 peut être abrégé comme http://murmure/123";
|
||||
$lang->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.';
|
||||
$lang->time_zone = 'Fuseau horaire';
|
||||
$lang->about_time_zone = "Si l'heure de serveur et celle de votre emplacement ne s'accordent pas, vous pouvez remettre l'heure comme le même heure de votre lieu en configurant le fuseau horaire ";
|
||||
$lang->qmail_compatibility = 'Compatible avec Qmail';
|
||||
|
|
|
|||
|
|
@ -534,6 +534,7 @@ EndOfLicense;
|
|||
$lang->use_rewrite = 'リライト・モジュールを使用';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->about_rewrite = 'Webサーバで「リライト・モジュール(mod_rewrite)」をサポートしている場合は、「http://アドレス/?document_srl=123」のようなアドレスを動的だけど「http://アドレス/123」のように静的なページに見せることが出来ます。';
|
||||
$lang->about_sso = 'ユーザが一度のログインで基本サイトと仮想サイトに同時にログインされる機能です。仮想サイトの機能を使用してない場合、設定する必要がありません。';
|
||||
$lang->time_zone = 'タイムゾーン';
|
||||
$lang->about_time_zone = 'サーバの設定時間とサービスしているローカル時間との差がある場合、タイムゾーンを指定して表示時間を合わせることが出来ます。';
|
||||
$lang->qmail_compatibility = 'Qmail 互換';
|
||||
|
|
|
|||
|
|
@ -533,9 +533,10 @@ EndOfLicense;
|
|||
$lang->env_title = '환경 설정';
|
||||
$lang->use_optimizer = 'Optimizer 사용';
|
||||
$lang->about_optimizer = 'Optimizer를 사용하면 다수의 CSS/JS파일을 통합/압축 전송하여 매우 빠르게 사이트 접속이 가능하게 합니다.<br />다만 CSS나 JS에 따라서 문제가 생길 수 있습니다. 이때는 Optimizer 비활성화 하시면 정상적인 동작은 가능합니다.';
|
||||
$lang->use_rewrite = 'rewrite mod 사용';
|
||||
$lang->use_sso = 'SSO 사용';
|
||||
$lang->about_rewrite = '웹서버에서 rewrite mod를 지원하면 http://주소/?document_srl=123 같이 복잡한 주소를 http://주소/123과 같이 간단하게 줄일 수 있습니다.';
|
||||
$lang->use_rewrite = '짧은 주소 사용';
|
||||
$lang->use_sso = '통합인증 사용';
|
||||
$lang->about_rewrite = '이 기능을 사용하면 http://주소/?document_srl=123과 같이 복잡한 주소를 http://주소/123과 같이 간단하게 줄일 수 있습니다. 이 기능을 사용하려면 웹 서버에서 rewrite_mod를 지원해야 합니다. 웹 서버에서 rewrite_mod를 지원하는지 여부는 서버 관리자에게 문의하세요.';
|
||||
$lang->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.';
|
||||
$lang->time_zone = '표준 시간대';
|
||||
$lang->about_time_zone = '서버의 설정시간과 사용하려는 장소의 시간이 차이가 날 경우 표준 시간대를 지정하시면 표시되는 시간을 지정된 곳의 시간으로 사용하실 수 있습니다.';
|
||||
$lang->qmail_compatibility = 'Qmail 호환';
|
||||
|
|
|
|||
|
|
@ -533,9 +533,10 @@ EndOfLicense;
|
|||
$lang->env_title = 'Конфигурация';
|
||||
$lang->use_optimizer = 'Включить оптимизатор';
|
||||
$lang->about_optimizer = 'Если оптимизатор включен, пользователи могут быстро использовать этот сайт, поскольку несколько CSS / JS файлов собраны вместе и сжаты до передачи. <br /> Тем не менее, эта оптимизация может быть проблематичной согласно CSS или JS. Если Вы выключите ее, движок будет работать правильно, хотя и медленее.';
|
||||
$lang->use_rewrite = 'Использовать модуль перезаписи (rewrite mod)';
|
||||
$lang->use_rewrite = 'Использовать<br /> модуль перезаписи<br />(rewrite mod)';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->about_rewrite = "Если сервер предлагает rewrite mod, длинные URL такие как http://blah/?document_srl=123 могут быть сокращены до http://blah/123";
|
||||
$lang->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.';
|
||||
$lang->time_zone = 'Часовой пояс';
|
||||
$lang->about_time_zone = "Если серверное время и Ваше локальное время не совпадают, Вы можете установить такое же время, как Ваше локальное, используя часовой пояс";
|
||||
$lang->qmail_compatibility = 'Qmail 호환';
|
||||
|
|
|
|||
|
|
@ -538,6 +538,7 @@ EndOfLicense;
|
|||
$lang->use_rewrite = 'Mod Rewrite';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->about_rewrite = "Nếu Host của bạn hỗ trợ Mod Rewrite, khi địa chỉ có dạng <b>http://blah/?document_srl=123</b> sẽ được rút ngắn thành <b>http://blah/123</b>";
|
||||
$lang->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.';
|
||||
$lang->time_zone = 'Múi giờ';
|
||||
$lang->about_time_zone = "Nếu thời gian của khu vực bạn không tự động cập nhật. Bạn có thể chọn thời gian để hiển thị cho Website.";
|
||||
$lang->qmail_compatibility = 'Mở Qmail';
|
||||
|
|
|
|||
|
|
@ -225,6 +225,7 @@ EndOfLicense;
|
|||
$lang->use_rewrite = '使用rewrite模块';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->about_rewrite = '如服务器支持rewrite模块且选择此项,可以简化复杂的网址。<br />例如,http://域名/?document_srl=123简化为http://域名/123。';
|
||||
$lang->about_sso = '사용자가 한 번만 로그인하면 기본 사이트와 가상 사이트에 동시에 로그인이 되는 기능입니다. 가상 사이트를 사용할 때만 필요합니다.';
|
||||
$lang->time_zone = '时区';
|
||||
$lang->about_time_zone = '服务器时间和您所处的时间有差异时,可以设置时区来满足你所需要的时间显示。';
|
||||
$lang->qmail_compatibility = 'Qmail互换';
|
||||
|
|
|
|||
|
|
@ -469,7 +469,7 @@ DAMAGES.
|
|||
|
||||
EndOfLicense;
|
||||
|
||||
$lang->install_condition_title = '確認安裝時必須要具備的條件';
|
||||
$lang->install_condition_title = '確認安裝時必備的條件';
|
||||
|
||||
$lang->install_checklist_title = array(
|
||||
'php_version' => 'PHP版本',
|
||||
|
|
@ -531,14 +531,15 @@ EndOfLicense;
|
|||
|
||||
$lang->env_title = '環境設置';
|
||||
$lang->use_optimizer = 'Optimizer';
|
||||
$lang->about_optimizer = '使用Optimizer可以對大部分的『CSS/JS』檔案進行整合/壓縮傳送使之加快網站訪問速度。<br />只是有時會發生小小的問題。這時候請暫時不要使用 Optimizer。';
|
||||
$lang->about_optimizer = '使用 Optimizer 可對大部分的『CSS/JS』檔案進行整合/壓縮加快網站訪問速度。<br />只是有時會發生小小的問題,這時候請暫時不要使用 Optimizer 功能。';
|
||||
$lang->use_rewrite = 'Rewrite';
|
||||
$lang->use_sso = 'SSO';
|
||||
$lang->about_rewrite = '如主機支援 rewrite 模組並選擇此項,可以簡化複雜的網址。<br />例如,『http://域名/?document_srl=123』可簡化成『http://域名/123』。';
|
||||
$lang->use_sso = '單一登入';
|
||||
$lang->about_rewrite = '如果支援 rewrite 功能,可縮短冗長的網址。<br />例>『http://域名/?document_srl=123』縮短成『http://域名/123』。';
|
||||
$lang->about_sso = '此功能可讓用戶只需登入一次即可訪問多個網站。<br />使用虛擬網站,這將會是很重要的功能。';
|
||||
$lang->time_zone = '時區';
|
||||
$lang->about_time_zone = '主機時間和您所處的時間有差異時,可以設置時區來滿足你所需要的時間顯示。';
|
||||
$lang->qmail_compatibility = 'Qmail互換';
|
||||
$lang->about_qmail_compatibility = '支援無法識別 CRLF 為換行符的 Qmail 等MTA,也能發送電子郵件。';
|
||||
$lang->about_qmail_compatibility = '支援無法識別 CRLF 為換行符的 Qmail 等 MTA,也能發送電子郵件。';
|
||||
|
||||
$lang->about_database_file = 'Sqlite是保存資料於檔案中。資料庫的檔案位置應該放在 web 不能訪問的地方。<br/><span style="color:red">資料檔案應放在具有 707 權限的位置。</span>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue