fusionpbx/app/schemas/app_languages.php

542 lines
26 KiB
PHP
Raw Normal View History

2013-10-01 14:26:41 +02:00
<?php
$text['title-schemas']['en-us'] = "Schemas";
2014-02-14 19:37:58 +01:00
$text['title-schemas']['es-cl'] = "Esquemas";
$text['title-schemas']['pt-pt'] = "Esquemas de Base de Dados";
2013-10-01 14:26:41 +02:00
$text['title-schemas']['fr-fr'] = "Schémas";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['title-schema']['en-us'] = "Schema";
2014-02-14 19:37:58 +01:00
$text['title-schema']['es-cl'] = "Esquema";
$text['title-schema']['pt-pt'] = "Esquema de Base de Dados";
2013-10-01 14:26:41 +02:00
$text['title-schema']['fr-fr'] = "Schéma";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['title-field']['en-us'] = "Field";
2014-02-14 19:37:58 +01:00
$text['title-field']['es-cl'] = "Campo";
$text['title-field']['pt-pt'] = "Campo";
2013-10-01 14:26:41 +02:00
$text['title-field']['fr-fr'] = "Champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['title-name_value']['en-us'] = "Select Box Option";
2014-02-14 19:37:58 +01:00
$text['title-name_value']['es-cl'] = "Seleccione un campo";
$text['title-name_value']['pt-pt'] = "Escolha a Opção";
2013-10-01 14:26:41 +02:00
$text['title-name_value']['fr-fr'] = "Choisir l'Option";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['title-data_view']['en-us'] = "Schema Data View";
2014-02-14 19:37:58 +01:00
$text['title-data_view']['es-cl'] = "Ver de Datos de Esquema";
$text['title-data_view']['pt-pt'] = "Visualização do Esquema de Dados";
2013-10-01 14:26:41 +02:00
$text['title-data_view']['fr-fr'] = "Affichage des données";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['title-data']['en-us'] = "Schema Data";
2014-02-14 19:37:58 +01:00
$text['title-data']['es-cl'] = "Datos de Esquema";
$text['title-data']['pt-pt'] = "Esquema de Dados";
2013-10-01 14:26:41 +02:00
$text['title-data']['fr-fr'] = "Données";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['title-import']['en-us'] = "Schema Import";
2014-02-14 19:37:58 +01:00
$text['title-import']['es-cl'] = "Importar Esquema";
$text['title-import']['pt-pt'] = "Importar Esquema";
2013-10-01 14:26:41 +02:00
$text['title-import']['fr-fr'] = "Importer Schéma";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['title-import_results']['en-us'] = "Schema Import Results";
2014-02-14 19:37:58 +01:00
$text['title-import_results']['es-cl'] = "Resultados de importación de Esquema";
$text['title-import_results']['pt-pt'] = "Resutlados da Importação do Esquema";
2013-10-01 14:26:41 +02:00
$text['title-import_results']['fr-fr'] = "Résultat de l'import";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-schemas']['en-us'] = "Schemas";
2014-02-14 19:37:58 +01:00
$text['header-schemas']['es-cl'] = "Esquemas";
$text['header-schemas']['pt-pt'] = "Esquemas da Base de Dados";
2013-10-01 14:26:41 +02:00
$text['header-schemas']['fr-fr'] = "Schémas";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-schema']['en-us'] = "Schema";
2014-02-14 19:37:58 +01:00
$text['header-schema']['es-cl'] = "Esquema";
$text['header-schema']['pt-pt'] = "Esquema da Base de Dados";
2013-10-01 14:26:41 +02:00
$text['header-schema']['fr-fr'] = "Schéma";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-fields']['en-us'] = "Fields";
2014-02-14 19:37:58 +01:00
$text['header-field']['es-cl'] = "Campo";
$text['header-fields']['pt-pt'] = "Campos";
2013-10-01 14:26:41 +02:00
$text['header-fields']['fr-fr'] = "Champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-field']['en-us'] = "Field";
2014-02-14 19:37:58 +01:00
$text['header-field']['es-cl'] = "Campo";
$text['header-field']['pt-pt'] = "Campo";
2013-10-01 14:26:41 +02:00
$text['header-field']['fr-fr'] = "Champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-name_values']['en-us'] = "Select Box Options";
2014-02-14 19:37:58 +01:00
$text['header-name_values']['es-cl'] = "Seleccione un campo";
$text['header-name_values']['pt-pt'] = "Escolher a Opção";
2013-10-01 14:26:41 +02:00
$text['header-name_values']['fr-fr'] = "Choisir l'option";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-name_value']['en-us'] = "Select Box Option";
2014-02-14 19:37:58 +01:00
$text['header-name_value']['es-cl'] = "Seleccione un campo";
$text['header-name_value']['pt-pt'] = "Escolha a Opção";
2013-10-01 14:26:41 +02:00
$text['header-name_value']['fr-fr'] = "Choisir l'option";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-data_view']['en-us'] = "Schema Data View";
2014-02-14 19:37:58 +01:00
$text['header-data_view']['es-cl'] = "Ver de Datos de Esquema";
$text['header-data_view']['pt-pt'] = "Visualização do Esquema de Dados";
2013-10-01 14:26:41 +02:00
$text['header-data_view']['fr-fr'] = "Affichage des données";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-data']['en-us'] = "Schema Data";
2014-02-14 19:37:58 +01:00
$text['header-data']['es-cl'] = "Datos de Esquema";
$text['header-data']['pt-pt'] = "Esquema de Dados";
2013-10-01 14:26:41 +02:00
$text['header-data']['fr-fr'] = "Données";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-import']['en-us'] = "Schema Import";
2014-02-14 19:37:58 +01:00
$text['header-import']['es-cl'] = "Importar Esquema";
$text['header-import']['pt-pt'] = "Importar Esquema";
2013-10-01 14:26:41 +02:00
$text['header-import']['fr-fr'] = "Importer Schéma";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['header-import_results']['en-us'] = "Schema Import Results";
2014-02-14 19:37:58 +01:00
$text['header-import_results']['es-cl'] = "Resultados de importación de Esquema";
$text['header-import_results']['pt-pt'] = "Resultados da Importação do Esquema";
2013-10-01 14:26:41 +02:00
$text['header-import_results']['fr-fr'] = "Résultat de l'import";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-schemas']['en-us'] = "Provides the ability to quickly define information to store and dynamically makes tools available to view, add, edit, delete, and search.";
2014-02-14 19:37:58 +01:00
$text['description-schemas']['es-cl'] = "Provee la habilidad de rápidamente definir información a almacenar y dinámicamente crea herramientas para ver, agregar, editar, eliminar y buscar.";
$text['description-schemas']['pt-pt'] = "Oferece a possibilidade de definir rapidamente a informação a guardar e criar ferramentas para visualizar, adicionar, editar, remover e pesquisar.";
2013-10-01 14:26:41 +02:00
$text['description-schemas']['fr-fr'] = "Permet de rapidement de stocker des informations et créer dynamiquement de soutils pour voir, ajouter, éditer, supprimer et chercher.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-schema']['en-us'] = "Define the properties of the schema below.";
2014-02-14 19:37:58 +01:00
$text['description-schema']['es-cl'] = "Defina las propiedades del esquema a continuación.";
$text['description-schema']['pt-pt'] = "Definir as propriedades para o esquema em baixo.";
2013-10-01 14:26:41 +02:00
$text['description-schema']['fr-fr'] = "Définir les propriétés du schéma ci-dessous.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-fields']['en-us'] = "Lists the fields in the database.";
2014-02-14 19:37:58 +01:00
$text['description-fields']['es-cl'] = "Listado de campos en la base de datos.";
$text['description-fields']['pt-pt'] = "Lista os campos da base de dados.";
2013-10-01 14:26:41 +02:00
$text['description-fields']['fr-fr'] = "Liste les champs de la base de données.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field']['en-us'] = "Define the properties of the field below.";
2014-02-14 19:37:58 +01:00
$text['description-field']['es-cl'] = "Definma las propiedades del campo a continuación.";
$text['description-field']['pt-pt'] = "Define as propriedades do campo em baixo.";
2013-10-01 14:26:41 +02:00
$text['description-field']['fr-fr'] = "Définir les propriétés des champs ci-dessous";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-name_values']['en-us'] = "Name and value pairs of the Select Box.";
2014-02-14 19:37:58 +01:00
$text['description-name_values']['es-cl'] = "Par nombre y valor del campo seleccionado.";
$text['description-name_values']['pt-pt'] = "Pares nome-valor da caixa de opções.";
2013-10-01 14:26:41 +02:00
$text['description-name_values']['fr-fr'] = "Nom et valeur de la sélection.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-name_value']['en-us'] = "Define a name and value pair for the Select Box.";
2014-02-14 19:37:58 +01:00
$text['description-name_value']['es-cl'] = "Par nombre y valor del campo seleccionado.";
$text['description-name_value']['pt-pt'] = "Define um par nome-valor para a caixa de opções.";
2013-10-01 14:26:41 +02:00
$text['description-name_value']['fr-fr'] = "Définir le nom et la valeur de la sélection.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-category']['en-us'] = "Category";
2014-02-14 19:37:58 +01:00
$text['label-category']['es-cl'] = "Categoria";
$text['label-category']['pt-pt'] = "Categoria";
2013-10-01 14:26:41 +02:00
$text['label-category']['fr-fr'] = "Catégorie";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-label']['en-us'] = "Label";
2014-02-14 19:37:58 +01:00
$text['label-label']['es-cl'] = "Etiqueta";
$text['label-label']['pt-pt'] = "Rótulo";
2013-10-01 14:26:41 +02:00
$text['label-label']['fr-fr'] = "Label";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-name']['en-us'] = "Name";
2014-02-14 19:37:58 +01:00
$text['label-name']['es-cl'] = "Nombre";
$text['label-name']['pt-pt'] = "Nome";
2013-10-01 14:26:41 +02:00
$text['label-name']['fr-fr'] = "Nom";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-schema_name']['en-us'] = "Schema Name";
2014-02-14 19:37:58 +01:00
$text['label-schema_name']['es-cl'] = "Nombre de Esquema";
$text['label-schema_name']['pt-pt'] = "Nome do Esquema";
2013-10-01 14:26:41 +02:00
$text['label-schema_name']['fr-fr'] = "Nom du schéma";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-authentication']['en-us'] = "Authentication";
2014-02-14 19:37:58 +01:00
$text['label-authentication']['es-cl'] = "Autenticación";
$text['label-authentication']['pt-pt'] = "Autenticação";
2013-10-01 14:26:41 +02:00
$text['label-authentication']['fr-fr'] = "Authentification";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-parent_schema']['en-us'] = "Parent Schema";
2014-02-14 19:37:58 +01:00
$text['label-parent_schema']['es-cl'] = "Esquema padre";
$text['label-parent_schema']['pt-pt'] = "Esquema Pai";
2013-10-01 14:26:41 +02:00
$text['label-parent_schema']['fr-fr'] = "Schéma parent";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-description']['en-us'] = "Description";
$text['label-description']['pt-pt'] = "Descrição";
2013-10-01 14:26:41 +02:00
$text['label-description']['fr-fr'] = "Description";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_label']['en-us'] = "Label";
2014-02-14 19:37:58 +01:00
$text['label-field_label']['es-cl'] = "Etiqueta";
$text['label-field_label']['pt-pt'] = "Rótulo";
2013-10-01 14:26:41 +02:00
$text['label-field_label']['fr-fr'] = "Label";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_name']['en-us'] = "Name";
$text['label-field_name']['pt-pt'] = "Nome";
2013-10-01 14:26:41 +02:00
$text['label-field_name']['fr-fr'] = "Nom";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_type']['en-us'] = "Type";
2014-02-14 19:37:58 +01:00
$text['label-field_type']['es-cl'] = "Tipo";
$text['label-field_type']['pt-pt'] = "Tipo";
2013-10-01 14:26:41 +02:00
$text['label-field_type']['fr-fr'] = "Type";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_value']['en-us'] = "Value";
2014-02-14 19:37:58 +01:00
$text['label-field_value']['es-cl'] = "Valor";
$text['label-field_value']['pt-pt'] = "Valor";
2013-10-01 14:26:41 +02:00
$text['label-field_value']['fr-fr'] = "Valeur";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_visibility']['en-us'] = "Visibility";
2014-02-14 19:37:58 +01:00
$text['label-field_visibility']['es-cl'] = "Visibilidad";
$text['label-field_visibility']['pt-pt'] = "Visibilidade";
2013-10-01 14:26:41 +02:00
$text['label-field_visibility']['fr-fr'] = "Visible";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_column']['en-us'] = "Column";
2014-02-14 19:37:58 +01:00
$text['label-field_column']['es-cl'] = "Columna";
$text['label-field_column']['pt-pt'] = "Coluna";
2013-10-01 14:26:41 +02:00
$text['label-field_column']['fr-fr'] = "Colone";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_required']['en-us'] = "Required";
2014-02-14 19:37:58 +01:00
$text['label-field_required']['es-cl'] = "Requerido";
$text['label-field_required']['pt-pt'] = "Obrigatório";
2013-10-01 14:26:41 +02:00
$text['label-field_required']['fr-fr'] = "Requis";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_search_by']['en-us'] = "Search By";
2014-02-14 19:37:58 +01:00
$text['label-field_search_by']['es-cl'] = "Buscar por";
$text['label-field_search_by']['pt-pt'] = "Pesquisar Por";
2013-10-01 14:26:41 +02:00
$text['label-field_search_by']['fr-fr'] = "Rechercher Par";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_order']['en-us'] = "Field Order";
2014-02-14 19:37:58 +01:00
$text['label-field_order']['es-cl'] = "Orden del campo";
$text['label-field_order']['pt-pt'] = "Ordem dos Campos";
2013-10-01 14:26:41 +02:00
$text['label-field_order']['fr-fr'] = "Ordre des Champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_tab_order']['en-us'] = "Tab Order";
2014-02-14 19:37:58 +01:00
$text['label-field_tab_order']['es-cl'] = "Orden de pestaña";
$text['label-field_tab_order']['pt-pt'] = "Ordem das Tabs";
2013-10-01 14:26:41 +02:00
$text['label-field_tab_order']['fr-fr'] = "Odre des onglets";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-field_description']['en-us'] = "Description";
2014-02-14 19:37:58 +01:00
$text['label-field_description']['es-cl'] = "Descripción";
$text['label-field_description']['pt-pt'] = "Descrição";
2013-10-01 14:26:41 +02:00
$text['label-field_description']['fr-fr'] = "Description";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-name_value_name']['en-us'] = "Name";
2014-02-14 19:37:58 +01:00
$text['label-name_value_name']['es-cl'] = "Nombre";
$text['label-name_value_name']['pt-pt'] = "Nome";
2013-10-01 14:26:41 +02:00
$text['label-name_value_name']['fr-fr'] = "Nom";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-name_value_value']['en-us'] = "Value";
2014-02-14 19:37:58 +01:00
$text['label-name_value_value']['es-cl'] = "Valor";
$text['label-name_value_value']['pt-pt'] = "Valor";
2013-10-01 14:26:41 +02:00
$text['label-name_value_value']['fr-fr'] = "Valeur";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-import_data']['en-us'] = "Data";
2014-02-14 19:37:58 +01:00
$text['label-import_data']['es-cl'] = "Datos";
$text['label-import_data']['pt-pt'] = "Dados";
2013-10-01 14:26:41 +02:00
$text['label-import_data']['fr-fr'] = "Donnée";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-import_delimiter']['en-us'] = "Delimiter";
2014-02-14 19:37:58 +01:00
$text['label-import_delimiter']['es-cl'] = "Delimitador";
$text['label-import_delimiter']['pt-pt'] = "Separador";
2013-10-01 14:26:41 +02:00
$text['label-import_delimiter']['fr-fr'] = "Séparateur de champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['label-import_enclosure']['en-us'] = "Enclosure";
2014-02-14 19:37:58 +01:00
$text['label-import_enclosure']['es-cl'] = "Cercado";
$text['label-import_enclosure']['pt-pt'] = "Entre Campos";
2013-10-01 14:26:41 +02:00
$text['label-import_enclosure']['fr-fr'] = "Champs entre";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-category']['en-us'] = "Select the category.";
2014-02-14 19:37:58 +01:00
$text['description-category']['es-cl'] = "Seleccione la categoría.";
$text['description-category']['pt-pt'] = "Escolha a categoria.";
2013-10-01 14:26:41 +02:00
$text['description-category']['fr-fr'] = "Choisir la catégorie.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-label']['en-us'] = "Enter the label.";
2014-02-14 19:37:58 +01:00
$text['description-label']['es-cl'] = "Ingrese una etiqueta.";
$text['description-label']['pt-pt'] = "Introduza o rótulo.";
2013-10-01 14:26:41 +02:00
$text['description-label']['fr-fr'] = "Choisir le label";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-name']['en-us'] = "Enter the schema name.";
2014-02-14 19:37:58 +01:00
$text['description-name']['es-cl'] = "Ingrese el nombre del esquema.";
$text['description-name']['pt-pt'] = "Introduza o nome do esquema.";
2013-10-01 14:26:41 +02:00
$text['description-name']['fr-fr'] = "Choisir le nom du schéma.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-authentication']['en-us'] = "Choose whether to require authentication.";
2014-02-14 19:37:58 +01:00
$text['description-authentication']['es-cl'] = "Indique si requiere autenticación.";
$text['description-authentication']['pt-pt'] = "Escolha se deseja ter autenticação.";
2013-10-01 14:26:41 +02:00
$text['description-authentication']['fr-fr'] = "Choisir si l'authentification est nécessaire.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-parent_schema']['en-us'] = "Select a parent schema.";
2014-02-14 19:37:58 +01:00
$text['description-parent_schema']['es-cl'] = "Seleccione un esquema padre.";
$text['description-parent_schema']['pt-pt'] = "Escolha um esquema pai.";
2013-10-01 14:26:41 +02:00
$text['description-parent_schema']['fr-fr'] = "Choisir un schéma parent.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-description']['en-us'] = "Enter a description (optional).";
2014-02-14 19:37:58 +01:00
$text['description-description']['es-cl'] = "Ingrese una descripción (opcional).";
$text['description-description']['pt-pt'] = "Introduza uma descrição (opcional).";
$text['description-description']['fr-fr'] = "Entrez une description (en option).";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_label']['en-us'] = "Enter the field label.";
2014-02-14 19:37:58 +01:00
$text['description-field_label']['es-cl'] = "Ingrese una etiqueta de campo.";
$text['description-field_label']['pt-pt'] = "Introduza o rótulo do campo.";
2013-10-01 14:26:41 +02:00
$text['description-field_label']['fr-fr'] = "Choisil un label pour le champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_name']['en-us'] = "Enter field name.";
2014-02-14 19:37:58 +01:00
$text['description-field_name']['es-cl'] = "Ingrese el nombre del campo.";
$text['description-field_name']['pt-pt'] = "Introduza o nome do campo.";
2013-10-01 14:26:41 +02:00
$text['description-field_name']['fr-fr'] = "Choisir un nom pour le champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_type']['en-us'] = "Select the field type.";
2014-02-14 19:37:58 +01:00
$text['description-field_type']['es-cl'] = "Seleccione el tipo de campo.";
$text['description-field_type']['pt-pt'] = "Introduza o tipo do campo.";
2013-10-01 14:26:41 +02:00
$text['description-field_type']['fr-fr'] = "Choisir un type de champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_value']['en-us'] = "Enter the default value.";
2014-02-14 19:37:58 +01:00
$text['description-field_value']['es-cl'] = "Ingrese el valor predeterminado.";
$text['description-field_value']['pt-pt'] = "Introduza o valor por omissão.";
2013-10-01 14:26:41 +02:00
$text['description-field_value']['fr-fr'] = "Choisir la valeur par défaut";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_visibility']['en-us'] = "Choose whether the field is hidden from the list.";
2014-02-14 19:37:58 +01:00
$text['description-field_visibility']['es-cl'] = "Indique si el campo estará escondido en la lista.";
$text['description-field_visibility']['pt-pt'] = "Escolha se pretende que o campo esteja escondido da lista.";
2013-10-01 14:26:41 +02:00
$text['description-field_visibility']['fr-fr'] = "choisir si le champs est caché";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_search_by']['en-us'] = "Choose whether the field will be used for searches.";
2014-02-14 19:37:58 +01:00
$text['description-field_search_by']['es-cl'] = "Indique si el campo será utilizado para búsquedas.";
$text['description-field_search_by']['pt-pt'] = "Escolha que campo será utilizado para pesquisar.";
2013-10-01 14:26:41 +02:00
$text['description-field_search_by']['fr-fr'] = "Choisir si le champs sera utilisé pour la recherche";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_column']['en-us'] = "Determines which column to show the field in.";
2014-02-14 19:37:58 +01:00
$text['description-field_column']['es-cl'] = "Determina en cual columna mostrar el campo.";
$text['description-field_column']['pt-pt'] = "Determina qual a coluna para visualizar o respectivo campo.";
2013-10-01 14:26:41 +02:00
$text['description-field_column']['fr-fr'] = "Déterminer la colonne où afficher le champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_required']['en-us'] = "Choose whether the field is required.";
2014-02-14 19:37:58 +01:00
$text['description-field_required']['es-cl'] = "Indique si el campo es requerido.";
$text['description-field_required']['pt-pt'] = "Escolha se o campo é obrigatório.";
2013-10-01 14:26:41 +02:00
$text['description-field_required']['fr-fr'] = "Choisir sir le champs est obligatoire";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_order']['en-us'] = "Enter the order of the field.";
2014-02-14 19:37:58 +01:00
$text['description-field_order']['es-cl'] = "Ingrese el orden del campo.";
$text['description-field_order']['pt-pt'] = "Introduza a ordem do campo.";
2013-10-01 14:26:41 +02:00
$text['description-field_order']['fr-fr'] = "Choisir l'ordre des champs";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_tab_order']['en-us'] = "Enter the tab order.";
2014-02-14 19:37:58 +01:00
$text['description-field_tab_order']['es-cl'] = "Ingrese el orden de las pestañas.";
$text['description-field_tab_order']['pt-pt'] = "Introduza a ordem do tab.";
2013-10-01 14:26:41 +02:00
$text['description-field_tab_order']['fr-fr'] = "Choisir l'ordre des onglets";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-field_description']['en-us'] = "Enter the description (optional).";
2014-02-14 19:37:58 +01:00
$text['description-field_description']['es-cl'] = "Ingrese una descripción (opcional).";
$text['description-field_description']['pt-pt'] = "Introduza uma descrição (opcional).";
2013-10-01 14:26:41 +02:00
$text['description-field_description']['fr-fr'] = "";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-name_value_name']['en-us'] = "Enter the option text.";
2014-02-14 19:37:58 +01:00
$text['description-name_value_name']['es-cl'] = "Ingrese un texto de opción.";
$text['description-name_value_name']['pt-pt'] = "Introduza o texto da opção.";
2013-10-01 14:26:41 +02:00
$text['description-name_value_name']['fr-fr'] = "Choisire le text de l'option.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-name_value_value']['en-us'] = "Enter the option value.";
2014-02-14 19:37:58 +01:00
$text['description-name_value_value']['es-cl'] = "Ingrese el valor de opción.";
$text['description-name_value_value']['pt-pt'] = "Introduza o valor da opção.";
2013-10-01 14:26:41 +02:00
$text['description-name_value_value']['fr-fr'] = "Choisir la valeur de l'option.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-import_data']['en-us'] = "Copy and paste the comma delimitted data into the text area to begin the import.";
2014-02-14 19:37:58 +01:00
$text['description-import_data']['es-cl'] = "Copie y pegue la información delimitada por comas en el cuadro de texto para comenzar su importación.";
$text['description-import_data']['pt-pt'] = "Copie e cole os dados separados por vírgula para iniciar a importação.";
2013-10-01 14:26:41 +02:00
$text['description-import_data']['fr-fr'] = "Copier et coller les données séparées par une virgule ou un \"pipe\" dans la zone de texte pour commencer l'import.";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-import_delimiter']['en-us'] = "Select the field/column delimiter.";
2014-02-14 19:37:58 +01:00
$text['description-import_delimiter']['es-cl'] = "Seleccione el delimitador para campo/columna.";
$text['description-import_delimiter']['pt-pt'] = "Escolha o separador de campo/coluna.";
2013-10-01 14:26:41 +02:00
$text['description-import_delimiter']['fr-fr'] = "Choisir le séparateur de champs/colonne";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['description-import_enclosure']['en-us'] = "Select the field/column data enclosure.";
2014-02-14 19:37:58 +01:00
$text['description-import_enclosure']['es-cl'] = "Seleccione el cercado de datos de fila/columna.";
$text['description-import_enclosure']['pt-pt'] = "Escolha o conteúdo do campo/coluna.";
2013-10-01 14:26:41 +02:00
$text['description-import_enclosure']['fr-fr'] = "Choisir le conteneur de champs/colonne";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-true']['en-us'] = "True";
2014-02-14 19:37:58 +01:00
$text['option-true']['es-cl'] = "Verdadero";
$text['option-true']['pt-pt'] = "Sim";
2013-10-01 14:26:41 +02:00
$text['option-true']['fr-fr'] = "Oui";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-false']['en-us'] = "False";
2014-02-14 19:37:58 +01:00
$text['option-false']['es-cl'] = "Falso";
$text['option-false']['pt-pt'] = "Não";
2013-10-01 14:26:41 +02:00
$text['option-false']['fr-fr'] = "Non";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-fusionpbx']['en-us'] = "FusionPBX";
2014-02-14 19:37:58 +01:00
$text['option-fusionpbx']['es-cl'] = "FusionPBX";
$text['option-fusionpbx']['pt-pt'] = "FusionPBX";
2013-10-01 14:26:41 +02:00
$text['option-fusionpbx']['fr-fr'] = "FusionPX";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-other']['en-us'] = "Other";
2014-02-14 19:37:58 +01:00
$text['option-other']['es-cl'] = "Otro";
$text['option-other']['pt-pt'] = "Outro";
2013-10-01 14:26:41 +02:00
$text['option-other']['fr-fr'] = "Autre";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-visible']['en-us'] = "Visible";
2014-02-14 19:37:58 +01:00
$text['option-visible']['es-cl'] = "Visible";
$text['option-visible']['pt-pt'] = "Visível";
2013-10-01 14:26:41 +02:00
$text['option-visible']['fr-fr'] = "Visible";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-hidden']['en-us'] = "Hidden";
2014-02-14 19:37:58 +01:00
$text['option-hidden']['es-cl'] = "Escondido";
$text['option-hidden']['pt-pt'] = "Escondido";
2013-10-01 14:26:41 +02:00
$text['option-hidden']['fr-fr'] = "Caché";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-text']['en-us'] = "Text";
2014-02-14 19:37:58 +01:00
$text['option-text']['es-cl'] = "Texto";
$text['option-text']['pt-pt'] = "Texto";
2013-10-01 14:26:41 +02:00
$text['option-text']['fr-fr'] = "Texte";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-number']['en-us'] = "Number";
2014-02-14 19:37:58 +01:00
$text['option-number']['es-cl'] = "Número";
$text['option-number']['pt-pt'] = "Número";
2013-10-01 14:26:41 +02:00
$text['option-number']['fr-fr'] = "Numéro";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-date']['en-us'] = "Date";
2014-02-14 19:37:58 +01:00
$text['option-date']['es-cl'] = "Fecha";
$text['option-date']['pt-pt'] = "Data";
2013-10-01 14:26:41 +02:00
$text['option-date']['fr-fr'] = "Date";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-email']['en-us'] = "Email";
2014-02-14 19:37:58 +01:00
$text['option-email']['es-cl'] = "Email";
$text['option-email']['pt-pt'] = "Email";
2013-10-01 14:26:41 +02:00
$text['option-email']['fr-fr'] = "Courriel";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-label']['en-us'] = "Label";
2014-02-14 19:37:58 +01:00
$text['option-label']['es-cl'] = "Etiqueta";
$text['option-label']['pt-pt'] = "Rótulo";
2013-10-01 14:26:41 +02:00
$text['option-label']['fr-fr'] = "Label";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-phone']['en-us'] = "Phone";
2014-02-14 19:37:58 +01:00
$text['option-phone']['es-cl'] = "Teléfono";
$text['option-phone']['pt-pt'] = "Telefone";
2013-10-01 14:26:41 +02:00
$text['option-phone']['fr-fr'] = "Téléphone";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-check_box']['en-us'] = "Check Box";
2014-02-14 19:37:58 +01:00
$text['option-check_box']['es-cl'] = "Check Box";
$text['option-check_box']['pt-pt'] = "Opção";
2013-10-01 14:26:41 +02:00
$text['option-check_box']['fr-fr'] = "option";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-text_area']['en-us'] = "Text Area";
2014-02-14 19:37:58 +01:00
$text['option-text_area']['es-cl'] = "Campo de texto";
$text['option-text_area']['pt-pt'] = "Área de Texto";
2013-10-01 14:26:41 +02:00
$text['option-text_area']['fr-fr'] = "Zone de Texte";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-select']['en-us'] = "Select";
2014-02-14 19:37:58 +01:00
$text['option-select']['es-cl'] = "Seleccionar";
$text['option-select']['pt-pt'] = "Escolher";
2013-10-01 14:26:41 +02:00
$text['option-select']['fr-fr'] = "Choisir";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-hidden']['en-us'] = "Hidden";
2014-02-14 19:37:58 +01:00
$text['option-hidden']['es-cl'] = "Escondido";
$text['option-hidden']['pt-pt'] = "Esconder";
2013-10-01 14:26:41 +02:00
$text['option-hidden']['fr-fr'] = "Caché";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-uuid']['en-us'] = "UUID";
2014-02-14 19:37:58 +01:00
$text['option-uuid']['es-cl'] = "UUID";
$text['option-uuid']['pt-pt'] = "UUID";
2013-10-01 14:26:41 +02:00
$text['option-uuid']['fr-fr'] = "UUID";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-password']['en-us'] = "Password";
2014-02-14 19:37:58 +01:00
$text['option-password']['es-cl'] = "Contraseña";
$text['option-password']['pt-pt'] = "Password";
2013-10-01 14:26:41 +02:00
$text['option-password']['fr-fr'] = "Mot de Passe";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-pin_number']['en-us'] = "PIN Number";
2014-02-14 19:37:58 +01:00
$text['option-pin_number']['es-cl'] = "Número PIN";
$text['option-pin_number']['pt-pt'] = "Código PIN";
2013-10-01 14:26:41 +02:00
$text['option-pin_number']['fr-fr'] = "Code PIN";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-image_upload']['en-us'] = "Image Upload";
2014-02-14 19:37:58 +01:00
$text['option-image_upload']['es-cl'] = "Subir imágem";
$text['option-image_upload']['pt-pt'] = "Carregar Imagem";
2013-10-01 14:26:41 +02:00
$text['option-image_upload']['fr-fr'] = "Télécharger une Image";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-file_upload']['en-us'] = "File Upload";
2014-02-14 19:37:58 +01:00
$text['option-file_upload']['es-cl'] = "Subir archivo";
$text['option-file_upload']['pt-pt'] = "Carregar Ficheiro";
2013-10-01 14:26:41 +02:00
$text['option-file_upload']['fr-fr'] = "Télécharger un Fichier";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-url']['en-us'] = "URL";
2014-02-14 19:37:58 +01:00
$text['option-url']['es-cl'] = "URL";
$text['option-url']['pt-pt'] = "URL";
2013-10-01 14:26:41 +02:00
$text['option-url']['fr-fr'] = "URL";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-modified_date']['en-us'] = "Modified Date";
2014-02-14 19:37:58 +01:00
$text['option-modified_date']['es-cl'] = "Fecha de modificación";
$text['option-modified_date']['pt-pt'] = "Data de Alteração";
2013-10-01 14:26:41 +02:00
$text['option-modified_date']['fr-fr'] = "Date de Modification";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['option-modified_user']['en-us'] = "Modified User";
2014-02-14 19:37:58 +01:00
$text['option-modified_user']['es-cl'] = "Modificado por";
$text['option-modified_user']['pt-pt'] = "Utilizador Alterado";
2013-10-01 14:26:41 +02:00
$text['option-modified_user']['fr-fr'] = "Usager Modifié";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-add']['en-us'] = "Add";
2014-02-14 19:37:58 +01:00
$text['button-add']['es-cl'] = "Agregar";
$text['button-add']['pt-pt'] = "Adicionar";
2013-10-01 14:26:41 +02:00
$text['button-add']['fr-fr'] = "Ajouter";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-edit']['en-us'] = "Edit";
2014-02-14 19:37:58 +01:00
$text['button-edit']['es-cl'] = "Editar";
$text['button-edit']['pt-pt'] = "Editar";
2013-10-01 14:26:41 +02:00
$text['button-edit']['fr-fr'] = "Editer";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-delete']['en-us'] = "Delete";
2014-02-14 19:37:58 +01:00
$text['button-delete']['es-cl'] = "Eliminar";
$text['button-delete']['pt-pt'] = "Remover";
2013-10-01 14:26:41 +02:00
$text['button-delete']['fr-fr'] = "Supprimer";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-back']['en-us'] = "Back";
2014-02-14 19:37:58 +01:00
$text['button-back']['es-cl'] = "Volver";
$text['button-back']['pt-pt'] = "Voltar";
2013-10-01 14:26:41 +02:00
$text['button-back']['fr-fr'] = "Retour";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-save']['en-us'] = "Save";
2014-02-14 19:37:58 +01:00
$text['button-save']['es-cl'] = "Guardar";
$text['button-save']['pt-pt'] = "Guardar";
2013-10-01 14:26:41 +02:00
$text['button-save']['fr-fr'] = "Sauvegarder";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-view']['en-us'] = "View";
2014-02-14 19:37:58 +01:00
$text['button-view']['es-cl'] = "Ver";
$text['button-view']['pt-pt'] = "Ver";
2013-10-01 14:26:41 +02:00
$text['button-view']['fr-fr'] = "Voir";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-import']['en-us'] = "Import";
2014-02-14 19:37:58 +01:00
$text['button-import']['es-cl'] = "Importar";
$text['button-import']['pt-pt'] = "Importar";
2013-10-01 14:26:41 +02:00
$text['button-import']['fr-fr'] = "Importer";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-search_all']['en-us'] = "Search All";
2014-02-14 19:37:58 +01:00
$text['button-search_all']['es-cl'] = "Buscar Todo";
$text['button-search_all']['pt-pt'] = "Pesquisar Tudo";
2013-10-01 14:26:41 +02:00
$text['button-search_all']['fr-fr'] = "Rechercher tout";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-prev']['en-us'] = "Previous";
2014-02-14 19:37:58 +01:00
$text['button-prev']['es-cl'] = "Anterior";
$text['button-prev']['pt-pt'] = "Anterior";
2013-10-01 14:26:41 +02:00
$text['button-prev']['fr-fr'] = "Précédent";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['button-next']['en-us'] = "Next";
2014-02-14 19:37:58 +01:00
$text['button-next']['es-cl'] = "Siguiente";
$text['button-next']['pt-pt'] = "Seguinte";
2013-10-01 14:26:41 +02:00
$text['button-next']['fr-fr'] = "Suivant";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
2014-02-14 19:37:58 +01:00
$text['confirm-delete']['es-cl'] = "&iquest;Realmente desea eliminar esto?";
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende removre isto?";
2013-10-01 14:26:41 +02:00
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['message-add']['en-us'] = "Add Completed";
2014-02-14 19:37:58 +01:00
$text['message-add']['es-cl'] = "Agregar Completado";
$text['message-add']['pt-pt'] = "Adição Efectuada";
2013-10-01 14:26:41 +02:00
$text['message-add']['fr-fr'] = "Ajouté";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['message-update']['en-us'] = "Update Completed";
2014-02-14 19:37:58 +01:00
$text['message-update']['es-cl'] = "Actualización Completada";
$text['message-update']['pt-pt'] = "Alteração Efectuada";
2013-10-01 14:26:41 +02:00
$text['message-update']['fr-fr'] = "Télécharger";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['message-delete']['en-us'] = "Delete Completed";
2014-02-14 19:37:58 +01:00
$text['message-delete']['es-cl'] = "Eliminación Completada";
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
2013-10-01 14:26:41 +02:00
$text['message-delete']['fr-fr'] = "Supprimé";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
$text['message-required']['en-us'] = "Please provide: ";
2014-02-14 19:37:58 +01:00
$text['message-required']['es-cl'] = "Por favor indique: ";
$text['message-required']['pt-pt'] = "Por favor indique: ";
2013-10-01 14:26:41 +02:00
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
?>