mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
6 lines
245 B
PHP
6 lines
245 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Encryption" => "Şifreleme",
|
||
"Enable Encryption" => "Şifrelemeyi Etkinleştir",
|
||
"None" => "Hiçbiri",
|
||
"Exclude the following file types from encryption" => "Aşağıdaki dosya tiplerini şifrelemeye dahil etme"
|
||
);
|