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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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). " ;
2014-02-23 09:07:37 +01:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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). " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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. " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
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 " ;
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 " ;
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 " ;
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 " ;
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 " ;
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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
2013-10-18 00:06:01 +02:00
$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' ] = " ¿Realmente desea eliminar esto? " ;
2013-10-18 00:06:01 +02:00
$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 " ;
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é " ;
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 " ;
2013-10-18 00:06:01 +02:00
$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 " ;
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é " ;
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: " ;
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: " ;
2014-02-14 19:37:58 +01:00
2013-10-01 14:26:41 +02:00
?>