diff options
Diffstat (limited to 'apps/contacts/l10n/eu.php')
-rw-r--r-- | apps/contacts/l10n/eu.php | 46 |
1 files changed, 36 insertions, 10 deletions
diff --git a/apps/contacts/l10n/eu.php b/apps/contacts/l10n/eu.php index 9b3501270ba..fbac3b803d9 100644 --- a/apps/contacts/l10n/eu.php +++ b/apps/contacts/l10n/eu.php @@ -1,7 +1,18 @@ <?php $TRANSLATIONS = array( +"Error (de)activating addressbook." => "Errore bat egon da helbide-liburua (des)gaitzen", +"There was an error adding the contact." => "Errore bat egon da kontaktua gehitzerakoan", +"Cannot add empty property." => "Ezin da propieta hutsa gehitu.", +"At least one of the address fields has to be filled out." => "Behintzat helbide eremuetako bat bete behar da.", +"Error adding contact property." => "Errorea kontaktu propietatea gehitzean.", +"Error adding addressbook." => "Errore bat egon da helbide liburua gehitzean.", +"Error activating addressbook." => "Errore bat egon da helbide-liburua aktibatzen.", +"Information about vCard is incorrect. Please reload the page." => "vCard-aren inguruko informazioa okerra da. Mesedez birkargatu orrialdea.", +"Error deleting contact property." => "Errorea kontaktu propietatea ezabatzean.", +"Error updating contact property." => "Errorea kontaktu propietatea eguneratzean.", +"Error updating addressbook." => "Errore bat egon da helbide liburua eguneratzen.", +"Contacts" => "Kontaktuak", "This is not your addressbook." => "Hau ez da zure helbide liburua.", "Contact could not be found." => "Ezin izan da kontaktua aurkitu.", -"Information about vCard is incorrect. Please reload the page." => "vCard-aren inguruko informazioa okerra da. Mesedez birkargatu orrialdea.", "Address" => "Helbidea", "Telephone" => "Telefonoa", "Email" => "Eposta", @@ -14,19 +25,34 @@ "Fax" => "Fax-a", "Video" => "Bideoa", "Pager" => "Bilagailua", -"This is not your contact." => "Hau ez da zure kontaktua.", -"Add Contact" => "Gehitu Kontaktua", -"Name" => "Izena", +"Contact" => "Kontaktua", +"Add Contact" => "Gehitu kontaktua", +"Addressbooks" => "Helbide Liburuak", +"New Address Book" => "Helbide-liburu berria", +"CardDav Link" => "CardDav lotura", +"Download" => "Deskargatu", +"Edit" => "Editatu", +"Delete" => "Ezabatu", +"Download contact" => "Deskargatu kontaktua", +"Delete contact" => "Ezabatu kontaktua", +"Birthday" => "Jaioteguna", +"Preferred" => "Hobetsia", +"Phone" => "Telefonoa", +"Type" => "Mota", "PO Box" => "Posta kutxa", "Extended" => "Hedatua", "Street" => "Kalea", "City" => "Hiria", "Region" => "Eskualdea", -"Zipcode" => "Posta Kodea", +"Zipcode" => "Posta kodea", "Country" => "Herrialdea", -"Create Contact" => "Sortu Kontaktua", -"Edit" => "Editatu", -"Delete" => "Ezabatu", -"Birthday" => "Jaioteguna", -"Phone" => "Telefonoa" +"Add" => "Gehitu", +"Addressbook" => "Helbide-liburua", +"New Addressbook" => "Helbide-liburu berria", +"Edit Addressbook" => "Editatu helbide-liburua", +"Displayname" => "Bistaratzeko izena", +"Active" => "Aktibo", +"Save" => "Gorde", +"Submit" => "Bidali", +"Cancel" => "Ezeztatu" ); |