Skip to content

Commit 7ce84b3

Browse files
committed
Build[MediaReport]New media text report[gramps51](#218)
1 parent 981043b commit 7ce84b3

File tree

2 files changed

+121
-1
lines changed

2 files changed

+121
-1
lines changed

MediaReport/media_report.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = _("Media Report"),
2424
description = _("Generates report including images, image data"
2525
" and notes."),
26-
version = '1.0.0',
26+
version = '1.0.1',
2727
gramps_target_version = "5.1",
2828
status = STABLE,
2929
fname = "media_report.py",

MediaReport/po/template.pot

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2019-09-19 09:28+1000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=CHARSET\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: MediaReport/media_report.gpr.py:23
21+
msgid "Media Report"
22+
msgstr ""
23+
24+
#: MediaReport/media_report.gpr.py:24
25+
msgid "Generates report including images, image data and notes."
26+
msgstr ""
27+
28+
#: MediaReport/media_report.py:91 MediaReport/media_report.py:97
29+
#: MediaReport/media_report.py:104 MediaReport/media_report.py:110
30+
msgid "INFO"
31+
msgstr ""
32+
33+
#: MediaReport/media_report.py:91 MediaReport/media_report.py:104
34+
msgid "You have to select an image to generate this report."
35+
msgstr ""
36+
37+
#: MediaReport/media_report.py:97
38+
msgid ""
39+
"You have to select a custom note or uncheck the option 'include custom note' "
40+
"to generate this report."
41+
msgstr ""
42+
43+
#: MediaReport/media_report.py:110
44+
msgid "This report only supports PDF as output file format."
45+
msgstr ""
46+
47+
#: MediaReport/media_report.py:214
48+
msgid "General:"
49+
msgstr ""
50+
51+
#: MediaReport/media_report.py:220
52+
msgid "Description:"
53+
msgstr ""
54+
55+
#: MediaReport/media_report.py:235
56+
msgid "Image type:"
57+
msgstr ""
58+
59+
#: MediaReport/media_report.py:336
60+
msgid "File does not exist"
61+
msgstr ""
62+
63+
#: MediaReport/media_report.py:337
64+
msgid "Could not add photo to page"
65+
msgstr ""
66+
67+
#: MediaReport/media_report.py:338
68+
#, python-format
69+
msgid "%(str1)s: %(str2)s"
70+
msgstr ""
71+
72+
#: MediaReport/media_report.py:420
73+
msgid "Heading"
74+
msgstr ""
75+
76+
#: MediaReport/media_report.py:421 MediaReport/media_report.py:425
77+
#: MediaReport/media_report.py:429 MediaReport/media_report.py:433
78+
#: MediaReport/media_report.py:438 MediaReport/media_report.py:442
79+
msgid "Report Options"
80+
msgstr ""
81+
82+
#: MediaReport/media_report.py:423
83+
msgid "Media"
84+
msgstr ""
85+
86+
#: MediaReport/media_report.py:424
87+
msgid "Select a media file for this report"
88+
msgstr ""
89+
90+
#: MediaReport/media_report.py:427
91+
msgid "Custom note"
92+
msgstr ""
93+
94+
#: MediaReport/media_report.py:428
95+
msgid "Select a note for this report"
96+
msgstr ""
97+
98+
#: MediaReport/media_report.py:431
99+
msgid "Include custom note"
100+
msgstr ""
101+
102+
#: MediaReport/media_report.py:432
103+
msgid "The custom note will be included"
104+
msgstr ""
105+
106+
#: MediaReport/media_report.py:436
107+
msgid "Include referenced people"
108+
msgstr ""
109+
110+
#: MediaReport/media_report.py:437
111+
msgid "Referenced people will be included"
112+
msgstr ""
113+
114+
#: MediaReport/media_report.py:440
115+
msgid "Include media data"
116+
msgstr ""
117+
118+
#: MediaReport/media_report.py:441
119+
msgid "Tags, notes and attributes will be included"
120+
msgstr ""

0 commit comments

Comments
 (0)