Blame view
sources/apps/files_sharing/l10n/is.php
412 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Password" => "Lykilorð", |
|
03e52840d
|
4 5 6 |
"%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", |
|
31b7f2792
|
7 8 9 |
"Upload" => "Senda inn", "Cancel upload" => "Hætta við innsendingu", "No preview available for" => "Yfirlit ekki í boði fyrir" |
|
03e52840d
|
10 |
); |
|
31b7f2792
|
11 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |