mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
7 lines
391 B
PHP
7 lines
391 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Verschlüsselung",
|
|
"File encryption is enabled." => "Dateiverschlüsselung ist aktiviert",
|
|
"The following file types will not be encrypted:" => "Die folgenden Dateitypen werden nicht verschlüsselt:",
|
|
"Exclude the following file types from encryption:" => "Schließe die folgenden Dateitypen von der Verschlüsselung aus:",
|
|
"None" => "Keine"
|
|
);
|