mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
7 lines
236 B
JavaScript
7 lines
236 B
JavaScript
OC.L10N.register(
|
|
"files_encryption",
|
|
{
|
|
"Unknown error" : "ข้อผิดพลาดที่ไม่ทราบสาเหตุ",
|
|
"Encryption" : "การเข้ารหัส"
|
|
},
|
|
"nplurals=1; plural=0;");
|