2012-12-31 03:05:31 +04:00
|
|
|
<?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",
|
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
|
|
|
);
|