nextcloud/apps/files_sharing/l10n/is.php

12 lines
412 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-12-31 03:05:31 +04:00
"Password" => "Lykilorð",
"%s shared the folder %s with you" => "%s deildi möppunni %s með þér",
"%s shared the file %s with you" => "%s deildi skránni %s með þér",
"Download" => "Niðurhal",
2013-06-30 04:13:07 +04:00
"Upload" => "Senda inn",
"Cancel upload" => "Hætta við innsendingu",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Yfirlit ekki í boði fyrir"
2012-12-31 03:05:31 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";