From 1dbe15e188d94458366561bb0f6918a9cc890af6 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Fri, 28 Aug 2009 18:43:20 +0400 Subject: [PATCH] languages added to repo: be, de, es, fr, it, pr-BR, uk --- langs/be.php | 67 ++++++++++++++++++++++++++++++++++++++++++ langs/de.php | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ langs/es.php | 67 ++++++++++++++++++++++++++++++++++++++++++ langs/fr.php | 68 +++++++++++++++++++++++++++++++++++++++++++ langs/it.php | 67 ++++++++++++++++++++++++++++++++++++++++++ langs/pt-br.php | 69 ++++++++++++++++++++++++++++++++++++++++++++ langs/uk.php | 68 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 483 insertions(+) create mode 100644 langs/be.php create mode 100644 langs/de.php create mode 100644 langs/es.php create mode 100644 langs/fr.php create mode 100644 langs/it.php create mode 100644 langs/pt-br.php create mode 100644 langs/uk.php diff --git a/langs/be.php b/langs/be.php new file mode 100644 index 0000000..914e572 --- /dev/null +++ b/langs/be.php @@ -0,0 +1,67 @@ + "нататка", + 'actionEdit' => "зьмяніць", + 'actionDelete' => "выдаліць", + 'taskDate' => array("function(date) { return 'дадана '+date; }"), + 'confirmDelete' => "Вы ўпэўнены?", + 'actionNoteSave' => "захаваць", + 'actionNoteCancel' => "скасаваць", + 'error' => "Памылка", + 'denied' => "Доступ забаронены", + 'invalidpass' => "Няверны пароль", + 'readonly' => "толькі чытаньне", + 'tagfilter' => "Бірка:", + ); + + var $inc = array + ( + 'My Tiny Todolist' => "Мой сьпіс задач", + 'tab_newtask' => "новая задача", + 'tab_search' => "пошук", + 'btn_add' => "Дадаць", + 'btn_search' => "Шукаць", + 'searching' => "Пошук", + 'tasks' => "Задачы", + 'show_completed' => "Адлюстраваць завершаныя задачы", + 'hide_completed' => "Схаваць завершаныя задачы", + 'edit_task' => "Рэдагаваць задачу", + 'priority' => "Прыярытэт", + 'task' => "Задача", + 'note' => "Нататка", + 'save' => "Захаваць", + 'cancel' => "Скасаваць", + 'password' => "Пароль", + 'btn_login' => "Увайсьці", + 'a_login' => "Уваход", + 'a_logout' => "Выйсьці", + 'tags' => "Біркі", + 'tagfilter_cancel' => "скасаваць", + 'sortByHand' => "Сартаваць уручную", + 'sortByPriority' => "Сартаваць па прыярытэту", + 'sortByDueDate' => "Сартаваць па тэрміну", + 'due' => "Тэрмін", + 'daysago' => "%d дзён таму", + 'indays' => "праз %d дзён", + 'months_short' => array("Сту","Лют","Сак","Кра","Тра","Чэр","Ліп","Жні","Вер","Кас","Ліс","Сне"), + 'date_md' => "%2\$d %1\$s", + 'date_ymd' => "%3\$d %2\$s %1\$d", + 'today' => "сёньня", + 'yesterday' => "учора", + 'tomorrow' => "заўтра", + 'f_past' => "Пратэрмінаваныя", + 'f_today' => "Сёньня й заўтра", + 'f_soon' => "Хутка", + ); +} + +?> \ No newline at end of file diff --git a/langs/de.php b/langs/de.php new file mode 100644 index 0000000..ebde80e --- /dev/null +++ b/langs/de.php @@ -0,0 +1,77 @@ + "Notiz bearbeiten", + 'actionEdit' => "Aufgabe bearbeiten", + 'actionDelete' => "Aufgabe löschen", + 'taskDate' => array("function(date) { return 'hinzugefügt am '+date; }"), + 'confirmDelete' => "Sind Sie sicher?", + 'actionNoteSave' => "speichern", + 'actionNoteCancel' => "abbrechen", + 'error' => "FEHLER", + 'denied' => "Zugriff verweigert", + 'invalidpass' => "Falsches Passwort", + 'readonly' => "nur lesen", + 'tagfilter' => "Tag:", + ); + + var $inc = array + ( + 'My Tiny Todolist' => "Meine Aufgaben", + 'tab_newtask' => "Aufgabe", + 'tab_search' => "Suche", + 'btn_add' => "hinzufügen", + 'btn_search' => "suchen", + 'searching' => "Suchbegriff", + 'tasks' => "Offene Aufgaben", + 'edit_task' => "Aufgabe bearbeiten", + 'priority' => "Priorität", + 'task' => "Aufgabe", + 'note' => "Notiz", + 'save' => "speichern", + 'cancel' => "abbrechen", + 'password' => "Passwort", + 'btn_login' => "Login", + 'a_login' => "Login", + 'a_logout' => "Logout", + 'tags' => "Tags", + 'tagfilter_cancel' => "Kein Filter", + 'sortByHand' => "Manuell sortieren", + 'sortByPriority' => "Nach Priorität sortieren", + 'sortByDueDate' => "Nach Fälligkeit sortieren", + 'due' => "Fällig", + 'daysago' => "vor %d Tagen", + 'indays' => "in %d Tagen", + 'months_short' => array("Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"), + 'days_min' => array("So","Mo","Di","Mi","Do","Fr","Sa"), + 'date_md' => "%2\$d. %1\$s", + 'date_ymd' => "%3\$d. %2\$s %1\$d", + 'today' => "Heute", + 'yesterday' => "Gestern", + 'tomorrow' => "Morgen", + 'f_past' => "Überfällig", + 'f_today' => "Heute und Morgen", + 'f_soon' => "Demnächst", + 'tasks_and_compl' => "Alle Aufgaben" + ); +} + +?> \ No newline at end of file diff --git a/langs/es.php b/langs/es.php new file mode 100644 index 0000000..d9a38a7 --- /dev/null +++ b/langs/es.php @@ -0,0 +1,67 @@ + "Notas", + 'actionEdit' => "Modificar", + 'actionDelete' => "Borrar", + 'taskDate' => array("function(date) { return 'añadido el '+date; }"), + 'confirmDelete' => "¿Estás seguro?", + 'actionNoteSave' => "Guardar", + 'actionNoteCancel' => "Cancelar", + 'error' => "Ha ocurrido algún error (Click para más detalles)", + 'denied' => "Acceso denegado", + 'invalidpass' => "Contraseña Incorrecta", + 'readonly' => "solo lectura", + 'tagfilter' => "Tag:", + ); + + var $inc = array + ( + 'My Tiny Todolist' => "My Tiny Todolist", + 'tab_newtask' => "Nueva tarea", + 'tab_search' => "Buscar", + 'btn_add' => "Añadir", + 'btn_search' => "Buscar", + 'searching' => "Buscando:", + 'tasks' => "Tareas", + 'edit_task' => "Editar tarea", + 'priority' => "Prioridad", + 'task' => "Tarea", + 'note' => "Nota", + 'save' => "Guardar", + 'cancel' => "Cancelar", + 'password' => "Contraseña", + 'btn_login' => "Login", + 'a_login' => "Login", + 'a_logout' => "Salir", + 'tags' => "Tags", + 'tagfilter_cancel' => "Cancelar filtro", + 'sortByHand' => "Ordenar manualmente", + 'sortByPriority' => "Ordenar por prioridad", + 'sortByDueDate' => "Ordenar por fecha de vencimiento", + 'due' => "Termina", + 'daysago' => "%d días atrás", + 'indays' => "en %d días", + 'months_short' => array("Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"), + 'days_min' => array("Lun","Mar","Mie","Jue","Vie","Sab","Dom"), + 'date_md' => "%1\$s %2\$d", + 'date_ymd' => "%2\$s %3\$d, %1\$d", + 'today' => "hoy", + 'yesterday' => "ayer", + 'tomorrow' => "mañana", + 'f_past' => "Atrasadas", + 'f_today' => "Hoy y mañana", + 'f_soon' => "Pronto", + 'tasks_and_compl' => "Tareas + completadas", + ); +} + +?> \ No newline at end of file diff --git a/langs/fr.php b/langs/fr.php new file mode 100644 index 0000000..cc50fd5 --- /dev/null +++ b/langs/fr.php @@ -0,0 +1,68 @@ + "note", + 'actionEdit' => "modifier", + 'actionDelete' => "supprimer", + 'taskDate' => array("function(date) { return 'ajouté le '+date; }"), + 'confirmDelete' => "Êtes-vous sûr?", + 'actionNoteSave' => "enregistrer", + 'actionNoteCancel' => "annuler", + 'error' => "Une erreur s'est produite", + 'denied' => "Accès interdit", + 'invalidpass' => "Mauvais mot de passe", + 'readonly' => "mode-lecture", + 'tagfilter' => "Tag:", + ); + + var $inc = array + ( + 'My Tiny Todolist' => "Mes tâches à faire", + 'tab_newtask' => "nouvelle tâche", + 'tab_search' => "rechercher", + 'btn_add' => "Ajouter", + 'btn_search' => "Rechercher", + 'searching' => "À la recherche de", + 'tasks' => "Tâches", + 'edit_task' => "Modifier la tâche", + 'priority' => "Priorité", + 'task' => "Tâche", + 'note' => "Note", + 'save' => "Enregistrer", + 'cancel' => "Annuler", + 'password' => "Mot de passe", + 'btn_login' => "Connexion", + 'a_login' => "Connexion", + 'a_logout' => "Déconnexion", + 'tags' => "Tags", + 'tagfilter_cancel' => "annuler filtre", + 'sortByHand' => "Trier à la main", + 'sortByPriority' => "Trier par priorité", + 'sortByDueDate' => "Trier par date d'échéance", + 'due' => "Échéance", + 'daysago' => "il y a %d jours", + 'indays' => "dans %d jours", + 'months_short' => array("Janvier","Fevrier","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Decembre"), + 'days_min' => array("Di","Lu","Ma","Me","Je","Ve","Sa"), + 'date_md' => "%2\$d %1\$s", + 'date_ymd' => "%3\$d %2\$s %1\$d", + 'today' => "aujourd'hui", + 'yesterday' => "hier", + 'tomorrow' => "demain", + 'f_past' => "En retard", + 'f_today' => "Aujourd'hui et demain", + 'f_soon' => "Bientôt", + 'tasks_and_compl' => "Tâches + Terminées", + ); +} + +?> diff --git a/langs/it.php b/langs/it.php new file mode 100644 index 0000000..b56da19 --- /dev/null +++ b/langs/it.php @@ -0,0 +1,67 @@ + "nota", + 'actionEdit' => "modifica", + 'actionDelete' => "elimina", + 'taskDate' => array("function(date) { return 'aggiunto il '+date; }"), + 'confirmDelete' => "Sicuro?", + 'actionNoteSave' => "salva", + 'actionNoteCancel' => "annulla", + 'error' => "Si è verificato un errore (clicca per maggiori dettagli)", + 'denied' => "Accesso negato", + 'invalidpass' => "Password errata", + 'readonly' => "sola lettura", + 'tagfilter' => "Tag:", + ); + + var $inc = array + ( + 'My Tiny Todolist' => "I miei compiti", + 'tab_newtask' => "nuovo compito", + 'tab_search' => "cerca", + 'btn_add' => "Aggiungi", + 'btn_search' => "Cerca", + 'searching' => "Cercando", + 'tasks' => "Compiti", + 'edit_task' => "Modifica Compito", + 'priority' => "Priorità", + 'task' => "Compito", + 'note' => "Nota", + 'save' => "Salva", + 'cancel' => "Annula", + 'password' => "Password", + 'btn_login' => "Login", + 'a_login' => "Login", + 'a_logout' => "Esci", + 'tags' => "Tags", + 'tagfilter_cancel' => "annulla filtro", + 'sortByHand' => "Ordine manuale", + 'sortByPriority' => "Ordina per priorità", + 'sortByDueDate' => "Ordina per scadenza", + 'due' => "Scadenza", + 'daysago' => "%d giorni fa", + 'indays' => "in %d giorni", + 'months_short' => array("Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"), + 'days_min' => array("Do","Lu","Ma","Me","Gi","Ve","Sa"), + 'date_md' => "%1\$s %2\$d", + 'date_ymd' => "%2\$s %3\$d, %1\$d", + 'today' => "oggi", + 'yesterday' => "ieri", + 'tomorrow' => "domani", + 'f_past' => "In ritardo", + 'f_today' => "Oggi e domani", + 'f_soon' => "Presto", + 'tasks_and_compl' => "Compiti + completati", + ); +} + +?> \ No newline at end of file diff --git a/langs/pt-br.php b/langs/pt-br.php new file mode 100644 index 0000000..eb31b5e --- /dev/null +++ b/langs/pt-br.php @@ -0,0 +1,69 @@ + "notas", + 'actionEdit' => "modificar", + 'actionDelete' => "apagar", + 'taskDate' => array("function(date) { return 'added at '+date; }"), + 'confirmDelete' => "Você tem certeza?", + 'actionNoteSave' => "salvar", + 'actionNoteCancel' => "cancelar", + 'error' => "Ocorreu um erro (clique para detalhes)", + 'denied' => "Acesso Negado", + 'invalidpass' => "Senha incorreta", + 'readonly' => "somente leitura", + 'tagfilter' => "Tag:", + ); + + var $inc = array + ( + 'My Tiny Todolist' => "My Tiny Todolist", + 'tab_newtask' => "nova tarefa", + 'tab_search' => "procurar", + 'btn_add' => "Adicionar", + 'btn_search' => "Procurar", + 'searching' => "Procurar por", + 'tasks' => "Tarefas", + 'edit_task' => "Editar tarefa", + 'priority' => "Prioridade", + 'task' => "Tarefa", + 'note' => "Notas", + 'save' => "Salvar", + 'cancel' => "Cancelar", + 'password' => "Senha", + 'btn_login' => "Login", + 'a_login' => "Login", + 'a_logout' => "Sair", + 'tags' => "Tags", + 'tagfilter_cancel' => "cancelar filtro", + 'sortByHand' => "Ordenar manualmente", + 'sortByPriority' => "Ordenar por prioridade", + 'sortByDueDate' => "Ordenar por data de vencimento", + 'due' => "Vencimento", + 'daysago' => "%d dias atrás", + 'indays' => "em %d dias", + 'months_short' => array("Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"), + 'days_min' => array("Dom","Seg","Ter","Qua","Qui","Sex","Sab"), + 'date_md' => "%1\$s %2\$d", + 'date_ymd' => "%2\$s %3\$d, %1\$d", + 'today' => "hoje", + 'yesterday' => "ontem", + 'tomorrow' => "amanhã", + 'f_past' => "Vencido", + 'f_today' => "Hoje e amanhã", + 'f_soon' => "Breve", + 'tasks_and_compl' => "Tarefas completadas", + ); +} + +?> \ No newline at end of file diff --git a/langs/uk.php b/langs/uk.php new file mode 100644 index 0000000..743ed23 --- /dev/null +++ b/langs/uk.php @@ -0,0 +1,68 @@ + "замітка", + 'actionEdit' => "редагувати", + 'actionDelete' => "видалити", + 'taskDate' => array("function(date) { return 'додана '+date; }"), + 'confirmDelete' => "Ви впевнені?", + 'actionNoteSave' => "зберегти", + 'actionNoteCancel' => "скасувати", + 'error' => "Помилка", + 'denied' => "Доступ заборонено", + 'invalidpass' => "Невірний пароль", + 'readonly' => "тільки для перегляду", + 'tagfilter' => "Мітка:", + ); + + var $inc = array + ( + 'My Tiny Todolist' => "Мій список завдань", + 'tab_newtask' => "нове завдання", + 'tab_search' => "пошук", + 'btn_add' => "Додати", + 'btn_search' => "Шукати", + 'searching' => "Пошук", + 'tasks' => "Завдання", + 'edit_task' => "Редагувати завдання", + 'priority' => "Пріорітет", + 'task' => "Завдання", + 'note' => "Замітка", + 'save' => "Зберегти", + 'cancel' => "Скасувати", + 'password' => "Пароль", + 'btn_login' => "Увійти", + 'a_login' => "Вхід", + 'a_logout' => "Вихід", + 'tags' => "Мітки", + 'tagfilter_cancel' => "скасувати фільтр по мітці", + 'sortByHand' => "Сортувати вручну", + 'sortByPriority' => "Сортувати за пріорітетом", + 'sortByDueDate' => "Сортувати за терміном", + 'due' => "Термін", + 'daysago' => "%d днів тому", + 'indays' => "через %d днів", + 'months_short' => array("Січ","Лют","Бер","Кві","Тра","Чер","Лип","Сер","Вер","Жов","Лис","Гру"), + 'days_min' => array("Нд","Пн","Вт","Ср","Чт","Пт","Сб"), + 'date_md' => "%2\$d %1\$s", + 'date_ymd' => "%3\$d %2\$s %1\$d", + 'today' => "сьогодні", + 'yesterday' => "вчора", + 'tomorrow' => "завтра", + 'f_past' => "Прострочені", + 'f_today' => "Сьогодні і завтра", + 'f_soon' => "Незабаром", + 'tasks_and_compl' => "Завдання + завершені", + ); +} + +?> \ No newline at end of file