Skip to content

Commit 8639564

Browse files
committed
build S3 Media Uploader and SharedPostgreSQL
1 parent 4bda15a commit 8639564

File tree

4 files changed

+44
-16
lines changed

4 files changed

+44
-16
lines changed

S3MediaUploader/S3MediaUploader.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
authors=["David M. Straub"],
3636
authors_email=["[email protected]"],
3737
description=_("Upload media files to S3 (or compatible) object-based storage via the command line."),
38-
version="0.1",
38+
version = '0.1.1',
3939
gramps_target_version="5.1",
4040
)

S3MediaUploader/po/template.pot

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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: 2022-05-10 11:09-0500\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+
#: S3MediaUploader/S3MediaUploader.gpr.py:28
21+
msgid "S3 Media Uploader"
22+
msgstr ""
23+
24+
#: S3MediaUploader/S3MediaUploader.gpr.py:37
25+
msgid ""
26+
"Upload media files to S3 (or compatible) object-based storage via the "
27+
"command line."
28+
msgstr ""

SharedPostgreSQL/po/template.pot

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-01-22 09:28-0600\n"
11+
"POT-Creation-Date: 2022-05-10 11:09-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,27 +17,27 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: PostgreSQL/postgresql.gpr.py:26
21-
msgid "PostgreSQL"
20+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:29
21+
msgid "SharedPostgreSQL"
2222
msgstr ""
2323

24-
#: PostgreSQL/postgresql.gpr.py:27
25-
msgid "_PostgreSQL Database"
24+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:30
25+
msgid "Shared _PostgreSQL Database"
2626
msgstr ""
2727

28-
#: PostgreSQL/postgresql.gpr.py:28
29-
msgid "PostgreSQL Database"
28+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:31
29+
msgid "Shared PostgreSQL Database"
3030
msgstr ""
3131

32-
#: PostgreSQL/postgresql.gpr.py:42
32+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:46
3333
msgid "PostgreSQL Warning: Python psycopg2 module not found."
3434
msgstr ""
3535

36-
#: PostgreSQL/postgresql.gpr.py:48
36+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:53
3737
msgid "PostgreSQL Failed to Load"
3838
msgstr ""
3939

40-
#: PostgreSQL/postgresql.gpr.py:49
40+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:55
4141
msgid ""
4242
"\n"
4343
"\n"
@@ -49,18 +49,18 @@ msgid ""
4949
"To dismiss all future PostgreSQL warnings click Dismiss."
5050
msgstr ""
5151

52-
#: PostgreSQL/postgresql.gpr.py:53
52+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:60
5353
msgid " Dismiss "
5454
msgstr ""
5555

56-
#: PostgreSQL/postgresql.gpr.py:54
56+
#: SharedPostgreSQL/sharedpostgresql.gpr.py:61
5757
msgid "Continue"
5858
msgstr ""
5959

60-
#: PostgreSQL/postgresql.py:68
60+
#: SharedPostgreSQL/sharedpostgresql.py:73
6161
msgid "Database version"
6262
msgstr ""
6363

64-
#: PostgreSQL/postgresql.py:69
64+
#: SharedPostgreSQL/sharedpostgresql.py:74
6565
msgid "Database module location"
6666
msgstr ""

SharedPostgreSQL/sharedpostgresql.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
name=_("SharedPostgreSQL"),
3030
name_accell=_("Shared _PostgreSQL Database"),
3131
description=_("Shared PostgreSQL Database"),
32-
version="0.1.0",
32+
version = '0.1.1',
3333
gramps_target_version="5.1",
3434
status=STABLE,
3535
fname="sharedpostgresql.py",

0 commit comments

Comments
 (0)