Skip to content

Commit

Permalink
Merge pull request #1185 from akbargumbira/develop
Browse files Browse the repository at this point in the history
Add software tag for realtime report.
  • Loading branch information
akbargumbira committed Aug 15, 2014
2 parents c9b9f8d + bc4f9ea commit 7206df7
Show file tree
Hide file tree
Showing 17 changed files with 1,568 additions and 1,499 deletions.
144 changes: 102 additions & 42 deletions realtime/fixtures/realtime-template.qpt

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions realtime/shake_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,9 @@ def event_dict(self):
'sources. The fatality calculation assumes that '
'no fatalities occur for shake levels below MMI 4. Fatality '
'counts of less than 50 are disregarded.')
software_tag = self.tr(
'This report was created using InaSAFE version %s. Visit '
'http://inasafe.org for more information.') % get_version()
credits_text = self.tr(
'Supported by the Australia-Indonesia Facility for Disaster '
'Reduction, Geoscience Australia and the World Bank-GFDRR.')
Expand Down Expand Up @@ -1613,6 +1616,7 @@ def event_dict(self):
'city-table-name': city_table_name,
'legend-name': legend_name,
'limitations': limitations,
'software-tag': software_tag,
'credits': credits_text,
'fatalities-name': fatalities_name,
'fatalities-range': fatalities_range,
Expand Down
190 changes: 98 additions & 92 deletions safe/i18n/af/LC_MESSAGES/inasafe.po

Large diffs are not rendered by default.

Binary file modified safe/i18n/en/LC_MESSAGES/inasafe.mo
Binary file not shown.
186 changes: 96 additions & 90 deletions safe/i18n/en/LC_MESSAGES/inasafe.po

Large diffs are not rendered by default.

190 changes: 98 additions & 92 deletions safe/i18n/es_ES/LC_MESSAGES/inasafe.po

Large diffs are not rendered by default.

Binary file modified safe/i18n/fr/LC_MESSAGES/inasafe.mo
Binary file not shown.
190 changes: 98 additions & 92 deletions safe/i18n/fr/LC_MESSAGES/inasafe.po

Large diffs are not rendered by default.

Binary file modified safe/i18n/id/LC_MESSAGES/inasafe.mo
Binary file not shown.
190 changes: 98 additions & 92 deletions safe/i18n/id/LC_MESSAGES/inasafe.po

Large diffs are not rendered by default.

391 changes: 193 additions & 198 deletions safe_qgis/i18n/inasafe_af.ts

Large diffs are not rendered by default.

391 changes: 193 additions & 198 deletions safe_qgis/i18n/inasafe_en.ts

Large diffs are not rendered by default.

391 changes: 193 additions & 198 deletions safe_qgis/i18n/inasafe_es_ES.ts

Large diffs are not rendered by default.

391 changes: 193 additions & 198 deletions safe_qgis/i18n/inasafe_fr.ts

Large diffs are not rendered by default.

Binary file modified safe_qgis/i18n/inasafe_id.qm
Binary file not shown.
405 changes: 200 additions & 205 deletions safe_qgis/i18n/inasafe_id.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions safe_qgis/ui/resources_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Resource object code
#
# Created: Sel Agt 5 15:01:00 2014
# by: The Resource Compiler for PyQt (Qt v4.8.6)
# Created: Fri Aug 15 11:29:22 2014
# by: The Resource Compiler for PyQt (Qt v4.8.4)
#
# WARNING! All changes made in this file will be lost!

Expand Down

0 comments on commit 7206df7

Please sign in to comment.