]> wagnertech.de Git - timetracker.git/commitdiff
Some improvements in localization files.
authoranuko <support@anuko.com>
Sun, 23 Oct 2016 17:15:02 +0000 (17:15 +0000)
committeranuko <support@anuko.com>
Sun, 23 Oct 2016 17:15:02 +0000 (17:15 +0000)
WEB-INF/resources/ca.lang.php
WEB-INF/resources/nl.lang.php
WEB-INF/resources/ru.lang.php

index 82f886c88002c4d4be5ed46c890a54a326201398..3b0cf77fbb2fdadc6500f537469833973328f744 100644 (file)
@@ -221,6 +221,10 @@ $i18n_key_words = array(
 "form.profile.edit_title" => 'Modificant perfil',
 "form.profile.name" => 'Nom',
 // Note to translators: a few strings in this section a missing. Please check against the English file.
+// TODO: translate the following:
+// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
+// 'form.profile.uncompleted_indicators_none' => 'do not show',
+// 'form.profile.uncompleted_indicators_show' => 'show',
 
 // people form attributes
 "form.people.ppl_str" => 'Persones',
index 018d54d9bd31e179cb472308bd5298a84bb31eec..7e6a2c4022b279bf5c3d6b3925e669787dee1948 100644 (file)
@@ -385,6 +385,10 @@ $i18n_key_words = array(
 'form.profile.mode_projects' => 'projecten',
 'form.profile.mode_projects_and_tasks' => 'projecten en taken',
 'form.profile.record_type' => 'Registratie type',
+// TODO: translate the following:
+// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
+// 'form.profile.uncompleted_indicators_none' => 'do not show',
+// 'form.profile.uncompleted_indicators_show' => 'show',
 'form.profile.type_all' => 'begin, einde en duur',
 'form.profile.type_start_finish' => 'begin en einde',
 'form.profile.type_duration' => 'duur',
index 10ff6e79eb2c295c26502076f338b7f887775c3f..3f18691cd5ad036917f4fb72a21297e354c17824 100644 (file)
@@ -386,6 +386,9 @@ $i18n_key_words = array(
 'form.profile.mode_projects' => 'проекты',
 'form.profile.mode_projects_and_tasks' => 'проекты и задачи',
 'form.profile.record_type' => 'Тип записи',
+'form.profile.uncompleted_indicators' => 'Индикаторы незавершения',
+'form.profile.uncompleted_indicators_none' => 'не показывать',
+'form.profile.uncompleted_indicators_show' => 'показывать',
 'form.profile.type_all' => 'все',
 'form.profile.type_start_finish' => 'начало и конец',
 'form.profile.type_duration' => 'длительность',