343 lines
16 KiB
PHP
343 lines
16 KiB
PHP
<?php
|
||
|
||
$text['title-modules']['en-us'] = "Modules";
|
||
$text['title-modules']['es-cl'] = "Módulos";
|
||
$text['title-modules']['pt-pt'] = "Módulos";
|
||
$text['title-modules']['fr-fr'] = "Modules";
|
||
$text['title-modules']['pt-br'] = "Módulos";
|
||
$text['title-modules']['he'] = "";
|
||
$text['title-modules']['pl'] = "Moduły";
|
||
$text['title-modules']['uk'] = "Модулі";
|
||
$text['title-modules']['sv-se'] = "Moduler";
|
||
|
||
$text['title-module_edit']['en-us'] = "Module Edit";
|
||
$text['title-module_edit']['es-cl'] = "Editar Módulo";
|
||
$text['title-module_edit']['pt-pt'] = "Editar Módulo";
|
||
$text['title-module_edit']['fr-fr'] = "Editer le Module";
|
||
$text['title-module_edit']['pt-br'] = "Editar Módulo";
|
||
$text['title-module_edit']['he'] = "";
|
||
$text['title-module_edit']['pl'] = "Edytuj moduł";
|
||
$text['title-module_edit']['uk'] = "Редагування модуля";
|
||
$text['title-module_edit']['sv-se'] = "Editera Modul";
|
||
|
||
$text['title-module_add']['en-us'] = "Module Add";
|
||
$text['title-module_add']['es-cl'] = "Agregar Módulo";
|
||
$text['title-module_add']['pt-pt'] = "Adicionado Módulo";
|
||
$text['title-module_add']['fr-fr'] = "Ajouter un Module";
|
||
$text['title-module_add']['pt-br'] = "Módulo Adicionado";
|
||
$text['title-module_add']['he'] = "";
|
||
$text['title-module_add']['pl'] = "Dodaj moduł";
|
||
$text['title-module_add']['uk'] = "Додавання модуля";
|
||
$text['title-module_add']['sv-se'] = "Lägg Till Modul";
|
||
|
||
$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']['pt-br'] = "Sim ";
|
||
$text['option-true']['he'] = "";
|
||
$text['option-true']['pl'] = "Tak";
|
||
$text['option-true']['uk'] = "Так";
|
||
$text['option-true']['sv-se'] = "Sann";
|
||
|
||
$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']['pt-br'] = "Não";
|
||
$text['option-false']['he'] = "";
|
||
$text['option-false']['pl'] = "Nie";
|
||
$text['option-false']['uk'] = "Ні";
|
||
$text['option-false']['sv-se'] = "Falsk";
|
||
|
||
$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']['he'] = "עידכון הושלם";
|
||
$text['message-update']['pl'] = "Zaktualizowano poprawnie";
|
||
$text['message-update']['uk'] = "Оновлено";
|
||
$text['message-update']['sv-se'] = "Uppdatering 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']['pt-br'] = "Por favor Indique:";
|
||
$text['message-required']['he'] = "";
|
||
$text['message-required']['pl'] = "Wpisz:";
|
||
$text['message-required']['uk'] = "Будь ласка, вкажіть:";
|
||
$text['message-required']['sv-se'] = "Var god uppge:";
|
||
|
||
$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']['he'] = "";
|
||
$text['message-delete']['pl'] = "Usunięto poprawnie";
|
||
$text['message-delete']['uk'] = "Видалено";
|
||
$text['message-delete']['sv-se'] = "Borttagning Klar";
|
||
|
||
$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']['he'] = "הוספה הושלמה";
|
||
$text['message-add']['pl'] = "Dodano poprawnie";
|
||
$text['message-add']['uk'] = "Додано";
|
||
$text['message-add']['sv-se'] = "Tillagd";
|
||
|
||
$text['label-unload_module']['en-us'] = "Unload Module";
|
||
$text['label-unload_module']['es-cl'] = "Descargar Módulo";
|
||
$text['label-unload_module']['pt-pt'] = "Desactivar Módulo";
|
||
$text['label-unload_module']['fr-fr'] = "Décharger le Module";
|
||
$text['label-unload_module']['pt-br'] = "Desativar Módulo";
|
||
$text['label-unload_module']['he'] = "";
|
||
$text['label-unload_module']['pl'] = "Wyłącz moduł";
|
||
$text['label-unload_module']['uk'] = "Вивантажити модуль";
|
||
$text['label-unload_module']['sv-se'] = "Ladda av Modul";
|
||
|
||
$text['label-stopped']['en-us'] = "Stopped";
|
||
$text['label-stopped']['es-cl'] = "Detenido";
|
||
$text['label-stopped']['pt-pt'] = "Parado";
|
||
$text['label-stopped']['fr-fr'] = "Arrété";
|
||
$text['label-stopped']['pt-br'] = "Pausado";
|
||
$text['label-stopped']['he'] = "";
|
||
$text['label-stopped']['pl'] = "Zatrzymany";
|
||
$text['label-stopped']['uk'] = "Зупинено";
|
||
$text['label-stopped']['sv-se'] = "Stoppad";
|
||
|
||
$text['label-stop']['en-us'] = "Stop";
|
||
$text['label-stop']['es-cl'] = "Detener";
|
||
$text['label-stop']['pt-pt'] = "Parar";
|
||
$text['label-stop']['fr-fr'] = "Stop";
|
||
$text['label-stop']['pt-br'] = "Parar";
|
||
$text['label-stop']['he'] = "";
|
||
$text['label-stop']['pl'] = "Zatrzymaj";
|
||
$text['label-stop']['uk'] = "Зупинити";
|
||
$text['label-stop']['sv-se'] = "Stoppa";
|
||
|
||
$text['label-status']['en-us'] = "Status";
|
||
$text['label-status']['es-cl'] = "Estado";
|
||
$text['label-status']['pt-pt'] = "Estado";
|
||
$text['label-status']['fr-fr'] = "Statut";
|
||
$text['label-status']['pt-br'] = "Estado";
|
||
$text['label-status']['he'] = "סטטוס";
|
||
$text['label-status']['pl'] = "Status";
|
||
$text['label-status']['uk'] = "Стан";
|
||
$text['label-status']['sv-se'] = "Status";
|
||
|
||
$text['label-start']['en-us'] = "Start";
|
||
$text['label-start']['es-cl'] = "Iniciar";
|
||
$text['label-start']['pt-pt'] = "Iniciar";
|
||
$text['label-start']['fr-fr'] = "Démarrer";
|
||
$text['label-start']['pt-br'] = "Iniciar";
|
||
$text['label-start']['he'] = "";
|
||
$text['label-start']['pl'] = "Włącz";
|
||
$text['label-start']['uk'] = "Запустити";
|
||
$text['label-start']['sv-se'] = "Starta";
|
||
|
||
$text['label-running']['en-us'] = "Running";
|
||
$text['label-running']['es-cl'] = "Corriendo";
|
||
$text['label-running']['pt-pt'] = "Em execução";
|
||
$text['label-running']['fr-fr'] = "Actif";
|
||
$text['label-running']['pt-br'] = "Em execução";
|
||
$text['label-running']['he'] = "";
|
||
$text['label-running']['pl'] = "Włączony";
|
||
$text['label-running']['uk'] = "Запущено";
|
||
$text['label-running']['sv-se'] = "I Drift";
|
||
|
||
$text['label-module_name']['en-us'] = "Module Name";
|
||
$text['label-module_name']['es-cl'] = "Nombre del Módulo";
|
||
$text['label-module_name']['pt-pt'] = "Nome do Módulo";
|
||
$text['label-module_name']['fr-fr'] = "Nom du Module";
|
||
$text['label-module_name']['pt-br'] = "Nome do Módulo";
|
||
$text['label-module_name']['he'] = "";
|
||
$text['label-module_name']['pl'] = "Nazwa modułu";
|
||
$text['label-module_name']['uk'] = "Назва модуля";
|
||
$text['label-module_name']['sv-se'] = "Modul Namn";
|
||
|
||
$text['label-module_category']['en-us'] = "Module Category";
|
||
$text['label-module_category']['es-cl'] = "Categoría del Módulo";
|
||
$text['label-module_category']['pt-pt'] = "Categoria do Módulo";
|
||
$text['label-module_category']['fr-fr'] = "Catégorie du Module";
|
||
$text['label-module_category']['pt-br'] = "Catedoria do Módulo";
|
||
$text['label-module_category']['he'] = "";
|
||
$text['label-module_category']['pl'] = "Kategoria modułu";
|
||
$text['label-module_category']['uk'] = "Категорія модуля";
|
||
$text['label-module_category']['sv-se'] = "Modul Kategori";
|
||
|
||
$text['label-message']['en-us'] = "Message";
|
||
$text['label-message']['es-cl'] = "Mensaje";
|
||
$text['label-message']['pt-pt'] = "Mensagem";
|
||
$text['label-message']['fr-fr'] = "Message";
|
||
$text['label-message']['pt-br'] = "Mensagem";
|
||
$text['label-message']['he'] = "";
|
||
$text['label-message']['pl'] = "Wiadomość";
|
||
$text['label-message']['uk'] = "Повідомлення";
|
||
$text['label-message']['sv-se'] = "Meddelande";
|
||
|
||
$text['label-load_module']['en-us'] = "Load Module";
|
||
$text['label-load_module']['es-cl'] = "Cargar Módulo";
|
||
$text['label-load_module']['pt-pt'] = "Carregar Módulo";
|
||
$text['label-load_module']['fr-fr'] = "charger le Module";
|
||
$text['label-load_module']['pt-br'] = "Carregar Módulo";
|
||
$text['label-load_module']['he'] = "";
|
||
$text['label-load_module']['pl'] = "Włącz moduł";
|
||
$text['label-load_module']['uk'] = "Завантажити модуль";
|
||
$text['label-load_module']['sv-se'] = "Ladda Modul";
|
||
|
||
$text['label-label']['en-us'] = "Label";
|
||
$text['label-label']['es-cl'] = "Etiqueta";
|
||
$text['label-label']['pt-pt'] = "Etiqueta";
|
||
$text['label-label']['fr-fr'] = "Label";
|
||
$text['label-label']['pt-br'] = "Etiqueta";
|
||
$text['label-label']['he'] = "";
|
||
$text['label-label']['pl'] = "Etykieta";
|
||
$text['label-label']['uk'] = "Назва";
|
||
$text['label-label']['sv-se'] = "Etikett";
|
||
|
||
$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']['pt-br'] = "Habilitado";
|
||
$text['label-enabled']['he'] = "";
|
||
$text['label-enabled']['pl'] = "Włączony";
|
||
$text['label-enabled']['uk'] = "Включено";
|
||
$text['label-enabled']['sv-se'] = "Aktiverad";
|
||
|
||
$text['label-description']['en-us'] = "Description";
|
||
$text['label-description']['es-cl'] = "Descripción";
|
||
$text['label-description']['pt-pt'] = "Descrição";
|
||
$text['label-description']['fr-fr'] = "Description";
|
||
$text['label-description']['pt-br'] = "Descrição";
|
||
$text['label-description']['he'] = "תיאור";
|
||
$text['label-description']['pl'] = "Opis";
|
||
$text['label-description']['uk'] = "Опис";
|
||
$text['label-description']['sv-se'] = "Beskrivning";
|
||
|
||
$text['label-default_enabled']['en-us'] = "Default Enabled";
|
||
$text['label-default_enabled']['es-cl'] = "Activo Predeterminado";
|
||
$text['label-default_enabled']['pt-pt'] = "Habilitado por Omissão";
|
||
$text['label-default_enabled']['fr-fr'] = "Activé par Défaut";
|
||
$text['label-default_enabled']['pt-br'] = "Habilitado ";
|
||
$text['label-default_enabled']['he'] = "";
|
||
$text['label-default_enabled']['pl'] = "Włączony domyślnie";
|
||
$text['label-default_enabled']['uk'] = "Включено типові значення";
|
||
$text['label-default_enabled']['sv-se'] = "Aktiverad som Standard";
|
||
|
||
$text['label-action']['en-us'] = "Action";
|
||
$text['label-action']['es-cl'] = "Acción";
|
||
$text['label-action']['pt-pt'] = "Acção";
|
||
$text['label-action']['fr-fr'] = "Action";
|
||
$text['label-action']['pt-br'] = "Ação";
|
||
$text['label-action']['he'] = "";
|
||
$text['label-action']['pl'] = "Operacja";
|
||
$text['label-action']['uk'] = "Дія";
|
||
$text['label-action']['sv-se'] = "Åtgärd";
|
||
|
||
$text['header-modules']['en-us'] = "Modules";
|
||
$text['header-modules']['es-cl'] = "Módulos";
|
||
$text['header-modules']['pt-pt'] = "Módulos";
|
||
$text['header-modules']['fr-fr'] = "Modules";
|
||
$text['header-modules']['pt-br'] = "Módulos";
|
||
$text['header-modules']['he'] = "";
|
||
$text['header-modules']['pl'] = "Moduły";
|
||
$text['header-modules']['uk'] = "Модулі";
|
||
$text['header-modules']['sv-se'] = "Moduler";
|
||
|
||
$text['header-module_edit']['en-us'] = "Module Edit";
|
||
$text['header-module_edit']['es-cl'] = "Editar Módulo";
|
||
$text['header-module_edit']['pt-pt'] = "Editar Módulo";
|
||
$text['header-module_edit']['fr-fr'] = "Editer le Module";
|
||
$text['header-module_edit']['pt-br'] = "Editar Módulo";
|
||
$text['header-module_edit']['he'] = "";
|
||
$text['header-module_edit']['pl'] = "Edytuj moduł";
|
||
$text['header-module_edit']['uk'] = "Редагування модуля";
|
||
$text['header-module_edit']['sv-se'] = "Editera Modul";
|
||
|
||
$text['header-module_add']['en-us'] = "Module Add";
|
||
$text['header-module_add']['es-cl'] = "Agregar Módulo";
|
||
$text['header-module_add']['pt-pt'] = "Adicionar Módulo";
|
||
$text['header-module_add']['fr-fr'] = "Ajouter un Module";
|
||
$text['header-module_add']['pt-br'] = "Adicionar Módulo";
|
||
$text['header-module_add']['he'] = "";
|
||
$text['header-module_add']['pl'] = "Dodaj moduł";
|
||
$text['header-module_add']['uk'] = "Додавання модуля";
|
||
$text['header-module_add']['sv-se'] = "Lägg Till Modul";
|
||
|
||
$text['description-modules']['en-us'] = "Modules extend the features of the system. Use this page to enable or disable modules.";
|
||
$text['description-modules']['es-cl'] = "Los módulos extienden las funcionalidades del sistema. Utilice esta página para activar o desactivar los diferentes módulos.";
|
||
$text['description-modules']['pt-pt'] = "Os módulos extendem as funcionalidades do sistema. Utilize esta página para habilitar ou desabilitar módulos.";
|
||
$text['description-modules']['fr-fr'] = "Les modules augmentent les fonctionnalités du système. Cette page permet de les activer ou les désactiver.";
|
||
$text['description-modules']['pt-br'] = "Os módulos extendem as funcionalidades do sistema. Utilize esta página para habilitar ou desabilitar módulos. ";
|
||
$text['description-modules']['he'] = "";
|
||
$text['description-modules']['pl'] = "Moduły rozszerzają funkcjonalność systemu. Użyj tej strony, aby je włączyć lub wyłączyć.";
|
||
$text['description-modules']['uk'] = "Модулі розширюють можливості системи. Використовуйте цю сторінку, щоб включити або відключити модулі.";
|
||
$text['description-modules']['sv-se'] = "Moduler utökar funktionerna i systemet. Använd den här sidan för att aktivera eller inaktivera moduler.";
|
||
|
||
$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'] = "Deseja realmente remover isto?";
|
||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||
$text['confirm-delete']['pt-br'] = "Deseja realmente remover isto?";
|
||
$text['confirm-delete']['he'] = "";
|
||
$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-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']['he'] = "שמור";
|
||
$text['button-save']['pl'] = "Zachowaj";
|
||
$text['button-save']['uk'] = "Зберегти";
|
||
$text['button-save']['sv-se'] = "Spara";
|
||
|
||
$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']['he'] = "";
|
||
$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'] = "Remover";
|
||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||
$text['button-delete']['pt-br'] = "Remover";
|
||
$text['button-delete']['he'] = "";
|
||
$text['button-delete']['pl'] = "Usuń";
|
||
$text['button-delete']['uk'] = "Видалити";
|
||
$text['button-delete']['sv-se'] = "Ta Bort";
|
||
|
||
$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']['he'] = "חזרה";
|
||
$text['button-back']['pl'] = "Wróć";
|
||
$text['button-back']['uk'] = "Назад";
|
||
$text['button-back']['sv-se'] = "Tillbaka";
|
||
|
||
$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']['pt-br'] = "Adicionar";
|
||
$text['button-add']['he'] = "";
|
||
$text['button-add']['pl'] = "Dodaj";
|
||
$text['button-add']['uk'] = "Додати";
|
||
$text['button-add']['sv-se'] = "Lägg Till";
|
||
|
||
?>
|