2013-10-01 14:26:41 +02:00
< ? php
// Contacts
$text [ 'title-contacts' ][ 'en-us' ] = " Contacts " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contacts' ][ 'es-cl' ] = " Contactos " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contacts' ][ 'pt-pt' ] = " Contactos " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contacts' ][ 'fr-fr' ] = " Contacts " ;
$text [ 'header-contacts' ][ 'en-us' ] = " Contacts " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contacts' ][ 'es-cl' ] = " Contactos " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contacts' ][ 'pt-pt' ] = " Contactos " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contacts' ][ 'fr-fr' ] = " Contacts " ;
$text [ 'description-contacts' ][ 'en-us' ] = " The contact is a list of individuals and organizations. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contacts' ][ 'es-cl' ] = " El contacto es una lista de personas y organizaciones " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contacts' ][ 'pt-pt' ] = " O contacto é uma lista de indivíduos e organizações. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contacts' ][ 'fr-fr' ] = " Fourni une liste d'individus et d'organisations. " ;
$text [ 'button-import' ][ 'en-us' ] = " Import " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-import' ][ 'es-cl' ] = " Importar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-import' ][ 'pt-pt' ] = " Importat " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-import' ][ 'fr-fr' ] = " Importer " ;
$text [ 'button-search' ][ 'en-us' ] = " Search " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-search' ][ 'es-cl' ] = " Buscar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-search' ][ 'pt-pt' ] = " Pesquisar " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-search' ][ 'fr-fr' ] = " Chercher " ;
// contact
$text [ 'title-contact-add' ][ 'en-us' ] = " Contact Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contact-add' ][ 'es-cl' ] = " Agregar Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contact-add' ][ 'pt-pt' ] = " Adicionar Contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contact-add' ][ 'fr-fr' ] = " Ajouter Contact " ;
$text [ 'header-contact-add' ][ 'en-us' ] = " Contact Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contact-add' ][ 'es-cl' ] = " Agregar Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contact-add' ][ 'pt-pt' ] = " Adicionar Contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contact-add' ][ 'fr-fr' ] = " Ajouter Contact " ;
$text [ 'description-contact-add' ][ 'en-us' ] = " The contact is a list of individuals and organizations. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact-add' ][ 'es-cl' ] = " El contacto es una lista de personas y organizaciones " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact-add' ][ 'pt-pt' ] = " O contacto é uma lista de indivíduos e organizações. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact-add' ][ 'fr-fr' ] = " Fourni une liste d'individus et d'organisations. " ;
2014-06-22 10:12:07 +02:00
$text [ 'title-contact-edit' ][ 'en-us' ] = " Contact " ;
$text [ 'title-contact-edit' ][ 'es-cl' ] = " Contacto " ;
$text [ 'title-contact-edit' ][ 'pt-pt' ] = " Contacto " ;
$text [ 'title-contact-edit' ][ 'fr-fr' ] = " Contact " ;
2013-10-01 14:26:41 +02:00
2014-06-22 10:12:07 +02:00
$text [ 'header-contact-edit' ][ 'en-us' ] = " Contact " ;
$text [ 'header-contact-edit' ][ 'es-cl' ] = " Contacto " ;
$text [ 'header-contact-edit' ][ 'pt-pt' ] = " Contacto " ;
$text [ 'header-contact-edit' ][ 'fr-fr' ] = " Contact " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact-edit' ][ 'en-us' ] = " The contact is a list of individuals and organizations. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact-edit' ][ 'es-cl' ] = " El contacto es una lista de personas y organizaciones " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact-edit' ][ 'pt-pt' ] = " O contacto é uma lista de indivíduos e organizações. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact-edit' ][ 'fr-fr' ] = " Fourni une liste d'individus et d'organisations. " ;
$text [ 'label-contact_type' ][ 'en-us' ] = " Type " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_type' ][ 'es-cl' ] = " Tipo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_type' ][ 'pt-pt' ] = " Tipo " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_type' ][ 'fr-fr' ] = " Type " ;
$text [ 'description-contact_type' ][ 'en-us' ] = " Select the contact type. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_type' ][ 'es-cl' ] = " Seleccione el tipo de contacto. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_type' ][ 'pt-pt' ] = " Seleccionar o tipo de contacto. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_type' ][ 'fr-fr' ] = " Choisir le type de contact. " ;
$text [ 'label-contact_organization' ][ 'en-us' ] = " Organization " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_organization' ][ 'es-cl' ] = " Organización " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_organization' ][ 'pt-pt' ] = " Organização " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_organization' ][ 'fr-fr' ] = " Organisation " ;
$text [ 'description-contact_organization' ][ 'en-us' ] = " Enter the organization. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_organization' ][ 'es-cl' ] = " Ingrese la organización. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_organization' ][ 'pt-pt' ] = " Introduzir a organização. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_organization' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_name' ][ 'en-us' ] = " Name " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_name' ][ 'es-cl' ] = " Nombre " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_name' ][ 'pt-pt' ] = " Nome " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_name' ][ 'fr-fr' ] = " Nom " ;
$text [ 'label-contact_name_given' ][ 'en-us' ] = " First Name " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_name_given' ][ 'es-cl' ] = " Primer Nombre " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_name_given' ][ 'pt-pt' ] = " Primeiro Nome " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_name_given' ][ 'fr-fr' ] = " Prénom " ;
$text [ 'description-contact_name_given' ][ 'en-us' ] = " Enter the given name. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_name_given' ][ 'es-cl' ] = " Ingrese el nombre dado. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_name_given' ][ 'pt-pt' ] = " Introduzir o nome " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_name_given' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_name_family' ][ 'en-us' ] = " Last Name " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_name_family' ][ 'es-cl' ] = " Segundo Nombre " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_name_family' ][ 'pt-pt' ] = " Último nome " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_name_family' ][ 'fr-fr' ] = " Nom " ;
$text [ 'description-contact_name_family' ][ 'en-us' ] = " Enter the family name. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_name_family' ][ 'es-cl' ] = " Ingrese el apellido. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_name_family' ][ 'pt-pt' ] = " Introduzir o nome de família " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_name_family' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_nickname' ][ 'en-us' ] = " Nickname " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_nickname' ][ 'es-cl' ] = " Apodo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_nickname' ][ 'pt-pt' ] = " Nickname " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_nickname' ][ 'fr-fr' ] = " Surnom " ;
$text [ 'description-contact_nickname' ][ 'en-us' ] = " Enter the nickname. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_nickname' ][ 'es-cl' ] = " Ingrese un apodo. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_nickname' ][ 'pt-pt' ] = " Introduza o nickname. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_nickname' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_title' ][ 'en-us' ] = " Title " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_title' ][ 'es-cl' ] = " Título " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_title' ][ 'pt-pt' ] = " Título " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_title' ][ 'fr-fr' ] = " Titre " ;
$text [ 'description-contact_title' ][ 'en-us' ] = " Enter the title. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_title' ][ 'es-cl' ] = " Ingrese el título. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_title' ][ 'pt-pt' ] = " Introduza o título. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_title' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_category' ][ 'en-us' ] = " Category " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_category' ][ 'es-cl' ] = " Categoría " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_category' ][ 'pt-pt' ] = " Categoria " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_category' ][ 'fr-fr' ] = " Catégorie " ;
$text [ 'description-contact_category' ][ 'en-us' ] = " Enter the category. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_category' ][ 'es-cl' ] = " Ingrese la categoría. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_category' ][ 'pt-pt' ] = " Introduza a categoria. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_category' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_role' ][ 'en-us' ] = " Role " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_role' ][ 'es-cl' ] = " Rol " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_role' ][ 'pt-pt' ] = " Papel " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_role' ][ 'fr-fr' ] = " Rôle " ;
$text [ 'description-contact_role' ][ 'en-us' ] = " Enter the role. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_role' ][ 'es-cl' ] = " Ingrese el rol. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_role' ][ 'pt-pt' ] = " Introduza o papel desempenhado " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_role' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_email' ][ 'en-us' ] = " Email " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_email' ][ 'es-cl' ] = " Correo Electrónico " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_email' ][ 'pt-pt' ] = " Email " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_email' ][ 'fr-fr' ] = " Courriel " ;
$text [ 'description-contact_email' ][ 'en-us' ] = " Enter the email address. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_email' ][ 'es-cl' ] = " Ingrese la dirección de correo electrónico. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_email' ][ 'pt-pt' ] = " Introduza o endereço de email. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_email' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_url' ][ 'en-us' ] = " URL " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_url' ][ 'es-cl' ] = " URL " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_url' ][ 'pt-pt' ] = " URL " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_url' ][ 'fr-fr' ] = " URL " ;
$text [ 'description-contact_url' ][ 'en-us' ] = " Enter the website address. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_url' ][ 'es-cl' ] = " Ingrese la dirección del sitio web. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_url' ][ 'pt-pt' ] = " Introduza o endereço do website. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_url' ][ 'fr-fr' ] = " Entrer l'adresse du site internet. " ;
$text [ 'label-contact_time_zone' ][ 'en-us' ] = " Time Zone " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_time_zone' ][ 'es-cl' ] = " Zona Horaria " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_time_zone' ][ 'pt-pt' ] = " Time Zone " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_time_zone' ][ 'fr-fr' ] = " Fuseau Horaire " ;
$text [ 'description-contact_time_zone' ][ 'en-us' ] = " Enter the time zone. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_time_zone' ][ 'es-cl' ] = " Ingrese la zona horaria. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_time_zone' ][ 'pt-pt' ] = " Introduza o time zone. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_time_zone' ][ 'fr-fr' ] = " " ;
$text [ 'label-contact_note' ][ 'en-us' ] = " Note " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_note' ][ 'es-cl' ] = " Notas " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_note' ][ 'pt-pt' ] = " Nota " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_note' ][ 'fr-fr' ] = " Note " ;
$text [ 'description-contact_note' ][ 'en-us' ] = " Enter a note. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_note' ][ 'es-cl' ] = " Ingrese una nota. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_note' ][ 'pt-pt' ] = " Introduza uma nota. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_note' ][ 'fr-fr' ] = " " ;
$text [ 'button-qr_code' ][ 'en-us' ] = " QR Code " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-qr_code' ][ 'es-cl' ] = " Código QR " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-qr_code' ][ 'pt-pt' ] = " Código QR. " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-qr_code' ][ 'fr-fr' ] = " Code QR " ;
$text [ 'button-vcard' ][ 'en-us' ] = " vCard " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-vcard' ][ 'es-cl' ] = " vCard " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-vcard' ][ 'pt-pt' ] = " vCard " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-vcard' ][ 'fr-fr' ] = " vCard " ;
$text [ 'button-invoices' ][ 'en-us' ] = " Invoices " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-invoices' ][ 'es-cl' ] = " Facturas " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-invoices' ][ 'pt-pt' ] = " Facturas " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-invoices' ][ 'fr-fr' ] = " Factures " ;
2014-08-23 08:50:54 +02:00
$text [ 'button-certificate' ][ 'en-us' ] = " Certificate " ;
$text [ 'button-certificate' ][ 'es-cl' ] = " Certificado " ;
$text [ 'button-certificate' ][ 'pt-pt' ] = " Certificado " ;
$text [ 'button-certificate' ][ 'fr-fr' ] = " Certificat " ;
2013-10-01 14:26:41 +02:00
// contact phones
$text [ 'title-contact_phones-add' ][ 'en-us' ] = " Contact Phone Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contact_phones-add' ][ 'es-cl' ] = " Agregar Número de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contact_phones-add' ][ 'pt-pt' ] = " Adicionar contacto telefónico " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contact_phones-add' ][ 'fr-fr' ] = " Ajouter un téléphone au Contact " ;
$text [ 'header-contact_phones-add' ][ 'en-us' ] = " Contact Phone Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contact_phones-add' ][ 'es-cl' ] = " Agregar Número de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contact_phones-add' ][ 'pt-pt' ] = " Adicionar contacto telefónico " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contact_phones-add' ][ 'fr-fr' ] = " Ajouter un téléphone au Contact " ;
$text [ 'title-contact_phones-edit' ][ 'en-us' ] = " Contact Phone Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contact_phones-edit' ][ 'es-cl' ] = " Editar Número de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contact_phones-edit' ][ 'pt-pt' ] = " Editar contacto telefónico " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contact_phones-edit' ][ 'fr-fr' ] = " Editer le téléphone du Contact " ;
$text [ 'header-contact_phones-edit' ][ 'en-us' ] = " Contact Phone Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contact_phones-edit' ][ 'es-cl' ] = " Editar Número de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contact_phones-edit' ][ 'pt-pt' ] = " Editar contacto telefónico " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contact_phones-edit' ][ 'fr-fr' ] = " Editer le téléphone du Contact " ;
$text [ 'label-phone_numbers' ][ 'en-us' ] = " Phone Numbers " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-phone_numbers' ][ 'es-cl' ] = " Números telefónicos " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-phone_numbers' ][ 'pt-pt' ] = " Números de telefone " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-phone_numbers' ][ 'fr-fr' ] = " Numéros de téléphone " ;
$text [ 'label-phone_type' ][ 'en-us' ] = " Type " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-phone_type' ][ 'es-cl' ] = " Tipo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-phone_type' ][ 'pt-pt' ] = " Tipo " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-phone_type' ][ 'fr-fr' ] = " Type " ;
$text [ 'description-phone_type' ][ 'en-us' ] = " Select the phone type. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-phone_type' ][ 'es-cl' ] = " Seleccione el tipo de teléfono. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-phone_type' ][ 'pt-pt' ] = " Seleccionar tipo de telefone " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-phone_type' ][ 'fr-fr' ] = " " ;
$text [ 'label-phone_number' ][ 'en-us' ] = " Number " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-phone_number' ][ 'es-cl' ] = " Número " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-phone_number' ][ 'pt-pt' ] = " Número " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-phone_number' ][ 'fr-fr' ] = " Numéro " ;
$text [ 'description-phone_number' ][ 'en-us' ] = " Enter the phone number. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-phone_number' ][ 'es-cl' ] = " Ingrese el número de teléfono. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-phone_number' ][ 'pt-pt' ] = " Introduza o número de telefone " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-phone_number' ][ 'fr-fr' ] = " " ;
$text [ 'label-phone_extension' ][ 'en-us' ] = " Extension " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-phone_extension' ][ 'es-cl' ] = " Extensión " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-phone_extension' ][ 'pt-pt' ] = " Extensão " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-phone_extension' ][ 'fr-fr' ] = " Extension " ;
$text [ 'description-phone_extension' ][ 'en-us' ] = " Enter the extension. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-phone_extension' ][ 'es-cl' ] = " Ingrese la extensión. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-phone_extension' ][ 'pt-pt' ] = " Introduza a extensão " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-phone_extension' ][ 'fr-fr' ] = " " ;
$text [ 'label-phone_description' ][ 'en-us' ] = " Description " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-phone_description' ][ 'es-cl' ] = " Descripción " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-phone_description' ][ 'pt-pt' ] = " Descrição " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-phone_description' ][ 'fr-fr' ] = " Description " ;
$text [ 'description-phone_description' ][ 'en-us' ] = " Enter the description. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-phone_description' ][ 'es-cl' ] = " Ingrese una descripción. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-phone_description' ][ 'pt-pt' ] = " Introduza a descrição " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-phone_description' ][ 'fr-fr' ] = " " ;
$text [ 'label-phone_tools' ][ 'en-us' ] = " Tools " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-phone_tools' ][ 'es-cl' ] = " Herramientas " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-phone_tools' ][ 'pt-pt' ] = " Ferramentas " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-phone_tools' ][ 'fr-fr' ] = " Outils " ;
$text [ 'label-phone_call' ][ 'en-us' ] = " Call " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-phone_call' ][ 'es-cl' ] = " Llamar " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-phone_call' ][ 'pt-pt' ] = " Chamada " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-phone_call' ][ 'fr-fr' ] = " Appel " ;
// contact addresses
$text [ 'title-contact_addresses-add' ][ 'en-us' ] = " Contact Address Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contact_addresses-add' ][ 'es-cl' ] = " Agregar Dirección de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contact_addresses-add' ][ 'pt-pt' ] = " Adicionar endereço do contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contact_addresses-add' ][ 'fr-fr' ] = " Ajouter une adresse au contact " ;
$text [ 'header-contact_addresses-add' ][ 'en-us' ] = " Contact Address Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contact_addresses-add' ][ 'es-cl' ] = " Agregar Dirección de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contact_addresses-add' ][ 'pt-pt' ] = " Adicionar endereço do contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contact_addresses-add' ][ 'fr-fr' ] = " Ajouter une adresse au contact " ;
$text [ 'description-contact_addresses-add' ][ 'en-us' ] = " Contact address information. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_addresses-add' ][ 'es-cl' ] = " Información de dirección de contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_addresses-add' ][ 'pt-pt' ] = " Informação de endereço do contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_addresses-add' ][ 'fr-fr' ] = " Informations sur l'adresse du contact. " ;
$text [ 'title-contact_addresses-edit' ][ 'en-us' ] = " Contact Address Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contact_addresses-edit' ][ 'es-cl' ] = " Editar Dirección de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contact_addresses-edit' ][ 'pt-pt' ] = " Editar endereço do contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contact_addresses-edit' ][ 'fr-fr' ] = " Editer l'adresse du contact " ;
$text [ 'header-contact_addresses-edit' ][ 'en-us' ] = " Contact Address Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contact_addresses-edit' ][ 'es-cl' ] = " Editar Dirección de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contact_addresses-edit' ][ 'pt-pt' ] = " Editar endereço do contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contact_addresses-edit' ][ 'fr-fr' ] = " Editer l'adresse du contact " ;
$text [ 'description-contact_addresses-edit' ][ 'en-us' ] = " Contact address information. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_addresses-edit' ][ 'es-cl' ] = " Información de dirección de contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contact_addresses-edit' ][ 'pt-pt' ] = " Informação de endereço do contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_addresses-edit' ][ 'fr-fr' ] = " Informations sur l'adresse du contact. " ;
$text [ 'label-addresses' ][ 'en-us' ] = " Addresses " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-addresses' ][ 'es-cl' ] = " Direcciones " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-addresses' ][ 'pt-pt' ] = " Endereços " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-addresses' ][ 'fr-fr' ] = " Adresses " ;
$text [ 'label-address_type' ][ 'en-us' ] = " Type " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_type' ][ 'es-cl' ] = " Tipo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_type' ][ 'pt-pt' ] = " Tipo " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_type' ][ 'fr-fr' ] = " Type " ;
$text [ 'description-address_type' ][ 'en-us' ] = " Enter the address type. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_type' ][ 'es-cl' ] = " Ingrese el tipo de dirección. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_type' ][ 'pt-pt' ] = " Introduza o tipo de endereço " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_type' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_street' ][ 'en-us' ] = " Street Address " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_street' ][ 'es-cl' ] = " Calle " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_street' ][ 'pt-pt' ] = " Rua " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_street' ][ 'fr-fr' ] = " Rue " ;
$text [ 'description-address_street' ][ 'en-us' ] = " Enter the street address. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_street' ][ 'es-cl' ] = " Ingrese la calle. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_street' ][ 'pt-pt' ] = " Introduza o endereço da rua " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_street' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_extended' ][ 'en-us' ] = " Extended Address " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_extended' ][ 'es-cl' ] = " Dirección Extendida " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_extended' ][ 'pt-pt' ] = " Mais informações " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_extended' ][ 'fr-fr' ] = " Autres infos " ;
$text [ 'description-address_extended' ][ 'en-us' ] = " Enter the extended address. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_extended' ][ 'es-cl' ] = " Ingrese la dirección extendida. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_extended' ][ 'pt-pt' ] = " Introduza mais informações relativamente ao endereço. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_extended' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_locality' ][ 'en-us' ] = " City " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_locality' ][ 'es-cl' ] = " Ciudad " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_locality' ][ 'pt-pt' ] = " Cidade " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_locality' ][ 'fr-fr' ] = " Ville " ;
$text [ 'description-address_locality' ][ 'en-us' ] = " Enter the city. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_locality' ][ 'es-cl' ] = " Ingrese la ciudad " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_locality' ][ 'pt-pt' ] = " Introduza a cidade. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_locality' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_region' ][ 'en-us' ] = " Region " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_region' ][ 'es-cl' ] = " Región " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_region' ][ 'pt-pt' ] = " Região " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_region' ][ 'fr-fr' ] = " Département " ;
$text [ 'description-address_region' ][ 'en-us' ] = " Enter the state or province. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_region' ][ 'es-cl' ] = " Ingrese el estado o provincia. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_region' ][ 'pt-pt' ] = " Introduza o estado ou província. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_region' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_postal_code' ][ 'en-us' ] = " Postal Code " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_postal_code' ][ 'es-cl' ] = " Código Postal " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_postal_code' ][ 'pt-pt' ] = " Código Postal " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_postal_code' ][ 'fr-fr' ] = " Code Postal " ;
$text [ 'description-address_postal_code' ][ 'en-us' ] = " Enter the postal code. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_postal_code' ][ 'es-cl' ] = " Ingrese el código postal. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_postal_code' ][ 'pt-pt' ] = " Introduza o código postal. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_postal_code' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_country' ][ 'en-us' ] = " Country " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_country' ][ 'es-cl' ] = " País " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_country' ][ 'pt-pt' ] = " País " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_country' ][ 'fr-fr' ] = " Pays " ;
$text [ 'description-address_country' ][ 'en-us' ] = " Enter the country. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_country' ][ 'es-cl' ] = " Ingrese el país. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_country' ][ 'pt-pt' ] = " Introduza o país. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_country' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_latitude' ][ 'en-us' ] = " Latitude " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_latitude' ][ 'es-cl' ] = " Latitud " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_latitude' ][ 'pt-pt' ] = " Latitude " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_latitude' ][ 'fr-fr' ] = " Latitude " ;
$text [ 'description-address_latitude' ][ 'en-us' ] = " Enter the latitude. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_latitude' ][ 'es-cl' ] = " Ingrese la latitud. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_latitude' ][ 'pt-pt' ] = " Introduza a latitude. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_latitude' ][ 'fr-fr' ] = " Coordonnées GPS: latitude. " ;
$text [ 'label-address_longitude' ][ 'en-us' ] = " Longitude " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_longitude' ][ 'es-cl' ] = " Longitud " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_longitude' ][ 'pt-pt' ] = " Longitude " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_longitude' ][ 'fr-fr' ] = " Longitude " ;
$text [ 'description-address_longitude' ][ 'en-us' ] = " Enter the longitude. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_longitude' ][ 'es-cl' ] = " Ingrese la longitud. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_longitude' ][ 'pt-pt' ] = " Introduza a longitude. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_longitude' ][ 'fr-fr' ] = " Coordonnées GPS: longitude. " ;
$text [ 'label-address_description' ][ 'en-us' ] = " Description " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_description' ][ 'es-cl' ] = " Descripción " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_description' ][ 'pt-pt' ] = " Descrição " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_description' ][ 'fr-fr' ] = " Description " ;
$text [ 'description-address_description' ][ 'en-us' ] = " Enter a description. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-address_description' ][ 'es-cl' ] = " Ingrese una descripción " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-address_description' ][ 'pt-pt' ] = " Introduza uma descrição. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-address_description' ][ 'fr-fr' ] = " " ;
$text [ 'label-address_tools' ][ 'en-us' ] = " Tools " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-address_tools' ][ 'es-cl' ] = " Herramientas " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-address_tools' ][ 'pt-pt' ] = " Ferramentas " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-address_tools' ][ 'fr-fr' ] = " Outils " ;
2014-06-22 05:24:36 +02:00
$text [ 'option-home' ][ 'en-us' ] = " Home " ;
$text [ 'option-home' ][ 'es-cl' ] = " Casa " ;
$text [ 'option-home' ][ 'pt-pt' ] = " Casa " ;
$text [ 'option-home' ][ 'fr-fr' ] = " Maison " ;
$text [ 'option-work' ][ 'en-us' ] = " Work " ;
$text [ 'option-work' ][ 'es-cl' ] = " Lugar de Trabajo " ;
$text [ 'option-work' ][ 'pt-pt' ] = " Local de Trabalho " ;
$text [ 'option-work' ][ 'fr-fr' ] = " En Milieu de Travail " ;
2014-06-21 04:30:16 +02:00
// contact extensions
$text [ 'label-contact_extensions' ][ 'en-us' ] = " Extensions " ;
$text [ 'label-contact_extensions' ][ 'es-cl' ] = " Extensións " ;
$text [ 'label-contact_extensions' ][ 'pt-pt' ] = " Extensões " ;
$text [ 'label-contact_extensions' ][ 'fr-fr' ] = " Extensions " ;
$text [ 'label-extension' ][ 'en-us' ] = " Extension " ;
$text [ 'label-extension' ][ 'es-cl' ] = " Extensión " ;
$text [ 'label-extension' ][ 'pt-pt' ] = " Extensão " ;
$text [ 'label-extension' ][ 'fr-fr' ] = " Extension " ;
$text [ 'label-enabled' ][ 'en-us' ] = " Enabled " ;
$text [ 'label-enabled' ][ 'es-cl' ] = " Activado " ;
$text [ 'label-enabled' ][ 'pt-pt' ] = " Habilitada " ;
$text [ 'label-enabled' ][ 'fr-fr' ] = " Actif " ;
$text [ 'label-description' ][ 'en-us' ] = " Description " ;
$text [ 'label-description' ][ 'es-cl' ] = " Descripción " ;
$text [ 'label-description' ][ 'pt-pt' ] = " Descrição " ;
$text [ 'label-description' ][ 'fr-fr' ] = " Description " ;
2013-10-01 14:26:41 +02:00
// contact notes
$text [ 'title-contact_notes-add' ][ 'en-us' ] = " Contact Note Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contact_notes-add' ][ 'es-cl' ] = " Agregar Nota de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contact_notes-add' ][ 'pt-pt' ] = " Adicionar nota de contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contact_notes-add' ][ 'fr-fr' ] = " Ajouter une note au contact " ;
$text [ 'header-contact_notes-add' ][ 'en-us' ] = " Contact Note Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contact_notes-add' ][ 'es-cl' ] = " Agregar Nota de Contacto " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contact_notes-add' ][ 'pt-pt' ] = " Adicionar nota de contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contact_notes-add' ][ 'fr-fr' ] = " Ajouter une note au contact " ;
$text [ 'description-contact_notes-add' ][ 'en-us' ] = " " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_notes-add' ][ 'es-cl' ] = " Ingrese una nota de contacto. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_notes-add' ][ 'pt-pt' ] = " " ;
$text [ 'description-contact_notes-add' ][ 'fr-fr' ] = " " ;
$text [ 'title-contact_notes-edit' ][ 'en-us' ] = " Contact Note Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contact_notes-edit' ][ 'es-cl' ] = " Editar Nota de Contactos " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contact_notes-edit' ][ 'pt-pt' ] = " Editar notas de contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contact_notes-edit' ][ 'fr-fr' ] = " Editer la note du contact " ;
$text [ 'header-contact_notes-edit' ][ 'en-us' ] = " Contact Note Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contact_notes-edit' ][ 'es-cl' ] = " Editar Nota de Contactos " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contact_notes-edit' ][ 'pt-pt' ] = " Editar notas de contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contact_notes-edit' ][ 'fr-fr' ] = " Editer la note du contact " ;
$text [ 'description-contact_notes-edit' ][ 'en-us' ] = " . " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_notes-edit' ][ 'es-cl' ] = " Modifique la nota de contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_notes-edit' ][ 'pt-pt' ] = " " ;
$text [ 'description-contact_notes-edit' ][ 'fr-fr' ] = " . " ;
$text [ 'label-contact_notes' ][ 'en-us' ] = " Notes " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_notes' ][ 'es-cl' ] = " Notas " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_notes' ][ 'pt-pt' ] = " Notas " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_notes' ][ 'fr-fr' ] = " Notes " ;
$text [ 'label-contact_note' ][ 'en-us' ] = " Note " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-contact_note' ][ 'es-cl' ] = " Nota " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-contact_note' ][ 'pt-pt' ] = " Nota " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-contact_note' ][ 'fr-fr' ] = " Note " ;
$text [ 'description-contact_note' ][ 'en-us' ] = " " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contact_note' ][ 'es-cl' ] = " Nota de contacto " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contact_note' ][ 'pt-pt' ] = " " ;
$text [ 'description-contact_note' ][ 'fr-fr' ] = " " ;
// contact import
$text [ 'title-contacts_import' ][ 'en-us' ] = " Import Contacts " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-contacts_import' ][ 'es-cl' ] = " Importar Contactos " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-contacts_import' ][ 'pt-pt' ] = " Importar Contactos " ;
2013-10-01 14:26:41 +02:00
$text [ 'title-contacts_import' ][ 'fr-fr' ] = " Importe des Contacts " ;
$text [ 'header-contacts_import' ][ 'en-us' ] = " Import Contacts " ;
2014-02-14 08:03:12 +01:00
$text [ 'header-contacts_import' ][ 'es-cl' ] = " Importar Contactos " ;
2013-10-18 00:06:01 +02:00
$text [ 'header-contacts_import' ][ 'pt-pt' ] = " Importar Contactos " ;
2013-10-01 14:26:41 +02:00
$text [ 'header-contacts_import' ][ 'fr-fr' ] = " Importe des Contacts " ;
$text [ 'description-contacts_import' ][ 'en-us' ] = " Export your contacts from outlook to a comma delimitted csv file. Then use this tool to upload and add the contacts from that file. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-contacts_import' ][ 'es-cl' ] = " Exporte sus contactos desde Outlook a un archivo csv separado por comas. Luego, utilice esta herramienta para importarlos desde el archivo csv. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-contacts_import' ][ 'pt-pt' ] = " Exportar os seus contactos do outlook para um ficheiro csv. Esta ferramenta pode ser utilizada para fazer submeter e adicionar contactos a partir do ficheiro. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-contacts_import' ][ 'fr-fr' ] = " Exporter vos contacts à partir d'outlook vers un fichier CSV. Puis utiliser cet outil pour télécharger et ajouter les contacts à partir de précédent CSV. " ;
$text [ 'label-import_delimiter' ][ 'en-us' ] = " Delimiter " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-import_delimiter' ][ 'es-cl' ] = " Delimitador " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-import_delimiter' ][ 'pt-pt' ] = " Delimitador de campos " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-import_delimiter' ][ 'fr-fr' ] = " Délimiteur de champs " ;
$text [ 'description-import_delimiter' ][ 'en-us' ] = " Select the delimiter (comma or pipe). " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-import_delimiter' ][ 'es-cl' ] = " Select el delimitador (coma o pipe). " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-import_delimiter' ][ 'pt-pt' ] = " Seleccione o delimitador ( ',' ou '|' ). " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-import_delimiter' ][ 'fr-fr' ] = " Choisir le séparateur de champs (virgule ou pipe). " ;
$text [ 'label-import_enclosure' ][ 'en-us' ] = " Enclosure " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-import_enclosure' ][ 'es-cl' ] = " Cercado " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-import_enclosure' ][ 'pt-pt' ] = " Delimitador de texto " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-import_enclosure' ][ 'fr-fr' ] = " Délimiteur de texte " ;
$text [ 'description-import_enclosure' ][ 'en-us' ] = " Select the enclosure of text (double-quotes or nothing). " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-import_enclosure' ][ 'es-cl' ] = " Seleccione el cercado de texto (doble comilla o ninguno) " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-import_enclosure' ][ 'pt-pt' ] = " Seleccione o delimitador de texto (aspas ou nada). " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-import_enclosure' ][ 'fr-fr' ] = " Choisir le séparateur de texte (guillements ou rien). " ;
$text [ 'label-import_file_upload' ][ 'en-us' ] = " File to Upload " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-import_file_upload' ][ 'es-cl' ] = " Archivo a subir " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-import_file_upload' ][ 'pt-pt' ] = " Ficheiro para submeter " ;
2013-10-01 14:26:41 +02:00
$text [ 'label-import_file_upload' ][ 'fr-fr' ] = " Fichier à télécharger " ;
$text [ 'button-upload' ][ 'en-us' ] = " Upload " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-upload' ][ 'es-cl' ] = " Subir " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-upload' ][ 'pt-pt' ] = " Submeter " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-upload' ][ 'fr-fr' ] = " Télécharger " ;
$text [ 'message-results' ][ 'en-us' ] = " The following contacts were successfully imported from the uploaded CSV file: " ;
2014-02-14 08:03:12 +01:00
$text [ 'message-results' ][ 'es-cl' ] = " Los siguientes contactos fueron importados exitosamente desde el archivo CSV: " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-results' ][ 'pt-pt' ] = " Os seguintes contactos foram importados com sucesso a partir do ficheiro CSV submetido: " ;
2013-10-01 14:26:41 +02:00
$text [ 'message-results' ][ 'fr-fr' ] = " Les contacts suivants ont été téléchargés correctement à partir di fichier CSV: " ;
// general labels
$text [ 'button-add' ][ 'en-us' ] = " Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-add' ][ 'es-cl' ] = " Agregar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-add' ][ 'pt-pt' ] = " Adicionar " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-add' ][ 'fr-fr' ] = " Ajouter " ;
$text [ 'button-edit' ][ 'en-us' ] = " Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-edit' ][ 'es-cl' ] = " Editar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-edit' ][ 'pt-pt' ] = " Editar " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-edit' ][ 'fr-fr' ] = " Editer " ;
$text [ 'button-delete' ][ 'en-us' ] = " Delete " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-delete' ][ 'es-cl' ] = " Eliminar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-delete' ][ 'pt-pt' ] = " Remover " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-delete' ][ 'fr-fr' ] = " Supprimer " ;
$text [ 'button-save' ][ 'en-us' ] = " Save " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-save' ][ 'es-cl' ] = " Guardar " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-save' ][ 'pt-pt' ] = " Guardar " ;
$text [ 'button-save' ][ 'fr-fr' ] = " Sauvegarder " ;
$text [ 'button-back' ][ 'en-us' ] = " Back " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-back' ][ 'es-cl' ] = " Volver " ;
2013-10-01 14:26:41 +02:00
$text [ 'button-back' ][ 'pt-pt' ] = " Voltar " ;
$text [ 'button-back' ][ 'fr-fr' ] = " Retour " ;
$text [ 'confirm-delete' ][ 'en-us' ] = " Do you really want to delete this? " ;
2014-02-25 04:28:28 +01:00
$text [ 'confirm-delete' ][ 'es-cl' ] = " ¿Realmente desea eliminar esto? " ;
2013-10-18 00:06:01 +02:00
$text [ 'confirm-delete' ][ 'pt-pt' ] = " Deseja realmente remover isto? " ;
2013-10-01 14:26:41 +02:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = " Voulez-vous vraiment supprimer cela? " ;
$text [ 'message-add' ][ 'en-us' ] = " Add Completed " ;
2014-02-14 08:03:12 +01:00
$text [ 'message-add' ][ 'es-cl' ] = " Agregar Completado " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-add' ][ 'pt-pt' ] = " Adição Efectuada " ;
2013-10-01 14:26:41 +02:00
$text [ 'message-add' ][ 'fr-fr' ] = " Ajouté " ;
$text [ 'message-update' ][ 'en-us' ] = " Update Completed " ;
2014-02-14 08:03:12 +01:00
$text [ 'message-update' ][ 'es-cl' ] = " Actualización Completada " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-update' ][ 'pt-pt' ] = " Actualização Efectuada " ;
2013-10-01 14:26:41 +02:00
$text [ 'message-update' ][ 'fr-fr' ] = " Mis à jour " ;
$text [ 'message-delete' ][ 'en-us' ] = " Delete Completed " ;
2014-02-14 08:03:12 +01:00
$text [ 'message-delete' ][ 'es-cl' ] = " Eliminación Completada " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-delete' ][ 'pt-pt' ] = " Remoção Efectuada " ;
2013-10-01 14:26:41 +02:00
$text [ 'message-delete' ][ 'fr-fr' ] = " Supprimé " ;
$text [ 'message-required' ][ 'en-us' ] = " Please provide: " ;
2014-02-14 08:03:12 +01:00
$text [ 'message-required' ][ 'es-cl' ] = " Por favor ingrese: " ;
2013-10-18 00:06:01 +02:00
$text [ 'message-required' ][ 'pt-pt' ] = " Por favor indique: " ;
2013-10-01 14:26:41 +02:00
$text [ 'message-required' ][ 'fr-fr' ] = " Merci d'indiquer: " ;
?>