mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
6 lines
273 B
PHP
6 lines
273 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Encryption" => "Шифровање",
|
||
"Exclude the following file types from encryption" => "Не шифруј следеће типове датотека",
|
||
"None" => "Ништа",
|
||
"Enable Encryption" => "Омогући шифровање"
|
||
);
|