mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
translation updates
This commit is contained in:
parent
3ef2e51e6b
commit
fd032b2e30
@ -15,8 +15,6 @@
|
||||
"Video" => "الفيديو",
|
||||
"Pager" => "الرنان",
|
||||
"This is not your contact." => ".هذا ليس من معارفي",
|
||||
"This card is not RFC compatible." => "هذا الكرت ليس متلائم مع نظام ال RFC.",
|
||||
"This card does not contain a photo." => "لا يحتوي هذا الكرت على صورة.",
|
||||
"Add Contact" => "أضف شخص ",
|
||||
"Name" => "الاسم",
|
||||
"PO Box" => "العنوان البريدي",
|
||||
|
@ -27,9 +27,7 @@
|
||||
"Pager" => "Paginador",
|
||||
"Contact" => "Contacte",
|
||||
"This is not your contact." => "Aquest contacte no és vostre.",
|
||||
"This card is not RFC compatible." => "Aquesta targeta no és compatible amb RFC.",
|
||||
"This card does not contain a photo." => "Aquesta targeta no conté foto.",
|
||||
"Add Contact" => "Afegiu un contacte",
|
||||
"Add Contact" => "Afegir un contacte",
|
||||
"Addressbooks" => "Llibretes d'adreces",
|
||||
"Addressbook" => "Llibreta d'adreces",
|
||||
"Name" => "Nom",
|
||||
|
@ -1,4 +1,15 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "Chyba při (de)aktivaci adresáře.",
|
||||
"There was an error adding the contact." => "Během přidávání kontaktu nastala chyba.",
|
||||
"Cannot add empty property." => "Nelze přidat prazdný údaj.",
|
||||
"At least one of the address fields has to be filled out." => "Musí být uveden nejméně jeden z adresních údajů",
|
||||
"Error adding contact property." => "Chyba během přdávání údaje kontaktu.",
|
||||
"Error adding addressbook." => "Chyba při přidávání adresáře.",
|
||||
"Error activating addressbook." => "Chyba při aktivaci adresáře.",
|
||||
"Error deleting contact property." => "Chyba při odstraňování údaje kontaktu.",
|
||||
"Error updating contact property." => "Chyba při aktualizaci údaje kontaktu.",
|
||||
"Error updating addressbook." => "Chyba při aktualizaci adresáře.",
|
||||
"Contacts" => "Kontakty",
|
||||
"This is not your addressbook." => "Toto není Váš adresář.",
|
||||
"Contact could not be found." => "Kontakt nebyl nalezen.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "Informace o vCard je nesprávná. Obnovte stránku, prosím.",
|
||||
@ -14,10 +25,11 @@
|
||||
"Fax" => "Fax",
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"Contact" => "Kontakt",
|
||||
"This is not your contact." => "Toto není Váš kontakt.",
|
||||
"This card is not RFC compatible." => "Tato karta není kompatibilní s RFC.",
|
||||
"This card does not contain a photo." => "Tato karta neobsahuje foto",
|
||||
"Add Contact" => "Přidat kontakt",
|
||||
"Addressbooks" => "Adresáře",
|
||||
"Addressbook" => "Adresář",
|
||||
"Name" => "Jméno",
|
||||
"Type" => "Typ",
|
||||
"PO Box" => "PO box",
|
||||
@ -34,8 +46,11 @@
|
||||
"Download" => "Stažení",
|
||||
"Edit" => "Editovat",
|
||||
"Delete" => "Odstranit",
|
||||
"Download contact" => "Stáhnout kontakt",
|
||||
"Delete contact" => "Odstranit kontakt",
|
||||
"Add" => "Přidat",
|
||||
"New Addressbook" => "Nový adresář",
|
||||
"Edit Addressbook" => "Editace adresáře",
|
||||
"Displayname" => "Zobrazené jméno",
|
||||
"Active" => "Aktivní",
|
||||
"Save" => "Uložit",
|
||||
@ -44,5 +59,6 @@
|
||||
"Birthday" => "Narozeniny",
|
||||
"Preferred" => "Preferovaný",
|
||||
"Phone" => "Telefon",
|
||||
"Update" => "Aktualizovat"
|
||||
"Update" => "Aktualizovat",
|
||||
"CardDAV syncing address:" => "CardDAV synchronizuje adresu:"
|
||||
);
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Personsøger",
|
||||
"This is not your contact." => "Dette er ikke din kontaktperson.",
|
||||
"This card is not RFC compatible." => "Dette kort er ikke RFC-kompatibelt.",
|
||||
"This card does not contain a photo." => "Dette kort indeholder ikke et foto.",
|
||||
"Add Contact" => "Tilføj kontaktperson",
|
||||
"Name" => "Navn",
|
||||
"Type" => "Type",
|
||||
|
22
l10n/de.php
22
l10n/de.php
@ -1,4 +1,15 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "(De-)Aktivierung des Adressbuches fehlgeschlagen",
|
||||
"There was an error adding the contact." => "Erstellen des Kontakts fehlgeschlagen",
|
||||
"Cannot add empty property." => "Feld darf nicht leer sein.",
|
||||
"At least one of the address fields has to be filled out." => "Mindestens eines der Adressfelder muss ausgefüllt werden.",
|
||||
"Error adding contact property." => "Kontakt ändern fehlgeschlagen",
|
||||
"Error adding addressbook." => "Adressbuch hinzufügen fehlgeschlagen",
|
||||
"Error activating addressbook." => "Adressbuchaktivierung fehlgeschlagen",
|
||||
"Error deleting contact property." => "Kontakteigenschaft löschen fehlgeschlagen",
|
||||
"Error updating contact property." => "Kontakteigenschaft aktualisieren fehlgeschlagen",
|
||||
"Error updating addressbook." => "Adressbuch aktualisieren fehlgeschlagen",
|
||||
"Contacts" => "Kontakte",
|
||||
"This is not your addressbook." => "Dies ist nicht dein Adressbuch.",
|
||||
"Contact could not be found." => "Kontakt konnte nicht gefunden werden.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "Die Information der vCard ist fehlerhaft. Bitte aktualisiere die Seite.",
|
||||
@ -14,10 +25,11 @@
|
||||
"Fax" => "Fax",
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"Contact" => "Kontakt",
|
||||
"This is not your contact." => "Dies ist nicht dein Kontakt.",
|
||||
"This card is not RFC compatible." => "Diese Karte ist nicht RFC-kompatibel.",
|
||||
"This card does not contain a photo." => "Diese Karte enthält kein Foto.",
|
||||
"Add Contact" => "Kontakt hinzufügen",
|
||||
"Addressbooks" => "Adressbücher",
|
||||
"Addressbook" => "Adressbuch",
|
||||
"Name" => "Name",
|
||||
"Type" => "Typ",
|
||||
"PO Box" => "Postfach",
|
||||
@ -34,8 +46,11 @@
|
||||
"Download" => "Herunterladen",
|
||||
"Edit" => "Bearbeiten",
|
||||
"Delete" => "Löschen",
|
||||
"Download contact" => "Kontakt herunterladen",
|
||||
"Delete contact" => "Kontakt löschen",
|
||||
"Add" => "Hinzufügen",
|
||||
"New Addressbook" => "Neues Adressbuch",
|
||||
"Edit Addressbook" => "Adressbuch editieren",
|
||||
"Displayname" => "Anzeigename",
|
||||
"Active" => "Aktiv",
|
||||
"Save" => "Speichern",
|
||||
@ -44,5 +59,6 @@
|
||||
"Birthday" => "Geburtstag",
|
||||
"Preferred" => "Bevorzugt",
|
||||
"Phone" => "Telefon",
|
||||
"Update" => "Aktualisieren"
|
||||
"Update" => "Aktualisieren",
|
||||
"CardDAV syncing address:" => "CardDAV Sync-Adresse:"
|
||||
);
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Βίντεο",
|
||||
"Pager" => "Βομβητής",
|
||||
"This is not your contact." => "Αυτή δεν είναι επαφή σας.",
|
||||
"This card is not RFC compatible." => "Αυτή η κάρτα δεν είναι RFC συμβατή.",
|
||||
"This card does not contain a photo." => "Αυτή η κάρτα δεν περιέχει φωτογραφία.",
|
||||
"Add Contact" => "Προσθήκη επαφής",
|
||||
"Name" => "Όνομα",
|
||||
"Type" => "Τύπος",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Videaĵo",
|
||||
"Pager" => "Televokilo",
|
||||
"This is not your contact." => "Tiu ĉi ne estas via kontakto.",
|
||||
"This card is not RFC compatible." => "Ĉi tiu karto ne kongruas kun RFC.",
|
||||
"This card does not contain a photo." => "Ĉi tiu karto ne havas foton.",
|
||||
"Add Contact" => "Aldoni kontakton",
|
||||
"Name" => "Nomo",
|
||||
"PO Box" => "Abonkesto",
|
||||
|
24
l10n/es.php
24
l10n/es.php
@ -1,4 +1,15 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "Error al (des)activar libreta de direcciones.",
|
||||
"There was an error adding the contact." => "Ocurrió un error al agregar el contacto.",
|
||||
"Cannot add empty property." => "No se puede agregar una propiedad vacía.",
|
||||
"At least one of the address fields has to be filled out." => "Al menos uno de los campos de direcciones tiene que ser llenado.",
|
||||
"Error adding contact property." => "Error al agregar una propiedad del contacto.",
|
||||
"Error adding addressbook." => "Error al agregar la libreta de direcciones.",
|
||||
"Error activating addressbook." => "Error al activar la libreta de direcciones.",
|
||||
"Error deleting contact property." => "Error al borrar una propiedad del contacto.",
|
||||
"Error updating contact property." => "Error al actualizar una propiedad del contacto.",
|
||||
"Error updating addressbook." => "Error al actualizar la libreta de direcciones.",
|
||||
"Contacts" => "Contactos",
|
||||
"This is not your addressbook." => "Esta no es tu agenda de contactos.",
|
||||
"Contact could not be found." => "No se pudo encontrar el contacto.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "La información sobre el vCard es incorrecta. Por favor vuelve a cargar la página.",
|
||||
@ -14,10 +25,11 @@
|
||||
"Fax" => "Fax",
|
||||
"Video" => "Video",
|
||||
"Pager" => "Localizador",
|
||||
"Contact" => "Contacto",
|
||||
"This is not your contact." => "Este no es tu contacto.",
|
||||
"This card is not RFC compatible." => "Esta tarjeta no es compatible con RFC.",
|
||||
"This card does not contain a photo." => "Esta tarjeta no contiene ninguna foto.",
|
||||
"Add Contact" => "Agregar contacto",
|
||||
"Addressbooks" => "Libretas de direcciones",
|
||||
"Addressbook" => "Libreta de direcciones",
|
||||
"Name" => "Nombre",
|
||||
"Type" => "Tipo",
|
||||
"PO Box" => "Código postal",
|
||||
@ -28,13 +40,18 @@
|
||||
"Zipcode" => "Código Postal",
|
||||
"Country" => "País",
|
||||
"Create Contact" => "Crear contacto",
|
||||
"Choose active Address Books" => "Elige libreta de direcciones activa",
|
||||
"New Address Book" => "Nueva libreta de direcciones",
|
||||
"CardDav Link" => "Link Card Dav",
|
||||
"Download" => "Descargar",
|
||||
"Edit" => "Editar",
|
||||
"Delete" => "Borrar",
|
||||
"Download contact" => "Descargar contacto",
|
||||
"Delete contact" => "Eliminar contacto",
|
||||
"Add" => "Añadir",
|
||||
"New Addressbook" => "Nueva libreta de direcciones",
|
||||
"Edit Addressbook" => "Editar libreta de direcciones",
|
||||
"Displayname" => "Nombre a mostrar",
|
||||
"Active" => "Activo",
|
||||
"Save" => "Guardar",
|
||||
"Submit" => "Aceptar",
|
||||
@ -42,5 +59,6 @@
|
||||
"Birthday" => "Cumpleaños",
|
||||
"Preferred" => "Preferido",
|
||||
"Phone" => "Teléfono",
|
||||
"Update" => "Actualizar"
|
||||
"Update" => "Actualizar",
|
||||
"CardDAV syncing address:" => "Dirección de sincronización CardDAV:"
|
||||
);
|
||||
|
@ -1,4 +1,15 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "Viga aadressiraamatu (de)aktiveerimisel.",
|
||||
"There was an error adding the contact." => "Konktakti lisamisel tekkis viga.",
|
||||
"Cannot add empty property." => "Tühja omadust ei saa lisada.",
|
||||
"At least one of the address fields has to be filled out." => "Vähemalt üks aadressiväljadest peab olema täidetud.",
|
||||
"Error adding contact property." => "Viga konktakti korralikul lisamisel.",
|
||||
"Error adding addressbook." => "Viga aadressiraamatu lisamisel.",
|
||||
"Error activating addressbook." => "Viga aadressiraamatu aktiveerimisel.",
|
||||
"Error deleting contact property." => "Viga konktaki korralikul kustutamisel.",
|
||||
"Error updating contact property." => "Viga konktaki korralikul uuendamisel.",
|
||||
"Error updating addressbook." => "Viga aadressiraamatu uuendamisel.",
|
||||
"Contacts" => "Kontaktid",
|
||||
"This is not your addressbook." => "See pole sinu aadressiraamat.",
|
||||
"Contact could not be found." => "Kontakti ei leitud.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "Visiitkaardi info pole korrektne. Palun lae leht uuesti.",
|
||||
@ -14,11 +25,13 @@
|
||||
"Fax" => "Faks",
|
||||
"Video" => "Video",
|
||||
"Pager" => "Piipar",
|
||||
"Contact" => "Kontakt",
|
||||
"This is not your contact." => "See pole sinu kontakt.",
|
||||
"This card is not RFC compatible." => "See kaart ei ühildu RFC-ga.",
|
||||
"This card does not contain a photo." => "Sellel kaardil pole fotot.",
|
||||
"Add Contact" => "Lisa kontakt",
|
||||
"Addressbooks" => "Aadressiraamatud",
|
||||
"Addressbook" => "Aadressiraamat",
|
||||
"Name" => "Nimi",
|
||||
"Type" => "Tüüp",
|
||||
"PO Box" => "Postkontori postkast",
|
||||
"Extended" => "Laiendatud",
|
||||
"Street" => "Tänav",
|
||||
@ -27,8 +40,25 @@
|
||||
"Zipcode" => "Postiindeks",
|
||||
"Country" => "Riik",
|
||||
"Create Contact" => "Lisa kontakt",
|
||||
"Choose active Address Books" => "Vali aktiivsed aadressiraamatud",
|
||||
"New Address Book" => "Uus aadressiraamat",
|
||||
"CardDav Link" => "CardDav link",
|
||||
"Download" => "Lae alla",
|
||||
"Edit" => "Muuda",
|
||||
"Delete" => "Kustuta",
|
||||
"Download contact" => "Lae kontakt alla",
|
||||
"Delete contact" => "Kustuta kontakt",
|
||||
"Add" => "Lisa",
|
||||
"New Addressbook" => "Uus aadressiraamat",
|
||||
"Edit Addressbook" => "Muuda aadressiraamatut",
|
||||
"Displayname" => "Näidatav nimi",
|
||||
"Active" => "Aktiivne",
|
||||
"Save" => "Salvesta",
|
||||
"Submit" => "Saada",
|
||||
"Cancel" => "Loobu",
|
||||
"Birthday" => "Sünnipäev",
|
||||
"Phone" => "Telefon"
|
||||
"Preferred" => "Eelistatud",
|
||||
"Phone" => "Telefon",
|
||||
"Update" => "Uuenda",
|
||||
"CardDAV syncing address:" => "CardDAV sünkroniseerimise aadress:"
|
||||
);
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Bideoa",
|
||||
"Pager" => "Bilagailua",
|
||||
"This is not your contact." => "Hau ez da zure kontaktua.",
|
||||
"This card is not RFC compatible." => "Txartel hau ez da RFC bateragarria.",
|
||||
"This card does not contain a photo." => "Txartel honek ez dauka argazkirik.",
|
||||
"Add Contact" => "Gehitu Kontaktua",
|
||||
"Name" => "Izena",
|
||||
"PO Box" => "Posta kutxa",
|
||||
|
@ -27,8 +27,6 @@
|
||||
"Pager" => "Bipeur",
|
||||
"Contact" => "Contact",
|
||||
"This is not your contact." => "Ce n'est pas votre contact.",
|
||||
"This card is not RFC compatible." => "Cette fiche n'est pas compatible RFC.",
|
||||
"This card does not contain a photo." => "Cette fiche ne contient pas de photo.",
|
||||
"Add Contact" => "Ajouter un Contact",
|
||||
"Addressbooks" => "Carnets d'adresses",
|
||||
"Addressbook" => "Carnet d'adresses",
|
||||
|
@ -27,8 +27,6 @@
|
||||
"Pager" => "Paxinador",
|
||||
"Contact" => "Contacto",
|
||||
"This is not your contact." => "Este non é un dos seus contactos",
|
||||
"This card is not RFC compatible." => "Esta tarxeta non é compatible con RFC",
|
||||
"This card does not contain a photo." => "Esta tarxeta non ten fotografía",
|
||||
"Add Contact" => "Engadir contacto",
|
||||
"Addressbooks" => "Directorios",
|
||||
"Addressbook" => "Directorio",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "וידאו",
|
||||
"Pager" => "זימונית",
|
||||
"This is not your contact." => "זהו אינו איש קשר שלך",
|
||||
"This card is not RFC compatible." => "כרטיס זה אינו תואם ל־RFC",
|
||||
"This card does not contain a photo." => "כרטיס זה אינו כולל תמונה",
|
||||
"Add Contact" => "הוספת איש קשר",
|
||||
"Name" => "שם",
|
||||
"PO Box" => "תא דואר",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"This is not your contact." => "Ovo nije vaš kontakt.",
|
||||
"This card is not RFC compatible." => "Ova kartica nije sukladna prema RFC direktivama.",
|
||||
"This card does not contain a photo." => "Ova kartica ne sadrži fotografiju.",
|
||||
"Add Contact" => "Dodaj kontakt",
|
||||
"Name" => "Naziv",
|
||||
"PO Box" => "Poštanski Pretinac",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Lapozó",
|
||||
"This is not your contact." => "Nem a te kapcsolatod.",
|
||||
"This card is not RFC compatible." => "A kártya nem RFC kompatibilis.",
|
||||
"This card does not contain a photo." => "A kártya nem tartlmaz fényképet.",
|
||||
"Add Contact" => "Kontakt hozzáadása",
|
||||
"Name" => "Név",
|
||||
"PO Box" => "Postafiók",
|
||||
|
@ -13,7 +13,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"This is not your contact." => "Iste non es tu contacto",
|
||||
"This card is not RFC compatible." => "Iste carta non es compatibile con RFC",
|
||||
"Add Contact" => "Adder contacto",
|
||||
"Name" => "Nomine",
|
||||
"PO Box" => "Cassa postal",
|
||||
|
@ -27,8 +27,6 @@
|
||||
"Pager" => "Cercapersone",
|
||||
"Contact" => "Contatto",
|
||||
"This is not your contact." => "Questo non è un tuo contatto.",
|
||||
"This card is not RFC compatible." => "Questa card non è compatibile con il protocollo RFC.",
|
||||
"This card does not contain a photo." => "Questa card non contiene una foto.",
|
||||
"Add Contact" => "Aggiungi contatto",
|
||||
"Addressbooks" => "Rubriche",
|
||||
"Addressbook" => "Rubrica",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "テレビ電話",
|
||||
"Pager" => "ポケベル",
|
||||
"This is not your contact." => "あなたの連絡先ではありません。",
|
||||
"This card is not RFC compatible." => "このカードはRFCに準拠していません。",
|
||||
"This card does not contain a photo." => "このカードは写真を含んでおりません。",
|
||||
"Add Contact" => "連絡先の追加",
|
||||
"Name" => "氏名",
|
||||
"PO Box" => "私書箱",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"This is not your contact." => "Dat do ass net däin Kontakt.",
|
||||
"This card is not RFC compatible." => "Déi do Kaart ass net RFC kompatibel.",
|
||||
"This card does not contain a photo." => "Déi do Kaart huet keng Foto.",
|
||||
"Add Contact" => "Kontakt bäisetzen",
|
||||
"Name" => "Numm",
|
||||
"PO Box" => "Postleetzuel",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pieper",
|
||||
"This is not your contact." => "Dit is niet uw contactpersoon.",
|
||||
"This card is not RFC compatible." => "Deze kaart is niet RFC compatibel.",
|
||||
"This card does not contain a photo." => "Deze contact bevat geen foto.",
|
||||
"Add Contact" => "Contact toevoegen",
|
||||
"Name" => "Naam",
|
||||
"Type" => "Type",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Personsøkjar",
|
||||
"This is not your contact." => "Dette er ikkje din kontakt.",
|
||||
"This card is not RFC compatible." => "Dette kortet er ikkje RFC-kompatibelt",
|
||||
"This card does not contain a photo." => "Dette kortet har ingen bilete.",
|
||||
"Add Contact" => "Legg til kontakt",
|
||||
"Name" => "Namn",
|
||||
"PO Box" => "Postboks",
|
||||
|
@ -27,8 +27,6 @@
|
||||
"Pager" => "Pager",
|
||||
"Contact" => "Kontakt",
|
||||
"This is not your contact." => "To nie jest twój kontakt.",
|
||||
"This card is not RFC compatible." => "Ta karta nie jest zgodna ze specyfikacją RFC.",
|
||||
"This card does not contain a photo." => "Ta karta nie zawiera zdjęć.",
|
||||
"Add Contact" => "Dodaj kontakt",
|
||||
"Addressbooks" => "Książki adresowe",
|
||||
"Addressbook" => "Książka adresowa",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Vídeo",
|
||||
"Pager" => "Pager",
|
||||
"This is not your contact." => "Este não é o seu contato.",
|
||||
"This card is not RFC compatible." => "Este cartão não é compatível com RFC.",
|
||||
"This card does not contain a photo." => "Este cartão não contém uma foto.",
|
||||
"Add Contact" => "Adicionar Contato",
|
||||
"Name" => "Nome",
|
||||
"PO Box" => "Caixa Postal",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Vídeo",
|
||||
"Pager" => "Pager",
|
||||
"This is not your contact." => "Este não é o seu contacto",
|
||||
"This card is not RFC compatible." => "Este cartão não é compativel com RFC",
|
||||
"This card does not contain a photo." => "Este cartão não possui foto",
|
||||
"Add Contact" => "Adicionar Contacto",
|
||||
"Name" => "Nome",
|
||||
"PO Box" => "Apartado",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"This is not your contact." => "Nu este contactul tău",
|
||||
"This card is not RFC compatible." => "Nu este compatibil RFC",
|
||||
"This card does not contain a photo." => "Nu conține o fotografie",
|
||||
"Add Contact" => "Adaugă contact",
|
||||
"Name" => "Nume",
|
||||
"Type" => "Tip",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Видео",
|
||||
"Pager" => "Пейджер",
|
||||
"This is not your contact." => "Это не контакт.",
|
||||
"This card is not RFC compatible." => "Эта карточка не соответствует RFC.",
|
||||
"This card does not contain a photo." => "Эта карточка не содержит фотографии.",
|
||||
"Add Contact" => "Добавить Контакт",
|
||||
"Name" => "Имя",
|
||||
"PO Box" => "АО",
|
||||
|
@ -1,4 +1,9 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "Chyba (de)aktivácie adresára.",
|
||||
"There was an error adding the contact." => "Vyskytla sa chyba pri pridávaní kontaktu.",
|
||||
"Error activating addressbook." => "Chyba aktivovania adresára.",
|
||||
"Error updating addressbook." => "Chyba aktualizácie adresára.",
|
||||
"Contacts" => "Kontakty",
|
||||
"This is not your addressbook." => "Toto nie je váš adresár.",
|
||||
"Contact could not be found." => "Kontakt nebol nájdený.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "Informácie o vCard sú neplatné. Prosím obnovte stránku.",
|
||||
@ -14,11 +19,13 @@
|
||||
"Fax" => "Fax",
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"Contact" => "Kontakt",
|
||||
"This is not your contact." => "Toto nie je váš kontakt.",
|
||||
"This card is not RFC compatible." => "Táto karta nie je kompatibilná s RFC.",
|
||||
"This card does not contain a photo." => "Táto karta neobsahuje fotografiu.",
|
||||
"Add Contact" => "Pridať Kontakt.",
|
||||
"Addressbooks" => "Adresáre",
|
||||
"Addressbook" => "Adresár",
|
||||
"Name" => "Meno",
|
||||
"Type" => "Typ",
|
||||
"PO Box" => "PO Box",
|
||||
"Extended" => "Rozšírené",
|
||||
"Street" => "Ulica",
|
||||
@ -27,8 +34,25 @@
|
||||
"Zipcode" => "PSČ",
|
||||
"Country" => "Krajina",
|
||||
"Create Contact" => "Vytvoriť Kontakt.",
|
||||
"Choose active Address Books" => "Zvoliť aktívny adresár",
|
||||
"New Address Book" => "Nový adresár",
|
||||
"CardDav Link" => "CardDav odkaz",
|
||||
"Download" => "Stiahnuť",
|
||||
"Edit" => "Upraviť",
|
||||
"Delete" => "Odstrániť",
|
||||
"Download contact" => "Stiahnuť kontakt",
|
||||
"Delete contact" => "Odstrániť kontakt",
|
||||
"Add" => "Pridať",
|
||||
"New Addressbook" => "Nový Adresár",
|
||||
"Edit Addressbook" => "Upraviť Adresár",
|
||||
"Displayname" => "Zobrazené meno",
|
||||
"Active" => "Aktívny",
|
||||
"Save" => "Uložiť",
|
||||
"Submit" => "Odoslať",
|
||||
"Cancel" => "Zrušiť",
|
||||
"Birthday" => "Narodeniny",
|
||||
"Phone" => "Telefón"
|
||||
"Preferred" => "Uprednostňované",
|
||||
"Phone" => "Telefón",
|
||||
"Update" => "Aktualizovať",
|
||||
"CardDAV syncing address:" => "Synchronizačná adresa CardDAV:"
|
||||
);
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"This is not your contact." => "To ni vaš kontakt",
|
||||
"This card is not RFC compatible." => "Ta karta ni RFC kopatibilna.",
|
||||
"This card does not contain a photo." => "Ta karta ne vsebuje slike.",
|
||||
"Add Contact" => "Dodaj Kontakt",
|
||||
"Name" => "Ime",
|
||||
"PO Box" => "PO Box",
|
||||
|
@ -17,8 +17,6 @@
|
||||
"Pager" => "Пејџер",
|
||||
"Contact" => "Контакт",
|
||||
"This is not your contact." => "Ово није ваш контакт.",
|
||||
"This card is not RFC compatible." => "Ова карта није сагласна са РФЦ-ом.",
|
||||
"This card does not contain a photo." => "Ова карта не садржи фотографију.",
|
||||
"Add Contact" => "Додај контакт",
|
||||
"Addressbooks" => "Адресар",
|
||||
"Addressbook" => "Адресар",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pejdžer",
|
||||
"This is not your contact." => "Ovo nije vaš kontakt.",
|
||||
"This card is not RFC compatible." => "Ova karta nije saglasna sa RFC-om.",
|
||||
"This card does not contain a photo." => "Ova karta ne sadrži fotografiju.",
|
||||
"Add Contact" => "Dodaj kontakt",
|
||||
"Name" => "Ime",
|
||||
"PO Box" => "Poštanski broj",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Personsökare",
|
||||
"This is not your contact." => "Det här är inte din kontakt.",
|
||||
"This card is not RFC compatible." => "Detta kort är inte RFC-kompatibelt.",
|
||||
"This card does not contain a photo." => "Detta kort innehåller inte något foto.",
|
||||
"Add Contact" => "Lägg till kontakt",
|
||||
"Name" => "Namn",
|
||||
"PO Box" => "Postbox",
|
||||
|
61
l10n/th_TH.php
Normal file
61
l10n/th_TH.php
Normal file
@ -0,0 +1,61 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "เกิดข้อผิดพลาดใน (ยกเลิก)การเปิดใช้งานสมุดบันทึกที่อยู่",
|
||||
"There was an error adding the contact." => "เกิดข้อผิดพลาดในการเพิ่มรายชื่อผู้ติดต่อใหม่",
|
||||
"Cannot add empty property." => "ไม่สามารถเพิ่มรายละเอียดที่ไม่มีข้อมูลได้",
|
||||
"At least one of the address fields has to be filled out." => "อย่างน้อยที่สุดช่องข้อมูลที่อยู่จะต้องถูกกรอกลงไป",
|
||||
"Error adding contact property." => "เกิดข้อผิดพลาดในการเพิ่มรายละเอียดการติดต่อ",
|
||||
"Error adding addressbook." => "เกิดข้อผิดพลาดในการเพิ่มสมุดบันทึกที่อยู่ใหม่",
|
||||
"Error activating addressbook." => "เกิดข้อผิดพลาดในการเปิดใช้งานสมุดบันทึกที่อยู่",
|
||||
"Error deleting contact property." => "เกิดข้อผิดพลาดในการลบรายละเอียดการติดต่อ",
|
||||
"Error updating contact property." => "เกิดข้อผิดพลาดในการอัพเดทข้อมูลการติดต่อ",
|
||||
"Error updating addressbook." => "เกิดข้อผิดพลาดในการอัพเดทสมุดบันทึกที่อยู่",
|
||||
"Contacts" => "ข้อมูลการติดต่อ",
|
||||
"This is not your addressbook." => "นี่ไม่ใช่สมุดบันทึกที่อยู่ของคุณ",
|
||||
"Contact could not be found." => "ไม่พบข้อมูลการติดต่อ",
|
||||
"Information about vCard is incorrect. Please reload the page." => "ข้อมูลเกี่ยวกับ vCard ไม่ถูกต้อง กรุณาโหลดหน้าเวปใหม่อีกครั้ง",
|
||||
"Address" => "ที่อยู่",
|
||||
"Telephone" => "โทรศัพท์",
|
||||
"Email" => "อีเมล์",
|
||||
"Organization" => "หน่วยงาน",
|
||||
"Work" => "ที่ทำงาน",
|
||||
"Home" => "บ้าน",
|
||||
"Mobile" => "มือถือ",
|
||||
"Text" => "ข้อความ",
|
||||
"Voice" => "เสียงพูด",
|
||||
"Fax" => "โทรสาร",
|
||||
"Video" => "วีดีโอ",
|
||||
"Pager" => "เพจเจอร์",
|
||||
"Contact" => "ข้อมูลการติดต่อ",
|
||||
"This is not your contact." => "นี่ไม่ใช่ข้อมูลการติดต่อของคุณ",
|
||||
"Add Contact" => "เพิ่มรายชื่อผู้ติดต่อใหม่",
|
||||
"Addressbooks" => "สมุดบันทึกที่อยู่",
|
||||
"Addressbook" => "สมุดบันทึกที่อยู่",
|
||||
"Name" => "ชื่อ",
|
||||
"Type" => "ประเภท",
|
||||
"PO Box" => "ตู้ ปณ.",
|
||||
"Extended" => "เพิ่ม",
|
||||
"Street" => "ถนน",
|
||||
"City" => "เมือง",
|
||||
"Region" => "ภูมิภาค",
|
||||
"Zipcode" => "รหัสไปรษณีย์",
|
||||
"Country" => "ประเทศ",
|
||||
"Create Contact" => "สร้างข้อมูลการติดต่อใหม่",
|
||||
"Choose active Address Books" => "เลือกสมุดบันทึกข้อมูลติดต่อที่ต้องการใช้งาน",
|
||||
"New Address Book" => "สร้างสมุดบันทึกข้อมูลการติดต่อใหม่",
|
||||
"Download" => "ดาวน์โหลด",
|
||||
"Edit" => "แก้ไข",
|
||||
"Delete" => "ลบ",
|
||||
"Download contact" => "ดาวน์โหลดข้อมูลการติดต่อ",
|
||||
"Delete contact" => "ลบข้อมูลการติดต่อ",
|
||||
"Add" => "เพิ่ม",
|
||||
"New Addressbook" => "สร้างสมุดบันทึกที่อยู่ใหม่",
|
||||
"Edit Addressbook" => "แก้ไขสมุดบันทึกที่อยู่",
|
||||
"Displayname" => "ชื่อที่ต้องการให้แสดง",
|
||||
"Active" => "เปิดใช้",
|
||||
"Save" => "บันทึก",
|
||||
"Submit" => "ส่งข้อมูล",
|
||||
"Cancel" => "ยกเลิก",
|
||||
"Birthday" => "วันเกิด",
|
||||
"Phone" => "โทรศัพท์",
|
||||
"Update" => "อัพเดท"
|
||||
);
|
@ -15,8 +15,6 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Sayfalayıcı",
|
||||
"This is not your contact." => "Bu sizin kişiniz değil.",
|
||||
"This card is not RFC compatible." => "Bu kart RFC uyumlu değil.",
|
||||
"This card does not contain a photo." => "Bu kart resim içermiyor.",
|
||||
"Add Contact" => "Kişi Ekle",
|
||||
"Name" => "Ad",
|
||||
"PO Box" => "Posta Kutusu",
|
||||
|
@ -15,8 +15,6 @@
|
||||
"Video" => "视频",
|
||||
"Pager" => "传呼机",
|
||||
"This is not your contact." => "这不是您的联系人。",
|
||||
"This card is not RFC compatible." => "这张名片和RFC 标准不兼容。",
|
||||
"This card does not contain a photo." => "这张名片不包含照片。",
|
||||
"Add Contact" => "添加联系人",
|
||||
"Name" => "名称",
|
||||
"PO Box" => "邮箱",
|
||||
|
Loading…
x
Reference in New Issue
Block a user