Skip to content

Commit 4bda15a

Browse files
authored
Add shared Postgres addon (#524)
1 parent daa5f0e commit 4bda15a

File tree

9 files changed

+2087
-0
lines changed

9 files changed

+2087
-0
lines changed

SharedPostgreSQL/po/de-local.po

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# German translation for Gramps
2+
# This file is distributed under the same license as the Gramps package.
3+
# translation of de.po to Deutsch
4+
#
5+
#
6+
# Anton Huber <[email protected]>, 2005,2006.
7+
# Sebastian Vöcking <[email protected]>, 2005.
8+
# Sebastian Vöcking <[email protected]>, 2005.
9+
# Martin Hawlisch <[email protected]>, 2005, 2006.
10+
# Alex Roitman <[email protected]>, 2006.
11+
# Mirko Leonhäuser <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020.
12+
# Alois Pöttker <[email protected]>, 2017.
13+
msgid ""
14+
msgstr ""
15+
"Project-Id-Version: de\n"
16+
"Report-Msgid-Bugs-To: \n"
17+
"POT-Creation-Date: 2020-08-06 18:43+0200\n"
18+
"PO-Revision-Date: 2020-08-06 18:46+0200\n"
19+
"Last-Translator: Mirko Leonhäuser <[email protected]>\n"
20+
"Language-Team: German <[email protected]>\n"
21+
"Language: de\n"
22+
"MIME-Version: 1.0\n"
23+
"Content-Type: text/plain; charset=UTF-8\n"
24+
"Content-Transfer-Encoding: 8bit\n"
25+
"X-Generator: Lokalize 19.12.3\n"
26+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
27+
28+
#: PostgreSQL/postgresql.gpr.py:26
29+
msgid "PostgreSQL"
30+
msgstr "PostgreSQL"
31+
32+
#: PostgreSQL/postgresql.gpr.py:27
33+
msgid "_PostgreSQL Database"
34+
msgstr "_PostgreSQL Datenbank"
35+
36+
#: PostgreSQL/postgresql.gpr.py:28
37+
msgid "PostgreSQL Database"
38+
msgstr "PostgreSQL Datenbank"
39+
40+
#: PostgreSQL/postgresql.gpr.py:42
41+
msgid "PostgreSQL Warning: Python psycopg2 module not found."
42+
msgstr "PostgresSQL Warnung: Python psycopg2 Modul nicht gefunden."
43+
44+
#: PostgreSQL/postgresql.gpr.py:48
45+
msgid "PostgreSQL Failed to Load"
46+
msgstr "PostgreSQL konnte nicht geladen werden"
47+
48+
#: PostgreSQL/postgresql.gpr.py:49
49+
msgid ""
50+
"\n"
51+
"\n"
52+
"PostgreSQL is missing the psycopg2 python module.\n"
53+
"For now, it may be possible to install the files manually. See\n"
54+
"\n"
55+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
56+
"\n"
57+
"To dismiss all future PostgreSQL warnings click Dismiss."
58+
msgstr ""
59+
"\n"
60+
"\n"
61+
"PostgreSQL vermisst das psycopg2 Python Modul.\n"
62+
"Momentan ist es möglich, die Dateien manuell zu installieren. Siehe\n"
63+
"\n"
64+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
65+
"\n"
66+
"Um alle zukünftigen PostgreSQL Warnungen auszublenden klicke Ausblenden."
67+
68+
#: PostgreSQL/postgresql.gpr.py:53
69+
msgid " Dismiss "
70+
msgstr "Verwerfen"
71+
72+
#: PostgreSQL/postgresql.gpr.py:54
73+
msgid "Continue"
74+
msgstr "Fortsetzen"
75+
76+
#: PostgreSQL/postgresql.py:68
77+
msgid "Database version"
78+
msgstr "Datenbankversion"
79+
80+
#: PostgreSQL/postgresql.py:69
81+
msgid "Database module location"
82+
msgstr "Speicherort des Datenbankmoduls"

SharedPostgreSQL/po/hr-local.po

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Croatian translation for Gramps
2+
# This file is distributed under the same license as the Gramps package.
3+
# Copyright (C) Gramps project
4+
# Milo Ivir <[email protected]>, 2019.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: Gramps 5.x\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2019-01-22 09:28-0600\n"
11+
"PO-Revision-Date: 2019-03-08 03:18+0100\n"
12+
"Language-Team: \n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"X-Generator: Poedit 2.2.1\n"
17+
"Last-Translator: Milo Ivir <[email protected]>\n"
18+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
19+
"Language: hr\n"
20+
21+
#: PostgreSQL/postgresql.gpr.py:26
22+
msgid "PostgreSQL"
23+
msgstr "PostgreSQL"
24+
25+
#: PostgreSQL/postgresql.gpr.py:27
26+
msgid "_PostgreSQL Database"
27+
msgstr "_PostgreSQL baza podataka"
28+
29+
#: PostgreSQL/postgresql.gpr.py:28
30+
msgid "PostgreSQL Database"
31+
msgstr "PostgreSQL baza podataka"
32+
33+
#: PostgreSQL/postgresql.gpr.py:42
34+
msgid "PostgreSQL Warning: Python psycopg2 module not found."
35+
msgstr "PostgreSQL upozorenje: Python modul psycopg2 nije pornađen."
36+
37+
#: PostgreSQL/postgresql.gpr.py:48
38+
msgid "PostgreSQL Failed to Load"
39+
msgstr "Nije uspjelo pokretanje PostgreSQL-a"
40+
41+
#: PostgreSQL/postgresql.gpr.py:49
42+
msgid ""
43+
"\n"
44+
"\n"
45+
"PostgreSQL is missing the psycopg2 python module.\n"
46+
"For now, it may be possible to install the files manually. See\n"
47+
"\n"
48+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
49+
"\n"
50+
"To dismiss all future PostgreSQL warnings click Dismiss."
51+
msgstr ""
52+
"\n"
53+
"\n"
54+
"Za PostgreSQL nedostaje psycopg2 Python modul.\n"
55+
"Za sada je možda moguće instalirati datoteke ručno. Vidi\n"
56+
"\n"
57+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
58+
"\n"
59+
"Za zanemarivanje budućih PostgreSQL upozorenja, klikni na „Zanemari”."
60+
61+
#: PostgreSQL/postgresql.gpr.py:53
62+
msgid " Dismiss "
63+
msgstr " Zanemari "
64+
65+
#: PostgreSQL/postgresql.gpr.py:54
66+
msgid "Continue"
67+
msgstr "Nastavi"
68+
69+
#: PostgreSQL/postgresql.py:68
70+
msgid "Database version"
71+
msgstr "Verzija baze podatka"
72+
73+
#: PostgreSQL/postgresql.py:69
74+
msgid "Database module location"
75+
msgstr "Mjesto modula baze podataka"

SharedPostgreSQL/po/nl-local.po

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Dutch translation of addon PostgreSQL.
2+
# Copyright (C) 2020 Gramps project
3+
# This file is distributed under the same license as the PostgreSQL package.
4+
# Jan Sparreboom <[email protected]>, 2020.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: PostgreSQL 5.x\n"
9+
"Report-Msgid-Bugs-To: https://www.gramps-project.org/bugs\n"
10+
"POT-Creation-Date: 2019-01-04 18:55-0600\n"
11+
"PO-Revision-Date: 2020-08-07 14:37+0200\n"
12+
"Last-Translator: Jan Sparreboom <[email protected]>\n"
13+
"Language-Team: Dutch <[email protected]>\n"
14+
"Language: nl\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"X-Generator: Poedit 2.3\n"
19+
20+
#: PostgreSQL/postgresql.gpr.py:26
21+
msgid "PostgreSQL"
22+
msgstr "PostgreSQL"
23+
24+
#: PostgreSQL/postgresql.gpr.py:27
25+
msgid "_PostgreSQL Database"
26+
msgstr "_PostgreSQL Database"
27+
28+
#: PostgreSQL/postgresql.gpr.py:28
29+
msgid "PostgreSQL Database"
30+
msgstr "PostgreSQL-database"
31+
32+
#: PostgreSQL/postgresql.gpr.py:42
33+
msgid "PostgreSQL Warning: Python psycopg2 module not found."
34+
msgstr "PostgreSQL-waarschuwing: Python psycopg2-module niet gevonden."
35+
36+
#: PostgreSQL/postgresql.gpr.py:48
37+
msgid "PostgreSQL Failed to Load"
38+
msgstr "PostgreSQL kan niet worden geladen"
39+
40+
#: PostgreSQL/postgresql.gpr.py:49
41+
msgid ""
42+
"\n"
43+
"\n"
44+
"PostgreSQL is missing the psycopg2 python module.\n"
45+
"For now, it may be possible to install the files manually. See\n"
46+
"\n"
47+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
48+
"\n"
49+
"To dismiss all future PostgreSQL warnings click Dismiss."
50+
msgstr ""
51+
"\n"
52+
"\n"
53+
"PostgreSQL mist de psycopg2 python-module.\n"
54+
"Voorlopig is het wellicht mogelijk om de bestanden handmatig te installeren. Zie\n"
55+
"\n"
56+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
57+
"\n"
58+
"Om alle toekomstige PostgreSQL-waarschuwingen af te wijzen, klikt u op Negeren."
59+
60+
#: PostgreSQL/postgresql.gpr.py:53
61+
msgid " Dismiss "
62+
msgstr " Negeren "
63+
64+
#: PostgreSQL/postgresql.gpr.py:54
65+
msgid "Continue"
66+
msgstr "Doorgaan"
67+
68+
#: PostgreSQL/postgresql.py:68
69+
msgid "Database version"
70+
msgstr "Database versie"
71+
72+
#: PostgreSQL/postgresql.py:69
73+
msgid "Database module location"
74+
msgstr "Databasemodule locatie"

SharedPostgreSQL/po/pt_PT-local.po

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Addon PostgreSQL for Gramps.
2+
# Copyright (C) 2020 Gramps
3+
# This file is distributed under the same license as the gramps package.
4+
# Pedro Albuquerque <[email protected]>, 2020.
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: gramps51\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2019-01-22 09:28-0600\n"
10+
"PO-Revision-Date: 2020-04-02 11:09Hora de Verão de GMT\n"
11+
"Last-Translator: Pedro Albuquerque <[email protected]>\n"
12+
"Language-Team: Pedro Albuquerque\n"
13+
"Language: pt\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"X-Generator: Geany / PoHelper 1.36\n"
19+
20+
#: PostgreSQL/postgresql.gpr.py:26
21+
msgid "PostgreSQL"
22+
msgstr "PostgreSQL"
23+
24+
#: PostgreSQL/postgresql.gpr.py:27
25+
msgid "_PostgreSQL Database"
26+
msgstr "Base de dados _PostgreSQL"
27+
28+
#: PostgreSQL/postgresql.gpr.py:28
29+
msgid "PostgreSQL Database"
30+
msgstr "Base de dados PostgreSQL"
31+
32+
#: PostgreSQL/postgresql.gpr.py:42
33+
msgid "PostgreSQL Warning: Python psycopg2 module not found."
34+
msgstr "Aviso PostgreSQL: módulo Python psycopg2não encontrado."
35+
36+
#: PostgreSQL/postgresql.gpr.py:48
37+
msgid "PostgreSQL Failed to Load"
38+
msgstr "Falha ao carregar o PostgreSQL"
39+
40+
#: PostgreSQL/postgresql.gpr.py:49
41+
msgid ""
42+
"\n"
43+
"\n"
44+
"PostgreSQL is missing the psycopg2 python module.\n"
45+
"For now, it may be possible to install the files manually. See\n"
46+
"\n"
47+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
48+
"\n"
49+
"To dismiss all future PostgreSQL warnings click Dismiss."
50+
msgstr ""
51+
"\n"
52+
"\n"
53+
"O PostgreSQL tem o módulo python psycopg2 em falta.\n"
54+
"Por agora, é possível instalar os ficheiros manualmente. Veja\n"
55+
"\n"
56+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
57+
"\n"
58+
"Para descartar todos os futuros avisos do PostgreSQL clique em Descartar."
59+
60+
#: PostgreSQL/postgresql.gpr.py:53
61+
msgid " Dismiss "
62+
msgstr "Descartar"
63+
64+
#: PostgreSQL/postgresql.gpr.py:54
65+
msgid "Continue"
66+
msgstr "Continuar"
67+
68+
#: PostgreSQL/postgresql.py:68
69+
msgid "Database version"
70+
msgstr "Versão da base de dados"
71+
72+
#: PostgreSQL/postgresql.py:69
73+
msgid "Database module location"
74+
msgstr "Localização do módulo da base de dados"

SharedPostgreSQL/po/ru-local.po

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Russian translation for PostgreSQL
2+
# This file is distributed under the same license as the Gramps package.
3+
#
4+
# Ivan Komaritsyn <[email protected]>, 2018.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: gramps50\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2018-12-06 09:18+0300\n"
11+
"PO-Revision-Date: 2018-12-06 09:21+0300\n"
12+
"Last-Translator: Ivan Komaritsyn <[email protected]>\n"
13+
"Language-Team: Russian\n"
14+
"Language: ru\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"X-Generator: Gtranslator 2.91.7\n"
19+
"X-Poedit-Language: Russian\n"
20+
"X-Poedit-Country: RUSSIAN FEDERATION\n"
21+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
22+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
23+
24+
#: PostgreSQL/postgresql.gpr.py:26
25+
msgid "PostgreSQL"
26+
msgstr "PostgreSQL"
27+
28+
#: PostgreSQL/postgresql.gpr.py:27
29+
msgid "_PostgreSQL Database"
30+
msgstr "База данных _PostgreSQL"
31+
32+
#: PostgreSQL/postgresql.gpr.py:28
33+
msgid "PostgreSQL Database"
34+
msgstr "База данных PostgreSQL"
35+
36+
#: PostgreSQL/postgresql.gpr.py:42
37+
msgid "PostgreSQL Warning: Python psycopg2 module not found."
38+
msgstr "PostgreSQL ВНИМАНИЕ: модуль Python psycopg2 не найден."
39+
40+
#: PostgreSQL/postgresql.gpr.py:48
41+
msgid "PostgreSQL Failed to Load"
42+
msgstr "Не удалось запустить PostgreSQL"
43+
44+
#: PostgreSQL/postgresql.gpr.py:49
45+
msgid ""
46+
"\n"
47+
"\n"
48+
"PostgreSQL is missing the psycopg2 python module.\n"
49+
"For now, it may be possible to install the files manually. See\n"
50+
"\n"
51+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
52+
"\n"
53+
"To dismiss all future PostgreSQL warnings click Dismiss."
54+
msgstr ""
55+
"\n"
56+
"\n"
57+
"PostgreSQL не удалось найти модуль psycopg2 python.\n"
58+
"На данный момент модуль может быть установлен только вручную.\n"
59+
"Смотрите\n"
60+
"https://gramps-project.org/wiki/index.php?title=PostgreSQL \n"
61+
"\n"
62+
"Для отключения последующих уведомлений PostgreSQL нажмите 'Отключить'."
63+
64+
#: PostgreSQL/postgresql.gpr.py:53
65+
msgid " Dismiss "
66+
msgstr " Отключить "
67+
68+
#: PostgreSQL/postgresql.gpr.py:54
69+
msgid "Continue"
70+
msgstr "Продолжить"
71+
72+
#: PostgreSQL/postgresql.py:68
73+
msgid "Database version"
74+
msgstr "Версия базы данных"
75+
76+
#: PostgreSQL/postgresql.py:69
77+
msgid "Database module location"
78+
msgstr "Расположение модуля базы данных"

0 commit comments

Comments
 (0)