mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
5 lines
315 B
PHP
5 lines
315 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "การเข้ารหัส",
|
|
"Exclude the following file types from encryption" => "ไม่ต้องรวมชนิดของไฟล์ดังต่อไปนี้จากการเข้ารหัส",
|
|
"None" => "ไม่ต้อง"
|
|
);
|