fusionpbx/core/apps/app_languages.php

88 lines
4.7 KiB
PHP
Raw Normal View History

<?php
$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']['sv-se'] = "App Inställningar";
$text['title-apps']['uk'] = "Керування додатками";
$text['title-apps']['de-de'] = "App Verwaltung";
2015-06-30 00:30:02 +02:00
$text['title-apps']['de-at'] = "App Verwaltung";
$text['title-apps']['it-it'] = "Gestore applicazioni";
$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['title-app-edit']['sv-se'] = "Ändra App";
$text['title-app-edit']['uk'] = "Редагувати додаток";
$text['title-app-edit']['de-de'] = "Applikationen Editieren";
2015-06-30 00:30:02 +02:00
$text['title-app-edit']['de-at'] = "Applikationen Editieren";
$text['title-app-edit']['it-it'] = "Modifica applicazione";
$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['label-version']['sv-se'] = "Version";
$text['label-version']['uk'] = "Версія";
$text['label-version']['de-de'] = "Version";
2015-06-30 00:30:02 +02:00
$text['label-version']['de-at'] = "Version";
$text['label-version']['it-it'] = "Versione";
$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['header-apps']['sv-se'] = "App Inställningar";
$text['header-apps']['uk'] = "Керування додатками";
$text['header-apps']['de-de'] = "App Verwaltung";
2015-06-30 14:30:02 +02:00
$text['header-apps']['de-at'] = "App Verwaltung";
$text['header-apps']['it-it'] = "Gestore applicazioni";
$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['header-app-edit']['sv-se'] = "Ändra App";
$text['header-app-edit']['uk'] = "Редагувати додаток";
$text['header-app-edit']['de-de'] = "Applikation bearbeiten";
2015-06-30 14:30:02 +02:00
$text['header-app-edit']['de-at'] = "Applikation bearbeiten";
$text['header-app-edit']['it-it'] = "Modifica applicazione";
$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['description-apps']['sv-se'] = "Hantera de applikationer som är installerade.";
$text['description-apps']['uk'] = "Керування встановленими додатками";
$text['description-apps']['de-de'] = "Installierte Applikationen verwalten";
$text['description-apps']['de-at'] = "Installierte Applikationen verwalten";
$text['description-apps']['it-it'] = "Gestisci le applicazioni installate.";
$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['description-app-edit']['sv-se'] = "Hantera de applikationer som är installerade.";
$text['description-app-edit']['uk'] = "Керування встановленими додатками";
$text['description-apps']['de-de'] = "Installierte Applikationen verwalten";
$text['description-app-edit']['de-at'] = "Installierte Applikationen verwalten";
$text['description-app-edit']['it-it'] = "Gestisci le applicazioni installate.";
?>