nextcloud/apps/files_encryption/l10n/sv.php

8 lines
352 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Kryptering",
2013-02-07 03:11:04 +04:00
"File encryption is enabled." => "Filkryptering är aktiverat.",
"The following file types will not be encrypted:" => "Följande filtyper kommer inte att krypteras:",
"Exclude the following file types from encryption:" => "Exkludera följande filtyper från kryptering:",
2013-01-23 03:06:18 +04:00
"None" => "Ingen"
2012-08-14 01:19:31 +04:00
);