mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 19:03:20 -04:00
7 lines
365 B
PHP
7 lines
365 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Šifrování",
|
|
"File encryption is enabled." => "Šifrování je povoleno.",
|
|
"The following file types will not be encrypted:" => "Následující typy souborů nebudou šifrovány:",
|
|
"Exclude the following file types from encryption:" => "Vyjmout následující typy souborů ze šifrování:",
|
|
"None" => "Žádné"
|
|
);
|