nextcloud/apps/files_encryption/l10n/fi_FI.php

8 lines
346 B
PHP
Raw Normal View History

2012-08-17 02:45:46 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Salaus",
2013-02-15 03:06:50 +04:00
"File encryption is enabled." => "Tiedostojen salaus on käytössä.",
"The following file types will not be encrypted:" => "Seuraavia tiedostotyyppejä ei salata:",
"Exclude the following file types from encryption:" => "Älä salaa seuravia tiedostotyyppejä:",
2013-01-23 03:06:18 +04:00
"None" => "Ei mitään"
2012-08-17 02:45:46 +04:00
);