mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
34 lines
1.4 KiB
PHP
34 lines
1.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No categories selected for deletion." => "Enginn flokkur valinn til eyðingar.",
|
|
"File doesn't exist:" => "Skrá finnst ekki:",
|
|
"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",
|
|
"Couldn't save temporary image: " => "Gat ekk vistað bráðabirgða mynd:",
|
|
"Error" => "<strong>Villa</strong>",
|
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Innsending á skrá mistókst, hugsanlega sendir þú möppu eða skráin er 0 bæti.",
|
|
"Upload Error" => "Villa við innsendingu",
|
|
"Upload too large" => "Innsend skrá of stór",
|
|
"Pending" => "Bíður",
|
|
"Download" => "Niðurhal",
|
|
"Edit" => "Breyta",
|
|
"Delete" => "Eyða",
|
|
"Cancel" => "Hætta við",
|
|
"Other" => "Annað",
|
|
"Text" => "Texti",
|
|
"Settings" => "Stillingar",
|
|
"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"
|
|
);
|