blob: 0b416807d122f5c0b6b57514fb520787931202f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 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['Password ']['confirm'] = 'ពាក្យសម្ងាត់ [បញ្ជាក់]';
$lang['PHP 5 is required'] = 'PHP 5 ត្រូវការជាចាំបាច់';
$lang['Database configuration'] = 'ការកំណត់លើមូលដ្ឋានទិន្នន័យ';
$lang['Download the config file'] = 'ទាញយកឯកសារកំណត់';
$lang['Admin configuration'] = 'ការកំណត់ផ្នែករដ្ឋបាល';
$lang['Can\'t connect to server'] = 'មិនអាចភ្ជាប់ទៅម៉ាស៊ីនមេបានទេ';
$lang['Basic configuration'] = 'ការកំណត់ត្រឹមមូលដ្ឋាន';
$lang['Installation'] = 'ការបញ្ចូល';
$lang['Host'] = 'ម៉ាស៊ីនមេ';
$lang['Default gallery language'] = 'ភាសាវិចិត្រសាលលំនាំដើម';
$lang['Database table prefix'] = 'បុព្វបទតារាងមូលដ្ឋានទិន្នន័យ';
$lang['Database name'] = 'ឈ្មោះមូលដ្ឋានទិន្នន័យ';
$lang['Hope to see you back soon.'] = 'សង្ឃឹមថានឹងឃើញអ្នកមកវិញឆាប់ៗ';
$lang['Try to configure PHP 5'] = 'ព្យាយាមកែកំណត់ PHP 5';
$lang['User'] = 'អ្នកប្រើប្រាស់';
$lang['Sorry!'] = 'សុំទោស!';
$lang['Start Install'] = 'ចាប់ផ្តើមបញ្ចូល';
$lang['Welcome to your new installation of Piwigo!'] = 'ស្វាគមន៍មកកាន់ការបញ្ចូលថ្មីរបស់ភីវីហ្គូ!';
$lang['Welcome to my photo gallery'] = 'ស្វាគមន៍មកកាន់វិចិត្រសាលរូបភាពរបស់ខ្ញុំ';
$lang['Just another Piwigo gallery'] = 'គ្រាន់តែជាវិចិត្រសាលផ្សេងទៀតរបស់ភីវីហ្គូ';
$lang['Congratulations, Piwigo installation is completed'] = 'អប់អរសាទរ, ការបញ្ចូលភីវីហ្គូបានសម្រេច';
|