mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 10:51:41 -05:00
7 lines
373 B
PHP
7 lines
373 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Enkriptazioa",
|
|
"File encryption is enabled." => "Fitxategien enkriptazioa gaituta dago.",
|
|
"The following file types will not be encrypted:" => "Hurrengo fitxategi motak ez dira enkriptatuko:",
|
|
"Exclude the following file types from encryption:" => "Baztertu hurrengo fitxategi motak enkriptatzetik:",
|
|
"None" => "Bat ere ez"
|
|
);
|