diff options
Diffstat (limited to 'lib/l10n/th.js')
-rw-r--r-- | lib/l10n/th.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/th.js b/lib/l10n/th.js index c0d7cad0c25..b82eafca9d9 100644 --- a/lib/l10n/th.js +++ b/lib/l10n/th.js @@ -53,10 +53,6 @@ OC.L10N.register( "About" : "เกี่ยวกับ", "Full name" : "ชื่อเต็ม", "Unknown user" : "ไม่รู้จักผู้ใช้", - "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ", - "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล", - "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล", - "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรมีจุดในชื่อฐานข้อมูล", "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ", "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง", "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง", @@ -146,6 +142,10 @@ OC.L10N.register( "Storage connection error. %s" : "ข้อผิดพลาดการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", "Storage is temporarily not available" : "พื้นที่จัดเก็บข้อมูลไม่สามารถใช้งานได้ชั่วคราว", "Storage connection timeout. %s" : "หมดเวลาการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s", + "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ", + "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล", + "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล", + "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรมีจุดในชื่อฐานข้อมูล", "Cannot read file" : "ไม่สามารถอ่านไฟล์", "Cannot write into \"config\" directory" : "ไม่สามารถเขียนลงในไดเรกทอรี \"config\"", "Cannot write into \"apps\" directory" : "ไม่สามารถเขียนลงในไดเรกทอรี \"apps\"", |