1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/l10n/sq.php

48 lines
2.0 KiB
PHP
Raw Normal View History

2013-04-16 01:19:24 +02:00
<?php $TRANSLATIONS = array(
2013-04-30 00:50:22 +02:00
"Error reading contact photo." => "Veprim i gabuar gjatë leximit të fotos së kontaktit.",
"Error loading image." => "Veprim i gabuar gjatë ngarkimit të fotos.",
2013-04-26 00:50:45 +02:00
"No file was uploaded. Unknown error" => "Nuk u ngarkua asnjë skedar. Veprim i gabuar i panjohur",
2013-04-16 01:19:24 +02:00
"There is no error, the file uploaded with success" => "Nuk pati veprime të gabuara, skedari u ngarkua me sukses",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Skedari i ngarkuar tejkalon udhëzimin MAX_FILE_SIZE të specifikuar në formularin HTML",
"The uploaded file was only partially uploaded" => "Skedari i ngarkuar u ngarkua vetëm pjesërisht",
"No file was uploaded" => "Nuk u ngarkua asnjë skedar",
"Missing a temporary folder" => "Një dosje e përkohshme nuk u gjet",
2013-04-26 00:50:45 +02:00
"Failed to write to disk" => "Ruajtja në disk dështoi",
"Not enough storage available" => "Nuk ka mbetur hapësirë memorizimi e mjaftueshme",
2013-04-30 00:50:22 +02:00
"Contacts" => "Kontake",
2013-04-16 01:19:24 +02:00
"Error" => "Veprim i gabuar",
"Unable to upload your file as it is a directory or has 0 bytes" => "Nuk është i mundur ngarkimi i skedarit tuaj sepse është dosje ose ka dimension 0 byte",
"Upload too large" => "Ngarkimi është shumë i madh",
2013-04-26 00:50:45 +02:00
"Cancel" => "Anulo",
2013-04-16 01:19:24 +02:00
"Download" => "Shkarko",
2013-04-30 00:50:22 +02:00
"Edit" => "Ndrysho",
2013-04-16 01:19:24 +02:00
"Delete" => "Elimino",
2013-04-30 00:50:22 +02:00
"Information about vCard is incorrect. Please reload the page." => "Informacioni mbi vCard-in është i pasaktë. Ju lutemi ringarkoni faqen.",
"Contact" => "Kontakt",
"Work" => "Punë",
"Home" => "Shtëpi",
"Mobile" => "Celular",
2013-04-16 01:19:24 +02:00
"Text" => "Tekst",
2013-04-30 00:50:22 +02:00
"Voice" => "",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pager-i",
2013-04-16 01:19:24 +02:00
"New" => "I ri",
"Title" => "Titulli",
2013-04-30 00:50:22 +02:00
"Organization" => "Organizata/Firma",
"Birthday" => "Ditëlindja",
2013-04-16 01:19:24 +02:00
"Add" => "Shto",
2013-04-30 00:50:22 +02:00
"Phone" => "Telefoni",
"Email" => "Email-i",
2013-04-16 01:19:24 +02:00
"Address" => "Adresa",
2013-04-30 00:50:22 +02:00
"Delete contact" => "Elimino kontaktin",
"Preferred" => "Kryesor",
"City" => "Qyteti",
"Country" => "Shteti",
2013-04-16 01:19:24 +02:00
"Share" => "Nda",
2013-04-30 00:50:22 +02:00
"Addressbooks" => "Blloqe numrash",
"New Address Book" => "Bllok numrash i ri",
2013-04-16 01:19:24 +02:00
"Name" => "Emri",
"Save" => "Ruaj"
);