mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-03-28 17:43:07 +01:00
17 lines
1.3 KiB
PHP
17 lines
1.3 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:'] = 'ជ្រើសអ្វីដែលគួរតែត្រូវបានស្ថិតនៅជាលំនាំដើម សម្រាប់បន្ទះនិមួយៗ ឬបិទចលនាតែម្តង៖';
|
|
$lang['Comments Panel'] = 'បន្ទះមតិ';
|
|
$lang['Disable the animation'] = 'បិទចលនា';
|
|
$lang['Displayed'] = 'បានបង្ហាញ';
|
|
$lang['Elegant, Configuration Page'] = 'Elegant, ទំព័រកំណត់រចនា';
|
|
$lang['Hidden'] = 'លាក់';
|
|
$lang['Main Menu Panel'] = 'បន្ទះម៉ឺនុយមេ';
|
|
$lang['Panels options'] = 'បន្ទះជម្រើស';
|
|
$lang['Photo Description Panel'] = 'បន្ទះពណ៌នារូបភាព';
|
|
?>
|