mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-07-04 00:42:05 +02:00
17 lines
1.1 KiB
PHP
17 lines
1.1 KiB
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:'] = 'Chọn trạng thái mặc định cho mỗi bảng, hoặc vô hiệu hóa tính năng hoạt hình';
|
|
$lang['Comments Panel'] = 'Bảng bình luận';
|
|
$lang['Disable the animation'] = 'Vô hiệu hóa tính năng hoạt hình';
|
|
$lang['Displayed'] = 'Được hiển thị';
|
|
$lang['Elegant, Configuration Page'] = 'Elegant, Trang cấu hình';
|
|
$lang['Hidden'] = 'Ẩn';
|
|
$lang['Main Menu Panel'] = 'Bảng Menu chính';
|
|
$lang['Panels options'] = 'Tùy chọn bảng';
|
|
$lang['Photo Description Panel'] = 'Bảng mô tả ảnh';
|
|
?>
|