Skip to content

Commit 14806d6

Browse files
committed
Merge branch 'gramps50'
2 parents 7b56b10 + 589c85e commit 14806d6

File tree

418 files changed

+72135
-31471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

418 files changed

+72135
-31471
lines changed

.gitignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ __pycache__
77
tags
88
.idea
99

10+
# Translations
11+
*.mo
12+
1013
# Distutils
1114
AllNamesQuickview/locale/
1215
AncestorFill/locale/
1316
AssociationsTool/locale/
1417
AttachSourceTool/locale/
18+
BiographyQuickview/locale/
1519
BirthdaysGramplet/locale/
1620
BirthOrder/locale/
1721
CalculateEstimatedDates/locale/
18-
Census/locale/
1922
ChangeGivenNames/locale/
23+
CheckPlaceTitles/locale/
2024
CliMerge/locale/
2125
ClipboardGramplet/locale/
2226
ClockGramplet/locale/
@@ -28,9 +32,9 @@ DenominoViso/locale/
2832
DescendantBooks/locale/
2933
DescendantCount/locale/
3034
DescendantsLines/locale/
35+
DetDescendantReport-images/locale/
3136
DEWebConnectPack/locale/
3237
Differences/locale/
33-
Django/locale/
3438
DownloadMedia/locale/
3539
DynamicWeb/locale/
3640
EditExifMetadata/locale/
@@ -44,11 +48,12 @@ FamilyTree/locale/
4448
Form/locale/
4549
FRWebConnectPack/locale/
4650
GedcomExtensions/locale/
47-
GetGOV/locale/
4851
GenealogyTree/locale/
52+
GetGOV/locale/
4953
GoogleEarthWriteKML/locale/
5054
GraphView/locale/
5155
HeadlineNewsGramplet/locale/
56+
HouseTimelineGramplet/locale/
5257
HtmlView/locale/
5358
HtreePedigreeView/locale/
5459
ImportGramplet/locale/
@@ -61,12 +66,14 @@ LinesOfDescendency/locale/
6166
ListeEclair/locale/
6267
lxml/locale/
6368
MediaBrowser/locale/
69+
MediaMerge/locale/
6470
MediaVerify/locale/
6571
MongoDB/locale/
6672
NetworkChart/locale/
6773
NoteCleanup/locale/
6874
NoteGramplet/locale/
6975
NumberOfDescendantsQuickview/locale/
76+
Overview/locale/
7077
Participants/locale/
7178
PedigreeChart/locale/
7279
PersonEverything/locale/

AllNamesQuickview/AllNames.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id = 'allnames',
33
name = _("All Names of All People"),
44
description= _("Display all names of all people"),
5-
version = '1.0.22',
5+
version = '1.0.23',
66
gramps_target_version = "5.1",
77
status = STABLE,
88
fname = 'AllNames.py',

AllNamesQuickview/AllNames.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program; if not, write to the Free Software
18-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919
#
2020
#
2121
# $Id$

AllNamesQuickview/po/ru-local.po

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Russian translation for AllNamesQuickview
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-11-27 16:32+0300\n"
11+
"PO-Revision-Date: 2018-11-27 16:38+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+
#: AllNamesQuickview/AllNames.gpr.py:3 AllNamesQuickview/AllNames.py:51
25+
msgid "All Names of All People"
26+
msgstr "Все имена всех людей"
27+
28+
#: AllNamesQuickview/AllNames.gpr.py:4
29+
msgid "Display all names of all people"
30+
msgstr "Показывает все имена всех людей"
31+
32+
#: AllNamesQuickview/AllNames.py:54
33+
msgid "Name"
34+
msgstr "Имя"
35+
36+
#: AllNamesQuickview/AllNames.py:54
37+
msgid "Primary Name"
38+
msgstr "Основное имя"
39+
40+
#: AllNamesQuickview/AllNames.py:54
41+
msgid "Name Type"
42+
msgstr "Тип имени"
43+
44+
#: AllNamesQuickview/AllNames.py:71
45+
#, python-format
46+
msgid "Total names %d"
47+
msgstr "Всего имён %d"

AllNamesQuickview/po/template.pot

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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-01-22 09:28-0600\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=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: AllNamesQuickview/AllNames.gpr.py:3 AllNamesQuickview/AllNames.py:51
21+
msgid "All Names of All People"
22+
msgstr ""
23+
24+
#: AllNamesQuickview/AllNames.gpr.py:4
25+
msgid "Display all names of all people"
26+
msgstr ""
27+
28+
#: AllNamesQuickview/AllNames.py:54
29+
msgid "Name"
30+
msgstr ""
31+
32+
#: AllNamesQuickview/AllNames.py:54
33+
msgid "Primary Name"
34+
msgstr ""
35+
36+
#: AllNamesQuickview/AllNames.py:54
37+
msgid "Name Type"
38+
msgstr ""
39+
40+
#: AllNamesQuickview/AllNames.py:71
41+
#, python-format
42+
msgid "Total names %d"
43+
msgstr ""

AncestorFill/AncestorFill.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
id = 'AncestorFill',
88
name = _("AncestorFill"),
99
description = _("Report on the filling of the tree"),
10-
version = '1.0.10',
10+
version = '1.0.11',
1111
gramps_target_version = "5.1",
1212
include_in_listing = True,
1313
status = STABLE,

AncestorFill/AncestorFill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# You should have received a copy of the GNU General Public License
2020
# along with this program; if not, write to the Free Software
21-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2222
#
2323
# $Id: AncestorFill.py 18915 2012-02-17 16:51:40Z romjerome $
2424

AncestorFill/po/ru-local.po

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
# Russian translation for AncestorFill
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-11-27 16:39+0300\n"
11+
"PO-Revision-Date: 2018-11-09 17:39+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+
#: AncestorFill/AncestorFill.gpr.py:8
25+
msgid "AncestorFill"
26+
msgstr ""
27+
28+
#: AncestorFill/AncestorFill.gpr.py:9
29+
msgid "Report on the filling of the tree"
30+
msgstr "Отчёт о заполнении древа"
31+
32+
#: AncestorFill/AncestorFill.py:105
33+
#, python-format
34+
msgid "Person %s is not in the Database"
35+
msgstr "Лицо %s отсутствует в базе данных"
36+
37+
#: AncestorFill/AncestorFill.py:190
38+
#, python-format
39+
msgid "AncestorFill for %s"
40+
msgstr ""
41+
42+
#: AncestorFill/AncestorFill.py:206
43+
msgid "Generation "
44+
msgstr "Поколение "
45+
46+
#: AncestorFill/AncestorFill.py:207
47+
msgid "Number of Ancestors found "
48+
msgstr "Количество найденных предков"
49+
50+
#: AncestorFill/AncestorFill.py:208
51+
msgid "percent of Ancestors found "
52+
msgstr "процент найденных предков "
53+
54+
#: AncestorFill/AncestorFill.py:209
55+
msgid "Number of single Ancestors found "
56+
msgstr ""
57+
58+
#: AncestorFill/AncestorFill.py:210
59+
msgid "Number of theoretical Ancestors "
60+
msgstr "Количество предков (теоретическое) "
61+
62+
#: AncestorFill/AncestorFill.py:211
63+
msgid "Pedigree Collapse "
64+
msgstr ""
65+
66+
#: AncestorFill/AncestorFill.py:254
67+
msgid "Total Number of Ancestors found "
68+
msgstr "Общее количество найденных предков "
69+
70+
#: AncestorFill/AncestorFill.py:256
71+
msgid "Total Number of single Ancestors found "
72+
msgstr ""
73+
74+
#: AncestorFill/AncestorFill.py:293
75+
msgid "Report Options"
76+
msgstr "Параметры отчёта"
77+
78+
#: AncestorFill/AncestorFill.py:295
79+
msgid "Center Person"
80+
msgstr "Главное лицо"
81+
82+
#: AncestorFill/AncestorFill.py:296
83+
msgid "The center person for the report"
84+
msgstr "Главное лицо для отчёта"
85+
86+
#: AncestorFill/AncestorFill.py:299
87+
msgid "Generations"
88+
msgstr "Поколения"
89+
90+
#: AncestorFill/AncestorFill.py:300
91+
msgid "The number of generations to include in the report"
92+
msgstr "Сколько поколений включать в отчёт"
93+
94+
#: AncestorFill/AncestorFill.py:303
95+
msgid "Filled digit"
96+
msgstr ""
97+
98+
#: AncestorFill/AncestorFill.py:304
99+
msgid ""
100+
"The number of digits after comma to include in the report for the percentage "
101+
"of ancestor found at a given generation"
102+
msgstr ""
103+
104+
#: AncestorFill/AncestorFill.py:307
105+
msgid "Collapsed digit"
106+
msgstr ""
107+
108+
#: AncestorFill/AncestorFill.py:308
109+
msgid ""
110+
"The number of digits after comma to include in the report for the pedigree "
111+
"Collapse"
112+
msgstr ""
113+
114+
#: AncestorFill/AncestorFill.py:311
115+
msgid "Display theoretical"
116+
msgstr "Показывать теоретические данные"
117+
118+
#: AncestorFill/AncestorFill.py:312
119+
msgid "Whether to display the theoretical number of ancestor by generation"
120+
msgstr "Показывать ли теоретическое количество предков по поколениям"
121+
122+
#: AncestorFill/AncestorFill.py:360
123+
msgid "The style used for the title of the page."
124+
msgstr "Стиль заголовка страницы."
125+
126+
#: AncestorFill/AncestorFill.py:373
127+
msgid "The style used for the generation header."
128+
msgstr "Стиль заголовка поколений."
129+
130+
#: AncestorFill/AncestorFill.py:383
131+
msgid "The basic style used for the text display."
132+
msgstr "Основной стиль текста."

0 commit comments

Comments
 (0)