mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-03-28 17:43:07 +01:00
17 lines
986 B
PHP
17 lines
986 B
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | This file is part of Piwigo. |
|
|
// | |
|
|
// | For copyright and license information, please view the COPYING.txt |
|
|
// | file that was distributed with this source code. |
|
|
// +-----------------------------------------------------------------------+
|
|
$lang['Choose what should be the default state for each panel, or disable the animation:'] = '選擇每個面板的預設狀態,或關閉動畫。';
|
|
$lang['Comments Panel'] = '回應面板';
|
|
$lang['Disable the animation'] = '關閉動畫';
|
|
$lang['Displayed'] = '已顯示';
|
|
$lang['Elegant, Configuration Page'] = '優雅,配置頁面';
|
|
$lang['Hidden'] = '隱藏';
|
|
$lang['Main Menu Panel'] = '主要選單面板';
|
|
$lang['Panels options'] = '面板選項';
|
|
$lang['Photo Description Panel'] = '照片簡介面板';
|
|
?>
|