nextcloud/apps/files_sharing/l10n/is.php

10 lines
205 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "Hætta við",
"Shared by" => "Deilt af",
"Password" => "Lykilorð",
"Name" => "Nafn",
"Download" => "Niðurhal"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";