summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/is.php
blob: 05241d3f9e6cc8c85ff67bcd6b3ac6193853daf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Password" => "Lykilorð",
"Submit" => "Senda",
"%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",
"Upload" => "Senda inn",
"Cancel upload" => "Hætta við innsendingu",
"No preview available for" => "Yfirlit ekki í boði fyrir"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";