Welcome to mirror list, hosted at ThFree Co, Russian Federation.

th.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81d66b0fc04264a8987d866a9b47e993a2b52385 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "registration",
    {
    "Saved" : "บันทึกแล้ว",
    "None" : "ไม่มี",
    "Username" : "ชื่อผู้ใช้",
    "Password" : "รหัสผ่าน",
    "Create account" : "สร้างบัญชีใหม่",
    "Email" : "อีเมล"
},
"nplurals=1; plural=0;");