c9f58763dc
git-svn-id: http://piwigo.org/svn/trunk@12808 68402e56-0260-453c-a942-63ccdbb3a9ee
58 lines
No EOL
5 KiB
PHP
58 lines
No EOL
5 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based photo gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
|
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
// +-----------------------------------------------------------------------+
|
|
// | This program is free software; you can redistribute it and/or modify |
|
|
// | it under the terms of the GNU General Public License as published by |
|
|
// | the Free Software Foundation |
|
|
// | |
|
|
// | This program is distributed in the hope that it will be useful, but |
|
|
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
// | General Public License for more details. |
|
|
// | |
|
|
// | You should have received a copy of the GNU General Public License |
|
|
// | along with this program; if not, write to the Free Software |
|
|
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
// | USA. |
|
|
// +-----------------------------------------------------------------------+
|
|
|
|
|
|
|
|
$lang['Add to caddie'] = 'ដាក់ចូលទៅក្នុងកូនប្រអប់';
|
|
$lang['Notification'] = "ការផ្តល់ដំណឹង";
|
|
$lang['Upload Photos'] = 'បញ្ចូលរូបថត';
|
|
$lang['Select an album'] = 'ជ្រើសរើសសៀវភៅរូបថត';
|
|
$lang['... or '] = '... ឬ ';
|
|
$lang['create a new album'] = 'បង្កើតសៀវភៅរូបថតថ្មីមួយ';
|
|
$lang['Select files'] = 'ជ្រើសរើសរូបថត';
|
|
$lang['Start Upload'] = 'ចាប់ផ្តើមបញ្ចូល';
|
|
$lang['Learn more'] = 'ស្វែងយល់បន្ថែម';
|
|
$lang['Maximum file size: %sB.'] = 'ទំហំរូបអតិបរមា: %sB.';
|
|
$lang['Allowed file types: %s.'] = 'អនុញ្ញាតឯកសារប្រភេទ: %s.';
|
|
$lang['+ Add an upload box'] = '+ បន្ថែមប្រអប់មួយទៀត';
|
|
$lang['Add another set of photos'] = 'បន្ថែមសំនុំរូបមួយផ្សេងទៀត';
|
|
$lang['Photo %s of %s'] = 'រូបថតទី %s នៃ %s';
|
|
$lang['%d photos uploaded'] = '%d រូបថតបានបញ្ចូល';
|
|
$lang['All %d photos are selected'] = 'រូបថតទាំងអស់ %d ត្រូវបានជ្រើសរើស';
|
|
$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'អ្នកកំពុងប្រើប្រាស់ Browser uploader. សាកល្បងប្រើ <a href="%s">Flash uploader</a> ជំនួសវិញ';
|
|
$lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = 'អ្នកកំពុងប្រើប្រាស់ Flash uploader. មានបញ្ហា? សាកល្បងប្រើ <a href="%s">Browser uploader</a> ជំនួសវិញ';
|
|
$lang['Exif extension not available, admin should disable exif use'] = 'Exif extension not available, admin should disable exif use ផ្នែកបន្ថែម Exif មិនអាចដំណើរការបាន។ អ្នកគ្រប់គ្រងគួរតែទៅបិទ exif use';
|
|
$lang['Hide'] = "លាក់";
|
|
$lang['ACCESS_0'] = "ចូលដំណើរការសេរី";
|
|
$lang['ACCESS_1'] = "ដំណើរការសំរាប់ទាំងអស់";
|
|
$lang['ACCESS_2'] = "ដំណើរការសំរាប់អ្នកចុះឈ្មោះប្រើប្រាស់";
|
|
$lang['ACCESS_3'] = "ដំណើរការសំរាប់អ្នកគ្រប់គ្រង";
|
|
$lang['ACCESS_4'] = "ដំណើរការសំរាប់ប្រធានបណ្តាញធំ";
|
|
$lang['ACCESS_5'] = "មិនអាចដំណើរការបាន";
|
|
$lang['Level 0'] = "---";
|
|
$lang['Level 1'] = "ទំនាក់ទំនង";
|
|
$lang['Level 2'] = "មិត្តភក្តិ";
|
|
$lang['Level 4'] = "គ្រួសារ";
|
|
$lang['Level 8'] = "អ្នកគ្រប់គ្រង";
|
|
|
|
?>
|