mirror of
https://github.com/nextcloud/server.git
synced 2026-04-05 00:56:16 -04:00
5 lines
178 B
PHP
5 lines
178 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Kryptering",
|
|
"Exclude the following file types from encryption" => "Ekskluder følgende filer fra kryptering",
|
|
"None" => "Ingen"
|
|
);
|