Skip to content

Commit a79c0e3

Browse files
author
Saket Hatwar
committed
extra translations
1 parent 2351c07 commit a79c0e3

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

locale/hi/LC_MESSAGES/loris.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ msgstr "जन्म तिथि"
172172
msgid "Visits"
173173
msgstr "भ्रमण"
174174

175+
msgid "Visit"
176+
msgstr "भेंट"
177+
178+
msgid "Instrument"
179+
msgstr "उपकरण"
180+
175181
msgid "An error occured while loading the page."
176182
msgstr "पृष्ठ लोड करते समय एक त्रुटि हुई।"
177183

locale/loris.pot

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@ msgstr ""
171171
msgid "Visits"
172172
msgstr ""
173173

174+
msgid "Visit"
175+
msgstr ""
176+
177+
msgid "Instrument"
178+
msgstr ""
179+
174180
msgid "An error occured while loading the page."
175181
msgstr ""
176182

modules/survey_accounts/php/survey_accounts.class.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ class Survey_Accounts extends \DataFrameworkMenu
7676
public function getFieldOptions() : array
7777
{
7878
$statusOptions = [
79-
'Created' => 'Created',
80-
'Sent' => 'Sent',
81-
'In Progress' => 'In Progress',
82-
'Complete' => 'Complete',
79+
'Created' => dgettext("loris", "Created"),
80+
'Sent' => dgettext("loris", "Sent"),
81+
'In Progress' => dgettext("loris", "In Progress"),
82+
'Complete' => dgettext("loris", "Complete"),
8383
];
8484

8585
$instruments

0 commit comments

Comments
 (0)