blob: bf1975c54ae271bb86a7b6b3b7ee0d4d08fd05a2 (
plain)
1
2
3
4
5
6
7
8
9
|
<?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",
"No preview available for" => "Yfirlit ekki í boði fyrir",
"web services under your control" => "vefþjónusta undir þinni stjórn"
);
|