nextcloud/apps/files_sharing/l10n/is.php

7 lines
133 B
PHP

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