change languages keys to differentiate if "%d physical" is plural or singular, same for "and %d virtual"
+ missing ja_JP php open tag git-svn-id: http://piwigo.org/svn/trunk@14977 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
114121a0b7
commit
4cac242866
30 changed files with 63 additions and 60 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Piwigo - a PHP based photo gallery |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
$lang[' and %d virtual'] = " และ %d";
|
||||
$lang[' and %d virtual'] = " และ %d";
|
||||
$lang[' and %d virtuals'] = " และ %d";
|
||||
$lang['%d album including'] = "%d อัลบั้มที่กำลังรวม";
|
||||
$lang['%d album moved'] = "%d อัลบั้มที่ย้าย";
|
||||
$lang['%d albums including'] = "%d อัลบั้มที่กำลังรวม";
|
||||
|
|
@ -59,7 +59,7 @@ $lang['%d photo was deleted'] = "%d รูป ได้ถูกลบแล้
|
|||
$lang['%d photos uploaded'] = '%d รูป ได้ถูกอัพโหลดแล้ว';
|
||||
$lang['%d photos were deleted'] = "%d รูป ได้ถูกลบแล้ว";
|
||||
$lang['%d physical'] = " %d กายภาพ";
|
||||
$lang['%d physical'] = " %d กายภาพ";
|
||||
$lang['%d physicals'] = " %d กายภาพ";
|
||||
$lang['%d tag'] = "%d แท็ก";
|
||||
$lang['%d tags'] = "%d แท็ก";
|
||||
$lang['%d user comment rejected'] = "%d ความคิดเห็นของผู้ใช้ที่ถูกปฏิเสธ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue