mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
7 lines
337 B
PHP
7 lines
337 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Şifreleme",
|
|
"File encryption is enabled." => "Dosya şifreleme aktif.",
|
|
"The following file types will not be encrypted:" => "Belirtilen dosya tipleri şifrelenmeyecek:",
|
|
"Exclude the following file types from encryption:" => "Seçilen dosya tiplerini şifreleme:",
|
|
"None" => "Hiçbiri"
|
|
);
|