mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-03-28 17:43:07 +01: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:'] = 'وضعیت پیشفرضِ هر پنل را انتخاب کنید، یا حالت انیمیشن آنها را غیر فعال کنید:';
|
|
$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'] = 'پنلِ توضیحاتِ عکس';
|
|
?>
|