1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/is.php
2013-05-03 01:00:23 +02:00

30 lines
1.2 KiB
PHP

<?php $TRANSLATIONS = array(
"File doesn't exist:" => "Skrá finnst ekki:",
"No file was uploaded. Unknown error" => "Engin skrá var send inn. Óþekkt villa.",
"There is no error, the file uploaded with success" => "Engin villa, innsending heppnaðist",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Innsenda skráin er stærri en MAX_FILE_SIZE sem skilgreint er í HTML sniðinu.",
"The uploaded file was only partially uploaded" => "Einungis hluti af innsendri skrá skilaði sér",
"No file was uploaded" => "Engin skrá skilaði sér",
"Missing a temporary folder" => "Vantar bráðabirgðamöppu",
"Failed to write to disk" => "Tókst ekki að skrifa á disk",
"Couldn't save temporary image: " => "Gat ekk vistað bráðabirgða mynd:",
"Cancel" => "Hætta við",
"Error" => "<strong>Villa</strong>",
"Download" => "Niðurhal",
"Edit" => "Breyta",
"Delete" => "Eyða",
"Other" => "Annað",
"Text" => "Texti",
"Import" => "Flytja inn",
"Groups" => "Hópar",
"Close" => "Loka",
"Title" => "Titill",
"Add" => "Bæta",
"Email" => "Netfang",
"Address" => "Slóð",
"Share" => "Deila",
"Export" => "Flytja út",
"Name" => "Nafn",
"Save" => "Vista"
);