nextcloud/apps/files_encryption/l10n/fi_FI.php

10 lines
577 B
PHP
Raw Normal View History

2012-08-17 02:45:46 +04:00
<?php $TRANSLATIONS = array(
2013-02-03 03:06:15 +04:00
"Please check your passwords and try again." => "Tarkista salasanasi ja yritä uudelleen.",
"Choose encryption mode:" => "Choose encryption mode:",
"None (no encryption at all)" => "Ei mitään (ei lainkaan salausta)",
"Important: Once you selected an encryption mode there is no way to change it back" => "Tärkeä huomautus: Kun olet valinnut salaustatavan, sitä ei ole mahdollista vaihtaa",
2012-08-17 02:45:46 +04:00
"Encryption" => "Salaus",
"Exclude the following file types from encryption" => "Jätä seuraavat tiedostotyypit salaamatta",
2013-01-23 03:06:18 +04:00
"None" => "Ei mitään"
2012-08-17 02:45:46 +04:00
);