From f7226ae1586d42a3166bdd9b9384b7e47eb27383 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 18 Jan 2018 14:36:46 +0000 Subject: [PATCH] Work in progress on localization files for paid status plugin. --- WEB-INF/resources/ca.lang.php | 3 ++ WEB-INF/resources/da.lang.php | 2 ++ WEB-INF/resources/de.lang.php | 4 +++ WEB-INF/resources/en.lang.php | 1 + WEB-INF/resources/es.lang.php | 53 +++++++++++++++++--------------- WEB-INF/resources/et.lang.php | 1 + WEB-INF/resources/fa.lang.php | 13 +++++--- WEB-INF/resources/fi.lang.php | 3 ++ WEB-INF/resources/fr.lang.php | 3 ++ WEB-INF/resources/he.lang.php | 15 +++++---- WEB-INF/resources/nl.lang.php | 2 ++ WEB-INF/resources/pl.lang.php | 3 ++ WEB-INF/resources/pt-br.lang.php | 3 ++ WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 19 +++++++----- WEB-INF/resources/sr.lang.php | 4 +++ WEB-INF/resources/sv.lang.php | 2 ++ WEB-INF/resources/zh-cn.lang.php | 23 +++++++------- WEB-INF/templates/footer.tpl | 2 +- 19 files changed, 101 insertions(+), 56 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 696f02d3..bc225c66 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -225,6 +225,9 @@ $i18n_key_words = array( 'label.fav_report' => 'Report favorit', // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Sessió iniciada', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 95f3c213..3a3ec5bf 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -207,6 +207,8 @@ $i18n_key_words = array( 'label.what_is_it' => 'Hvad er det?', 'label.expense' => 'Udgift', 'label.quantity' => 'Mængde', +// TODO: translate the following. +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Login', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 1ce0510d..54e26439 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -202,6 +202,10 @@ $i18n_key_words = array( 'label.fav_report' => 'Bevorzugter Report', 'label.cron_schedule' => 'Cronjob Zeitplan', 'label.what_is_it' => 'Was ist es?', +// TODO: translate the following. +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Anmelden', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index d8c1f551..bbcf8422 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -204,6 +204,7 @@ $i18n_key_words = array( 'label.what_is_it' => 'What is it?', 'label.expense' => 'Expense', 'label.quantity' => 'Quantity', +'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Login', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 01ff997f..09e0f5c0 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -64,7 +64,7 @@ $i18n_key_words = array( 'menu.options' => 'Opciones', // Footer - strings on the bottom of most pages. -// TODO: translate the following strings. +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.' // 'footer.credits' => 'Credits', // 'footer.license' => 'License', @@ -72,7 +72,7 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: translate the following strings. +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Error de la Base de Datos.', @@ -82,7 +82,7 @@ $i18n_key_words = array( // TODO: translate error.interval. // 'error.interval' => 'Field "{0}" must be greater than "{1}".', 'error.project' => 'Seleccionar Proyecto.', -// TODO: translate the following strings. +// TODO: translate the following. // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', @@ -90,7 +90,7 @@ $i18n_key_words = array( // Note to translators: this string needs to be translated. // 'error.user_exists' => 'User with this login already exists.', 'error.project_exists' => 'Ya existe un proyecto con este nombre.', -// TODO: translate the following strings. +// TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', @@ -121,7 +121,7 @@ $i18n_key_words = array( // TODO: translate button.add_task // 'button.add_task' => 'Add task', 'button.add_client' => 'Agregar cliente', -// TODO: translate the following strings. +// TODO: translate the following. // 'button.add_invoice' => 'Add invoice', // 'button.add_option' => 'Add option', 'button.add' => 'Agregar', @@ -161,7 +161,7 @@ $i18n_key_words = array( 'label.end_date' => 'Fecha de fin', 'label.user' => 'Usuario', 'label.users' => 'Personas', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.client' => 'Client', // 'label.clients' => 'Clients', 'label.option' => 'Opción', @@ -169,7 +169,7 @@ $i18n_key_words = array( // 'label.invoice' => 'Invoice', 'label.project' => 'Proyecto', 'label.projects' => 'Proyectos', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', @@ -186,7 +186,7 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Hoy', 'label.total_hours' => 'Horas totales', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Modificar', @@ -199,7 +199,7 @@ $i18n_key_words = array( // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', 'label.id' => 'Identificación', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.language' => 'Language', // 'label.decimal_mark' => 'Decimal mark', // 'label.date_format' => 'Date format', @@ -212,7 +212,7 @@ $i18n_key_words = array( // TODO: check whether label.subtotal is translated correctly. 'label.subtotal' => 'Subtotal', 'label.total' => 'Total', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.client_name' => 'Client name', // 'label.client_address' => 'Client address', 'label.or' => 'o', @@ -236,16 +236,19 @@ $i18n_key_words = array( // 'label.type_text' => 'text', // 'label.required' => 'Required', 'label.fav_report' => 'Reporte favorito', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Sesión iniciada', 'title.teams' => 'Grupos', // Note to translators: we need a more accurate translation of title.create_team. English is "Creating Team". // 'title.create_team' => 'Crear una nueva cuenta de manejador', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.edit_team' => 'Editing Team', // 'title.delete_team' => 'Deleting Team', 'title.reset_password' => 'Reestablecer contraseña', @@ -254,7 +257,7 @@ $i18n_key_words = array( 'title.time' => 'Tiempo', 'title.edit_time_record' => 'Modificando el historial de tiempo', 'title.delete_time_record' => 'Eliminando el historial de tiempo', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -263,14 +266,14 @@ $i18n_key_words = array( // 'title.report' => 'Report', // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Factura', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.send_invoice' => 'Sending Invoice', // 'title.charts' => 'Charts', 'title.projects' => 'Proyectos', 'title.add_project' => 'Agregando proyecto', 'title.edit_project' => 'Modificando proyecto', 'title.delete_project' => 'Eliminando proyecto', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.tasks' => 'Tasks', // 'title.add_task' => 'Adding Task', // 'title.edit_task' => 'Editing Task', @@ -283,7 +286,7 @@ $i18n_key_words = array( 'title.add_client' => 'Agregar cliente', 'title.edit_client' => 'Modificar cliente', 'title.delete_client' => 'Eliminar cliente', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.invoices' => 'Invoices', // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', @@ -297,7 +300,7 @@ $i18n_key_words = array( 'title.import' => 'Importar datos', 'title.options' => 'Opciones', 'title.profile' => 'Perfil', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -333,11 +336,11 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.all_time' => 'all time', 'dropdown.projects' => 'proyectos', -// TODO: translate the following strings. +// TODO: translate the following. // 'dropdown.tasks' => 'tasks', // 'dropdown.clients' => 'clients', 'dropdown.select' => '--- seleccionar ---', -// TODO: translate the following strings. +// TODO: translate the following. // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', @@ -388,7 +391,7 @@ $i18n_key_words = array( // 'form.reports.include_records' => 'Include records', 'form.reports.include_billable' => 'facturable', 'form.reports.include_not_billable' => 'no facturable', -// TODO: translate the following strings. +// TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', 'form.reports.select_period' => 'Seleccionar período de tiempo', @@ -424,7 +427,7 @@ $i18n_key_words = array( // 'form.charts.chart' => 'Chart', // Projects form. See example at https://timetracker.anuko.com/projects.php -// TODO: translate the following strings. +// TODO: translate the following. // 'form.projects.active_projects' => 'Active Projects', // 'form.projects.inactive_projects' => 'Inactive Projects', @@ -433,7 +436,7 @@ $i18n_key_words = array( // 'form.tasks.inactive_tasks' => 'Inactive Tasks', // Users form. See example at https://timetracker.anuko.com/users.php -// TODO: translate the following strings. +// TODO: translate the following. // 'form.users.active_users' => 'Active Users', // 'form.users.inactive_users' => 'Inactive Users', // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', @@ -445,12 +448,12 @@ $i18n_key_words = array( // 'form.users.default_rate' => 'Default hourly rate', // Client delete form. See example at https://timetracker.anuko.com/client_delete.php -// TODO: translate the following strings. +// TODO: translate the following. // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', // Clients form. See example at https://timetracker.anuko.com/clients.php -// TODO: translate the following strings. +// TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', // 'form.clients.inactive_clients' => 'Inactive Clients', @@ -473,7 +476,7 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. 'form.profile.12_hours' => '12 horas', 'form.profile.24_hours' => '24 horas', -// TODO: translate the following strings. +// TODO: translate the following. // 'form.profile.tracking_mode' => 'Tracking mode', // 'form.profile.mode_time' => 'time', // 'form.profile.mode_projects' => 'projects', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index a22add16..14858803 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -230,6 +230,7 @@ $i18n_key_words = array( // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', // 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.options' => 'Suvandid', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 15b15281..710751bf 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -60,7 +60,7 @@ $i18n_key_words = array( 'menu.options' => 'تنظیمات', // Footer - strings on the bottom of most pages. -// TODO: translate the following strings. +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', // 'footer.credits' => 'Credits', // 'footer.license' => 'License', @@ -216,9 +216,12 @@ $i18n_key_words = array( 'label.type_text' => 'متن', 'label.required' => 'اجباری', 'label.fav_report' => 'گزارش های برگزیده', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'ورود', @@ -261,7 +264,7 @@ $i18n_key_words = array( 'title.add_invoice' => 'درج فاکتور', 'title.view_invoice' => 'نمایش فاکتور', 'title.delete_invoice' => 'حذف فاکتور', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.notifications' => 'Notifications', // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', @@ -313,7 +316,7 @@ $i18n_key_words = array( 'dropdown.select_invoice' => '--- انتخاب فاکتور ---', 'dropdown.status_active' => 'فعال', 'dropdown.status_inactive' => 'غیرفعال', -// TODO: translate the following strings. +// TODO: translate the following. // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', @@ -410,7 +413,7 @@ $i18n_key_words = array( 'form.users.default_rate' => 'نرخ ساعتی پیش فرض', // Client delete form. See example at https://timetracker.anuko.com/client_delete.php -// TODO: translate the following strings. +// TODO: translate the following. // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 67229682..75ee68be 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -206,6 +206,9 @@ $i18n_key_words = array( 'label.fav_report' => 'Raporttipohja', 'label.cron_schedule' => 'Cron-ajoitus', 'label.what_is_it' => 'Mikä se on?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Kirjautuminen', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 5c2ee98f..ebf4e021 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -200,6 +200,9 @@ $i18n_key_words = array( 'label.fav_report' => 'Rapport favori', 'label.cron_schedule' => 'Horaire Cron', 'label.what_is_it' => 'Qu\\\'est-ce que c\\\'est?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Connexion', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index dedd88e9..21e944e9 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -220,9 +220,12 @@ $i18n_key_words = array( 'label.type_text' => 'טקסט', 'label.required' => 'חובה', 'label.fav_report' => 'דוח מועדף', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'כניסה', @@ -236,7 +239,7 @@ $i18n_key_words = array( 'title.time' => 'זמן', 'title.edit_time_record' => 'עריכת רשומה', 'title.delete_time_record' => 'מחיקת רשומה', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -266,7 +269,7 @@ $i18n_key_words = array( 'title.add_invoice' => 'הוספת חשבונית', 'title.view_invoice' => 'הצגת חשבונית', 'title.delete_invoice' => 'מחיקת חשבונית', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.notifications' => 'Notifications', // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', @@ -316,7 +319,7 @@ $i18n_key_words = array( 'dropdown.select_invoice' => '--- בחר חשבונית ---', 'dropdown.status_active' => 'פעיל', 'dropdown.status_inactive' => 'לא פעיל', -// TODO: translate the following strings. +// TODO: translate the following. // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', @@ -358,7 +361,7 @@ $i18n_key_words = array( 'form.reports.include_records' => 'כלול רישומים', 'form.reports.include_billable' => 'לחיוב', 'form.reports.include_not_billable' => 'לא לחיוב', -// TODO: translate the following strings. +// TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', 'form.reports.select_period' => 'בחר תקופת זמן', @@ -411,7 +414,7 @@ $i18n_key_words = array( 'form.users.default_rate' => 'תעריף ברירת מחדל לשעה', // Client delete form. See example at https://timetracker.anuko.com/client_delete.php -// TODO: translate the following strings. +// TODO: translate the following. // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 44139d9f..c9a8086d 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -204,6 +204,8 @@ $i18n_key_words = array( 'label.what_is_it' => 'Wat betekent dit?', 'label.expense' => 'Kosten', 'label.quantity' => 'Hoeveelheid', +// TODO: translate the following. +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Aanmelden', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 1114d0e0..fc379fee 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -211,6 +211,9 @@ $i18n_key_words = array( 'label.fav_report' => 'Ulubiony raport', 'label.cron_schedule' => 'Harmonogram crona', 'label.what_is_it' => 'Co to jest?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Logowanie', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index c50e8f84..f065cc42 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -206,6 +206,9 @@ $i18n_key_words = array( 'label.fav_report' => 'Relatório favorito', 'label.cron_schedule' => 'Agenda cron', 'label.what_is_it' => 'O que é?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Login', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 94431907..d8d05ee4 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -204,6 +204,7 @@ $i18n_key_words = array( 'label.what_is_it' => 'Что это?', 'label.expense' => 'Расход', 'label.quantity' => 'Количество', +'label.paid_status' => 'Статус оплаты', // Form titles. 'title.login' => 'Вход в систему', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 38b25f62..edb9b224 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -98,7 +98,7 @@ $i18n_key_words = array( 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.', 'error.uncompleted_exists' => 'Nekompletný záznam už existuje. Zatvorte ho alebo ho vymažte.', 'error.goto_uncompleted' => 'Ísť na nekompletný záznam.', -// TODO: translate the following strings. +// TODO: translate the following. // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', @@ -217,9 +217,12 @@ $i18n_key_words = array( 'label.type_text' => 'text', 'label.required' => 'Povinné', 'label.fav_report' => 'Obľúbená zostava', -// TODO: translate the following strings. +// TODO: translate the following. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Prihlásenie', @@ -233,7 +236,7 @@ $i18n_key_words = array( 'title.time' => 'Časový záznam', 'title.edit_time_record' => 'Upravovanie časového záznamu', 'title.delete_time_record' => 'Vymazávanie časového záznamu', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.expenses' => 'Expenses', // 'title.edit_expense' => 'Editing Expense Item', // 'title.delete_expense' => 'Deleting Expense Item', @@ -263,7 +266,7 @@ $i18n_key_words = array( 'title.add_invoice' => 'Pridávanie faktúry', 'title.view_invoice' => 'Priehliadanie faktúry', 'title.delete_invoice' => 'Vymazávanie faktúry', -// TODO: translate the following strings. +// TODO: translate the following. // 'title.notifications' => 'Notifications', // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', @@ -314,7 +317,7 @@ $i18n_key_words = array( // 'dropdown.select_invoice' => '--- select invoice ---', 'dropdown.status_active' => 'aktívny', 'dropdown.status_inactive' => 'neaktívny', -// TODO: translate the following strings. +// TODO: translate the following. // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', @@ -356,13 +359,13 @@ $i18n_key_words = array( 'form.reports.include_records' => 'Zahrnúť záznamy', 'form.reports.include_billable' => 'faktúrovateĺné', 'form.reports.include_not_billable' => 'nefaktúrovateľné', -// TODO: translate the following strings. +// TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', 'form.reports.select_period' => 'Vyberte časový rozsah', 'form.reports.set_period' => 'alebo nastavte dátumy', 'form.reports.show_fields' => 'Zobraziť polia', -// TODO: translate the following strings. +// TODO: translate the following. // 'form.reports.group_by' => 'Group by', // 'form.reports.group_by_no' => '--- no grouping ---', 'form.reports.group_by_date' => 'dátum', @@ -409,7 +412,7 @@ $i18n_key_words = array( 'form.users.default_rate' => 'Predvolená hodinová sadzba', // Client delete form. See example at https://timetracker.anuko.com/client_delete.php -// TODO: translate the following strings. +// TODO: translate the following. // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index f7217506..ad277e8b 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -208,6 +208,10 @@ $i18n_key_words = array( 'label.fav_report' => 'Omiljeni izveštaji', 'label.cron_schedule' => 'Sredi raspored', 'label.what_is_it' => 'Šta je ovo?', +// TODO: Translate the following. +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. 'title.login' => 'Prijava', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 679db6e3..02b11d6e 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -206,6 +206,8 @@ $i18n_key_words = array( 'label.what_is_it' => 'Vad är detta?', 'label.expense' => 'Kostnad', 'label.quantity' => 'Antal', +// TODO: translate the following. +// 'label.paid_status' => 'Paid status', // Rubriker för formulär 'title.login' => 'Logga in', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 28d48573..9e4897e4 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -213,17 +213,18 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // Labels for plugins (extensions to Time Tracker that provide additional features). // TODO: Translate the following. -'label.custom_fields' => 'Custom fields', -'label.monthly_quotas' => 'Monthly quotas', -'label.type' => 'Type', -'label.type_dropdown' => 'dropdown', -'label.type_text' => 'text', -'label.required' => 'Required', -'label.fav_report' => 'Favorite report', -'label.cron_schedule' => 'Cron schedule', -'label.what_is_it' => 'What is it?', -'label.expense' => 'Expense', -'label.quantity' => 'Quantity', +// 'label.custom_fields' => 'Custom fields', +// 'label.monthly_quotas' => 'Monthly quotas', +// 'label.type' => 'Type', +// 'label.type_dropdown' => 'dropdown', +// 'label.type_text' => 'text', +// 'label.required' => 'Required', +// 'label.fav_report' => 'Favorite report', +// 'label.cron_schedule' => 'Cron schedule', +// 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', // Form titles. // TODO: Translate the following. diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index e1c31da8..04bb7317 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.14.0.3749 | Copyright © Anuko | +  Anuko Time Tracker 1.14.0.3750 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.39.5