X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsr.lang.php;h=8976bda590d9e59e23e993d02b37b2cafd32b64b;hb=88bd95ec82e6b715f84b6bd09c04aebbdb4b5e4d;hp=453020856d3534ec53210ebc33fff96ef5519b1f;hpb=45091225a5cbc958f96c38e99228eee98f0b7ca8;p=timetracker.git diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 45302085..8976bda5 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -139,10 +139,15 @@ $i18n_key_words = array( 'button.send' => 'Pošalji', 'button.send_by_email' => 'Pošalji mejlom', 'button.create_group' => 'Napravi tim', // TODO: replace "team" with "group". +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Izvezi tim', // TODO: replace "team" with "group". 'button.import' => 'Uvezi tim', // TODO: replace "team" with "group". 'button.close' => 'Zatvori', 'button.stop' => 'Stani', +// TODO: translate the following. +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.group_name' => 'Naziv tim-a', // TODO: replace "team" with "group". @@ -252,6 +257,11 @@ $i18n_key_words = array( 'label.totals_only' => 'Samo zbirno', // TODO: translate the following. // 'label.quota' => 'Quota', +// 'label.timesheet' => 'Timesheet', +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', +// 'label.approval' => 'Report approval', +// 'label.mark_approved' => 'Mark approved', // Form titles. 'title.error' => 'Greška', @@ -275,6 +285,9 @@ $i18n_key_words = array( 'title.reports' => 'Izveštaji', 'title.report' => 'Izveštaj', 'title.send_report' => 'Slanje izveštaja', +// TODO: Translate the following. +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'Račun', 'title.send_invoice' => 'Slanje računa', 'title.charts' => 'Grafikoni', @@ -307,6 +320,10 @@ $i18n_key_words = array( 'title.add_notification' => 'Dodavanje napomene', 'title.edit_notification' => 'Izmena napomene', 'title.delete_notification' => 'Brisanje napomene', +// TODO: translate the following. +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', // 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Izvoz podataka tim-a', // TODO: replace "team" with "group". 'title.import' => 'Uvoz podataka tim-a', // TODO: replace "team" with "group". @@ -358,6 +375,8 @@ $i18n_key_words = array( 'dropdown.delete' => 'obriši', 'dropdown.do_not_delete' => 'nemoj obrisati', // TODO: translate the following. +// 'dropdown.approved' => 'approved', +// 'dropdown.not_approved' => 'not approved', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -405,6 +424,10 @@ $i18n_key_words = array( 'form.reports.include_not_billable' => 'ne naplativo', 'form.reports.include_invoiced' => 'obračunato', 'form.reports.include_not_invoiced' => 'nije obračunato', +// TODO: translate the following. +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', +// 'form.reports.include_pending' => 'pending', 'form.reports.select_period' => 'Odaberi vremenski raspon', 'form.reports.set_period' => 'ili podesi datum', 'form.reports.show_fields' => 'Prikaži polja u izveštaju', @@ -422,6 +445,11 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.report.assign_to_invoice' => 'Assign to invoice', +// Timesheets form. See example at https://timetracker.anuko.com/timesheets.php +// TODO: translate the following. +// 'form.timesheets.active_timesheets' => 'Active Timesheets', +// 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', + // Forma izveštaja. Pogledajte primer na https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Broj računa', @@ -550,7 +578,7 @@ $i18n_key_words = array( // 'role.user.description' => 'A regular member without management rights.', // 'role.client.label' => 'Client', // 'role.client.low_case_label' => 'client', -// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.client.description' => 'A client can view its own data.', // 'role.supervisor.label' => 'Supervisor', // 'role.supervisor.low_case_label' => 'supervisor', // 'role.supervisor.description' => 'A person with a small set of management rights.',