diff options
author | plegall <plg@piwigo.org> | 2012-10-31 09:36:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-10-31 09:36:46 +0000 |
commit | d7c75c190ab1bfc15ba5b717864992dce5232902 (patch) | |
tree | 74b1a7bc76454f533103559c65754f26727cb264 /language/th_TH | |
parent | fd6c0cc7ba0e5c4a6bd47934dad8dfa9df8f9f69 (diff) |
bug 2782 fixed: make sure %d or %s are correctly translated
he_IL needs to be fixed, too complicated for me.
git-svn-id: http://piwigo.org/svn/branches/2.4@18820 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/th_TH')
-rw-r--r-- | language/th_TH/admin.lang.php | 4 | ||||
-rw-r--r-- | language/th_TH/install.lang.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/language/th_TH/admin.lang.php b/language/th_TH/admin.lang.php index f48ab912d..03342f1f2 100644 --- a/language/th_TH/admin.lang.php +++ b/language/th_TH/admin.lang.php @@ -881,7 +881,7 @@ $lang['Sharpen'] = 'ความคมชัด'; $lang['No order field selected'] = 'ไม่ได้เลือก ฟิลด์คำสั่ง'; $lang['Not cropped correctly?'] = 'ครอบตัดถูกต้องหรือไม่?'; $lang['Notify administrators when a comment is'] = 'แจ้งผู้ดูแลระบบเมื่อมีความเห็น'; -$lang['Numeric identifier : %d'] = 'ระบุตัวเลข:% d'; +$lang['Numeric identifier : %d'] = 'ระบุตัวเลข:%d'; $lang['On your Linux, simply install Shotwell with your package manager and the activate Piwigo publishing option.'] = 'เกี่ยวกับลินุกซ์ คุณเพียงแค่ติดตั้ง Shotwell กับแพคเกจหารจัดการและเปิดใช้งานตัวเลือกการเผยแพร่ Piwigo ของคุณ'; $lang['Permission granted for groups'] = 'สิทธิ์นี้อนุญาตสำหรับกลุ่ม'; $lang['Permission granted for users'] = 'สิทธิ์นี้อนุญาตสำหรับผู้ใช้งาน'; @@ -922,4 +922,4 @@ $lang['X Position'] = 'ตำแหน่ง X'; $lang['Aperture is a powerful tool to refine images and manage massive libraries on Mac.'] = 'เครื่องมือที่มีประสิทธิภาพเพื่อปรับแต่งภาพและการบริหารจัดการไลบรารีขนาดใหญ่บน Mac'; $lang['Aperture is designed for professional photographers with iPhoto simplicity.'] = 'เครื่องมือถูกออกแบบมาสำหรับช่างภาพมืออาชีพด้วยความเรียบง่าย iPhoto'; $lang['Piwigo export plugin for Aperture'] = 'ปลั๊กอินส่งออกสำหรับ Aperture'; -?>
\ No newline at end of file +?> diff --git a/language/th_TH/install.lang.php b/language/th_TH/install.lang.php index fb89ee2b1..57dda3f8b 100644 --- a/language/th_TH/install.lang.php +++ b/language/th_TH/install.lang.php @@ -70,6 +70,6 @@ $lang['Download the config file'] = 'ดาวน์โหลดไฟล์ต $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'คุณสามารถดาวน์โหลดไฟล์ตั้งค่า และอัพไปไว้ยังไดเรกทอรี่ local/config ของ Piwigo.'; $lang['Just another Piwigo gallery'] = 'เพียงแค่ Piwigo แกลลอรี่ เว็บหนึ่ง'; $lang['Welcome to my photo gallery'] = 'ยินดีต้อนรับสู่แกลลอรี่รูปภาพของฉัน'; -$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'อย่าลังเลที่จะปรึกษาหรือโพสคำถามในฟอรั่มของเรา เพื่อขอความช่วยเหลือใดๆ :% s'; +$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'อย่าลังเลที่จะปรึกษาหรือโพสคำถามในฟอรั่มของเรา เพื่อขอความช่วยเหลือใดๆ :%s'; $lang['Welcome to your new installation of Piwigo!'] = 'ยินดีต้อนรับสู่การติดตั้งใหม่ของ Piwigo!'; -?>
\ No newline at end of file +?> |