2013-05-23 08:18:12 +00:00
<? php
//Devices
2013-10-01 11:35:07 +00:00
$text [ 'title-devices' ][ 'en-us' ] = "Devices" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-devices' ][ 'pt-pt' ] = "Dispositivos" ;
2013-10-01 11:35:07 +00:00
$text [ 'title-devices' ][ 'fr-fr' ] = "Equipements" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'header-devices' ][ 'en-us' ] = "Devices" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-devices' ][ 'pt-pt' ] = "Dispositivos" ;
2013-10-01 11:35:07 +00:00
$text [ 'header-devices' ][ 'fr-fr' ] = "Equipements" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-devices' ][ 'en-us' ] = "Devices are endpoints that register to one or more extensions. They are added to the list manually or automatically when the device requests the provisioning information over HTTP/HTTPS." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-devices' ][ 'pt-pt' ] = "Os dispositivos são endpoints que registam numa ou mais extensões. São adicionadas à lista manualmente ou automaticamente quando o dispositivo realiza um pedido de aprovisionamento através de HTTP/HTTPS." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-devices' ][ 'fr-fr' ] = "Ce sont les équipements qui enregistrent une ou plusieures extensions. Elles sont ajoutées manuellement ou automatiquement à la liste quand l'équipement fait une demande de provisioning par HTTP/HTTPS" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'header-device' ][ 'en-us' ] = "Device" ;
2013-10-17 22:06:01 +00:00
$text [ 'header-device' ][ 'pt-pt' ] = "Dispositivo" ;
2013-10-01 11:35:07 +00:00
$text [ 'header-device' ][ 'fr-fr' ] = "Equipement" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device' ][ 'en-us' ] = "The following information is used to provision endpoints." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device' ][ 'pt-pt' ] = "A seguinte informação é usada para aprovisionar endpoints." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device' ][ 'fr-fr' ] = "Les informations suivantes servent à enregistrer les Equipements." ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_mac_address' ][ 'en-us' ] = "MAC Address" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_mac_address' ][ 'pt-pt' ] = "Endereço MAC" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_mac_address' ][ 'fr-fr' ] = "Adresse MAC" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_mac_address' ][ 'en-us' ] = "Enter the MAC address." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_mac_address' ][ 'pt-pt' ] = "Introduza o endereço MAC." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device_mac_address' ][ 'fr-fr' ] = "" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-extension' ][ 'en-us' ] = "Extensions" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-extension' ][ 'pt-pt' ] = "Extensões" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-extension' ][ 'fr-fr' ] = "Extensions" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-extension' ][ 'en-us' ] = "Assign the extension and line numbers to the device." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-extension' ][ 'pt-pt' ] = "Atribuir a extensão e números ao dispositivo." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-extension' ][ 'fr-fr' ] = "Assigner l'extension et le nombre de lignes à l'équipement." ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_label' ][ 'en-us' ] = "Label" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_label' ][ 'pt-pt' ] = "Rótulo" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_label' ][ 'fr-fr' ] = "Label" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_label' ][ 'en-us' ] = "Enter the device label." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_label' ][ 'pt-pt' ] = "Introduza o rótulo do dispositivo." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-device_label' ][ 'fr-fr' ] = "" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_vendor' ][ 'en-us' ] = "Vendor" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_vendor' ][ 'pt-pt' ] = "Fabricante" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_vendor' ][ 'fr-fr' ] = "Fabriquant" ;
2013-05-23 08:18:12 +00:00
2013-10-17 22:06:01 +00:00
$text [ 'description-device_vendor' ][ 'en-us' ] = "Enter the vendor name." ;
$text [ 'description-device_vendor' ][ 'pt-pt' ] = "Introduza o nome do fabricante." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-device_vendor' ][ 'fr-fr' ] = "Entrer le nom du Fabriquant" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_model' ][ 'en-us' ] = "Model" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_model' ][ 'pt-pt' ] = "Modelo" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_model' ][ 'fr-fr' ] = "Modèle" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_model' ][ 'en-us' ] = "Enter the model name or number." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_model' ][ 'pt-pt' ] = "Introduza o nome do modelo ou número." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device_model' ][ 'fr-fr' ] = "Entrer le nom ou le numéro du modèle" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_firmware_version' ][ 'en-us' ] = "Firmware Version" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_firmware_version' ][ 'pt-pt' ] = "Versão do Firmware" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_firmware_version' ][ 'fr-fr' ] = "Version Firmware" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_firmware_version' ][ 'en-us' ] = "Enter the firmware version." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_firmware_version' ][ 'pt-pt' ] = "Introduza a versão do firmware." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device_firmware_version' ][ 'fr-fr' ] = "Entrer la version du firmware." ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_provision_enable' ][ 'en-us' ] = "Enabled" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_provision_enable' ][ 'pt-pt' ] = "Activado" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_provision_enable' ][ 'fr-fr' ] = "Actif" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_provision_enable' ][ 'en-us' ] = "Enable or disable provisioning for this device." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_provision_enable' ][ 'pt-pt' ] = "Active ou Desactive o aprovisionamento para este dispositivo." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device_provision_enable' ][ 'fr-fr' ] = "" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_template' ][ 'en-us' ] = "Template" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_template' ][ 'pt-pt' ] = "Template" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_template' ][ 'fr-fr' ] = "Template" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_template' ][ 'en-us' ] = "Select a template." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_template' ][ 'pt-pt' ] = "Seleccione um template." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device_template' ][ 'fr-fr' ] = "" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-lines' ][ 'en-us' ] = "Lines" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-lines' ][ 'pt-pt' ] = "Linhas" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-lines' ][ 'fr-fr' ] = "Lignes" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-line' ][ 'en-us' ] = "Line" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-line' ][ 'pt-pt' ] = "Linha" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-line' ][ 'fr-fr' ] = "Ligne" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-line_number' ][ 'en-us' ] = "Line Number" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-line_number' ][ 'pt-pt' ] = "Número" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-line_number' ][ 'fr-fr' ] = "Nombre de Lignes" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-line_number' ][ 'en-us' ] = "Select a line number." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-line_number' ][ 'pt-pt' ] = "Selecciona um número." ;
2013-09-30 13:19:40 +00:00
$text [ 'description-line_number' ][ 'fr-fr' ] = "Choisir un numéro de ligne." ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-server_address' ][ 'en-us' ] = "Server Address" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-server_address' ][ 'pt-pt' ] = "Endereço do Servidor" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-server_address' ][ 'fr-fr' ] = "Adresse du Serveur" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-server_address' ][ 'en-us' ] = "Select a server address." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-server_address' ][ 'pt-pt' ] = "Seleccione um endereço de servidor." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-server_address' ][ 'fr-fr' ] = "" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-server_address' ][ 'en-us' ] = "Select a server address." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-server_address' ][ 'pt-pt' ] = "Seleccione um endereço de servidor." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-server_address' ][ 'fr-fr' ] = "" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-outbound_proxy' ][ 'en-us' ] = "Outbound Proxy" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-outbound_proxy' ][ 'pt-pt' ] = "Outbound Proxy" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-outbound_proxy' ][ 'fr-fr' ] = "Proxy Sortant" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-outbound_proxy' ][ 'en-us' ] = "Enter the outbound proxy." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-outbound_proxy' ][ 'pt-pt' ] = "Introduza o outbound proxy." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-outbound_proxy' ][ 'fr-fr' ] = "" ;
2013-06-09 20:46:14 +00:00
2013-12-17 16:19:54 +00:00
$text [ 'label-sip_port' ][ 'en-us' ] = "Port" ;
$text [ 'label-sip_port' ][ 'pt-pt' ] = "" ;
$text [ 'label-sip_port' ][ 'fr-fr' ] = "" ;
$text [ 'description-sip_port' ][ 'en-us' ] = "Enter the SIP port." ;
$text [ 'description-sip_port' ][ 'pt-pt' ] = "" ;
$text [ 'description-sip_port' ][ 'fr-fr' ] = "" ;
$text [ 'label-sip_transport' ][ 'en-us' ] = "Transport" ;
$text [ 'label-sip_transport' ][ 'pt-pt' ] = "" ;
$text [ 'label-sip_transport' ][ 'fr-fr' ] = "" ;
$text [ 'description-sip_transport' ][ 'en-us' ] = "Enter the SIP transport protocol." ;
$text [ 'description-sip_transport' ][ 'pt-pt' ] = "Introduza o ." ;
$text [ 'description-sip_transport' ][ 'fr-fr' ] = "" ;
$text [ 'label-register_expires' ][ 'en-us' ] = "Register Expires" ;
$text [ 'label-register_expires' ][ 'pt-pt' ] = "" ;
$text [ 'label-register_expires' ][ 'fr-fr' ] = "" ;
$text [ 'description-register_expires' ][ 'en-us' ] = "Enter the expire time for the SIP registration." ;
$text [ 'description-register_expires' ][ 'pt-pt' ] = "." ;
$text [ 'description-register_expires' ][ 'fr-fr' ] = "" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-display_name' ][ 'en-us' ] = "Display Name" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-display_name' ][ 'pt-pt' ] = "Nome no visor" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-display_name' ][ 'fr-fr' ] = "Nom affiché" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-display_name' ][ 'en-us' ] = "Enter the display name." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-display_name' ][ 'pt-pt' ] = "Introduza o nome no visor." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-display_name' ][ 'fr-fr' ] = "" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-user_id' ][ 'en-us' ] = "User ID" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-user_id' ][ 'pt-pt' ] = "ID do utilizador" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-user_id' ][ 'fr-fr' ] = "Usager ID" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-user_id' ][ 'en-us' ] = "Enter the user ID." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-user_id' ][ 'pt-pt' ] = "Introduza o ID do utilizador." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-user_id' ][ 'fr-fr' ] = "" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-auth_id' ][ 'en-us' ] = "Auth ID" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-auth_id' ][ 'pt-pt' ] = "Auth ID" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-auth_id' ][ 'fr-fr' ] = "Auth ID" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-auth_id' ][ 'en-us' ] = "Enter the auth ID." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-auth_id' ][ 'pt-pt' ] = "Introduza o auth ID." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-auth_id' ][ 'fr-fr' ] = "" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-password' ][ 'en-us' ] = "Password" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-password' ][ 'pt-pt' ] = "Password" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-password' ][ 'fr-fr' ] = "Mot de Passe" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-password' ][ 'en-us' ] = "Enter the password." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-password' ][ 'pt-pt' ] = "Introduza a password." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-password' ][ 'fr-fr' ] = "" ;
2013-06-09 20:46:14 +00:00
2013-10-01 11:35:07 +00:00
//$text['label-device_username']['en-us'] = "Username";
//$text['label-device_username']['pt-pt'] = "";
//$text['label-device_username']['fr-fr'] = "";
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
//$text['description-device_username']['en-us'] = "Username";
//$text['description-device_username']['pt-pt'] = "";
//$text['description-device_username']['fr-fr'] = "";
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
//$text['label-device_password']['en-us'] = "Password";
//$text['label-device_password']['pt-pt'] = "";
//$text['label-device_password']['fr-fr'] = "";
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
//$text['description-device_password']['en-us'] = "Password";
//$text['description-device_password']['pt-pt'] = "";
//$text['description-device_password']['fr-fr'] = "";
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_time_zone' ][ 'en-us' ] = "Time Zone" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_time_zone' ][ 'pt-pt' ] = "Time Zone" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_time_zone' ][ 'fr-fr' ] = "Fuseau Horaire" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_time_zone' ][ 'en-us' ] = "Enter the time zone." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_time_zone' ][ 'pt-pt' ] = "Introduza o time zone." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device_time_zone' ][ 'fr-fr' ] = "" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-device_description' ][ 'en-us' ] = "Description" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-device_description' ][ 'pt-pt' ] = "Descrição" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-device_description' ][ 'fr-fr' ] = "Description" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-device_description' ][ 'en-us' ] = "Enter the description." ;
2013-10-17 22:06:01 +00:00
$text [ 'description-device_description' ][ 'pt-pt' ] = "Introduza a descrição." ;
2013-10-01 11:35:07 +00:00
$text [ 'description-device_description' ][ 'fr-fr' ] = "" ;
2013-05-23 08:18:12 +00:00
2013-12-17 16:19:54 +00:00
//keys
$text [ 'label-keys' ][ 'en-us' ] = "Keys" ;
$text [ 'label-keys' ][ 'pt-pt' ] = "" ;
$text [ 'label-keys' ][ 'fr-fr' ] = "" ;
$text [ 'title-device_keys' ][ 'en-us' ] = 'Device Keys' ;
$text [ 'title-device_keys' ][ 'pt-pt' ] = '' ;
$text [ 'title-device_key' ][ 'en-us' ] = 'Device Key' ;
$text [ 'title-device_key' ][ 'pt-pt' ] = '' ;
$text [ 'description-device_key' ][ 'en-us' ] = '' ;
$text [ 'description-device_key' ][ 'pt-pt' ] = '' ;
$text [ 'label-device_key_id' ][ 'en-us' ] = 'Key' ;
$text [ 'label-device_key_id' ][ 'pt-pt' ] = '' ;
$text [ 'description-device_key' ][ 'en-us' ] = 'Select the key.' ;
$text [ 'description-device_key' ][ 'pt-pt' ] = '' ;
2013-12-29 06:47:25 +00:00
$text [ 'label-device_key_category' ][ 'en-us' ] = 'Category' ;
$text [ 'label-device_key_category' ][ 'pt-pt' ] = '' ;
$text [ 'description-device_key_category' ][ 'en-us' ] = 'Select the category.' ;
$text [ 'description-device_key_category' ][ 'pt-pt' ] = '' ;
2013-12-17 16:19:54 +00:00
$text [ 'label-device_key_type' ][ 'en-us' ] = 'Type' ;
$text [ 'label-device_key_type' ][ 'pt-pt' ] = '' ;
$text [ 'description-device_key_type' ][ 'en-us' ] = 'Select the type of key.' ;
$text [ 'description-device_key_type' ][ 'pt-pt' ] = '' ;
$text [ 'label-device_key_value' ][ 'en-us' ] = 'Value' ;
$text [ 'label-device_key_value' ][ 'pt-pt' ] = '' ;
$text [ 'description-device_key_value' ][ 'en-us' ] = 'Enter the value.' ;
$text [ 'description-device_key_value' ][ 'pt-pt' ] = '' ;
$text [ 'label-device_key_label' ][ 'en-us' ] = 'Label' ;
$text [ 'label-device_key_label' ][ 'pt-pt' ] = '' ;
$text [ 'description-device_key_label' ][ 'en-us' ] = 'Enter the label.' ;
$text [ 'description-device_key_label' ][ 'pt-pt' ] = '' ;
$text [ 'label-line' ][ 'en-us' ] = 'line' ;
$text [ 'label-line' ][ 'pt-pt' ] = '' ;
$text [ 'label-blf' ][ 'en-us' ] = 'blf' ;
$text [ 'label-blf' ][ 'pt-pt' ] = '' ;
$text [ 'label-park' ][ 'en-us' ] = 'park' ;
$text [ 'label-park' ][ 'pt-pt' ] = '' ;
2013-12-29 06:47:25 +00:00
$text [ 'label-programmable' ][ 'en-us' ] = 'programmable' ;
$text [ 'label-programmable' ][ 'pt-pt' ] = '' ;
$text [ 'label-memory' ][ 'en-us' ] = 'memory' ;
$text [ 'label-memory' ][ 'pt-pt' ] = '' ;
$text [ 'label-expansion' ][ 'en-us' ] = 'expansion' ;
$text [ 'label-expansion' ][ 'pt-pt' ] = '' ;
2013-12-10 15:05:16 +00:00
//general translations
2013-10-01 11:35:07 +00:00
$text [ 'label-true' ][ 'en-us' ] = "true" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-true' ][ 'pt-pt' ] = "sim" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-true' ][ 'fr-fr' ] = "Oui" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-false' ][ 'en-us' ] = "false" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-false' ][ 'pt-pt' ] = "não" ;
2013-10-01 11:35:07 +00:00
$text [ 'label-false' ][ 'fr-fr' ] = "Non" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-add' ][ 'en-us' ] = "Add" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-add' ][ 'pt-pt' ] = "Adicionar" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-add' ][ 'fr-fr' ] = "Ajouter" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-edit' ][ 'en-us' ] = "Edit" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-edit' ][ 'pt-pt' ] = "Editar" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-edit' ][ 'fr-fr' ] = "Editer" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-delete' ][ 'en-us' ] = "Delete" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-delete' ][ 'pt-pt' ] = "Remover" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-delete' ][ 'fr-fr' ] = "Supprimer" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-save' ][ 'en-us' ] = "Save" ;
$text [ 'button-save' ][ 'pt-pt' ] = "Guardar" ;
$text [ 'button-save' ][ 'fr-fr' ] = "Sauvegarder" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-view' ][ 'en-us' ] = "View" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-view' ][ 'pt-pt' ] = "Vista" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-view' ][ 'fr-fr' ] = "Voir" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-back' ][ 'en-us' ] = "Back" ;
$text [ 'button-back' ][ 'pt-pt' ] = "Voltar" ;
$text [ 'button-back' ][ 'fr-fr' ] = "Retour" ;
2013-05-23 08:18:12 +00:00
2013-11-14 01:48:37 +00:00
$text [ 'label-tools' ][ 'en-us' ] = "Tools" ;
$text [ 'label-tools' ][ 'pt-pt' ] = "Ferramentas" ;
$text [ 'label-tools' ][ 'fr-fr' ] = "Outils" ;
2013-12-10 15:05:16 +00:00
2013-11-14 01:48:37 +00:00
$text [ 'label-settings' ][ 'en-us' ] = "Settings" ;
$text [ 'label-settings' ][ 'pt-pt' ] = "Definições" ;
$text [ 'label-settings' ][ 'fr-fr' ] = "Configurations" ;
2013-10-01 11:35:07 +00:00
$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' ] = "Deseja realmente remover isto?" ;
2013-10-01 11:35:07 +00:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = "Voulez-vous vraiment supprimer cela?" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$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 11:35:07 +00:00
$text [ 'message-add' ][ 'fr-fr' ] = "Ajout Complet" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'message-update' ][ 'en-us' ] = "Update Completed" ;
2013-10-17 22:06:01 +00:00
$text [ 'message-update' ][ 'pt-pt' ] = "Actualização Efectuada" ;
2013-10-01 11:35:07 +00:00
$text [ 'message-update' ][ 'fr-fr' ] = "Mise à Jour Complète" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$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 11:35:07 +00:00
$text [ 'message-delete' ][ 'fr-fr' ] = "Suppression Complète" ;
2013-05-23 08:18:12 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'message-required' ][ 'en-us' ] = "Please provide: " ;
2013-10-17 22:06:01 +00:00
$text [ 'message-required' ][ 'pt-pt' ] = "Por favor indique: " ;
2013-09-30 13:19:40 +00:00
$text [ 'message-required' ][ 'fr-fr' ] = "Merci d'indiquer: " ;
2013-12-10 15:05:16 +00:00
2013-11-14 01:48:37 +00:00
$text [ 'label-category' ][ 'en-us' ] = "Category" ;
$text [ 'label-category' ][ 'pt-pt' ] = "Categoria" ;
$text [ 'label-category' ][ 'fr-fr' ] = "Catégorie" ;
$text [ 'description-category' ][ 'en-us' ] = "Enter the category." ;
$text [ 'description-category' ][ 'pt-pt' ] = "Introduza a categoria." ;
$text [ 'description-category' ][ 'fr-fr' ] = "" ;
2013-12-10 15:05:16 +00:00
$text [ 'label-device_setting_name' ][ 'en-us' ] = "Name" ;
$text [ 'label-device_setting_name' ][ 'pt-pt' ] = "Name" ;
$text [ 'label-device_setting_name' ][ 'fr-fr' ] = "Nom" ;
$text [ 'label-device_setting_value' ][ 'en-us' ] = "Value" ;
$text [ 'label-device_setting_value' ][ 'pt-pt' ] = "Valor" ;
$text [ 'label-device_setting_value' ][ 'fr-fr' ] = "Valeur" ;
$text [ 'label-device_setting_description' ][ 'en-us' ] = "Description" ;
$text [ 'label-device_setting_description' ][ 'pt-pt' ] = "" ;
$text [ 'label-device_setting_description' ][ 'fr-fr' ] = "" ;
2013-11-14 01:48:37 +00:00
$text [ 'label-subcategory' ][ 'en-us' ] = "Subcategory" ;
$text [ 'label-subcategory' ][ 'pt-pt' ] = "Subcategoria" ;
$text [ 'label-subcategory' ][ 'fr-fr' ] = "Sous-Catégorie" ;
$text [ 'description-subcategory' ][ 'en-us' ] = "Enter the subcategory." ;
$text [ 'description-subcategory' ][ 'pt-pt' ] = "Introduza a subcategoria" ;
$text [ 'description-subcategory' ][ 'fr-fr' ] = "" ;
$text [ 'label-type' ][ 'en-us' ] = "Type" ;
$text [ 'label-type' ][ 'pt-pt' ] = "Tipo" ;
$text [ 'label-type' ][ 'fr-fr' ] = "Type" ;
$text [ 'description-type' ][ 'en-us' ] = "Enter the setting type (ie. uuid, name, var, dir, etc)." ;
$text [ 'description-type' ][ 'pt-pt' ] = "Introduza o tipo de definição (ex: uuid, name, var, dir, etc)." ;
$text [ 'description-type' ][ 'fr-fr' ] = "Entrer le type du paramètre (ie. uuid, nom, var, dir, etc)." ;
$text [ 'label-value' ][ 'en-us' ] = "Value" ;
$text [ 'label-value' ][ 'pt-pt' ] = "Valor" ;
$text [ 'label-value' ][ 'fr-fr' ] = "Valeur" ;
$text [ 'description-value' ][ 'en-us' ] = "Enter the value of this setting." ;
$text [ 'description-value' ][ 'pt-pt' ] = "Introduza o valor desta definição." ;
$text [ 'description-value' ][ 'fr-fr' ] = "" ;
$text [ 'label-enabled' ][ 'en-us' ] = "Enabled" ;
$text [ 'label-enabled' ][ 'pt-pt' ] = "Activado" ;
$text [ 'label-enabled' ][ 'fr-fr' ] = "Actif" ;
$text [ 'description-enabled' ][ 'en-us' ] = "Set the status of this default setting." ;
$text [ 'description-enabled' ][ 'pt-pt' ] = "Escolha o estado desta definição por omissão." ;
$text [ 'description-enabled' ][ 'fr-fr' ] = "Choisir l'état de ce paramètre" ;
$text [ 'label-description' ][ 'en-us' ] = "Description" ;
$text [ 'label-description' ][ 'pt-pt' ] = "Descrição" ;
$text [ 'label-description' ][ 'fr-fr' ] = "Description" ;
$text [ 'description-description' ][ 'en-us' ] = "Enter a description, if desired." ;
$text [ 'description-description' ][ 'pt-pt' ] = "Introduza uma descrição, caso queira." ;
$text [ 'description-description' ][ 'fr-fr' ] = "" ;
2013-05-23 08:18:12 +00:00
2013-09-30 13:19:40 +00:00
?>