server/apps/files_encryption/l10n/de.php

5 lines
98 B
PHP
Raw Normal View History

2012-08-13 21:19:31 +00:00
<?php $TRANSLATIONS = array(
2013-05-26 00:03:54 +00:00
"Saving..." => "Speichern...",
2013-05-25 00:11:52 +00:00
"Encryption" => "Verschlüsselung"
2012-08-13 21:19:31 +00:00
);