mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.
This commit is contained in:
@@ -1,114 +1,150 @@
|
||||
<?php
|
||||
|
||||
//Apps
|
||||
$text['title-apps']['en-us'] = "App Manager";
|
||||
$text['title-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['title-apps']['pt-pt'] = "Gestor de Aplicações";
|
||||
$text['title-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$text['title-apps']['pt-br'] = "Gerenciador de aplicações";
|
||||
$text['title-apps']['pl'] = "Menedżer aplikacji";
|
||||
|
||||
$text['title-apps']['en-us'] = "App Manager";
|
||||
$text['title-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['title-apps']['pt-pt'] = "Gestor de Aplicações";
|
||||
$text['title-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$text['title-app-edit']['en-us'] = "App Edit";
|
||||
$text['title-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['title-app-edit']['pt-pt'] = "Editar aplicação";
|
||||
$text['title-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$text['title-app-edit']['pt-br'] = "Editar aplicação";
|
||||
$text['title-app-edit']['pl'] = "Edytuj aplikację ";
|
||||
|
||||
$text['header-apps']['en-us'] = "App Manager";
|
||||
$text['header-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['header-apps']['pt-pt'] = "Gestor de Aplicações";
|
||||
$text['header-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$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']['pt-br'] = "Atualização Efetuada";
|
||||
$text['message-update']['pl'] = "Zaktualizowano poprawnie";
|
||||
|
||||
$text['description-apps']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-apps']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-apps']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-apps']['fr-fr'] = "Gérer les applications installées.";
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['es-cl'] = "Mensaje";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
$text['message-message']['pt-br'] = "Mensagem";
|
||||
$text['message-message']['pl'] = "Wiadomość";
|
||||
|
||||
//------
|
||||
$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']['pt-br'] = "Remoção Efetuada";
|
||||
$text['message-delete']['pl'] = "Usunięto poprawnie";
|
||||
|
||||
$text['title-app-edit']['en-us'] = "App Edit";
|
||||
$text['title-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['title-app-edit']['pt-pt'] = "Editar aplicação";
|
||||
$text['title-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$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']['pt-br'] = "Criação Efetuada";
|
||||
$text['message-add']['pl'] = "Dodano poprawnie";
|
||||
|
||||
$text['header-app-edit']['en-us'] = "App Edit";
|
||||
$text['header-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['header-app-edit']['pt-pt'] = "Editar aplicação";
|
||||
$text['header-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$text['label-version']['en-us'] = "Version";
|
||||
$text['label-version']['es-cl'] = "Versión";
|
||||
$text['label-version']['pt-pt'] = "Versão";
|
||||
$text['label-version']['fr-fr'] = "Version";
|
||||
$text['label-version']['pt-br'] = "Versão";
|
||||
$text['label-version']['pl'] = "Wersja";
|
||||
|
||||
$text['description-app-edit']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-app-edit']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-app-edit']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-app-edit']['fr-fr'] = "Gérer les applications installées";
|
||||
$text['label-subcategory']['en-us'] = "Subcategory";
|
||||
$text['label-subcategory']['es-cl'] = "Subcategoría";
|
||||
$text['label-subcategory']['pt-pt'] = "Subcategoria";
|
||||
$text['label-subcategory']['fr-fr'] = "Sous-catégories";
|
||||
$text['label-subcategory']['pt-br'] = "Subcategoria";
|
||||
$text['label-subcategory']['pl'] = "Podkategoria";
|
||||
|
||||
//------
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-name']['pt-br'] = "Nome";
|
||||
$text['label-name']['pl'] = "Nazwa";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
$text['label-description']['pt-pt'] = "Descripção";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-description']['pt-br'] = "Descrição";
|
||||
$text['label-description']['pl'] = "Opis";
|
||||
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['es-cl'] = "Categoría";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Catégories";
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['es-cl'] = "Categoría";
|
||||
$text['label-category']['pt-pt'] = "Categoria";
|
||||
$text['label-category']['fr-fr'] = "Catégories";
|
||||
$text['label-category']['pt-br'] = "Categoria";
|
||||
$text['label-category']['pl'] = "Kategoria";
|
||||
|
||||
$text['label-subcategory']['en-us'] = "Subcategory";
|
||||
$text['label-subcategory']['es-cl'] = "Subcategoría";
|
||||
$text['label-subcategory']['pt-pt'] = "Subcategoria";
|
||||
$text['label-subcategory']['fr-fr'] = "Sous-catégories";
|
||||
$text['header-apps']['en-us'] = "App Manager";
|
||||
$text['header-apps']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$text['header-apps']['pt-pt'] = "Gestor de Aplicações";
|
||||
$text['header-apps']['fr-fr'] = "Gestionnaire App";
|
||||
$text['header-apps']['pt-br'] = "Gerenciador de aplicações";
|
||||
$text['header-apps']['pl'] = "Menedżer aplikacji";
|
||||
|
||||
$text['label-version']['en-us'] = "Version";
|
||||
$text['label-version']['es-cl'] = "Versión";
|
||||
$text['label-version']['pt-pt'] = "Versão";
|
||||
$text['label-version']['fr-fr'] = "Version";
|
||||
$text['header-app-edit']['en-us'] = "App Edit";
|
||||
$text['header-app-edit']['es-cl'] = "Editar Aplicaciones";
|
||||
$text['header-app-edit']['pt-pt'] = "Editar aplicação";
|
||||
$text['header-app-edit']['fr-fr'] = "Editer l'application";
|
||||
$text['header-app-edit']['pt-br'] = "Editar aplicação";
|
||||
$text['header-app-edit']['pl'] = "Edytuj aplikację ";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
$text['label-description']['pt-pt'] = "Descripção";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['description-apps']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-apps']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-apps']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-apps']['fr-fr'] = "Gérer les applications installées.";
|
||||
$text['description-apps']['pt-br'] = "Gerenciar aplicações instaladas";
|
||||
$text['description-apps']['pl'] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['es-cl'] = "Agregar";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouté";
|
||||
$text['description-app-edit']['en-us'] = "Manage the applications that are installed.";
|
||||
$text['description-app-edit']['es-cl'] = "Administre las aplicaciones instaladas.";
|
||||
$text['description-app-edit']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-app-edit']['fr-fr'] = "Gérer les applications installées";
|
||||
$text['description-app-edit']['pt-br'] = "Gerenciar aplicações instaladas";
|
||||
$text['description-app-edit']['pl'] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
|
||||
$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['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 deseja eliminar?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-delete']['pt-br'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['pl'] = "Czy na pewno chcesz to usunąć?";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['es-cl'] = "Eliminar";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimé";
|
||||
$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']['pt-br'] = "Salvar";
|
||||
$text['button-save']['pl'] = "Zachowaj";
|
||||
|
||||
$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 deseja eliminar?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$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']['pt-br'] = "Editar";
|
||||
$text['button-edit']['pl'] = "Edytuj";
|
||||
|
||||
$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-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['es-cl'] = "Eliminar";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimé";
|
||||
$text['button-delete']['pt-br'] = "Remover";
|
||||
$text['button-delete']['pl'] = "Usuń";
|
||||
|
||||
$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']['en-us'] = "Back";
|
||||
$text['button-back']['es-cl'] = "Volver";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-back']['pt-br'] = "Voltar";
|
||||
$text['button-back']['pl'] = "Wróć";
|
||||
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['es-cl'] = "Mensaje";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['es-cl'] = "Agregar";
|
||||
$text['button-add']['pt-pt'] = "Adicionar";
|
||||
$text['button-add']['fr-fr'] = "Ajouté";
|
||||
$text['button-add']['pt-br'] = "Adicionar";
|
||||
$text['button-add']['pl'] = "Dodaj";
|
||||
|
||||
$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é";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,38 +1,30 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Aplicaciones";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "20";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "App Manager";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][1]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion App";
|
||||
$apps[$x]['menu'][1]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][1]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][1]['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/apps/apps.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Aplicaciones";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Apps";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Aplicações";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Aplikacje";
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "20";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "App Manager";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Administrador de Aplicaciones";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Gestion App";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Gestor de Aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Gerenciador de aplicações";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Menedżer aplikacji";
|
||||
$apps[$x]['menu'][1]['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/apps/apps.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user