mirror of
https://github.com/nextcloud/server.git
synced 2026-03-31 06:36:18 -04:00
5 lines
203 B
PHP
5 lines
203 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Verschlüsselung",
|
|
"Exclude the following file types from encryption" => "Die folgenden Dateitypen von der Verschlüsselung ausnehmen",
|
|
"None" => "Keine"
|
|
);
|