|
@@ -1,470 +1,749 @@
|
|
|
-<?php
|
|
|
-
|
|
|
- // user / group manager
|
|
|
-
|
|
|
- $text['title-user_manager']['en-us'] = "User Manager";
|
|
|
- $text['title-user_manager']['es-cl'] = "Administración de Usuarios";
|
|
|
- $text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores";
|
|
|
- $text['title-user_manager']['fr-fr'] = "Gestion Usagers";
|
|
|
-
|
|
|
- $text['title-user_add']['en-us'] = "User";
|
|
|
- $text['title-user_add']['es-cl'] = "Agregar Usuario";
|
|
|
- $text['title-user_add']['pt-pt'] = "Adicionar Utilizador";
|
|
|
- $text['title-user_add']['fr-fr'] = "Ajout de l'Usager";
|
|
|
-
|
|
|
- $text['title-user_edit']['en-us'] = "User";
|
|
|
- $text['title-user_edit']['es-cl'] = "Editar Usuario";
|
|
|
- $text['title-user_edit']['pt-pt'] = "Utilizador";
|
|
|
- $text['title-user_edit']['fr-fr'] = "Edition de l'Usager";
|
|
|
-
|
|
|
- $text['title-group_manager']['en-us'] = "Group Manager";
|
|
|
- $text['title-group_manager']['es-cl'] = "Administración de Grupo";
|
|
|
- $text['title-group_manager']['pt-pt'] = "Gestão de Grupos";
|
|
|
- $text['title-group_manager']['fr-fr'] = "Gestion de Groupe";
|
|
|
-
|
|
|
- $text['title-group_add']['en-us'] = "Add Group";
|
|
|
- $text['title-group_add']['es-cl'] = "Agregar Grupo";
|
|
|
- $text['title-group_add']['pt-pt'] = "Adicionar Grupo";
|
|
|
- $text['title-group_add']['fr-fr'] = "Ajouter un Groupe";
|
|
|
-
|
|
|
- $text['title-group_edit']['en-us'] = "Edit Group";
|
|
|
- $text['title-group_edit']['es-cl'] = "Editar Grupo";
|
|
|
- $text['title-group_edit']['pt-pt'] = "Editar Grupo";
|
|
|
- $text['title-group_edit']['fr-fr'] = "Modifier le Groupe";
|
|
|
-
|
|
|
- $text['title-group_permissions']['en-us'] = "Group Permissions";
|
|
|
- $text['title-group_permissions']['es-cl'] = "Permisos de Grupo";
|
|
|
- $text['title-group_permissions']['pt-pt'] = "Permissões do Grupo";
|
|
|
- $text['title-group_permissions']['fr-fr'] = "Permissions du Groupe";
|
|
|
-
|
|
|
- $text['title-group_members']['en-us'] = "Group Members";
|
|
|
- $text['title-group_members']['es-cl'] = "Miembros del Grupo";
|
|
|
- $text['title-group_members']['pt-pt'] = "Membros do Grupo";
|
|
|
- $text['title-group_members']['fr-fr'] = "Membres du Groupe";
|
|
|
-
|
|
|
- $text['header-user_manager']['en-us'] = "User Manager";
|
|
|
- $text['header-user_manager']['es-cl'] = "Administración de Usuario";
|
|
|
- $text['header-user_manager']['pt-pt'] = "Gestão de Utilizadores";
|
|
|
- $text['header-user_manager']['fr-fr'] = "Gestion Usagers";
|
|
|
-
|
|
|
- $text['header-user_add']['en-us'] = "User";
|
|
|
- $text['header-user_add']['es-cl'] = "Agregar Usuario";
|
|
|
- $text['header-user_add']['pt-pt'] = "Adicionar Utilizador";
|
|
|
- $text['header-user_add']['fr-fr'] = "Ajout de l'Usager";
|
|
|
-
|
|
|
- $text['header-user_edit']['en-us'] = "User";
|
|
|
- $text['header-user_edit']['es-cl'] = "Editar Usuario";
|
|
|
- $text['header-user_edit']['pt-pt'] = "Editar Utilizador";
|
|
|
- $text['header-user_edit']['fr-fr'] = "Edition de l'Usager";
|
|
|
-
|
|
|
- $text['header-group_manager']['en-us'] = "Group Manager";
|
|
|
- $text['header-group_manager']['es-cl'] = "Administración de Grupo";
|
|
|
- $text['header-group_manager']['pt-pt'] = "Gestão de Grupos";
|
|
|
- $text['header-group_manager']['fr-fr'] = "Gestion de Groupe";
|
|
|
-
|
|
|
- $text['header-group_add']['en-us'] = "Add Group";
|
|
|
- $text['header-group_add']['es-cl'] = "Agregar Grupo";
|
|
|
- $text['header-group_add']['pt-pt'] = "Adicionar Grupo";
|
|
|
- $text['header-group_add']['fr-fr'] = "Ajouter un Groupe";
|
|
|
-
|
|
|
- $text['header-group_edit']['en-us'] = "Edit Group";
|
|
|
- $text['header-group_edit']['es-cl'] = "Editar Grupo";
|
|
|
- $text['header-group_edit']['pt-pt'] = "Editar Grupo";
|
|
|
- $text['header-group_edit']['fr-fr'] = "Modifier le Groupe";
|
|
|
-
|
|
|
- $text['header-group_permissions']['en-us'] = "Group Permissions: ";
|
|
|
- $text['header-group_permissions']['es-cl'] = "Permisos de Grupo: ";
|
|
|
- $text['header-group_permissions']['pt-pt'] = "Permissões do Grupo: ";
|
|
|
- $text['header-group_permissions']['fr-fr'] = "Permissions du Groupe: ";
|
|
|
-
|
|
|
- $text['header-group_members']['en-us'] = "Group Members: ";
|
|
|
- $text['header-group_members']['es-cl'] = "Miembros de Grupo: ";
|
|
|
- $text['header-group_members']['pt-pt'] = "Membros do Grupo: ";
|
|
|
- $text['header-group_members']['fr-fr'] = "Membres du Groupe: ";
|
|
|
-
|
|
|
- $text['description-user_manager']['en-us'] = "Add, edit, delete, and search users. ";
|
|
|
- $text['description-user_manager']['es-cl'] = "Agregar, Editar, Eliminar y Buscar Usuarios. ";
|
|
|
- $text['description-user_manager']['pt-pt'] = "Adicionar, editar, remover e pesquisar utilizadores. ";
|
|
|
- $text['description-user_manager']['fr-fr'] = "Ajouter, éditer, supprimer et chercher des utilisateurs. ";
|
|
|
-
|
|
|
- $text['description-user_add']['en-us'] = "To add a user, please fill out this form completely. All fields are required. ";
|
|
|
- $text['description-user_add']['es-cl'] = "Para agregar un usuario, por favor llene completamente el siguiente formulario. Todos los campos son obligatorios. ";
|
|
|
- $text['description-user_add']['pt-pt'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. ";
|
|
|
- $text['description-user_add']['fr-fr'] = "Afin d'ajouter des utilisateurs, remplissez complètement ce formulaire. Tous les champs sont requis. ";
|
|
|
-
|
|
|
- $text['description-user_edit']['en-us'] = "Edit user information and group membership. ";
|
|
|
- $text['description-user_edit']['es-cl'] = "Editar información del usuario y pertenencia al grupo. ";
|
|
|
- $text['description-user_edit']['pt-pt'] = "Editar a informação do utilizador e os membros do grupo. ";
|
|
|
- $text['description-user_edit']['fr-fr'] = "Editer les informations de l'utilisateur et l'appartenance au groupe.";
|
|
|
-
|
|
|
- $text['description-group_add']['en-us'] = "Create a new user group.";
|
|
|
- $text['description-group_add']['es-cl'] = "Crear un nuevo grupo de usuarios.";
|
|
|
- $text['description-group_add']['pt-pt'] = "Criar um novo grupo de usuários.";
|
|
|
- $text['description-group_add']['fr-fr'] = "Créez un nouveau groupe d'utilisateurs.";
|
|
|
-
|
|
|
- $text['description-group_edit']['en-us'] = "Edit the properties of the group.";
|
|
|
- $text['description-group_edit']['es-cl'] = "Editar las propiedades del grupo.";
|
|
|
- $text['description-group_edit']['pt-pt'] = "Editar as propriedades do grupo.";
|
|
|
- $text['description-group_edit']['fr-fr'] = "Modifier les propriétés du groupe.";
|
|
|
-
|
|
|
- $text['description-group_permissions']['en-us'] = "Assign permissions for this group.";
|
|
|
- $text['description-group_permissions']['es-cl'] = "Asigne permisos para este grupo.";
|
|
|
- $text['description-group_permissions']['pt-pt'] = "Atribua permissões para este grupo.";
|
|
|
- $text['description-group_permissions']['fr-fr'] = "Assigner des permissions à ce groupe.";
|
|
|
-
|
|
|
- $text['label-username']['en-us'] = "Username";
|
|
|
- $text['label-username']['es-cl'] = "Nombre de usuario";
|
|
|
- $text['label-username']['pt-pt'] = "Nome de Utilizador";
|
|
|
- $text['label-username']['fr-fr'] = "Nom d'Utilisateur";
|
|
|
-
|
|
|
- $text['label-password']['en-us'] = "Password";
|
|
|
- $text['label-password']['es-cl'] = "Contraseña";
|
|
|
- $text['label-password']['pt-pt'] = "Palavra-Passe";
|
|
|
- $text['label-password']['fr-fr'] = "Mot de passe";
|
|
|
-
|
|
|
- $text['label-confirm_password']['en-us'] = "Confirm Password";
|
|
|
- $text['label-confirm_password']['es-cl'] = "Confirme Contraseña";
|
|
|
- $text['label-confirm_password']['pt-pt'] = "Confirmar Palavra-Passe";
|
|
|
- $text['label-confirm_password']['fr-fr'] = "Confirmer le mot de passe";
|
|
|
-
|
|
|
- $text['label-email']['en-us'] = "Email";
|
|
|
- $text['label-email']['es-cl'] = "Email";
|
|
|
- $text['label-email']['pt-pt'] = "Email";
|
|
|
- $text['label-email']['fr-fr'] = "Courriel";
|
|
|
-
|
|
|
- $text['label-first_name']['en-us'] = "First Name";
|
|
|
- $text['label-first_name']['es-cl'] = "Nombre";
|
|
|
- $text['label-first_name']['pt-pt'] = "Primeiro Nome";
|
|
|
- $text['label-first_name']['fr-fr'] = "Prénom";
|
|
|
-
|
|
|
- $text['label-last_name']['en-us'] = "Last Name";
|
|
|
- $text['label-last_name']['es-cl'] = "Apellido";
|
|
|
- $text['label-last_name']['pt-pt'] = "Último Nome";
|
|
|
- $text['label-last_name']['fr-fr'] = "Nom";
|
|
|
-
|
|
|
- $text['label-company_name']['en-us'] = "Company Name";
|
|
|
- $text['label-company_name']['es-cl'] = "Nombre de la Compañia";
|
|
|
- $text['label-company_name']['pt-pt'] = "Nome da Empresa";
|
|
|
- $text['label-company_name']['fr-fr'] = "Compagnie";
|
|
|
-
|
|
|
- $text['label-user_info']['en-us'] = "User Info";
|
|
|
- $text['label-user_info']['es-cl'] = "Información de Usuario";
|
|
|
- $text['label-user_info']['pt-pt'] = "Informação do Utilizador";
|
|
|
- $text['label-user_info']['fr-fr'] = "Informations sur l'utilisateur";
|
|
|
-
|
|
|
- $text['label-group']['en-us'] = "Group";
|
|
|
- $text['label-group']['es-cl'] = "Grupo";
|
|
|
- $text['label-group']['pt-pt'] = "Grupo";
|
|
|
- $text['label-group']['fr-fr'] = "Group";
|
|
|
-
|
|
|
- $text['label-groups']['en-us'] = "Groups";
|
|
|
- $text['label-groups']['es-cl'] = "Grupos";
|
|
|
- $text['label-groups']['pt-pt'] = "Grupos";
|
|
|
- $text['label-groups']['fr-fr'] = "Groupes";
|
|
|
-
|
|
|
- $text['label-additional_info']['en-us'] = "Additional Info";
|
|
|
- $text['label-additional_info']['es-cl'] = "Información Adicional";
|
|
|
- $text['label-additional_info']['pt-pt'] = "Informação Adicional";
|
|
|
- $text['label-additional_info']['fr-fr'] = "Informations additionnelles";
|
|
|
-
|
|
|
- $text['label-contact']['en-us'] = "Contact";
|
|
|
- $text['label-contact']['es-cl'] = "Contacto";
|
|
|
- $text['label-contact']['pt-pt'] = "Contacto";
|
|
|
- $text['label-contact']['fr-fr'] = "Contact";
|
|
|
-
|
|
|
- $text['label-status']['en-us'] = "Status";
|
|
|
- $text['label-status']['es-cl'] = "Estado";
|
|
|
- $text['label-status']['pt-pt'] = "Estado";
|
|
|
- $text['label-status']['fr-fr'] = "Etat";
|
|
|
-
|
|
|
- $text['label-user_language']['en-us'] = "Language";
|
|
|
- $text['label-user_language']['es-cl'] = "Lengua";
|
|
|
- $text['label-user_language']['pt-pt'] = "Língua";
|
|
|
- $text['label-user_language']['fr-fr'] = "Langue";
|
|
|
-
|
|
|
- $text['description-user_language']['en-us'] = "Select the language.";
|
|
|
- $text['description-user_language']['es-cl'] = "Seleccione el idioma.";
|
|
|
- $text['description-user_language']['pt-pt'] = "Selecione o idioma.";
|
|
|
- $text['description-user_language']['fr-fr'] = "Sélectionnez la langue.";
|
|
|
-
|
|
|
- $text['label-time_zone']['en-us'] = "Time Zone";
|
|
|
- $text['label-time_zone']['es-cl'] = "Zona Horaria";
|
|
|
- $text['label-time_zone']['pt-pt'] = "Fuso Horário";
|
|
|
- $text['label-time_zone']['fr-fr'] = "Fuseau Horaire";
|
|
|
-
|
|
|
- $text['label-enabled']['en-us'] = "Enabled";
|
|
|
- $text['label-enabled']['es-cl'] = "Activo";
|
|
|
- $text['label-enabled']['pt-pt'] = "Habilitado";
|
|
|
- $text['label-enabled']['fr-fr'] = "Actif";
|
|
|
-
|
|
|
- $text['label-group_name']['en-us'] = "Name";
|
|
|
- $text['label-group_name']['es-cl'] = "Nombre";
|
|
|
- $text['label-group_name']['pt-pt'] = "Nome";
|
|
|
- $text['label-group_name']['fr-fr'] = "Nom";
|
|
|
-
|
|
|
- $text['label-group_description']['en-us'] = "Description";
|
|
|
- $text['label-group_description']['es-cl'] = "Descripción";
|
|
|
- $text['label-group_description']['pt-pt'] = "Descrição";
|
|
|
- $text['label-group_description']['fr-fr'] = "Description";
|
|
|
-
|
|
|
- $text['label-group_tools']['en-us'] = "Tools";
|
|
|
- $text['label-group_tools']['es-cl'] = "Instrumentos";
|
|
|
- $text['label-group_tools']['pt-pt'] = "Ferramentas";
|
|
|
- $text['label-group_tools']['fr-fr'] = "Outils";
|
|
|
-
|
|
|
- $text['label-group_permissions']['en-us'] = "Permissions";
|
|
|
- $text['label-group_permissions']['es-cl'] = "Permisos";
|
|
|
- $text['label-group_permissions']['pt-pt'] = "Permissões";
|
|
|
- $text['label-group_permissions']['fr-fr'] = "Permissions";
|
|
|
-
|
|
|
- $text['label-group_members']['en-us'] = "Members";
|
|
|
- $text['label-group_members']['es-cl'] = "Miembros";
|
|
|
- $text['label-group_members']['pt-pt'] = "Membros";
|
|
|
- $text['label-group_members']['fr-fr'] = "Membres";
|
|
|
-
|
|
|
- $text['label-group_protected']['en-us'] = "Protected";
|
|
|
- $text['label-group_protected']['es-cl'] = "Protegido";
|
|
|
- $text['label-group_protected']['pt-pt'] = "Protegido";
|
|
|
- $text['label-group_protected']['fr-fr'] = "Protégé";
|
|
|
-
|
|
|
- $text['label-permission_permissions']['en-us'] = "Permissions";
|
|
|
- $text['label-permission_permissions']['es-cl'] = "Permisos";
|
|
|
- $text['label-permission_permissions']['pt-pt'] = "Permissões";
|
|
|
- $text['label-permission_permissions']['fr-fr'] = "Permissions";
|
|
|
-
|
|
|
- $text['label-permission_description']['en-us'] = "Description";
|
|
|
- $text['label-permission_description']['es-cl'] = "Descripción";
|
|
|
- $text['label-permission_description']['pt-pt'] = "Descrição";
|
|
|
- $text['label-permission_description']['fr-fr'] = "Description";
|
|
|
-
|
|
|
- $text['label-api_key']['en-us'] = "API Key";
|
|
|
- $text['label-api_key']['es-cl'] = "API Key";
|
|
|
- $text['label-api_key']['pt-pt'] = "API Key";
|
|
|
- $text['label-api_key']['fr-fr'] = "API Key";
|
|
|
-
|
|
|
- $text['description-api_key']['en-us'] = "Enter the API key is often a UUID. The API key should be 128 bit or greater.";
|
|
|
- $text['description-api_key']['es-cl'] = "Indique la API key.";
|
|
|
- $text['description-api_key']['pt-pt'] = "";
|
|
|
- $text['description-api_key']['fr-fr'] = "";
|
|
|
-
|
|
|
- $text['description-contact']['en-us'] = "Assign a contact to this user account.";
|
|
|
- $text['description-contact']['es-cl'] = "Asignar un contacto a este usuario.";
|
|
|
- $text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador.";
|
|
|
- $text['description-contact']['fr-fr'] = "Attacher un contact à ce compte utilisateur";
|
|
|
-
|
|
|
- $text['description-contact_view']['en-us'] = "View";
|
|
|
- $text['description-contact_view']['es-cl'] = "Ver";
|
|
|
- $text['description-contact_view']['pt-pt'] = "Ver";
|
|
|
- $text['description-contact_view']['fr-fr'] = "Voir";
|
|
|
-
|
|
|
- $text['description-status']['en-us'] = "Set the user's presence.";
|
|
|
- $text['description-status']['es-cl'] = "Configure la presencia del usuario.";
|
|
|
- $text['description-status']['pt-pt'] = "Escolher o estado de presença do utilizador.";
|
|
|
- $text['description-status']['fr-fr'] = "Choisir l'état de présence de l'utilisateur.";
|
|
|
-
|
|
|
- $text['description-time_zone']['en-us'] = "Select the default time zone.";
|
|
|
- $text['description-time_zone']['es-cl'] = "Seleccione la zona horaria por defecto.";
|
|
|
- $text['description-time_zone']['pt-pt'] = "Escolha o fuso horário por omissão.";
|
|
|
- $text['description-time_zone']['fr-fr'] = "Choisir le fuseau horaire par défaut.";
|
|
|
-
|
|
|
- $text['description-enabled']['en-us'] = "Set the status of this account.";
|
|
|
- $text['description-enabled']['es-cl'] = "Indique el estaso de esta cuenta.";
|
|
|
- $text['description-enabled']['pt-pt'] = "Escolha o estado desta conta.";
|
|
|
- $text['description-enabled']['fr-fr'] = "Choisir le statut de ce compte.";
|
|
|
-
|
|
|
- $text['option-true']['en-us'] = "True";
|
|
|
- $text['option-true']['es-cl'] = "Verdadero";
|
|
|
- $text['option-true']['pt-pt'] = "Sim";
|
|
|
- $text['option-true']['fr-fr'] = "Oui";
|
|
|
-
|
|
|
- $text['option-false']['en-us'] = "False";
|
|
|
- $text['option-false']['es-cl'] = "Falso";
|
|
|
- $text['option-false']['pt-pt'] = "Não";
|
|
|
- $text['option-false']['fr-fr'] = "Non";
|
|
|
-
|
|
|
- $text['option-available']['en-us'] = "Available";
|
|
|
- $text['option-available']['es-cl'] = "Disponible";
|
|
|
- $text['option-available']['pt-pt'] = "Disponível";
|
|
|
- $text['option-available']['fr-fr'] = "Disponible";
|
|
|
-
|
|
|
- $text['option-available_on_demand']['en-us'] = "Available (On Demand)";
|
|
|
- $text['option-available_on_demand']['es-cl'] = "Disponible (A Pedido)";
|
|
|
- $text['option-available_on_demand']['pt-pt'] = "Disponível (A Pedido)";
|
|
|
- $text['option-available_on_demand']['fr-fr'] = "Disponible (sur demande)";
|
|
|
-
|
|
|
- $text['option-logged_out']['en-us'] = "Logged Out";
|
|
|
- $text['option-logged_out']['es-cl'] = "Desconectado";
|
|
|
- $text['option-logged_out']['pt-pt'] = "Desligado";
|
|
|
- $text['option-logged_out']['fr-fr'] = "Déconnecté";
|
|
|
-
|
|
|
- $text['option-on_break']['en-us'] = "On Break";
|
|
|
- $text['option-on_break']['es-cl'] = "En Pausa";
|
|
|
- $text['option-on_break']['pt-pt'] = "Em Pausa";
|
|
|
- $text['option-on_break']['fr-fr'] = "En Pause";
|
|
|
-
|
|
|
- $text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
|
|
|
- $text['option-do_not_disturb']['es-cl'] = "No Molestar";
|
|
|
- $text['option-do_not_disturb']['pt-pt'] = "Não Perturbar";
|
|
|
- $text['option-do_not_disturb']['fr-fr'] = "Ne pas Déranger";
|
|
|
-
|
|
|
- $text['button-search']['en-us'] = "Search";
|
|
|
- $text['button-search']['es-cl'] = "Buscar";
|
|
|
- $text['button-search']['pt-pt'] = "Pesquisar";
|
|
|
- $text['button-search']['fr-fr'] = "Chercher";
|
|
|
-
|
|
|
- $text['button-create_account']['en-us'] = "Create Account";
|
|
|
- $text['button-create_account']['es-cl'] = "Crear Cuenta";
|
|
|
- $text['button-create_account']['pt-pt'] = "Criar Conta";
|
|
|
- $text['button-create_account']['fr-fr'] = "Créé le Compte";
|
|
|
-
|
|
|
- $text['button-add']['en-us'] = "Add";
|
|
|
- $text['button-add']['es-cl'] = "Agregar";
|
|
|
- $text['button-add']['pt-pt'] = "Adicionar";
|
|
|
- $text['button-add']['fr-fr'] = "Ajouter";
|
|
|
-
|
|
|
- $text['button-edit']['en-us'] = "Edit";
|
|
|
- $text['button-edit']['es-cl'] = "Editar";
|
|
|
- $text['button-edit']['pt-pt'] = "Editar";
|
|
|
- $text['button-edit']['fr-fr'] = "Editer";
|
|
|
-
|
|
|
- $text['button-delete']['en-us'] = "Delete";
|
|
|
- $text['button-delete']['es-cl'] = "Eliminar";
|
|
|
- $text['button-delete']['pt-pt'] = "Remoção";
|
|
|
- $text['button-delete']['fr-fr'] = "Supprimer";
|
|
|
-
|
|
|
- $text['button-back']['en-us'] = "Back";
|
|
|
- $text['button-back']['es-cl'] = "Volver";
|
|
|
- $text['button-back']['pt-pt'] = "Voltar";
|
|
|
- $text['button-back']['fr-fr'] = "Retour";
|
|
|
-
|
|
|
- $text['button-save']['en-us'] = "Save";
|
|
|
- $text['button-save']['es-cl'] = "Guardar";
|
|
|
- $text['button-save']['pt-pt'] = "Guardar";
|
|
|
- $text['button-save']['fr-fr'] = "Sauvegarder";
|
|
|
-
|
|
|
- $text['button-restore']['en-us'] = "Restore Default";
|
|
|
- $text['button-restore']['es-cl'] = "Restaurar Predeterminados";
|
|
|
- $text['button-restore']['pt-pt'] = "Restaurar Predefinições";
|
|
|
- $text['button-restore']['fr-fr'] = "Restaurer";
|
|
|
-
|
|
|
- $text['button-copy']['en-us'] = "Copy";
|
|
|
- $text['button-copy']['es-cl'] = "Copiar";
|
|
|
- $text['button-copy']['pt-pt'] = "Copiar";
|
|
|
- $text['button-copy']['fr-fr'] = "Copier";
|
|
|
-
|
|
|
- $text['button-add_member']['en-us'] = "Add Member";
|
|
|
- $text['button-add_member']['es-cl'] = "Agregar Miembro";
|
|
|
- $text['button-add_member']['pt-pt'] = "Adicionar Membro";
|
|
|
- $text['button-add_member']['fr-fr'] = "Ajouter un Membre";
|
|
|
-
|
|
|
- $text['button-generate']['en-us'] = "Generate";
|
|
|
- $text['button-generate']['es-cl'] = "Generar";
|
|
|
- $text['button-generate']['pt-pt'] = "Geração";
|
|
|
- $text['button-generate']['fr-fr'] = "Générer";
|
|
|
-
|
|
|
- $text['button-show_all']['en-us'] = "Show All";
|
|
|
- $text['button-show_all']['es-cl'] = "Mostrar Todos";
|
|
|
- $text['button-show_all']['pt-pt'] = "Mostrar Todos";
|
|
|
- $text['button-show_all']['fr-fr'] = "Montrer Tout";
|
|
|
-
|
|
|
- $text['label-domain']['en-us'] = "Domain";
|
|
|
- $text['label-domain']['es-cl'] = "Dominio";
|
|
|
- $text['label-domain']['pt-pt'] = "Domínio";
|
|
|
- $text['label-domain']['fr-fr'] = "Domaine";
|
|
|
-
|
|
|
- $text['label-global']['en-us'] = "Global";
|
|
|
- $text['label-global']['es-cl'] = "Global";
|
|
|
- $text['label-global']['pt-pt'] = "Global";
|
|
|
- $text['label-global']['fr-fr'] = "Mondial";
|
|
|
-
|
|
|
- $text['option-global']['en-us'] = "Global";
|
|
|
- $text['option-global']['es-cl'] = "Global";
|
|
|
- $text['option-global']['pt-pt'] = "Global";
|
|
|
- $text['option-global']['fr-fr'] = "Mondial";
|
|
|
-
|
|
|
- $text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
|
|
- $text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
|
|
|
- $text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
|
|
- $text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
|
|
-
|
|
|
- $text['message-add']['en-us'] = "Add Completed";
|
|
|
- $text['message-add']['es-cl'] = "Agregar Completado";
|
|
|
- $text['message-add']['pt-pt'] = "Adição Efectuada";
|
|
|
- $text['message-add']['fr-fr'] = "Ajouté";
|
|
|
-
|
|
|
- $text['message-update']['en-us'] = "Update Completed";
|
|
|
- $text['message-update']['es-cl'] = "Actualización Completada";
|
|
|
- $text['message-update']['pt-pt'] = "Actualização Efectuada";
|
|
|
- $text['message-update']['fr-fr'] = "Mis à Jour";
|
|
|
-
|
|
|
- $text['message-delete']['en-us'] = "Delete Completed";
|
|
|
- $text['message-delete']['es-cl'] = "Eliminación Completada";
|
|
|
- $text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
|
|
- $text['message-delete']['fr-fr'] = "Supprimé";
|
|
|
-
|
|
|
- $text['message-delete']['en-us'] = "Delete Completed";
|
|
|
- $text['message-delete']['es-cl'] = "Eliminación Completada";
|
|
|
- $text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
|
|
- $text['message-delete']['fr-fr'] = "Supprimé";
|
|
|
-
|
|
|
- $text['message-copy']['en-us'] = "Copy Completed";
|
|
|
- $text['message-copy']['es-cl'] = "Copia Completada";
|
|
|
- $text['message-copy']['pt-pt'] = "Cópia Efectuada";
|
|
|
- $text['message-copy']['fr-fr'] = "Copié";
|
|
|
-
|
|
|
- $text['message-restore']['en-us'] = "Restore Completed";
|
|
|
- $text['message-restore']['es-cl'] = "Restauración Completada";
|
|
|
- $text['message-restore']['pt-pt'] = "Restauração Efectuada";
|
|
|
- $text['message-restore']['fr-fr'] = "Restauré";
|
|
|
-
|
|
|
- $text['message-required']['en-us'] = "Please provide: ";
|
|
|
- $text['message-required']['es-cl'] = "Por favor indique: ";
|
|
|
- $text['message-required']['pt-pt'] = "Por favor indique: ";
|
|
|
- $text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
|
|
-
|
|
|
- $text['message-username_exists']['en-us'] = "Username Already Exists";
|
|
|
- $text['message-username_exists']['es-cl'] = "Ya existe Nombre de usuario";
|
|
|
- $text['message-username_exists']['pt-pt'] = "Nome de usuário já existe";
|
|
|
- $text['message-username_exists']['fr-fr'] = "Nom d'utilisateur existe déjà";
|
|
|
-
|
|
|
- $text['message-password_blank']['en-us'] = "Invalid Password";
|
|
|
- $text['message-password_blank']['es-cl'] = "Contraseña No Válida";
|
|
|
- $text['message-password_blank']['pt-pt'] = "Senha Inválida";
|
|
|
- $text['message-password_blank']['fr-fr'] = "Mot de Passe Incorrect";
|
|
|
-
|
|
|
- $text['message-password_mismatch']['en-us'] = "Password Mismatch";
|
|
|
- $text['message-password_mismatch']['es-cl'] = "Contraseñas no coinciden";
|
|
|
- $text['message-password_mismatch']['pt-pt'] = "As passwords não correspondem.";
|
|
|
- $text['message-password_mismatch']['fr-fr'] = "les mots de passe ne correspondent pas";
|
|
|
-
|
|
|
- $text['message-new_group_name']['en-us'] = "Enter a Name for the new Group...";
|
|
|
- $text['message-new_group_name']['es-cl'] = "Introduzca un Nombre para el nuevo Grupo...";
|
|
|
- $text['message-new_group_name']['pt-pt'] = "Digite um Nome para o novo Grupo...";
|
|
|
- $text['message-new_group_name']['fr-fr'] = "Entrez un Nom pour le nouveau Groupe...";
|
|
|
-
|
|
|
- $text['message-new_group_description']['en-us'] = "Enter a Description for the new Group...";
|
|
|
- $text['message-new_group_description']['es-cl'] = "Introduzca una Descripción para el nuevo Grupo...";
|
|
|
- $text['message-new_group_description']['pt-pt'] = "Digite uma Descrição para o novo grupo...";
|
|
|
- $text['message-new_group_description']['fr-fr'] = "Entrez une Description pour le nouveau groupe...";
|
|
|
-
|
|
|
- $text['message-cannot_delete_own_account']['en-us'] = "You cannot delete your own user account.\\n\\nPlease login as a different user, then try again.";
|
|
|
- $text['message-cannot_delete_own_account']['es-cl'] = "No se puede eliminar su propia cuenta de usuario.\\n\\nPor favor, iniciar sesión como un usuario diferente, vuelva a intentarlo.";
|
|
|
- $text['message-cannot_delete_own_account']['pt-pt'] = "Você não pode excluir a sua própria conta de usuário.\\n\\nIdentifique-se como um usuário diferente, em seguida, tente novamente.";
|
|
|
- $text['message-cannot_delete_own_account']['fr-fr'] = "Vous ne pouvez pas supprimer votre propre compte utilisateur.\\n\\nSe il vous plaît vous identifier en tant qu'utilisateur différent, puis réessayez.";
|
|
|
-
|
|
|
- $text['message-maximum_users']['en-us'] = "Maximum Users:";
|
|
|
- $text['message-maximum_users']['es-cl'] = "Usuarios Máximo Permitido:";
|
|
|
- $text['message-maximum_users']['pt-pt'] = "Usuários Máximo Permitido:";
|
|
|
- $text['message-maximum_users']['fr-fr'] = "Utilisateurs Maximale Autorisée:";
|
|
|
-
|
|
|
- $text['message-group_exists']['en-us'] = "Group Already Exists";
|
|
|
- $text['message-group_exists']['es-cl'] = "El Grupo ya Existe";
|
|
|
- $text['message-group_exists']['pt-pt'] = "O Grupo já Existe";
|
|
|
- $text['message-group_exists']['fr-fr'] = "Groupe Existe Déjà";
|
|
|
-
|
|
|
- $text['message-default_system_group']['en-us'] = "Default system groups cannot be edited or deleted.";
|
|
|
- $text['message-default_system_group']['es-cl'] = "Grupos predeterminados del sistema no pueden ser editados o eliminados.";
|
|
|
- $text['message-default_system_group']['pt-pt'] = "Grupos de sistema padrão não podem ser editados ou apagados.";
|
|
|
- $text['message-default_system_group']['fr-fr'] = "Les groupes du système par défaut ne peuvent pas être modifiés ou supprimés.";
|
|
|
-
|
|
|
+<?php
|
|
|
+
|
|
|
+$text['title-user_manager']['en-us'] = "User Manager";
|
|
|
+$text['title-user_manager']['es-cl'] = "Administración de Usuarios";
|
|
|
+$text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores";
|
|
|
+$text['title-user_manager']['fr-fr'] = "Gestion Usagers";
|
|
|
+$text['title-user_manager']['pl'] = "Menedżer użytkowników";
|
|
|
+$text['title-user_manager']['uk'] = "Керування користувачами";
|
|
|
+$text['title-user_manager']['sv-se'] = "Användar Inställningar";
|
|
|
+
|
|
|
+$text['title-user_edit']['en-us'] = "User";
|
|
|
+$text['title-user_edit']['es-cl'] = "Editar Usuario";
|
|
|
+$text['title-user_edit']['pt-pt'] = "Utilizador";
|
|
|
+$text['title-user_edit']['fr-fr'] = "Edition de l'Usager";
|
|
|
+$text['title-user_edit']['pl'] = "Użytkownik";
|
|
|
+$text['title-user_edit']['uk'] = "Користувач";
|
|
|
+$text['title-user_edit']['sv-se'] = "Användare";
|
|
|
+
|
|
|
+$text['title-user_add']['en-us'] = "User";
|
|
|
+$text['title-user_add']['es-cl'] = "Agregar Usuario";
|
|
|
+$text['title-user_add']['pt-pt'] = "Adicionar Utilizador";
|
|
|
+$text['title-user_add']['fr-fr'] = "Ajout de l'Usager";
|
|
|
+$text['title-user_add']['pl'] = "Użytkownik";
|
|
|
+$text['title-user_add']['uk'] = "Користувач";
|
|
|
+$text['title-user_add']['sv-se'] = "Användare";
|
|
|
+
|
|
|
+$text['title-group_permissions']['en-us'] = "Group Permissions";
|
|
|
+$text['title-group_permissions']['es-cl'] = "Permisos de Grupo";
|
|
|
+$text['title-group_permissions']['pt-pt'] = "Permissões do Grupo";
|
|
|
+$text['title-group_permissions']['fr-fr'] = "Permissions du Groupe";
|
|
|
+$text['title-group_permissions']['pl'] = "Uprawnienia grupy";
|
|
|
+$text['title-group_permissions']['uk'] = "";
|
|
|
+$text['title-group_permissions']['sv-se'] = "Grupp Rättigheter";
|
|
|
+
|
|
|
+$text['title-group_members']['en-us'] = "Group Members";
|
|
|
+$text['title-group_members']['es-cl'] = "Miembros del Grupo";
|
|
|
+$text['title-group_members']['pt-pt'] = "Membros do Grupo";
|
|
|
+$text['title-group_members']['fr-fr'] = "Membres du Groupe";
|
|
|
+$text['title-group_members']['pl'] = "Członkowie grupy";
|
|
|
+$text['title-group_members']['uk'] = "";
|
|
|
+$text['title-group_members']['sv-se'] = "Grupp Medlemmar";
|
|
|
+
|
|
|
+$text['title-group_manager']['en-us'] = "Group Manager";
|
|
|
+$text['title-group_manager']['es-cl'] = "Administración de Grupo";
|
|
|
+$text['title-group_manager']['pt-pt'] = "Gestão de Grupos";
|
|
|
+$text['title-group_manager']['fr-fr'] = "Gestion de Groupe";
|
|
|
+$text['title-group_manager']['pl'] = "Menedżer grupy";
|
|
|
+$text['title-group_manager']['uk'] = "";
|
|
|
+$text['title-group_manager']['sv-se'] = "Grupp Inställningar";
|
|
|
+
|
|
|
+$text['title-group_edit']['en-us'] = "Edit Group";
|
|
|
+$text['title-group_edit']['es-cl'] = "Editar Grupo";
|
|
|
+$text['title-group_edit']['pt-pt'] = "Editar Grupo";
|
|
|
+$text['title-group_edit']['fr-fr'] = "Modifier le Groupe";
|
|
|
+$text['title-group_edit']['pl'] = "Edycja grupy";
|
|
|
+$text['title-group_edit']['uk'] = "Редагувати групу";
|
|
|
+$text['title-group_edit']['sv-se'] = "Editera Grupp";
|
|
|
+
|
|
|
+$text['title-group_add']['en-us'] = "Add Group";
|
|
|
+$text['title-group_add']['es-cl'] = "Agregar Grupo";
|
|
|
+$text['title-group_add']['pt-pt'] = "Adicionar Grupo";
|
|
|
+$text['title-group_add']['fr-fr'] = "Ajouter un Groupe";
|
|
|
+$text['title-group_add']['pl'] = "Dodaj grupę";
|
|
|
+$text['title-group_add']['uk'] = "Додати групу";
|
|
|
+$text['title-group_add']['sv-se'] = "Lägg Till Grupp";
|
|
|
+
|
|
|
+$text['option-true']['en-us'] = "True";
|
|
|
+$text['option-true']['es-cl'] = "Verdadero";
|
|
|
+$text['option-true']['pt-pt'] = "Sim";
|
|
|
+$text['option-true']['fr-fr'] = "Oui";
|
|
|
+$text['option-true']['pl'] = "Tak";
|
|
|
+$text['option-true']['uk'] = "Так";
|
|
|
+$text['option-true']['sv-se'] = "Sann";
|
|
|
+
|
|
|
+$text['option-on_break']['en-us'] = "On Break";
|
|
|
+$text['option-on_break']['es-cl'] = "En Pausa";
|
|
|
+$text['option-on_break']['pt-pt'] = "Em Pausa";
|
|
|
+$text['option-on_break']['fr-fr'] = "En Pause";
|
|
|
+$text['option-on_break']['pl'] = "Na przerwie";
|
|
|
+$text['option-on_break']['uk'] = "На перерві";
|
|
|
+$text['option-on_break']['sv-se'] = "På Rast";
|
|
|
+
|
|
|
+$text['option-logged_out']['en-us'] = "Logged Out";
|
|
|
+$text['option-logged_out']['es-cl'] = "Desconectado";
|
|
|
+$text['option-logged_out']['pt-pt'] = "Desligado";
|
|
|
+$text['option-logged_out']['fr-fr'] = "Déconnecté";
|
|
|
+$text['option-logged_out']['pl'] = "Wylogowany";
|
|
|
+$text['option-logged_out']['uk'] = "Вийшов";
|
|
|
+$text['option-logged_out']['sv-se'] = "Utloggad";
|
|
|
+
|
|
|
+$text['option-global']['en-us'] = "Global";
|
|
|
+$text['option-global']['es-cl'] = "Global";
|
|
|
+$text['option-global']['pt-pt'] = "Global";
|
|
|
+$text['option-global']['fr-fr'] = "Mondial";
|
|
|
+$text['option-global']['pl'] = "Ogólny";
|
|
|
+$text['option-global']['uk'] = "Глобально";
|
|
|
+$text['option-global']['sv-se'] = "Global";
|
|
|
+
|
|
|
+$text['option-false']['en-us'] = "False";
|
|
|
+$text['option-false']['es-cl'] = "Falso";
|
|
|
+$text['option-false']['pt-pt'] = "Não";
|
|
|
+$text['option-false']['fr-fr'] = "Non";
|
|
|
+$text['option-false']['pl'] = "Nie";
|
|
|
+$text['option-false']['uk'] = "Ні";
|
|
|
+$text['option-false']['sv-se'] = "Falsk";
|
|
|
+
|
|
|
+$text['option-do_not_disturb']['en-us'] = "Do Not Disturb";
|
|
|
+$text['option-do_not_disturb']['es-cl'] = "No Molestar";
|
|
|
+$text['option-do_not_disturb']['pt-pt'] = "Não Perturbar";
|
|
|
+$text['option-do_not_disturb']['fr-fr'] = "Ne pas Déranger";
|
|
|
+$text['option-do_not_disturb']['pl'] = "Nie przeszkadzaj (DND)";
|
|
|
+$text['option-do_not_disturb']['uk'] = "Не турбувати";
|
|
|
+$text['option-do_not_disturb']['sv-se'] = "Stör Ej";
|
|
|
+
|
|
|
+$text['option-available_on_demand']['en-us'] = "Available (On Demand)";
|
|
|
+$text['option-available_on_demand']['es-cl'] = "Disponible (A Pedido)";
|
|
|
+$text['option-available_on_demand']['pt-pt'] = "Disponível (A Pedido)";
|
|
|
+$text['option-available_on_demand']['fr-fr'] = "Disponible (sur demande)";
|
|
|
+$text['option-available_on_demand']['pl'] = "Dostępny (na żądanie)";
|
|
|
+$text['option-available_on_demand']['uk'] = "Доступний (на вимогу)";
|
|
|
+$text['option-available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
|
|
|
+
|
|
|
+$text['option-available']['en-us'] = "Available";
|
|
|
+$text['option-available']['es-cl'] = "Disponible";
|
|
|
+$text['option-available']['pt-pt'] = "Disponível";
|
|
|
+$text['option-available']['fr-fr'] = "Disponible";
|
|
|
+$text['option-available']['pl'] = "Dostępny";
|
|
|
+$text['option-available']['uk'] = "Доступний";
|
|
|
+$text['option-available']['sv-se'] = "Tillgänglig";
|
|
|
+
|
|
|
+$text['message-username_exists']['en-us'] = "Username Already Exists";
|
|
|
+$text['message-username_exists']['es-cl'] = "Ya existe Nombre de usuario";
|
|
|
+$text['message-username_exists']['pt-pt'] = "Nome de usuário já existe";
|
|
|
+$text['message-username_exists']['fr-fr'] = "Nom d'utilisateur existe déjà";
|
|
|
+$text['message-username_exists']['pl'] = "Nazwa użytkownika już istnieje";
|
|
|
+$text['message-username_exists']['uk'] = "Користувач вже існує";
|
|
|
+$text['message-username_exists']['sv-se'] = "Användarnamnet Existerar Redan";
|
|
|
+
|
|
|
+$text['message-update']['en-us'] = "Update Completed";
|
|
|
+$text['message-update']['es-cl'] = "Actualización Completada";
|
|
|
+$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
|
|
+$text['message-update']['fr-fr'] = "Mis à Jour";
|
|
|
+$text['message-update']['pl'] = "Zaktualizowano poprawnie";
|
|
|
+$text['message-update']['uk'] = "Оновлення завершено";
|
|
|
+$text['message-update']['sv-se'] = "Uppdatering Klar";
|
|
|
+
|
|
|
+$text['message-restore']['en-us'] = "Restore Completed";
|
|
|
+$text['message-restore']['es-cl'] = "Restauración Completada";
|
|
|
+$text['message-restore']['pt-pt'] = "Restauração Efectuada";
|
|
|
+$text['message-restore']['fr-fr'] = "Restauré";
|
|
|
+$text['message-restore']['pl'] = "Przywrócenie zakończone";
|
|
|
+$text['message-restore']['uk'] = "Відновлення завершено";
|
|
|
+$text['message-restore']['sv-se'] = "Återställning Klar";
|
|
|
+
|
|
|
+$text['message-required']['en-us'] = "Please provide: ";
|
|
|
+$text['message-required']['es-cl'] = "Por favor indique: ";
|
|
|
+$text['message-required']['pt-pt'] = "Por favor indique: ";
|
|
|
+$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
|
|
+$text['message-required']['pl'] = "Wpisz:";
|
|
|
+$text['message-required']['uk'] = "Будь ласка, вкажіть:";
|
|
|
+$text['message-required']['sv-se'] = "Var god uppge:";
|
|
|
+
|
|
|
+$text['message-password_mismatch']['en-us'] = "Password Mismatch";
|
|
|
+$text['message-password_mismatch']['es-cl'] = "Contraseñas no coinciden";
|
|
|
+$text['message-password_mismatch']['pt-pt'] = "As passwords não correspondem.";
|
|
|
+$text['message-password_mismatch']['fr-fr'] = "les mots de passe ne correspondent pas";
|
|
|
+$text['message-password_mismatch']['pl'] = "Wprowadzone hasła nie są takie same";
|
|
|
+$text['message-password_mismatch']['uk'] = "Паролі не співпадають";
|
|
|
+$text['message-password_mismatch']['sv-se'] = "Lösenordet Stämmer Inte";
|
|
|
+
|
|
|
+$text['message-password_blank']['en-us'] = "Invalid Password";
|
|
|
+$text['message-password_blank']['es-cl'] = "Contraseña No Válida";
|
|
|
+$text['message-password_blank']['pt-pt'] = "Senha Inválida";
|
|
|
+$text['message-password_blank']['fr-fr'] = "Mot de Passe Incorrect";
|
|
|
+$text['message-password_blank']['pl'] = "Nieprawidłowe hasło";
|
|
|
+$text['message-password_blank']['uk'] = "Неправильний пароль";
|
|
|
+$text['message-password_blank']['sv-se'] = "Ogiltigt Lösenord";
|
|
|
+
|
|
|
+$text['message-new_group_name']['en-us'] = "Enter a Name for the new Group...";
|
|
|
+$text['message-new_group_name']['es-cl'] = "Introduzca un Nombre para el nuevo Grupo...";
|
|
|
+$text['message-new_group_name']['pt-pt'] = "Digite um Nome para o novo Grupo...";
|
|
|
+$text['message-new_group_name']['fr-fr'] = "Entrez un Nom pour le nouveau Groupe...";
|
|
|
+$text['message-new_group_name']['pl'] = "Wprowadź nazwę nowej grupy";
|
|
|
+$text['message-new_group_name']['uk'] = "Введіть назву нової групи";
|
|
|
+$text['message-new_group_name']['sv-se'] = "Ange ett Namn för den nya Gruppen...";
|
|
|
+
|
|
|
+$text['message-new_group_description']['en-us'] = "Enter a Description for the new Group...";
|
|
|
+$text['message-new_group_description']['es-cl'] = "Introduzca una Descripción para el nuevo Grupo...";
|
|
|
+$text['message-new_group_description']['pt-pt'] = "Digite uma Descrição para o novo grupo...";
|
|
|
+$text['message-new_group_description']['fr-fr'] = "Entrez une Description pour le nouveau groupe...";
|
|
|
+$text['message-new_group_description']['pl'] = "Wprowadź opis nowej grupy";
|
|
|
+$text['message-new_group_description']['uk'] = "Введіть опис нової групи";
|
|
|
+$text['message-new_group_description']['sv-se'] = "Ange en Beskrivning för den nya Gruppen...";
|
|
|
+
|
|
|
+$text['message-maximum_users']['en-us'] = "Maximum Users:";
|
|
|
+$text['message-maximum_users']['es-cl'] = "Usuarios Máximo Permitido:";
|
|
|
+$text['message-maximum_users']['pt-pt'] = "Usuários Máximo Permitido:";
|
|
|
+$text['message-maximum_users']['fr-fr'] = "Utilisateurs Maximale Autorisée:";
|
|
|
+$text['message-maximum_users']['pl'] = "Maks ilość użytkowników";
|
|
|
+$text['message-maximum_users']['uk'] = "Максимальна кількість користувачів";
|
|
|
+$text['message-maximum_users']['sv-se'] = "Max Antal Användare:";
|
|
|
+
|
|
|
+$text['message-group_exists']['en-us'] = "Group Already Exists";
|
|
|
+$text['message-group_exists']['es-cl'] = "El Grupo ya Existe";
|
|
|
+$text['message-group_exists']['pt-pt'] = "O Grupo já Existe";
|
|
|
+$text['message-group_exists']['fr-fr'] = "Groupe Existe Déjà";
|
|
|
+$text['message-group_exists']['pl'] = "Grupa już istnieje";
|
|
|
+$text['message-group_exists']['uk'] = "Група вже існує";
|
|
|
+$text['message-group_exists']['sv-se'] = "Gruppen Existerar Redan";
|
|
|
+
|
|
|
+$text['message-delete']['en-us'] = "Delete Completed";
|
|
|
+$text['message-delete']['es-cl'] = "Eliminación Completada";
|
|
|
+$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
|
|
+$text['message-delete']['fr-fr'] = "Supprimé";
|
|
|
+$text['message-delete']['pl'] = "Usunięto poprawnie";
|
|
|
+$text['message-delete']['uk'] = "Видалено";
|
|
|
+$text['message-delete']['sv-se'] = "Borttagning Klar";
|
|
|
+
|
|
|
+$text['message-default_system_group']['en-us'] = "Default system groups cannot be edited or deleted.";
|
|
|
+$text['message-default_system_group']['es-cl'] = "Grupos predeterminados del sistema no pueden ser editados o eliminados.";
|
|
|
+$text['message-default_system_group']['pt-pt'] = "Grupos de sistema padrão não podem ser editados ou apagados.";
|
|
|
+$text['message-default_system_group']['fr-fr'] = "Les groupes du système par défaut ne peuvent pas être modifiés ou supprimés.";
|
|
|
+$text['message-default_system_group']['pl'] = "Domyślne grupy systemowe nie mogą być edytowane lub usuwane";
|
|
|
+$text['message-default_system_group']['uk'] = "Системні групи за замовчуванням не можна редагувати або видаляти";
|
|
|
+$text['message-default_system_group']['sv-se'] = "Standard system grupper kan inte redigeras eller tas bort.";
|
|
|
+
|
|
|
+$text['message-copy']['en-us'] = "Copy Completed";
|
|
|
+$text['message-copy']['es-cl'] = "Copia Completada";
|
|
|
+$text['message-copy']['pt-pt'] = "Cópia Efectuada";
|
|
|
+$text['message-copy']['fr-fr'] = "Copié";
|
|
|
+$text['message-copy']['pl'] = "Skopiowano poprawnie";
|
|
|
+$text['message-copy']['uk'] = "Скопійовано";
|
|
|
+$text['message-copy']['sv-se'] = "Kopiering Slutförd";
|
|
|
+
|
|
|
+$text['message-cannot_delete_own_account']['en-us'] = "You cannot delete your own user account.
|
|
|
+
|
|
|
+Please login as a different user, then try again.";
|
|
|
+$text['message-cannot_delete_own_account']['es-cl'] = "No se puede eliminar su propia cuenta de usuario.
|
|
|
+
|
|
|
+Por favor, iniciar sesión como un usuario diferente, vuelva a intentarlo.";
|
|
|
+$text['message-cannot_delete_own_account']['pt-pt'] = "Você não pode excluir a sua própria conta de usuário.
|
|
|
+
|
|
|
+Identifique-se como um usuário diferente, em seguida, tente novamente.";
|
|
|
+$text['message-cannot_delete_own_account']['fr-fr'] = "Vous ne pouvez pas supprimer votre propre compte utilisateur.
|
|
|
+
|
|
|
+Se il vous plaît vous identifier en tant qu'utilisateur différent, puis réessayez.";
|
|
|
+$text['message-cannot_delete_own_account']['pl'] = "Nie można usunąć własnego konta użytkownika.
|
|
|
+
|
|
|
+ Zaloguj się jako inny użytkownik i spróbuj ponownie.";
|
|
|
+$text['message-cannot_delete_own_account']['uk'] = "Ви не можете видалити власний обліковий запис. Будь ласка, увійдіть під іншим користувачем, потім повторіть спробу.";
|
|
|
+$text['message-cannot_delete_own_account']['sv-se'] = "Du kan inte ta bort ditt egna användarkonto. Logg ain som en annan användare och försök igen.";
|
|
|
+
|
|
|
+$text['message-add']['en-us'] = "Add Completed";
|
|
|
+$text['message-add']['es-cl'] = "Agregar Completado";
|
|
|
+$text['message-add']['pt-pt'] = "Adição Efectuada";
|
|
|
+$text['message-add']['fr-fr'] = "Ajouté";
|
|
|
+$text['message-add']['pl'] = "Dodano poprawnie";
|
|
|
+$text['message-add']['uk'] = "Додано";
|
|
|
+$text['message-add']['sv-se'] = "Tillagd";
|
|
|
+
|
|
|
+$text['label-username']['en-us'] = "Username";
|
|
|
+$text['label-username']['es-cl'] = "Nombre de usuario";
|
|
|
+$text['label-username']['pt-pt'] = "Nome de Utilizador";
|
|
|
+$text['label-username']['fr-fr'] = "Nom d'Utilisateur";
|
|
|
+$text['label-username']['pl'] = "Użytkownik";
|
|
|
+$text['label-username']['uk'] = "Ім’я користувача";
|
|
|
+$text['label-username']['sv-se'] = "Användarnamn";
|
|
|
+
|
|
|
+$text['label-user_language']['en-us'] = "Language";
|
|
|
+$text['label-user_language']['es-cl'] = "Lengua";
|
|
|
+$text['label-user_language']['pt-pt'] = "Língua";
|
|
|
+$text['label-user_language']['fr-fr'] = "Langue";
|
|
|
+$text['label-user_language']['pl'] = "Język";
|
|
|
+$text['label-user_language']['uk'] = "Мова";
|
|
|
+$text['label-user_language']['sv-se'] = "Språk";
|
|
|
+
|
|
|
+$text['label-user_info']['en-us'] = "User Info";
|
|
|
+$text['label-user_info']['es-cl'] = "Información de Usuario";
|
|
|
+$text['label-user_info']['pt-pt'] = "Informação do Utilizador";
|
|
|
+$text['label-user_info']['fr-fr'] = "Informations sur l'utilisateur";
|
|
|
+$text['label-user_info']['pl'] = "Informacje o użytkowniku";
|
|
|
+$text['label-user_info']['uk'] = "Інформація про користувача";
|
|
|
+$text['label-user_info']['sv-se'] = "Användar Info";
|
|
|
+
|
|
|
+$text['label-time_zone']['en-us'] = "Time Zone";
|
|
|
+$text['label-time_zone']['es-cl'] = "Zona Horaria";
|
|
|
+$text['label-time_zone']['pt-pt'] = "Fuso Horário";
|
|
|
+$text['label-time_zone']['fr-fr'] = "Fuseau Horaire";
|
|
|
+$text['label-time_zone']['pl'] = "Strefa czasowa";
|
|
|
+$text['label-time_zone']['uk'] = "Часовий пояс";
|
|
|
+$text['label-time_zone']['sv-se'] = "Tidszon";
|
|
|
+
|
|
|
+$text['label-status']['en-us'] = "Status";
|
|
|
+$text['label-status']['es-cl'] = "Estado";
|
|
|
+$text['label-status']['pt-pt'] = "Estado";
|
|
|
+$text['label-status']['fr-fr'] = "Etat";
|
|
|
+$text['label-status']['pl'] = "Status";
|
|
|
+$text['label-status']['uk'] = "Статус";
|
|
|
+$text['label-status']['sv-se'] = "Status";
|
|
|
+
|
|
|
+$text['label-permission_permissions']['en-us'] = "Permissions";
|
|
|
+$text['label-permission_permissions']['es-cl'] = "Permisos";
|
|
|
+$text['label-permission_permissions']['pt-pt'] = "Permissões";
|
|
|
+$text['label-permission_permissions']['fr-fr'] = "Permissions";
|
|
|
+$text['label-permission_permissions']['pl'] = "Uprawnienia";
|
|
|
+$text['label-permission_permissions']['uk'] = "Дозволи";
|
|
|
+$text['label-permission_permissions']['sv-se'] = "Rättigheter";
|
|
|
+
|
|
|
+$text['label-permission_description']['en-us'] = "Description";
|
|
|
+$text['label-permission_description']['es-cl'] = "Descripción";
|
|
|
+$text['label-permission_description']['pt-pt'] = "Descrição";
|
|
|
+$text['label-permission_description']['fr-fr'] = "Description";
|
|
|
+$text['label-permission_description']['pl'] = "Opis";
|
|
|
+$text['label-permission_description']['uk'] = "Опис";
|
|
|
+$text['label-permission_description']['sv-se'] = "Beskrivning";
|
|
|
+
|
|
|
+$text['label-password']['en-us'] = "Password";
|
|
|
+$text['label-password']['es-cl'] = "Contraseña";
|
|
|
+$text['label-password']['pt-pt'] = "Palavra-Passe";
|
|
|
+$text['label-password']['fr-fr'] = "Mot de passe";
|
|
|
+$text['label-password']['pl'] = "Hasło";
|
|
|
+$text['label-password']['uk'] = "Пароль";
|
|
|
+$text['label-password']['sv-se'] = "Lösenord";
|
|
|
+
|
|
|
+$text['label-last_name']['en-us'] = "Last Name";
|
|
|
+$text['label-last_name']['es-cl'] = "Apellido";
|
|
|
+$text['label-last_name']['pt-pt'] = "Último Nome";
|
|
|
+$text['label-last_name']['fr-fr'] = "Nom";
|
|
|
+$text['label-last_name']['pl'] = "Nazwisko";
|
|
|
+$text['label-last_name']['uk'] = "Прізвище";
|
|
|
+$text['label-last_name']['sv-se'] = "Efternamn";
|
|
|
+
|
|
|
+$text['label-groups']['en-us'] = "Groups";
|
|
|
+$text['label-groups']['es-cl'] = "Grupos";
|
|
|
+$text['label-groups']['pt-pt'] = "Grupos";
|
|
|
+$text['label-groups']['fr-fr'] = "Groupes";
|
|
|
+$text['label-groups']['pl'] = "Grupy";
|
|
|
+$text['label-groups']['uk'] = "Групи";
|
|
|
+$text['label-groups']['sv-se'] = "Grupper";
|
|
|
+
|
|
|
+$text['label-group_tools']['en-us'] = "Tools";
|
|
|
+$text['label-group_tools']['es-cl'] = "Instrumentos";
|
|
|
+$text['label-group_tools']['pt-pt'] = "Ferramentas";
|
|
|
+$text['label-group_tools']['fr-fr'] = "Outils";
|
|
|
+$text['label-group_tools']['pl'] = "Narzędzia";
|
|
|
+$text['label-group_tools']['uk'] = "Інструменти";
|
|
|
+$text['label-group_tools']['sv-se'] = "Verktyg";
|
|
|
+
|
|
|
+$text['label-group_protected']['en-us'] = "Protected";
|
|
|
+$text['label-group_protected']['es-cl'] = "Protegido";
|
|
|
+$text['label-group_protected']['pt-pt'] = "Protegido";
|
|
|
+$text['label-group_protected']['fr-fr'] = "Protégé";
|
|
|
+$text['label-group_protected']['pl'] = "Zabezpieczony";
|
|
|
+$text['label-group_protected']['uk'] = "Захищено";
|
|
|
+$text['label-group_protected']['sv-se'] = "Skyddad";
|
|
|
+
|
|
|
+$text['label-group_permissions']['en-us'] = "Permissions";
|
|
|
+$text['label-group_permissions']['es-cl'] = "Permisos";
|
|
|
+$text['label-group_permissions']['pt-pt'] = "Permissões";
|
|
|
+$text['label-group_permissions']['fr-fr'] = "Permissions";
|
|
|
+$text['label-group_permissions']['pl'] = "Uprawnienia";
|
|
|
+$text['label-group_permissions']['uk'] = "Дозволи";
|
|
|
+$text['label-group_permissions']['sv-se'] = "Rättigheter";
|
|
|
+
|
|
|
+$text['label-group_name']['en-us'] = "Name";
|
|
|
+$text['label-group_name']['es-cl'] = "Nombre";
|
|
|
+$text['label-group_name']['pt-pt'] = "Nome";
|
|
|
+$text['label-group_name']['fr-fr'] = "Nom";
|
|
|
+$text['label-group_name']['pl'] = "Nazwa";
|
|
|
+$text['label-group_name']['uk'] = "Назва";
|
|
|
+$text['label-group_name']['sv-se'] = "Namn";
|
|
|
+
|
|
|
+$text['label-group_members']['en-us'] = "Members";
|
|
|
+$text['label-group_members']['es-cl'] = "Miembros";
|
|
|
+$text['label-group_members']['pt-pt'] = "Membros";
|
|
|
+$text['label-group_members']['fr-fr'] = "Membres";
|
|
|
+$text['label-group_members']['pl'] = "Członkowie";
|
|
|
+$text['label-group_members']['uk'] = "";
|
|
|
+$text['label-group_members']['sv-se'] = "Medlemmar";
|
|
|
+
|
|
|
+$text['label-group_description']['en-us'] = "Description";
|
|
|
+$text['label-group_description']['es-cl'] = "Descripción";
|
|
|
+$text['label-group_description']['pt-pt'] = "Descrição";
|
|
|
+$text['label-group_description']['fr-fr'] = "Description";
|
|
|
+$text['label-group_description']['pl'] = "Opis";
|
|
|
+$text['label-group_description']['uk'] = "";
|
|
|
+$text['label-group_description']['sv-se'] = "Beskrivning";
|
|
|
+
|
|
|
+$text['label-group']['en-us'] = "Group";
|
|
|
+$text['label-group']['es-cl'] = "Grupo";
|
|
|
+$text['label-group']['pt-pt'] = "Grupo";
|
|
|
+$text['label-group']['fr-fr'] = "Group";
|
|
|
+$text['label-group']['pl'] = "Grupa";
|
|
|
+$text['label-group']['uk'] = "Група";
|
|
|
+$text['label-group']['sv-se'] = "Grupp";
|
|
|
+
|
|
|
+$text['label-global']['en-us'] = "Global";
|
|
|
+$text['label-global']['es-cl'] = "Global";
|
|
|
+$text['label-global']['pt-pt'] = "Global";
|
|
|
+$text['label-global']['fr-fr'] = "Mondial";
|
|
|
+$text['label-global']['pl'] = "Ogólny";
|
|
|
+$text['label-global']['uk'] = "Глобально";
|
|
|
+$text['label-global']['sv-se'] = "Global";
|
|
|
+
|
|
|
+$text['label-first_name']['en-us'] = "First Name";
|
|
|
+$text['label-first_name']['es-cl'] = "Nombre";
|
|
|
+$text['label-first_name']['pt-pt'] = "Primeiro Nome";
|
|
|
+$text['label-first_name']['fr-fr'] = "Prénom";
|
|
|
+$text['label-first_name']['pl'] = "Imię";
|
|
|
+$text['label-first_name']['uk'] = "Ім’я";
|
|
|
+$text['label-first_name']['sv-se'] = "Förnamn";
|
|
|
+
|
|
|
+$text['label-enabled']['en-us'] = "Enabled";
|
|
|
+$text['label-enabled']['es-cl'] = "Activo";
|
|
|
+$text['label-enabled']['pt-pt'] = "Habilitado";
|
|
|
+$text['label-enabled']['fr-fr'] = "Actif";
|
|
|
+$text['label-enabled']['pl'] = "Włączony";
|
|
|
+$text['label-enabled']['uk'] = "Включено";
|
|
|
+$text['label-enabled']['sv-se'] = "Aktiverad";
|
|
|
+
|
|
|
+$text['label-email']['en-us'] = "Email";
|
|
|
+$text['label-email']['es-cl'] = "Email";
|
|
|
+$text['label-email']['pt-pt'] = "Email";
|
|
|
+$text['label-email']['fr-fr'] = "Courriel";
|
|
|
+$text['label-email']['pl'] = "Email";
|
|
|
+$text['label-email']['uk'] = "Електронна пошта";
|
|
|
+$text['label-email']['sv-se'] = "E-post";
|
|
|
+
|
|
|
+$text['label-domain']['en-us'] = "Domain";
|
|
|
+$text['label-domain']['es-cl'] = "Dominio";
|
|
|
+$text['label-domain']['pt-pt'] = "Domínio";
|
|
|
+$text['label-domain']['fr-fr'] = "Domaine";
|
|
|
+$text['label-domain']['pl'] = "Domena";
|
|
|
+$text['label-domain']['uk'] = "Домен";
|
|
|
+$text['label-domain']['sv-se'] = "Domän";
|
|
|
+
|
|
|
+$text['label-contact']['en-us'] = "Contact";
|
|
|
+$text['label-contact']['es-cl'] = "Contacto";
|
|
|
+$text['label-contact']['pt-pt'] = "Contacto";
|
|
|
+$text['label-contact']['fr-fr'] = "Contact";
|
|
|
+$text['label-contact']['pl'] = "Kontakt";
|
|
|
+$text['label-contact']['uk'] = "Контакт";
|
|
|
+$text['label-contact']['sv-se'] = "Kontakt";
|
|
|
+
|
|
|
+$text['label-confirm_password']['en-us'] = "Confirm Password";
|
|
|
+$text['label-confirm_password']['es-cl'] = "Confirme Contraseña";
|
|
|
+$text['label-confirm_password']['pt-pt'] = "Confirmar Palavra-Passe";
|
|
|
+$text['label-confirm_password']['fr-fr'] = "Confirmer le mot de passe";
|
|
|
+$text['label-confirm_password']['pl'] = "Potwierdź hasło";
|
|
|
+$text['label-confirm_password']['uk'] = "Повторити пароль";
|
|
|
+$text['label-confirm_password']['sv-se'] = "Bekräfta Lösenord";
|
|
|
+
|
|
|
+$text['label-company_name']['en-us'] = "Company Name";
|
|
|
+$text['label-company_name']['es-cl'] = "Nombre de la Compañia";
|
|
|
+$text['label-company_name']['pt-pt'] = "Nome da Empresa";
|
|
|
+$text['label-company_name']['fr-fr'] = "Compagnie";
|
|
|
+$text['label-company_name']['pl'] = "Nazwa firmy";
|
|
|
+$text['label-company_name']['uk'] = "Назва компанії";
|
|
|
+$text['label-company_name']['sv-se'] = "Företags Namn";
|
|
|
+
|
|
|
+$text['label-api_key']['en-us'] = "API Key";
|
|
|
+$text['label-api_key']['es-cl'] = "API Key";
|
|
|
+$text['label-api_key']['pt-pt'] = "API Key";
|
|
|
+$text['label-api_key']['fr-fr'] = "API Key";
|
|
|
+$text['label-api_key']['pl'] = "Klucz API";
|
|
|
+$text['label-api_key']['uk'] = "Ключ API";
|
|
|
+$text['label-api_key']['sv-se'] = "API Nyckel";
|
|
|
+
|
|
|
+$text['label-additional_info']['en-us'] = "Additional Info";
|
|
|
+$text['label-additional_info']['es-cl'] = "Información Adicional";
|
|
|
+$text['label-additional_info']['pt-pt'] = "Informação Adicional";
|
|
|
+$text['label-additional_info']['fr-fr'] = "Informations additionnelles";
|
|
|
+$text['label-additional_info']['pl'] = "Dodatkowe informacje";
|
|
|
+$text['label-additional_info']['uk'] = "Додаткова інформація";
|
|
|
+$text['label-additional_info']['sv-se'] = "Ytterligare Info";
|
|
|
+
|
|
|
+$text['header-user_manager']['en-us'] = "User Manager";
|
|
|
+$text['header-user_manager']['es-cl'] = "Administración de Usuario";
|
|
|
+$text['header-user_manager']['pt-pt'] = "Gestão de Utilizadores";
|
|
|
+$text['header-user_manager']['fr-fr'] = "Gestion Usagers";
|
|
|
+$text['header-user_manager']['pl'] = "Menadżer użytkowników";
|
|
|
+$text['header-user_manager']['uk'] = "";
|
|
|
+$text['header-user_manager']['sv-se'] = "Användar Inställningar";
|
|
|
+
|
|
|
+$text['header-user_edit']['en-us'] = "User";
|
|
|
+$text['header-user_edit']['es-cl'] = "Editar Usuario";
|
|
|
+$text['header-user_edit']['pt-pt'] = "Editar Utilizador";
|
|
|
+$text['header-user_edit']['fr-fr'] = "Edition de l'Usager";
|
|
|
+$text['header-user_edit']['pl'] = "Użytkownik";
|
|
|
+$text['header-user_edit']['uk'] = "Користувач";
|
|
|
+$text['header-user_edit']['sv-se'] = "Användare";
|
|
|
+
|
|
|
+$text['header-user_add']['en-us'] = "User";
|
|
|
+$text['header-user_add']['es-cl'] = "Agregar Usuario";
|
|
|
+$text['header-user_add']['pt-pt'] = "Adicionar Utilizador";
|
|
|
+$text['header-user_add']['fr-fr'] = "Ajout de l'Usager";
|
|
|
+$text['header-user_add']['pl'] = "Użytkownik";
|
|
|
+$text['header-user_add']['uk'] = "Користувач";
|
|
|
+$text['header-user_add']['sv-se'] = "Användare";
|
|
|
+
|
|
|
+$text['header-group_permissions']['en-us'] = "Group Permissions: ";
|
|
|
+$text['header-group_permissions']['es-cl'] = "Permisos de Grupo: ";
|
|
|
+$text['header-group_permissions']['pt-pt'] = "Permissões do Grupo: ";
|
|
|
+$text['header-group_permissions']['fr-fr'] = "Permissions du Groupe: ";
|
|
|
+$text['header-group_permissions']['pl'] = "Uprawnienia grupy";
|
|
|
+$text['header-group_permissions']['uk'] = "";
|
|
|
+$text['header-group_permissions']['sv-se'] = "Grupp Rättigheter";
|
|
|
+
|
|
|
+$text['header-group_members']['en-us'] = "Group Members: ";
|
|
|
+$text['header-group_members']['es-cl'] = "Miembros de Grupo: ";
|
|
|
+$text['header-group_members']['pt-pt'] = "Membros do Grupo: ";
|
|
|
+$text['header-group_members']['fr-fr'] = "Membres du Groupe: ";
|
|
|
+$text['header-group_members']['pl'] = "Członkowie grupy:";
|
|
|
+$text['header-group_members']['uk'] = "";
|
|
|
+$text['header-group_members']['sv-se'] = "Grupp Medlemmar:";
|
|
|
+
|
|
|
+$text['header-group_manager']['en-us'] = "Group Manager";
|
|
|
+$text['header-group_manager']['es-cl'] = "Administración de Grupo";
|
|
|
+$text['header-group_manager']['pt-pt'] = "Gestão de Grupos";
|
|
|
+$text['header-group_manager']['fr-fr'] = "Gestion de Groupe";
|
|
|
+$text['header-group_manager']['pl'] = "Menadżer grupy";
|
|
|
+$text['header-group_manager']['uk'] = "";
|
|
|
+$text['header-group_manager']['sv-se'] = "Grupp Inställningar";
|
|
|
+
|
|
|
+$text['header-group_edit']['en-us'] = "Edit Group";
|
|
|
+$text['header-group_edit']['es-cl'] = "Editar Grupo";
|
|
|
+$text['header-group_edit']['pt-pt'] = "Editar Grupo";
|
|
|
+$text['header-group_edit']['fr-fr'] = "Modifier le Groupe";
|
|
|
+$text['header-group_edit']['pl'] = "Edycja grupy";
|
|
|
+$text['header-group_edit']['uk'] = "Редагувати групу";
|
|
|
+$text['header-group_edit']['sv-se'] = "Editera Grupp";
|
|
|
+
|
|
|
+$text['header-group_add']['en-us'] = "Add Group";
|
|
|
+$text['header-group_add']['es-cl'] = "Agregar Grupo";
|
|
|
+$text['header-group_add']['pt-pt'] = "Adicionar Grupo";
|
|
|
+$text['header-group_add']['fr-fr'] = "Ajouter un Groupe";
|
|
|
+$text['header-group_add']['pl'] = "Dodaj grupę";
|
|
|
+$text['header-group_add']['uk'] = "Додати групу";
|
|
|
+$text['header-group_add']['sv-se'] = "Lägg Till Grupp";
|
|
|
+
|
|
|
+$text['description-user_manager']['en-us'] = "Add, edit, delete, and search users. ";
|
|
|
+$text['description-user_manager']['es-cl'] = "Agregar, Editar, Eliminar y Buscar Usuarios. ";
|
|
|
+$text['description-user_manager']['pt-pt'] = "Adicionar, editar, remover e pesquisar utilizadores. ";
|
|
|
+$text['description-user_manager']['fr-fr'] = "Ajouter, éditer, supprimer et chercher des utilisateurs. ";
|
|
|
+$text['description-user_manager']['pl'] = "Dodaj, edytuj, usuń i wyszukaj użytkowników.";
|
|
|
+$text['description-user_manager']['uk'] = "Додавання, редагування, видалення та пошук користувачів";
|
|
|
+$text['description-user_manager']['sv-se'] = "Lägg Till, editera, ta bort och sök användare.";
|
|
|
+
|
|
|
+$text['description-user_language']['en-us'] = "Select the language.";
|
|
|
+$text['description-user_language']['es-cl'] = "Seleccione el idioma.";
|
|
|
+$text['description-user_language']['pt-pt'] = "Selecione o idioma.";
|
|
|
+$text['description-user_language']['fr-fr'] = "Sélectionnez la langue.";
|
|
|
+$text['description-user_language']['pl'] = "Wybierz język";
|
|
|
+$text['description-user_language']['uk'] = "Виберіть мову";
|
|
|
+$text['description-user_language']['sv-se'] = "Välj Språk";
|
|
|
+
|
|
|
+$text['description-user_edit']['en-us'] = "Edit user information and group membership. ";
|
|
|
+$text['description-user_edit']['es-cl'] = "Editar información del usuario y pertenencia al grupo. ";
|
|
|
+$text['description-user_edit']['pt-pt'] = "Editar a informação do utilizador e os membros do grupo. ";
|
|
|
+$text['description-user_edit']['fr-fr'] = "Editer les informations de l'utilisateur et l'appartenance au groupe.";
|
|
|
+$text['description-user_edit']['pl'] = "Edytuj informacje o użytkowniku i przynależności do grupy.";
|
|
|
+$text['description-user_edit']['uk'] = "Змініть інформацію користувача і членство в групі.";
|
|
|
+$text['description-user_edit']['sv-se'] = "Meditera användarinformation och grupp medlemskap.";
|
|
|
+
|
|
|
+$text['description-user_add']['en-us'] = "To add a user, please fill out this form completely. All fields are required. ";
|
|
|
+$text['description-user_add']['es-cl'] = "Para agregar un usuario, por favor llene completamente el siguiente formulario. Todos los campos son obligatorios. ";
|
|
|
+$text['description-user_add']['pt-pt'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. ";
|
|
|
+$text['description-user_add']['fr-fr'] = "Afin d'ajouter des utilisateurs, remplissez complètement ce formulaire. Tous les champs sont requis. ";
|
|
|
+$text['description-user_add']['pl'] = "Aby dodać użytkownika, wypełnij ten formularz w całości. Wszystkie pola są wymagane.";
|
|
|
+$text['description-user_add']['uk'] = "Щоб додати користувача, будь ласка, заповніть цю форму повністю. Всі поля обов'язкові для заповнення.";
|
|
|
+$text['description-user_add']['sv-se'] = "För att lägga till en användare, fyll i hela detta formulär. Alla fält måste fyllas i.";
|
|
|
+
|
|
|
+$text['description-time_zone']['en-us'] = "Select the default time zone.";
|
|
|
+$text['description-time_zone']['es-cl'] = "Seleccione la zona horaria por defecto.";
|
|
|
+$text['description-time_zone']['pt-pt'] = "Escolha o fuso horário por omissão.";
|
|
|
+$text['description-time_zone']['fr-fr'] = "Choisir le fuseau horaire par défaut.";
|
|
|
+$text['description-time_zone']['pl'] = "Wybierz domyślną strefę czasową";
|
|
|
+$text['description-time_zone']['uk'] = "Виберіть часовий пояс за замовчуванням.";
|
|
|
+$text['description-time_zone']['sv-se'] = "Välj standard tidszon";
|
|
|
+
|
|
|
+$text['description-status']['en-us'] = "Set the user's presence.";
|
|
|
+$text['description-status']['es-cl'] = "Configure la presencia del usuario.";
|
|
|
+$text['description-status']['pt-pt'] = "Escolher o estado de presença do utilizador.";
|
|
|
+$text['description-status']['fr-fr'] = "Choisir l'état de présence de l'utilisateur.";
|
|
|
+$text['description-status']['pl'] = "Wybierz status użytkownika";
|
|
|
+$text['description-status']['uk'] = "Виберіть статус користувача";
|
|
|
+$text['description-status']['sv-se'] = "Välj en användarstatus.";
|
|
|
+
|
|
|
+$text['description-group_permissions']['en-us'] = "Assign permissions for this group.";
|
|
|
+$text['description-group_permissions']['es-cl'] = "Asigne permisos para este grupo.";
|
|
|
+$text['description-group_permissions']['pt-pt'] = "Atribua permissões para este grupo.";
|
|
|
+$text['description-group_permissions']['fr-fr'] = "Assigner des permissions à ce groupe.";
|
|
|
+$text['description-group_permissions']['pl'] = "Przypisywanie uprawnień dla tej grupy.";
|
|
|
+$text['description-group_permissions']['uk'] = "Призначення дозволів для цієї групи.";
|
|
|
+$text['description-group_permissions']['sv-se'] = "Tilldela rättigheter till denna grupp.";
|
|
|
+
|
|
|
+$text['description-group_edit']['en-us'] = "Edit the properties of the group.";
|
|
|
+$text['description-group_edit']['es-cl'] = "Editar las propiedades del grupo.";
|
|
|
+$text['description-group_edit']['pt-pt'] = "Editar as propriedades do grupo.";
|
|
|
+$text['description-group_edit']['fr-fr'] = "Modifier les propriétés du groupe.";
|
|
|
+$text['description-group_edit']['pl'] = "Edytuj właściwości grupy.";
|
|
|
+$text['description-group_edit']['uk'] = "Зміна властивостей групи.";
|
|
|
+$text['description-group_edit']['sv-se'] = "Editera inställningar för gruppen.";
|
|
|
+
|
|
|
+$text['description-group_add']['en-us'] = "Create a new user group.";
|
|
|
+$text['description-group_add']['es-cl'] = "Crear un nuevo grupo de usuarios.";
|
|
|
+$text['description-group_add']['pt-pt'] = "Criar um novo grupo de usuários.";
|
|
|
+$text['description-group_add']['fr-fr'] = "Créez un nouveau groupe d'utilisateurs.";
|
|
|
+$text['description-group_add']['pl'] = "Utwórz nową grupę użytkowników.";
|
|
|
+$text['description-group_add']['uk'] = "Створити нову групу користувачів.";
|
|
|
+$text['description-group_add']['sv-se'] = "Skapa en ny användargrupp.";
|
|
|
+
|
|
|
+$text['description-enabled']['en-us'] = "Set the status of this account.";
|
|
|
+$text['description-enabled']['es-cl'] = "Indique el estaso de esta cuenta.";
|
|
|
+$text['description-enabled']['pt-pt'] = "Escolha o estado desta conta.";
|
|
|
+$text['description-enabled']['fr-fr'] = "Choisir le statut de ce compte.";
|
|
|
+$text['description-enabled']['pl'] = "Ustaw status numeru wewnętrznego.";
|
|
|
+$text['description-enabled']['uk'] = "Встановіть стан цього облікового запису.";
|
|
|
+$text['description-enabled']['sv-se'] = "Välj status på denna standardinställning.";
|
|
|
+
|
|
|
+$text['description-contact_view']['en-us'] = "View";
|
|
|
+$text['description-contact_view']['es-cl'] = "Ver";
|
|
|
+$text['description-contact_view']['pt-pt'] = "Ver";
|
|
|
+$text['description-contact_view']['fr-fr'] = "Voir";
|
|
|
+$text['description-contact_view']['pl'] = "Widok";
|
|
|
+$text['description-contact_view']['uk'] = "Перегляд";
|
|
|
+$text['description-contact_view']['sv-se'] = "Granska";
|
|
|
+
|
|
|
+$text['description-contact']['en-us'] = "Assign a contact to this user account.";
|
|
|
+$text['description-contact']['es-cl'] = "Asignar un contacto a este usuario.";
|
|
|
+$text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador.";
|
|
|
+$text['description-contact']['fr-fr'] = "Attacher un contact à ce compte utilisateur";
|
|
|
+$text['description-contact']['pl'] = "Wybierz numer";
|
|
|
+$text['description-contact']['uk'] = "Призначити контакт в цей обліковий запис користувача.";
|
|
|
+$text['description-contact']['sv-se'] = "Tilldela en kontakt till detta konto.";
|
|
|
+
|
|
|
+$text['description-api_key']['en-us'] = "Enter the API key is often a UUID. The API key should be 128 bit or greater.";
|
|
|
+$text['description-api_key']['es-cl'] = "Indique la API key.";
|
|
|
+$text['description-api_key']['pt-pt'] = "";
|
|
|
+$text['description-api_key']['fr-fr'] = "";
|
|
|
+$text['description-api_key']['pl'] = "Wprowadź klucz API, który jest często UUID. Klucz API powinien być 128 bitowy lub lepszy.";
|
|
|
+$text['description-api_key']['uk'] = "Введіть ключ API, зазвичай UUID. Ключ API повинен бути 128 біт або більше.";
|
|
|
+$text['description-api_key']['sv-se'] = "Ange API nyckel (ofta UUID). API nyckeln borde vara 128 bit eller mer.";
|
|
|
+
|
|
|
+$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
|
|
+$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
|
|
|
+$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
|
|
+$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
|
|
+$text['confirm-delete']['pl'] = "Czy na pewno chcesz to usunąć?";
|
|
|
+$text['confirm-delete']['uk'] = "Ви дійсно бажаєте це видалити?";
|
|
|
+$text['confirm-delete']['sv-se'] = "Vill du verkligen ta bort detta?";
|
|
|
+
|
|
|
+$text['button-show_all']['en-us'] = "Show All";
|
|
|
+$text['button-show_all']['es-cl'] = "Mostrar Todos";
|
|
|
+$text['button-show_all']['pt-pt'] = "Mostrar Todos";
|
|
|
+$text['button-show_all']['fr-fr'] = "Montrer Tout";
|
|
|
+$text['button-show_all']['pl'] = "Pokaż wszystkie";
|
|
|
+$text['button-show_all']['uk'] = "Показати всі";
|
|
|
+$text['button-show_all']['sv-se'] = "Visa Allt";
|
|
|
+
|
|
|
+$text['button-search']['en-us'] = "Search";
|
|
|
+$text['button-search']['es-cl'] = "Buscar";
|
|
|
+$text['button-search']['pt-pt'] = "Pesquisar";
|
|
|
+$text['button-search']['fr-fr'] = "Chercher";
|
|
|
+$text['button-search']['pl'] = "Wyszukaj";
|
|
|
+$text['button-search']['uk'] = "Пошук";
|
|
|
+$text['button-search']['sv-se'] = "Sök";
|
|
|
+
|
|
|
+$text['button-save']['en-us'] = "Save";
|
|
|
+$text['button-save']['es-cl'] = "Guardar";
|
|
|
+$text['button-save']['pt-pt'] = "Guardar";
|
|
|
+$text['button-save']['fr-fr'] = "Sauvegarder";
|
|
|
+$text['button-save']['pl'] = "Zachowaj";
|
|
|
+$text['button-save']['uk'] = "Зберегти";
|
|
|
+$text['button-save']['sv-se'] = "Spara";
|
|
|
+
|
|
|
+$text['button-restore']['en-us'] = "Restore Default";
|
|
|
+$text['button-restore']['es-cl'] = "Restaurar Predeterminados";
|
|
|
+$text['button-restore']['pt-pt'] = "Restaurar Predefinições";
|
|
|
+$text['button-restore']['fr-fr'] = "Restaurer";
|
|
|
+$text['button-restore']['pl'] = "Przywróć ustawienia domyślne";
|
|
|
+$text['button-restore']['uk'] = "Відновити значення за замовчуванням";
|
|
|
+$text['button-restore']['sv-se'] = "Aktivera Standard Inställningar";
|
|
|
+
|
|
|
+$text['button-generate']['en-us'] = "Generate";
|
|
|
+$text['button-generate']['es-cl'] = "Generar";
|
|
|
+$text['button-generate']['pt-pt'] = "Geração";
|
|
|
+$text['button-generate']['fr-fr'] = "Générer";
|
|
|
+$text['button-generate']['pl'] = "Generuj";
|
|
|
+$text['button-generate']['uk'] = "Згенерувати";
|
|
|
+$text['button-generate']['sv-se'] = "Generera";
|
|
|
+
|
|
|
+$text['button-edit']['en-us'] = "Edit";
|
|
|
+$text['button-edit']['es-cl'] = "Editar";
|
|
|
+$text['button-edit']['pt-pt'] = "Editar";
|
|
|
+$text['button-edit']['fr-fr'] = "Editer";
|
|
|
+$text['button-edit']['pl'] = "Edytuj";
|
|
|
+$text['button-edit']['uk'] = "Редагувати";
|
|
|
+$text['button-edit']['sv-se'] = "Editera";
|
|
|
+
|
|
|
+$text['button-delete']['en-us'] = "Delete";
|
|
|
+$text['button-delete']['es-cl'] = "Eliminar";
|
|
|
+$text['button-delete']['pt-pt'] = "Remoção";
|
|
|
+$text['button-delete']['fr-fr'] = "Supprimer";
|
|
|
+$text['button-delete']['pl'] = "Usuń";
|
|
|
+$text['button-delete']['uk'] = "Видалити";
|
|
|
+$text['button-delete']['sv-se'] = "Ta Bort";
|
|
|
+
|
|
|
+$text['button-create_account']['en-us'] = "Create Account";
|
|
|
+$text['button-create_account']['es-cl'] = "Crear Cuenta";
|
|
|
+$text['button-create_account']['pt-pt'] = "Criar Conta";
|
|
|
+$text['button-create_account']['fr-fr'] = "Créé le Compte";
|
|
|
+$text['button-create_account']['pl'] = "Załóż konto";
|
|
|
+$text['button-create_account']['uk'] = "Створити обліковий запис";
|
|
|
+$text['button-create_account']['sv-se'] = "Skapa Konto";
|
|
|
+
|
|
|
+$text['button-copy']['en-us'] = "Copy";
|
|
|
+$text['button-copy']['es-cl'] = "Copiar";
|
|
|
+$text['button-copy']['pt-pt'] = "Copiar";
|
|
|
+$text['button-copy']['fr-fr'] = "Copier";
|
|
|
+$text['button-copy']['pl'] = "Kopiuj";
|
|
|
+$text['button-copy']['uk'] = "Копіювати";
|
|
|
+$text['button-copy']['sv-se'] = "Kopiera";
|
|
|
+
|
|
|
+$text['button-back']['en-us'] = "Back";
|
|
|
+$text['button-back']['es-cl'] = "Volver";
|
|
|
+$text['button-back']['pt-pt'] = "Voltar";
|
|
|
+$text['button-back']['fr-fr'] = "Retour";
|
|
|
+$text['button-back']['pl'] = "Wróć";
|
|
|
+$text['button-back']['uk'] = "Назад";
|
|
|
+$text['button-back']['sv-se'] = "Tillbaka";
|
|
|
+
|
|
|
+$text['button-add_member']['en-us'] = "Add Member";
|
|
|
+$text['button-add_member']['es-cl'] = "Agregar Miembro";
|
|
|
+$text['button-add_member']['pt-pt'] = "Adicionar Membro";
|
|
|
+$text['button-add_member']['fr-fr'] = "Ajouter un Membre";
|
|
|
+$text['button-add_member']['pl'] = "Dodaj członka";
|
|
|
+$text['button-add_member']['uk'] = "Додати учасника";
|
|
|
+$text['button-add_member']['sv-se'] = "Lägg Till Medlem";
|
|
|
+
|
|
|
+$text['button-add']['en-us'] = "Add";
|
|
|
+$text['button-add']['es-cl'] = "Agregar";
|
|
|
+$text['button-add']['pt-pt'] = "Adicionar";
|
|
|
+$text['button-add']['fr-fr'] = "Ajouter";
|
|
|
+$text['button-add']['pl'] = "Dodaj";
|
|
|
+$text['button-add']['uk'] = "Додати";
|
|
|
+$text['button-add']['sv-se'] = "Lägg Till";
|
|
|
+
|
|
|
?>
|