server/apps/files_sharing/l10n/is.php
2014-05-04 01:56:15 -04:00

6 lines
133 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "Lykilorð",
"Download" => "Niðurhal"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";