File tree Expand file tree Collapse file tree 3 files changed +40
-4
lines changed
modules/survey_accounts/php Expand file tree Collapse file tree 3 files changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,24 @@ msgstr "जन्म तिथि"
172172msgid "Visits"
173173msgstr "भ्रमण"
174174
175+ msgid "Visit"
176+ msgstr "भेंट"
177+
178+ msgid "Instrument"
179+ msgstr "उपकरण"
180+
181+ msgid "Created"
182+ msgstr "बनाया गया"
183+
184+ msgid "Sent"
185+ msgstr "भेजा गया"
186+
187+ msgid "In Progress"
188+ msgstr "प्रगति पर"
189+
190+ msgid "Complete"
191+ msgstr "पूर्ण"
192+
175193msgid "An error occured while loading the page."
176194msgstr "पृष्ठ लोड करते समय एक त्रुटि हुई।"
177195
Original file line number Diff line number Diff line change @@ -171,6 +171,24 @@ msgstr ""
171171msgid "Visits"
172172msgstr ""
173173
174+ msgid "Visit"
175+ msgstr ""
176+
177+ msgid "Instrument"
178+ msgstr ""
179+
180+ msgid "Created"
181+ msgstr ""
182+
183+ msgid "Sent"
184+ msgstr ""
185+
186+ msgid "In Progress"
187+ msgstr ""
188+
189+ msgid "Complete"
190+ msgstr ""
191+
174192msgid "An error occured while loading the page."
175193msgstr ""
176194
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments