diff options
Diffstat (limited to 'settings/l10n/th_TH.php')
-rw-r--r-- | settings/l10n/th_TH.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php index 006b666ff63..505e9ff29cb 100644 --- a/settings/l10n/th_TH.php +++ b/settings/l10n/th_TH.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "ไม่สามารถโหลดรายการจาก App Store ได้", "Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", "Group already exists" => "มีกลุ่มดังกล่าวอยู่ในระบบอยู่แล้ว", @@ -85,3 +86,4 @@ "set new password" => "ตั้งค่ารหัสผ่านใหม่", "Default" => "ค่าเริ่มต้น" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |