mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
7 lines
344 B
PHP
7 lines
344 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Enkripsi",
|
|
"File encryption is enabled." => "Enkripsi berkas aktif.",
|
|
"The following file types will not be encrypted:" => "Tipe berkas berikut tidak akan dienkripsi:",
|
|
"Exclude the following file types from encryption:" => "Kecualikan tipe berkas berikut dari enkripsi:",
|
|
"None" => "Tidak ada"
|
|
);
|