Skip to content

Commit

Permalink
Merge pull request #3307 from unicef/30064-support-for-translations
Browse files Browse the repository at this point in the history
[ch30064] FM: Enabled django translations, .po files for french
  • Loading branch information
robertavram authored Jun 17, 2022
2 parents 4974634 + 52a3a72 commit ae5a07a
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-27 10:11+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: models.py:25 models.py:49 models.py:135 models.py:182
msgid "Activity"
msgstr ""

#: models.py:27
msgid "Question"
msgstr ""

#: models.py:31
msgid "Question Text"
msgstr ""

#: models.py:32
msgid "Count as HACT"
msgstr ""

#: models.py:34
msgid "Specific Details To Probe"
msgstr ""

#: models.py:35
msgid "Enabled"
msgstr ""

#: models.py:40 models.py:113
msgid "Activity Question"
msgstr ""

#: models.py:41
msgid "Activity Questions"
msgstr ""

#: models.py:51
msgid "Methods"
msgstr ""

#: models.py:52
msgid "Information Source"
msgstr ""

#: models.py:53
msgid "Author"
msgstr ""

#: models.py:57
msgid "Started Checklist"
msgstr ""

#: models.py:58
msgid "Started Checklists"
msgstr ""

#: models.py:110 models.py:157
msgid "Checklist"
msgstr ""

#: models.py:114 models.py:136
msgid "Value"
msgstr ""

#: models.py:119
msgid "Checklist Finding"
msgstr ""

#: models.py:120
msgid "Checklist Findings"
msgstr ""

#: models.py:139
msgid "Overall Activity Question Finding"
msgstr ""

#: models.py:140
msgid "Overall Activity Question Findings"
msgstr ""

#: models.py:158 models.py:183
msgid "Narrative Finding"
msgstr ""

#: models.py:159
msgid "Attachments"
msgstr ""

#: models.py:164
msgid "Checklist Overall Finding"
msgstr ""

#: models.py:165
msgid "Checklist Overall Findings"
msgstr ""

#: models.py:189
msgid "Activity Overall Finding"
msgstr ""

#: models.py:190
msgid "Activity Overall Findings"
msgstr ""

#: offline/blueprint.py:48
msgid "Source of Information"
msgstr ""

#: offline/blueprint.py:70
msgid "Overall Finding"
msgstr ""

#: serializers.py:79
msgid "Document Type"
msgstr ""

#: serializers.py:102
msgid "Information source is required"
msgstr ""

#: views.py:135
msgid "Report Attachments"
msgstr ""
Loading

0 comments on commit ae5a07a

Please sign in to comment.