438 lines
17 KiB
PHP
438 lines
17 KiB
PHP
<?php
|
|
/*
|
|
FusionPBX
|
|
Version: MPL 1.1
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
http://www.mozilla.org/MPL/
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
for the specific language governing rights and limitations under the
|
|
License.
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
The Initial Developer of the Original Code is
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
James Rose <james.o.rose@gmail.com>
|
|
Philippe Rioual <bhouba@gmail.com>
|
|
*/
|
|
$text['title-rss']['en-us'] = "RSS Feed";
|
|
$text['title-rss']['es-cl'] = "Fuentes RSS";
|
|
$text['title-rss']['pt-pt'] = "RSS Feed";
|
|
$text['title-rss']['fr-fr'] = "RSS Feed";
|
|
|
|
$text['description-rss']['en-us'] = "Task List for RSS...";
|
|
$text['description-rss']['es-cl'] = "Listado de tareas para RSS...";
|
|
$text['description-rss']['pt-pt'] = "Lista de tarefas para RSS...";
|
|
$text['description-rss']['fr-fr'] = "Liste de Tâches pour RSS...";
|
|
|
|
$text['message-add']['en-us'] = "Add Complete";
|
|
$text['message-add']['es-cl'] = "Agregar Completado";
|
|
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
|
$text['message-add']['fr-fr'] = "ajouté";
|
|
|
|
$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-public']['en-us'] = "public";
|
|
$text['button-public']['es-cl'] = "público";
|
|
$text['button-public']['pt-pt'] = "público";
|
|
$text['button-public']['fr-fr'] = "public";
|
|
|
|
$text['label-order']['en-us'] = "Order";
|
|
$text['label-order']['es-cl'] = "Orden";
|
|
$text['label-order']['pt-pt'] = "Ordem";
|
|
$text['label-order']['fr-fr'] = "Ordre";
|
|
|
|
$text['label-content']['en-us'] = "Content";
|
|
$text['label-content']['es-cl'] = "Contenido";
|
|
$text['label-content']['pt-pt'] = "Conteúdo";
|
|
$text['label-content']['fr-fr'] = "Contenu";
|
|
|
|
$text['button-add-title']['en-us'] = "Add";
|
|
$text['button-add-title']['es-cl'] = "Agregar";
|
|
$text['button-add-title']['pt-pt'] = "Adicionar";
|
|
$text['button-add-title']['fr-fr'] = "Ajouter";
|
|
|
|
$text['message-delete-done']['en-us'] = "Delete Completed";
|
|
$text['message-delete-done']['es-cl'] = "Eliminar Completado";
|
|
$text['message-delete-done']['pt-pt'] = "Remoção Efectuada";
|
|
$text['message-delete-done']['fr-fr'] = "Supprimé";
|
|
|
|
$text['label-list']['en-us'] = "List";
|
|
$text['label-list']['es-cl'] = "Lista";
|
|
$text['label-list']['pt-pt'] = "Lista";
|
|
$text['label-list']['fr-fr'] = "Liste";
|
|
|
|
$text['label-title']['en-us'] = "Title";
|
|
$text['label-title']['es-cl'] = "Título";
|
|
$text['label-title']['pt-pt'] = "Título";
|
|
$text['label-title']['fr-fr'] = "Titre";
|
|
|
|
$text['label-link']['en-us'] = "Link";
|
|
$text['label-link']['es-cl'] = "Enlace";
|
|
$text['label-link']['pt-pt'] = "Link";
|
|
$text['label-link']['fr-fr'] = "Lien";
|
|
|
|
$text['label-group']['en-us'] = "Group";
|
|
$text['label-group']['es-cl'] = "Grupo";
|
|
$text['label-group']['pt-pt'] = "Grupo";
|
|
$text['label-group']['fr-fr'] = "Groupe";
|
|
|
|
$text['label-order']['en-us'] = "Order";
|
|
$text['label-order']['es-cl'] = "Orden";
|
|
$text['label-order']['pt-pt'] = "Ordem";
|
|
$text['label-order']['fr-fr'] = "Ordre";
|
|
|
|
$text['label-edit']['en-us'] = "Edit";
|
|
$text['label-edit']['es-cl'] = "Editar";
|
|
$text['label-edit']['pt-pt'] = "Editar";
|
|
$text['label-edit']['fr-fr'] = "Editer";
|
|
|
|
$text['message-confirm-delete']['en-us'] = "Do you really want to delete this?";
|
|
$text['message-confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
|
|
$text['message-confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
|
|
$text['message-confirm-delete']['fr-fr'] = "Voulez-vous vraiment faire cela?";
|
|
|
|
$text['message-item-down']['en-us'] = "Item Moved Down";
|
|
$text['message-item-down']['es-cl'] = "Ítem Descendido";
|
|
$text['message-item-down']['pt-pt'] = "Item Movido para baixo";
|
|
$text['message-item-down']['fr-fr'] = "Objet descendu";
|
|
|
|
$text['message-item-up']['en-us'] = "Item Moved Up";
|
|
$text['message-item-up']['es-cl'] = "Ítem Ascendido";
|
|
$text['message-item-up']['pt-pt'] = "Item Movido para cima";
|
|
$text['message-item-up']['fr-fr'] = "Objet remonté";
|
|
|
|
$text['label-search']['en-us'] = "Search Results";
|
|
$text['label-search']['es-cl'] = "Resultado de la búsqueda";
|
|
$text['label-search']['pt-pt'] = "Resultados da pesquisa";
|
|
$text['label-search']['fr-fr'] = "Resultats de la recherche";
|
|
|
|
$text['label-id']['en-us'] = "ID";
|
|
$text['label-id']['es-cl'] = "ID";
|
|
$text['label-id']['pt-pt'] = "ID";
|
|
$text['label-id']['fr-fr'] = "ID";
|
|
|
|
$text['label-category']['en-us'] = "Category";
|
|
$text['label-category']['es-cl'] = "Categoría";
|
|
$text['label-category']['pt-pt'] = "Categoria";
|
|
$text['label-category']['fr-fr'] = "Categorie";
|
|
|
|
$text['label-sub-category']['en-us'] = "Sub Category";
|
|
$text['label-sub-category']['es-cl'] = "Sub Categoría";
|
|
$text['label-sub-category']['pt-pt'] = "Sub-Categoria";
|
|
$text['label-sub-category']['fr-fr'] = "Sous Categorie";
|
|
|
|
$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['button-search']['en-us'] = "Search";
|
|
$text['button-search']['es-cl'] = "Buscar";
|
|
$text['button-search']['pt-pt'] = "Pesquisa";
|
|
$text['button-search']['fr-fr'] = "recherche";
|
|
|
|
$text['label-rss-category']['en-us'] = "RSS Category";
|
|
$text['label-rss-category']['es-cl'] = "Categoría RSS";
|
|
$text['label-rss-category']['pt-pt'] = "Categoria RSS";
|
|
$text['label-rss-category']['fr-fr'] = "RSS Categorie";
|
|
|
|
$text['button-update']['en-us'] = "Update";
|
|
$text['button-update']['es-cl'] = "Actualizar";
|
|
$text['button-update']['pt-pt'] = "Actualização";
|
|
$text['button-update']['fr-fr'] = "Mise à Jour";
|
|
|
|
$text['message-update']['en-us'] = "Update Complete";
|
|
$text['message-update']['es-cl'] = "Actualización Completada";
|
|
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
|
$text['message-update']['fr-fr'] = "Mis à Jour";
|
|
|
|
$text['label-details']['en-us'] = "Details";
|
|
$text['label-details']['es-cl'] = "Detalles";
|
|
$text['label-details']['pt-pt'] = "Detalhes";
|
|
$text['label-details']['fr-fr'] = "Détails";
|
|
|
|
$text['label-template']['en-us'] = "Template";
|
|
$text['label-template']['es-cl'] = "Plantilla";
|
|
$text['label-template']['pt-pt'] = "Template";
|
|
$text['label-template']['fr-fr'] = "Template";
|
|
|
|
$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['label-sub-id']['en-us'] = "Sub ID";
|
|
$text['label-sub-id']['es-cl'] = "Sub ID";
|
|
$text['label-sub-id']['pt-pt'] = "Sub-ID";
|
|
$text['label-sub-id']['fr-fr'] = "Sous ID";
|
|
|
|
$text['label-sub-title']['en-us'] = "Sub Title";
|
|
$text['label-sub-title']['es-cl'] = "Subtítulo";
|
|
$text['label-sub-title']['pt-pt'] = "Sub-Título";
|
|
$text['label-sub-title']['fr-fr'] = "Sous Titre";
|
|
|
|
$text['label-sub-link']['en-us'] = "Sub Link";
|
|
$text['label-sub-link']['es-cl'] = "Sub Enlace";
|
|
$text['label-sub-link']['pt-pt'] = "Sub-Link";
|
|
$text['label-sub-link']['fr-fr'] = "Sub Link";
|
|
|
|
$text['label-sub-desc']['en-us'] = "Sub Description";
|
|
$text['label-sub-desc']['es-cl'] = "Sub Descripción";
|
|
$text['label-sub-desc']['pt-pt'] = "Sub-descrição";
|
|
$text['label-sub-desc']['fr-fr'] = "Sub Description";
|
|
|
|
$text['message-error-missing']['en-us'] = "Error missing";
|
|
$text['message-error-missing']['es-cl'] = "Error perdido";
|
|
$text['message-error-missing']['pt-pt'] = "Error missing";
|
|
$text['message-error-missing']['fr-fr'] = "Erreur missing";
|
|
|
|
$text['message-description']['en-us'] = "Please provide a description.";
|
|
$text['message-description']['es-cl'] = "Por favor ingrese una descripción.";
|
|
$text['message-description']['pt-pt'] = "Por favor indique uma descrição.";
|
|
$text['message-description']['fr-fr'] = "Merci d'écrire une description.";
|
|
|
|
$text['label-content-edit']['en-us'] = "Content";
|
|
$text['label-content-edit']['es-cl'] = "Contenido";
|
|
$text['label-content-edit']['pt-pt'] = "Conteúdo";
|
|
$text['label-content-edit']['fr-fr'] = "Contenu";
|
|
|
|
$text['label-type']['en-us'] = "Type";
|
|
$text['label-type']['es-cl'] = "Tipo";
|
|
$text['label-type']['pt-pt'] = "Tipo";
|
|
$text['label-type']['fr-fr'] = "Type";
|
|
|
|
$text['label-on-off']['en-us'] = "on/off";
|
|
$text['label-on-off']['es-cl'] = "on/off";
|
|
$text['label-on-off']['pt-pt'] = "on/off";
|
|
$text['label-on-off']['fr-fr'] = "on/off";
|
|
|
|
$text['button-save']['en-us'] = "Save";
|
|
$text['button-save']['es-cl'] = "Guardar";
|
|
$text['button-save']['pt-pt'] = "Guardar";
|
|
$text['button-save']['fr-fr'] = "Sauvegarde";
|
|
|
|
?>
|
|
= "Categoría RSS";
|
|
$text['label-rss-category']['pt-pt'] = "Categoria RSS";
|
|
$text['label-rss-category']['fr-fr'] = "RSS Categorie";
|
|
$text['label-rss-category']['pt-br'] = "Categoria RSS";
|
|
$text['label-rss-category']['he'] = "RSS קטגוריית";
|
|
$text['label-rss-category']['pl'] = "Kategoria RSS";
|
|
$text['label-rss-category']['uk'] = "Категорія RSS";
|
|
$text['label-rss-category']['sv-se'] = "RSS Kategori";
|
|
|
|
$text['label-order']['en-us'] = "Order";
|
|
$text['label-order']['es-cl'] = "Orden";
|
|
$text['label-order']['pt-pt'] = "Ordem";
|
|
$text['label-order']['fr-fr'] = "Ordre";
|
|
$text['label-order']['pt-br'] = "Ordenação";
|
|
$text['label-order']['he'] = "סדר";
|
|
$text['label-order']['pl'] = "Kolejność";
|
|
$text['label-order']['uk'] = "Інше";
|
|
$text['label-order']['sv-se'] = "Ordning";
|
|
|
|
$text['label-on-off']['en-us'] = "on/off";
|
|
$text['label-on-off']['es-cl'] = "on/off";
|
|
$text['label-on-off']['pt-pt'] = "on/off";
|
|
$text['label-on-off']['fr-fr'] = "on/off";
|
|
$text['label-on-off']['pt-br'] = "On/Off";
|
|
$text['label-on-off']['he'] = "הדלקֿֿ/כבה";
|
|
$text['label-on-off']['pl'] = "Włączony/wyłączony";
|
|
$text['label-on-off']['uk'] = "увімк./вимкн.";
|
|
$text['label-on-off']['sv-se'] = "på/av";
|
|
|
|
$text['label-list']['en-us'] = "List";
|
|
$text['label-list']['es-cl'] = "Lista";
|
|
$text['label-list']['pt-pt'] = "Lista";
|
|
$text['label-list']['fr-fr'] = "Liste";
|
|
$text['label-list']['pt-br'] = "Lista";
|
|
$text['label-list']['he'] = "רשימה";
|
|
$text['label-list']['pl'] = "Lista";
|
|
$text['label-list']['uk'] = "Список";
|
|
$text['label-list']['sv-se'] = "Lista";
|
|
|
|
$text['label-link']['en-us'] = "Link";
|
|
$text['label-link']['es-cl'] = "Enlace";
|
|
$text['label-link']['pt-pt'] = "Link";
|
|
$text['label-link']['fr-fr'] = "Lien";
|
|
$text['label-link']['pt-br'] = "Link";
|
|
$text['label-link']['he'] = "קישור";
|
|
$text['label-link']['pl'] = "Link";
|
|
$text['label-link']['uk'] = "Посилання";
|
|
$text['label-link']['sv-se'] = "Länk";
|
|
|
|
$text['label-id']['en-us'] = "ID";
|
|
$text['label-id']['es-cl'] = "ID";
|
|
$text['label-id']['pt-pt'] = "ID";
|
|
$text['label-id']['fr-fr'] = "ID";
|
|
$text['label-id']['pt-br'] = "ID";
|
|
$text['label-id']['he'] = "זיהוי";
|
|
$text['label-id']['pl'] = "ID";
|
|
$text['label-id']['uk'] = "ID";
|
|
$text['label-id']['sv-se'] = "ID";
|
|
|
|
$text['label-group']['en-us'] = "Group";
|
|
$text['label-group']['es-cl'] = "Grupo";
|
|
$text['label-group']['pt-pt'] = "Grupo";
|
|
$text['label-group']['fr-fr'] = "Groupe";
|
|
$text['label-group']['pt-br'] = "Grupo";
|
|
$text['label-group']['he'] = "קבוצה";
|
|
$text['label-group']['pl'] = "Grupa";
|
|
$text['label-group']['uk'] = "Група";
|
|
$text['label-group']['sv-se'] = "Grupp";
|
|
|
|
$text['label-edit']['en-us'] = "Edit";
|
|
$text['label-edit']['es-cl'] = "Editar";
|
|
$text['label-edit']['pt-pt'] = "Editar";
|
|
$text['label-edit']['fr-fr'] = "Editer";
|
|
$text['label-edit']['pt-br'] = "Editar";
|
|
$text['label-edit']['he'] = "עריכה";
|
|
$text['label-edit']['pl'] = "Edytuj";
|
|
$text['label-edit']['uk'] = "Редагувати";
|
|
$text['label-edit']['sv-se'] = "Redigera";
|
|
|
|
$text['label-details']['en-us'] = "Details";
|
|
$text['label-details']['es-cl'] = "Detalles";
|
|
$text['label-details']['pt-pt'] = "Detalhes";
|
|
$text['label-details']['fr-fr'] = "Détails";
|
|
$text['label-details']['pt-br'] = "Detalhes";
|
|
$text['label-details']['he'] = "פרטים";
|
|
$text['label-details']['pl'] = "Szczegóły";
|
|
$text['label-details']['uk'] = "Деталі";
|
|
$text['label-details']['sv-se'] = "Detaljer";
|
|
|
|
$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-content-edit']['en-us'] = "Content";
|
|
$text['label-content-edit']['es-cl'] = "Contenido";
|
|
$text['label-content-edit']['pt-pt'] = "Conteúdo";
|
|
$text['label-content-edit']['fr-fr'] = "Contenu";
|
|
$text['label-content-edit']['pt-br'] = "Conteúdo";
|
|
$text['label-content-edit']['he'] = "תוכן";
|
|
$text['label-content-edit']['pl'] = "Zawartość";
|
|
$text['label-content-edit']['uk'] = "Вміст";
|
|
$text['label-content-edit']['sv-se'] = "Innehåll";
|
|
|
|
$text['label-content']['en-us'] = "Content";
|
|
$text['label-content']['es-cl'] = "Contenido";
|
|
$text['label-content']['pt-pt'] = "Conteúdo";
|
|
$text['label-content']['fr-fr'] = "Contenu";
|
|
$text['label-content']['pt-br'] = "Conteúdo";
|
|
$text['label-content']['he'] = "תוכן";
|
|
$text['label-content']['pl'] = "Zawartość";
|
|
$text['label-content']['uk'] = "Вміст";
|
|
$text['label-content']['sv-se'] = "Innehåll";
|
|
|
|
$text['label-category']['en-us'] = "Category";
|
|
$text['label-category']['es-cl'] = "Categoría";
|
|
$text['label-category']['pt-pt'] = "Categoria";
|
|
$text['label-category']['fr-fr'] = "Categorie";
|
|
$text['label-category']['pt-br'] = "Categoria";
|
|
$text['label-category']['he'] = "קטגוריה";
|
|
$text['label-category']['pl'] = "Kategoria";
|
|
$text['label-category']['uk'] = "Категорія";
|
|
$text['label-category']['sv-se'] = "Kategori";
|
|
|
|
$text['description-rss']['en-us'] = "Task List for RSS...";
|
|
$text['description-rss']['es-cl'] = "Listado de tareas para RSS...";
|
|
$text['description-rss']['pt-pt'] = "Lista de tarefas para RSS...";
|
|
$text['description-rss']['fr-fr'] = "Liste de Tâches pour RSS...";
|
|
$text['description-rss']['pt-br'] = "Lista de tarefas para RSS";
|
|
$text['description-rss']['he'] = "";
|
|
$text['description-rss']['pl'] = "Lista zadań RSS";
|
|
$text['description-rss']['uk'] = "Список завдань для RSS";
|
|
$text['description-rss']['sv-se'] = "Uppgiftslista för RSS...";
|
|
|
|
$text['button-update']['en-us'] = "Update";
|
|
$text['button-update']['es-cl'] = "Actualizar";
|
|
$text['button-update']['pt-pt'] = "Actualização";
|
|
$text['button-update']['fr-fr'] = "Mise à Jour";
|
|
$text['button-update']['pt-br'] = "Atualização";
|
|
$text['button-update']['he'] = "";
|
|
$text['button-update']['pl'] = "Uaktualnij";
|
|
$text['button-update']['uk'] = "Оновити";
|
|
$text['button-update']['sv-se'] = "Uppdatera";
|
|
|
|
$text['button-search']['en-us'] = "Search";
|
|
$text['button-search']['es-cl'] = "Buscar";
|
|
$text['button-search']['pt-pt'] = "Pesquisa";
|
|
$text['button-search']['fr-fr'] = "recherche";
|
|
$text['button-search']['pt-br'] = "Pesquisa";
|
|
$text['button-search']['he'] = "";
|
|
$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'] = "Sauvegarde";
|
|
$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-public']['en-us'] = "public";
|
|
$text['button-public']['es-cl'] = "público";
|
|
$text['button-public']['pt-pt'] = "público";
|
|
$text['button-public']['fr-fr'] = "public";
|
|
$text['button-public']['pt-br'] = "Público";
|
|
$text['button-public']['he'] = "";
|
|
$text['button-public']['pl'] = "publiczny";
|
|
$text['button-public']['uk'] = "для всіх";
|
|
$text['button-public']['sv-se'] = "allmän";
|
|
|
|
$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-title']['en-us'] = "Add";
|
|
$text['button-add-title']['es-cl'] = "Agregar";
|
|
$text['button-add-title']['pt-pt'] = "Adicionar";
|
|
$text['button-add-title']['fr-fr'] = "Ajouter";
|
|
$text['button-add-title']['pt-br'] = "Adicionar";
|
|
$text['button-add-title']['he'] = "";
|
|
$text['button-add-title']['pl'] = "Dodaj";
|
|
$text['button-add-title']['uk'] = "Додати";
|
|
$text['button-add-title']['sv-se'] = "Lägg Till";
|
|
|
|
?>
|