2013-10-01 12:26:41 +00:00
<? php
$text [ 'title-schemas' ][ 'en-us' ] = "Schemas" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-schemas' ][ 'pt-pt' ] = "Esquemas de Base de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-schemas' ][ 'fr-fr' ] = "Schémas" ;
$text [ 'title-schema' ][ 'en-us' ] = "Schema" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-schema' ][ 'pt-pt' ] = "Esquema de Base de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-schema' ][ 'fr-fr' ] = "Schéma" ;
$text [ 'title-field' ][ 'en-us' ] = "Field" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-field' ][ 'pt-pt' ] = "Campo" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-field' ][ 'fr-fr' ] = "Champs" ;
$text [ 'title-name_value' ][ 'en-us' ] = "Select Box Option" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-name_value' ][ 'pt-pt' ] = "Escolha a Opção" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-name_value' ][ 'fr-fr' ] = "Choisir l'Option" ;
$text [ 'title-data_view' ][ 'en-us' ] = "Schema Data View" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-data_view' ][ 'pt-pt' ] = "Visualização do Esquema de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-data_view' ][ 'fr-fr' ] = "Affichage des données" ;
$text [ 'title-data' ][ 'en-us' ] = "Schema Data" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-data' ][ 'pt-pt' ] = "Esquema de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-data' ][ 'fr-fr' ] = "Données" ;
$text [ 'title-import' ][ 'en-us' ] = "Schema Import" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-import' ][ 'pt-pt' ] = "Importar Esquema" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-import' ][ 'fr-fr' ] = "Importer Schéma" ;
$text [ 'title-import_results' ][ 'en-us' ] = "Schema Import Results" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-import_results' ][ 'pt-pt' ] = "Resutlados da Importação do Esquema" ;
2013-10-01 12:26:41 +00:00
$text [ 'title-import_results' ][ 'fr-fr' ] = "Résultat de l'import" ;
$text [ 'header-schemas' ][ 'en-us' ] = "Schemas" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-schemas' ][ 'pt-pt' ] = "Esquemas da Base de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-schemas' ][ 'fr-fr' ] = "Schémas" ;
$text [ 'header-schema' ][ 'en-us' ] = "Schema" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-schema' ][ 'pt-pt' ] = "Esquema da Base de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-schema' ][ 'fr-fr' ] = "Schéma" ;
$text [ 'header-fields' ][ 'en-us' ] = "Fields" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-fields' ][ 'pt-pt' ] = "Campos" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-fields' ][ 'fr-fr' ] = "Champs" ;
$text [ 'header-field' ][ 'en-us' ] = "Field" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-field' ][ 'pt-pt' ] = "Campo" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-field' ][ 'fr-fr' ] = "Champs" ;
$text [ 'header-name_values' ][ 'en-us' ] = "Select Box Options" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-name_values' ][ 'pt-pt' ] = "Escolher a Opção" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-name_values' ][ 'fr-fr' ] = "Choisir l'option" ;
$text [ 'header-name_value' ][ 'en-us' ] = "Select Box Option" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-name_value' ][ 'pt-pt' ] = "Escolha a Opção" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-name_value' ][ 'fr-fr' ] = "Choisir l'option" ;
$text [ 'header-data_view' ][ 'en-us' ] = "Schema Data View" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-data_view' ][ 'pt-pt' ] = "Visualização do Esquema de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-data_view' ][ 'fr-fr' ] = "Affichage des données" ;
$text [ 'header-data' ][ 'en-us' ] = "Schema Data" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-data' ][ 'pt-pt' ] = "Esquema de Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-data' ][ 'fr-fr' ] = "Données" ;
$text [ 'header-import' ][ 'en-us' ] = "Schema Import" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-import' ][ 'pt-pt' ] = "Importar Esquema" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-import' ][ 'fr-fr' ] = "Importer Schéma" ;
$text [ 'header-import_results' ][ 'en-us' ] = "Schema Import Results" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-import_results' ][ 'pt-pt' ] = "Resultados da Importação do Esquema" ;
2013-10-01 12:26:41 +00:00
$text [ 'header-import_results' ][ 'fr-fr' ] = "Résultat de l'import" ;
$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." ;
2013-10-17 22:06:01 +00: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 12:26:41 +00: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." ;
$text [ 'description-schema' ][ 'en-us' ] = "Define the properties of the schema below." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-schema' ][ 'pt-pt' ] = "Definir as propriedades para o esquema em baixo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-schema' ][ 'fr-fr' ] = "Définir les propriétés du schéma ci-dessous." ;
$text [ 'description-fields' ][ 'en-us' ] = "Lists the fields in the database." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-fields' ][ 'pt-pt' ] = "Lista os campos da base de dados." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-fields' ][ 'fr-fr' ] = "Liste les champs de la base de données." ;
$text [ 'description-field' ][ 'en-us' ] = "Define the properties of the field below." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field' ][ 'pt-pt' ] = "Define as propriedades do campo em baixo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field' ][ 'fr-fr' ] = "Définir les propriétés des champs ci-dessous" ;
$text [ 'description-name_values' ][ 'en-us' ] = "Name and value pairs of the Select Box." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-name_values' ][ 'pt-pt' ] = "Pares nome-valor da caixa de opções." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-name_values' ][ 'fr-fr' ] = "Nom et valeur de la sélection." ;
$text [ 'description-name_value' ][ 'en-us' ] = "Define a name and value pair for the Select Box." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-name_value' ][ 'pt-pt' ] = "Define um par nome-valor para a caixa de opções." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-name_value' ][ 'fr-fr' ] = "Définir le nom et la valeur de la sélection." ;
$text [ 'label-category' ][ 'en-us' ] = "Category" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-category' ][ 'pt-pt' ] = "Categoria" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-category' ][ 'fr-fr' ] = "Catégorie" ;
$text [ 'label-label' ][ 'en-us' ] = "Label" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-label' ][ 'pt-pt' ] = "Rótulo" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-label' ][ 'fr-fr' ] = "Label" ;
$text [ 'label-name' ][ 'en-us' ] = "Name" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-name' ][ 'pt-pt' ] = "Nome" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-name' ][ 'fr-fr' ] = "Nom" ;
$text [ 'label-schema_name' ][ 'en-us' ] = "Schema Name" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-schema_name' ][ 'pt-pt' ] = "Nome do Esquema" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-schema_name' ][ 'fr-fr' ] = "Nom du schéma" ;
$text [ 'label-authentication' ][ 'en-us' ] = "Authentication" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-authentication' ][ 'pt-pt' ] = "Autenticação" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-authentication' ][ 'fr-fr' ] = "Authentification" ;
$text [ 'label-parent_schema' ][ 'en-us' ] = "Parent Schema" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-parent_schema' ][ 'pt-pt' ] = "Esquema Pai" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-parent_schema' ][ 'fr-fr' ] = "Schéma parent" ;
$text [ 'label-description' ][ 'en-us' ] = "Description" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-description' ][ 'pt-pt' ] = "Descrição" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-description' ][ 'fr-fr' ] = "Description" ;
$text [ 'label-field_label' ][ 'en-us' ] = "Label" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_label' ][ 'pt-pt' ] = "Rótulo" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_label' ][ 'fr-fr' ] = "Label" ;
$text [ 'label-field_name' ][ 'en-us' ] = "Name" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_name' ][ 'pt-pt' ] = "Nome" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_name' ][ 'fr-fr' ] = "Nom" ;
$text [ 'label-field_type' ][ 'en-us' ] = "Type" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_type' ][ 'pt-pt' ] = "Tipo" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_type' ][ 'fr-fr' ] = "Type" ;
$text [ 'label-field_value' ][ 'en-us' ] = "Value" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_value' ][ 'pt-pt' ] = "Valor" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_value' ][ 'fr-fr' ] = "Valeur" ;
$text [ 'label-field_visibility' ][ 'en-us' ] = "Visibility" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_visibility' ][ 'pt-pt' ] = "Visibilidade" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_visibility' ][ 'fr-fr' ] = "Visible" ;
$text [ 'label-field_column' ][ 'en-us' ] = "Column" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_column' ][ 'pt-pt' ] = "Coluna" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_column' ][ 'fr-fr' ] = "Colone" ;
$text [ 'label-field_required' ][ 'en-us' ] = "Required" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_required' ][ 'pt-pt' ] = "Obrigatório" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_required' ][ 'fr-fr' ] = "Requis" ;
$text [ 'label-field_search_by' ][ 'en-us' ] = "Search By" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_search_by' ][ 'pt-pt' ] = "Pesquisar Por" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_search_by' ][ 'fr-fr' ] = "Rechercher Par" ;
$text [ 'label-field_order' ][ 'en-us' ] = "Field Order" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_order' ][ 'pt-pt' ] = "Ordem dos Campos" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_order' ][ 'fr-fr' ] = "Ordre des Champs" ;
$text [ 'label-field_tab_order' ][ 'en-us' ] = "Tab Order" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_tab_order' ][ 'pt-pt' ] = "Ordem das Tabs" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_tab_order' ][ 'fr-fr' ] = "Odre des onglets" ;
$text [ 'label-field_description' ][ 'en-us' ] = "Description" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-field_description' ][ 'pt-pt' ] = "Descrição" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-field_description' ][ 'fr-fr' ] = "Description" ;
$text [ 'label-name_value_name' ][ 'en-us' ] = "Name" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-name_value_name' ][ 'pt-pt' ] = "Nome" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-name_value_name' ][ 'fr-fr' ] = "Nom" ;
$text [ 'label-name_value_value' ][ 'en-us' ] = "Value" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-name_value_value' ][ 'pt-pt' ] = "Valor" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-name_value_value' ][ 'fr-fr' ] = "Valeur" ;
$text [ 'label-import_data' ][ 'en-us' ] = "Data" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-import_data' ][ 'pt-pt' ] = "Dados" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-import_data' ][ 'fr-fr' ] = "Donnée" ;
$text [ 'label-import_delimiter' ][ 'en-us' ] = "Delimiter" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-import_delimiter' ][ 'pt-pt' ] = "Separador" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-import_delimiter' ][ 'fr-fr' ] = "Séparateur de champs" ;
$text [ 'label-import_enclosure' ][ 'en-us' ] = "Enclosure" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-import_enclosure' ][ 'pt-pt' ] = "Entre Campos" ;
2013-10-01 12:26:41 +00:00
$text [ 'label-import_enclosure' ][ 'fr-fr' ] = "Champs entre" ;
$text [ 'description-category' ][ 'en-us' ] = "Select the category." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-category' ][ 'pt-pt' ] = "Escolha a categoria." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-category' ][ 'fr-fr' ] = "Choisir la catégorie." ;
$text [ 'description-label' ][ 'en-us' ] = "Enter the label." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-label' ][ 'pt-pt' ] = "Introduza o rótulo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-label' ][ 'fr-fr' ] = "Choisir le label" ;
$text [ 'description-name' ][ 'en-us' ] = "Enter the schema name." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-name' ][ 'pt-pt' ] = "Introduza o nome do esquema." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-name' ][ 'fr-fr' ] = "Choisir le nom du schéma." ;
$text [ 'description-authentication' ][ 'en-us' ] = "Choose whether to require authentication." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-authentication' ][ 'pt-pt' ] = "Escolha se deseja ter autenticação." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-authentication' ][ 'fr-fr' ] = "Choisir si l'authentification est nécessaire." ;
$text [ 'description-parent_schema' ][ 'en-us' ] = "Select a parent schema." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-parent_schema' ][ 'pt-pt' ] = "Escolha um esquema pai." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-parent_schema' ][ 'fr-fr' ] = "Choisir un schéma parent." ;
$text [ 'description-description' ][ 'en-us' ] = "Enter a description (optional)." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-description' ][ 'en-us' ] = "Introduza uma descrição (opcional)." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-description' ][ 'fr-fr' ] = "" ;
$text [ 'description-field_label' ][ 'en-us' ] = "Enter the field label." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_label' ][ 'pt-pt' ] = "Introduza o rótulo do campo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_label' ][ 'fr-fr' ] = "Choisil un label pour le champs" ;
$text [ 'description-field_name' ][ 'en-us' ] = "Enter field name." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_name' ][ 'pt-pt' ] = "Introduza o nome do campo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_name' ][ 'fr-fr' ] = "Choisir un nom pour le champs" ;
$text [ 'description-field_type' ][ 'en-us' ] = "Select the field type." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_type' ][ 'pt-pt' ] = "Introduza o tipo do campo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_type' ][ 'fr-fr' ] = "Choisir un type de champs" ;
$text [ 'description-field_value' ][ 'en-us' ] = "Enter the default value." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_value' ][ 'pt-pt' ] = "Introduza o valor por omissão." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_value' ][ 'fr-fr' ] = "Choisir la valeur par défaut" ;
$text [ 'description-field_visibility' ][ 'en-us' ] = "Choose whether the field is hidden from the list." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_visibility' ][ 'pt-pt' ] = "Escolha se pretende que o campo esteja escondido da lista." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_visibility' ][ 'fr-fr' ] = "choisir si le champs est caché" ;
$text [ 'description-field_search_by' ][ 'en-us' ] = "Choose whether the field will be used for searches." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_search_by' ][ 'pt-pt' ] = "Escolha que campo será utilizado para pesquisar." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_search_by' ][ 'fr-fr' ] = "Choisir si le champs sera utilisé pour la recherche" ;
$text [ 'description-field_column' ][ 'en-us' ] = "Determines which column to show the field in." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_column' ][ 'pt-pt' ] = "Determina qual a coluna para visualizar o respectivo campo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_column' ][ 'fr-fr' ] = "Déterminer la colonne où afficher le champs" ;
$text [ 'description-field_required' ][ 'en-us' ] = "Choose whether the field is required." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_required' ][ 'pt-pt' ] = "Escolha se o campo é obrigatório." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_required' ][ 'fr-fr' ] = "Choisir sir le champs est obligatoire" ;
$text [ 'description-field_order' ][ 'en-us' ] = "Enter the order of the field." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_order' ][ 'pt-pt' ] = "Introduza a ordem do campo." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_order' ][ 'fr-fr' ] = "Choisir l'ordre des champs" ;
$text [ 'description-field_tab_order' ][ 'en-us' ] = "Enter the tab order." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_tab_order' ][ 'pt-pt' ] = "Introduza a ordem do tab." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_tab_order' ][ 'fr-fr' ] = "Choisir l'ordre des onglets" ;
$text [ 'description-field_description' ][ 'en-us' ] = "Enter the description (optional)." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-field_description' ][ 'pt-pt' ] = "Introduza uma descrição (opcional)." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-field_description' ][ 'fr-fr' ] = "" ;
$text [ 'description-name_value_name' ][ 'en-us' ] = "Enter the option text." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-name_value_name' ][ 'pt-pt' ] = "Introduza o texto da opção." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-name_value_name' ][ 'fr-fr' ] = "Choisire le text de l'option." ;
$text [ 'description-name_value_value' ][ 'en-us' ] = "Enter the option value." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-name_value_value' ][ 'pt-pt' ] = "Introduza o valor da opção." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-name_value_value' ][ 'fr-fr' ] = "Choisir la valeur de l'option." ;
$text [ 'description-import_data' ][ 'en-us' ] = "Copy and paste the comma delimitted data into the text area to begin the import." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-import_data' ][ 'pt-pt' ] = "Copie e cole os dados separados por vírgula para iniciar a importação." ;
2013-10-01 12:26:41 +00: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." ;
$text [ 'description-import_delimiter' ][ 'en-us' ] = "Select the field/column delimiter." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-import_delimiter' ][ 'pt-pt' ] = "Escolha o separador de campo/coluna." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-import_delimiter' ][ 'fr-fr' ] = "Choisir le séparateur de champs/colonne" ;
$text [ 'description-import_enclosure' ][ 'en-us' ] = "Select the field/column data enclosure." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-import_enclosure' ][ 'pt-pt' ] = "Escolha o conteúdo do campo/coluna." ;
2013-10-01 12:26:41 +00:00
$text [ 'description-import_enclosure' ][ 'fr-fr' ] = "Choisir le conteneur de champs/colonne" ;
$text [ 'option-true' ][ 'en-us' ] = "True" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-true' ][ 'pt-pt' ] = "Sim" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-true' ][ 'fr-fr' ] = "Oui" ;
$text [ 'option-false' ][ 'en-us' ] = "False" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-false' ][ 'pt-pt' ] = "Não" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-false' ][ 'fr-fr' ] = "Non" ;
$text [ 'option-fusionpbx' ][ 'en-us' ] = "FusionPBX" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-fusionpbx' ][ 'pt-pt' ] = "FusionPBX" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-fusionpbx' ][ 'fr-fr' ] = "FusionPX" ;
$text [ 'option-other' ][ 'en-us' ] = "Other" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-other' ][ 'pt-pt' ] = "Outro" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-other' ][ 'fr-fr' ] = "Autre" ;
$text [ 'option-visible' ][ 'en-us' ] = "Visible" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-visible' ][ 'pt-pt' ] = "Visível" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-visible' ][ 'fr-fr' ] = "Visible" ;
$text [ 'option-hidden' ][ 'en-us' ] = "Hidden" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-hidden' ][ 'pt-pt' ] = "Escondido" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-hidden' ][ 'fr-fr' ] = "Caché" ;
$text [ 'option-text' ][ 'en-us' ] = "Text" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-text' ][ 'pt-pt' ] = "Texto" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-text' ][ 'fr-fr' ] = "Texte" ;
$text [ 'option-number' ][ 'en-us' ] = "Number" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-number' ][ 'pt-pt' ] = "Número" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-number' ][ 'fr-fr' ] = "Numéro" ;
$text [ 'option-date' ][ 'en-us' ] = "Date" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-date' ][ 'pt-pt' ] = "Data" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-date' ][ 'fr-fr' ] = "Date" ;
$text [ 'option-email' ][ 'en-us' ] = "Email" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-email' ][ 'pt-pt' ] = "Email" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-email' ][ 'fr-fr' ] = "Courriel" ;
$text [ 'option-label' ][ 'en-us' ] = "Label" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-label' ][ 'pt-pt' ] = "Rótulo" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-label' ][ 'fr-fr' ] = "Label" ;
$text [ 'option-phone' ][ 'en-us' ] = "Phone" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-phone' ][ 'pt-pt' ] = "Telefone" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-phone' ][ 'fr-fr' ] = "Téléphone" ;
$text [ 'option-check_box' ][ 'en-us' ] = "Check Box" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-check_box' ][ 'pt-pt' ] = "Opção" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-check_box' ][ 'fr-fr' ] = "option" ;
$text [ 'option-text_area' ][ 'en-us' ] = "Text Area" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-text_area' ][ 'pt-pt' ] = "Área de Texto" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-text_area' ][ 'fr-fr' ] = "Zone de Texte" ;
$text [ 'option-select' ][ 'en-us' ] = "Select" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-select' ][ 'pt-pt' ] = "Escolher" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-select' ][ 'fr-fr' ] = "Choisir" ;
$text [ 'option-hidden' ][ 'en-us' ] = "Hidden" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-hidden' ][ 'pt-pt' ] = "Esconder" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-hidden' ][ 'fr-fr' ] = "Caché" ;
$text [ 'option-uuid' ][ 'en-us' ] = "UUID" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-uuid' ][ 'pt-pt' ] = "UUID" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-uuid' ][ 'fr-fr' ] = "UUID" ;
$text [ 'option-password' ][ 'en-us' ] = "Password" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-password' ][ 'pt-pt' ] = "Password" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-password' ][ 'fr-fr' ] = "Mot de Passe" ;
$text [ 'option-pin_number' ][ 'en-us' ] = "PIN Number" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-pin_number' ][ 'pt-pt' ] = "Código PIN" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-pin_number' ][ 'fr-fr' ] = "Code PIN" ;
$text [ 'option-image_upload' ][ 'en-us' ] = "Image Upload" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-image_upload' ][ 'pt-pt' ] = "Carregar Imagem" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-image_upload' ][ 'fr-fr' ] = "Télécharger une Image" ;
$text [ 'option-file_upload' ][ 'en-us' ] = "File Upload" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-file_upload' ][ 'pt-pt' ] = "Carregar Ficheiro" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-file_upload' ][ 'fr-fr' ] = "Télécharger un Fichier" ;
$text [ 'option-url' ][ 'en-us' ] = "URL" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-url' ][ 'pt-pt' ] = "URL" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-url' ][ 'fr-fr' ] = "URL" ;
$text [ 'option-modified_date' ][ 'en-us' ] = "Modified Date" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-modified_date' ][ 'pt-pt' ] = "Data de Alteração" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-modified_date' ][ 'fr-fr' ] = "Date de Modification" ;
$text [ 'option-modified_user' ][ 'en-us' ] = "Modified User" ;
2013-10-17 22:06:01 +00:00
$text [ 'option-modified_user' ][ 'pt-pt' ] = "Utilizador Alterado" ;
2013-10-01 12:26:41 +00:00
$text [ 'option-modified_user' ][ 'fr-fr' ] = "Usager Modifié" ;
$text [ 'button-add' ][ 'en-us' ] = "Add" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-add' ][ 'pt-pt' ] = "Adicionar" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-add' ][ 'fr-fr' ] = "Ajouter" ;
$text [ 'button-edit' ][ 'en-us' ] = "Edit" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-edit' ][ 'pt-pt' ] = "Editar" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-edit' ][ 'fr-fr' ] = "Editer" ;
$text [ 'button-delete' ][ 'en-us' ] = "Delete" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-delete' ][ 'pt-pt' ] = "Remover" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-delete' ][ 'fr-fr' ] = "Supprimer" ;
$text [ 'button-back' ][ 'en-us' ] = "Back" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-back' ][ 'pt-pt' ] = "Voltar" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-back' ][ 'fr-fr' ] = "Retour" ;
$text [ 'button-save' ][ 'en-us' ] = "Save" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-save' ][ 'pt-pt' ] = "Guardar" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-save' ][ 'fr-fr' ] = "Sauvegarder" ;
$text [ 'button-view' ][ 'en-us' ] = "View" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-view' ][ 'pt-pt' ] = "Ver" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-view' ][ 'fr-fr' ] = "Voir" ;
$text [ 'button-import' ][ 'en-us' ] = "Import" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-import' ][ 'pt-pt' ] = "Importar" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-import' ][ 'fr-fr' ] = "Importer" ;
$text [ 'button-search_all' ][ 'en-us' ] = "Search All" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-search_all' ][ 'pt-pt' ] = "Pesquisar Tudo" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-search_all' ][ 'fr-fr' ] = "Rechercher tout" ;
$text [ 'button-prev' ][ 'en-us' ] = "Previous" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-prev' ][ 'pt-pt' ] = "Anterior" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-prev' ][ 'fr-fr' ] = "Précédent" ;
$text [ 'button-next' ][ 'en-us' ] = "Next" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-next' ][ 'pt-pt' ] = "Seguinte" ;
2013-10-01 12:26:41 +00:00
$text [ 'button-next' ][ 'fr-fr' ] = "Suivant" ;
$text [ 'confirm-delete' ][ 'en-us' ] = "Do you really want to delete this?" ;
2013-10-17 22:06:01 +00:00
$text [ 'confirm-delete' ][ 'pt-pt' ] = "Tem a certeza que pretende removre isto?" ;
2013-10-01 12:26:41 +00:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = "Voulez-vous vraiment supprimer cela?" ;
$text [ 'message-add' ][ 'en-us' ] = "Add Completed" ;
2013-10-17 22:06:01 +00:00
$text [ 'message-add' ][ 'pt-pt' ] = "Adição Efectuada" ;
2013-10-01 12:26:41 +00:00
$text [ 'message-add' ][ 'fr-fr' ] = "Ajouté" ;
$text [ 'message-update' ][ 'en-us' ] = "Update Completed" ;
2013-10-17 22:06:01 +00:00
$text [ 'message-update' ][ 'pt-pt' ] = "Alteração Efectuada" ;
2013-10-01 12:26:41 +00:00
$text [ 'message-update' ][ 'fr-fr' ] = "Télécharger" ;
$text [ 'message-delete' ][ 'en-us' ] = "Delete Completed" ;
2013-10-17 22:06:01 +00:00
$text [ 'message-delete' ][ 'pt-pt' ] = "Remoção Efectuada" ;
2013-10-01 12:26:41 +00:00
$text [ 'message-delete' ][ 'fr-fr' ] = "Supprimé" ;
$text [ 'message-required' ][ 'en-us' ] = "Please provide: " ;
2013-10-17 22:06:01 +00:00
$text [ 'message-required' ][ 'pt-pt' ] = "Por favor indique: " ;
2013-10-01 12:26:41 +00:00
$text [ 'message-required' ][ 'fr-fr' ] = "Merci d'indiquer: " ;
?>