11 lines
385 B
PHP
11 lines
385 B
PHP
<?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"
|
|
);
|