mirror of
https://github.com/nextcloud/server.git
synced 2026-03-26 20:33:55 -04:00
6 lines
220 B
PHP
6 lines
220 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Šifravimas",
|
|
"Exclude the following file types from encryption" => "Nešifruoti pasirinkto tipo failų",
|
|
"None" => "Nieko",
|
|
"Enable Encryption" => "Įjungti šifravimą"
|
|
);
|