diff --git a/docs/gen/gen_db.rst b/docs/gen/gen_db.rst index 9f312730f..45bba0df7 100644 --- a/docs/gen/gen_db.rst +++ b/docs/gen/gen_db.rst @@ -11,33 +11,6 @@ GrampsDbBase :undoc-members: :show-inheritance: -GrampsDbRead -==================================== -.. automodule:: gramps.gen.db.read - :members: - :show-inheritance: - -GrampsDbWrite -==================================== -.. automodule:: gramps.gen.db.write - :members: - :undoc-members: - :show-inheritance: - -GrampsCursor -==================================== -.. automodule:: gramps.gen.db.cursor - :members: - :undoc-members: - :show-inheritance: - -BSDDBtxn -==================================== -.. automodule:: gramps.gen.db.bsddbtxn - :members: - :undoc-members: - :show-inheritance: - GrampsDbTxn ==================================== .. automodule:: gramps.gen.db.txn @@ -45,13 +18,6 @@ GrampsDbTxn :undoc-members: :show-inheritance: -GrampsDbUndo -==================================== -.. automodule:: gramps.gen.db.undoredo - :members: - :undoc-members: - :show-inheritance: - DbConst ==================================== .. automodule:: gramps.gen.db.dbconst @@ -64,15 +30,74 @@ GrampsDbException :undoc-members: :show-inheritance: -Upgrade utilities +GrampsDbUndo ==================================== -.. automodule:: gramps.gen.db.upgrade - :members: - :undoc-members: - -Backup -==================================== -.. automodule:: gramps.gen.db.backup +.. automodule:: gramps.gen.db.undoredo :members: :undoc-members: :show-inheritance: + +Generic +==================================== +.. automodule:: gramps.gen.db.generic + :members: + :undoc-members: + :show-inheritance: + +DummyDb +==================================== +.. automodule:: gramps.plugins.db.dummydb + :members: + :undoc-members: + :show-inheritance: + +##################################### +The :mod:`gramps.gen.db` bsddb Module +##################################### + +.. automodule:: gramps.plugins.db.bsddb + +GrampsDbRead +==================================== +.. automodule:: gramps.plugins.db.bsddb.read + :members: + :show-inheritance: + +GrampsDbWrite +==================================== +.. automodule:: gramps.plugins.db.bsddb.write + :members: + :undoc-members: + :show-inheritance: + +GrampsCursor +==================================== +.. automodule:: gramps.plugins.db.bsddb.cursor + :members: + :undoc-members: + :show-inheritance: + +BSDDBtxn +==================================== +.. automodule:: gramps.plugins.db.bsddb.bsddbtxn + :members: + :undoc-members: + :show-inheritance: + +##################################### +The :mod:`gramps.gen.db` dbapi Module +##################################### + +.. automodule:: gramps.plugins.db.dbapi + +DBAPI +==================================== +.. automodule:: gramps.plugins.db.dbapi.dbapi + :members: + :show-inheritance: + +Sqlite +==================================== +.. automodule:: gramps.plugins.db.dbapi.sqlite + :members: + :show-inheritance: diff --git a/docs/gen/gen_display.rst b/docs/gen/gen_display.rst index b2b84e768..8fe358f5e 100644 --- a/docs/gen/gen_display.rst +++ b/docs/gen/gen_display.rst @@ -10,3 +10,10 @@ Name :members: :undoc-members: :show-inheritance: + +Place +==================================== +.. automodule:: gramps.gen.display.place + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/gen/gen_lib.rst b/docs/gen/gen_lib.rst index 776cd37c5..eb5612529 100644 --- a/docs/gen/gen_lib.rst +++ b/docs/gen/gen_lib.rst @@ -53,14 +53,14 @@ CitationBase :members: :undoc-members: :show-inheritance: - + IndirectCitationBase ==================================== .. autoclass:: IndirectCitationBase :members: :undoc-members: :show-inheritance: - + DateBase ==================================== .. automodule:: gramps.gen.lib.datebase @@ -68,7 +68,7 @@ DateBase :members: :undoc-members: :show-inheritance: - + LdsOrdBase ==================================== .. automodule:: gramps.gen.lib.ldsordbase @@ -76,7 +76,7 @@ LdsOrdBase :members: :undoc-members: :show-inheritance: - + LocationBase ==================================== .. automodule:: gramps.gen.lib.locationbase @@ -84,7 +84,7 @@ LocationBase :members: :undoc-members: :show-inheritance: - + MediaBase ==================================== .. automodule:: gramps.gen.lib.mediabase @@ -116,7 +116,7 @@ PrivacyBase :members: :undoc-members: :show-inheritance: - + RefBase ==================================== .. automodule:: gramps.gen.lib.refbase @@ -132,7 +132,7 @@ SurnameBase :members: :undoc-members: :show-inheritance: - + TagBase ==================================== .. automodule:: gramps.gen.lib.tagbase @@ -216,7 +216,7 @@ Citation :undoc-members: :show-inheritance: -Media Object +Media ==================================== .. automodule:: gramps.gen.lib.media .. autoclass:: Media @@ -366,7 +366,7 @@ RepoRef :members: :undoc-members: :show-inheritance: - + ***************************** Table objects ***************************** @@ -487,7 +487,7 @@ EventType :members: :undoc-members: :show-inheritance: - + EventRoleType ============== .. automodule:: gramps.gen.lib.eventroletype @@ -543,7 +543,7 @@ RepositoryType :members: :undoc-members: :show-inheritance: - + SourceMediaType ================ .. automodule:: gramps.gen.lib.srcmediatype @@ -557,7 +557,7 @@ StyledTextTagType :members: :undoc-members: :show-inheritance: - + UrlType ======== .. automodule:: gramps.gen.lib.urltype diff --git a/docs/update_doc.py b/docs/update_doc.py index af7a1b21d..635ad0efd 100644 --- a/docs/update_doc.py +++ b/docs/update_doc.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # # update_po - a gramps tool to update translations # @@ -102,8 +102,9 @@ def build(): # testing stage os.system('''%(program)s -b html . _build/html''' % {'program': sphinxCmd}) - os.system('''%(program)s -b changes . _build/changes''' % {'program': sphinxCmd}) - os.system('''%(program)s -b linkcheck . _build/linkcheck''' % {'program': sphinxCmd}) + #os.system('''%(program)s -b changes . _build/changes''' % {'program': sphinxCmd}) + #os.system('''%(program)s -b linkcheck . _build/linkcheck''' % {'program': sphinxCmd}) + #os.system('''%(program)s -b devhelp . _build/devhelp''' % {'program': sphinxCmd}) if __name__ == "__main__": main() diff --git a/gramps/gen/db/__init__.py b/gramps/gen/db/__init__.py index a5c70dc4f..5154ddf27 100644 --- a/gramps/gen/db/__init__.py +++ b/gramps/gen/db/__init__.py @@ -70,3 +70,4 @@ from .txn import * from .exceptions import * from .undoredo import * from .utils import * +from .generic import * diff --git a/gramps/plugins/db/dummydb.py b/gramps/gen/db/dummydb.py similarity index 100% rename from gramps/plugins/db/dummydb.py rename to gramps/gen/db/dummydb.py diff --git a/gramps/gen/dbstate.py b/gramps/gen/dbstate.py index 0a80f1df3..36e8af0bf 100644 --- a/gramps/gen/dbstate.py +++ b/gramps/gen/dbstate.py @@ -43,7 +43,7 @@ from .proxy.proxybase import ProxyDbBase from .utils.callback import Callback from .config import config from gramps.gen.db.dbconst import DBLOGNAME -from gramps.gen.db.utils import make_database +from gramps.gen.db.dummydb import DummyDb #------------------------------------------------------------------------- # @@ -69,7 +69,7 @@ class DbState(Callback): place holder until a real DB is assigned. """ Callback.__init__(self) - self.db = make_database("dummydb") + self.db = DummyDb() self.open = False # Deprecated - use DbState.is_open() self.stack = [] @@ -135,7 +135,7 @@ class DbState(Callback): self.emit('no-database', ()) if self.is_open(): self.db.close() - self.db = make_database("dummydb") + self.db = DummyDb() self.open = False self.emit('database-changed', (self.db, )) diff --git a/gramps/gen/filters/rules/person/__init__.py b/gramps/gen/filters/rules/person/__init__.py index 7deba8f10..903fb1a46 100644 --- a/gramps/gen/filters/rules/person/__init__.py +++ b/gramps/gen/filters/rules/person/__init__.py @@ -109,6 +109,7 @@ from ._matchidof import MatchIdOf from ._regexpidof import RegExpIdOf from ._changedsince import ChangedSince from ._isrelatedwith import IsRelatedWith +from ._hassoundexname import HasSoundexName #------------------------------------------------------------------------- # @@ -189,5 +190,6 @@ editor_rule_list = [ Disconnected, ChangedSince, IsRelatedWith, + HasSoundexName, ] diff --git a/gramps/gen/filters/rules/person/_hassoundexname.py b/gramps/gen/filters/rules/person/_hassoundexname.py new file mode 100644 index 000000000..ae280dbda --- /dev/null +++ b/gramps/gen/filters/rules/person/_hassoundexname.py @@ -0,0 +1,86 @@ +# +# Gramps - a GTK+/GNOME based genealogy program +# +# Copyright (C) 2017 Paul Culley +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + +#------------------------------------------------------------------------- +# +# Standard Python modules +# +#------------------------------------------------------------------------- +from ....const import GRAMPS_LOCALE as glocale +_ = glocale.translation.sgettext + +#------------------------------------------------------------------------- +# +# Gramps modules +# +#------------------------------------------------------------------------- +from .. import Rule +from ....lib.nameorigintype import NameOriginType +from gramps.gen.soundex import soundex + + +#------------------------------------------------------------------------- +# +# HasNameOf +# +#------------------------------------------------------------------------- +class HasSoundexName(Rule): + """Rule that checks for full or partial name matches""" + + labels = [_('Name:')] + name = _('Soundex match of People with the ') + description = _("Soundex Match of people with a specified name. First " + "name, Surname, Call name, and Nickname are searched in " + "primary and alternate names.") + category = _('General filters') + allow_regex = False + + def apply(self, db, person): + self.sndx = soundex(self.list[0]) + for name in [person.get_primary_name()] + person.get_alternate_names(): + if self._match_name(name): + return True + return False + + def _match_name(self, name): + if self.list[0]: + if soundex(str(name.get_first_name())) == self.sndx: + return True + elif soundex(str(name.get_surname())) == self.sndx: + return True + elif soundex(str(name.get_call_name())) == self.sndx: + return True + elif soundex(str(name.get_nick_name())) == self.sndx: + return True + elif soundex(str(name.get_family_nick_name())) == self.sndx: + return True + else: + for surn in name.get_surname_list(): + if self._match_surname(surn): + return True + return False + + def _match_surname(self, surn): + if soundex(str(surn.get_surname())) == self.sndx: + return True + if surn.get_origintype().value == NameOriginType.PATRONYMIC: + if soundex(str(surn.get_surname())) == self.sndx: + return True + return False diff --git a/gramps/gen/filters/rules/test/person_rules_test.py b/gramps/gen/filters/rules/test/person_rules_test.py index 463f5baca..f97d5bcca 100644 --- a/gramps/gen/filters/rules/test/person_rules_test.py +++ b/gramps/gen/filters/rules/test/person_rules_test.py @@ -36,7 +36,7 @@ from gramps.gen.filters.rules.person import ( IsDuplicatedAncestorOf, IsRelatedWith, HasIdOf, IsDefaultPerson, IsFemale, IsMale, MissingParent, MultipleMarriages, NeverMarried, NoBirthdate, NoDeathdate, PeoplePrivate, PeoplePublic, PersonWithIncompleteEvent, - RelationshipPathBetweenBookmarks) + RelationshipPathBetweenBookmarks, HasNameOf, HasSoundexName) TEST_DIR = os.path.abspath(os.path.join(DATA_DIR, "tests")) EXAMPLE = os.path.join(TEST_DIR, "example.gramps") @@ -564,6 +564,22 @@ class BaseTest(unittest.TestCase): b'D3WJQCCGV58IP8PNHZ', b'Q8HKQC3VMRM1M6M7ES', ])) + def test_hassoundexname(self): + """ + Test HasSoundexName rule. + """ + rule = HasSoundexName(['garner']) + self.assertEqual(len(self.filter_with_rule(rule)), 73) + + def test_hasnameof(self): + """ + Test HasNameOf rule. + """ + rule = HasNameOf(['Lewis', 'Garner', 'Dr.', 'Sr', 'Anderson', + 'Big Louie', 'von', 'Zieliński', None, None, None]) + self.assertEqual(self.filter_with_rule(rule), set([ + b'GNUJQCL9MD64AM56OH'])) + if __name__ == "__main__": unittest.main() diff --git a/gramps/gen/plug/_manager.py b/gramps/gen/plug/_manager.py index 1fe4d3955..152b5862d 100644 --- a/gramps/gen/plug/_manager.py +++ b/gramps/gen/plug/_manager.py @@ -39,7 +39,7 @@ import os import sys import re import logging -LOG = logging.getLogger('.' + __name__) +LOG = logging.getLogger('._manager') LOG.progagate = True from ..const import GRAMPS_LOCALE as glocale _ = glocale.translation.gettext @@ -100,8 +100,8 @@ class BasePluginManager: self.__modules = {} self.__pgr = PluginRegister.get_instance() - self.__registereddir_set = set() self.__loaded_plugins = {} + self.__scanned_dirs = [] def reg_plugins(self, direct, dbstate=None, uistate=None, load_on_reg=False): @@ -112,23 +112,24 @@ class BasePluginManager: If a relationship calculator for env var LANG is present, it is immediately loaded so it is available for all. """ - # if the directory does not exist, do nothing - if not os.path.isdir(direct): - return False # return value is True for error + # if we've already scanned this directory or if the directory does not + # exist, we are done. Should only happen in tests. - for (dirpath, dirnames, filenames) in os.walk(direct): - root, subdir = os.path.split(dirpath) - if subdir.startswith("."): - dirnames[:] = [] - continue - for dirname in dirnames: - # Skip hidden and system directories: - if dirname.startswith(".") or dirname in ["po", "locale"]: - dirnames.remove(dirname) - # if the path has not already been loaded, save it in the - # registereddir_list list for use on reloading. - self.__registereddir_set.add(dirpath) - self.__pgr.scan_dir(dirpath, uistate=uistate) + # LOG.warning("\nPlugin manager registration: %s, load_on_reg=%s," + # " been_here=%s, pahte exists:%s", direct, load_on_reg, + # direct in self.__scanned_dirs, os.path.isdir(direct)) + + if os.path.isdir(direct) and direct not in self.__scanned_dirs: + self.__scanned_dirs.append(direct) + for (dirpath, dirnames, filenames) in os.walk(direct, + topdown=True): + for dirname in dirnames[:]: + # Skip hidden and system directories: + if dirname.startswith(".") or dirname in ["po", "locale", + "__pycache__"]: + dirnames.remove(dirname) + # LOG.warning("Plugin dir scanned: %s", dirpath) + self.__pgr.scan_dir(dirpath, filenames, uistate=uistate) if load_on_reg: # Run plugins that request to be loaded on startup and @@ -136,6 +137,7 @@ class BasePluginManager: # first, remove hidden plugins_to_load = [] for plugin in self.__pgr.filter_load_on_reg(): + # LOG.warning("\nFound %s at registration", plugin.id) if plugin.id in config.get("plugin.hiddenplugins"): continue plugins_to_load.append(plugin) @@ -146,6 +148,8 @@ class BasePluginManager: max_count = len(plugins_to_load) while plugins_to_load: for plugin in plugins_to_load[:]: # copy of list + # LOG.warning("\nDependencies for %s at registration", + # plugin.id) delay = False for depend in plugin.depends_on: if depend not in [p.id for p in plugins_sorted]: @@ -167,8 +171,12 @@ class BasePluginManager: break # now load them: for plugin in plugins_sorted: + # next line shouldn't be necessary, but this gets called a lot + # of times during Travis test; so avoid multiple copies + plugin.data = [] mod = self.load_plugin(plugin) if hasattr(mod, "load_on_reg"): + # LOG.warning("\nRun %s at registration", plugin.id) try: results = mod.load_on_reg(dbstate, uistate, plugin) except: @@ -496,6 +504,8 @@ class BasePluginManager: retval.extend(data) except: retval.append(data) + # LOG.warning("Process plugin data=%s, %s, items=%s", + # process is not None, category, len(retval)) if process: return process(retval) return retval diff --git a/gramps/gen/plug/_pluginreg.py b/gramps/gen/plug/_pluginreg.py index e914e2e10..ec61caab9 100644 --- a/gramps/gen/plug/_pluginreg.py +++ b/gramps/gen/plug/_pluginreg.py @@ -43,6 +43,8 @@ from gramps.version import VERSION as GRAMPSVERSION, VERSION_TUPLE from ..const import IMAGE_DIR from ..const import GRAMPS_LOCALE as glocale _ = glocale.translation.gettext +import logging +LOG = logging.getLogger('._manager') #------------------------------------------------------------------------- # @@ -1104,11 +1106,16 @@ class PluginRegister: if __debug__: self.stable_only = False self.__plugindata = [] + self.__id_to_pdata = {} def add_plugindata(self, plugindata): + """ This is used to add an entry to the registration list. The way it + is used, this entry is not yet filled in, so we cannot use the id to + add to the __id_to_pdata dict at this time. """ self.__plugindata.append(plugindata) - def scan_dir(self, dir, uistate=None): + + def scan_dir(self, dir, filenames, uistate=None): """ The dir name will be scanned for plugin registration code, which will be loaded in :class:`PluginData` objects if they satisfy some checks. @@ -1123,9 +1130,8 @@ class PluginRegister: extlen = -len(ext) pymod = re.compile(r"^(.*)\.py$") - for filename in os.listdir(dir): - name = os.path.split(filename)[1] - if not name[extlen:] == ext: + for filename in filenames: + if not filename[extlen:] == ext: continue lenpd = len(self.__plugindata) full_filename = os.path.join(dir, filename) @@ -1150,9 +1156,14 @@ class PluginRegister: else: local_gettext = glocale.translation.gettext try: - #execfile(full_filename, exec (compile(stream, filename, 'exec'), make_environment(_=local_gettext), {'uistate': uistate}) + for pdata in self.__plugindata[lenpd:]: + # should not be duplicate IDs in different plugins + assert pdata.id not in self.__id_to_pdata + # if pdata.id in self.__id_to_pdata: + # print("Error: %s is duplicated!" % pdata.id) + self.__id_to_pdata[pdata.id] = pdata except ValueError as msg: print(_('ERROR: Failed reading plugin registration %(filename)s') % \ {'filename' : filename}) @@ -1170,6 +1181,7 @@ class PluginRegister: rmlist = [] ind = lenpd-1 for plugin in self.__plugindata[lenpd:]: + #LOG.warning("\nPlugin scanned %s at registration", plugin.id) ind += 1 plugin.directory = dir if not valid_plugin_version(plugin.gramps_target_version): @@ -1211,19 +1223,20 @@ class PluginRegister: module = match.groups()[0] plugin.mod_name = module plugin.fpath = dir + #LOG.warning("\nPlugin added %s at registration", plugin.id) rmlist.reverse() for ind in rmlist: + del self.__id_to_pdata[self.__plugindata[ind].id] del self.__plugindata[ind] def get_plugin(self, id): """ Return the :class:`PluginData` for the plugin with id """ - matches = [x for x in self.__plugindata if x.id == id] - matches.sort(key=lambda x: version(x.version)) - if len(matches) > 0: - return matches[-1] - return None + assert(len(self.__id_to_pdata) == len(self.__plugindata)) + # if len(self.__id_to_pdata) != len(self.__plugindata): + # print(len(self.__id_to_pdata), len(self.__plugindata)) + return self.__id_to_pdata.get(id, None) def type_plugins(self, ptype): """ diff --git a/gramps/gen/plug/menu/_style.py b/gramps/gen/plug/menu/_style.py index 575db89cb..4bb292f82 100644 --- a/gramps/gen/plug/menu/_style.py +++ b/gramps/gen/plug/menu/_style.py @@ -36,7 +36,7 @@ from ..docgen import StyleSheetList # StyleOption class # #------------------------------------------------------------------------- -class StyleOption(EnumeratedListOption): +class StyleOption(EnumeratedListOption): # TODO this is likely dead code """ This class describes an option that allows the use to select a style sheet. """ diff --git a/gramps/gui/glade/styleeditor.glade b/gramps/gui/glade/styleeditor.glade index efaa93a22..17e4d792c 100644 --- a/gramps/gui/glade/styleeditor.glade +++ b/gramps/gui/glade/styleeditor.glade @@ -90,7 +90,7 @@ True False True - + False @@ -1705,8 +1705,6 @@ False - 400 - 300 dialog @@ -1727,6 +1725,7 @@ True False True + False diff --git a/gramps/gui/managedwindow.py b/gramps/gui/managedwindow.py index 063e0f15c..7bd190b42 100644 --- a/gramps/gui/managedwindow.py +++ b/gramps/gui/managedwindow.py @@ -488,7 +488,9 @@ class ManagedWindow: self.window.set_modal(True) # The following makes sure that we only have one modal window open; # if more the older ones get temporarily made non-modal. - self.other_modal_window = self.uistate.gwm.find_modal_window(window) + if self.uistate: + self.other_modal_window = self.uistate.gwm.find_modal_window( + window) if self.other_modal_window: self.other_modal_window.set_modal(False) self.window.set_modal(True) @@ -623,7 +625,8 @@ class ManagedWindow: def setup_configs(self, config_base, default_width, default_height, - default_horiz_position=None, default_vert_position=None): + default_horiz_position=None, default_vert_position=None, + p_width=None, p_height=None): # for fullscreen """ Helper method to setup the window's configuration settings @@ -634,13 +637,18 @@ class ManagedWindow: @param default_horiz_position, default_vert_position: if either is None then that position is centered on the parent, else explicitly set @type default_horiz_position, default_vert_position: int or None + @param p_width, p_height: the parent's width and height + @type p_width, p_height: int or None """ self.width_key = config_base + '-width' self.height_key = config_base + '-height' self.horiz_position_key = config_base + '-horiz-position' self.vert_position_key = config_base + '-vert-position' - (p_width, p_height) = self.parent_window.get_size() - (p_horiz, p_vert) = self.parent_window.get_position() + if p_width is None and p_height is None: # default case + (p_width, p_height) = self.parent_window.get_size() + (p_horiz, p_vert) = self.parent_window.get_position() + else: + p_horiz = p_vert = 0 # fullscreen if default_horiz_position is None: default_horiz_position = p_horiz + ((p_width - default_width) // 2) if default_vert_position is None: diff --git a/gramps/gui/plug/_guioptions.py b/gramps/gui/plug/_guioptions.py index db3f1187b..59a4eaa1d 100644 --- a/gramps/gui/plug/_guioptions.py +++ b/gramps/gui/plug/_guioptions.py @@ -1790,7 +1790,7 @@ class GuiDestinationOption(Gtk.Box): # GuiStyleOption class # #------------------------------------------------------------------------- -class GuiStyleOption(GuiEnumeratedListOption): +class GuiStyleOption(GuiEnumeratedListOption): # TODO this is likely dead code """ This class displays a StyleOption. """ @@ -1808,6 +1808,8 @@ class GuiStyleOption(GuiEnumeratedListOption): self.__button.connect('clicked', self.__on_style_edit_clicked) self.pack_end(self.__button, False, False) + self.uistate = uistate + self.track = track def __on_style_edit_clicked(self, *obj): """The user has clicked on the 'Edit Styles' button. Create a @@ -1817,7 +1819,7 @@ class GuiStyleOption(GuiEnumeratedListOption): from .report._styleeditor import StyleListDisplay style_list = StyleSheetList(self.__option.get_style_file(), self.__option.get_default_style()) - StyleListDisplay(style_list, None, None) + StyleListDisplay(style_list, self.uistate, self.track) new_items = [] for style_name in style_list.get_style_names(): diff --git a/gramps/gui/plug/report/_reportdialog.py b/gramps/gui/plug/report/_reportdialog.py index 81457d97e..b0a5fe965 100644 --- a/gramps/gui/plug/report/_reportdialog.py +++ b/gramps/gui/plug/report/_reportdialog.py @@ -588,8 +588,8 @@ class ReportDialog(ManagedWindow): style sheet editor object and let them play. When they are done, the previous routine will be called to update the dialog menu for selecting a style.""" - StyleListDisplay(self.style_sheet_list, self.build_style_menu, - self.window) + StyleListDisplay(self.style_sheet_list, self.uistate, self.track, + callback=self.build_style_menu) #---------------------------------------------------------------------- # diff --git a/gramps/gui/plug/report/_styleeditor.py b/gramps/gui/plug/report/_styleeditor.py index 503d7ef17..a4eb7b89f 100644 --- a/gramps/gui/plug/report/_styleeditor.py +++ b/gramps/gui/plug/report/_styleeditor.py @@ -55,63 +55,73 @@ from gramps.gen.plug.docgen import (StyleSheet, FONT_SERIF, FONT_SANS_SERIF, PARA_ALIGN_JUSTIFY, ParagraphStyle, TableStyle, TableCellStyle, GraphicsStyle) from ...listmodel import ListModel -from ...managedwindow import set_titles +from ...managedwindow import ManagedWindow from ...glade import Glade +from ...dialog import ErrorDialog #------------------------------------------------------------------------ # # StyleListDisplay class # #------------------------------------------------------------------------ -class StyleListDisplay: +class StyleListDisplay(ManagedWindow): """ Shows the available paragraph/font styles. Allows the user to select, - add, edit, and delete styles from a StyleSheet. + add, edit, and delete styles from a StyleSheetList. """ - def __init__(self, stylesheetlist, callback, parent_window): + def __init__(self, stylesheetlist, uistate, track, callback=None): """ Create a StyleListDisplay object that displays the styles in the - StyleSheet. + StyleSheetList. - stylesheetlist - styles that can be editied - callback - task called with an object has been added. + stylesheetlist - styles for editing: a :class:`.StyleSheetList` instance + callback - task called when an object has been added. """ + + ManagedWindow.__init__(self, uistate, track, self.__class__, modal=True) + # the self.window.run() below makes Gtk make it modal, so any change + # to the previous line's "modal" would require that line to be changed + self.callback = callback self.sheetlist = stylesheetlist - self.parent_window = parent_window - self.top = Glade(toplevel='styles') - self.window = self.top.toplevel - - set_titles(self.window, self.top.get_object('title'), - _('Document Styles')) + self.set_window(self.top.toplevel, self.top.get_object('title'), + _('Document Styles')) + self.setup_configs('interface.stylelistdisplay', 400, 300) + self.show() self.top.connect_signals({ - "destroy_passed_object" : self.__close, "on_ok_clicked" : self.on_ok_clicked, "on_add_clicked" : self.on_add_clicked, "on_delete_clicked" : self.on_delete_clicked, "on_button_press" : self.on_button_press, "on_edit_clicked" : self.on_edit_clicked, + "on_cancel_clicked" : self.__cancel, + "on_cancel_style_clicked" : dummy_callback, "on_save_style_clicked" : dummy_callback, }) self.list = ListModel(self.top.get_object("list"), [(_('Style'), -1, 10)], ) self.redraw() - if parent_window: - self.window.set_transient_for(parent_window) + # the self.window.run() makes Gtk make it modal, so any change to that + # line would require the ManagedWindow.__init__ to be changed also self.window.run() - self.window.destroy() + if self.opened: + self.close() - def __close(self, obj): - self.top.destroy() + def build_menu_names(self, obj): # meaningless while it's modal + """Override :class:`.ManagedWindow` method.""" + return (_('Document Styles'), ' ') + + def __cancel(self, obj): + pass def redraw(self): - """Redraws the list of styles that are current available""" + """Redraws the list of styles that are currently available""" self.list.model.clear() self.list.add([_("default")]) @@ -124,22 +134,21 @@ class StyleListDisplay: index += 1 def on_add_clicked(self, obj): - """Called with the ADD button is clicked. Invokes the StyleEditor to + """Called when the ADD button is clicked. Invokes the StyleEditor to create a new style""" style = self.sheetlist.get_style_sheet("default") StyleEditor(_("New Style"), style, self) def on_ok_clicked(self, obj): - """Called with the OK button is clicked; Calls the callback task, + """Called when the OK button is clicked; Calls the callback task, then saves the stylesheet.""" if self.callback is not None: self.callback() try: self.sheetlist.save() except IOError as msg: - from ...dialog import ErrorDialog ErrorDialog(_("Error saving stylesheet"), str(msg), - parent=self.parent_window) + parent=self.window) except: log.error("Failed to save stylesheet", exc_info=True) @@ -149,11 +158,13 @@ class StyleListDisplay: def on_edit_clicked(self, obj): """ - Called with the EDIT button is clicked. + Called when the EDIT button is clicked. Calls the StyleEditor to edit the selected style. """ store, node = self.list.selection.get_selected() if not node: + ErrorDialog(_("Missing information"), _("Select a style"), + parent=self.window) return name = str(self.list.model.get_value(node, 0)) @@ -166,6 +177,8 @@ class StyleListDisplay: """Deletes the selected style.""" store, node = self.list.selection.get_selected() if not node: + ErrorDialog(_("Missing information"), _("Select a style"), + parent=self.window) return name = str(self.list.model.get_value(node, 0)) if name == _('default'): # the default style cannot be removed @@ -178,7 +191,7 @@ class StyleListDisplay: # StyleEditor class # #------------------------------------------------------------------------ -class StyleEditor: +class StyleEditor(ManagedWindow): """ Edits the current style definition. Presents a dialog allowing the values of the paragraphs in the style to be altered. @@ -189,20 +202,30 @@ class StyleEditor: Create the StyleEditor. name - name of the style that is to be edited - style - style object that is to be edited + style - style object to be edited: a :class:`.StyleSheet` instance parent - StyleListDisplay object that called the editor """ + + ManagedWindow.__init__(self, parent.uistate, parent.track, + self.__class__, modal=True) + # the self.window.run() below makes Gtk make it modal, so any change + # to the previous line's "modal" would require that line to be changed + self.current_style = None self.current_name = None self.style = StyleSheet(style) self.parent = parent self.top = Glade(toplevel='editor') - self.window = self.top.toplevel + self.set_window(self.top.toplevel, self.top.get_object('title'), + _('Style editor')) + self.setup_configs('interface.styleeditor', 550, 610) + self.show() self.top.connect_signals({ "on_save_style_clicked" : self.on_save_style_clicked, - "destroy_passed_object" : self.__close, + "on_cancel_style_clicked" : self.__cancel, + "on_cancel_clicked" : dummy_callback, "on_ok_clicked" : dummy_callback, "on_add_clicked" : dummy_callback, "on_delete_clicked" : dummy_callback, @@ -226,8 +249,6 @@ class StyleEditor: self.line_style.pack_start(renderer_text, True) self.line_style.add_attribute(renderer_text, "text", 1) - set_titles(self.window, self.top.get_object('title'), - _('Style editor')) self.top.get_object("label6").set_text(_("point size|pt")) titles = [(_('Style'), 0, 130)] @@ -261,13 +282,18 @@ class StyleEditor: self.plist.add([d_name], self.style.get_draw_style(d_name)) self.plist.select_row(0) - if self.parent: - self.window.set_transient_for(parent.window) + # the self.window.run() makes Gtk make it modal, so any change to that + # line would require the ManagedWindow.__init__ to be changed also self.window.run() - self.window.destroy() + if self.opened: + self.close() - def __close(self, obj): - self.window.destroy() + def build_menu_names(self, obj): # meaningless while it's modal + """Override :class:`.ManagedWindow` method.""" + return (_('Style editor'), None) + + def __cancel(self, obj): + pass def show_pages(self, show_pages): """ @@ -525,7 +551,6 @@ class StyleEditor: self.style.set_name(name) self.parent.sheetlist.set_style_sheet(name, self.style) self.parent.redraw() - self.window.destroy() def change_display(self, obj): """ diff --git a/gramps/gui/widgets/grampletpane.py b/gramps/gui/widgets/grampletpane.py index 04b73a1ef..05b66f24b 100644 --- a/gramps/gui/widgets/grampletpane.py +++ b/gramps/gui/widgets/grampletpane.py @@ -236,8 +236,9 @@ class GrampletWindow(ManagedWindow): Gtk.DialogFlags.DESTROY_WITH_PARENT, (_('_Close'), Gtk.ResponseType.CLOSE)), None, self.title) - self.window.set_size_request(gramplet.detached_width, - gramplet.detached_height) + cfg_name = gramplet.gname.replace(' ', '').lower() + '-gramplet' + self.setup_configs('interface.' + cfg_name, + gramplet.detached_width, gramplet.detached_height) self.window.add_button(_('_Help'), Gtk.ResponseType.HELP) # add gramplet: if self.gramplet.pui: @@ -1585,20 +1586,6 @@ class GrampletPane(Gtk.ScrolledWindow): "%s.height" % gramplet.title, self._config.set, config=self._config) - # Detached height - configdialog.add_pos_int_entry(grid, - _('Detached width'), - 3, - "%s.detached_width" % gramplet.title, - self._config.set, - config=self._config) - # Detached width - configdialog.add_pos_int_entry(grid, - _('Detached height'), - 4, - "%s.detached_height" % gramplet.title, - self._config.set, - config=self._config) # Options: options = gramplet.make_gui_options() if options: diff --git a/gramps/gui/widgets/undoableentry.py b/gramps/gui/widgets/undoableentry.py index aaad3fb65..8c91ce026 100644 --- a/gramps/gui/widgets/undoableentry.py +++ b/gramps/gui/widgets/undoableentry.py @@ -51,7 +51,7 @@ from .undoablebuffer import Stack class UndoableInsertEntry: """something that has been inserted into our Gtk.editable""" - def __init__(self, text, length, position, editable): + def __init__(self, text, length, position): self.offset = position self.text = text #unicode char can have length > 1 as it points in the buffer @@ -80,7 +80,7 @@ class UndoableDeleteEntry: else: self.mergeable = True -class UndoableEntry(Gtk.Entry): +class UndoableEntry(Gtk.Entry, Gtk.Editable): """ The UndoableEntry is an Entry subclass with additional features. @@ -102,7 +102,6 @@ class UndoableEntry(Gtk.Entry): self.not_undoable_action = False self.undo_in_progress = False - self.connect('insert-text', self._on_insert_text) self.connect('delete-text', self._on_delete_text) self.connect('key-press-event', self._on_key_press_event) @@ -134,7 +133,7 @@ class UndoableEntry(Gtk.Entry): def __empty_redo_stack(self): self.redo_stack = [] - def _on_insert_text(self, editable, text, length, positionptr): + def do_insert_text(self, text, length, position): def can_be_merged(prev, cur): """ see if we can merge multiple inserts here @@ -159,26 +158,27 @@ class UndoableEntry(Gtk.Entry): if not self.undo_in_progress: self.__empty_redo_stack() - if self.not_undoable_action: - return - undo_action = self.insertclass(text, length, editable.get_position(), - editable) - try: - prev_insert = self.undo_stack.pop() - except IndexError: - self.undo_stack.append(undo_action) - return - if not isinstance(prev_insert, self.insertclass): - self.undo_stack.append(prev_insert) - self.undo_stack.append(undo_action) - return - if can_be_merged(prev_insert, undo_action): - prev_insert.length += undo_action.length - prev_insert.text += undo_action.text - self.undo_stack.append(prev_insert) - else: - self.undo_stack.append(prev_insert) - self.undo_stack.append(undo_action) + while not self.not_undoable_action: + undo_action = self.insertclass(text, length, self.get_position()) + try: + prev_insert = self.undo_stack.pop() + except IndexError: + self.undo_stack.append(undo_action) + break + if not isinstance(prev_insert, self.insertclass): + self.undo_stack.append(prev_insert) + self.undo_stack.append(undo_action) + break + if can_be_merged(prev_insert, undo_action): + prev_insert.length += undo_action.length + prev_insert.text += undo_action.text + self.undo_stack.append(prev_insert) + else: + self.undo_stack.append(prev_insert) + self.undo_stack.append(undo_action) + break + self.get_buffer().insert_text(position, text, length) + return position + length def _on_delete_text(self, editable, start, end): def can_be_merged(prev, cur): diff --git a/gramps/plugins/db/dummydb.gpr.py b/gramps/plugins/db/dummydb.gpr.py deleted file mode 100644 index 5d1cbccf7..000000000 --- a/gramps/plugins/db/dummydb.gpr.py +++ /dev/null @@ -1,36 +0,0 @@ -# -# Gramps - a GTK+/GNOME based genealogy program -# -# Copyright (C) 2016 Tim G L Lyons -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# -from gramps.gen.plug._pluginreg import register, STABLE, DATABASE -from gramps.gen.const import GRAMPS_LOCALE as glocale -_ = glocale.translation.gettext - -register(DATABASE, - id = 'dummydb', - name = _("Dummy database"), - name_accell = _("Dummy Database"), - description = _("Dummy Database"), - version = '1.0.0', - gramps_target_version = "5.0", - status = STABLE, - fname = 'dummydb.py', - databaseclass = 'DummyDb', - authors=['Tim Lyons'], - authors_email=[""], -) diff --git a/gramps/plugins/drawreport/ancestortree.py b/gramps/plugins/drawreport/ancestortree.py index 35f9b0065..f75bc3a86 100644 --- a/gramps/plugins/drawreport/ancestortree.py +++ b/gramps/plugins/drawreport/ancestortree.py @@ -144,6 +144,7 @@ class CalcItems: """ def __init__(self, dbase): _gui = GUIConnect() + self._gui = _gui #calculate the printed lines for each box #str = "" @@ -172,12 +173,14 @@ class CalcItems: working_lines = "" if index[1] % 2 == 0 or (index[1] == 1 and self.center_use == 0): if indi_handle == fams_handle == None: - working_lines = self.__blank_father + working_lines = self.__calc_l.calc_lines( + None, None, self._gui.get_val("father_disp")) else: working_lines = self.disp_father else: if indi_handle == fams_handle == None: - working_lines = self.__blank_mother + working_lines = self.__calc_l.calc_lines( + None, None, self._gui.get_val("mother_disp")) else: working_lines = self.disp_mother @@ -230,9 +233,11 @@ class MakeAncestorTree(AscendPerson): myself.text = self.calc_items.calc_person(index, indi_handle, fams_handle) + # myself.text[0] = myself.text[0] + ' ' + repr(index) # for debugging - myself.add_mark(self.database, - self.database.get_person_from_handle(indi_handle)) + if indi_handle is not None: # None is legal for an empty box + myself.add_mark(self.database, + self.database.get_person_from_handle(indi_handle)) self.canvas.add_box(myself) diff --git a/gramps/plugins/export/exportcsv.py b/gramps/plugins/export/exportcsv.py index 3e1606dd7..685a03e29 100644 --- a/gramps/plugins/export/exportcsv.py +++ b/gramps/plugins/export/exportcsv.py @@ -114,8 +114,9 @@ class CSVWriterOptionBox(WriterOptionBox): the options. """ - def __init__(self, person, dbstate, uistate): - WriterOptionBox.__init__(self, person, dbstate, uistate) + def __init__(self, person, dbstate, uistate, track=[], window=None): + WriterOptionBox.__init__(self, person, dbstate, uistate, track=track, + window=window) ## TODO: add place filter selection self.include_individuals = 1 self.include_marriages = 1 diff --git a/gramps/plugins/graph/gvfamilylines.py b/gramps/plugins/graph/gvfamilylines.py index 12a0975f4..1cb662091 100644 --- a/gramps/plugins/graph/gvfamilylines.py +++ b/gramps/plugins/graph/gvfamilylines.py @@ -74,6 +74,11 @@ _COLORS = [{'name' : _("B&W outline"), 'value' : "outline"}, {'name' : _("Colored outline"), 'value' : "colored"}, {'name' : _("Color fill"), 'value' : "filled"}] +_ARROWS = [ { 'name' : _("Descendants <- Ancestors"), 'value' : 'd' }, + { 'name' : _("Descendants -> Ancestors"), 'value' : 'a' }, + { 'name' : _("Descendants <-> Ancestors"), 'value' : 'da' }, + { 'name' : _("Descendants - Ancestors"), 'value' : '' }] + #------------------------------------------------------------------------ # # A quick overview of the classes we'll be using: @@ -149,6 +154,12 @@ class FamilyLinesOptions(MenuReportOptions): "is unknown it will be shown with gray.")) add_option("color", color) + arrow = EnumeratedListOption(_("Arrowhead direction"), 'd') + for i in range( 0, len(_ARROWS) ): + arrow.add_item(_ARROWS[i]["value"], _ARROWS[i]["name"]) + arrow.set_help(_("Choose the direction that the arrows point.")) + add_option("arrow", arrow) + stdoptions.add_localization_option(menu, category_name) # -------------------------------- @@ -366,6 +377,16 @@ class FamilyLinesReport(Report): self._incchildcount = get_value('incchildcnt') self.includeid = get_value('incid') + arrow_str = get_value('arrow') + if 'd' in arrow_str: + self._arrowheadstyle = 'normal' + else: + self._arrowheadstyle = 'none' + if 'a' in arrow_str: + self._arrowtailstyle = 'normal' + else: + self._arrowtailstyle = 'none' + # the gidlist is annoying for us to use since we always have to convert # the GIDs to either Person or to handles, so we may as well convert the # entire list right now and not have to deal with it ever again @@ -1015,8 +1036,9 @@ class FamilyLinesReport(Report): father = self._db.get_person_from_handle(father_handle) father_rn = father.get_primary_name().get_regular_name() comment = self._("father: %s") % father_rn - self.doc.add_link(father.get_gramps_id(), - fgid, comment=comment) + self.doc.add_link(father.get_gramps_id(), fgid, "", + self._arrowheadstyle, self._arrowtailstyle, + comment=comment) # see if we have a mother to link to this family if mother_handle: @@ -1024,8 +1046,9 @@ class FamilyLinesReport(Report): mother = self._db.get_person_from_handle(mother_handle) mother_rn = mother.get_primary_name().get_regular_name() comment = self._("mother: %s") % mother_rn - self.doc.add_link(mother.get_gramps_id(), - fgid, comment=comment) + self.doc.add_link(mother.get_gramps_id(), fgid, "", + self._arrowheadstyle, self._arrowtailstyle, + comment=comment) if self._usesubgraphs and father_handle and mother_handle: self.doc.end_subgraph() @@ -1036,7 +1059,8 @@ class FamilyLinesReport(Report): child = self._db.get_person_from_handle(childref.ref) child_rn = child.get_primary_name().get_regular_name() comment = self._("child: %s") % child_rn - self.doc.add_link(fgid, child.get_gramps_id(), + self.doc.add_link(fgid, child.get_gramps_id(), "", + self._arrowheadstyle, self._arrowtailstyle, comment=comment) def get_event_place(self, event): diff --git a/gramps/plugins/graph/gvhourglass.py b/gramps/plugins/graph/gvhourglass.py index 3662898fd..6f46cc278 100644 --- a/gramps/plugins/graph/gvhourglass.py +++ b/gramps/plugins/graph/gvhourglass.py @@ -58,6 +58,11 @@ _COLORS = [{'name' : _("B&W outline"), 'value' : "outline"}, {'name' : _("Colored outline"), 'value' : "colored"}, {'name' : _("Color fill"), 'value' : "filled"}] +_ARROWS = [ { 'name' : _("Center -> Others"), 'value' : 'o' }, + { 'name' : _("Center <- Others"), 'value' : 'c' }, + { 'name' : _("Center <-> Other"), 'value' : 'co' }, + { 'name' : _("Center - Other"), 'value' : '' }] + #------------------------------------------------------------------------ # # HourGlassReport @@ -109,6 +114,16 @@ class HourGlassReport(Report): self.includeid = menu.get_option_by_name('incid').get_value() + arrow_str = menu.get_option_by_name('arrow').get_value() + if 'o' in arrow_str: + self.arrowheadstyle = 'normal' + else: + self.arrowheadstyle = 'none' + if 'c' in arrow_str: + self.arrowtailstyle = 'normal' + else: + self.arrowtailstyle = 'none' + stdoptions.run_name_format_option(self, menu) def write_report(self): @@ -128,7 +143,9 @@ class HourGlassReport(Report): for family_handle in person.get_family_handle_list(): family = self.__db.get_family_from_handle(family_handle) self.add_family(family) - self.doc.add_link(person.get_gramps_id(), family.get_gramps_id()) + self.doc.add_link(person.get_gramps_id(), family.get_gramps_id(), + head=self.arrowheadstyle, + tail=self.arrowtailstyle) for child_ref in family.get_child_ref_list(): child_handle = child_ref.get_reference_handle() if child_handle not in self.__used_people: @@ -137,7 +154,9 @@ class HourGlassReport(Report): child = self.__db.get_person_from_handle(child_handle) self.add_person(child) self.doc.add_link(family.get_gramps_id(), - child.get_gramps_id()) + child.get_gramps_id(), + head=self.arrowheadstyle, + tail=self.arrowtailstyle) self.traverse_down(child, gen+1) def traverse_up(self, person, gen): @@ -152,7 +171,8 @@ class HourGlassReport(Report): family_id = family.get_gramps_id() self.add_family(family) self.doc.add_link(family_id, person.get_gramps_id(), - head='none', tail='normal') + head=self.arrowtailstyle, + tail=self.arrowheadstyle ) # create link from family to father father_handle = family.get_father_handle() @@ -162,7 +182,8 @@ class HourGlassReport(Report): father = self.__db.get_person_from_handle(father_handle) self.add_person(father) self.doc.add_link(father.get_gramps_id(), family_id, - head='none', tail='normal') + head=self.arrowtailstyle, + tail=self.arrowheadstyle ) # no need to go up if he is a father in another family if father_handle not in self.__used_people: self.__used_people.append(father_handle) @@ -176,7 +197,8 @@ class HourGlassReport(Report): mother = self.__db.get_person_from_handle(mother_handle) self.add_person(mother) self.doc.add_link(mother.get_gramps_id(), family_id, - head='none', tail='normal') + head=self.arrowtailstyle, + tail=self.arrowheadstyle) # no need to go up if she is a mother in another family if mother_handle not in self.__used_people: self.__used_people.append(mother_handle) @@ -347,6 +369,12 @@ class HourGlassOptions(MenuReportOptions): color_family.set_help(_('The color to use to display families.')) menu.add_option(category_name, 'colorfamilies', color_family) + arrow = EnumeratedListOption(_("Arrowhead direction"), 'o') + for i in range( 0, len(_ARROWS) ): + arrow.add_item(_ARROWS[i]["value"], _ARROWS[i]["name"]) + arrow.set_help(_("Choose the direction that the arrows point.")) + menu.add_option(category_name, "arrow", arrow) + roundedcorners = BooleanOption(_("Use rounded corners"), False) # 2180 roundedcorners.set_help( _("Use rounded corners to differentiate between women and men.")) diff --git a/gramps/plugins/lib/librecurse.py b/gramps/plugins/lib/librecurse.py index a9a2416c3..fa161f9cd 100644 --- a/gramps/plugins/lib/librecurse.py +++ b/gramps/plugins/lib/librecurse.py @@ -446,13 +446,13 @@ class AscendPerson(_StopRecurse, _PersonSeen): # Recursively call the function. It is okay if the handle is None, # since routine handles a handle of None - self.__fill(index*2, generation+1, mx_fill-1) + self.__fill(generation+1, index*2, mx_fill-1) if mx_fill > 1: # marriage of parents self.add_marriage((generation+1, index*2), None, None) if not self.can_recurse(): self.continue_recursion() return - self.__fill((index*2)+1, generation+1, mx_fill-1) + self.__fill(generation+1, (index*2)+1, mx_fill-1) def __iterate(self, generation, index, person_handle, full_family_handle): """ diff --git a/gramps/plugins/test/test_imports.py b/gramps/plugins/test/test_imports.py index 50609607e..52094de72 100644 --- a/gramps/plugins/test/test_imports.py +++ b/gramps/plugins/test/test_imports.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#! /usr/bin/env python3 """ Test program for import modules """ # diff --git a/gramps/plugins/textreport/detancestralreport.py b/gramps/plugins/textreport/detancestralreport.py index 8ea6f849c..6ff34be31 100644 --- a/gramps/plugins/textreport/detancestralreport.py +++ b/gramps/plugins/textreport/detancestralreport.py @@ -12,6 +12,7 @@ # Copyright (C) 2011 Tim G L Lyons # Copyright (C) 2013-2014 Paul Franklin # Copyright (C) 2014 Gerald Kunzmann +# Copyright (C) 2017 Robert Carnell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -96,6 +97,7 @@ class DetAncestorReport(Report): firstName - Whether to use first names instead of pronouns. fulldate - Whether to use full dates instead of just year. listchildren - Whether to list children. + list_children_spouses - Whether to list the spouses of the children includenotes - Whether to include notes. incattrs - Whether to include attributes blankplace - Whether to replace missing Places with ___________. @@ -136,6 +138,7 @@ class DetAncestorReport(Report): self.fulldate = get_value('fulldates') use_fulldate = self.fulldate self.listchildren = get_value('listc') + self.list_children_spouses = get_value('listc_spouses') self.includenotes = get_value('incnotes') use_call = get_value('usecall') blankplace = get_value('repplace') @@ -556,7 +559,10 @@ class DetAncestorReport(Report): is_first = False def write_children(self, family): - """ List children. + """ + List children. + :param family: Family + :return: """ if not family.get_child_ref_list(): @@ -614,6 +620,25 @@ class DetAncestorReport(Report): self.doc.write_text_citation( self.__narrator.get_died_string() or self.__narrator.get_buried_string()) + # if the list_children_spouses option is selected: + if self.list_children_spouses: + # get the family of the child that contains the spouse + # of the child. There may be more than one spouse for each + # child + family_handle_list = child.get_family_handle_list() + # for the first spouse, this is true. + # For subsequent spouses, make it false + is_first_family = True + for family_handle in family_handle_list: + child_family = self.database.get_family_from_handle( + family_handle + ) + self.doc.write_text_citation( + self.__narrator.get_married_string( + child_family, is_first_family, self._name_display + ) + ) + is_first_family = False self.doc.end_paragraph() def write_family_events(self, family): @@ -692,7 +717,7 @@ class DetAncestorReport(Report): if self.addimages and len(plist) > 0: photo = plist[0] utils.insert_image(self._db, self.doc, - photo, self._user) + photo, self._user) name = self._nd.display(ind) if not name: @@ -773,6 +798,9 @@ class DetAncestorOptions(MenuReportOptions): return _nd.display(person) def add_menu_options(self, menu): + """ + Add Menu Options + """ from functools import partial # Report Options @@ -818,6 +846,11 @@ class DetAncestorOptions(MenuReportOptions): listc.set_help(_("Whether to list children.")) addopt("listc", listc) + listc_spouses = BooleanOption(_("List Spouses of Children"), False) + listc_spouses.set_help( + _("Whether to list the spouses of the children.")) + addopt("listc_spouses", listc_spouses) + computeage = BooleanOption(_("Compute death age"), True) computeage.set_help(_("Whether to compute a person's age at death.")) addopt("computeage", computeage) diff --git a/gramps/plugins/textreport/detdescendantreport.py b/gramps/plugins/textreport/detdescendantreport.py index faa4ad298..8dce58e36 100644 --- a/gramps/plugins/textreport/detdescendantreport.py +++ b/gramps/plugins/textreport/detdescendantreport.py @@ -15,6 +15,7 @@ # Copyright (C) 2012 lcc # Copyright (C) 2013-2014 Paul Franklin # Copyright (C) 2015 Craig J. Anderson +# Copyright (C) 2017 Robert Carnell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -98,6 +99,7 @@ class DetDescendantReport(Report): pageben - Whether to include page break before End Notes. fulldates - Whether to use full dates instead of just year. listc - Whether to list children. + list_children_spouses - Whether to list the spouses of the children incnotes - Whether to include notes. usecall - Whether to use the call name as the first name. repplace - Whether to replace missing Places with ___________. @@ -151,6 +153,7 @@ class DetDescendantReport(Report): self.fulldate = get_value('fulldates') use_fulldate = self.fulldate self.listchildren = get_value('listc') + self.list_children_spouses = get_value('listc_spouses') self.inc_notes = get_value('incnotes') use_call = get_value('usecall') blankplace = get_value('repplace') @@ -665,6 +668,8 @@ class DetDescendantReport(Report): def __write_children(self, family): """ List the children for the given family. + :param family: Family + :return: """ if not family.get_child_ref_list(): return @@ -724,6 +729,25 @@ class DetDescendantReport(Report): self.doc.write_text_citation( self.__narrator.get_died_string() or self.__narrator.get_buried_string()) + # if the list_children_spouses option is selected: + if self.list_children_spouses: + # get the family of the child that contains the spouse + # of the child. There may be more than one spouse for each + # child + family_handle_list = child.get_family_handle_list() + # for the first spouse, this is true. + # For subsequent spouses, make it false + is_first_family = True + for family_handle in family_handle_list: + child_family = self.database.get_family_from_handle( + family_handle + ) + self.doc.write_text_citation( + self.__narrator.get_married_string( + child_family, is_first_family, self._name_display + ) + ) + is_first_family = False self.doc.end_paragraph() def __write_family_notes(self, family): @@ -1029,6 +1053,11 @@ class DetDescendantOptions(MenuReportOptions): listc.set_help(_("Whether to list children.")) add_option("listc", listc) + listc_spouses = BooleanOption(_("List Spouses of Children"), False) + listc_spouses.set_help( + _("Whether to list the spouses of the children.")) + add_option("listc_spouses", listc_spouses) + computeage = BooleanOption(_("Compute death age"), True) computeage.set_help(_("Whether to compute a person's age at death.")) add_option("computeage", computeage) diff --git a/gramps/plugins/tool/changenames.glade b/gramps/plugins/tool/changenames.glade index 6a12129ab..2d7cc37da 100644 --- a/gramps/plugins/tool/changenames.glade +++ b/gramps/plugins/tool/changenames.glade @@ -12,6 +12,7 @@ False 6 vertical + 2 True diff --git a/gramps/plugins/view/geoevents.py b/gramps/plugins/view/geoevents.py index c2ae6a6bc..8359136ad 100644 --- a/gramps/plugins/view/geoevents.py +++ b/gramps/plugins/view/geoevents.py @@ -299,7 +299,8 @@ class GeoEvents(GeoGraphyView): progress.step() progress.close() elif self.generic_filter: - events_list = self.generic_filter.apply(dbstate.db) + user=self.uistate.viewmanager.user + events_list = self.generic_filter.apply(dbstate.db, user=user) progress = ProgressMeter(self.window_name, can_cancel=False, parent=self.uistate.window) diff --git a/gramps/plugins/view/geoplaces.py b/gramps/plugins/view/geoplaces.py index 7f94c4423..ee1e787ea 100644 --- a/gramps/plugins/view/geoplaces.py +++ b/gramps/plugins/view/geoplaces.py @@ -349,7 +349,8 @@ class GeoPlaces(GeoGraphyView): progress.step() progress.close() elif self.generic_filter: - place_list = self.generic_filter.apply(dbstate.db) + user=self.uistate.viewmanager.user + place_list = self.generic_filter.apply(dbstate.db, user=user) progress = ProgressMeter(self.window_name, can_cancel=False, parent=self.uistate.window) diff --git a/gramps/test/test_util.py b/gramps/test/test_util.py index 9ca18f152..0117f7302 100644 --- a/gramps/test/test_util.py +++ b/gramps/test/test_util.py @@ -36,6 +36,7 @@ from gramps.cli.user import User from gramps.cli.grampscli import CLIManager from gramps.cli.argparser import ArgParser from gramps.cli.arghandler import ArgHandler +from gramps.gen.const import USER_DIRLIST # _caller_context is primarily here to support and document the process # of determining the test-module's directory. @@ -254,21 +255,36 @@ class Gramps: def run(self, *args, stdin=None, bytesio=False): with capture(stdin, bytesio=bytesio) as output: - #load the plugins - self.climanager.do_reg_plugins(self.dbstate, uistate=None) - # handle the arguments - args = [sys.executable] + list(args) - argparser = ArgParser(args) - argparser.need_gui() # initializes some variables - if argparser.errors: - print(argparser.errors, file=sys.stderr) - argparser.print_help() - argparser.print_usage() - handler = ArgHandler(self.dbstate, argparser, self.climanager) - # create a manager to manage the database - handler.handle_args_cli() - if handler.dbstate.is_open(): - handler.dbstate.db.close() + try: + try: # make sure we have user directories + for path in USER_DIRLIST: + if not os.path.isdir(path): + os.makedirs(path) + except OSError as msg: + print("Error creating user directories: " + str(msg)) + except: + print("Error reading configuration.", exc_info=True) + #load the plugins + self.climanager.do_reg_plugins(self.dbstate, uistate=None) + # handle the arguments + args = [sys.executable] + list(args) + argparser = ArgParser(args) + argparser.need_gui() # initializes some variables + if argparser.errors: + print(argparser.errors, file=sys.stderr) + argparser.print_help() + argparser.print_usage() + handler = ArgHandler(self.dbstate, argparser, self.climanager) + # create a manager to manage the database + handler.handle_args_cli() + if handler.dbstate.is_open(): + handler.dbstate.db.close() + except: + print("Exception in test:") + print("-" * 60) + traceback.print_exc(file=sys.stdout) + print("-" * 60) + return output #===eof=== diff --git a/mac/gramps.accel b/mac/gramps.accel index f4fb8b147..66b7b744f 100644 --- a/mac/gramps.accel +++ b/mac/gramps.accel @@ -19,7 +19,7 @@ (gtk_accel_path "/Events/Backward/Back" "Left") ; (gtk_accel_path "/ToolWindow/rebuild_refmap" "") ; (gtk_accel_path "/ToolWindow/Database-Processing" "") - (gtk_accel_path "/Events/Bookmark/EditBook" "b") + (gtk_accel_path "/Events/Bookmark/EditBook" "d") (gtk_accel_path "/People Tree View/PersonEdit/Remove" "Delete") (gtk_accel_path "/Notes/Forward/Forward" "Right") (gtk_accel_path "/Undo/Undo" "z") @@ -29,7 +29,7 @@ (gtk_accel_path "/Media/ChangeOrder/Remove" "Delete") ; (gtk_accel_path "/FileWindow/HelpMenu" "") (gtk_accel_path "/Place View/Bookmark/AddBook" "d") - (gtk_accel_path "/Repositories/Bookmark/EditBook" "b") + (gtk_accel_path "/Repositories/Bookmark/EditBook" "d") ; (gtk_accel_path "/ReportWindow/book" "") ; (gtk_accel_path "/FileWindow/FileMenu" "") (gtk_accel_path "/Person View/Backward/Back" "Left") @@ -49,7 +49,7 @@ (gtk_accel_path "/Place Tree View/ChangeOrder/Add" "i") ; (gtk_accel_path "/ReportWindow/number_of_ancestors" "") (gtk_accel_path "/Families/ChangeOrder/Add" "i") - (gtk_accel_path "/Person View/Bookmark/EditBook" "b") + (gtk_accel_path "/Person View/Bookmark/EditBook" "d") (gtk_accel_path "/Relationships/Bookmark/AddBook" "d") ; (gtk_accel_path "/ReportWindow/familylines_graph" "") (gtk_accel_path "/Person View/Forward/Forward" "Right") @@ -59,9 +59,9 @@ ; (gtk_accel_path "/ToolWindow/relcalc" "") (gtk_accel_path "/AllMainWindow/Export" "e") (gtk_accel_path "/Pedigree/Backward/Back" "Left") - (gtk_accel_path "/Relationships/Bookmark/EditBook" "b") + (gtk_accel_path "/Relationships/Bookmark/EditBook" "d") ; (gtk_accel_path "/ToolWindow/reorder_ids" "") - (gtk_accel_path "/Place Tree View/Bookmark/EditBook" "b") + (gtk_accel_path "/Place Tree View/Bookmark/EditBook" "d") ; (gtk_accel_path "/RecentFiles/RecentMenu0" "") (gtk_accel_path "/Person View/PersonAll/Edit" "Return") ; (gtk_accel_path "/FileWindow/MailingLists" "") @@ -87,7 +87,7 @@ ; (gtk_accel_path "/ToolWindow/dupfind" "") ; (gtk_accel_path "/MainWindow/EditMenu" "") (gtk_accel_path "/UndoHistory/UndoHistory" "h") - (gtk_accel_path "/Sources/Bookmark/EditBook" "b") + (gtk_accel_path "/Sources/Bookmark/EditBook" "d") ; (gtk_accel_path "/FileWindow/ReportBug" "") (gtk_accel_path "/AllMainWindow/Insert" "i") (gtk_accel_path "/Notes/Bookmark/AddBook" "d") @@ -117,7 +117,7 @@ (gtk_accel_path "/AllMainWindow/BackSpace" "BackSpace") ; (gtk_accel_path "/ToolWindow/Utilities" "") ; (gtk_accel_path "/AllMainWindow/WindowsMenu" "") - (gtk_accel_path "/Families/Bookmark/EditBook" "b") + (gtk_accel_path "/Families/Bookmark/EditBook" "d") ; (gtk_accel_path "/AllMainWindow/F9" "F9") ; (gtk_accel_path "/AllMainWindow/F8" "F8") ; (gtk_accel_path "/AllMainWindow/F7" "F7") @@ -127,7 +127,7 @@ ; (gtk_accel_path "/AllMainWindow/F4" "F4") ; (gtk_accel_path "/AllMainWindow/F3" "F3") ; (gtk_accel_path "/AllMainWindow/F2" "F2") - (gtk_accel_path "/Notes/Bookmark/EditBook" "b") + (gtk_accel_path "/Notes/Bookmark/EditBook" "d") (gtk_accel_path "/Sources/ChangeOrder/Add" "i") ; (gtk_accel_path "/ReportWindow/Books" "") ; (gtk_accel_path "/FileWindow/About" "") @@ -135,7 +135,7 @@ ; (gtk_accel_path "/ReportWindow/endofline_report" "") (gtk_accel_path "/People Tree View/PersonEdit/Add" "i") ; (gtk_accel_path "/ToolWindow/dbrowse" "") - (gtk_accel_path "/Pedigree/Bookmark/EditBook" "b") + (gtk_accel_path "/Pedigree/Bookmark/EditBook" "d") ; (gtk_accel_path "/ToolWindow/soundgen" "") ; (gtk_accel_path "/FileWindow/ExtraPlugins" "") ; (gtk_accel_path "/AllMainWindow/ReportsMenu" "") @@ -158,7 +158,7 @@ (gtk_accel_path "/Notes/ChangeOrder/Add" "i") ; (gtk_accel_path "/ReportWindow/calendar" "") ; (gtk_accel_path "/FileWindow/Fullscreen" "F11") - (gtk_accel_path "/Fan Chart/Bookmark/EditBook" "b") + (gtk_accel_path "/Fan Chart/Bookmark/EditBook" "d") ; (gtk_accel_path "/ReportWindow/navwebpage" "") (gtk_accel_path "/Repositories/Bookmark/AddBook" "d") (gtk_accel_path "/Families/ChangeOrder/Remove" "Delete") @@ -170,11 +170,11 @@ ; (gtk_accel_path "/FileWindow/TipOfDay" "") (gtk_accel_path "/Media/ChangeOrder/Add" "i") (gtk_accel_path "/FileWindow/Quit" "q") - (gtk_accel_path "/People Tree View/Bookmark/EditBook" "b") + (gtk_accel_path "/People Tree View/Bookmark/EditBook" "d") (gtk_accel_path "/Place Tree View/Backward/Back" "Left") (gtk_accel_path "/FileWindow/Open" "o") - (gtk_accel_path "/Place View/Bookmark/EditBook" "b") - (gtk_accel_path "/Media/Bookmark/EditBook" "b") + (gtk_accel_path "/Place View/Bookmark/EditBook" "d") + (gtk_accel_path "/Media/Bookmark/EditBook" "d") (gtk_accel_path "/MainWindow/ConfigView" "c") (gtk_accel_path "/People Tree View/Backward/Back" "Left") ; (gtk_accel_path "/FileWindow/KeyBindings" "") diff --git a/po/POTFILES.in b/po/POTFILES.in index ab1ef7b36..d339b641d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -542,7 +542,6 @@ gramps/plugins/db/bsddb/upgrade.py gramps/plugins/db/bsddb/write.py gramps/plugins/db/dbapi/inmemorydb.gpr.py gramps/plugins/db/dbapi/inmemorydb.py -gramps/plugins/db/dummydb.gpr.py gramps/plugins/docgen/asciidoc.py gramps/plugins/docgen/docgen.gpr.py gramps/plugins/docgen/gtkprint.glade diff --git a/po/cs.po b/po/cs.po index c68395f10..03b23c8b8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -38,8 +38,8 @@ msgid "" msgstr "" "Project-Id-Version: gramps 3.3.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-05 09:16+0100\n" -"PO-Revision-Date: 2017-01-05 12:56+0100\n" +"POT-Creation-Date: 2017-01-24 16:59+0100\n" +"PO-Revision-Date: 2017-02-01 10:20+0100\n" "Last-Translator: Zdeněk Hataš \n" "Language-Team: Czech >\n" "Language: cs\n" @@ -1154,12 +1154,12 @@ msgstr "" msgid "OK to overwrite?" msgstr "OK pro přepsání?" -#: ../gramps/cli/arghandler.py:294 ../gramps/cli/clidbman.py:434 +#: ../gramps/cli/arghandler.py:294 ../gramps/cli/clidbman.py:438 msgid "no" msgstr "ne" #: ../gramps/cli/arghandler.py:294 ../gramps/cli/arghandler.py:295 -#: ../gramps/cli/clidbman.py:434 +#: ../gramps/cli/clidbman.py:438 msgid "yes" msgstr "ano" @@ -1574,7 +1574,7 @@ msgstr "" msgid "Unavailable" msgstr "Nedostupné" -#: ../gramps/cli/clidbman.py:173 ../gramps/gen/lib/media.py:195 +#: ../gramps/cli/clidbman.py:173 ../gramps/gen/lib/media.py:160 #: ../gramps/gui/editors/displaytabs/webembedlist.py:66 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:90 #: ../gramps/gui/glade/editmedia.glade:289 @@ -1616,15 +1616,15 @@ msgid "Import finished..." msgstr "Import byl dokončen..." #. Create a new database -#: ../gramps/cli/clidbman.py:376 ../gramps/plugins/importer/importcsv.py:343 +#: ../gramps/cli/clidbman.py:380 ../gramps/plugins/importer/importcsv.py:343 msgid "Importing data..." msgstr "Importuji data..." -#: ../gramps/cli/clidbman.py:430 +#: ../gramps/cli/clidbman.py:434 msgid "Remove family tree warning" msgstr "Odstranit varování rodokmenu" -#: ../gramps/cli/clidbman.py:431 +#: ../gramps/cli/clidbman.py:435 #, python-format msgid "" "Are you sure you want to remove the family tree named\n" @@ -1633,15 +1633,15 @@ msgstr "" "Jste si jistí že chcete odstranit rodokmen\n" "\"%s\"?" -#: ../gramps/cli/clidbman.py:441 ../gramps/gui/dbman.py:726 +#: ../gramps/cli/clidbman.py:445 ../gramps/gui/dbman.py:726 msgid "Could not delete Family Tree" msgstr "Nelze vymazat rodokmen" -#: ../gramps/cli/clidbman.py:455 +#: ../gramps/cli/clidbman.py:459 msgid "Could not rename Family Tree" msgstr "Nelze přejmenovat rodokmen" -#: ../gramps/cli/clidbman.py:488 +#: ../gramps/cli/clidbman.py:492 #, python-format msgid "" "\n" @@ -1660,13 +1660,13 @@ msgstr "" " %s\n" "\n" -#: ../gramps/cli/clidbman.py:540 ../gramps/gui/configure.py:1366 +#: ../gramps/cli/clidbman.py:544 ../gramps/gui/configure.py:1366 #: ../gramps/gui/configure.py:1490 msgid "Never" msgstr "Nikdy" #. feature request 2356: avoid genitive form -#: ../gramps/cli/clidbman.py:556 +#: ../gramps/cli/clidbman.py:560 #, python-format msgid "Locked by %s" msgstr "Zamkl %s" @@ -1683,7 +1683,7 @@ msgstr "Zamkl %s" #. dd-mm-00 (does this mean we do not know about the year?) #. This function tries to parse the text and create a proper Gramps Date() #. object. If all else fails we create a MOD_TEXTONLY Date() object. -#: ../gramps/cli/clidbman.py:558 ../gramps/gen/lib/attrtype.py:62 +#: ../gramps/cli/clidbman.py:562 ../gramps/gen/lib/attrtype.py:62 #: ../gramps/gen/lib/childreftype.py:73 ../gramps/gen/lib/eventroletype.py:52 #: ../gramps/gen/lib/eventtype.py:162 ../gramps/gen/lib/familyreltype.py:47 #: ../gramps/gen/lib/grampstype.py:33 ../gramps/gen/lib/nameorigintype.py:73 @@ -1739,7 +1739,9 @@ msgstr "Zamkl %s" #: ../gramps/plugins/textreport/indivcomplete.py:86 #: ../gramps/plugins/textreport/indivcomplete.py:913 #: ../gramps/plugins/tool/check.py:2356 ../gramps/plugins/tool/check.py:2382 -#: ../gramps/plugins/tool/dumpgenderstats.py:65 +#: ../gramps/plugins/tool/dumpgenderstats.py:74 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:100 #: ../gramps/plugins/view/geoclose.py:521 #: ../gramps/plugins/view/geofamclose.py:271 #: ../gramps/plugins/view/geofamclose.py:712 @@ -1770,12 +1772,12 @@ msgid "ERROR: %s" msgstr "Chyba: %s" #: ../gramps/cli/grampscli.py:105 ../gramps/cli/user.py:200 -#: ../gramps/gui/dialog.py:217 +#: ../gramps/gui/dialog.py:244 msgid "Low level database corruption detected" msgstr "Bylo zjištěno poškození databáze" #: ../gramps/cli/grampscli.py:107 ../gramps/cli/user.py:201 -#: ../gramps/gui/dialog.py:218 +#: ../gramps/gui/dialog.py:245 msgid "" "Gramps has detected a problem in the underlying Berkeley database. This can " "be repaired from the Family Tree Manager. Select the database and click on " @@ -1991,11 +1993,11 @@ msgstr "Nepodařilo se vytvořit sestavu. " msgid "Failed to make '%s' report." msgstr "Nepodařilo se vytvořit sestavu '%s'. " -#: ../gramps/cli/user.py:217 ../gramps/gui/dialog.py:203 +#: ../gramps/cli/user.py:217 ../gramps/gui/dialog.py:230 msgid "Error detected in database" msgstr "V databázi byla detekována chyba" -#: ../gramps/cli/user.py:218 ../gramps/gui/dialog.py:204 +#: ../gramps/cli/user.py:218 ../gramps/gui/dialog.py:231 #, python-format msgid "" "Gramps has detected an error in the database. This can usually be resolved " @@ -3093,27 +3095,27 @@ msgstr "" "%(bold_end)s verzi Gramps a %(wiki_backup_html_start)sprovést zálohu" "%(html_end)ssvého rodokmenu." -#: ../gramps/gen/db/generic.py:155 ../gramps/gen/db/generic.py:200 -#: ../gramps/gen/db/generic.py:2137 ../gramps/plugins/db/bsddb/undoredo.py:245 -#: ../gramps/plugins/db/bsddb/undoredo.py:282 +#: ../gramps/gen/db/generic.py:163 ../gramps/gen/db/generic.py:215 +#: ../gramps/gen/db/generic.py:2163 ../gramps/plugins/db/bsddb/undoredo.py:252 +#: ../gramps/plugins/db/bsddb/undoredo.py:296 #: ../gramps/plugins/db/bsddb/write.py:2304 #, python-format msgid "_Undo %s" msgstr "_Vrátit %s" -#: ../gramps/gen/db/generic.py:160 ../gramps/gen/db/generic.py:206 -#: ../gramps/plugins/db/bsddb/undoredo.py:251 -#: ../gramps/plugins/db/bsddb/undoredo.py:288 +#: ../gramps/gen/db/generic.py:168 ../gramps/gen/db/generic.py:221 +#: ../gramps/plugins/db/bsddb/undoredo.py:258 +#: ../gramps/plugins/db/bsddb/undoredo.py:302 #, python-format msgid "_Redo %s" msgstr "_Znovu %s" -#: ../gramps/gen/db/generic.py:2558 ../gramps/plugins/db/bsddb/read.py:2071 +#: ../gramps/gen/db/generic.py:2584 ../gramps/plugins/db/bsddb/read.py:2071 #: ../gramps/plugins/db/bsddb/write.py:2463 msgid "Number of people" msgstr "Počet osob" -#: ../gramps/gen/db/generic.py:2559 ../gramps/plugins/db/bsddb/read.py:2072 +#: ../gramps/gen/db/generic.py:2585 ../gramps/plugins/db/bsddb/read.py:2072 #: ../gramps/plugins/db/bsddb/write.py:2464 #: ../gramps/plugins/gramplet/statsgramplet.py:117 #: ../gramps/plugins/webreport/narrativeweb.py:8108 @@ -3121,57 +3123,57 @@ msgstr "Počet osob" msgid "Number of families" msgstr "Počet rodin" -#: ../gramps/gen/db/generic.py:2560 ../gramps/plugins/db/bsddb/read.py:2073 +#: ../gramps/gen/db/generic.py:2586 ../gramps/plugins/db/bsddb/read.py:2073 #: ../gramps/plugins/db/bsddb/write.py:2465 #: ../gramps/plugins/webreport/narrativeweb.py:8135 #: ../gramps/plugins/webreport/narrativeweb.py:8186 msgid "Number of sources" msgstr "Počet pramenů" -#: ../gramps/gen/db/generic.py:2561 ../gramps/plugins/db/bsddb/read.py:2074 +#: ../gramps/gen/db/generic.py:2587 ../gramps/plugins/db/bsddb/read.py:2074 #: ../gramps/plugins/db/bsddb/write.py:2466 #: ../gramps/plugins/webreport/narrativeweb.py:8139 #: ../gramps/plugins/webreport/narrativeweb.py:8189 msgid "Number of citations" msgstr "Počet citací" -#: ../gramps/gen/db/generic.py:2562 ../gramps/plugins/db/bsddb/read.py:2075 +#: ../gramps/gen/db/generic.py:2588 ../gramps/plugins/db/bsddb/read.py:2075 #: ../gramps/plugins/db/bsddb/write.py:2467 #: ../gramps/plugins/webreport/narrativeweb.py:8128 #: ../gramps/plugins/webreport/narrativeweb.py:8180 msgid "Number of events" msgstr "Počet událostí" -#: ../gramps/gen/db/generic.py:2563 ../gramps/plugins/db/bsddb/read.py:2076 +#: ../gramps/gen/db/generic.py:2589 ../gramps/plugins/db/bsddb/read.py:2076 #: ../gramps/plugins/db/bsddb/write.py:2468 msgid "Number of media" msgstr "Počet médií" -#: ../gramps/gen/db/generic.py:2564 ../gramps/plugins/db/bsddb/read.py:2077 +#: ../gramps/gen/db/generic.py:2590 ../gramps/plugins/db/bsddb/read.py:2077 #: ../gramps/plugins/db/bsddb/write.py:2469 #: ../gramps/plugins/webreport/narrativeweb.py:8131 #: ../gramps/plugins/webreport/narrativeweb.py:8183 msgid "Number of places" msgstr "Počet míst" -#: ../gramps/gen/db/generic.py:2565 ../gramps/plugins/db/bsddb/read.py:2078 +#: ../gramps/gen/db/generic.py:2591 ../gramps/plugins/db/bsddb/read.py:2078 #: ../gramps/plugins/db/bsddb/write.py:2470 #: ../gramps/plugins/webreport/narrativeweb.py:8143 #: ../gramps/plugins/webreport/narrativeweb.py:8192 msgid "Number of repositories" msgstr "Počet zdrojů" -#: ../gramps/gen/db/generic.py:2566 ../gramps/plugins/db/bsddb/read.py:2079 +#: ../gramps/gen/db/generic.py:2592 ../gramps/plugins/db/bsddb/read.py:2079 #: ../gramps/plugins/db/bsddb/write.py:2471 msgid "Number of notes" msgstr "Počet poznámek" -#: ../gramps/gen/db/generic.py:2567 ../gramps/plugins/db/bsddb/read.py:2080 +#: ../gramps/gen/db/generic.py:2593 ../gramps/plugins/db/bsddb/read.py:2080 #: ../gramps/plugins/db/bsddb/write.py:2472 msgid "Number of tags" msgstr "Počet štítků" -#: ../gramps/gen/db/generic.py:2568 ../gramps/plugins/db/bsddb/write.py:2473 +#: ../gramps/gen/db/generic.py:2594 ../gramps/plugins/db/bsddb/write.py:2473 msgid "Data version" msgstr "Verze dat" @@ -3179,7 +3181,7 @@ msgstr "Verze dat" #. need for spacing on the french translation #. translators: needed for Arabic, ignore otherwise #: ../gramps/gen/display/name.py:349 -#: ../gramps/gui/views/treemodels/placemodel.py:130 +#: ../gramps/gui/views/treemodels/placemodel.py:131 #: ../gramps/plugins/lib/libtreebase.py:707 msgid "," msgstr "," @@ -3461,7 +3463,7 @@ msgstr "Svazek/Stránka:" #: ../gramps/gen/filters/rules/person/_hasevent.py:49 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:49 #: ../gramps/gen/filters/rules/place/_hascitation.py:49 -#: ../gramps/gui/editors/filtereditor.py:579 +#: ../gramps/gui/editors/filtereditor.py:578 #: ../gramps/gui/glade/mergecitation.glade:245 #: ../gramps/gui/glade/mergecitation.glade:261 #: ../gramps/gui/glade/mergeevent.glade:245 @@ -3700,7 +3702,7 @@ msgstr "Vyhovují citace označené jako důvěrné" #: ../gramps/gen/filters/rules/person/_matchessourceconfidence.py:43 #: ../gramps/gen/filters/rules/place/_hascitation.py:50 #: ../gramps/gen/filters/rules/place/_matchessourceconfidence.py:43 -#: ../gramps/gui/editors/filtereditor.py:576 +#: ../gramps/gui/editors/filtereditor.py:575 msgid "Confidence level:" msgstr "Úroveň důvěryhodnosti:" @@ -3840,7 +3842,7 @@ msgstr "" #: ../gramps/gen/filters/rules/place/_hastag.py:48 #: ../gramps/gen/filters/rules/repository/_hastag.py:48 #: ../gramps/gen/filters/rules/source/_hastag.py:48 -#: ../gramps/gui/editors/filtereditor.py:572 +#: ../gramps/gui/editors/filtereditor.py:571 msgid "Tag:" msgstr "Štítek:" @@ -4015,7 +4017,7 @@ msgid "Matches events with data of a particular value" msgstr "Vyhovují události konkrétního data" #: ../gramps/gen/filters/rules/event/_hasdayofweek.py:44 -#: ../gramps/gui/editors/filtereditor.py:581 +#: ../gramps/gui/editors/filtereditor.py:580 msgid "Day of Week:" msgstr "Den v týdnu:" @@ -4998,7 +5000,7 @@ msgid "Main Participants:" msgstr "Hlavní aktéři:" #: ../gramps/gen/filters/rules/person/_hasevent.py:53 -#: ../gramps/gui/editors/filtereditor.py:570 +#: ../gramps/gui/editors/filtereditor.py:569 msgid "Primary Role:" msgstr "Primární role:" @@ -6213,7 +6215,7 @@ msgid "Caste" msgstr "Kasta" #. 2 name (version) -#: ../gramps/gen/lib/attrtype.py:65 ../gramps/gen/lib/media.py:197 +#: ../gramps/gen/lib/attrtype.py:65 ../gramps/gen/lib/media.py:162 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:75 #: ../gramps/gui/editors/displaytabs/webembedlist.py:67 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:104 @@ -6295,7 +6297,7 @@ msgstr "Čas" #: ../gramps/gen/lib/childreftype.py:67 ../gramps/gui/configure.py:81 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:209 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:175 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:199 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:201 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:155 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:154 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:245 @@ -6352,7 +6354,7 @@ msgstr "Pěstoun" #: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 #: ../gramps/plugins/textreport/indivcomplete.py:648 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 #: ../gramps/plugins/view/relview.py:648 #: ../gramps/plugins/webreport/narrativeweb.py:6331 msgid "unknown" @@ -6454,45 +6456,45 @@ msgstr[2] "{number_of} dnů" msgid "0 days" msgstr "0 dnů" -#: ../gramps/gen/lib/date.py:1873 +#: ../gramps/gen/lib/date.py:1824 msgid "date-quality|none" msgstr "není" -#: ../gramps/gen/lib/date.py:1874 +#: ../gramps/gen/lib/date.py:1825 msgid "calculated" msgstr "vypočítaný" -#: ../gramps/gen/lib/date.py:1874 +#: ../gramps/gen/lib/date.py:1825 msgid "estimated" msgstr "odhadem" -#: ../gramps/gen/lib/date.py:1888 +#: ../gramps/gen/lib/date.py:1839 msgid "date-modifier|none" msgstr "není" -#: ../gramps/gen/lib/date.py:1889 ../gramps/plugins/lib/libsubstkeyword.py:315 +#: ../gramps/gen/lib/date.py:1840 ../gramps/plugins/lib/libsubstkeyword.py:315 msgid "about" msgstr "okolo" -#: ../gramps/gen/lib/date.py:1889 +#: ../gramps/gen/lib/date.py:1840 #: ../gramps/plugins/importer/importprogen.py:1716 #: ../gramps/plugins/lib/libsubstkeyword.py:314 msgid "after" msgstr "po" -#: ../gramps/gen/lib/date.py:1889 ../gramps/plugins/lib/libsubstkeyword.py:314 +#: ../gramps/gen/lib/date.py:1840 ../gramps/plugins/lib/libsubstkeyword.py:314 msgid "before" msgstr "před" -#: ../gramps/gen/lib/date.py:1890 +#: ../gramps/gen/lib/date.py:1841 msgid "range" msgstr "rozsah" -#: ../gramps/gen/lib/date.py:1890 +#: ../gramps/gen/lib/date.py:1841 msgid "span" msgstr "rozpětí" -#: ../gramps/gen/lib/date.py:1890 +#: ../gramps/gen/lib/date.py:1841 msgid "textonly" msgstr "jen text" @@ -7012,7 +7014,7 @@ msgid "Canceled" msgstr "Zrušeno" #: ../gramps/gen/lib/ldsord.py:105 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:114 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:116 #: ../gramps/gui/glade/editchildref.glade:250 #: ../gramps/gui/merge/mergeperson.py:261 #: ../gramps/plugins/export/exportcsv.py:515 @@ -7073,8 +7075,8 @@ msgstr "Úkoly" #. 2 #. add media column -#: ../gramps/gen/lib/media.py:192 ../gramps/gen/lib/media.py:193 -#: ../gramps/gen/lib/person.py:223 ../gramps/gui/clipboard.py:659 +#: ../gramps/gen/lib/media.py:157 ../gramps/gen/lib/media.py:158 +#: ../gramps/gen/lib/person.py:173 ../gramps/gui/clipboard.py:659 #: ../gramps/gui/editors/editlink.py:94 #: ../gramps/gui/editors/filtereditor.py:298 #: ../gramps/plugins/gramplet/quickviewgramplet.py:110 @@ -7099,7 +7101,7 @@ msgid "Media" msgstr "Média" #. ######################### -#: ../gramps/gen/lib/media.py:194 ../gramps/gen/lib/person.py:214 +#: ../gramps/gen/lib/media.py:159 ../gramps/gen/lib/person.py:164 #: ../gramps/plugins/importer/importcsv.py:206 #: ../gramps/plugins/quickview/filterbyname.py:154 #: ../gramps/plugins/quickview/filterbyname.py:165 @@ -7130,15 +7132,15 @@ msgstr "Média" msgid "Gramps ID" msgstr "Gramps ID" -#: ../gramps/gen/lib/media.py:196 +#: ../gramps/gen/lib/media.py:161 msgid "MIME" msgstr "MIME" -#: ../gramps/gen/lib/media.py:198 +#: ../gramps/gen/lib/media.py:163 msgid "Checksum" msgstr "Kontrolní součet" -#: ../gramps/gen/lib/media.py:199 ../gramps/gen/lib/person.py:225 +#: ../gramps/gen/lib/media.py:164 ../gramps/gen/lib/person.py:175 #: ../gramps/plugins/gramplet/gramplet.gpr.py:589 #: ../gramps/plugins/gramplet/gramplet.gpr.py:603 #: ../gramps/plugins/gramplet/gramplet.gpr.py:617 @@ -7153,8 +7155,8 @@ msgstr "Kontrolní součet" msgid "Attributes" msgstr "Atributy" -#: ../gramps/gen/lib/media.py:200 ../gramps/gen/lib/name.py:201 -#: ../gramps/gen/lib/person.py:228 +#: ../gramps/gen/lib/media.py:165 ../gramps/gen/lib/name.py:137 +#: ../gramps/gen/lib/person.py:178 #: ../gramps/plugins/gramplet/gramplet.gpr.py:785 #: ../gramps/plugins/gramplet/gramplet.gpr.py:799 #: ../gramps/plugins/gramplet/gramplet.gpr.py:813 @@ -7166,8 +7168,8 @@ msgstr "Atributy" msgid "Citations" msgstr "Citace" -#: ../gramps/gen/lib/media.py:201 ../gramps/gen/lib/name.py:202 -#: ../gramps/gen/lib/person.py:229 +#: ../gramps/gen/lib/media.py:166 ../gramps/gen/lib/name.py:138 +#: ../gramps/gen/lib/person.py:179 #: ../gramps/plugins/gramplet/gramplet.gpr.py:673 #: ../gramps/plugins/gramplet/gramplet.gpr.py:687 #: ../gramps/plugins/gramplet/gramplet.gpr.py:701 @@ -7188,14 +7190,14 @@ msgstr "Citace" msgid "Notes" msgstr "Poznámky" -#: ../gramps/gen/lib/media.py:202 ../gramps/gen/lib/person.py:230 +#: ../gramps/gen/lib/media.py:167 ../gramps/gen/lib/person.py:180 msgid "Last changed" msgstr "Poslední změna" #. wrap it all up and return to its callers #. position 0 = translatable label, position 1 = column class #. position 2 = data -#: ../gramps/gen/lib/media.py:203 ../gramps/gen/lib/name.py:203 +#: ../gramps/gen/lib/media.py:168 ../gramps/gen/lib/name.py:139 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:71 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:80 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:52 @@ -7260,7 +7262,7 @@ msgstr "Poslední změna" msgid "Date" msgstr "Datum" -#: ../gramps/gen/lib/media.py:204 ../gramps/gen/lib/person.py:231 +#: ../gramps/gen/lib/media.py:169 ../gramps/gen/lib/person.py:181 #: ../gramps/gui/glade/editfamily.glade:773 #: ../gramps/gui/glade/editmedia.glade:396 #: ../gramps/gui/glade/editmediaref.glade:726 @@ -7281,8 +7283,8 @@ msgstr "Datum" msgid "Tags" msgstr "Štítky" -#: ../gramps/gen/lib/media.py:205 ../gramps/gen/lib/name.py:200 -#: ../gramps/gen/lib/person.py:232 ../gramps/gen/proxy/private.py:945 +#: ../gramps/gen/lib/media.py:170 ../gramps/gen/lib/name.py:136 +#: ../gramps/gen/lib/person.py:182 ../gramps/gen/proxy/private.py:945 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:77 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:64 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:84 @@ -7334,7 +7336,7 @@ msgstr "Soukromý" #. Priority #. Handle #. Add column with object name -#: ../gramps/gen/lib/name.py:199 ../gramps/gui/clipboard.py:589 +#: ../gramps/gen/lib/name.py:135 ../gramps/gui/clipboard.py:589 #: ../gramps/gui/configure.py:516 #: ../gramps/gui/editors/displaytabs/backreflist.py:61 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:73 @@ -7343,8 +7345,8 @@ msgstr "Soukromý" #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:59 #: ../gramps/gui/editors/editfamily.py:123 #: ../gramps/gui/editors/editname.py:310 -#: ../gramps/gui/editors/filtereditor.py:818 -#: ../gramps/gui/editors/filtereditor.py:973 +#: ../gramps/gui/editors/filtereditor.py:817 +#: ../gramps/gui/editors/filtereditor.py:972 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:126 #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:105 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:104 @@ -7353,7 +7355,7 @@ msgstr "Soukromý" #: ../gramps/gui/plug/report/_bookdialog.py:373 #: ../gramps/gui/selectors/selectperson.py:93 #: ../gramps/gui/selectors/selectplace.py:70 -#: ../gramps/gui/views/bookmarks.py:240 ../gramps/gui/views/tags.py:402 +#: ../gramps/gui/views/bookmarks.py:270 ../gramps/gui/views/tags.py:408 #: ../gramps/gui/views/treemodels/peoplemodel.py:616 #: ../gramps/plugins/export/exportcsv.py:285 #: ../gramps/plugins/gramplet/ancestor.py:63 @@ -7369,7 +7371,11 @@ msgstr "Soukromý" #: ../gramps/plugins/textreport/tagreport.py:160 #: ../gramps/plugins/textreport/tagreport.py:426 #: ../gramps/plugins/textreport/tagreport.py:654 -#: ../gramps/plugins/tool/dumpgenderstats.py:62 +#: ../gramps/plugins/tool/dumpgenderstats.py:71 +#: ../gramps/plugins/tool/dumpgenderstats.py:93 +#: ../gramps/plugins/tool/dumpgenderstats.py:94 +#: ../gramps/plugins/tool/dumpgenderstats.py:95 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 #: ../gramps/plugins/tool/notrelated.py:126 #: ../gramps/plugins/tool/removeunused.py:201 #: ../gramps/plugins/tool/verify.py:577 ../gramps/plugins/view/repoview.py:85 @@ -7377,11 +7383,11 @@ msgstr "Soukromý" msgid "Name" msgstr "Jméno" -#: ../gramps/gen/lib/name.py:204 ../gramps/plugins/importer/importcsv.py:162 +#: ../gramps/gen/lib/name.py:140 ../gramps/plugins/importer/importcsv.py:162 msgid "Given name" msgstr "Křestní jméno" -#: ../gramps/gen/lib/name.py:205 +#: ../gramps/gen/lib/name.py:141 #: ../gramps/plugins/webreport/narrativeweb.py:1874 #: ../gramps/plugins/webreport/narrativeweb.py:1926 #: ../gramps/plugins/webreport/narrativeweb.py:1929 @@ -7391,7 +7397,7 @@ msgstr "Křestní jméno" msgid "Surnames" msgstr "Příjmení" -#: ../gramps/gen/lib/name.py:206 ../gramps/gen/utils/keyword.py:60 +#: ../gramps/gen/lib/name.py:142 ../gramps/gen/utils/keyword.py:60 #: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 #: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:652 #: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:658 @@ -7402,7 +7408,7 @@ msgstr "Příjmení" msgid "Suffix" msgstr "Přípona" -#: ../gramps/gen/lib/name.py:207 ../gramps/gui/clipboard.py:964 +#: ../gramps/gen/lib/name.py:143 ../gramps/gui/clipboard.py:964 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:80 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:67 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:105 @@ -7427,7 +7433,7 @@ msgstr "Název" #. Create the tree columns #. 0 selected? -#: ../gramps/gen/lib/name.py:208 ../gramps/gui/clipboard.py:961 +#: ../gramps/gen/lib/name.py:144 ../gramps/gui/clipboard.py:961 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:62 #: ../gramps/gui/editors/displaytabs/backreflist.py:59 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:77 @@ -7489,32 +7495,32 @@ msgstr "Název" msgid "Type" msgstr "Typ" -#: ../gramps/gen/lib/name.py:209 +#: ../gramps/gen/lib/name.py:145 msgid "Group as" msgstr "Seskupit jako" -#: ../gramps/gen/lib/name.py:210 +#: ../gramps/gen/lib/name.py:146 msgid "Sort as" msgstr "Třídit jako" -#: ../gramps/gen/lib/name.py:211 +#: ../gramps/gen/lib/name.py:147 msgid "Display as" msgstr "Zobrazit jako" -#: ../gramps/gen/lib/name.py:212 ../gramps/plugins/importer/importcsv.py:163 +#: ../gramps/gen/lib/name.py:148 ../gramps/plugins/importer/importcsv.py:163 msgid "Call name" msgstr "Běžné jméno" -#: ../gramps/gen/lib/name.py:213 +#: ../gramps/gen/lib/name.py:149 msgid "Nick name" msgstr "Přezdívka" -#: ../gramps/gen/lib/name.py:214 +#: ../gramps/gen/lib/name.py:150 msgid "Family nick name" msgstr "Rodinná přezdívka" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:516 ../gramps/gen/lib/name.py:531 +#: ../gramps/gen/lib/name.py:452 ../gramps/gen/lib/name.py:467 #, python-format msgid "%(surname)s, %(first)s %(suffix)s" msgstr "%(surname)s, %(first)s %(suffix)s" @@ -7525,7 +7531,7 @@ msgstr "%(surname)s, %(first)s %(suffix)s" #. translators: needed for Arabic, ignore otherwise #. make sure it's translated, so it can be used below, in "combine" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:520 ../gramps/gen/lib/name.py:535 +#: ../gramps/gen/lib/name.py:456 ../gramps/gen/lib/name.py:471 #: ../gramps/gen/plug/report/utils.py:257 #: ../gramps/plugins/graph/gvfamilylines.py:459 #: ../gramps/plugins/textreport/detancestralreport.py:440 @@ -7538,7 +7544,7 @@ msgid "%(str1)s, %(str2)s" msgstr "%(str1)s, %(str2)s" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:548 +#: ../gramps/gen/lib/name.py:484 #, python-format msgid "%(first)s %(surname)s, %(suffix)s" msgstr "%(first)s %(surname)s, %(suffix)s" @@ -7683,7 +7689,7 @@ msgid "LDS Note" msgstr "SPD poznámka" #: ../gramps/gen/lib/notetype.py:93 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 msgid "Family Note" msgstr "Poznámka k rodině" @@ -7727,11 +7733,11 @@ msgstr "Poznámka k odkazu na médium" msgid "Child Reference Note" msgstr "Poznámka k odkazu na potomka" -#: ../gramps/gen/lib/person.py:213 +#: ../gramps/gen/lib/person.py:163 msgid "Handle" msgstr "Ukazatel" -#: ../gramps/gen/lib/person.py:215 ../gramps/gui/editors/editfamily.py:124 +#: ../gramps/gen/lib/person.py:165 ../gramps/gui/editors/editfamily.py:124 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:128 #: ../gramps/gui/merge/mergeperson.py:184 #: ../gramps/gui/selectors/selectperson.py:95 @@ -7745,27 +7751,27 @@ msgstr "Ukazatel" msgid "Gender" msgstr "Pohlaví" -#: ../gramps/gen/lib/person.py:216 +#: ../gramps/gen/lib/person.py:166 msgid "Primary name" msgstr "Primární" -#: ../gramps/gen/lib/person.py:217 +#: ../gramps/gen/lib/person.py:167 msgid "Alternate names" msgstr "Alternativní jména" -#: ../gramps/gen/lib/person.py:218 +#: ../gramps/gen/lib/person.py:168 msgid "Death reference index" msgstr "Referenční index úmrtí" -#: ../gramps/gen/lib/person.py:219 +#: ../gramps/gen/lib/person.py:169 msgid "Birth reference index" msgstr "Referenční index narození" -#: ../gramps/gen/lib/person.py:220 +#: ../gramps/gen/lib/person.py:170 msgid "Event references" msgstr "Odkazy na událost" -#: ../gramps/gen/lib/person.py:221 ../gramps/plugins/graph/gvfamilylines.py:272 +#: ../gramps/gen/lib/person.py:171 ../gramps/plugins/graph/gvfamilylines.py:272 #: ../gramps/plugins/graph/gvrelgraph.py:797 #: ../gramps/plugins/quickview/filterbyname.py:94 #: ../gramps/plugins/quickview/filterbyname.py:119 @@ -7783,40 +7789,40 @@ msgstr "Odkazy na událost" msgid "Families" msgstr "Rodiny" -#: ../gramps/gen/lib/person.py:222 +#: ../gramps/gen/lib/person.py:172 msgid "Parent families" msgstr "Rodiny rodičů" -#: ../gramps/gen/lib/person.py:224 ../gramps/gui/merge/mergeperson.py:268 +#: ../gramps/gen/lib/person.py:174 ../gramps/gui/merge/mergeperson.py:268 #: ../gramps/plugins/textreport/indivcomplete.py:406 #: ../gramps/plugins/webreport/narrativeweb.py:1430 msgid "Addresses" msgstr "Adresy" -#: ../gramps/gen/lib/person.py:226 +#: ../gramps/gen/lib/person.py:176 msgid "Urls" msgstr "Urls" -#: ../gramps/gen/lib/person.py:227 +#: ../gramps/gen/lib/person.py:177 msgid "LDS ordinances" msgstr "Vysvěcení" -#: ../gramps/gen/lib/person.py:233 +#: ../gramps/gen/lib/person.py:183 msgid "Person references" msgstr "Odkazy na osobu" -#: ../gramps/gen/lib/person.py:234 +#: ../gramps/gen/lib/person.py:184 msgid "Probably alive" msgstr "Pravděpodobně žijící" -#: ../gramps/gen/lib/person.py:609 +#: ../gramps/gen/lib/person.py:516 msgid "Merged Gramps ID" msgstr "Sloučená Gramps ID" #: ../gramps/gen/lib/placetype.py:65 ../gramps/gui/configure.py:521 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:76 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:59 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:132 #: ../gramps/plugins/view/geoplaces.py:558 #: ../gramps/plugins/view/repoview.py:93 @@ -7829,7 +7835,7 @@ msgstr "Země" #: ../gramps/gen/lib/placetype.py:66 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:58 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:133 #: ../gramps/plugins/view/geoplaces.py:561 msgid "State" @@ -7837,7 +7843,7 @@ msgstr "Stát" #: ../gramps/gen/lib/placetype.py:67 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:57 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:134 #: ../gramps/plugins/view/geoplaces.py:564 #: ../gramps/plugins/webreport/narrativeweb.py:1479 @@ -8069,8 +8075,8 @@ msgstr "Horní index" msgid "Link" msgstr "Odkaz" -#: ../gramps/gen/lib/surnamebase.py:218 ../gramps/gen/lib/surnamebase.py:224 -#: ../gramps/gen/lib/surnamebase.py:227 +#: ../gramps/gen/lib/surnamebase.py:187 ../gramps/gen/lib/surnamebase.py:193 +#: ../gramps/gen/lib/surnamebase.py:196 #, python-format msgid "%(first)s %(second)s" msgstr "%(first)s %(second)s" @@ -8091,11 +8097,11 @@ msgstr "Hledání na webu" msgid "FTP" msgstr "FTP" -#: ../gramps/gen/merge/diff.py:100 +#: ../gramps/gen/merge/diff.py:109 msgid "Family Tree Differences" msgstr "Rozdíly rodokmenu" -#: ../gramps/gen/merge/diff.py:101 +#: ../gramps/gen/merge/diff.py:110 msgid "Searching..." msgstr "Vyhledává se..." @@ -8642,7 +8648,7 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:91 #: ../gramps/gui/glade/editnote.glade:326 #: ../gramps/gui/views/treemodels/mediamodel.py:117 -#: ../gramps/plugins/drawreport/ancestortree.py:984 +#: ../gramps/plugins/drawreport/ancestortree.py:985 #: ../gramps/plugins/drawreport/descendtree.py:1706 #: ../gramps/plugins/export/exportcsv.py:360 #: ../gramps/plugins/export/exportcsv.py:473 @@ -9765,7 +9771,7 @@ msgstr "%(west_longitude)s Z" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 #: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 #: ../gramps/plugins/webreport/narrativeweb.py:6329 msgid "male" msgstr "muž" @@ -9774,7 +9780,7 @@ msgstr "muž" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 #: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 #: ../gramps/plugins/webreport/narrativeweb.py:6330 msgid "female" msgstr "žena" @@ -9865,16 +9871,16 @@ msgstr "" "\n" "Aplikace bude nyní ukončena." -#: ../gramps/grampsapp.py:414 ../gramps/grampsapp.py:421 -#: ../gramps/grampsapp.py:465 +#: ../gramps/grampsapp.py:415 ../gramps/grampsapp.py:422 +#: ../gramps/grampsapp.py:466 msgid "Configuration error:" msgstr "Chyba nastavení:" -#: ../gramps/grampsapp.py:418 +#: ../gramps/grampsapp.py:419 msgid "Error reading configuration" msgstr "Chyba při čtení konfigurace" -#: ../gramps/grampsapp.py:422 +#: ../gramps/grampsapp.py:423 #, python-format msgid "" "A definition for the MIME-type %s could not be found \n" @@ -9955,7 +9961,7 @@ msgstr "Událost" #: ../gramps/gui/glade/editevent.glade:270 #: ../gramps/gui/plug/_guioptions.py:1343 #: ../gramps/gui/selectors/selectevent.py:72 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/export/exportcsv.py:285 #: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/coordinates.py:93 @@ -9981,7 +9987,7 @@ msgid "Place" msgstr "Místo" #: ../gramps/gui/clipboard.py:427 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:116 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 msgid "Family Event" msgstr "Rodinná událost" @@ -10165,7 +10171,7 @@ msgstr "_Použít" #. ################# #: ../gramps/gui/columnorder.py:128 ../gramps/gui/configure.py:1111 -#: ../gramps/plugins/drawreport/ancestortree.py:855 +#: ../gramps/plugins/drawreport/ancestortree.py:856 #: ../gramps/plugins/drawreport/descendtree.py:1566 msgid "Display" msgstr "Zobrazení" @@ -10198,14 +10204,15 @@ msgstr "Zobrazit editor jmen" #: ../gramps/gui/glade/displaystate.glade:23 #: ../gramps/gui/glade/plugins.glade:22 ../gramps/gui/glade/rule.glade:24 #: ../gramps/gui/glade/rule.glade:1024 ../gramps/gui/glade/tipofday.glade:117 -#: ../gramps/gui/glade/updateaddons.glade:26 ../gramps/gui/plug/_windows.py:105 +#: ../gramps/gui/glade/updateaddons.glade:25 ../gramps/gui/plug/_windows.py:105 #: ../gramps/gui/plug/_windows.py:691 ../gramps/gui/plug/_windows.py:747 #: ../gramps/gui/plug/quick/_textbufdoc.py:60 ../gramps/gui/undohistory.py:90 #: ../gramps/gui/viewmanager.py:512 ../gramps/gui/viewmanager.py:1692 -#: ../gramps/gui/views/bookmarks.py:258 ../gramps/gui/views/tags.py:424 +#: ../gramps/gui/views/bookmarks.py:287 ../gramps/gui/views/tags.py:430 #: ../gramps/gui/widgets/grampletbar.py:635 #: ../gramps/gui/widgets/grampletpane.py:236 #: ../gramps/plugins/lib/maps/placeselection.py:108 +#: ../gramps/plugins/tool/dumpgenderstats.py:85 msgid "_Close" msgstr "_Zavřít" @@ -10473,7 +10480,7 @@ msgstr "Příklad" #: ../gramps/gui/editors/displaytabs/nameembedlist.py:129 #: ../gramps/gui/editors/displaytabs/webembedlist.py:115 #: ../gramps/gui/editors/editfamily.py:148 -#: ../gramps/gui/plug/report/_bookdialog.py:653 ../gramps/gui/views/tags.py:416 +#: ../gramps/gui/plug/report/_bookdialog.py:653 ../gramps/gui/views/tags.py:422 #: ../gramps/gui/widgets/fanchart.py:1712 #: ../gramps/gui/widgets/fanchart.py:1754 #: ../gramps/plugins/view/pedigreeview.py:1627 @@ -10490,7 +10497,7 @@ msgstr "Přid_at" #: ../gramps/gui/editors/displaytabs/webembedlist.py:116 #: ../gramps/gui/glade/editlink.glade:222 #: ../gramps/gui/plug/report/_bookdialog.py:627 -#: ../gramps/gui/viewmanager.py:487 ../gramps/gui/views/tags.py:417 +#: ../gramps/gui/viewmanager.py:487 ../gramps/gui/views/tags.py:423 #: ../gramps/gui/widgets/fanchart.py:1511 #: ../gramps/plugins/view/pedigreeview.py:1662 #: ../gramps/plugins/view/pedigreeview.py:1890 @@ -10505,8 +10512,8 @@ msgstr "Úpr_avy" #: ../gramps/gui/editors/displaytabs/webembedlist.py:117 #: ../gramps/gui/editors/editfamily.py:151 #: ../gramps/gui/plug/report/_bookdialog.py:622 -#: ../gramps/gui/views/bookmarks.py:254 ../gramps/gui/views/listview.py:212 -#: ../gramps/gui/views/tags.py:418 ../gramps/plugins/lib/libpersonview.py:391 +#: ../gramps/gui/views/bookmarks.py:283 ../gramps/gui/views/listview.py:212 +#: ../gramps/gui/views/tags.py:424 ../gramps/plugins/lib/libpersonview.py:391 msgid "_Remove" msgstr "O_dstranit" @@ -10895,7 +10902,7 @@ msgstr "Vybrat adresář pro média" #: ../gramps/gui/configure.py:1541 ../gramps/gui/configure.py:1564 #: ../gramps/gui/configure.py:1589 ../gramps/gui/dbloader.py:397 -#: ../gramps/gui/editors/edittaglist.py:117 +#: ../gramps/gui/editors/edittaglist.py:119 #: ../gramps/gui/glade/addmedia.glade:22 #: ../gramps/gui/glade/baseselector.glade:24 #: ../gramps/gui/glade/configure.glade:23 ../gramps/gui/glade/dialog.glade:417 @@ -10940,9 +10947,9 @@ msgstr "Vybrat adresář pro média" #: ../gramps/gui/logger/_errorview.py:141 ../gramps/gui/plug/_guioptions.py:78 #: ../gramps/gui/plug/_guioptions.py:1728 ../gramps/gui/plug/_windows.py:440 #: ../gramps/gui/plug/report/_fileentry.py:64 -#: ../gramps/gui/plug/report/_reportdialog.py:161 ../gramps/gui/utils.py:172 -#: ../gramps/gui/viewmanager.py:1826 ../gramps/gui/views/listview.py:1023 -#: ../gramps/gui/views/navigationview.py:362 ../gramps/gui/views/tags.py:634 +#: ../gramps/gui/plug/report/_reportdialog.py:161 ../gramps/gui/utils.py:178 +#: ../gramps/gui/viewmanager.py:1826 ../gramps/gui/views/listview.py:1022 +#: ../gramps/gui/views/navigationview.py:362 ../gramps/gui/views/tags.py:645 #: ../gramps/gui/widgets/progressdialog.py:437 #: ../gramps/plugins/lib/maps/geography.py:1006 #: ../gramps/plugins/lib/maps/geography.py:1259 @@ -11105,7 +11112,7 @@ msgstr "_Rozbalit" msgid "Database Information" msgstr "Informace databáze" -#: ../gramps/gui/dbman.py:121 ../gramps/gui/editors/edittaglist.py:118 +#: ../gramps/gui/dbman.py:121 ../gramps/gui/editors/edittaglist.py:120 #: ../gramps/gui/glade/addmedia.glade:38 #: ../gramps/gui/glade/baseselector.glade:40 ../gramps/gui/glade/book.glade:482 #: ../gramps/gui/glade/book.glade:554 ../gramps/gui/glade/configure.glade:39 @@ -11146,8 +11153,8 @@ msgstr "Informace databáze" #: ../gramps/gui/glade/rule.glade:764 ../gramps/gui/glade/styleeditor.glade:103 #: ../gramps/gui/glade/styleeditor.glade:1739 #: ../gramps/gui/plug/_guioptions.py:79 -#: ../gramps/gui/plug/report/_reportdialog.py:165 ../gramps/gui/utils.py:186 -#: ../gramps/gui/viewmanager.py:1694 ../gramps/gui/views/tags.py:635 +#: ../gramps/gui/plug/report/_reportdialog.py:165 ../gramps/gui/utils.py:192 +#: ../gramps/gui/viewmanager.py:1694 ../gramps/gui/views/tags.py:646 #: ../gramps/plugins/tool/check.py:770 ../gramps/plugins/tool/patchnames.py:117 #: ../gramps/plugins/tool/populatesources.py:91 #: ../gramps/plugins/tool/testcasegenerator.py:328 @@ -11443,12 +11450,12 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dialog.py:339 ../gramps/gui/dialog.py:412 -#: ../gramps/gui/utils.py:301 +#: ../gramps/gui/dialog.py:383 ../gramps/gui/dialog.py:461 +#: ../gramps/gui/utils.py:307 msgid "Attempt to force closing the dialog" msgstr "Pokus o vynucené uzavření dialogu" -#: ../gramps/gui/dialog.py:340 ../gramps/gui/dialog.py:413 +#: ../gramps/gui/dialog.py:384 ../gramps/gui/dialog.py:462 msgid "" "Please do not force closing this important dialog.\n" "Instead select one of the available options" @@ -11505,24 +11512,24 @@ msgstr "Select_Media_Object_selector" msgid "Select a media object" msgstr "Vybrat mediální objekt" -#: ../gramps/gui/editors/addmedia.py:149 +#: ../gramps/gui/editors/addmedia.py:148 msgid "Select media object" msgstr "Vybrat mediální objekt" -#: ../gramps/gui/editors/addmedia.py:159 +#: ../gramps/gui/editors/addmedia.py:158 msgid "Import failed" msgstr "Import selhal" -#: ../gramps/gui/editors/addmedia.py:160 +#: ../gramps/gui/editors/addmedia.py:159 msgid "The filename supplied could not be found." msgstr "Zadaný soubor nenalezen." -#: ../gramps/gui/editors/addmedia.py:170 +#: ../gramps/gui/editors/addmedia.py:169 #, python-format msgid "Cannot import %s" msgstr "Nemohu importovat %s" -#: ../gramps/gui/editors/addmedia.py:171 +#: ../gramps/gui/editors/addmedia.py:170 #, python-format msgid "" "Directory specified in preferences: Base path for relative media paths: %s " @@ -11606,11 +11613,11 @@ msgstr "_Atributy" #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:58 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:66 #: ../gramps/gui/editors/editfamily.py:122 -#: ../gramps/gui/editors/filtereditor.py:976 +#: ../gramps/gui/editors/filtereditor.py:975 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:104 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:111 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:103 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:111 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:113 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:87 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:100 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:127 @@ -11629,7 +11636,7 @@ msgstr "_Atributy" #: ../gramps/gui/selectors/selectplace.py:71 #: ../gramps/gui/selectors/selectrepository.py:70 #: ../gramps/gui/selectors/selectsource.py:71 -#: ../gramps/gui/views/bookmarks.py:240 +#: ../gramps/gui/views/bookmarks.py:270 #: ../gramps/gui/views/navigationview.py:357 #: ../gramps/plugins/gramplet/locations.py:88 #: ../gramps/plugins/lib/libpersonview.py:99 @@ -11783,7 +11790,7 @@ msgstr "" #. may be a step family. However, it will be odd to display the #. parent as anything other than "Father" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:60 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:112 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:114 #: ../gramps/gui/glade/editfamily.glade:192 #: ../gramps/gui/merge/mergeperson.py:231 #: ../gramps/gui/selectors/selectfamily.py:70 @@ -11804,7 +11811,7 @@ msgid "Father" msgstr "Otec" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:61 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:113 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:115 #: ../gramps/gui/glade/editfamily.glade:470 #: ../gramps/gui/merge/mergeperson.py:234 #: ../gramps/gui/selectors/selectfamily.py:71 @@ -12015,13 +12022,13 @@ msgstr "Nastavit výchozí jméno" #. #. ------------------------------------------------------------------------- #: ../gramps/gui/editors/displaytabs/namemodel.py:56 -#: ../gramps/gui/plug/_guioptions.py:1247 ../gramps/gui/views/tags.py:493 +#: ../gramps/gui/plug/_guioptions.py:1247 ../gramps/gui/views/tags.py:496 #: ../gramps/plugins/quickview/all_relations.py:306 msgid "Yes" msgstr "Ano" #: ../gramps/gui/editors/displaytabs/namemodel.py:57 -#: ../gramps/gui/plug/_guioptions.py:1246 ../gramps/gui/views/tags.py:494 +#: ../gramps/gui/plug/_guioptions.py:1246 ../gramps/gui/views/tags.py:497 #: ../gramps/plugins/quickview/all_relations.py:310 msgid "No" msgstr "Ne" @@ -13402,40 +13409,28 @@ msgstr "Odstranit pramen (%s)" msgid "manual|Tag_selection_dialog" msgstr "Tag_selection_dialog" -#: ../gramps/gui/editors/edittaglist.py:68 -#: ../gramps/gui/editors/edittaglist.py:126 +#: ../gramps/gui/editors/edittaglist.py:70 +#: ../gramps/gui/editors/edittaglist.py:127 msgid "Tag selection" msgstr "Výběr štítků" -#. pylint: disable-msg=E1101 -#: ../gramps/gui/editors/edittaglist.py:100 -#: ../gramps/gui/views/bookmarks.py:227 ../gramps/gui/views/tags.py:387 -#: ../gramps/gui/views/tags.py:611 ../gramps/gui/views/tags.py:627 -#, python-format -msgid "%(title)s - Gramps" -msgstr "%(title)s - Gramps" - -#: ../gramps/gui/editors/edittaglist.py:100 -msgid "Edit Tags" -msgstr "Upravit štítky" - -#: ../gramps/gui/editors/edittaglist.py:107 +#: ../gramps/gui/editors/edittaglist.py:109 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:116 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:110 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:120 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:93 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:103 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:135 #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:110 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:109 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:92 -#: ../gramps/gui/views/tags.py:225 ../gramps/gui/views/tags.py:230 +#: ../gramps/gui/views/tags.py:226 ../gramps/gui/views/tags.py:231 #: ../gramps/plugins/textreport/tagreport.py:902 #: ../gramps/plugins/textreport/tagreport.py:906 msgid "Tag" msgstr "Štítek" -#: ../gramps/gui/editors/edittaglist.py:116 +#: ../gramps/gui/editors/edittaglist.py:118 #: ../gramps/gui/glade/addmedia.glade:55 #: ../gramps/gui/glade/baseselector.glade:56 #: ../gramps/gui/glade/clipboard.glade:21 ../gramps/gui/glade/dbman.glade:150 @@ -13478,8 +13473,8 @@ msgstr "Štítek" #: ../gramps/gui/logger/_errorview.py:143 #: ../gramps/gui/plug/report/_reportdialog.py:158 #: ../gramps/gui/undohistory.py:82 ../gramps/gui/viewmanager.py:490 -#: ../gramps/gui/views/bookmarks.py:259 ../gramps/gui/views/tags.py:425 -#: ../gramps/gui/views/tags.py:633 ../gramps/gui/widgets/grampletbar.py:641 +#: ../gramps/gui/views/bookmarks.py:288 ../gramps/gui/views/tags.py:431 +#: ../gramps/gui/views/tags.py:644 ../gramps/gui/widgets/grampletbar.py:641 #: ../gramps/gui/widgets/grampletpane.py:240 #: ../gramps/plugins/tool/testcasegenerator.py:329 msgid "_Help" @@ -13585,17 +13580,17 @@ msgid "Use regular expression" msgstr "Použít regulární výraz" #: ../gramps/gui/editors/filtereditor.py:568 -msgid "Also family events where person is wife/husband" +msgid "Also family events where person is spouse" msgstr "Také rodinné události kde osoba je manželka/manžel" -#: ../gramps/gui/editors/filtereditor.py:571 +#: ../gramps/gui/editors/filtereditor.py:570 msgid "Only include primary participants" msgstr "Zahrnout pouze přímé účastníky" -#: ../gramps/gui/editors/filtereditor.py:595 +#: ../gramps/gui/editors/filtereditor.py:594 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:76 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:80 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:87 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:89 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:66 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:77 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:92 @@ -13605,7 +13600,7 @@ msgstr "Zahrnout pouze přímé účastníky" msgid "Use regular expressions" msgstr "Použít regulární výrazy" -#: ../gramps/gui/editors/filtereditor.py:596 +#: ../gramps/gui/editors/filtereditor.py:595 msgid "" "Interpret the contents of string fields as regular expressions.\n" "A decimal point will match any character. A question mark will match zero or " @@ -13622,36 +13617,36 @@ msgstr "" "uzavřete do hranaté závorky. Alternativy jsou odděleny svislou čárou. " "Stříška znamená začátek řídku. Dolar odpovídá konci řádku." -#: ../gramps/gui/editors/filtereditor.py:625 +#: ../gramps/gui/editors/filtereditor.py:624 msgid "Rule Name" msgstr "Název pravidla" -#: ../gramps/gui/editors/filtereditor.py:756 -#: ../gramps/gui/editors/filtereditor.py:760 ../gramps/gui/glade/rule.glade:914 +#: ../gramps/gui/editors/filtereditor.py:755 +#: ../gramps/gui/editors/filtereditor.py:759 ../gramps/gui/glade/rule.glade:914 msgid "No rule selected" msgstr "Žádné pravidlo nevybráno" -#: ../gramps/gui/editors/filtereditor.py:813 +#: ../gramps/gui/editors/filtereditor.py:812 msgid "Define filter" msgstr "Definovat filtr" -#: ../gramps/gui/editors/filtereditor.py:818 ../gramps/gui/glade/rule.glade:967 +#: ../gramps/gui/editors/filtereditor.py:817 ../gramps/gui/glade/rule.glade:967 msgid "Values" msgstr "Hodnoty" -#: ../gramps/gui/editors/filtereditor.py:917 +#: ../gramps/gui/editors/filtereditor.py:916 msgid "Add Rule" msgstr "Přidat pravidlo" -#: ../gramps/gui/editors/filtereditor.py:929 +#: ../gramps/gui/editors/filtereditor.py:928 msgid "Edit Rule" msgstr "Upravit pravidlo" -#: ../gramps/gui/editors/filtereditor.py:964 +#: ../gramps/gui/editors/filtereditor.py:963 msgid "Filter Test" msgstr "Test filtru" -#: ../gramps/gui/editors/filtereditor.py:1103 +#: ../gramps/gui/editors/filtereditor.py:1102 msgid "Comment" msgstr "Komentář" @@ -13659,7 +13654,7 @@ msgstr "Komentář" #. ############################### #. ######################### #. ############################### -#: ../gramps/gui/editors/filtereditor.py:1103 +#: ../gramps/gui/editors/filtereditor.py:1102 #: ../gramps/plugins/drawreport/calendarreport.py:472 #: ../gramps/plugins/drawreport/statisticschart.py:988 #: ../gramps/plugins/drawreport/timeline.py:417 @@ -13684,15 +13679,15 @@ msgstr "Komentář" msgid "Filter" msgstr "Filtr" -#: ../gramps/gui/editors/filtereditor.py:1111 +#: ../gramps/gui/editors/filtereditor.py:1110 msgid "Custom Filter Editor" msgstr "Editor vlastních filtrů" -#: ../gramps/gui/editors/filtereditor.py:1183 +#: ../gramps/gui/editors/filtereditor.py:1182 msgid "Delete Filter?" msgstr "Odstranit filtr?" -#: ../gramps/gui/editors/filtereditor.py:1184 +#: ../gramps/gui/editors/filtereditor.py:1183 msgid "" "This filter is currently being used as the base for other filters. " "Deletingthis filter will result in removing all other filters that depend on " @@ -13703,7 +13698,7 @@ msgstr "" "it.Tento filtr je používán jako základ pro další filtry. Jeho odstranění " "bude mít za následek odstranění všech ostatních filtrů které na něm závisí." -#: ../gramps/gui/editors/filtereditor.py:1188 +#: ../gramps/gui/editors/filtereditor.py:1187 msgid "Delete Filter" msgstr "Odstranit filtr" @@ -13839,8 +13834,8 @@ msgstr "%s není" msgid "%s does not contain" msgstr "%s neobsahuje" -#: ../gramps/gui/filters/_searchbar.py:168 ../gramps/gui/views/listview.py:1154 -#: ../gramps/gui/views/listview.py:1174 +#: ../gramps/gui/filters/_searchbar.py:168 ../gramps/gui/views/listview.py:1153 +#: ../gramps/gui/views/listview.py:1173 msgid "Updating display..." msgstr "Aktualizace zobrazení..." @@ -13877,7 +13872,7 @@ msgstr "Citace: Min. důvěrnost" #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:117 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:111 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:121 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:94 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:104 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:136 @@ -13892,7 +13887,7 @@ msgstr "Vlastní filtr" msgid "Participants" msgstr "Účastníci" -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:115 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 #: ../gramps/gui/widgets/reorderfam.py:91 #: ../gramps/plugins/textreport/tagreport.py:260 #: ../gramps/plugins/view/familyview.py:82 @@ -14175,7 +14170,7 @@ msgstr "Zavřít _bez uložení" #. widget #: ../gramps/gui/glade/dialog.glade:859 #: ../gramps/gui/plug/report/_bookdialog.py:625 -#: ../gramps/gui/views/listview.py:1024 +#: ../gramps/gui/views/listview.py:1023 #: ../gramps/gui/widgets/grampletpane.py:578 #: ../gramps/plugins/tool/eventcmp.py:400 msgid "_Save" @@ -15597,7 +15592,7 @@ msgid "Note 2" msgstr "Poznámka 2" #: ../gramps/gui/glade/mergenote.glade:278 -#: ../gramps/gui/glade/mergenote.glade:294 ../gramps/gui/views/listview.py:1028 +#: ../gramps/gui/glade/mergenote.glade:294 ../gramps/gui/views/listview.py:1027 msgid "Format:" msgstr "Formát:" @@ -15907,7 +15902,7 @@ msgstr "_Swiss (Arial, Helvetica, sans-serif)" #. ################# #: ../gramps/gui/glade/styleeditor.glade:339 -#: ../gramps/plugins/drawreport/ancestortree.py:899 +#: ../gramps/plugins/drawreport/ancestortree.py:900 #: ../gramps/plugins/drawreport/descendtree.py:1619 msgid "Size" msgstr "Velikost" @@ -15919,7 +15914,7 @@ msgstr "pt" #: ../gramps/gui/glade/styleeditor.glade:384 #: ../gramps/gui/glade/styleeditor.glade:1433 -#: ../gramps/gui/plug/_guioptions.py:1494 ../gramps/gui/views/tags.py:403 +#: ../gramps/gui/plug/_guioptions.py:1494 ../gramps/gui/views/tags.py:409 msgid "Color" msgstr "Barva" @@ -16115,16 +16110,16 @@ msgstr "Zobrazit při startu" msgid "_Forward" msgstr "_Vpřed" -#: ../gramps/gui/glade/updateaddons.glade:42 +#: ../gramps/gui/glade/updateaddons.glade:41 msgid "Install Selected _Addons" msgstr "Instalov_at zvolené rozšíření" -#: ../gramps/gui/glade/updateaddons.glade:73 +#: ../gramps/gui/glade/updateaddons.glade:72 #: ../gramps/gui/plug/_windows.py:1078 msgid "Available Gramps Updates for Addons" msgstr "Dostupné aktualizace rozšíření Gramps" -#: ../gramps/gui/glade/updateaddons.glade:90 +#: ../gramps/gui/glade/updateaddons.glade:89 msgid "" "Gramps comes with a core set of plugins which provide all of the necessary " "features. However, you can extend this functionality with additional Addons. " @@ -16142,11 +16137,11 @@ msgstr "" "lokálně na vašem počítači. Pokud nyní zavřete tento dialog, můžete rozšíření " "instalovat později využitím nabídky Úpravy -> Předvolby." -#: ../gramps/gui/glade/updateaddons.glade:106 +#: ../gramps/gui/glade/updateaddons.glade:105 msgid "_Select All" msgstr "Vybrat _vše" -#: ../gramps/gui/glade/updateaddons.glade:121 +#: ../gramps/gui/glade/updateaddons.glade:120 msgid "Select _None" msgstr "_Zrušit výběr" @@ -16908,24 +16903,24 @@ msgstr "Hlavní okno" msgid "%(adjective)s: %(addon)s" msgstr "%(adjective)s: %(addon)s" -#: ../gramps/gui/plug/_windows.py:1175 +#: ../gramps/gui/plug/_windows.py:1173 msgid "Downloading and installing selected addons..." msgstr "Stahují a instalují se zvolená rozšíření..." -#: ../gramps/gui/plug/_windows.py:1210 +#: ../gramps/gui/plug/_windows.py:1208 msgid "Installation Errors" msgstr "Chyby instalace" -#: ../gramps/gui/plug/_windows.py:1211 +#: ../gramps/gui/plug/_windows.py:1209 msgid "The following addons had errors: " msgstr "Následující rozšíření vykazují chyby: " -#: ../gramps/gui/plug/_windows.py:1215 ../gramps/gui/plug/_windows.py:1223 +#: ../gramps/gui/plug/_windows.py:1213 ../gramps/gui/plug/_windows.py:1221 msgid "Done downloading and installing addons" msgstr "Stahování a instalace rozšíření byla dokončena" #. translators: leave all/any {...} untranslated -#: ../gramps/gui/plug/_windows.py:1217 +#: ../gramps/gui/plug/_windows.py:1215 #, python-brace-format msgid "{number_of} addon was installed." msgid_plural "{number_of} addons were installed." @@ -16933,11 +16928,12 @@ msgstr[0] "{number_of} rozšíření bylo instalováno." msgstr[1] "{number_of} rozšíření byla instalována." msgstr[2] "{number_of} rozšíření bylo instalováno." -#: ../gramps/gui/plug/_windows.py:1220 -msgid "You need to restart Gramps to use the new addons." -msgstr "Nová rozšíření budete smět používat po restartu Gramps." +#: ../gramps/gui/plug/_windows.py:1218 +msgid "If you have installed a 'Gramps View', you will need to restart Gramps." +msgstr "" +"Pokud jste nainstalovali 'Pohled Gramps', budete muset Gramps restartovat." -#: ../gramps/gui/plug/_windows.py:1224 +#: ../gramps/gui/plug/_windows.py:1222 msgid "No addons were installed." msgstr "Žádná rozšíření nebyla instalována." @@ -16962,20 +16958,16 @@ msgstr "Možnosti exportu" msgid "Select save file" msgstr "Vyberte ukládaný soubor" -#: ../gramps/gui/plug/export/_exportassistant.py:356 -#: ../gramps/plugins/tool/mediamanager.py:103 +#: ../gramps/gui/plug/export/_exportassistant.py:358 +#: ../gramps/plugins/tool/mediamanager.py:105 msgid "Final confirmation" msgstr "Poslední potvrzení před uložením" -#: ../gramps/gui/plug/export/_exportassistant.py:372 -msgid "Please wait while your data is selected and exported" -msgstr "Vyčkejte prosím než budou vaše data vybrána a exportována" - -#: ../gramps/gui/plug/export/_exportassistant.py:384 +#: ../gramps/gui/plug/export/_exportassistant.py:383 msgid "Summary" msgstr "Souhrn" -#: ../gramps/gui/plug/export/_exportassistant.py:452 +#: ../gramps/gui/plug/export/_exportassistant.py:451 #, python-format msgid "" "The data will be exported as follows:\n" @@ -16991,7 +16983,7 @@ msgstr "" "Stiskněte OK pro pokračování, Zpět pro změnu vašich nastavení, nebo Zrušit " "pro přerušení" -#: ../gramps/gui/plug/export/_exportassistant.py:465 +#: ../gramps/gui/plug/export/_exportassistant.py:464 #, python-format msgid "" "The data will be saved as follows:\n" @@ -17011,7 +17003,7 @@ msgstr "" "Stiskněte Budiž pro pokračování, Zrušit pro skončení, nebo Zpět pro změnu " "vašich nastavení" -#: ../gramps/gui/plug/export/_exportassistant.py:475 +#: ../gramps/gui/plug/export/_exportassistant.py:474 msgid "" "The selected file and folder to save to cannot be created or found.\n" "\n" @@ -17091,6 +17083,10 @@ msgstr "" msgid "Error exporting your Family Tree" msgstr "Chyba exportu vašeho rodokmenu" +#: ../gramps/gui/plug/export/_exportassistant.py:609 +msgid "Please wait while your data is selected and exported" +msgstr "Vyčkejte prosím než budou vaše data vybrána a exportována" + #: ../gramps/gui/plug/export/_exportoptions.py:67 msgid "Selecting Preview Data" msgstr "Data náhledu jsou vybírána" @@ -17355,12 +17351,12 @@ msgid "Please select a book item to configure." msgstr "Vyberte prosím položku k nastavení." #: ../gramps/gui/plug/report/_bookdialog.py:619 -#: ../gramps/gui/views/bookmarks.py:252 ../gramps/gui/views/tags.py:414 +#: ../gramps/gui/views/bookmarks.py:281 ../gramps/gui/views/tags.py:420 msgid "_Up" msgstr "_Nahoru" #: ../gramps/gui/plug/report/_bookdialog.py:620 -#: ../gramps/gui/views/bookmarks.py:253 ../gramps/gui/views/tags.py:415 +#: ../gramps/gui/views/bookmarks.py:282 ../gramps/gui/views/tags.py:421 msgid "_Down" msgstr "_Dolů" @@ -17472,7 +17468,7 @@ msgstr "Styl" #. ######################### #. ############################### #: ../gramps/gui/plug/report/_reportdialog.py:365 -#: ../gramps/plugins/drawreport/ancestortree.py:836 +#: ../gramps/plugins/drawreport/ancestortree.py:837 #: ../gramps/plugins/drawreport/calendarreport.py:468 #: ../gramps/plugins/drawreport/descendtree.py:1520 #: ../gramps/plugins/drawreport/fanchart.py:686 @@ -17835,49 +17831,49 @@ msgstr "Původní čas" msgid "Action" msgstr "Akce" -#: ../gramps/gui/undohistory.py:197 +#: ../gramps/gui/undohistory.py:196 msgid "Delete confirmation" msgstr "Potvrzení smazání" -#: ../gramps/gui/undohistory.py:198 +#: ../gramps/gui/undohistory.py:197 msgid "Are you sure you want to clear the Undo history?" msgstr "Jste si jistí že chcete vyčistit historii operací?" -#: ../gramps/gui/undohistory.py:199 ../gramps/plugins/gramplet/eval.py:80 +#: ../gramps/gui/undohistory.py:198 ../gramps/plugins/gramplet/eval.py:80 msgid "Clear" msgstr "Vymazat" -#: ../gramps/gui/undohistory.py:235 +#: ../gramps/gui/undohistory.py:234 msgid "Database opened" msgstr "Databáze byla otevřena" -#: ../gramps/gui/undohistory.py:237 +#: ../gramps/gui/undohistory.py:236 msgid "History cleared" msgstr "Historie byla smazána" -#: ../gramps/gui/utils.py:222 +#: ../gramps/gui/utils.py:228 msgid "Canceling..." msgstr "Přerušuje se..." -#: ../gramps/gui/utils.py:302 +#: ../gramps/gui/utils.py:308 msgid "Please do not force closing this important dialog." msgstr "Nezavírejte vynuceně tento důležitý dialog." -#: ../gramps/gui/utils.py:365 +#: ../gramps/gui/utils.py:371 msgid "The external program failed to launch or experienced an error" msgstr "Spuštění externího programu selhalo nebo skončilo chybou" -#: ../gramps/gui/utils.py:375 +#: ../gramps/gui/utils.py:381 msgid "Error from external program" msgstr "Chyba externího programu" -#: ../gramps/gui/utils.py:416 +#: ../gramps/gui/utils.py:422 #: ../gramps/plugins/textreport/simplebooktitle.py:107 #, python-format msgid "File %s does not exist" msgstr "Soubor %s neexistuje" -#: ../gramps/gui/utils.py:579 +#: ../gramps/gui/utils.py:585 msgid "" "Cannot open new citation editor at this time. Either the citation is already " "being edited, or the associated source is already being edited, and opening " @@ -17894,7 +17890,7 @@ msgstr "" "\n" "Před úpravou citace zavřete editor pramene a otevřete editor citace samotný" -#: ../gramps/gui/utils.py:592 +#: ../gramps/gui/utils.py:598 msgid "Cannot open new citation editor" msgstr "Nelze otevřít nový editor citací" @@ -18200,7 +18196,7 @@ msgstr "Média:" #. What to include #. ############################### #: ../gramps/gui/viewmanager.py:1757 -#: ../gramps/plugins/drawreport/ancestortree.py:962 +#: ../gramps/plugins/drawreport/ancestortree.py:963 #: ../gramps/plugins/drawreport/descendtree.py:1671 #: ../gramps/plugins/graph/gvfamilylines.py:189 #: ../gramps/plugins/graph/gvrelgraph.py:692 @@ -18251,16 +18247,18 @@ msgstr "Záloha byla uložena do '%s'" msgid "Backup aborted" msgstr "Zálohování bylo přerušeno" -#: ../gramps/gui/views/bookmarks.py:65 +#: ../gramps/gui/views/bookmarks.py:66 msgid "manual|Bookmarks" msgstr "Záložky" -#: ../gramps/gui/views/bookmarks.py:227 ../gramps/gui/views/bookmarks.py:234 +#. this is meaningless while it's modal +#: ../gramps/gui/views/bookmarks.py:253 ../gramps/gui/views/bookmarks.py:264 +#: ../gramps/gui/views/bookmarks.py:357 #: ../gramps/gui/views/navigationview.py:276 msgid "Organize Bookmarks" msgstr "Organizovat záložky" -#: ../gramps/gui/views/bookmarks.py:433 +#: ../gramps/gui/views/bookmarks.py:460 msgid "Cannot bookmark this reference" msgstr "Pro tento odkaz nelze vytvořit záložku" @@ -18347,19 +18345,19 @@ msgstr "O_dstranit záznam" msgid "Column clicked, sorting..." msgstr "Kliknuto na sloupec, třídí se..." -#: ../gramps/gui/views/listview.py:1020 +#: ../gramps/gui/views/listview.py:1019 msgid "Export View as Spreadsheet" msgstr "Exportovat pohled jako tabulku" -#: ../gramps/gui/views/listview.py:1033 +#: ../gramps/gui/views/listview.py:1032 msgid "CSV" msgstr "Dokument CSV" -#: ../gramps/gui/views/listview.py:1034 +#: ../gramps/gui/views/listview.py:1033 msgid "OpenDocument Spreadsheet" msgstr "Tabulka OpenDocument" -#: ../gramps/gui/views/listview.py:1222 +#: ../gramps/gui/views/listview.py:1221 msgid "Columns" msgstr "Sloupce" @@ -18462,49 +18460,50 @@ msgstr "Nastavit pohled %s" msgid "View %(name)s: %(msg)s" msgstr "Zobrazit %(name)s: %(msg)s" -#: ../gramps/gui/views/tags.py:86 +#: ../gramps/gui/views/tags.py:87 msgid "manual|Organize_Tags_Window" msgstr "Organize_Tags_Window" -#: ../gramps/gui/views/tags.py:87 +#: ../gramps/gui/views/tags.py:88 msgid "manual|New_Tag_dialog" msgstr "New_Tag_dialog" -#: ../gramps/gui/views/tags.py:226 +#: ../gramps/gui/views/tags.py:227 msgid "New Tag..." msgstr "Nový štítek..." -#: ../gramps/gui/views/tags.py:228 +#: ../gramps/gui/views/tags.py:229 msgid "Organize Tags..." msgstr "Organizovat štítky..." -#: ../gramps/gui/views/tags.py:231 +#: ../gramps/gui/views/tags.py:232 msgid "Tag selected rows" msgstr "Opatřit vybraný řádek štítkem" -#: ../gramps/gui/views/tags.py:274 +#: ../gramps/gui/views/tags.py:272 msgid "Adding Tags" msgstr "Štítky jsou přidávány" -#: ../gramps/gui/views/tags.py:279 +#: ../gramps/gui/views/tags.py:277 #, python-format msgid "Tag Selection (%s)" msgstr "Výběr štítků (%s)" -#: ../gramps/gui/views/tags.py:342 -msgid "Change Tag Priority" -msgstr "Změnit prioritu štítků" - -#: ../gramps/gui/views/tags.py:387 ../gramps/gui/views/tags.py:394 +#: ../gramps/gui/views/tags.py:326 ../gramps/gui/views/tags.py:335 +#: ../gramps/gui/views/tags.py:400 msgid "Organize Tags" msgstr "Organizovat štítky" -#: ../gramps/gui/views/tags.py:490 +#: ../gramps/gui/views/tags.py:354 +msgid "Change Tag Priority" +msgstr "Změnit prioritu štítků" + +#: ../gramps/gui/views/tags.py:493 #, python-format msgid "Remove tag '%s'?" msgstr "Odstranit štítek '%s'?" -#: ../gramps/gui/views/tags.py:491 +#: ../gramps/gui/views/tags.py:494 msgid "" "The tag definition will be removed. The tag will be also removed from all " "objects in the database." @@ -18512,63 +18511,64 @@ msgstr "" "Definice štítku bude odstraněna. Štítek bude také odstraněn ze všech objektů " "v databázi." -#: ../gramps/gui/views/tags.py:523 +#: ../gramps/gui/views/tags.py:526 msgid "Removing Tags" msgstr "Štítky jsou odstraňovány" -#: ../gramps/gui/views/tags.py:528 +#: ../gramps/gui/views/tags.py:531 #, python-format msgid "Delete Tag (%s)" msgstr "Odstranit štítek (%s)" -#: ../gramps/gui/views/tags.py:586 -msgid "Cannot save tag" -msgstr "Štítek nelze uložit" - -#: ../gramps/gui/views/tags.py:587 -msgid "The tag name cannot be empty" -msgstr "Název štítku nemůže být prázdný" - -#: ../gramps/gui/views/tags.py:592 -#, python-format -msgid "Add Tag (%s)" -msgstr "Přidat štítek (%s)" - -#: ../gramps/gui/views/tags.py:598 -#, python-format -msgid "Edit Tag (%s)" -msgstr "Upravit štítek (%s)" - -#: ../gramps/gui/views/tags.py:608 +#: ../gramps/gui/views/tags.py:556 #, python-format msgid "Tag: %s" msgstr "Štítek: %s" -#: ../gramps/gui/views/tags.py:610 +#: ../gramps/gui/views/tags.py:558 msgid "New Tag" msgstr "Nový štítek" -#: ../gramps/gui/views/tags.py:620 +#: ../gramps/gui/views/tags.py:604 +msgid "Cannot save tag" +msgstr "Štítek nelze uložit" + +#: ../gramps/gui/views/tags.py:605 +msgid "The tag name cannot be empty" +msgstr "Název štítku nemůže být prázdný" + +#: ../gramps/gui/views/tags.py:610 +#, python-format +msgid "Add Tag (%s)" +msgstr "Přidat štítek (%s)" + +#: ../gramps/gui/views/tags.py:616 +#, python-format +msgid "Edit Tag (%s)" +msgstr "Upravit štítek (%s)" + +#: ../gramps/gui/views/tags.py:631 msgid "Tag Name:" msgstr "Název štítku:" -#: ../gramps/gui/views/tags.py:627 +#: ../gramps/gui/views/tags.py:638 +#, python-format +msgid "%(title)s - Gramps" +msgstr "%(title)s - Gramps" + +#: ../gramps/gui/views/tags.py:638 msgid "Pick a Color" msgstr "Vybrat barvu" -#: ../gramps/gui/views/treemodels/placemodel.py:137 -#: ../gramps/gui/views/treemodels/placemodel.py:145 -#: ../gramps/gui/views/treemodels/placemodel.py:153 -#: ../gramps/gui/views/treemodels/placemodel.py:161 +#: ../gramps/gui/views/treemodels/placemodel.py:138 +#: ../gramps/gui/views/treemodels/placemodel.py:146 +#: ../gramps/gui/views/treemodels/placemodel.py:154 +#: ../gramps/gui/views/treemodels/placemodel.py:162 msgid "Error in format" msgstr "Chyba ve formátu" -#: ../gramps/gui/views/treemodels/treebasemodel.py:535 -#: ../gramps/gui/views/treemodels/treebasemodel.py:586 -msgid "Building View" -msgstr "Vytváří se pohled" - -#: ../gramps/gui/views/treemodels/treebasemodel.py:589 +#: ../gramps/gui/views/treemodels/treebasemodel.py:533 +#: ../gramps/gui/views/treemodels/treebasemodel.py:581 msgid "Loading items..." msgstr "Položky se nahrávají...." @@ -19210,7 +19210,7 @@ msgstr "Graf předků" msgid "Ancestor Graph for %s" msgstr "Graf předků pro %s" -#: ../gramps/plugins/drawreport/ancestortree.py:357 +#: ../gramps/plugins/drawreport/ancestortree.py:358 #: ../gramps/plugins/drawreport/calendarreport.py:113 #: ../gramps/plugins/drawreport/descendtree.py:689 #: ../gramps/plugins/drawreport/fanchart.py:195 @@ -19228,27 +19228,27 @@ msgstr "Graf předků pro %s" msgid "Person %s is not in the Database" msgstr "Osoba %s není v databázi" -#: ../gramps/plugins/drawreport/ancestortree.py:602 -#: ../gramps/plugins/drawreport/ancestortree.py:688 +#: ../gramps/plugins/drawreport/ancestortree.py:603 +#: ../gramps/plugins/drawreport/ancestortree.py:689 #: ../gramps/plugins/drawreport/drawplugins.gpr.py:53 msgid "Ancestor Tree" msgstr "Strom předků" -#: ../gramps/plugins/drawreport/ancestortree.py:603 +#: ../gramps/plugins/drawreport/ancestortree.py:604 msgid "Making the Tree..." msgstr "Vytváří se strom..." -#: ../gramps/plugins/drawreport/ancestortree.py:689 +#: ../gramps/plugins/drawreport/ancestortree.py:690 msgid "Printing the Tree..." msgstr "Tiskne se strom..." #. ################# -#: ../gramps/plugins/drawreport/ancestortree.py:786 +#: ../gramps/plugins/drawreport/ancestortree.py:787 #: ../gramps/plugins/drawreport/descendtree.py:1540 msgid "Tree Options" msgstr "Nastavení stromu" -#: ../gramps/plugins/drawreport/ancestortree.py:788 +#: ../gramps/plugins/drawreport/ancestortree.py:789 #: ../gramps/plugins/drawreport/calendarreport.py:478 #: ../gramps/plugins/drawreport/fanchart.py:688 #: ../gramps/plugins/graph/gvhourglass.py:308 @@ -19263,20 +19263,20 @@ msgstr "Nastavení stromu" msgid "Center Person" msgstr "Výchozí osoba" -#: ../gramps/plugins/drawreport/ancestortree.py:789 +#: ../gramps/plugins/drawreport/ancestortree.py:790 msgid "The center person for the tree" msgstr "Ústřední osoba stromu" -#: ../gramps/plugins/drawreport/ancestortree.py:799 +#: ../gramps/plugins/drawreport/ancestortree.py:800 msgid "Include siblings of the center person" msgstr "Zahrnout příbuzné ústřední osoby" -#: ../gramps/plugins/drawreport/ancestortree.py:801 +#: ../gramps/plugins/drawreport/ancestortree.py:802 msgid "" "Whether to only display the center person or all of his/her siblings too" msgstr "Zda zobrazit pouze ústřední osobu, nebo také všechny její příbuzné" -#: ../gramps/plugins/drawreport/ancestortree.py:805 +#: ../gramps/plugins/drawreport/ancestortree.py:806 #: ../gramps/plugins/drawreport/descendtree.py:1542 #: ../gramps/plugins/drawreport/fanchart.py:700 #: ../gramps/plugins/textreport/ancestorreport.py:293 @@ -19286,12 +19286,12 @@ msgstr "Zda zobrazit pouze ústřední osobu, nebo také všechny její příbuz msgid "Generations" msgstr "Generace" -#: ../gramps/plugins/drawreport/ancestortree.py:806 +#: ../gramps/plugins/drawreport/ancestortree.py:807 #: ../gramps/plugins/drawreport/descendtree.py:1543 msgid "The number of generations to include in the tree" msgstr "Počet generací zahrnutých ve stromu" -#: ../gramps/plugins/drawreport/ancestortree.py:810 +#: ../gramps/plugins/drawreport/ancestortree.py:811 msgid "" "Display unknown\n" "generations" @@ -19299,61 +19299,61 @@ msgstr "" "Zobrazit neznámé\n" "generace" -#: ../gramps/plugins/drawreport/ancestortree.py:812 +#: ../gramps/plugins/drawreport/ancestortree.py:813 msgid "The number of generations of empty boxes that will be displayed" msgstr "Počet generací prázdných boxů který bude zobrazen" -#: ../gramps/plugins/drawreport/ancestortree.py:819 +#: ../gramps/plugins/drawreport/ancestortree.py:820 #: ../gramps/plugins/drawreport/descendtree.py:1560 msgid "Compress tree" msgstr "Komprimovat strom" -#: ../gramps/plugins/drawreport/ancestortree.py:821 +#: ../gramps/plugins/drawreport/ancestortree.py:822 msgid "" "Whether to remove any extra blank spaces set aside for people that are " "unknown" msgstr "Zda odstranit jakékoli další mezery u osob které jsou neznámé" -#: ../gramps/plugins/drawreport/ancestortree.py:838 +#: ../gramps/plugins/drawreport/ancestortree.py:839 #: ../gramps/plugins/drawreport/descendtree.py:1673 msgid "Report Title" msgstr "Název sestavy" -#: ../gramps/plugins/drawreport/ancestortree.py:839 +#: ../gramps/plugins/drawreport/ancestortree.py:840 #: ../gramps/plugins/drawreport/descendtree.py:1674 #: ../gramps/plugins/drawreport/descendtree.py:1729 msgid "Do not include a title" msgstr "Nezahrnovat název" -#: ../gramps/plugins/drawreport/ancestortree.py:840 +#: ../gramps/plugins/drawreport/ancestortree.py:841 msgid "Include Report Title" msgstr "Zahrnout název sestavy" -#: ../gramps/plugins/drawreport/ancestortree.py:841 +#: ../gramps/plugins/drawreport/ancestortree.py:842 #: ../gramps/plugins/drawreport/descendtree.py:1682 msgid "Choose a title for the report" msgstr "Zvolte název této sestavy" -#: ../gramps/plugins/drawreport/ancestortree.py:844 +#: ../gramps/plugins/drawreport/ancestortree.py:845 #: ../gramps/plugins/drawreport/descendtree.py:1686 msgid "Include a border" msgstr "Zahrnout okraje" -#: ../gramps/plugins/drawreport/ancestortree.py:845 +#: ../gramps/plugins/drawreport/ancestortree.py:846 #: ../gramps/plugins/drawreport/descendtree.py:1687 msgid "Whether to make a border around the report." msgstr "Zda orámovat sestavu." -#: ../gramps/plugins/drawreport/ancestortree.py:848 +#: ../gramps/plugins/drawreport/ancestortree.py:849 #: ../gramps/plugins/drawreport/descendtree.py:1690 msgid "Include Page Numbers" msgstr "Zahrnout čísla stran" -#: ../gramps/plugins/drawreport/ancestortree.py:849 +#: ../gramps/plugins/drawreport/ancestortree.py:850 msgid "Whether to print page numbers on each page." msgstr "Zda tisknout čísla stran na každou stránku." -#: ../gramps/plugins/drawreport/ancestortree.py:857 +#: ../gramps/plugins/drawreport/ancestortree.py:858 msgid "" "Father\n" "Display Format" @@ -19361,7 +19361,7 @@ msgstr "" "Otec\n" "Formát zobrazení" -#: ../gramps/plugins/drawreport/ancestortree.py:861 +#: ../gramps/plugins/drawreport/ancestortree.py:862 msgid "Display format for the fathers box." msgstr "Formát zobrazení pro box otce." @@ -19372,7 +19372,7 @@ msgstr "Formát zobrazení pro box otce." #. missing.set_help(_("What will print when information is not known")) #. menu.add_option(category_name, "miss_val", missing) #. category_name = _("Secondary") -#: ../gramps/plugins/drawreport/ancestortree.py:874 +#: ../gramps/plugins/drawreport/ancestortree.py:875 msgid "" "Mother\n" "Display Format" @@ -19380,11 +19380,11 @@ msgstr "" "Matka\n" "Formát zobrazení" -#: ../gramps/plugins/drawreport/ancestortree.py:879 +#: ../gramps/plugins/drawreport/ancestortree.py:880 msgid "Display format for the mothers box." msgstr "Formát zobrazení pro box matky." -#: ../gramps/plugins/drawreport/ancestortree.py:882 +#: ../gramps/plugins/drawreport/ancestortree.py:883 msgid "" "Center person uses\n" "which format" @@ -19392,29 +19392,29 @@ msgstr "" "Ústřední osoba používá\n" "jaký formát" -#: ../gramps/plugins/drawreport/ancestortree.py:884 +#: ../gramps/plugins/drawreport/ancestortree.py:885 msgid "Use Fathers Display format" msgstr "Použít formát zobrazení otce" -#: ../gramps/plugins/drawreport/ancestortree.py:885 +#: ../gramps/plugins/drawreport/ancestortree.py:886 msgid "Use Mothers display format" msgstr "Použít formát zobrazení matky" -#: ../gramps/plugins/drawreport/ancestortree.py:886 +#: ../gramps/plugins/drawreport/ancestortree.py:887 msgid "Which Display format to use the center person" msgstr "Jaký formát zobrazení použít pro ústřední osobu" -#: ../gramps/plugins/drawreport/ancestortree.py:889 +#: ../gramps/plugins/drawreport/ancestortree.py:890 #: ../gramps/plugins/drawreport/descendtree.py:1600 msgid "Include Marriage box" msgstr "Zahrnout box sňatku" -#: ../gramps/plugins/drawreport/ancestortree.py:891 +#: ../gramps/plugins/drawreport/ancestortree.py:892 #: ../gramps/plugins/drawreport/descendtree.py:1602 msgid "Whether to include a separate marital box in the report" msgstr "Zda do sestavy zahrnout separátní martial box" -#: ../gramps/plugins/drawreport/ancestortree.py:894 +#: ../gramps/plugins/drawreport/ancestortree.py:895 #: ../gramps/plugins/drawreport/descendtree.py:1605 msgid "" "Marriage\n" @@ -19423,37 +19423,37 @@ msgstr "" "Sňatek\n" "Formát zobrazení" -#: ../gramps/plugins/drawreport/ancestortree.py:895 +#: ../gramps/plugins/drawreport/ancestortree.py:896 #: ../gramps/plugins/drawreport/descendtree.py:1606 msgid "Display format for the marital box." msgstr "Formát zobrazení pro martial box." -#: ../gramps/plugins/drawreport/ancestortree.py:901 +#: ../gramps/plugins/drawreport/ancestortree.py:902 #: ../gramps/plugins/drawreport/descendtree.py:1621 msgid "Scale tree to fit" msgstr "Přizpůsobit strom velikosti" -#: ../gramps/plugins/drawreport/ancestortree.py:902 +#: ../gramps/plugins/drawreport/ancestortree.py:903 #: ../gramps/plugins/drawreport/descendtree.py:1622 msgid "Do not scale tree" msgstr "Nepřizpůsobovat strom" -#: ../gramps/plugins/drawreport/ancestortree.py:903 +#: ../gramps/plugins/drawreport/ancestortree.py:904 #: ../gramps/plugins/drawreport/descendtree.py:1623 msgid "Scale tree to fit page width only" msgstr "Přizpůsobit strom pouze šířce stránky" -#: ../gramps/plugins/drawreport/ancestortree.py:904 +#: ../gramps/plugins/drawreport/ancestortree.py:905 #: ../gramps/plugins/drawreport/descendtree.py:1624 msgid "Scale tree to fit the size of the page" msgstr "Přizpůsobit strom velikosti stránky" -#: ../gramps/plugins/drawreport/ancestortree.py:906 +#: ../gramps/plugins/drawreport/ancestortree.py:907 #: ../gramps/plugins/drawreport/descendtree.py:1626 msgid "Whether to scale the tree to fit a specific paper size" msgstr "Zda přizpůsobit strom konkrétní velikosti papíru" -#: ../gramps/plugins/drawreport/ancestortree.py:913 +#: ../gramps/plugins/drawreport/ancestortree.py:914 #: ../gramps/plugins/drawreport/descendtree.py:1633 msgid "" "Resize Page to Fit Tree size\n" @@ -19465,7 +19465,7 @@ msgstr "" "Poznámka: tato volba má přednost před nastavením na záložce 'Nastavení " "papíru'" -#: ../gramps/plugins/drawreport/ancestortree.py:919 +#: ../gramps/plugins/drawreport/ancestortree.py:920 #: ../gramps/plugins/drawreport/descendtree.py:1639 msgid "" "Whether to resize the page to fit the size \n" @@ -19499,32 +19499,32 @@ msgstr "" " bude přizpůsobena stránka odstraněním\n" " vertikálních i horizontálních mezer" -#: ../gramps/plugins/drawreport/ancestortree.py:939 +#: ../gramps/plugins/drawreport/ancestortree.py:940 msgid "inter-box scale factor" msgstr "měřítko vnitřního rámečku" -#: ../gramps/plugins/drawreport/ancestortree.py:942 +#: ../gramps/plugins/drawreport/ancestortree.py:943 msgid "Make the inter-box spacing bigger or smaller" msgstr "Zvětšit nebo zmenšit výšku vnitřního rámečku" -#: ../gramps/plugins/drawreport/ancestortree.py:945 +#: ../gramps/plugins/drawreport/ancestortree.py:946 #: ../gramps/plugins/drawreport/descendtree.py:1664 msgid "box shadow scale factor" msgstr "poměr velikosti stínování pole" #. down to 0 -#: ../gramps/plugins/drawreport/ancestortree.py:947 +#: ../gramps/plugins/drawreport/ancestortree.py:948 #: ../gramps/plugins/drawreport/descendtree.py:1666 msgid "Make the box shadow bigger or smaller" msgstr "Zvětšit nebo zmenšit stín pole" #. ################# -#: ../gramps/plugins/drawreport/ancestortree.py:952 +#: ../gramps/plugins/drawreport/ancestortree.py:953 #: ../gramps/plugins/drawreport/descendtree.py:1610 msgid "Replace" msgstr "Nahradit" -#: ../gramps/plugins/drawreport/ancestortree.py:955 +#: ../gramps/plugins/drawreport/ancestortree.py:956 #: ../gramps/plugins/drawreport/descendtree.py:1613 msgid "" "Replace Display Format:\n" @@ -19533,7 +19533,7 @@ msgstr "" "Změnit formát zobrazení:\n" "'Nahradit toto'/' tímto'" -#: ../gramps/plugins/drawreport/ancestortree.py:957 +#: ../gramps/plugins/drawreport/ancestortree.py:958 #: ../gramps/plugins/drawreport/descendtree.py:1615 msgid "" "i.e.\n" @@ -19542,12 +19542,12 @@ msgstr "" "např.\n" "Spojené státy americké/U.S.A" -#: ../gramps/plugins/drawreport/ancestortree.py:964 +#: ../gramps/plugins/drawreport/ancestortree.py:965 #: ../gramps/plugins/drawreport/descendtree.py:1694 msgid "Include Blank Pages" msgstr "Vkládat prázdné stránky" -#: ../gramps/plugins/drawreport/ancestortree.py:965 +#: ../gramps/plugins/drawreport/ancestortree.py:966 #: ../gramps/plugins/drawreport/descendtree.py:1695 msgid "Whether to include pages that are blank." msgstr "Zda vkládat stránky, které jsou prázdné." @@ -19559,17 +19559,17 @@ msgstr "Zda vkládat stránky, které jsou prázdné." #. _("Whether to include thumbnails of people.")) #. menu.add_option(category_name, "includeImages", self.__include_images) #. category_name = _("Notes") -#: ../gramps/plugins/drawreport/ancestortree.py:979 +#: ../gramps/plugins/drawreport/ancestortree.py:980 #: ../gramps/plugins/drawreport/descendtree.py:1700 msgid "Include a note" msgstr "Zahrnout poznámku" -#: ../gramps/plugins/drawreport/ancestortree.py:980 +#: ../gramps/plugins/drawreport/ancestortree.py:981 #: ../gramps/plugins/drawreport/descendtree.py:1702 msgid "Whether to include a note on the report." msgstr "Zda do sestavy zahrnout poznámku." -#: ../gramps/plugins/drawreport/ancestortree.py:985 +#: ../gramps/plugins/drawreport/ancestortree.py:986 #: ../gramps/plugins/drawreport/descendtree.py:1707 msgid "" "Add a note\n" @@ -19580,29 +19580,29 @@ msgstr "" "\n" "$T vloží dnešní datum" -#: ../gramps/plugins/drawreport/ancestortree.py:990 +#: ../gramps/plugins/drawreport/ancestortree.py:991 #: ../gramps/plugins/drawreport/descendtree.py:1712 msgid "Note Location" msgstr "Umístění poznámky" -#: ../gramps/plugins/drawreport/ancestortree.py:993 +#: ../gramps/plugins/drawreport/ancestortree.py:994 #: ../gramps/plugins/drawreport/descendtree.py:1715 msgid "Where to place the note." msgstr "Kde bude umístěna poznámka." -#: ../gramps/plugins/drawreport/ancestortree.py:1008 +#: ../gramps/plugins/drawreport/ancestortree.py:1009 msgid "No generations of empty boxes for unknown ancestors" msgstr "Nevytvářet prázdné rámečky pro neznámé předky" -#: ../gramps/plugins/drawreport/ancestortree.py:1011 +#: ../gramps/plugins/drawreport/ancestortree.py:1012 msgid "One Generation of empty boxes for unknown ancestors" msgstr "Jedna generace prázdných rámečků pro neznámé předky" -#: ../gramps/plugins/drawreport/ancestortree.py:1016 +#: ../gramps/plugins/drawreport/ancestortree.py:1017 msgid " Generations of empty boxes for unknown ancestors" msgstr " generací prázdných rámečků neznámých předků" -#: ../gramps/plugins/drawreport/ancestortree.py:1032 +#: ../gramps/plugins/drawreport/ancestortree.py:1033 #: ../gramps/plugins/drawreport/descendtree.py:1763 #: ../gramps/plugins/textreport/ancestorreport.py:372 #: ../gramps/plugins/textreport/detancestralreport.py:961 @@ -19620,14 +19620,14 @@ msgstr " generací prázdných rámečků neznámých předků" msgid "The basic style used for the text display." msgstr "Základní styl používaný pro zobrazení textu." -#: ../gramps/plugins/drawreport/ancestortree.py:1042 +#: ../gramps/plugins/drawreport/ancestortree.py:1043 #: ../gramps/plugins/drawreport/descendtree.py:1785 #: ../gramps/plugins/textreport/familygroup.py:872 #: ../gramps/plugins/textreport/tagreport.py:982 msgid "The basic style used for the note display." msgstr "Základní styl používaný pro zobrazení poznámky." -#: ../gramps/plugins/drawreport/ancestortree.py:1052 +#: ../gramps/plugins/drawreport/ancestortree.py:1053 #: ../gramps/plugins/drawreport/descendtree.py:1753 msgid "The basic style used for the title display." msgstr "Základní styl používaný pro zobrazení titulku." @@ -30460,12 +30460,16 @@ msgid "Complete Individual Report" msgstr "Úplná sestava o osobě" #: ../gramps/plugins/textreport/indivcomplete.py:909 -#: ../gramps/plugins/tool/dumpgenderstats.py:63 +#: ../gramps/plugins/tool/dumpgenderstats.py:72 +#: ../gramps/plugins/tool/dumpgenderstats.py:96 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 msgid "Male" msgstr "Muž" #: ../gramps/plugins/textreport/indivcomplete.py:911 -#: ../gramps/plugins/tool/dumpgenderstats.py:64 +#: ../gramps/plugins/tool/dumpgenderstats.py:73 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 msgid "Female" msgstr "Žena" @@ -31724,11 +31728,13 @@ msgstr "Zásuvný modul testu datumu" msgid "Pass" msgstr "Průchod" -#: ../gramps/plugins/tool/dumpgenderstats.py:46 +#: ../gramps/plugins/tool/dumpgenderstats.py:57 msgid "Gender Statistics tool" msgstr "Nástroj statistik pohlaví" -#: ../gramps/plugins/tool/dumpgenderstats.py:66 +#: ../gramps/plugins/tool/dumpgenderstats.py:75 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:100 msgid "Guess" msgstr "Odhadnout" @@ -31947,26 +31953,28 @@ msgstr "Předek" msgid "Descendant" msgstr "Potomek" -#: ../gramps/plugins/tool/mediamanager.py:67 +#: ../gramps/plugins/tool/mediamanager.py:68 msgid "manual|Media_Manager..." msgstr "Správce médií..." #: ../gramps/plugins/tool/mediamanager.py:88 -msgid "Gramps Media Manager" -msgstr "Správce médií Gramps" +#: ../gramps/plugins/tool/mediamanager.py:114 +#: ../gramps/plugins/tool/tools.gpr.py:176 +msgid "Media Manager" +msgstr "Správce médií" -#: ../gramps/plugins/tool/mediamanager.py:95 +#: ../gramps/plugins/tool/mediamanager.py:97 #: ../gramps/plugins/webreport/narrativeweb.py:1871 #: ../gramps/plugins/webreport/narrativeweb.py:1994 #: ../gramps/plugins/webreport/narrativeweb.py:4669 msgid "Introduction" msgstr "Úvod" -#: ../gramps/plugins/tool/mediamanager.py:98 +#: ../gramps/plugins/tool/mediamanager.py:100 msgid "Selection" msgstr "Výběr" -#: ../gramps/plugins/tool/mediamanager.py:220 +#: ../gramps/plugins/tool/mediamanager.py:229 #, python-format msgid "" "This tool allows batch operations on media objects stored in Gramps. An " @@ -32003,22 +32011,22 @@ msgstr "" "Gramps. Poté můžete přizpůsobit cesty použitím tohoto nástroje tak, aby " "objekty médií ukazovaly na správné umístění souborů." -#: ../gramps/plugins/tool/mediamanager.py:331 +#: ../gramps/plugins/tool/mediamanager.py:340 msgid "Affected path" msgstr "Ovlivněná cesta" -#: ../gramps/plugins/tool/mediamanager.py:338 +#: ../gramps/plugins/tool/mediamanager.py:347 msgid "" "Press Apply to proceed, Cancel to abort, or Back to revisit your options." msgstr "" "Stiskněte Budiž pro pokračování, Storno pro zrušení, nebo Zpět pro kontrolu " "vašich nastavení." -#: ../gramps/plugins/tool/mediamanager.py:376 +#: ../gramps/plugins/tool/mediamanager.py:385 msgid "Operation successfully finished" msgstr "Operace byla dokončena úspěšně" -#: ../gramps/plugins/tool/mediamanager.py:378 +#: ../gramps/plugins/tool/mediamanager.py:387 msgid "" "The operation you requested has finished successfully. You may press Close " "now to continue." @@ -32026,18 +32034,18 @@ msgstr "" "Požadovaná operace skončila úspěšně. Stiskněte tlačítko Zavřít pro " "pokračování." -#: ../gramps/plugins/tool/mediamanager.py:381 +#: ../gramps/plugins/tool/mediamanager.py:390 msgid "Operation failed" msgstr "Operace selhala" -#: ../gramps/plugins/tool/mediamanager.py:383 +#: ../gramps/plugins/tool/mediamanager.py:392 msgid "" "There was an error while performing the requested operation. You may try " "starting the tool again." msgstr "" "Při provádění požadované operace došlo k chybě. Zkuste spustit nástroj znovu." -#: ../gramps/plugins/tool/mediamanager.py:418 +#: ../gramps/plugins/tool/mediamanager.py:427 #, python-format msgid "" "The following action is to be performed:\n" @@ -32048,11 +32056,11 @@ msgstr "" "\n" "Operace:\t%s" -#: ../gramps/plugins/tool/mediamanager.py:475 +#: ../gramps/plugins/tool/mediamanager.py:484 msgid "Replace _substrings in the path" msgstr "_Nahradit podřetězce v cestě" -#: ../gramps/plugins/tool/mediamanager.py:476 +#: ../gramps/plugins/tool/mediamanager.py:485 msgid "" "This tool allows replacing specified substring in the path of media objects " "with another substring. This can be useful when you move your media files " @@ -32062,19 +32070,19 @@ msgstr "" "média jiným. To může být užitečné v případě kdy potřebujete přesunou média " "do jiného adresáře" -#: ../gramps/plugins/tool/mediamanager.py:482 +#: ../gramps/plugins/tool/mediamanager.py:491 msgid "Replace substring settings" msgstr "Nahradit nastavení podřetězce" -#: ../gramps/plugins/tool/mediamanager.py:495 +#: ../gramps/plugins/tool/mediamanager.py:504 msgid "_Replace:" msgstr "_Nahradit:" -#: ../gramps/plugins/tool/mediamanager.py:505 +#: ../gramps/plugins/tool/mediamanager.py:514 msgid "_With:" msgstr "Za:" -#: ../gramps/plugins/tool/mediamanager.py:519 +#: ../gramps/plugins/tool/mediamanager.py:528 #, python-format msgid "" "The following action is to be performed:\n" @@ -32089,11 +32097,11 @@ msgstr "" "Záměna:\t\t%(src_fname)s\n" "Za:\t\t%(dest_fname)s" -#: ../gramps/plugins/tool/mediamanager.py:560 +#: ../gramps/plugins/tool/mediamanager.py:569 msgid "Convert paths from relative to _absolute" msgstr "Změnit cesty z relativních na _absolutní" -#: ../gramps/plugins/tool/mediamanager.py:561 +#: ../gramps/plugins/tool/mediamanager.py:570 msgid "" "This tool allows converting relative media paths to the absolute ones. It " "does this by prepending the base path as given in the Preferences, or if " @@ -32103,11 +32111,11 @@ msgstr "" "Operace je provedena předřazením základu cesty, který byl nastaven v " "Předvolbách. Pokud nebyl nastaven, použije se domovský adresář uživatele." -#: ../gramps/plugins/tool/mediamanager.py:594 +#: ../gramps/plugins/tool/mediamanager.py:603 msgid "Convert paths from absolute to r_elative" msgstr "Změnit cesty z absolutních na r_elativní" -#: ../gramps/plugins/tool/mediamanager.py:595 +#: ../gramps/plugins/tool/mediamanager.py:604 msgid "" "This tool allows converting absolute media paths to a relative path. The " "relative path is relative viz-a-viz the base path as given in the " @@ -32120,15 +32128,15 @@ msgstr "" "adresář uživatele. Použití relativních cest dovoluje pracovat s umístěním " "médií pouze změnou základu cesty." -#: ../gramps/plugins/tool/mediamanager.py:631 +#: ../gramps/plugins/tool/mediamanager.py:640 msgid "Add images not included in database" msgstr "Přidat obrázky které nejsou v databázi" -#: ../gramps/plugins/tool/mediamanager.py:632 +#: ../gramps/plugins/tool/mediamanager.py:641 msgid "Check directories for images not included in database" msgstr "Hledat v adresářích obrázky které nejsou v databázi" -#: ../gramps/plugins/tool/mediamanager.py:633 +#: ../gramps/plugins/tool/mediamanager.py:642 msgid "" "This tool adds images in directories that are referenced by existing images " "in the database." @@ -32806,10 +32814,6 @@ msgid "" "represent the same person." msgstr "Hledá v celé databázi záznamy, které mohou představovat stejnou osobu." -#: ../gramps/plugins/tool/tools.gpr.py:176 -msgid "Media Manager" -msgstr "Správce médií" - #: ../gramps/plugins/tool/tools.gpr.py:177 msgid "Manages batch operations on media files" msgstr "Spravuje dávkové operace nad soubory médií" @@ -36000,6 +36004,18 @@ msgstr "Nebraska" msgid "No style sheet" msgstr "Žádná šablona" +#~ msgid "Edit Tags" +#~ msgstr "Upravit štítky" + +#~ msgid "You need to restart Gramps to use the new addons." +#~ msgstr "Nová rozšíření budete smět používat po restartu Gramps." + +#~ msgid "Building View" +#~ msgstr "Vytváří se pohled" + +#~ msgid "Gramps Media Manager" +#~ msgstr "Správce médií Gramps" + #~ msgid "" #~ "A person with multiple relations with the same spouse is about to be " #~ "merged. This is beyond the capabilities of the merge routine. The merge " diff --git a/po/hu.po b/po/hu.po index 3a13dbc8f..2b3fd01c3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,16 +7,16 @@ # Egyeki Gergely , 2003, 2004. # Arpad Horvath , 2006. # Kolesár András , 2009. -# Nemeséri Lajos ,2011, 2012, 2013, 2014, 2015, 2016. # Lajos Nemeséri , 2016. +# Nemeséri Lajos ,2011, 2012, 2013, 2014, 2015, 2016, 2017. # msgid "" msgstr "" "Project-Id-Version: GRAMPS 4.2.X\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-05 09:47+0100\n" -"PO-Revision-Date: 2016-12-09 09:43+0100\n" -"Last-Translator: Lajos Nemeséri \n" +"POT-Creation-Date: 2017-01-24 16:59+0100\n" +"PO-Revision-Date: 2017-01-28 11:40+0100\n" +"Last-Translator: Nemeséri Lajos \n" "Language-Team: magyar <>\n" "Language: hu\n" "MIME-Version: 1.0\n" @@ -51,7 +51,7 @@ msgstr "" "Minden kutatása szervezett, kereshető és olyan precíz lesz, ahogy annak " "lennie kell." -#: ../data/gramps.desktop.in.h:1 ../gramps/gui/glade/displaystate.glade:8 +#: ../data/gramps.desktop.in.h:1 msgid "Gramps" msgstr "GRAMPS" @@ -87,13 +87,13 @@ msgid "Gramps XML database" msgstr "GRAMPS XML adatbázis" #: ../data/gramps.keys.in.h:4 ../data/gramps.xml.in.h:2 -#: ../gramps/plugins/export/export.gpr.py:73 -#: ../gramps/plugins/importer/import.gpr.py:51 +#: ../gramps/plugins/export/export.gpr.py:76 +#: ../gramps/plugins/importer/import.gpr.py:54 msgid "GEDCOM" msgstr "GEDCOM" -#: ../data/gramps.keys.in.h:5 ../gramps/plugins/export/export.gpr.py:95 -#: ../gramps/plugins/importer/import.gpr.py:70 +#: ../data/gramps.keys.in.h:5 ../gramps/plugins/export/export.gpr.py:98 +#: ../gramps/plugins/importer/import.gpr.py:73 msgid "GeneWeb" msgstr "GeneWeb" @@ -1153,12 +1153,12 @@ msgstr "" msgid "OK to overwrite?" msgstr "Felülírhatom?" -#: ../gramps/cli/arghandler.py:294 ../gramps/cli/clidbman.py:434 +#: ../gramps/cli/arghandler.py:294 ../gramps/cli/clidbman.py:438 msgid "no" msgstr "nem" #: ../gramps/cli/arghandler.py:294 ../gramps/cli/arghandler.py:295 -#: ../gramps/cli/clidbman.py:434 +#: ../gramps/cli/clidbman.py:438 msgid "yes" msgstr "igen" @@ -1196,7 +1196,7 @@ msgstr "GRAMPS családfa:" #: ../gramps/cli/arghandler.py:441 ../gramps/cli/arghandler.py:442 #: ../gramps/cli/arghandler.py:444 ../gramps/cli/clidbman.py:69 #: ../gramps/cli/clidbman.py:172 ../gramps/cli/clidbman.py:193 -#: ../gramps/gui/clipboard.py:970 ../gramps/gui/configure.py:1466 +#: ../gramps/gui/clipboard.py:970 ../gramps/gui/configure.py:1502 msgid "Family Tree" msgstr "Családfa" @@ -1345,7 +1345,6 @@ msgid "" " -q, --quiet Suppress progress indication output " "(non-GUI mode only)\n" " -v, --version Show versions\n" -" -b, --databases Show available database backends\n" msgstr "" "\n" "Használat: gramps.py [OPTION...]\n" @@ -1361,8 +1360,8 @@ msgstr "" "megnyitotton\n" " -i, --import=FILENAME Fájl importálása\n" " -e, --export=FILENAME Fájl exportálása\n" -" -r, --remove=FAMILY_TREE_PATTERN Az egyező Családfa(ák) " -"eltávolítása\n" +" -r, --remove=FAMILY_TREE_PATTERN Az egyező Családfa(ák) eltávolítása " +"(reguláris kifejezések használatával)\n" " -f, --format=FORMAT Családfa formátum meghatározása\n" " -a, --action=ACTION Tevékenység meghatározása\n" " -p, --options=OPTIONS_STRING Opciók meghatározása\n" @@ -1380,10 +1379,8 @@ msgstr "" " -q, --quiet A haladásjelző kimenet elrejtése " "(csak nem grafikus módban)\n" " -v, --version Verziók mutatása\n" -" -b, --databases Lehetséges adatbázis elérési " -"rétegek mutatása\n" -#: ../gramps/cli/argparser.py:83 +#: ../gramps/cli/argparser.py:82 msgid "" "\n" "Example of usage of Gramps command line interface\n" @@ -1500,11 +1497,11 @@ msgstr "" "Megjegyzés: Ezek a példák bash shell-hez készültek.\n" "A szintaktika különbözhet más shellek és a Windows esetén.\n" -#: ../gramps/cli/argparser.py:242 ../gramps/cli/argparser.py:413 +#: ../gramps/cli/argparser.py:240 ../gramps/cli/argparser.py:394 msgid "Error parsing the arguments" msgstr "Hiba a paraméterek feldolgozásakor" -#: ../gramps/cli/argparser.py:244 +#: ../gramps/cli/argparser.py:242 #, python-format msgid "" "Error parsing the arguments: %s \n" @@ -1514,62 +1511,47 @@ msgstr "" "Írja be: gramps --help a parancsok megtekintéséhez, vagy a kézikönyv lapok " "olvasásához." -#: ../gramps/cli/argparser.py:262 +#: ../gramps/cli/argparser.py:260 #, python-format msgid "Trying to open: %s ..." msgstr "Megnyitási kísérlet: %s ..." -#: ../gramps/cli/argparser.py:299 +#: ../gramps/cli/argparser.py:297 #, python-format msgid "Unknown action: %s. Ignoring." msgstr "Ismeretlen művelet: %s. Figyelmen kívül hagyás." -#: ../gramps/cli/argparser.py:309 +#: ../gramps/cli/argparser.py:307 msgid "setup debugging" msgstr "hibakeresés beállítása" -#: ../gramps/cli/argparser.py:320 +#: ../gramps/cli/argparser.py:318 #, python-format msgid "Gramps config settings from %s:" msgstr "GRAMPS konfigurációs beállítások %s-ből:" -#. translators: needed for French, ignore otherwise -#: ../gramps/cli/argparser.py:343 ../gramps/gen/plug/report/endnotes.py:175 -#: ../gramps/gui/plug/report/_docreportdialog.py:184 -#: ../gramps/gui/plug/report/_docreportdialog.py:235 -#: ../gramps/gui/plug/report/_graphvizreportdialog.py:150 -#: ../gramps/plugins/textreport/familygroup.py:406 -#: ../gramps/plugins/textreport/indivcomplete.py:898 -#: ../gramps/plugins/textreport/indivcomplete.py:900 -#: ../gramps/plugins/textreport/indivcomplete.py:901 -#: ../gramps/plugins/textreport/indivcomplete.py:902 -#: ../gramps/plugins/textreport/indivcomplete.py:903 -#, python-format -msgid "%s:" -msgstr "%s:" - -#: ../gramps/cli/argparser.py:354 +#: ../gramps/cli/argparser.py:335 #, python-format msgid "Current Gramps config setting: %(name)s:%(value)s" msgstr "A jelenlegi GRAMPS konfigurációs beállítások: %(name)s:%(value)s" #. does a user want the default config value? -#: ../gramps/cli/argparser.py:361 +#: ../gramps/cli/argparser.py:342 msgid "DEFAULT" msgstr "ALAPÉRTELMEZETT" #. translators: indent "New" to match "Current" -#: ../gramps/cli/argparser.py:368 +#: ../gramps/cli/argparser.py:349 #, python-format msgid " New Gramps config setting: %(name)s:%(value)s" msgstr " Új GRAMPS konfigurációs beállítások: %(name)s:%(value)s" -#: ../gramps/cli/argparser.py:376 +#: ../gramps/cli/argparser.py:357 #, python-format msgid "Gramps: no such config setting: '%s'" msgstr "GRAMPS: nincs ilyen konfigurációs beállítás: '%s'" -#: ../gramps/cli/argparser.py:414 +#: ../gramps/cli/argparser.py:395 #, python-format msgid "" "Error parsing the arguments: %s \n" @@ -1589,11 +1571,11 @@ msgstr "" #: ../gramps/cli/clidbman.py:169 ../gramps/cli/clidbman.py:171 #: ../gramps/gui/clipboard.py:186 ../gramps/gui/clipboard.py:187 -#: ../gramps/gui/plug/_windows.py:488 +#: ../gramps/gui/plug/_windows.py:496 msgid "Unavailable" msgstr "Elérhetetlen" -#: ../gramps/cli/clidbman.py:173 ../gramps/gen/lib/media.py:195 +#: ../gramps/cli/clidbman.py:173 ../gramps/gen/lib/media.py:160 #: ../gramps/gui/editors/displaytabs/webembedlist.py:66 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:90 #: ../gramps/gui/glade/editmedia.glade:289 @@ -1606,7 +1588,7 @@ msgstr "Útvonal" msgid "Database" msgstr "Adatbázis" -#: ../gramps/cli/clidbman.py:175 ../gramps/gui/dbman.py:396 +#: ../gramps/cli/clidbman.py:175 ../gramps/gui/dbman.py:401 msgid "Last accessed" msgstr "Utoljára használt" @@ -1635,30 +1617,30 @@ msgid "Import finished..." msgstr "Az importálás befejeződött..." #. Create a new database -#: ../gramps/cli/clidbman.py:376 ../gramps/plugins/importer/importcsv.py:342 +#: ../gramps/cli/clidbman.py:380 ../gramps/plugins/importer/importcsv.py:343 msgid "Importing data..." msgstr "Adatok importálása..." -#: ../gramps/cli/clidbman.py:430 +#: ../gramps/cli/clidbman.py:434 msgid "Remove family tree warning" msgstr "A Családfa figyelmeztetés eltávolítása" -#: ../gramps/cli/clidbman.py:431 +#: ../gramps/cli/clidbman.py:435 #, python-format msgid "" "Are you sure you want to remove the family tree named\n" "\"%s\"?" msgstr "Biztos benne, hogy a \"%s\" nevű Családfát el akarja távolítani?" -#: ../gramps/cli/clidbman.py:441 ../gramps/gui/dbman.py:718 +#: ../gramps/cli/clidbman.py:445 ../gramps/gui/dbman.py:726 msgid "Could not delete Family Tree" msgstr "A Családfa nem törölhető" -#: ../gramps/cli/clidbman.py:455 +#: ../gramps/cli/clidbman.py:459 msgid "Could not rename Family Tree" msgstr "Nem tudom átnevezni a Családfát" -#: ../gramps/cli/clidbman.py:488 +#: ../gramps/cli/clidbman.py:492 #, python-format msgid "" "\n" @@ -1677,18 +1659,30 @@ msgstr "" " %s\n" "\n" -#: ../gramps/cli/clidbman.py:540 ../gramps/gui/configure.py:1357 +#: ../gramps/cli/clidbman.py:544 ../gramps/gui/configure.py:1366 +#: ../gramps/gui/configure.py:1490 msgid "Never" msgstr "Soha" #. feature request 2356: avoid genitive form -#: ../gramps/cli/clidbman.py:556 +#: ../gramps/cli/clidbman.py:560 #, python-format msgid "Locked by %s" msgstr "%s által zárolt" #. allow deferred translation of attribute UI strings -#: ../gramps/cli/clidbman.py:558 ../gramps/gen/lib/attrtype.py:62 +#. Pro-Gen has a text field for the date. +#. It can be anything (it should be dd-mm-yyyy), but we have seen: +#. yyyy +#. mm-yyyy +#. before yyyy +#. dd=mm-yyyy (typo I guess) +#. 00-00-yyyy +#. oo-oo-yyyy +#. dd-mm-00 (does this mean we do not know about the year?) +#. This function tries to parse the text and create a proper Gramps Date() +#. object. If all else fails we create a MOD_TEXTONLY Date() object. +#: ../gramps/cli/clidbman.py:562 ../gramps/gen/lib/attrtype.py:62 #: ../gramps/gen/lib/childreftype.py:73 ../gramps/gen/lib/eventroletype.py:52 #: ../gramps/gen/lib/eventtype.py:162 ../gramps/gen/lib/familyreltype.py:47 #: ../gramps/gen/lib/grampstype.py:33 ../gramps/gen/lib/nameorigintype.py:73 @@ -1699,12 +1693,12 @@ msgstr "%s által zárolt" #: ../gramps/gen/utils/lds.py:86 ../gramps/gen/utils/unknown.py:119 #: ../gramps/gen/utils/unknown.py:121 ../gramps/gen/utils/unknown.py:125 #: ../gramps/gen/utils/unknown.py:131 ../gramps/gen/utils/unknown.py:136 -#: ../gramps/gui/clipboard.py:183 ../gramps/gui/dbman.py:979 +#: ../gramps/gui/clipboard.py:183 ../gramps/gui/dbman.py:987 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:125 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:143 -#: ../gramps/gui/editors/editmedia.py:180 +#: ../gramps/gui/editors/editmedia.py:178 #: ../gramps/gui/editors/editmediaref.py:142 -#: ../gramps/plugins/db/bsddb/write.py:2514 +#: ../gramps/plugins/db/bsddb/write.py:2460 #: ../gramps/plugins/gramplet/persondetails.py:208 #: ../gramps/plugins/gramplet/persondetails.py:214 #: ../gramps/plugins/gramplet/persondetails.py:216 @@ -1713,6 +1707,7 @@ msgstr "%s által zárolt" #: ../gramps/plugins/gramplet/relativegramplet.py:135 #: ../gramps/plugins/graph/gvfamilylines.py:267 #: ../gramps/plugins/graph/gvrelgraph.py:791 +#: ../gramps/plugins/importer/importprogen.py:981 #: ../gramps/plugins/lib/maps/geography.py:836 #: ../gramps/plugins/lib/maps/geography.py:846 #: ../gramps/plugins/lib/maps/geography.py:847 @@ -1743,7 +1738,9 @@ msgstr "%s által zárolt" #: ../gramps/plugins/textreport/indivcomplete.py:86 #: ../gramps/plugins/textreport/indivcomplete.py:913 #: ../gramps/plugins/tool/check.py:2356 ../gramps/plugins/tool/check.py:2382 -#: ../gramps/plugins/tool/dumpgenderstats.py:65 +#: ../gramps/plugins/tool/dumpgenderstats.py:74 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:100 #: ../gramps/plugins/view/geoclose.py:521 #: ../gramps/plugins/view/geofamclose.py:271 #: ../gramps/plugins/view/geofamclose.py:712 @@ -1751,8 +1748,8 @@ msgstr "%s által zárolt" #: ../gramps/plugins/view/geomoves.py:596 #: ../gramps/plugins/view/geoperson.py:480 #: ../gramps/plugins/view/geoplaces.py:525 -#: ../gramps/plugins/view/relview.py:458 ../gramps/plugins/view/relview.py:998 -#: ../gramps/plugins/view/relview.py:1055 +#: ../gramps/plugins/view/relview.py:468 ../gramps/plugins/view/relview.py:1008 +#: ../gramps/plugins/view/relview.py:1065 #: ../gramps/plugins/webreport/narrativeweb.py:2147 #: ../gramps/plugins/webreport/narrativeweb.py:2176 #: ../gramps/plugins/webreport/narrativeweb.py:2181 @@ -1773,13 +1770,13 @@ msgstr "FIGYELMEZTETéS: %s" msgid "ERROR: %s" msgstr "HIBA: %s" -#: ../gramps/cli/grampscli.py:105 ../gramps/cli/user.py:199 -#: ../gramps/gui/dialog.py:217 +#: ../gramps/cli/grampscli.py:105 ../gramps/cli/user.py:200 +#: ../gramps/gui/dialog.py:244 msgid "Low level database corruption detected" msgstr "Alacsony szintű adatbázis hibát észleltem" -#: ../gramps/cli/grampscli.py:107 ../gramps/cli/user.py:200 -#: ../gramps/gui/dialog.py:218 +#: ../gramps/cli/grampscli.py:107 ../gramps/cli/user.py:201 +#: ../gramps/gui/dialog.py:245 msgid "" "Gramps has detected a problem in the underlying Berkeley database. This can " "be repaired from the Family Tree Manager. Select the database and click on " @@ -1788,12 +1785,12 @@ msgstr "" "A GRAMPS az alap Berkeley adatbázisban hibát észlelt. Ez javítható a " "Családfa Kezelőben. Válassza ki az adatbázist és kattintson a Javítás gombra" -#: ../gramps/cli/grampscli.py:152 ../gramps/gui/dbloader.py:306 +#: ../gramps/cli/grampscli.py:152 ../gramps/gui/dbloader.py:160 msgid "Read only database" msgstr "Csak olvasható adatbázis" -#: ../gramps/cli/grampscli.py:153 ../gramps/gui/dbloader.py:247 -#: ../gramps/gui/dbloader.py:307 +#: ../gramps/cli/grampscli.py:153 ../gramps/gui/dbloader.py:161 +#: ../gramps/gui/dbloader.py:500 msgid "You do not have write access to the selected file." msgstr "Nincs írási joga a kiválasztott fájlra." @@ -1801,14 +1798,14 @@ msgstr "Nincs írási joga a kiválasztott fájlra." #: ../gramps/cli/grampscli.py:185 ../gramps/cli/grampscli.py:188 #: ../gramps/cli/grampscli.py:191 ../gramps/cli/grampscli.py:194 #: ../gramps/cli/grampscli.py:197 ../gramps/cli/grampscli.py:200 -#: ../gramps/cli/grampscli.py:203 ../gramps/gui/dbloader.py:410 -#: ../gramps/gui/dbloader.py:413 ../gramps/gui/dbloader.py:416 -#: ../gramps/gui/dbloader.py:419 ../gramps/gui/dbloader.py:422 +#: ../gramps/cli/grampscli.py:203 ../gramps/gui/dbloader.py:264 +#: ../gramps/gui/dbloader.py:267 ../gramps/gui/dbloader.py:270 +#: ../gramps/gui/dbloader.py:273 ../gramps/gui/dbloader.py:276 msgid "Cannot open database" msgstr "Az adatbázis nem megnyitható" -#: ../gramps/cli/grampscli.py:207 ../gramps/gui/dbloader.py:203 -#: ../gramps/gui/dbloader.py:426 +#: ../gramps/cli/grampscli.py:207 ../gramps/gui/dbloader.py:280 +#: ../gramps/gui/dbloader.py:457 #, python-format msgid "Could not open file: %s" msgstr "Nem megnyitható fájl: %s" @@ -1924,24 +1921,30 @@ msgstr "=css fájlnév" msgid "CSS filename to use, html format only" msgstr "A használandó CSS fájlnév, csak html formátum" -#: ../gramps/cli/plug/__init__.py:445 +#. translators: needed for French, Hebrew and Arabic +#: ../gramps/cli/plug/__init__.py:402 +#, python-format +msgid "%(id)s:\t%(father)s, %(mother)s" +msgstr "%(id)s:\t%(father)s, %(mother)s" + +#: ../gramps/cli/plug/__init__.py:447 #, python-format msgid "Unknown option: %s" msgstr "Ismeretlen beállítás: %s" -#: ../gramps/cli/plug/__init__.py:446 ../gramps/cli/plug/__init__.py:527 +#: ../gramps/cli/plug/__init__.py:448 ../gramps/cli/plug/__init__.py:529 msgid " Valid options are:" msgstr " Érvényes beállítások:" -#: ../gramps/cli/plug/__init__.py:449 ../gramps/cli/plug/__init__.py:530 -#: ../gramps/cli/plug/__init__.py:610 +#: ../gramps/cli/plug/__init__.py:451 ../gramps/cli/plug/__init__.py:532 +#: ../gramps/cli/plug/__init__.py:612 #, python-format msgid " Use '%(donottranslate)s' to see description and acceptable values" msgstr "" " A leírás és a használható értékek megtekintéséhez használja a(z) " "'%(donottranslate)s'-t" -#: ../gramps/cli/plug/__init__.py:502 +#: ../gramps/cli/plug/__init__.py:504 #, python-format msgid "" "Ignoring '%(notranslate1)s=%(notranslate2)s' and using '%(notranslate1)s=" @@ -1950,31 +1953,31 @@ msgstr "" "'%(notranslate1)s=%(notranslate2)s' mellőzése és '%(notranslate1)s=" "%(notranslate3)s' használata." -#: ../gramps/cli/plug/__init__.py:508 +#: ../gramps/cli/plug/__init__.py:510 #, python-format msgid "Use '%(notranslate)s' to see valid values." msgstr "" "Használja a(z) '%(notranslate)s'-t az érvényes értékek megtekintéséhez." -#: ../gramps/cli/plug/__init__.py:526 +#: ../gramps/cli/plug/__init__.py:528 #, python-format msgid "Ignoring unknown option: %s" msgstr "Ismeretlen beállítás mellőzése: %s" -#: ../gramps/cli/plug/__init__.py:599 +#: ../gramps/cli/plug/__init__.py:601 msgid " Available options:" msgstr " Elérhető lehetőségek:" -#: ../gramps/cli/plug/__init__.py:608 +#: ../gramps/cli/plug/__init__.py:610 msgid "(no help available)" msgstr "(nincs hozzá súgó)" -#: ../gramps/cli/plug/__init__.py:616 +#: ../gramps/cli/plug/__init__.py:618 msgid " Available values are:" msgstr " Elérhető értékek:" #. there was a show option given, but the option is invalid -#: ../gramps/cli/plug/__init__.py:627 +#: ../gramps/cli/plug/__init__.py:629 #, python-format msgid "" "option '%(optionname)s' not valid. Use '%(donottranslate)s' to see all valid " @@ -1983,20 +1986,20 @@ msgstr "" "a(z) '%(optionname)s' nem érvényes: Használja a(z) '%(donottranslate)s'-t az " "összes elérhető lehetőség megtekintéséhez." -#: ../gramps/cli/plug/__init__.py:644 +#: ../gramps/cli/plug/__init__.py:646 msgid "Failed to write report. " msgstr "Nem sikerült összesítőt írni. " -#: ../gramps/cli/plug/__init__.py:793 +#: ../gramps/cli/plug/__init__.py:795 #, python-format msgid "Failed to make '%s' report." msgstr "Nem sikerült '%s' összesítőt írni." -#: ../gramps/cli/user.py:216 ../gramps/gui/dialog.py:203 +#: ../gramps/cli/user.py:217 ../gramps/gui/dialog.py:230 msgid "Error detected in database" msgstr "Hibát észleltem az adatbázisban" -#: ../gramps/cli/user.py:217 ../gramps/gui/dialog.py:204 +#: ../gramps/cli/user.py:218 ../gramps/gui/dialog.py:231 #, python-format msgid "" "Gramps has detected an error in the database. This can usually be resolved " @@ -2013,30 +2016,39 @@ msgstr "" "el egy hibajelentést a %(gramps_bugtracker_url)s címen.\n" "\n" -#: ../gramps/gen/config.py:325 +#: ../gramps/gen/config.py:240 msgid "Imported %Y/%m/%d %H:%M:%S" msgstr "Importált %Y/%m/%d %H:%M:%S" -#: ../gramps/gen/config.py:339 +#: ../gramps/gen/config.py:254 msgid "Missing Given Name" msgstr "Hiányzó keresztnév" -#: ../gramps/gen/config.py:340 +#: ../gramps/gen/config.py:255 msgid "Missing Record" msgstr "Hiányzó felvétel" -#: ../gramps/gen/config.py:341 +#: ../gramps/gen/config.py:256 msgid "Missing Surname" msgstr "Hiányzó vezetéknév" -#: ../gramps/gen/config.py:348 ../gramps/gen/config.py:350 +#: ../gramps/gen/config.py:263 ../gramps/gen/config.py:265 msgid "[Living]" msgstr "[Élő]" -#: ../gramps/gen/config.py:349 +#: ../gramps/gen/config.py:264 msgid "Private Record" msgstr "Bizalmas felvétel" +#. enable a simple CLI test to see if the datestrings exist +#. TRANSLATORS: see +#. http://gramps-project.org/wiki/index.php?title=Translating_Gramps#Translating_dates +#. to learn how to select proper inflection to be used in your localized +#. DateDisplayer code! +#: ../gramps/gen/config.py:304 ../gramps/gen/datehandler/_datestrings.py:79 +msgid "localized lexeme inflections||January" +msgstr "január" + #: ../gramps/gen/const.py:221 msgid "" "Gramps\n" @@ -2396,14 +2408,6 @@ msgstr "{year} {short_month} {day:d}" msgid "today" msgstr "ma" -#. TRANSLATORS: see -#. http://gramps-project.org/wiki/index.php?title=Translating_Gramps#Translating_dates -#. to learn how to select proper inflection to be used in your localized -#. DateDisplayer code! -#: ../gramps/gen/datehandler/_datestrings.py:79 -msgid "localized lexeme inflections||January" -msgstr "január" - #: ../gramps/gen/datehandler/_datestrings.py:80 msgid "localized lexeme inflections||February" msgstr "február" @@ -2871,14 +2875,6 @@ msgstr "Apa eltávolítása a családból" msgid "Remove mother from family" msgstr "Anya eltávolítása a családból" -#: ../gramps/gen/db/base.py:2008 -msgid "Autobackup..." -msgstr "Automentés..." - -#: ../gramps/gen/db/base.py:2012 -msgid "Error saving backup data" -msgstr "Biztonsági adatmentés hiba" - #: ../gramps/gen/db/exceptions.py:91 #, python-format msgid "" @@ -3106,101 +3102,93 @@ msgstr "" "%(bold_start)srégi%(bold_end)s változatát, a Családfájáról " "%(wiki_backup_html_start)skészítsen mentést%(html_end)s." -#: ../gramps/gen/db/generic.py:155 ../gramps/gen/db/generic.py:200 -#: ../gramps/gen/db/generic.py:2184 ../gramps/plugins/db/bsddb/undoredo.py:245 -#: ../gramps/plugins/db/bsddb/undoredo.py:282 -#: ../gramps/plugins/db/bsddb/write.py:2326 +#: ../gramps/gen/db/generic.py:163 ../gramps/gen/db/generic.py:215 +#: ../gramps/gen/db/generic.py:2163 ../gramps/plugins/db/bsddb/undoredo.py:252 +#: ../gramps/plugins/db/bsddb/undoredo.py:296 +#: ../gramps/plugins/db/bsddb/write.py:2304 #, python-format msgid "_Undo %s" msgstr "%s _visszavonása" -#: ../gramps/gen/db/generic.py:160 ../gramps/gen/db/generic.py:206 -#: ../gramps/plugins/db/bsddb/undoredo.py:251 -#: ../gramps/plugins/db/bsddb/undoredo.py:288 +#: ../gramps/gen/db/generic.py:168 ../gramps/gen/db/generic.py:221 +#: ../gramps/plugins/db/bsddb/undoredo.py:258 +#: ../gramps/plugins/db/bsddb/undoredo.py:302 #, python-format msgid "_Redo %s" msgstr "%s _ismétlése" -#: ../gramps/gen/db/generic.py:2630 ../gramps/plugins/db/bsddb/read.py:2081 -#: ../gramps/plugins/db/bsddb/write.py:2517 +#: ../gramps/gen/db/generic.py:2584 ../gramps/plugins/db/bsddb/read.py:2071 +#: ../gramps/plugins/db/bsddb/write.py:2463 msgid "Number of people" msgstr "Emberek száma" -#: ../gramps/gen/db/generic.py:2631 ../gramps/plugins/db/bsddb/read.py:2082 -#: ../gramps/plugins/db/bsddb/write.py:2518 +#: ../gramps/gen/db/generic.py:2585 ../gramps/plugins/db/bsddb/read.py:2072 +#: ../gramps/plugins/db/bsddb/write.py:2464 #: ../gramps/plugins/gramplet/statsgramplet.py:117 #: ../gramps/plugins/webreport/narrativeweb.py:8108 #: ../gramps/plugins/webreport/narrativeweb.py:8174 msgid "Number of families" msgstr "Családok száma" -#: ../gramps/gen/db/generic.py:2632 ../gramps/plugins/db/bsddb/read.py:2083 -#: ../gramps/plugins/db/bsddb/write.py:2519 +#: ../gramps/gen/db/generic.py:2586 ../gramps/plugins/db/bsddb/read.py:2073 +#: ../gramps/plugins/db/bsddb/write.py:2465 #: ../gramps/plugins/webreport/narrativeweb.py:8135 #: ../gramps/plugins/webreport/narrativeweb.py:8186 msgid "Number of sources" msgstr "Források száma" -#: ../gramps/gen/db/generic.py:2633 ../gramps/plugins/db/bsddb/read.py:2084 -#: ../gramps/plugins/db/bsddb/write.py:2520 +#: ../gramps/gen/db/generic.py:2587 ../gramps/plugins/db/bsddb/read.py:2074 +#: ../gramps/plugins/db/bsddb/write.py:2466 #: ../gramps/plugins/webreport/narrativeweb.py:8139 #: ../gramps/plugins/webreport/narrativeweb.py:8189 msgid "Number of citations" msgstr "Idézetek száma" -#: ../gramps/gen/db/generic.py:2634 ../gramps/plugins/db/bsddb/read.py:2085 -#: ../gramps/plugins/db/bsddb/write.py:2521 +#: ../gramps/gen/db/generic.py:2588 ../gramps/plugins/db/bsddb/read.py:2075 +#: ../gramps/plugins/db/bsddb/write.py:2467 #: ../gramps/plugins/webreport/narrativeweb.py:8128 #: ../gramps/plugins/webreport/narrativeweb.py:8180 msgid "Number of events" msgstr "Események száma" -#: ../gramps/gen/db/generic.py:2635 ../gramps/plugins/db/bsddb/read.py:2086 -#: ../gramps/plugins/db/bsddb/write.py:2522 +#: ../gramps/gen/db/generic.py:2589 ../gramps/plugins/db/bsddb/read.py:2076 +#: ../gramps/plugins/db/bsddb/write.py:2468 msgid "Number of media" msgstr "Médiumok száma" -#: ../gramps/gen/db/generic.py:2636 ../gramps/plugins/db/bsddb/read.py:2087 -#: ../gramps/plugins/db/bsddb/write.py:2523 +#: ../gramps/gen/db/generic.py:2590 ../gramps/plugins/db/bsddb/read.py:2077 +#: ../gramps/plugins/db/bsddb/write.py:2469 #: ../gramps/plugins/webreport/narrativeweb.py:8131 #: ../gramps/plugins/webreport/narrativeweb.py:8183 msgid "Number of places" msgstr "Helyek száma" -#: ../gramps/gen/db/generic.py:2637 ../gramps/plugins/db/bsddb/read.py:2088 -#: ../gramps/plugins/db/bsddb/write.py:2524 +#: ../gramps/gen/db/generic.py:2591 ../gramps/plugins/db/bsddb/read.py:2078 +#: ../gramps/plugins/db/bsddb/write.py:2470 #: ../gramps/plugins/webreport/narrativeweb.py:8143 #: ../gramps/plugins/webreport/narrativeweb.py:8192 msgid "Number of repositories" msgstr "Tárolók száma" -#: ../gramps/gen/db/generic.py:2638 ../gramps/plugins/db/bsddb/read.py:2089 -#: ../gramps/plugins/db/bsddb/write.py:2525 +#: ../gramps/gen/db/generic.py:2592 ../gramps/plugins/db/bsddb/read.py:2079 +#: ../gramps/plugins/db/bsddb/write.py:2471 msgid "Number of notes" msgstr "Megjegyzések száma" -#: ../gramps/gen/db/generic.py:2639 ../gramps/plugins/db/bsddb/read.py:2090 -#: ../gramps/plugins/db/bsddb/write.py:2526 +#: ../gramps/gen/db/generic.py:2593 ../gramps/plugins/db/bsddb/read.py:2080 +#: ../gramps/plugins/db/bsddb/write.py:2472 msgid "Number of tags" msgstr "Címek száma" -#: ../gramps/gen/db/generic.py:2640 ../gramps/plugins/db/bsddb/write.py:2527 +#: ../gramps/gen/db/generic.py:2594 ../gramps/plugins/db/bsddb/write.py:2473 msgid "Data version" msgstr "Adat változat" -#: ../gramps/gen/db/generic.py:2641 -msgid "Backups, count" -msgstr "Mentések, darabszám" - -#: ../gramps/gen/db/generic.py:2642 -msgid "Backups, last" -msgstr "Mentések, utolsó" - #. translators: needed for Arabic, ignore otherwise #. need for spacing on the french translation #. translators: needed for Arabic, ignore otherwise #: ../gramps/gen/display/name.py:349 -#: ../gramps/gui/views/treemodels/placemodel.py:130 +#: ../gramps/gui/views/treemodels/placemodel.py:131 #: ../gramps/plugins/lib/libtreebase.py:707 msgid "," msgstr "," @@ -3214,15 +3202,15 @@ msgid "Surname, Given Suffix" msgstr "Vezetéknév, adott utótag" #: ../gramps/gen/display/name.py:356 ../gramps/gen/utils/keyword.py:55 -#: ../gramps/gui/configure.py:643 ../gramps/gui/configure.py:645 -#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:652 -#: ../gramps/gui/configure.py:654 ../gramps/gui/configure.py:655 -#: ../gramps/gui/configure.py:656 ../gramps/gui/configure.py:657 +#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 +#: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:655 +#: ../gramps/gui/configure.py:657 ../gramps/gui/configure.py:658 #: ../gramps/gui/configure.py:659 ../gramps/gui/configure.py:660 -#: ../gramps/gui/configure.py:661 ../gramps/gui/configure.py:662 -#: ../gramps/gui/configure.py:663 ../gramps/gui/configure.py:664 +#: ../gramps/gui/configure.py:662 ../gramps/gui/configure.py:663 +#: ../gramps/gui/configure.py:664 ../gramps/gui/configure.py:665 +#: ../gramps/gui/configure.py:666 ../gramps/gui/configure.py:667 #: ../gramps/plugins/export/exportcsv.py:353 -#: ../gramps/plugins/importer/importcsv.py:161 +#: ../gramps/plugins/importer/importcsv.py:162 msgid "Given" msgstr "Keresztnév" @@ -3246,18 +3234,18 @@ msgid "Person|title" msgstr "cím" #: ../gramps/gen/display/name.py:599 ../gramps/gen/display/name.py:699 -#: ../gramps/plugins/importer/importcsv.py:160 +#: ../gramps/plugins/importer/importcsv.py:161 msgid "given" msgstr "adott" #: ../gramps/gen/display/name.py:601 ../gramps/gen/display/name.py:701 -#: ../gramps/plugins/importer/importcsv.py:157 +#: ../gramps/plugins/importer/importcsv.py:158 msgid "surname" msgstr "vezetéknév" #: ../gramps/gen/display/name.py:603 ../gramps/gen/display/name.py:703 -#: ../gramps/gui/editors/editperson.py:389 -#: ../gramps/plugins/importer/importcsv.py:166 +#: ../gramps/gui/editors/editperson.py:388 +#: ../gramps/plugins/importer/importcsv.py:167 msgid "suffix" msgstr "utótag" @@ -3314,8 +3302,8 @@ msgid "Remaining names|rest" msgstr "a többi" #: ../gramps/gen/display/name.py:640 ../gramps/gen/display/name.py:732 -#: ../gramps/gui/editors/editperson.py:410 -#: ../gramps/plugins/importer/importcsv.py:165 +#: ../gramps/gui/editors/editperson.py:409 +#: ../gramps/plugins/importer/importcsv.py:166 msgid "prefix" msgstr "előtag" @@ -3481,7 +3469,7 @@ msgstr "Kötet/Oldal:" #: ../gramps/gen/filters/rules/person/_hasevent.py:49 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:49 #: ../gramps/gen/filters/rules/place/_hascitation.py:49 -#: ../gramps/gui/editors/filtereditor.py:580 +#: ../gramps/gui/editors/filtereditor.py:578 #: ../gramps/gui/glade/mergecitation.glade:245 #: ../gramps/gui/glade/mergecitation.glade:261 #: ../gramps/gui/glade/mergeevent.glade:245 @@ -3538,7 +3526,7 @@ msgstr "Eseményszűrők" #: ../gramps/gen/filters/rules/person/_hasaddress.py:48 #: ../gramps/gen/filters/rules/person/_hasassociation.py:48 #: ../gramps/gen/filters/rules/source/_hasrepository.py:46 -#: ../gramps/gui/editors/filtereditor.py:514 +#: ../gramps/gui/editors/filtereditor.py:513 msgid "Number must be:" msgstr "Ilyen szám kell:" @@ -3549,7 +3537,7 @@ msgstr "Ilyen szám kell:" #: ../gramps/gen/filters/rules/person/_hasaddress.py:48 #: ../gramps/gen/filters/rules/person/_hasassociation.py:48 #: ../gramps/gen/filters/rules/source/_hasrepository.py:46 -#: ../gramps/gui/editors/filtereditor.py:509 +#: ../gramps/gui/editors/filtereditor.py:508 msgid "Number of instances:" msgstr "Példák száma:" @@ -3570,7 +3558,7 @@ msgstr "Példák száma:" #: ../gramps/gen/filters/rules/person/_matchidof.py:44 #: ../gramps/gen/filters/rules/person/_relationshippathbetween.py:45 #: ../gramps/gen/filters/rules/place/_isenclosedby.py:48 -#: ../gramps/gui/editors/filtereditor.py:518 +#: ../gramps/gui/editors/filtereditor.py:517 #: ../gramps/gui/glade/editplaceref.glade:230 msgid "ID:" msgstr "Azonosító:" @@ -3599,12 +3587,12 @@ msgid "Substring:" msgstr "Karakterláncrész:" #: ../gramps/gen/filters/rules/_hasreferencecountbase.py:42 -#: ../gramps/gui/editors/filtereditor.py:512 +#: ../gramps/gui/editors/filtereditor.py:511 msgid "Reference count must be:" msgstr "Ilyen hivatkozási szám kell:" #: ../gramps/gen/filters/rules/_hasreferencecountbase.py:42 -#: ../gramps/gui/editors/filtereditor.py:508 +#: ../gramps/gui/editors/filtereditor.py:507 msgid "Reference count:" msgstr "Hivatkozás szám:" @@ -3613,7 +3601,7 @@ msgstr "Hivatkozás szám:" #: ../gramps/gen/filters/rules/media/_hassourceof.py:45 #: ../gramps/gen/filters/rules/person/_hassourceof.py:45 #: ../gramps/gen/filters/rules/place/_hassourceof.py:45 -#: ../gramps/gui/editors/filtereditor.py:521 +#: ../gramps/gui/editors/filtereditor.py:520 msgid "Source ID:" msgstr "Forrás azonosító:" @@ -3627,7 +3615,7 @@ msgstr "Forrás azonosító:" #: ../gramps/gen/filters/rules/person/_isparentoffiltermatch.py:46 #: ../gramps/gen/filters/rules/person/_issiblingoffiltermatch.py:45 #: ../gramps/gen/filters/rules/person/_isspouseoffiltermatch.py:46 -#: ../gramps/gui/editors/filtereditor.py:523 +#: ../gramps/gui/editors/filtereditor.py:522 msgid "Filter name:" msgstr "Szűrőnév:" @@ -3640,7 +3628,7 @@ msgstr "A(z) %s szűrő nem található a meghatározott felhasználói szűrők #: ../gramps/gen/filters/rules/_matchessourcefilterbase.py:47 #: ../gramps/gen/filters/rules/citation/_matchessourcefilter.py:48 #: ../gramps/gen/filters/rules/event/_matchessourcefilter.py:48 -#: ../gramps/gui/editors/filtereditor.py:531 +#: ../gramps/gui/editors/filtereditor.py:530 msgid "Source filter name:" msgstr "Forrás szűrő neve:" @@ -3648,7 +3636,7 @@ msgstr "Forrás szűrő neve:" msgid "Miscellaneous filters" msgstr "Vegyes szűrők" -#: ../gramps/gen/filters/rules/_rule.py:54 ../gramps/gui/glade/rule.glade:953 +#: ../gramps/gen/filters/rules/_rule.py:54 ../gramps/gui/glade/rule.glade:950 #: ../gramps/plugins/view/geoclose.py:533 #: ../gramps/plugins/view/geofamclose.py:724 #: ../gramps/plugins/view/geofamily.py:478 @@ -3720,7 +3708,7 @@ msgstr "Bizalmasnak jelölt idézet találatok" #: ../gramps/gen/filters/rules/person/_matchessourceconfidence.py:43 #: ../gramps/gen/filters/rules/place/_hascitation.py:50 #: ../gramps/gen/filters/rules/place/_matchessourceconfidence.py:43 -#: ../gramps/gui/editors/filtereditor.py:577 +#: ../gramps/gui/editors/filtereditor.py:575 msgid "Confidence level:" msgstr "Megbízhatósági szint:" @@ -3794,12 +3782,12 @@ msgid "Title:" msgstr "Cím:" #: ../gramps/gen/filters/rules/citation/_hassource.py:49 -#: ../gramps/gui/glade/editcitation.glade:396 +#: ../gramps/gui/glade/editcitation.glade:395 #: ../gramps/gui/glade/mergedata.glade:792 #: ../gramps/gui/glade/mergedata.glade:808 #: ../gramps/gui/glade/mergesource.glade:245 #: ../gramps/gui/glade/mergesource.glade:261 -#: ../gramps/gui/glade/plugins.glade:192 +#: ../gramps/gui/glade/plugins.glade:190 msgid "Author:" msgstr "Szerző:" @@ -3864,7 +3852,7 @@ msgstr "" #: ../gramps/gen/filters/rules/place/_hastag.py:48 #: ../gramps/gen/filters/rules/repository/_hastag.py:48 #: ../gramps/gen/filters/rules/source/_hastag.py:48 -#: ../gramps/gui/editors/filtereditor.py:573 +#: ../gramps/gui/editors/filtereditor.py:571 msgid "Tag:" msgstr "Címke:" @@ -3895,7 +3883,7 @@ msgstr "" #: ../gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py:45 #: ../gramps/gen/filters/rules/source/_matchesrepositoryfilter.py:43 -#: ../gramps/gui/editors/filtereditor.py:533 +#: ../gramps/gui/editors/filtereditor.py:532 msgid "Repository filter name:" msgstr "Tároló szűrő neve:" @@ -3973,7 +3961,7 @@ msgstr "Bizalmas jelölésnek megfelelő események" #: ../gramps/gen/filters/rules/event/_hasattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:106 -#: ../gramps/gui/editors/filtereditor.py:546 +#: ../gramps/gui/editors/filtereditor.py:545 msgid "Event attribute:" msgstr "Esemény jellemző:" @@ -4005,7 +3993,7 @@ msgstr "Meghatározott értékű idézetnek megfelelő események" #: ../gramps/gen/filters/rules/event/_hastype.py:45 #: ../gramps/gen/filters/rules/person/_iswitness.py:44 #: ../gramps/gui/editors/filtereditor.py:103 -#: ../gramps/gui/editors/filtereditor.py:539 +#: ../gramps/gui/editors/filtereditor.py:538 msgid "Event type:" msgstr "Esemény típus:" @@ -4015,7 +4003,7 @@ msgstr "Esemény típus:" #: ../gramps/gen/filters/rules/person/_hasdeath.py:48 #: ../gramps/gen/filters/rules/person/_hasevent.py:50 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:50 -#: ../gramps/gui/editors/filtereditor.py:506 +#: ../gramps/gui/editors/filtereditor.py:505 #: ../gramps/gui/glade/mergeevent.glade:278 #: ../gramps/gui/glade/mergeevent.glade:294 msgid "Place:" @@ -4041,7 +4029,7 @@ msgid "Matches events with data of a particular value" msgstr "Meghatározott értékű adatnak megfelelő események" #: ../gramps/gen/filters/rules/event/_hasdayofweek.py:44 -#: ../gramps/gui/editors/filtereditor.py:582 +#: ../gramps/gui/editors/filtereditor.py:580 msgid "Day of Week:" msgstr "A hét napja:" @@ -4138,13 +4126,13 @@ msgid "Matches events matched by the specified filter name" msgstr "Meghatározott szűrőnévnek megfelelő események" #: ../gramps/gen/filters/rules/event/_matchespersonfilter.py:50 -#: ../gramps/gui/editors/filtereditor.py:568 +#: ../gramps/gui/editors/filtereditor.py:567 msgid "Include Family events:" msgstr "Családi eseményekkel együtt:" #. filters of another namespace, name may be same as caller! #: ../gramps/gen/filters/rules/event/_matchespersonfilter.py:50 -#: ../gramps/gui/editors/filtereditor.py:527 +#: ../gramps/gui/editors/filtereditor.py:526 msgid "Person filter name:" msgstr "Személyszűrő neve:" @@ -4158,7 +4146,7 @@ msgstr "" "Meghatározott személyszűrő névvel egyező személynek megfelelő események" #: ../gramps/gen/filters/rules/event/_matchesplacefilter.py:49 -#: ../gramps/gui/editors/filtereditor.py:535 +#: ../gramps/gui/editors/filtereditor.py:534 msgid "Place filter name:" msgstr "Hely szűrő neve:" @@ -4201,7 +4189,7 @@ msgid "Matches events whose Gramps ID matches the regular expression" msgstr "Reguláris kifejezéssel egyező GRAMPS azonosítónak megfelelő események" #: ../gramps/gen/filters/rules/family/_allfamilies.py:44 -#: ../gramps/gen/plug/report/utils.py:376 +#: ../gramps/gen/plug/report/utils.py:378 msgid "Every family" msgstr "Minden család" @@ -4287,7 +4275,7 @@ msgstr "Családok, ahol az apának megszabott (részleges) neve van" #: ../gramps/gen/filters/rules/family/_hasattribute.py:44 #: ../gramps/gen/filters/rules/person/_hasfamilyattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:105 -#: ../gramps/gui/editors/filtereditor.py:544 +#: ../gramps/gui/editors/filtereditor.py:543 msgid "Family attribute:" msgstr "Család jellemző:" @@ -4310,13 +4298,13 @@ msgstr "Család találatok meghatározott értékű idézettel" #: ../gramps/gen/filters/rules/family/_hasevent.py:47 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:48 #: ../gramps/gui/editors/filtereditor.py:102 -#: ../gramps/gui/editors/filtereditor.py:540 +#: ../gramps/gui/editors/filtereditor.py:539 msgid "Family event:" msgstr "Családi esemény:" #: ../gramps/gen/filters/rules/family/_hasevent.py:51 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:83 -#: ../gramps/gui/selectors/selectevent.py:71 +#: ../gramps/gui/selectors/selectevent.py:70 #: ../gramps/plugins/gramplet/events.py:92 #: ../gramps/plugins/view/eventview.py:90 msgid "Main Participants" @@ -4393,7 +4381,7 @@ msgstr "Bizonyos hivatkozási számnak megfelelő család objektumok" #: ../gramps/gen/filters/rules/family/_hasreltype.py:45 #: ../gramps/gen/filters/rules/person/_hasrelationship.py:46 #: ../gramps/gui/editors/filtereditor.py:108 -#: ../gramps/gui/editors/filtereditor.py:550 +#: ../gramps/gui/editors/filtereditor.py:549 msgid "Relationship type:" msgstr "Kapcsolat típus:" @@ -4443,7 +4431,7 @@ msgstr "Ikrekkel rendelkező családok" #: ../gramps/gen/filters/rules/person/_isdescendantfamilyof.py:49 #: ../gramps/gen/filters/rules/person/_isdescendantof.py:45 #: ../gramps/gen/filters/rules/place/_isenclosedby.py:48 -#: ../gramps/gui/editors/filtereditor.py:562 +#: ../gramps/gui/editors/filtereditor.py:561 msgid "Inclusive:" msgstr "Bezárólag:" @@ -4595,7 +4583,7 @@ msgstr "" #: ../gramps/gen/filters/rules/media/_hasattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:107 -#: ../gramps/gui/editors/filtereditor.py:548 +#: ../gramps/gui/editors/filtereditor.py:547 msgid "Media attribute:" msgstr "Média jellemző:" @@ -4641,7 +4629,7 @@ msgstr "Típus:" #: ../gramps/gen/filters/rules/media/_hasmedia.py:48 #: ../gramps/gui/glade/mergemedia.glade:245 -#: ../gramps/gui/glade/mergemedia.glade:261 ../gramps/gui/viewmanager.py:1290 +#: ../gramps/gui/glade/mergemedia.glade:261 ../gramps/gui/viewmanager.py:1698 msgid "Path:" msgstr "Útvonal:" @@ -4774,7 +4762,7 @@ msgstr "Meghatározott GRAMPS azonosítójú jegyzettel egyezés" #: ../gramps/gen/filters/rules/note/_hasnote.py:47 #: ../gramps/gen/filters/rules/note/_hastype.py:45 #: ../gramps/gui/editors/filtereditor.py:109 -#: ../gramps/gui/editors/filtereditor.py:552 +#: ../gramps/gui/editors/filtereditor.py:551 msgid "Note type:" msgstr "Jegyzet típus:" @@ -4960,7 +4948,7 @@ msgstr "Egy meghatározott számú társításnak megfelelő emberek" #: ../gramps/gen/filters/rules/person/_hasattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:104 -#: ../gramps/gui/editors/filtereditor.py:542 +#: ../gramps/gui/editors/filtereditor.py:541 msgid "Personal attribute:" msgstr "Személyes jellemző:" @@ -5030,7 +5018,7 @@ msgstr "Egy meghatározott értékű halálozási adatnak megfelelő emberek" #: ../gramps/gen/filters/rules/person/_hasevent.py:48 #: ../gramps/gui/editors/filtereditor.py:101 -#: ../gramps/gui/editors/filtereditor.py:539 +#: ../gramps/gui/editors/filtereditor.py:538 msgid "Personal event:" msgstr "Személyes esemény:" @@ -5039,7 +5027,7 @@ msgid "Main Participants:" msgstr "Fő résztvevők:" #: ../gramps/gen/filters/rules/person/_hasevent.py:53 -#: ../gramps/gui/editors/filtereditor.py:571 +#: ../gramps/gui/editors/filtereditor.py:569 msgid "Primary Role:" msgstr "Elsődleges szerep:" @@ -5149,7 +5137,7 @@ msgstr "Meghatározott (részleges) névvel rendelkező emberek" #: ../gramps/gen/filters/rules/person/_hasnameorigintype.py:46 #: ../gramps/gui/editors/filtereditor.py:111 -#: ../gramps/gui/editors/filtereditor.py:556 +#: ../gramps/gui/editors/filtereditor.py:555 msgid "Surname origin type:" msgstr "Vezetéknév eredeti típusa:" @@ -5163,7 +5151,7 @@ msgstr "Eredeti vezetéknévnek megfelelő emberek" #: ../gramps/gen/filters/rules/person/_hasnametype.py:46 #: ../gramps/gui/editors/filtereditor.py:110 -#: ../gramps/gui/editors/filtereditor.py:554 +#: ../gramps/gui/editors/filtereditor.py:553 msgid "Name type:" msgstr "Név típus:" @@ -5262,7 +5250,7 @@ msgid "Matches people with the particular tag" msgstr "Meghatározott címkével rendelkező emberek" #: ../gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py:47 -#: ../gramps/gui/editors/filtereditor.py:564 +#: ../gramps/gui/editors/filtereditor.py:563 msgid "Case sensitive:" msgstr "Nagybetű érzékeny:" @@ -5426,7 +5414,7 @@ msgstr "Minden nő találat" #: ../gramps/gen/filters/rules/person/_islessthannthgenerationdescendantof.py:45 #: ../gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof.py:45 #: ../gramps/gen/filters/rules/person/_ismorethannthgenerationdescendantof.py:45 -#: ../gramps/gui/editors/filtereditor.py:516 +#: ../gramps/gui/editors/filtereditor.py:515 msgid "Number of generations:" msgstr "A generációk száma:" @@ -5552,7 +5540,7 @@ msgstr "Emberek találatai, akik egy esemény tanúi" #: ../gramps/gen/filters/rules/person/_matcheseventfilter.py:51 #: ../gramps/gen/filters/rules/place/_matcheseventfilter.py:49 -#: ../gramps/gui/editors/filtereditor.py:529 +#: ../gramps/gui/editors/filtereditor.py:528 msgid "Event filter name:" msgstr "Esemény szűrő neve:" @@ -5756,7 +5744,7 @@ msgstr "Név:" #: ../gramps/gen/filters/rules/place/_hasdata.py:49 #: ../gramps/gui/editors/filtereditor.py:112 -#: ../gramps/gui/editors/filtereditor.py:558 +#: ../gramps/gui/editors/filtereditor.py:557 msgid "Place type:" msgstr "Hely típus:" @@ -6282,17 +6270,17 @@ msgid "Caste" msgstr "Kaszt" #. 2 name (version) -#: ../gramps/gen/lib/attrtype.py:65 ../gramps/gen/lib/media.py:197 +#: ../gramps/gen/lib/attrtype.py:65 ../gramps/gen/lib/media.py:162 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:75 #: ../gramps/gui/editors/displaytabs/webembedlist.py:67 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:104 -#: ../gramps/gui/glade/rule.glade:934 ../gramps/gui/glade/styleeditor.glade:262 -#: ../gramps/gui/plug/_windows.py:130 ../gramps/gui/plug/_windows.py:239 -#: ../gramps/gui/plug/_windows.py:612 ../gramps/gui/plug/_windows.py:1095 -#: ../gramps/gui/selectors/selectevent.py:74 +#: ../gramps/gui/glade/rule.glade:931 ../gramps/gui/glade/styleeditor.glade:262 +#: ../gramps/gui/plug/_windows.py:134 ../gramps/gui/plug/_windows.py:243 +#: ../gramps/gui/plug/_windows.py:620 ../gramps/gui/plug/_windows.py:1104 +#: ../gramps/gui/selectors/selectevent.py:73 #: ../gramps/plugins/gramplet/coordinates.py:90 #: ../gramps/plugins/gramplet/events.py:86 -#: ../gramps/plugins/lib/libmetadata.py:98 +#: ../gramps/plugins/lib/libmetadata.py:100 #: ../gramps/plugins/textreport/placereport.py:221 #: ../gramps/plugins/textreport/placereport.py:298 #: ../gramps/plugins/tool/sortevents.py:57 @@ -6322,8 +6310,8 @@ msgid "Social Security Number" msgstr "Társadalombiztosítási szám" #: ../gramps/gen/lib/attrtype.py:70 ../gramps/gen/utils/keyword.py:72 -#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 -#: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:660 +#: ../gramps/gui/configure.py:649 ../gramps/gui/configure.py:651 +#: ../gramps/gui/configure.py:656 ../gramps/gui/configure.py:663 #: ../gramps/plugins/tool/patchnames.py:430 msgid "Nickname" msgstr "Becenév" @@ -6361,10 +6349,10 @@ msgstr "Tanú" msgid "Time" msgstr "Idő" -#: ../gramps/gen/lib/childreftype.py:67 ../gramps/gui/configure.py:80 +#: ../gramps/gen/lib/childreftype.py:67 ../gramps/gui/configure.py:81 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:209 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:175 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:199 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:201 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:155 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:154 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:245 @@ -6376,7 +6364,7 @@ msgid "None" msgstr "Nincs" #: ../gramps/gen/lib/childreftype.py:68 ../gramps/gen/lib/eventtype.py:165 -#: ../gramps/gui/merge/mergeperson.py:187 +#: ../gramps/gui/merge/mergeperson.py:189 #: ../gramps/plugins/gramplet/ancestor.py:64 #: ../gramps/plugins/gramplet/descendant.py:63 #: ../gramps/plugins/quickview/all_relations.py:270 @@ -6385,7 +6373,7 @@ msgstr "Nincs" #: ../gramps/plugins/textreport/familygroup.py:524 #: ../gramps/plugins/textreport/familygroup.py:526 #: ../gramps/plugins/textreport/tagreport.py:166 -#: ../gramps/plugins/view/relview.py:602 +#: ../gramps/plugins/view/relview.py:612 #: ../gramps/plugins/webreport/narrativeweb.py:3252 #: ../gramps/plugins/webreport/narrativeweb.py:6132 msgid "Birth" @@ -6416,13 +6404,13 @@ msgstr "Nevelt" #: ../gramps/gen/lib/date.py:273 ../gramps/gen/lib/date.py:421 #: ../gramps/gen/mime/_pythonmime.py:48 ../gramps/gen/mime/_pythonmime.py:56 #: ../gramps/gen/mime/_winmime.py:57 ../gramps/gen/utils/db.py:523 -#: ../gramps/gui/editors/editperson.py:352 +#: ../gramps/gui/editors/editperson.py:351 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 -#: ../gramps/gui/merge/mergeperson.py:61 +#: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 #: ../gramps/plugins/textreport/indivcomplete.py:648 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 -#: ../gramps/plugins/view/relview.py:638 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 +#: ../gramps/plugins/view/relview.py:648 #: ../gramps/plugins/webreport/narrativeweb.py:6331 msgid "unknown" msgstr "ismeretlen" @@ -6456,9 +6444,9 @@ msgid "between" msgstr "között" #: ../gramps/gen/lib/date.py:297 ../gramps/gen/lib/date.py:341 -#: ../gramps/gen/lib/date.py:359 ../gramps/gui/merge/mergefamily.py:153 +#: ../gramps/gen/lib/date.py:359 ../gramps/gui/merge/mergefamily.py:155 #: ../gramps/plugins/quickview/all_relations.py:282 -#: ../gramps/plugins/view/relview.py:978 +#: ../gramps/plugins/view/relview.py:988 #: ../gramps/plugins/webreport/narrativeweb.py:1195 msgid "and" msgstr "és" @@ -6520,43 +6508,45 @@ msgstr[1] "{number_of} nap" msgid "0 days" msgstr "0 nap" -#: ../gramps/gen/lib/date.py:1873 +#: ../gramps/gen/lib/date.py:1824 msgid "date-quality|none" msgstr "dátum-minőség|nincs" -#: ../gramps/gen/lib/date.py:1874 +#: ../gramps/gen/lib/date.py:1825 msgid "calculated" msgstr "számított" -#: ../gramps/gen/lib/date.py:1874 +#: ../gramps/gen/lib/date.py:1825 msgid "estimated" msgstr "becsült" -#: ../gramps/gen/lib/date.py:1888 +#: ../gramps/gen/lib/date.py:1839 msgid "date-modifier|none" msgstr "dátum-módosító|nincs" -#: ../gramps/gen/lib/date.py:1889 ../gramps/plugins/lib/libsubstkeyword.py:315 +#: ../gramps/gen/lib/date.py:1840 ../gramps/plugins/lib/libsubstkeyword.py:315 msgid "about" msgstr "nagyjából" -#: ../gramps/gen/lib/date.py:1889 ../gramps/plugins/lib/libsubstkeyword.py:314 +#: ../gramps/gen/lib/date.py:1840 +#: ../gramps/plugins/importer/importprogen.py:1716 +#: ../gramps/plugins/lib/libsubstkeyword.py:314 msgid "after" msgstr "később mint" -#: ../gramps/gen/lib/date.py:1889 ../gramps/plugins/lib/libsubstkeyword.py:314 +#: ../gramps/gen/lib/date.py:1840 ../gramps/plugins/lib/libsubstkeyword.py:314 msgid "before" msgstr "korábban mint" -#: ../gramps/gen/lib/date.py:1890 +#: ../gramps/gen/lib/date.py:1841 msgid "range" msgstr "tartomány" -#: ../gramps/gen/lib/date.py:1890 +#: ../gramps/gen/lib/date.py:1841 msgid "span" msgstr "időtartam" -#: ../gramps/gen/lib/date.py:1890 +#: ../gramps/gen/lib/date.py:1841 msgid "textonly" msgstr "csak szöveg" @@ -6599,26 +6589,24 @@ msgstr "Élet események" #. _FAMNAME = _("With %(namepartner)s (%(famid)s)") #. 1 #. get the family events -#. show "> Family: ..." and nothing else -#. show "V Family: ..." and the rest #: ../gramps/gen/lib/eventtype.py:139 ../gramps/gui/clipboard.py:771 -#: ../gramps/gui/configure.py:534 +#: ../gramps/gui/configure.py:537 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:59 #: ../gramps/gui/editors/displaytabs/personeventembedlist.py:52 -#: ../gramps/gui/editors/editfamily.py:499 ../gramps/gui/editors/editlink.py:91 +#: ../gramps/gui/editors/editfamily.py:499 ../gramps/gui/editors/editlink.py:93 #: ../gramps/gui/editors/filtereditor.py:294 -#: ../gramps/gui/glade/editldsord.glade:269 +#: ../gramps/gui/glade/editldsord.glade:267 #: ../gramps/plugins/export/exportcsv.py:515 #: ../gramps/plugins/gramplet/quickviewgramplet.py:109 -#: ../gramps/plugins/importer/importcsv.py:210 -#: ../gramps/plugins/quickview/all_events.py:80 +#: ../gramps/plugins/importer/importcsv.py:211 +#: ../gramps/plugins/quickview/all_events.py:83 #: ../gramps/plugins/quickview/all_relations.py:270 #: ../gramps/plugins/quickview/filterbyname.py:165 #: ../gramps/plugins/quickview/filterbyname.py:240 -#: ../gramps/plugins/quickview/quickview.gpr.py:200 +#: ../gramps/plugins/quickview/quickview.gpr.py:203 #: ../gramps/plugins/quickview/references.py:86 -#: ../gramps/plugins/view/relview.py:1368 -#: ../gramps/plugins/view/relview.py:1392 +#: ../gramps/plugins/view/relview.py:1378 +#: ../gramps/plugins/view/relview.py:1402 #: ../gramps/plugins/webreport/narrativeweb.py:3509 msgid "Family" msgstr "Család" @@ -6644,7 +6632,7 @@ msgid "Legal" msgstr "Törvényes" #: ../gramps/gen/lib/eventtype.py:153 ../gramps/gen/lib/eventtype.py:195 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:460 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:463 #: ../gramps/plugins/webreport/narrativeweb.py:3081 #: ../gramps/plugins/webreport/narrativeweb.py:7929 msgid "Residence" @@ -6657,12 +6645,12 @@ msgstr "Lakóhely" msgid "Other" msgstr "Egyéb" -#: ../gramps/gen/lib/eventtype.py:166 ../gramps/gui/merge/mergeperson.py:191 +#: ../gramps/gen/lib/eventtype.py:166 ../gramps/gui/merge/mergeperson.py:194 #: ../gramps/plugins/textreport/familygroup.py:324 #: ../gramps/plugins/textreport/familygroup.py:530 #: ../gramps/plugins/textreport/familygroup.py:532 #: ../gramps/plugins/textreport/tagreport.py:172 -#: ../gramps/plugins/view/relview.py:611 ../gramps/plugins/view/relview.py:636 +#: ../gramps/plugins/view/relview.py:621 ../gramps/plugins/view/relview.py:646 #: ../gramps/plugins/webreport/narrativeweb.py:3256 #: ../gramps/plugins/webreport/narrativeweb.py:6136 msgid "Death" @@ -6791,9 +6779,9 @@ msgstr "Nyugdíjazás" msgid "Will" msgstr "Végrendelet" -#: ../gramps/gen/lib/eventtype.py:198 ../gramps/gui/merge/mergeperson.py:246 +#: ../gramps/gen/lib/eventtype.py:198 ../gramps/gui/merge/mergeperson.py:258 #: ../gramps/plugins/export/exportcsv.py:472 -#: ../gramps/plugins/importer/importcsv.py:218 +#: ../gramps/plugins/importer/importcsv.py:219 #: ../gramps/plugins/textreport/familygroup.py:402 #: ../gramps/plugins/textreport/familygroup.py:411 #: ../gramps/plugins/textreport/familygroup.py:602 @@ -7077,13 +7065,13 @@ msgid "Canceled" msgstr "Megszakított" #: ../gramps/gen/lib/ldsord.py:105 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:114 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:116 #: ../gramps/gui/glade/editchildref.glade:250 -#: ../gramps/gui/merge/mergeperson.py:250 +#: ../gramps/gui/merge/mergeperson.py:261 #: ../gramps/plugins/export/exportcsv.py:515 #: ../gramps/plugins/gramplet/children.py:93 #: ../gramps/plugins/gramplet/children.py:192 -#: ../gramps/plugins/importer/importcsv.py:209 +#: ../gramps/plugins/importer/importcsv.py:210 msgid "Child" msgstr "Gyermek" @@ -7132,15 +7120,15 @@ msgstr "Tisztázatlan" msgid "Complete" msgstr "Teljes" -#: ../gramps/gen/lib/markertype.py:54 ../gramps/plugins/tool/notrelated.py:101 +#: ../gramps/gen/lib/markertype.py:54 ../gramps/plugins/tool/notrelated.py:103 msgid "ToDo" msgstr "Tennivaló" #. 2 #. add media column -#: ../gramps/gen/lib/media.py:192 ../gramps/gen/lib/media.py:193 -#: ../gramps/gen/lib/person.py:223 ../gramps/gui/clipboard.py:659 -#: ../gramps/gui/editors/editlink.py:92 +#: ../gramps/gen/lib/media.py:157 ../gramps/gen/lib/media.py:158 +#: ../gramps/gen/lib/person.py:173 ../gramps/gui/clipboard.py:659 +#: ../gramps/gui/editors/editlink.py:94 #: ../gramps/gui/editors/filtereditor.py:298 #: ../gramps/plugins/gramplet/quickviewgramplet.py:110 #: ../gramps/plugins/quickview/filterbyname.py:109 @@ -7148,7 +7136,7 @@ msgstr "Tennivaló" #: ../gramps/plugins/quickview/filterbyname.py:215 #: ../gramps/plugins/quickview/filterbyname.py:270 #: ../gramps/plugins/quickview/filterbyname.py:398 -#: ../gramps/plugins/quickview/quickview.gpr.py:204 +#: ../gramps/plugins/quickview/quickview.gpr.py:207 #: ../gramps/plugins/quickview/references.py:93 #: ../gramps/plugins/textreport/tagreport.py:553 #: ../gramps/plugins/view/mediaview.py:129 @@ -7164,8 +7152,8 @@ msgid "Media" msgstr "Média" #. ######################### -#: ../gramps/gen/lib/media.py:194 ../gramps/gen/lib/person.py:214 -#: ../gramps/plugins/importer/importcsv.py:205 +#: ../gramps/gen/lib/media.py:159 ../gramps/gen/lib/person.py:164 +#: ../gramps/plugins/importer/importcsv.py:206 #: ../gramps/plugins/quickview/filterbyname.py:154 #: ../gramps/plugins/quickview/filterbyname.py:165 #: ../gramps/plugins/quickview/filterbyname.py:175 @@ -7195,21 +7183,21 @@ msgstr "Média" msgid "Gramps ID" msgstr "GRAMPS azonosító" -#: ../gramps/gen/lib/media.py:196 +#: ../gramps/gen/lib/media.py:161 msgid "MIME" msgstr "MIME" -#: ../gramps/gen/lib/media.py:198 +#: ../gramps/gen/lib/media.py:163 msgid "Checksum" msgstr "Ellenőrző összeg" -#: ../gramps/gen/lib/media.py:199 ../gramps/gen/lib/person.py:225 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:586 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:600 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:614 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:628 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:642 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:656 +#: ../gramps/gen/lib/media.py:164 ../gramps/gen/lib/person.py:175 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:589 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:603 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:617 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:631 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:645 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:659 #: ../gramps/plugins/textreport/indivcomplete.py:458 #: ../gramps/plugins/textreport/indivcomplete.py:677 #: ../gramps/plugins/webreport/narrativeweb.py:798 @@ -7218,29 +7206,29 @@ msgstr "Ellenőrző összeg" msgid "Attributes" msgstr "Tulajdonságok" -#: ../gramps/gen/lib/media.py:200 ../gramps/gen/lib/name.py:201 -#: ../gramps/gen/lib/person.py:228 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:782 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:796 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:810 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:824 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:838 +#: ../gramps/gen/lib/media.py:165 ../gramps/gen/lib/name.py:137 +#: ../gramps/gen/lib/person.py:178 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:785 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:799 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:813 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:827 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:841 #: ../gramps/plugins/textreport/tagreport.py:802 #: ../gramps/plugins/view/view.gpr.py:281 #: ../gramps/plugins/view/view.gpr.py:289 msgid "Citations" msgstr "Idézetek" -#: ../gramps/gen/lib/media.py:201 ../gramps/gen/lib/name.py:202 -#: ../gramps/gen/lib/person.py:229 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:670 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:684 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:698 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:712 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:726 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:740 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:754 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:768 +#: ../gramps/gen/lib/media.py:166 ../gramps/gen/lib/name.py:138 +#: ../gramps/gen/lib/person.py:179 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:673 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:687 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:701 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:715 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:729 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:743 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:757 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:771 #: ../gramps/plugins/quickview/filterbyname.py:112 #: ../gramps/plugins/quickview/filterbyname.py:137 #: ../gramps/plugins/textreport/indivcomplete.py:260 @@ -7253,14 +7241,14 @@ msgstr "Idézetek" msgid "Notes" msgstr "Jegyzetek" -#: ../gramps/gen/lib/media.py:202 ../gramps/gen/lib/person.py:230 +#: ../gramps/gen/lib/media.py:167 ../gramps/gen/lib/person.py:180 msgid "Last changed" msgstr "Utoljára változott" #. wrap it all up and return to its callers #. position 0 = translatable label, position 1 = column class #. position 2 = data -#: ../gramps/gen/lib/media.py:203 ../gramps/gen/lib/name.py:203 +#: ../gramps/gen/lib/media.py:168 ../gramps/gen/lib/name.py:139 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:71 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:80 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:52 @@ -7272,24 +7260,24 @@ msgstr "Utoljára változott" #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:91 #: ../gramps/gui/glade/editaddress.glade:322 #: ../gramps/gui/glade/editaddress.glade:332 -#: ../gramps/gui/glade/editcitation.glade:116 -#: ../gramps/gui/glade/editcitation.glade:123 +#: ../gramps/gui/glade/editcitation.glade:115 +#: ../gramps/gui/glade/editcitation.glade:122 #: ../gramps/gui/glade/editdate.glade:324 #: ../gramps/gui/glade/editevent.glade:138 #: ../gramps/gui/glade/editevent.glade:148 #: ../gramps/gui/glade/editeventref.glade:378 #: ../gramps/gui/glade/editeventref.glade:388 -#: ../gramps/gui/glade/editldsord.glade:157 -#: ../gramps/gui/glade/editldsord.glade:167 +#: ../gramps/gui/glade/editldsord.glade:155 +#: ../gramps/gui/glade/editldsord.glade:165 #: ../gramps/gui/glade/editmedia.glade:244 #: ../gramps/gui/glade/editmedia.glade:254 #: ../gramps/gui/glade/editmediaref.glade:582 #: ../gramps/gui/glade/editmediaref.glade:592 -#: ../gramps/gui/glade/editname.glade:572 -#: ../gramps/gui/glade/editname.glade:582 +#: ../gramps/gui/glade/editname.glade:571 +#: ../gramps/gui/glade/editname.glade:581 #: ../gramps/gui/glade/editplacename.glade:132 #: ../gramps/gui/glade/editplacename.glade:142 -#: ../gramps/gui/selectors/selectevent.py:72 +#: ../gramps/gui/selectors/selectevent.py:71 #: ../gramps/plugins/export/exportcsv.py:287 #: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/ageondategramplet.py:66 @@ -7297,7 +7285,7 @@ msgstr "Utoljára változott" #: ../gramps/plugins/gramplet/events.py:87 #: ../gramps/plugins/gramplet/locations.py:87 #: ../gramps/plugins/gramplet/personresidence.py:60 -#: ../gramps/plugins/importer/importcsv.py:219 +#: ../gramps/plugins/importer/importcsv.py:220 #: ../gramps/plugins/quickview/onthisday.py:80 #: ../gramps/plugins/quickview/onthisday.py:81 #: ../gramps/plugins/quickview/onthisday.py:82 @@ -7325,17 +7313,17 @@ msgstr "Utoljára változott" msgid "Date" msgstr "Dátum" -#: ../gramps/gen/lib/media.py:204 ../gramps/gen/lib/person.py:231 +#: ../gramps/gen/lib/media.py:169 ../gramps/gen/lib/person.py:181 #: ../gramps/gui/glade/editfamily.glade:773 #: ../gramps/gui/glade/editmedia.glade:396 #: ../gramps/gui/glade/editmediaref.glade:726 -#: ../gramps/gui/glade/editnote.glade:286 -#: ../gramps/gui/glade/editperson.glade:684 -#: ../gramps/gui/selectors/selectnote.py:78 +#: ../gramps/gui/glade/editnote.glade:284 +#: ../gramps/gui/glade/editperson.glade:683 +#: ../gramps/gui/selectors/selectnote.py:77 #: ../gramps/plugins/lib/libpersonview.py:111 #: ../gramps/plugins/lib/libplaceview.py:92 #: ../gramps/plugins/textreport/indivcomplete.py:534 -#: ../gramps/plugins/tool/notrelated.py:127 +#: ../gramps/plugins/tool/notrelated.py:129 #: ../gramps/plugins/view/citationlistview.py:103 #: ../gramps/plugins/view/citationtreeview.py:98 #: ../gramps/plugins/view/eventview.py:88 @@ -7346,8 +7334,8 @@ msgstr "Dátum" msgid "Tags" msgstr "Címkék" -#: ../gramps/gen/lib/media.py:205 ../gramps/gen/lib/name.py:200 -#: ../gramps/gen/lib/person.py:232 ../gramps/gen/proxy/private.py:945 +#: ../gramps/gen/lib/media.py:170 ../gramps/gen/lib/name.py:136 +#: ../gramps/gen/lib/person.py:182 ../gramps/gen/proxy/private.py:945 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:77 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:64 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:84 @@ -7364,17 +7352,17 @@ msgstr "Címkék" #: ../gramps/gui/glade/editaddress.glade:297 #: ../gramps/gui/glade/editattribute.glade:153 #: ../gramps/gui/glade/editchildref.glade:180 -#: ../gramps/gui/glade/editcitation.glade:346 +#: ../gramps/gui/glade/editcitation.glade:345 #: ../gramps/gui/glade/editevent.glade:355 #: ../gramps/gui/glade/editeventref.glade:149 #: ../gramps/gui/glade/editeventref.glade:420 -#: ../gramps/gui/glade/editldsord.glade:383 +#: ../gramps/gui/glade/editldsord.glade:381 #: ../gramps/gui/glade/editmedia.glade:332 #: ../gramps/gui/glade/editmediaref.glade:301 #: ../gramps/gui/glade/editmediaref.glade:623 -#: ../gramps/gui/glade/editname.glade:156 -#: ../gramps/gui/glade/editnote.glade:235 -#: ../gramps/gui/glade/editperson.glade:418 +#: ../gramps/gui/glade/editname.glade:155 +#: ../gramps/gui/glade/editnote.glade:233 +#: ../gramps/gui/glade/editperson.glade:417 #: ../gramps/gui/glade/editpersonref.glade:158 #: ../gramps/gui/glade/editplace.glade:262 #: ../gramps/gui/glade/editplaceref.glade:365 @@ -7382,7 +7370,7 @@ msgstr "Címkék" #: ../gramps/gui/glade/editreporef.glade:404 #: ../gramps/gui/glade/editrepository.glade:212 #: ../gramps/gui/glade/editsource.glade:295 -#: ../gramps/gui/glade/editurl.glade:157 +#: ../gramps/gui/glade/editurl.glade:156 #: ../gramps/plugins/lib/libpersonview.py:110 #: ../gramps/plugins/lib/libplaceview.py:91 #: ../gramps/plugins/view/citationlistview.py:102 @@ -7399,26 +7387,26 @@ msgstr "Bizalmas" #. Priority #. Handle #. Add column with object name -#: ../gramps/gen/lib/name.py:199 ../gramps/gui/clipboard.py:589 -#: ../gramps/gui/configure.py:513 +#: ../gramps/gen/lib/name.py:135 ../gramps/gui/clipboard.py:589 +#: ../gramps/gui/configure.py:516 #: ../gramps/gui/editors/displaytabs/backreflist.py:61 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:73 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:64 #: ../gramps/gui/editors/displaytabs/placenameembedlist.py:63 #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:59 #: ../gramps/gui/editors/editfamily.py:123 -#: ../gramps/gui/editors/editname.py:311 -#: ../gramps/gui/editors/filtereditor.py:820 -#: ../gramps/gui/editors/filtereditor.py:974 +#: ../gramps/gui/editors/editname.py:310 +#: ../gramps/gui/editors/filtereditor.py:817 +#: ../gramps/gui/editors/filtereditor.py:972 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:126 #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:105 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:104 -#: ../gramps/gui/plug/_guioptions.py:1165 ../gramps/gui/plug/_windows.py:126 -#: ../gramps/gui/plug/_windows.py:1094 -#: ../gramps/gui/plug/report/_bookdialog.py:372 -#: ../gramps/gui/selectors/selectperson.py:94 -#: ../gramps/gui/selectors/selectplace.py:71 -#: ../gramps/gui/views/bookmarks.py:240 ../gramps/gui/views/tags.py:402 +#: ../gramps/gui/plug/_guioptions.py:1165 ../gramps/gui/plug/_windows.py:130 +#: ../gramps/gui/plug/_windows.py:1103 +#: ../gramps/gui/plug/report/_bookdialog.py:373 +#: ../gramps/gui/selectors/selectperson.py:93 +#: ../gramps/gui/selectors/selectplace.py:70 +#: ../gramps/gui/views/bookmarks.py:270 ../gramps/gui/views/tags.py:408 #: ../gramps/gui/views/treemodels/peoplemodel.py:616 #: ../gramps/plugins/export/exportcsv.py:285 #: ../gramps/plugins/gramplet/ancestor.py:63 @@ -7426,7 +7414,7 @@ msgstr "Bizalmas" #: ../gramps/plugins/gramplet/descendant.py:62 #: ../gramps/plugins/gramplet/locations.py:85 #: ../gramps/plugins/gramplet/placedetails.py:122 -#: ../gramps/plugins/importer/importcsv.py:222 +#: ../gramps/plugins/importer/importcsv.py:223 #: ../gramps/plugins/lib/libpersonview.py:98 #: ../gramps/plugins/lib/libplaceview.py:84 #: ../gramps/plugins/quickview/filterbyname.py:306 @@ -7434,19 +7422,23 @@ msgstr "Bizalmas" #: ../gramps/plugins/textreport/tagreport.py:160 #: ../gramps/plugins/textreport/tagreport.py:426 #: ../gramps/plugins/textreport/tagreport.py:654 -#: ../gramps/plugins/tool/dumpgenderstats.py:62 -#: ../gramps/plugins/tool/notrelated.py:124 -#: ../gramps/plugins/tool/removeunused.py:200 -#: ../gramps/plugins/tool/verify.py:575 ../gramps/plugins/view/repoview.py:85 +#: ../gramps/plugins/tool/dumpgenderstats.py:71 +#: ../gramps/plugins/tool/dumpgenderstats.py:93 +#: ../gramps/plugins/tool/dumpgenderstats.py:94 +#: ../gramps/plugins/tool/dumpgenderstats.py:95 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 +#: ../gramps/plugins/tool/notrelated.py:126 +#: ../gramps/plugins/tool/removeunused.py:201 +#: ../gramps/plugins/tool/verify.py:577 ../gramps/plugins/view/repoview.py:85 #: ../gramps/plugins/webreport/narrativeweb.py:7581 msgid "Name" msgstr "Név" -#: ../gramps/gen/lib/name.py:204 ../gramps/plugins/importer/importcsv.py:161 +#: ../gramps/gen/lib/name.py:140 ../gramps/plugins/importer/importcsv.py:162 msgid "Given name" msgstr "Utónév" -#: ../gramps/gen/lib/name.py:205 +#: ../gramps/gen/lib/name.py:141 #: ../gramps/plugins/webreport/narrativeweb.py:1874 #: ../gramps/plugins/webreport/narrativeweb.py:1926 #: ../gramps/plugins/webreport/narrativeweb.py:1929 @@ -7456,27 +7448,27 @@ msgstr "Utónév" msgid "Surnames" msgstr "Vezetéknevek" -#: ../gramps/gen/lib/name.py:206 ../gramps/gen/utils/keyword.py:60 -#: ../gramps/gui/configure.py:643 ../gramps/gui/configure.py:645 -#: ../gramps/gui/configure.py:647 ../gramps/gui/configure.py:649 -#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:655 -#: ../gramps/gui/configure.py:657 ../gramps/gui/configure.py:662 -#: ../gramps/gui/configure.py:664 ../gramps/gui/glade/editperson.glade:230 +#: ../gramps/gen/lib/name.py:142 ../gramps/gen/utils/keyword.py:60 +#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 +#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:652 +#: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:658 +#: ../gramps/gui/configure.py:660 ../gramps/gui/configure.py:665 +#: ../gramps/gui/configure.py:667 ../gramps/gui/glade/editperson.glade:229 #: ../gramps/plugins/export/exportcsv.py:354 -#: ../gramps/plugins/importer/importcsv.py:166 +#: ../gramps/plugins/importer/importcsv.py:167 msgid "Suffix" msgstr "Utótag" -#: ../gramps/gen/lib/name.py:207 ../gramps/gui/clipboard.py:964 +#: ../gramps/gen/lib/name.py:143 ../gramps/gui/clipboard.py:964 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:80 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:67 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:105 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:88 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:87 #: ../gramps/gui/selectors/selectobject.py:80 -#: ../gramps/gui/selectors/selectplace.py:74 -#: ../gramps/gui/selectors/selectrepository.py:70 -#: ../gramps/gui/selectors/selectsource.py:70 +#: ../gramps/gui/selectors/selectplace.py:73 +#: ../gramps/gui/selectors/selectrepository.py:69 +#: ../gramps/gui/selectors/selectsource.py:69 #: ../gramps/gui/widgets/grampletpane.py:1562 #: ../gramps/plugins/export/exportcsv.py:285 #: ../gramps/plugins/gramplet/persondetails.py:160 @@ -7492,7 +7484,7 @@ msgstr "Cím" #. Create the tree columns #. 0 selected? -#: ../gramps/gen/lib/name.py:208 ../gramps/gui/clipboard.py:961 +#: ../gramps/gen/lib/name.py:144 ../gramps/gui/clipboard.py:961 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:62 #: ../gramps/gui/editors/displaytabs/backreflist.py:59 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:77 @@ -7509,21 +7501,21 @@ msgstr "Cím" #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:102 #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:106 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:105 -#: ../gramps/gui/merge/mergeperson.py:242 ../gramps/gui/plug/_windows.py:119 -#: ../gramps/gui/plug/_windows.py:235 ../gramps/gui/plug/_windows.py:1093 -#: ../gramps/gui/plug/report/_bookdialog.py:373 -#: ../gramps/gui/plug/report/_bookdialog.py:377 -#: ../gramps/gui/selectors/selectevent.py:70 -#: ../gramps/gui/selectors/selectnote.py:77 +#: ../gramps/gui/merge/mergeperson.py:253 ../gramps/gui/plug/_windows.py:123 +#: ../gramps/gui/plug/_windows.py:239 ../gramps/gui/plug/_windows.py:1102 +#: ../gramps/gui/plug/report/_bookdialog.py:374 +#: ../gramps/gui/plug/report/_bookdialog.py:378 +#: ../gramps/gui/selectors/selectevent.py:69 +#: ../gramps/gui/selectors/selectnote.py:76 #: ../gramps/gui/selectors/selectobject.py:82 -#: ../gramps/gui/selectors/selectplace.py:73 +#: ../gramps/gui/selectors/selectplace.py:72 #: ../gramps/plugins/export/exportcsv.py:286 #: ../gramps/plugins/gramplet/backlinks.py:55 #: ../gramps/plugins/gramplet/coordinates.py:89 #: ../gramps/plugins/gramplet/events.py:85 #: ../gramps/plugins/gramplet/locations.py:86 #: ../gramps/plugins/gramplet/placedetails.py:123 -#: ../gramps/plugins/importer/importcsv.py:223 +#: ../gramps/plugins/importer/importcsv.py:224 #: ../gramps/plugins/lib/libplaceview.py:87 #: ../gramps/plugins/quickview/filterbyname.py:326 #: ../gramps/plugins/quickview/linkreferences.py:45 @@ -7554,32 +7546,32 @@ msgstr "Cím" msgid "Type" msgstr "Típus" -#: ../gramps/gen/lib/name.py:209 +#: ../gramps/gen/lib/name.py:145 msgid "Group as" msgstr "Csoportosítás mint" -#: ../gramps/gen/lib/name.py:210 +#: ../gramps/gen/lib/name.py:146 msgid "Sort as" msgstr "Rendezés alapja" -#: ../gramps/gen/lib/name.py:211 +#: ../gramps/gen/lib/name.py:147 msgid "Display as" msgstr "Megjelenítés mint" -#: ../gramps/gen/lib/name.py:212 ../gramps/plugins/importer/importcsv.py:162 +#: ../gramps/gen/lib/name.py:148 ../gramps/plugins/importer/importcsv.py:163 msgid "Call name" msgstr "Hívó név" -#: ../gramps/gen/lib/name.py:213 +#: ../gramps/gen/lib/name.py:149 msgid "Nick name" msgstr "Becenév" -#: ../gramps/gen/lib/name.py:214 +#: ../gramps/gen/lib/name.py:150 msgid "Family nick name" msgstr "Családi becenév" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:516 ../gramps/gen/lib/name.py:531 +#: ../gramps/gen/lib/name.py:452 ../gramps/gen/lib/name.py:467 #, python-format msgid "%(surname)s, %(first)s %(suffix)s" msgstr "%(surname)s, %(first)s %(suffix)s" @@ -7590,8 +7582,8 @@ msgstr "%(surname)s, %(first)s %(suffix)s" #. translators: needed for Arabic, ignore otherwise #. make sure it's translated, so it can be used below, in "combine" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:520 ../gramps/gen/lib/name.py:535 -#: ../gramps/gen/plug/report/utils.py:255 +#: ../gramps/gen/lib/name.py:456 ../gramps/gen/lib/name.py:471 +#: ../gramps/gen/plug/report/utils.py:257 #: ../gramps/plugins/graph/gvfamilylines.py:459 #: ../gramps/plugins/textreport/detancestralreport.py:440 #: ../gramps/plugins/textreport/detdescendantreport.py:490 @@ -7603,7 +7595,7 @@ msgid "%(str1)s, %(str2)s" msgstr "%(str1)s, %(str2)s" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:548 +#: ../gramps/gen/lib/name.py:484 #, python-format msgid "%(first)s %(surname)s, %(suffix)s" msgstr "%(first)s %(surname)s, %(suffix)s" @@ -7621,7 +7613,7 @@ msgid "Surname|Taken" msgstr "Felvett" #: ../gramps/gen/lib/nameorigintype.py:79 ../gramps/gen/utils/keyword.py:65 -#: ../gramps/gui/configure.py:656 +#: ../gramps/gui/configure.py:659 msgid "Patronymic" msgstr "Apai név" @@ -7646,7 +7638,7 @@ msgid "Matrilineal" msgstr "Anyaági" #: ../gramps/gen/lib/nameorigintype.py:86 ../gramps/gui/clipboard.py:323 -#: ../gramps/gui/plug/_windows.py:617 +#: ../gramps/gui/plug/_windows.py:625 msgid "Location" msgstr "Helyszín" @@ -7662,17 +7654,17 @@ msgstr "Születési név" msgid "Married Name" msgstr "Házassági név" -#: ../gramps/gen/lib/notetype.py:75 ../gramps/gui/configure.py:1402 +#: ../gramps/gen/lib/notetype.py:75 ../gramps/gui/configure.py:1411 #: ../gramps/gui/editors/editeventref.py:89 #: ../gramps/gui/editors/editmediaref.py:106 -#: ../gramps/gui/editors/editplaceref.py:70 -#: ../gramps/gui/editors/editreporef.py:72 +#: ../gramps/gui/editors/editplaceref.py:71 +#: ../gramps/gui/editors/editreporef.py:71 #: ../gramps/gui/glade/editeventref.glade:183 -#: ../gramps/gui/glade/editeventref.glade:563 +#: ../gramps/gui/glade/editeventref.glade:601 #: ../gramps/gui/glade/editmediaref.glade:342 #: ../gramps/gui/glade/editmediaref.glade:756 -#: ../gramps/gui/glade/editname.glade:672 -#: ../gramps/gui/glade/editperson.glade:383 +#: ../gramps/gui/glade/editname.glade:671 +#: ../gramps/gui/glade/editperson.glade:382 #: ../gramps/gui/glade/editplaceref.glade:160 #: ../gramps/gui/glade/editplaceref.glade:598 #: ../gramps/gui/glade/editreporef.glade:225 @@ -7695,19 +7687,19 @@ msgstr "Forrás szöveg" #. 8 #: ../gramps/gen/lib/notetype.py:79 ../gramps/gui/clipboard.py:490 -#: ../gramps/gui/configure.py:540 ../gramps/gui/editors/editcitation.py:119 +#: ../gramps/gui/configure.py:543 ../gramps/gui/editors/editcitation.py:119 #: ../gramps/gui/editors/editcitation.py:125 -#: ../gramps/gui/editors/editlink.py:98 +#: ../gramps/gui/editors/editlink.py:100 #: ../gramps/gui/editors/filtereditor.py:301 #: ../gramps/gui/views/treemodels/citationtreemodel.py:170 #: ../gramps/plugins/gramplet/quickviewgramplet.py:115 -#: ../gramps/plugins/quickview/quickview.gpr.py:206 +#: ../gramps/plugins/quickview/quickview.gpr.py:209 #: ../gramps/plugins/quickview/references.py:89 msgid "Citation" msgstr "Idézet" #: ../gramps/gen/lib/notetype.py:80 ../gramps/gen/plug/_pluginreg.py:76 -#: ../gramps/gui/logger/_errorview.py:141 +#: ../gramps/gui/logger/_errorview.py:142 msgid "Report" msgstr "összesítés" @@ -7748,7 +7740,7 @@ msgid "LDS Note" msgstr "Mormon jegyzet" #: ../gramps/gen/lib/notetype.py:93 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 msgid "Family Note" msgstr "Család jegyzet" @@ -7792,17 +7784,17 @@ msgstr "Média hivatkozás jegyzet" msgid "Child Reference Note" msgstr "Gyermek hivatkozás jegyzet" -#: ../gramps/gen/lib/person.py:213 +#: ../gramps/gen/lib/person.py:163 msgid "Handle" msgstr "Kezelés" -#: ../gramps/gen/lib/person.py:215 ../gramps/gui/editors/editfamily.py:124 +#: ../gramps/gen/lib/person.py:165 ../gramps/gui/editors/editfamily.py:124 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:128 -#: ../gramps/gui/merge/mergeperson.py:183 -#: ../gramps/gui/selectors/selectperson.py:96 +#: ../gramps/gui/merge/mergeperson.py:184 +#: ../gramps/gui/selectors/selectperson.py:95 #: ../gramps/plugins/drawreport/statisticschart.py:338 #: ../gramps/plugins/export/exportcsv.py:355 -#: ../gramps/plugins/importer/importcsv.py:167 +#: ../gramps/plugins/importer/importcsv.py:168 #: ../gramps/plugins/lib/libpersonview.py:100 #: ../gramps/plugins/quickview/siblings.py:48 #: ../gramps/plugins/textreport/indivcomplete.py:901 @@ -7810,27 +7802,27 @@ msgstr "Kezelés" msgid "Gender" msgstr "Nem" -#: ../gramps/gen/lib/person.py:216 +#: ../gramps/gen/lib/person.py:166 msgid "Primary name" msgstr "Elsődleges név" -#: ../gramps/gen/lib/person.py:217 +#: ../gramps/gen/lib/person.py:167 msgid "Alternate names" msgstr "Alternatív nevek" -#: ../gramps/gen/lib/person.py:218 +#: ../gramps/gen/lib/person.py:168 msgid "Death reference index" msgstr "Halálozási hivatkozás index" -#: ../gramps/gen/lib/person.py:219 +#: ../gramps/gen/lib/person.py:169 msgid "Birth reference index" msgstr "Születési hivatkozás index" -#: ../gramps/gen/lib/person.py:220 +#: ../gramps/gen/lib/person.py:170 msgid "Event references" msgstr "Esemény hivatkozások" -#: ../gramps/gen/lib/person.py:221 ../gramps/plugins/graph/gvfamilylines.py:272 +#: ../gramps/gen/lib/person.py:171 ../gramps/plugins/graph/gvfamilylines.py:272 #: ../gramps/plugins/graph/gvrelgraph.py:797 #: ../gramps/plugins/quickview/filterbyname.py:94 #: ../gramps/plugins/quickview/filterbyname.py:119 @@ -7848,40 +7840,40 @@ msgstr "Esemény hivatkozások" msgid "Families" msgstr "Családok" -#: ../gramps/gen/lib/person.py:222 +#: ../gramps/gen/lib/person.py:172 msgid "Parent families" msgstr "Kiinduló/gyökér családok" -#: ../gramps/gen/lib/person.py:224 ../gramps/gui/merge/mergeperson.py:257 +#: ../gramps/gen/lib/person.py:174 ../gramps/gui/merge/mergeperson.py:268 #: ../gramps/plugins/textreport/indivcomplete.py:406 #: ../gramps/plugins/webreport/narrativeweb.py:1430 msgid "Addresses" msgstr "Lakcímek" -#: ../gramps/gen/lib/person.py:226 +#: ../gramps/gen/lib/person.py:176 msgid "Urls" msgstr "Url-ek" -#: ../gramps/gen/lib/person.py:227 +#: ../gramps/gen/lib/person.py:177 msgid "LDS ordinances" msgstr "Mormon rend(szer)" -#: ../gramps/gen/lib/person.py:233 +#: ../gramps/gen/lib/person.py:183 msgid "Person references" msgstr "Személy hivatkozások" -#: ../gramps/gen/lib/person.py:234 +#: ../gramps/gen/lib/person.py:184 msgid "Probably alive" msgstr "Feltehetően él" -#: ../gramps/gen/lib/person.py:609 +#: ../gramps/gen/lib/person.py:516 msgid "Merged Gramps ID" msgstr "Összefűzött GRAPMS-azonosítók" -#: ../gramps/gen/lib/placetype.py:65 ../gramps/gui/configure.py:518 +#: ../gramps/gen/lib/placetype.py:65 ../gramps/gui/configure.py:521 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:76 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:59 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:132 #: ../gramps/plugins/view/geoplaces.py:558 #: ../gramps/plugins/view/repoview.py:93 @@ -7894,7 +7886,7 @@ msgstr "Ország" #: ../gramps/gen/lib/placetype.py:66 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:58 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:133 #: ../gramps/plugins/view/geoplaces.py:561 msgid "State" @@ -7902,7 +7894,7 @@ msgstr "Állam" #: ../gramps/gen/lib/placetype.py:67 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:57 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:134 #: ../gramps/plugins/view/geoplaces.py:564 #: ../gramps/plugins/webreport/narrativeweb.py:1479 @@ -7911,7 +7903,7 @@ msgstr "Állam" msgid "County" msgstr "Megye" -#: ../gramps/gen/lib/placetype.py:68 ../gramps/gui/configure.py:516 +#: ../gramps/gen/lib/placetype.py:68 ../gramps/gui/configure.py:519 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:74 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:56 #: ../gramps/plugins/view/geoplaces.py:582 @@ -7926,7 +7918,7 @@ msgstr "Város" msgid "Parish" msgstr "Egyházközség" -#: ../gramps/gen/lib/placetype.py:70 ../gramps/gui/configure.py:515 +#: ../gramps/gen/lib/placetype.py:70 ../gramps/gui/configure.py:518 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:73 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:55 #: ../gramps/plugins/view/geoplaces.py:531 @@ -8092,17 +8084,17 @@ msgid "Video" msgstr "Videó" #: ../gramps/gen/lib/styledtexttagtype.py:61 -#: ../gramps/gui/widgets/styledtexteditor.py:459 +#: ../gramps/gui/widgets/styledtexteditor.py:458 msgid "Bold" msgstr "Félkövér" #: ../gramps/gen/lib/styledtexttagtype.py:62 -#: ../gramps/gui/widgets/styledtexteditor.py:457 +#: ../gramps/gui/widgets/styledtexteditor.py:456 msgid "Italic" msgstr "Dölt" #: ../gramps/gen/lib/styledtexttagtype.py:63 -#: ../gramps/gui/widgets/styledtexteditor.py:461 +#: ../gramps/gui/widgets/styledtexteditor.py:460 msgid "Underline" msgstr "Aláhúzott" @@ -8127,15 +8119,15 @@ msgid "Superscript" msgstr "Felsőjel/hatvány" #: ../gramps/gen/lib/styledtexttagtype.py:69 -#: ../gramps/gui/glade/editlink.glade:172 +#: ../gramps/gui/glade/editlink.glade:171 #: ../gramps/gui/widgets/styledtextbuffer.py:565 #: ../gramps/gui/widgets/styledtextbuffer.py:605 -#: ../gramps/gui/widgets/styledtexteditor.py:473 +#: ../gramps/gui/widgets/styledtexteditor.py:472 msgid "Link" msgstr "Hivatkozás" -#: ../gramps/gen/lib/surnamebase.py:218 ../gramps/gen/lib/surnamebase.py:224 -#: ../gramps/gen/lib/surnamebase.py:227 +#: ../gramps/gen/lib/surnamebase.py:187 ../gramps/gen/lib/surnamebase.py:193 +#: ../gramps/gen/lib/surnamebase.py:196 #, python-format msgid "%(first)s %(second)s" msgstr "%(first)s %(second)s" @@ -8156,11 +8148,11 @@ msgstr "Web keresés" msgid "FTP" msgstr "FTP" -#: ../gramps/gen/merge/diff.py:100 +#: ../gramps/gen/merge/diff.py:109 msgid "Family Tree Differences" msgstr "Családfa különbségek" -#: ../gramps/gen/merge/diff.py:101 +#: ../gramps/gen/merge/diff.py:110 msgid "Searching..." msgstr "Keresés..." @@ -8179,9 +8171,9 @@ msgstr "Egy szülőnek apának, vagy anyának kell lennie." #: ../gramps/gen/merge/mergefamilyquery.py:103 #: ../gramps/gen/merge/mergefamilyquery.py:114 #: ../gramps/gen/merge/mergepersonquery.py:54 -#: ../gramps/gen/merge/test/merge_ref_test.py:1895 -#: ../gramps/gen/merge/test/merge_ref_test.py:1917 -#: ../gramps/gen/merge/test/merge_ref_test.py:1940 +#: ../gramps/gen/merge/test/merge_ref_test.py:1874 +#: ../gramps/gen/merge/test/merge_ref_test.py:1898 +#: ../gramps/gen/merge/test/merge_ref_test.py:1922 msgid "" "A parent and child cannot be merged. To merge these people, you must first " "break the relationship between them." @@ -8210,26 +8202,12 @@ msgstr "" "Házastársak nem fűzhetőek össze. összefűzésükhöz először meg kell szűntetni " "a kapcsolatot közöttük." -#: ../gramps/gen/merge/mergepersonquery.py:117 +#: ../gramps/gen/merge/mergepersonquery.py:118 msgid "Merge Person" msgstr "Személy összefűzése" -#: ../gramps/gen/merge/mergepersonquery.py:156 -#: ../gramps/gen/merge/test/merge_ref_test.py:1503 -msgid "" -"A person with multiple relations with the same spouse is about to be merged. " -"This is beyond the capabilities of the merge routine. The merge is aborted." -msgstr "" -"Egy személyt többszörös kapcsolatban álló, ugyanazzal a házastárssal kíván " -"összefűzni. Ez az összefűző rutin képességét meghaladja, ezért a rutin leáll." - -#: ../gramps/gen/merge/mergepersonquery.py:167 -msgid "Multiple families get merged. This is unusual, the merge is aborted." -msgstr "" -"Több családot akar összefűzni. Ez nem szokásos, ezért az összefűzés leáll." - #: ../gramps/gen/merge/mergeplacequery.py:60 -#: ../gramps/gui/merge/mergeplace.py:77 +#: ../gramps/gui/merge/mergeplace.py:78 msgid "Merge Places" msgstr "Helyek összefűzése" @@ -8400,8 +8378,8 @@ msgstr "A %s fájl már nyitva van, először zárja be." #: ../gramps/plugins/docgen/asciidoc.py:176 #: ../gramps/plugins/docgen/cairodoc.py:190 #: ../gramps/plugins/docgen/cairodoc.py:193 -#: ../gramps/plugins/docgen/odfdoc.py:1136 -#: ../gramps/plugins/docgen/odfdoc.py:1139 +#: ../gramps/plugins/docgen/odfdoc.py:1138 +#: ../gramps/plugins/docgen/odfdoc.py:1141 #: ../gramps/plugins/docgen/rtfdoc.py:92 ../gramps/plugins/docgen/rtfdoc.py:95 #: ../gramps/plugins/docgen/svgdrawdoc.py:89 #: ../gramps/plugins/docgen/svgdrawdoc.py:91 @@ -8443,22 +8421,22 @@ msgid "TrueType / FreeSans" msgstr "TrueType / FreeSans" #: ../gramps/gen/plug/docgen/graphdoc.py:69 -#: ../gramps/plugins/view/pedigreeview.py:2029 +#: ../gramps/plugins/view/pedigreeview.py:2043 msgid "Vertical (↓)" msgstr "Függőleges (↓)" #: ../gramps/gen/plug/docgen/graphdoc.py:70 -#: ../gramps/plugins/view/pedigreeview.py:2030 +#: ../gramps/plugins/view/pedigreeview.py:2044 msgid "Vertical (↑)" msgstr "Függőleges (↑)" #: ../gramps/gen/plug/docgen/graphdoc.py:71 -#: ../gramps/plugins/view/pedigreeview.py:2031 +#: ../gramps/plugins/view/pedigreeview.py:2045 msgid "Horizontal (→)" msgstr "Vízszintes (→)" #: ../gramps/gen/plug/docgen/graphdoc.py:72 -#: ../gramps/plugins/view/pedigreeview.py:2032 +#: ../gramps/plugins/view/pedigreeview.py:2046 msgid "Horizontal (←)" msgstr "Vízszintes (←)" @@ -8535,7 +8513,7 @@ msgstr "Graphviz Réteg" #. ############################### #: ../gramps/gen/plug/docgen/graphdoc.py:138 -#: ../gramps/gui/widgets/styledtexteditor.py:482 +#: ../gramps/gui/widgets/styledtexteditor.py:481 msgid "Font family" msgstr "Betű család" @@ -8549,7 +8527,7 @@ msgstr "" "freefont/" #: ../gramps/gen/plug/docgen/graphdoc.py:147 -#: ../gramps/gui/widgets/styledtexteditor.py:494 +#: ../gramps/gui/widgets/styledtexteditor.py:493 msgid "Font size" msgstr "Betű méret" @@ -8713,8 +8691,8 @@ msgstr "" #. ############################### #. 3 #: ../gramps/gen/plug/docgen/graphdoc.py:255 ../gramps/gui/clipboard.py:394 -#: ../gramps/gui/configure.py:548 ../gramps/gui/editors/editlink.py:93 -#: ../gramps/gui/editors/editmedia.py:98 ../gramps/gui/editors/editmedia.py:183 +#: ../gramps/gui/configure.py:551 ../gramps/gui/editors/editlink.py:95 +#: ../gramps/gui/editors/editmedia.py:98 ../gramps/gui/editors/editmedia.py:181 #: ../gramps/gui/editors/editmediaref.py:145 #: ../gramps/gui/editors/filtereditor.py:300 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:109 @@ -8725,17 +8703,17 @@ msgstr "" #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:109 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:108 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:91 -#: ../gramps/gui/glade/editnote.glade:328 +#: ../gramps/gui/glade/editnote.glade:326 #: ../gramps/gui/views/treemodels/mediamodel.py:117 -#: ../gramps/plugins/drawreport/ancestortree.py:984 -#: ../gramps/plugins/drawreport/descendtree.py:1703 +#: ../gramps/plugins/drawreport/ancestortree.py:985 +#: ../gramps/plugins/drawreport/descendtree.py:1706 #: ../gramps/plugins/export/exportcsv.py:360 #: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/quickviewgramplet.py:111 -#: ../gramps/plugins/importer/importcsv.py:169 +#: ../gramps/plugins/importer/importcsv.py:170 #: ../gramps/plugins/quickview/filterbyname.py:225 #: ../gramps/plugins/quickview/filterbyname.py:276 -#: ../gramps/plugins/quickview/quickview.gpr.py:205 +#: ../gramps/plugins/quickview/quickview.gpr.py:208 #: ../gramps/plugins/quickview/references.py:94 #: ../gramps/plugins/textreport/familygroup.py:366 #: ../gramps/plugins/textreport/familygroup.py:428 @@ -8776,7 +8754,7 @@ msgid "PDF (Graphviz)" msgstr "PDF (Graphviz)" #: ../gramps/gen/plug/docgen/graphdoc.py:973 -#: ../gramps/plugins/docgen/docgen.gpr.py:158 +#: ../gramps/plugins/docgen/docgen.gpr.py:161 msgid "PostScript" msgstr "PostScript" @@ -8831,7 +8809,7 @@ msgstr "Érvényes értékek: " #. #. ------------------------------------------------------------------------ #: ../gramps/gen/plug/report/_book.py:71 ../gramps/gui/plug/_dialogs.py:59 -#: ../gramps/gui/plug/report/_bookdialog.py:84 ../gramps/gui/viewmanager.py:110 +#: ../gramps/gui/plug/report/_bookdialog.py:84 ../gramps/gui/viewmanager.py:112 msgid "Unsupported" msgstr "Nem támogatott" @@ -8860,7 +8838,7 @@ msgid "Graphs" msgstr "Grafikonok" #: ../gramps/gen/plug/report/_constants.py:53 ../gramps/gui/clipboard.py:637 -#: ../gramps/gui/clipboard.py:645 ../gramps/gui/configure.py:1196 +#: ../gramps/gui/clipboard.py:645 ../gramps/gui/configure.py:1200 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:101 #: ../gramps/plugins/textreport/custombooktext.py:132 #: ../gramps/plugins/textreport/tagreport.py:507 @@ -8899,6 +8877,51 @@ msgstr "" msgid "Endnotes" msgstr "Végjegyzetek" +#. translators: needed for French, ignore otherwise +#. Styles Frame +#. translators: needed for French, ignore otherwise +#. Save Frame +#. translators: needed for French, ignore otherwise +#. Gramps ID +#. don't show rest +#. show "> Family: ..." and nothing else +#. show "V Family: ..." and the rest +#: ../gramps/gen/plug/report/endnotes.py:175 +#: ../gramps/gui/editors/editfamily.py:945 +#: ../gramps/gui/editors/editfamily.py:952 +#: ../gramps/gui/plug/report/_docreportdialog.py:184 +#: ../gramps/gui/plug/report/_docreportdialog.py:235 +#: ../gramps/gui/plug/report/_graphvizreportdialog.py:150 +#: ../gramps/gui/plug/report/_reportdialog.py:323 +#: ../gramps/gui/plug/report/_reportdialog.py:376 +#: ../gramps/gui/plug/report/_reportdialog.py:400 +#: ../gramps/gui/plug/report/_reportdialog.py:471 +#: ../gramps/gui/plug/report/_reportdialog.py:619 +#: ../gramps/plugins/gramplet/statsgramplet.py:105 +#: ../gramps/plugins/gramplet/statsgramplet.py:108 +#: ../gramps/plugins/gramplet/statsgramplet.py:111 +#: ../gramps/plugins/gramplet/statsgramplet.py:117 +#: ../gramps/plugins/gramplet/statsgramplet.py:122 +#: ../gramps/plugins/gramplet/statsgramplet.py:128 +#: ../gramps/plugins/gramplet/statsgramplet.py:132 +#: ../gramps/plugins/gramplet/statsgramplet.py:137 +#: ../gramps/plugins/gramplet/statsgramplet.py:141 +#: ../gramps/plugins/textreport/familygroup.py:406 +#: ../gramps/plugins/textreport/indivcomplete.py:898 +#: ../gramps/plugins/textreport/indivcomplete.py:900 +#: ../gramps/plugins/textreport/indivcomplete.py:901 +#: ../gramps/plugins/textreport/indivcomplete.py:902 +#: ../gramps/plugins/textreport/indivcomplete.py:903 +#: ../gramps/plugins/view/relview.py:538 ../gramps/plugins/view/relview.py:602 +#: ../gramps/plugins/view/relview.py:614 ../gramps/plugins/view/relview.py:631 +#: ../gramps/plugins/view/relview.py:641 ../gramps/plugins/view/relview.py:646 +#: ../gramps/plugins/view/relview.py:654 ../gramps/plugins/view/relview.py:862 +#: ../gramps/plugins/view/relview.py:898 ../gramps/plugins/view/relview.py:1378 +#: ../gramps/plugins/view/relview.py:1402 +#, python-format +msgid "%s:" +msgstr "%s:" + #: ../gramps/gen/plug/report/stdoptions.py:54 msgid "Translation" msgstr "Fordítás" @@ -8907,8 +8930,7 @@ msgstr "Fordítás" msgid "The translation to be used for the report." msgstr "Az összegzőhöz használandó fordítás." -#. label for the combo -#: ../gramps/gen/plug/report/stdoptions.py:68 ../gramps/gui/configure.py:977 +#: ../gramps/gen/plug/report/stdoptions.py:68 ../gramps/gui/configure.py:981 #: ../gramps/plugins/webreport/webcal.py:1646 msgid "Name format" msgstr "Név formátum" @@ -8967,6 +8989,11 @@ msgstr "" "Lehetővé teszi nagyon régóta nem meghalt emberek információjának kizárását" #: ../gramps/gen/plug/report/utils.py:158 +#: ../gramps/plugins/textreport/indivcomplete.py:892 +msgid "File does not exist" +msgstr "Nem létező fájl" + +#: ../gramps/gen/plug/report/utils.py:159 #: ../gramps/plugins/textreport/indivcomplete.py:888 #: ../gramps/plugins/textreport/simplebooktitle.py:106 #: ../gramps/plugins/webreport/narrativeweb.py:2108 @@ -8976,72 +9003,85 @@ msgstr "" msgid "Could not add photo to page" msgstr "Nem tud fotót adni az oldalhoz" -#: ../gramps/gen/plug/report/utils.py:159 -#: ../gramps/plugins/textreport/indivcomplete.py:892 -msgid "File does not exist" -msgstr "Nem létező fájl" +#. translators: needed for French, ignore otherwise +#. translators: for French, else ignore +#. translators: needed for French, ignore otherwise +#: ../gramps/gen/plug/report/utils.py:160 +#: ../gramps/gui/editors/editattribute.py:135 +#: ../gramps/gui/plug/_windows.py:685 +#: ../gramps/plugins/textreport/detancestralreport.py:461 +#: ../gramps/plugins/textreport/detdescendantreport.py:508 +#: ../gramps/plugins/textreport/familygroup.py:136 +#: ../gramps/plugins/textreport/familygroup.py:302 +#: ../gramps/plugins/textreport/indivcomplete.py:890 +#: ../gramps/plugins/textreport/indivcomplete.py:930 +#: ../gramps/plugins/textreport/indivcomplete.py:1001 +#: ../gramps/plugins/textreport/placereport.py:180 +#, python-format +msgid "%(str1)s: %(str2)s" +msgstr "%(str1)s: %(str2)s" #. Do this in case of command line options query (show=filter) -#: ../gramps/gen/plug/report/utils.py:287 +#: ../gramps/gen/plug/report/utils.py:289 msgid "PERSON" msgstr "SZEMÉLY" -#: ../gramps/gen/plug/report/utils.py:295 +#: ../gramps/gen/plug/report/utils.py:297 #: ../gramps/plugins/textreport/notelinkreport.py:156 #: ../gramps/plugins/textreport/summary.py:281 -#: ../gramps/plugins/tool/eventcmp.py:156 +#: ../gramps/plugins/tool/eventcmp.py:157 msgid "Entire Database" msgstr "Teljes adatbázis" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:299 -#: ../gramps/gui/plug/export/_exportoptions.py:445 +#: ../gramps/gen/plug/report/utils.py:301 +#: ../gramps/gui/plug/export/_exportoptions.py:451 #: ../gramps/plugins/textreport/descendreport.py:472 #, python-format msgid "Descendants of %s" msgstr "%s leszármazottai" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:303 -#: ../gramps/gen/plug/report/utils.py:380 -#: ../gramps/gui/plug/export/_exportoptions.py:450 +#: ../gramps/gen/plug/report/utils.py:305 +#: ../gramps/gen/plug/report/utils.py:382 +#: ../gramps/gui/plug/export/_exportoptions.py:456 #, python-format msgid "Descendant Families of %s" msgstr "%s leszármazott családjai" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:307 -#: ../gramps/gui/plug/export/_exportoptions.py:455 +#: ../gramps/gen/plug/report/utils.py:309 +#: ../gramps/gui/plug/export/_exportoptions.py:461 #, python-format msgid "Ancestors of %s" msgstr "%s ősei" -#: ../gramps/gen/plug/report/utils.py:310 -#: ../gramps/gui/plug/export/_exportoptions.py:459 +#: ../gramps/gen/plug/report/utils.py:312 +#: ../gramps/gui/plug/export/_exportoptions.py:465 #, python-format msgid "People with common ancestor with %s" msgstr "Közös őssel rendelkezők %s személlyel" -#: ../gramps/gen/plug/report/utils.py:352 ../gramps/gui/plug/_guioptions.py:886 +#: ../gramps/gen/plug/report/utils.py:354 ../gramps/gui/plug/_guioptions.py:886 msgid "unknown father" msgstr "ismeretlen apa" -#: ../gramps/gen/plug/report/utils.py:358 ../gramps/gui/plug/_guioptions.py:892 +#: ../gramps/gen/plug/report/utils.py:360 ../gramps/gui/plug/_guioptions.py:892 msgid "unknown mother" msgstr "ismeretlen anya" -#: ../gramps/gen/plug/report/utils.py:360 ../gramps/gui/plug/_guioptions.py:894 +#: ../gramps/gen/plug/report/utils.py:362 ../gramps/gui/plug/_guioptions.py:894 #, python-format msgid "%(father_name)s and %(mother_name)s (%(family_id)s)" msgstr "%(father_name)s és %(mother_name)s (%(family_id)s)" #. Do this in case of command line options query (show=filter) -#: ../gramps/gen/plug/report/utils.py:367 +#: ../gramps/gen/plug/report/utils.py:369 msgid "FAMILY" msgstr "CSALÁD" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:384 +#: ../gramps/gen/plug/report/utils.py:386 #, python-format msgid "Ancestor Families of %s" msgstr "%s család őse" @@ -9137,12 +9177,12 @@ msgstr "" "Ha biztos abban, hogy nincs probléma más fájlokkal, akkor törölje ezt, majd " "indítsa újra a GRAMPS-ot." -#: ../gramps/gen/relationship.py:860 -#: ../gramps/plugins/view/pedigreeview.py:1516 +#: ../gramps/gen/relationship.py:1273 +#: ../gramps/plugins/view/pedigreeview.py:1530 msgid "Relationship loop detected" msgstr "Körkapcsolatot észleltem" -#: ../gramps/gen/relationship.py:919 +#: ../gramps/gen/relationship.py:1332 #, python-format msgid "" "Family Tree reaches back more than the maximum %d generations searched.\n" @@ -9152,118 +9192,118 @@ msgstr "" "maximuma.\n" "Lehetséges, hogy valahol rokonság jelölés maradt el" -#: ../gramps/gen/relationship.py:993 +#: ../gramps/gen/relationship.py:1406 msgid "Relationship loop detected:" msgstr "Körkapcsolatot észleltem:" -#: ../gramps/gen/relationship.py:994 +#: ../gramps/gen/relationship.py:1407 #, python-format msgid "Person %(person)s connects to himself via %(relation)s" msgstr "%(person)s önmagához kapcsolódik %(relation)s -n keresztül" -#: ../gramps/gen/relationship.py:1272 +#: ../gramps/gen/relationship.py:1685 msgid "undefined" msgstr "meghatározatlan" -#: ../gramps/gen/relationship.py:1757 -#: ../gramps/plugins/importer/importcsv.py:216 +#: ../gramps/gen/relationship.py:2170 +#: ../gramps/plugins/importer/importcsv.py:217 msgid "husband" msgstr "férj" -#: ../gramps/gen/relationship.py:1759 -#: ../gramps/plugins/importer/importcsv.py:213 +#: ../gramps/gen/relationship.py:2172 +#: ../gramps/plugins/importer/importcsv.py:214 msgid "wife" msgstr "feleség" -#: ../gramps/gen/relationship.py:1761 +#: ../gramps/gen/relationship.py:2174 msgid "gender unknown|spouse" msgstr "házastárs" -#: ../gramps/gen/relationship.py:1764 +#: ../gramps/gen/relationship.py:2177 msgid "ex-husband" msgstr "volt férj" -#: ../gramps/gen/relationship.py:1766 +#: ../gramps/gen/relationship.py:2179 msgid "ex-wife" msgstr "volt feleség" -#: ../gramps/gen/relationship.py:1768 +#: ../gramps/gen/relationship.py:2181 msgid "gender unknown|ex-spouse" msgstr "volt házastárs" -#: ../gramps/gen/relationship.py:1771 +#: ../gramps/gen/relationship.py:2184 msgid "unmarried|husband" msgstr "férj" -#: ../gramps/gen/relationship.py:1773 +#: ../gramps/gen/relationship.py:2186 msgid "unmarried|wife" msgstr "feleség" -#: ../gramps/gen/relationship.py:1775 +#: ../gramps/gen/relationship.py:2188 msgid "gender unknown,unmarried|spouse" msgstr "házastárs" -#: ../gramps/gen/relationship.py:1778 +#: ../gramps/gen/relationship.py:2191 msgid "unmarried|ex-husband" msgstr "volt férj" -#: ../gramps/gen/relationship.py:1780 +#: ../gramps/gen/relationship.py:2193 msgid "unmarried|ex-wife" msgstr "volt feleség" -#: ../gramps/gen/relationship.py:1782 +#: ../gramps/gen/relationship.py:2195 msgid "gender unknown,unmarried|ex-spouse" msgstr "volt házastárs" -#: ../gramps/gen/relationship.py:1785 +#: ../gramps/gen/relationship.py:2198 msgid "male,civil union|partner" msgstr "társ" -#: ../gramps/gen/relationship.py:1787 +#: ../gramps/gen/relationship.py:2200 msgid "female,civil union|partner" msgstr "társ" -#: ../gramps/gen/relationship.py:1789 +#: ../gramps/gen/relationship.py:2202 msgid "gender unknown,civil union|partner" msgstr "társ" -#: ../gramps/gen/relationship.py:1792 +#: ../gramps/gen/relationship.py:2205 msgid "male,civil union|former partner" msgstr "korábbi társ" -#: ../gramps/gen/relationship.py:1794 +#: ../gramps/gen/relationship.py:2207 msgid "female,civil union|former partner" msgstr "korábbi társ" -#: ../gramps/gen/relationship.py:1796 +#: ../gramps/gen/relationship.py:2209 msgid "gender unknown,civil union|former partner" msgstr "korábbi társ" -#: ../gramps/gen/relationship.py:1799 +#: ../gramps/gen/relationship.py:2212 msgid "male,unknown relation|partner" msgstr "társ" -#: ../gramps/gen/relationship.py:1801 +#: ../gramps/gen/relationship.py:2214 msgid "female,unknown relation|partner" msgstr "társ" -#: ../gramps/gen/relationship.py:1803 +#: ../gramps/gen/relationship.py:2216 msgid "gender unknown,unknown relation|partner" msgstr "társ" -#: ../gramps/gen/relationship.py:1808 +#: ../gramps/gen/relationship.py:2221 msgid "male,unknown relation|former partner" msgstr "korábbi társ" -#: ../gramps/gen/relationship.py:1810 +#: ../gramps/gen/relationship.py:2223 msgid "female,unknown relation|former partner" msgstr "korábbi társ" -#: ../gramps/gen/relationship.py:1812 +#: ../gramps/gen/relationship.py:2225 msgid "gender unknown,unknown relation|former partner" msgstr "korábbi társ" -#: ../gramps/gen/relationship.py:1905 +#: ../gramps/gen/relationship.py:2318 #, python-format msgid "" "Family relationship translator not available for language '%s'. Using " @@ -9272,11 +9312,11 @@ msgstr "" "Családi rokonság fordító nem elérhető a(z) '%s' nyelvhez. Helyette az " "'angol' lesz." -#: ../gramps/gen/utils/alive.py:148 ../gramps/plugins/importer/importcsv.py:200 +#: ../gramps/gen/utils/alive.py:148 ../gramps/plugins/importer/importcsv.py:201 msgid "death date" msgstr "halálozási dátum" -#: ../gramps/gen/utils/alive.py:153 ../gramps/plugins/importer/importcsv.py:176 +#: ../gramps/gen/utils/alive.py:153 ../gramps/plugins/importer/importcsv.py:177 msgid "birth date" msgstr "születési dátum" @@ -9610,24 +9650,24 @@ msgstr "Cím" msgid "GIVEN" msgstr "KERESZTNÉV" -#: ../gramps/gen/utils/keyword.py:56 ../gramps/gui/configure.py:650 -#: ../gramps/gui/configure.py:657 ../gramps/gui/configure.py:659 -#: ../gramps/gui/configure.py:660 ../gramps/gui/configure.py:661 -#: ../gramps/gui/configure.py:662 ../gramps/gui/configure.py:663 +#: ../gramps/gen/utils/keyword.py:56 ../gramps/gui/configure.py:653 +#: ../gramps/gui/configure.py:660 ../gramps/gui/configure.py:662 +#: ../gramps/gui/configure.py:663 ../gramps/gui/configure.py:664 +#: ../gramps/gui/configure.py:665 ../gramps/gui/configure.py:666 msgid "SURNAME" msgstr "VEZETÉKNÉV" #. show surname and first name #: ../gramps/gen/utils/keyword.py:56 ../gramps/gui/clipboard.py:621 -#: ../gramps/gui/configure.py:643 ../gramps/gui/configure.py:645 -#: ../gramps/gui/configure.py:647 ../gramps/gui/configure.py:649 -#: ../gramps/gui/configure.py:652 ../gramps/gui/configure.py:653 -#: ../gramps/gui/configure.py:654 ../gramps/gui/configure.py:655 +#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 +#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:652 +#: ../gramps/gui/configure.py:655 ../gramps/gui/configure.py:656 +#: ../gramps/gui/configure.py:657 ../gramps/gui/configure.py:658 #: ../gramps/gui/editors/displaytabs/surnametab.py:74 #: ../gramps/gui/plug/_guioptions.py:88 ../gramps/gui/plug/_guioptions.py:1493 #: ../gramps/plugins/drawreport/statisticschart.py:334 #: ../gramps/plugins/export/exportcsv.py:353 -#: ../gramps/plugins/importer/importcsv.py:158 +#: ../gramps/plugins/importer/importcsv.py:159 #: ../gramps/plugins/quickview/filterbyname.py:354 #: ../gramps/plugins/webreport/narrativeweb.py:3220 #: ../gramps/plugins/webreport/narrativeweb.py:4551 @@ -9647,9 +9687,9 @@ msgstr "Hívó" msgid "Name|COMMON" msgstr "KÖZÖS" -#: ../gramps/gen/utils/keyword.py:58 ../gramps/gui/configure.py:647 -#: ../gramps/gui/configure.py:649 ../gramps/gui/configure.py:652 -#: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:659 +#: ../gramps/gen/utils/keyword.py:58 ../gramps/gui/configure.py:650 +#: ../gramps/gui/configure.py:652 ../gramps/gui/configure.py:655 +#: ../gramps/gui/configure.py:656 ../gramps/gui/configure.py:662 msgid "Name|Common" msgstr "Közös" @@ -9731,7 +9771,7 @@ msgstr "Apai név[con]" msgid "RAWSURNAMES" msgstr "NYERS VEZETÉKNEVEK" -#: ../gramps/gen/utils/keyword.py:69 ../gramps/gui/configure.py:664 +#: ../gramps/gen/utils/keyword.py:69 ../gramps/gui/configure.py:667 msgid "Rawsurnames" msgstr "Nyers vezetéknevek" @@ -9749,9 +9789,9 @@ msgstr "ELŐTAG" #: ../gramps/gen/utils/keyword.py:71 #: ../gramps/gui/editors/displaytabs/surnametab.py:73 -#: ../gramps/gui/glade/editperson.glade:471 +#: ../gramps/gui/glade/editperson.glade:470 #: ../gramps/plugins/export/exportcsv.py:354 -#: ../gramps/plugins/importer/importcsv.py:165 +#: ../gramps/plugins/importer/importcsv.py:166 msgid "Prefix" msgstr "Előtag" @@ -9787,20 +9827,20 @@ msgstr "%(east_longitude)s K" msgid "%(west_longitude)s W" msgstr "%(west_longitude)s NY" -#: ../gramps/gen/utils/string.py:46 ../gramps/gui/editors/editperson.py:351 +#: ../gramps/gen/utils/string.py:46 ../gramps/gui/editors/editperson.py:350 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 -#: ../gramps/gui/merge/mergeperson.py:61 +#: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 #: ../gramps/plugins/webreport/narrativeweb.py:6329 msgid "male" msgstr "férfi" -#: ../gramps/gen/utils/string.py:47 ../gramps/gui/editors/editperson.py:350 +#: ../gramps/gen/utils/string.py:47 ../gramps/gui/editors/editperson.py:349 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 -#: ../gramps/gui/merge/mergeperson.py:61 +#: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 #: ../gramps/plugins/webreport/narrativeweb.py:6330 msgid "female" msgstr "nő" @@ -9813,26 +9853,26 @@ msgstr "ismeretlen" msgid "Invalid" msgstr "Rokkant" -#: ../gramps/gen/utils/string.py:55 ../gramps/gui/editors/editcitation.py:216 +#: ../gramps/gen/utils/string.py:55 ../gramps/gui/editors/editcitation.py:214 msgid "Very High" msgstr "Nagyon magas" -#: ../gramps/gen/utils/string.py:56 ../gramps/gui/editors/editcitation.py:215 +#: ../gramps/gen/utils/string.py:56 ../gramps/gui/editors/editcitation.py:213 #: ../gramps/plugins/tool/finddupes.py:62 msgid "High" msgstr "Magas" -#: ../gramps/gen/utils/string.py:57 ../gramps/gui/editors/editcitation.py:214 +#: ../gramps/gen/utils/string.py:57 ../gramps/gui/editors/editcitation.py:212 #: ../gramps/plugins/graph/gvfamilylines.py:242 msgid "Normal" msgstr "Átlagos" -#: ../gramps/gen/utils/string.py:58 ../gramps/gui/editors/editcitation.py:213 +#: ../gramps/gen/utils/string.py:58 ../gramps/gui/editors/editcitation.py:211 #: ../gramps/plugins/tool/finddupes.py:60 msgid "Low" msgstr "Alacsony" -#: ../gramps/gen/utils/string.py:59 ../gramps/gui/editors/editcitation.py:212 +#: ../gramps/gen/utils/string.py:59 ../gramps/gui/editors/editcitation.py:210 msgid "Very Low" msgstr "Nagyon alacsony" @@ -9894,16 +9934,16 @@ msgstr "" "\n" "A GRAMPS most leáll." -#: ../gramps/grampsapp.py:414 ../gramps/grampsapp.py:421 -#: ../gramps/grampsapp.py:465 +#: ../gramps/grampsapp.py:415 ../gramps/grampsapp.py:422 +#: ../gramps/grampsapp.py:466 msgid "Configuration error:" msgstr "Konfigurációs hiba:" -#: ../gramps/grampsapp.py:418 +#: ../gramps/grampsapp.py:419 msgid "Error reading configuration" msgstr "Konfiguráció olvasási hiba" -#: ../gramps/grampsapp.py:422 +#: ../gramps/grampsapp.py:423 #, python-format msgid "" "A definition for the MIME-type %s could not be found \n" @@ -9948,8 +9988,8 @@ msgid "manual|Using_the_Clipboard" msgstr "A_Vágólap használata" #. We encounter a PLAC, having previously encountered an ADDR -#: ../gramps/gui/clipboard.py:303 ../gramps/gui/configure.py:514 -#: ../gramps/gui/editors/editaddress.py:168 +#: ../gramps/gui/clipboard.py:303 ../gramps/gui/configure.py:517 +#: ../gramps/gui/editors/editaddress.py:167 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:106 #: ../gramps/plugins/gramplet/repositorydetails.py:133 #: ../gramps/plugins/lib/libgedcom.py:5421 @@ -9960,45 +10000,45 @@ msgid "Address" msgstr "Lakcím" #. 0 this order range above -#: ../gramps/gui/clipboard.py:340 ../gramps/gui/configure.py:544 -#: ../gramps/gui/editors/editlink.py:90 +#: ../gramps/gui/clipboard.py:340 ../gramps/gui/configure.py:547 +#: ../gramps/gui/editors/editlink.py:92 #: ../gramps/gui/editors/filtereditor.py:295 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:133 #: ../gramps/plugins/gramplet/quickviewgramplet.py:108 #: ../gramps/plugins/quickview/filterbyname.py:175 #: ../gramps/plugins/quickview/filterbyname.py:246 -#: ../gramps/plugins/quickview/quickview.gpr.py:201 +#: ../gramps/plugins/quickview/quickview.gpr.py:204 #: ../gramps/plugins/quickview/references.py:87 -#: ../gramps/plugins/textreport/placereport.py:457 +#: ../gramps/plugins/textreport/placereport.py:461 #: ../gramps/plugins/webreport/narrativeweb.py:989 msgid "Event" msgstr "Esemény" #. 5 -#: ../gramps/gui/clipboard.py:367 ../gramps/gui/configure.py:536 +#: ../gramps/gui/clipboard.py:367 ../gramps/gui/configure.py:539 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:81 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:55 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:65 -#: ../gramps/gui/editors/editlink.py:95 +#: ../gramps/gui/editors/editlink.py:97 #: ../gramps/gui/editors/filtereditor.py:296 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:108 #: ../gramps/gui/glade/editevent.glade:270 #: ../gramps/gui/plug/_guioptions.py:1343 -#: ../gramps/gui/selectors/selectevent.py:73 -#: ../gramps/gui/views/treemodels/placemodel.py:283 +#: ../gramps/gui/selectors/selectevent.py:72 +#: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/export/exportcsv.py:285 #: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/coordinates.py:93 #: ../gramps/plugins/gramplet/events.py:91 #: ../gramps/plugins/gramplet/personresidence.py:61 #: ../gramps/plugins/gramplet/quickviewgramplet.py:112 -#: ../gramps/plugins/importer/importcsv.py:220 +#: ../gramps/plugins/importer/importcsv.py:221 #: ../gramps/plugins/quickview/filterbyname.py:185 #: ../gramps/plugins/quickview/filterbyname.py:252 #: ../gramps/plugins/quickview/onthisday.py:80 #: ../gramps/plugins/quickview/onthisday.py:81 #: ../gramps/plugins/quickview/onthisday.py:82 -#: ../gramps/plugins/quickview/quickview.gpr.py:203 +#: ../gramps/plugins/quickview/quickview.gpr.py:206 #: ../gramps/plugins/quickview/references.py:92 #: ../gramps/plugins/textreport/indivcomplete.py:496 #: ../gramps/plugins/textreport/indivcomplete.py:694 @@ -10011,7 +10051,7 @@ msgid "Place" msgstr "Hely" #: ../gramps/gui/clipboard.py:427 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:116 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 msgid "Family Event" msgstr "Családi esemény" @@ -10019,7 +10059,7 @@ msgstr "Családi esemény" msgid "Url" msgstr "URL" -#: ../gramps/gui/clipboard.py:459 ../gramps/gui/editors/editattribute.py:136 +#: ../gramps/gui/clipboard.py:459 ../gramps/gui/editors/editattribute.py:135 msgid "Attribute" msgstr "Jellemző" @@ -10076,13 +10116,13 @@ msgstr "%(frel)s %(mrel)s" #. #. ------------------------------------------------------------------------ #. functions for the actual quickreports -#: ../gramps/gui/clipboard.py:743 ../gramps/gui/configure.py:532 -#: ../gramps/gui/editors/editlink.py:94 +#: ../gramps/gui/clipboard.py:743 ../gramps/gui/configure.py:535 +#: ../gramps/gui/editors/editlink.py:96 #: ../gramps/gui/editors/filtereditor.py:293 #: ../gramps/gui/glade/editpersonref.glade:211 #: ../gramps/plugins/export/exportcsv.py:353 #: ../gramps/plugins/gramplet/quickviewgramplet.py:107 -#: ../gramps/plugins/importer/importcsv.py:207 +#: ../gramps/plugins/importer/importcsv.py:208 #: ../gramps/plugins/quickview/ageondate.py:54 #: ../gramps/plugins/quickview/attributematch.py:34 #: ../gramps/plugins/quickview/filterbyname.py:154 @@ -10095,14 +10135,14 @@ msgstr "%(frel)s %(mrel)s" #: ../gramps/plugins/quickview/filterbyname.py:365 #: ../gramps/plugins/quickview/filterbyname.py:373 #: ../gramps/plugins/quickview/filterbyname.py:409 -#: ../gramps/plugins/quickview/quickview.gpr.py:199 +#: ../gramps/plugins/quickview/quickview.gpr.py:202 #: ../gramps/plugins/quickview/references.py:85 #: ../gramps/plugins/quickview/samesurnames.py:115 #: ../gramps/plugins/quickview/samesurnames.py:160 #: ../gramps/plugins/textreport/placereport.py:221 #: ../gramps/plugins/textreport/placereport.py:297 -#: ../gramps/plugins/textreport/placereport.py:457 -#: ../gramps/plugins/tool/eventcmp.py:251 +#: ../gramps/plugins/textreport/placereport.py:461 +#: ../gramps/plugins/tool/eventcmp.py:253 #: ../gramps/plugins/webreport/narrativeweb.py:3508 #: ../gramps/plugins/webreport/narrativeweb.py:4200 #: ../gramps/plugins/webreport/narrativeweb.py:7067 @@ -10110,17 +10150,18 @@ msgid "Person" msgstr "Személy" #. 7 -#: ../gramps/gui/clipboard.py:800 ../gramps/gui/configure.py:538 +#: ../gramps/gui/clipboard.py:800 ../gramps/gui/configure.py:541 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:78 -#: ../gramps/gui/editors/editlink.py:97 ../gramps/gui/editors/editsource.py:86 +#: ../gramps/gui/editors/editlink.py:99 ../gramps/gui/editors/editsource.py:86 #: ../gramps/gui/editors/filtereditor.py:297 #: ../gramps/gui/views/treemodels/citationtreemodel.py:170 #: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/quickviewgramplet.py:114 -#: ../gramps/plugins/importer/importcsv.py:168 +#: ../gramps/plugins/importer/importcsv.py:169 +#: ../gramps/plugins/importer/importprogen.py:871 #: ../gramps/plugins/quickview/filterbyname.py:195 #: ../gramps/plugins/quickview/filterbyname.py:258 -#: ../gramps/plugins/quickview/quickview.gpr.py:202 +#: ../gramps/plugins/quickview/quickview.gpr.py:205 #: ../gramps/plugins/quickview/references.py:88 #: ../gramps/plugins/quickview/reporef.py:62 #: ../gramps/plugins/textreport/tagreport.py:722 @@ -10129,8 +10170,8 @@ msgid "Source" msgstr "Forrás" #. 6 -#: ../gramps/gui/clipboard.py:827 ../gramps/gui/configure.py:546 -#: ../gramps/gui/editors/editlink.py:96 +#: ../gramps/gui/clipboard.py:827 ../gramps/gui/configure.py:549 +#: ../gramps/gui/editors/editlink.py:98 #: ../gramps/gui/editors/editrepository.py:77 #: ../gramps/gui/editors/editrepository.py:79 #: ../gramps/gui/editors/filtereditor.py:299 @@ -10140,11 +10181,11 @@ msgstr "Forrás" msgid "Repository" msgstr "Tároló" -#: ../gramps/gui/clipboard.py:967 ../gramps/gui/dbman.py:127 +#: ../gramps/gui/clipboard.py:967 ../gramps/gui/dbman.py:126 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:63 #: ../gramps/gui/editors/displaytabs/srcattrembedlist.py:64 #: ../gramps/plugins/gramplet/attributes.py:57 -#: ../gramps/plugins/lib/libmetadata.py:171 +#: ../gramps/plugins/lib/libmetadata.py:173 #: ../gramps/plugins/tool/patchnames.py:406 #: ../gramps/plugins/webreport/narrativeweb.py:1372 #: ../gramps/plugins/webreport/narrativeweb.py:1633 @@ -10184,18 +10225,18 @@ msgstr "Fa nézet: a(z) \"%s\" első oszlop nem változtatható" msgid "Drag and drop the columns to change the order" msgstr "Húzd és ejtsd az oszlopokat a sorrend változtatásához" -#: ../gramps/gui/columnorder.py:107 ../gramps/gui/configure.py:1507 -#: ../gramps/gui/configure.py:1530 ../gramps/gui/plug/_dialogs.py:124 -#: ../gramps/gui/viewmanager.py:1414 +#: ../gramps/gui/columnorder.py:107 ../gramps/gui/configure.py:1543 +#: ../gramps/gui/configure.py:1566 ../gramps/gui/configure.py:1591 +#: ../gramps/gui/plug/_dialogs.py:130 ../gramps/gui/viewmanager.py:1828 #: ../gramps/plugins/lib/maps/geography.py:1007 #: ../gramps/plugins/lib/maps/geography.py:1261 msgid "_Apply" msgstr "_Alkalmaz" #. ################# -#: ../gramps/gui/columnorder.py:128 ../gramps/gui/configure.py:1107 -#: ../gramps/plugins/drawreport/ancestortree.py:855 -#: ../gramps/plugins/drawreport/descendtree.py:1563 +#: ../gramps/gui/columnorder.py:128 ../gramps/gui/configure.py:1111 +#: ../gramps/plugins/drawreport/ancestortree.py:856 +#: ../gramps/plugins/drawreport/descendtree.py:1566 msgid "Display" msgstr "Megjelenítés" @@ -10203,42 +10244,43 @@ msgstr "Megjelenítés" msgid "Column Name" msgstr "Oszlopnév" -#: ../gramps/gui/configure.py:79 +#: ../gramps/gui/configure.py:80 msgid "Father's surname" msgstr "Az apa vezetékneve" -#: ../gramps/gui/configure.py:81 +#: ../gramps/gui/configure.py:82 msgid "Combination of mother's and father's surname" msgstr "Az anya és az apa vezetéknevének kombinációja" -#: ../gramps/gui/configure.py:82 +#: ../gramps/gui/configure.py:83 msgid "Icelandic style" msgstr "Izlandi stílus" -#: ../gramps/gui/configure.py:104 ../gramps/gui/configure.py:106 +#: ../gramps/gui/configure.py:105 ../gramps/gui/configure.py:107 msgid "Display Name Editor" msgstr "Névszerkesztő mutatása" #. self.window.connect('response', self.close) -#: ../gramps/gui/configure.py:105 ../gramps/gui/configure.py:179 -#: ../gramps/gui/glade/book.glade:466 ../gramps/gui/glade/book.glade:540 +#: ../gramps/gui/configure.py:106 ../gramps/gui/configure.py:180 +#: ../gramps/gui/glade/book.glade:466 ../gramps/gui/glade/book.glade:538 #: ../gramps/gui/glade/clipboard.glade:71 ../gramps/gui/glade/dialog.glade:20 -#: ../gramps/gui/glade/dialog.glade:140 -#: ../gramps/gui/glade/displaystate.glade:25 -#: ../gramps/gui/glade/plugins.glade:24 ../gramps/gui/glade/rule.glade:26 -#: ../gramps/gui/glade/rule.glade:1029 ../gramps/gui/glade/tipofday.glade:117 -#: ../gramps/gui/glade/updateaddons.glade:26 ../gramps/gui/plug/_windows.py:102 -#: ../gramps/gui/plug/_windows.py:682 ../gramps/gui/plug/_windows.py:738 -#: ../gramps/gui/plug/quick/_textbufdoc.py:61 ../gramps/gui/undohistory.py:90 -#: ../gramps/gui/viewmanager.py:506 ../gramps/gui/viewmanager.py:1286 -#: ../gramps/gui/views/bookmarks.py:258 ../gramps/gui/views/tags.py:424 +#: ../gramps/gui/glade/dialog.glade:141 +#: ../gramps/gui/glade/displaystate.glade:23 +#: ../gramps/gui/glade/plugins.glade:22 ../gramps/gui/glade/rule.glade:24 +#: ../gramps/gui/glade/rule.glade:1024 ../gramps/gui/glade/tipofday.glade:117 +#: ../gramps/gui/glade/updateaddons.glade:25 ../gramps/gui/plug/_windows.py:105 +#: ../gramps/gui/plug/_windows.py:691 ../gramps/gui/plug/_windows.py:747 +#: ../gramps/gui/plug/quick/_textbufdoc.py:60 ../gramps/gui/undohistory.py:90 +#: ../gramps/gui/viewmanager.py:512 ../gramps/gui/viewmanager.py:1692 +#: ../gramps/gui/views/bookmarks.py:287 ../gramps/gui/views/tags.py:430 #: ../gramps/gui/widgets/grampletbar.py:635 #: ../gramps/gui/widgets/grampletpane.py:236 #: ../gramps/plugins/lib/maps/placeselection.py:108 +#: ../gramps/plugins/tool/dumpgenderstats.py:85 msgid "_Close" msgstr "_Bezárás" -#: ../gramps/gui/configure.py:108 +#: ../gramps/gui/configure.py:110 msgid "" "The following keywords are replaced with the appropriate name parts:\n" " Given - given name (first name) Surname - surnames " @@ -10300,21 +10342,38 @@ msgstr "" "cím, Sr utótag, Ed becenév, \n" " Underhills családi bece/gúnynév, Jose hívó név.\n" -#: ../gramps/gui/configure.py:137 +#: ../gramps/gui/configure.py:138 msgid " Name Editor" msgstr " Névszerkesztő" -#: ../gramps/gui/configure.py:155 ../gramps/gui/configure.py:1585 +#: ../gramps/gui/configure.py:156 ../gramps/gui/configure.py:1646 #: ../gramps/gui/views/pageview.py:590 msgid "Preferences" msgstr "Beállítások" -#: ../gramps/gui/configure.py:231 ../gramps/gui/configure.py:237 -#: ../gramps/gui/configure.py:802 +#: ../gramps/gui/configure.py:232 ../gramps/gui/configure.py:238 +#: ../gramps/gui/configure.py:805 msgid "Invalid or incomplete format definition." msgstr "Hibás, vagy nem teljes formátum meghatározás." -#: ../gramps/gui/configure.py:511 +#. label for the combo +#. translators: needed for French, ignore otherwise +#: ../gramps/gui/configure.py:330 ../gramps/gui/configure.py:354 +#: ../gramps/gui/configure.py:375 ../gramps/gui/configure.py:388 +#: ../gramps/gui/configure.py:413 ../gramps/gui/configure.py:450 +#: ../gramps/gui/configure.py:472 ../gramps/gui/configure.py:981 +#: ../gramps/gui/configure.py:1009 ../gramps/gui/configure.py:1030 +#: ../gramps/gui/configure.py:1044 ../gramps/gui/configure.py:1057 +#: ../gramps/gui/configure.py:1070 ../gramps/gui/configure.py:1094 +#: ../gramps/gui/configure.py:1151 ../gramps/gui/configure.py:1375 +#: ../gramps/gui/configure.py:1393 ../gramps/gui/configure.py:1454 +#: ../gramps/gui/configure.py:1498 ../gramps/gui/views/navigationview.py:357 +#: ../gramps/plugins/gramplet/sessionloggramplet.py:84 +#, python-format +msgid "%s: " +msgstr "%s: " + +#: ../gramps/gui/configure.py:513 msgid "" "Enter your information so people can contact you when you distribute your " "Family Tree" @@ -10322,17 +10381,17 @@ msgstr "" "Vigye be adatait, így fel tudják venni Önnel a kapcsolatot, amikor " "közzéteszi a Családfáját" -#: ../gramps/gui/configure.py:517 +#: ../gramps/gui/configure.py:520 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:75 #: ../gramps/plugins/view/repoview.py:92 msgid "State/County" msgstr "Állam/Tartomány" -#: ../gramps/gui/configure.py:519 ../gramps/plugins/view/repoview.py:94 +#: ../gramps/gui/configure.py:522 ../gramps/plugins/view/repoview.py:94 msgid "ZIP/Postal Code" msgstr "Irányítószám" -#: ../gramps/gui/configure.py:520 ../gramps/plugins/export/exportgedcom.py:784 +#: ../gramps/gui/configure.py:523 ../gramps/plugins/export/exportgedcom.py:784 #: ../gramps/plugins/export/exportgedcom.py:1152 #: ../gramps/plugins/gramplet/repositorydetails.py:121 #: ../gramps/plugins/lib/libgedcom.py:3973 @@ -10341,57 +10400,57 @@ msgstr "Irányítószám" msgid "Phone" msgstr "Telefon" -#: ../gramps/gui/configure.py:521 ../gramps/gui/plug/_windows.py:615 +#: ../gramps/gui/configure.py:524 ../gramps/gui/plug/_windows.py:623 #: ../gramps/plugins/view/repoview.py:95 msgid "Email" msgstr "E-mail" -#: ../gramps/gui/configure.py:522 +#: ../gramps/gui/configure.py:525 msgid "Researcher" msgstr "Kutató" -#: ../gramps/gui/configure.py:542 ../gramps/gui/editors/editperson.py:647 +#: ../gramps/gui/configure.py:545 ../gramps/gui/editors/editperson.py:646 #: ../gramps/gui/widgets/photo.py:86 msgid "Media Object" msgstr "Média objektum" -#: ../gramps/gui/configure.py:550 +#: ../gramps/gui/configure.py:553 msgid "ID Formats" msgstr "Azonosító formátumok" -#: ../gramps/gui/configure.py:560 +#: ../gramps/gui/configure.py:563 msgid "Set the colors used for boxes in the graphical views" msgstr "Állítsa be grafikus nézetekhez a dobozok színeit" -#: ../gramps/gui/configure.py:562 +#: ../gramps/gui/configure.py:565 msgid "Gender Male Alive" msgstr "Élő férfi" -#: ../gramps/gui/configure.py:564 +#: ../gramps/gui/configure.py:567 msgid "Border Male Alive" msgstr "Élő férfi határa" -#: ../gramps/gui/configure.py:566 +#: ../gramps/gui/configure.py:569 msgid "Gender Male Death" msgstr "Halott férfi" -#: ../gramps/gui/configure.py:568 +#: ../gramps/gui/configure.py:571 msgid "Border Male Death" msgstr "Halott férfi határa" -#: ../gramps/gui/configure.py:570 +#: ../gramps/gui/configure.py:573 msgid "Gender Female Alive" msgstr "Élő nő" -#: ../gramps/gui/configure.py:572 +#: ../gramps/gui/configure.py:575 msgid "Border Female Alive" msgstr "Élő nő határa" -#: ../gramps/gui/configure.py:574 +#: ../gramps/gui/configure.py:577 msgid "Gender Female Death" msgstr "Halott nő" -#: ../gramps/gui/configure.py:576 +#: ../gramps/gui/configure.py:579 msgid "Border Female Death" msgstr "Halott nő határa" @@ -10403,79 +10462,79 @@ msgstr "Halott nő határa" #. # 'preferences.color-gender-other-death') #. # self.add_color(grid, _('Border Other Death'), 8, #. # 'preferences.bordercolor-gender-other-death') -#: ../gramps/gui/configure.py:586 +#: ../gramps/gui/configure.py:589 msgid "Gender Unknown Alive" msgstr "Élő ismeretlen nemű" -#: ../gramps/gui/configure.py:588 +#: ../gramps/gui/configure.py:591 msgid "Border Unknown Alive" msgstr "Élő ismeretlen határa" -#: ../gramps/gui/configure.py:590 +#: ../gramps/gui/configure.py:593 msgid "Gender Unknown Death" msgstr "Ismeretlen nemű halott" -#: ../gramps/gui/configure.py:592 +#: ../gramps/gui/configure.py:595 msgid "Border Unknown Death" msgstr "Ismeretlen halott határa" -#: ../gramps/gui/configure.py:594 +#: ../gramps/gui/configure.py:597 msgid "Colors" msgstr "Színek" -#: ../gramps/gui/configure.py:602 +#: ../gramps/gui/configure.py:605 msgid "Suppress warning when adding parents to a child." msgstr "Figyelmeztetés elnyomása, ha gyermekhez adunk szülőket." -#: ../gramps/gui/configure.py:606 +#: ../gramps/gui/configure.py:609 msgid "Suppress warning when canceling with changed data." msgstr "Figyelmeztetés elnyomása, ha változtatott adatokkal szakítunk meg." -#: ../gramps/gui/configure.py:610 +#: ../gramps/gui/configure.py:613 msgid "Suppress warning about missing researcher when exporting to GEDCOM." msgstr "" "Figyelmeztetés elnyomása hiányzó kutató esetén, amikor GEDCOM-ba exportálunk." -#: ../gramps/gui/configure.py:615 +#: ../gramps/gui/configure.py:618 msgid "Show plugin status dialog on plugin load error." msgstr "Beépülő állapot párbeszéd ablak, vagy beépülő betöltés hiba mutatása." -#: ../gramps/gui/configure.py:618 +#: ../gramps/gui/configure.py:621 msgid "Warnings" msgstr "Figyelmeztetések" -#: ../gramps/gui/configure.py:644 ../gramps/gui/configure.py:658 +#: ../gramps/gui/configure.py:647 ../gramps/gui/configure.py:661 msgid "Common" msgstr "Közös" -#: ../gramps/gui/configure.py:651 ../gramps/plugins/export/exportcsv.py:354 -#: ../gramps/plugins/importer/importcsv.py:163 +#: ../gramps/gui/configure.py:654 ../gramps/plugins/export/exportcsv.py:354 +#: ../gramps/plugins/importer/importcsv.py:164 msgid "Call" msgstr "Hívó" -#: ../gramps/gui/configure.py:656 +#: ../gramps/gui/configure.py:659 msgid "NotPatronymic" msgstr "Nem apai név" -#: ../gramps/gui/configure.py:733 +#: ../gramps/gui/configure.py:736 msgid "Enter to save, Esc to cancel editing" msgstr "Üssön Enter-t mentéshez, Esc-t a szerkesztés megszakításához" -#: ../gramps/gui/configure.py:780 +#: ../gramps/gui/configure.py:783 msgid "This format exists already." msgstr "Ez a formátum már létezik." -#: ../gramps/gui/configure.py:819 +#: ../gramps/gui/configure.py:822 msgid "Format" msgstr "Formátum" -#: ../gramps/gui/configure.py:829 +#: ../gramps/gui/configure.py:832 msgid "Example" msgstr "Példa" #. show an add button #. we now construct an add menu -#: ../gramps/gui/configure.py:849 +#: ../gramps/gui/configure.py:852 #: ../gramps/gui/editors/displaytabs/embeddedlist.py:146 #: ../gramps/gui/editors/displaytabs/embeddedlist.py:153 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:314 @@ -10484,14 +10543,14 @@ msgstr "Példa" #: ../gramps/gui/editors/displaytabs/nameembedlist.py:129 #: ../gramps/gui/editors/displaytabs/webembedlist.py:115 #: ../gramps/gui/editors/editfamily.py:148 -#: ../gramps/gui/plug/report/_bookdialog.py:652 ../gramps/gui/views/tags.py:416 +#: ../gramps/gui/plug/report/_bookdialog.py:653 ../gramps/gui/views/tags.py:422 #: ../gramps/gui/widgets/fanchart.py:1712 #: ../gramps/gui/widgets/fanchart.py:1754 -#: ../gramps/plugins/view/pedigreeview.py:1613 +#: ../gramps/plugins/view/pedigreeview.py:1627 msgid "_Add" msgstr "_Hozzáadás" -#: ../gramps/gui/configure.py:852 +#: ../gramps/gui/configure.py:855 #: ../gramps/gui/editors/displaytabs/embeddedlist.py:148 #: ../gramps/gui/editors/displaytabs/embeddedlist.py:154 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:315 @@ -10499,136 +10558,136 @@ msgstr "_Hozzáadás" #: ../gramps/gui/editors/displaytabs/nameembedlist.py:123 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:130 #: ../gramps/gui/editors/displaytabs/webembedlist.py:116 -#: ../gramps/gui/glade/editlink.glade:223 -#: ../gramps/gui/plug/report/_bookdialog.py:626 -#: ../gramps/gui/viewmanager.py:481 ../gramps/gui/views/tags.py:417 +#: ../gramps/gui/glade/editlink.glade:222 +#: ../gramps/gui/plug/report/_bookdialog.py:627 +#: ../gramps/gui/viewmanager.py:487 ../gramps/gui/views/tags.py:423 #: ../gramps/gui/widgets/fanchart.py:1511 -#: ../gramps/plugins/view/pedigreeview.py:1648 -#: ../gramps/plugins/view/pedigreeview.py:1876 +#: ../gramps/plugins/view/pedigreeview.py:1662 +#: ../gramps/plugins/view/pedigreeview.py:1890 msgid "_Edit" msgstr "_Szerkesztés" -#: ../gramps/gui/configure.py:856 +#: ../gramps/gui/configure.py:859 #: ../gramps/gui/editors/displaytabs/embeddedlist.py:149 #: ../gramps/gui/editors/displaytabs/embeddedlist.py:155 #: ../gramps/gui/editors/displaytabs/gallerytab.py:130 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:124 #: ../gramps/gui/editors/displaytabs/webembedlist.py:117 #: ../gramps/gui/editors/editfamily.py:151 -#: ../gramps/gui/plug/report/_bookdialog.py:621 -#: ../gramps/gui/views/bookmarks.py:254 ../gramps/gui/views/listview.py:212 -#: ../gramps/gui/views/tags.py:418 ../gramps/plugins/lib/libpersonview.py:388 +#: ../gramps/gui/plug/report/_bookdialog.py:622 +#: ../gramps/gui/views/bookmarks.py:283 ../gramps/gui/views/listview.py:212 +#: ../gramps/gui/views/tags.py:424 ../gramps/plugins/lib/libpersonview.py:391 msgid "_Remove" msgstr "_Eltávolítás" -#: ../gramps/gui/configure.py:981 +#: ../gramps/gui/configure.py:985 #: ../gramps/gui/editors/displaytabs/buttontab.py:70 #: ../gramps/gui/glade/editfamily.glade:286 #: ../gramps/gui/glade/editfamily.glade:594 #: ../gramps/gui/glade/editperson.glade:12 -#: ../gramps/gui/glade/editperson.glade:517 ../gramps/gui/glade/rule.glade:466 +#: ../gramps/gui/glade/editperson.glade:516 ../gramps/gui/glade/rule.glade:463 #: ../gramps/gui/glade/styleeditor.glade:1872 -#: ../gramps/gui/plug/_windows.py:148 ../gramps/gui/plug/_windows.py:203 +#: ../gramps/gui/plug/_windows.py:152 ../gramps/gui/plug/_windows.py:207 #: ../gramps/plugins/gramplet/coordinates.py:142 #: ../gramps/plugins/gramplet/descendant.py:110 msgid "Edit" msgstr "Szerkesztés" -#: ../gramps/gui/configure.py:991 +#: ../gramps/gui/configure.py:995 msgid "Consider single pa/matronymic as surname" msgstr "Tekintse az apai/anyai nevet vezetéknévnek" -#: ../gramps/gui/configure.py:1005 +#: ../gramps/gui/configure.py:1009 msgid "Date format" msgstr "Dátum formátum" -#: ../gramps/gui/configure.py:1013 +#: ../gramps/gui/configure.py:1017 msgid "Years" msgstr "Évek" -#: ../gramps/gui/configure.py:1014 +#: ../gramps/gui/configure.py:1018 msgid "Years, Months" msgstr "Évek, Hónapok" -#: ../gramps/gui/configure.py:1015 +#: ../gramps/gui/configure.py:1019 msgid "Years, Months, Days" msgstr "Évek, Hónapok, Napok" -#: ../gramps/gui/configure.py:1027 +#: ../gramps/gui/configure.py:1031 msgid "Age display precision (requires restart)" msgstr "Kort szabatosan mutat (újraindítást igényel)" -#: ../gramps/gui/configure.py:1040 +#: ../gramps/gui/configure.py:1044 msgid "Calendar on reports" msgstr "Naptár a jelentéseken" -#: ../gramps/gui/configure.py:1053 +#: ../gramps/gui/configure.py:1057 msgid "Surname guessing" msgstr "Becsült vezetéknév" -#: ../gramps/gui/configure.py:1066 +#: ../gramps/gui/configure.py:1070 msgid "Default family relationship" msgstr "Alapértelmezett családi kapcsolat" -#: ../gramps/gui/configure.py:1073 +#: ../gramps/gui/configure.py:1077 msgid "Height multiple surname box (pixels)" msgstr "Többszörös vezetéknév doboz magassága (pixelben)" -#: ../gramps/gui/configure.py:1080 +#: ../gramps/gui/configure.py:1084 msgid "Active person's name and ID" msgstr "Aktív személy neve és azonosítója" -#: ../gramps/gui/configure.py:1081 +#: ../gramps/gui/configure.py:1085 #: ../gramps/plugins/textreport/indivcomplete.py:358 msgid "Relationship to home person" msgstr "Kapcsolat a kiinduló személyhez" -#: ../gramps/gui/configure.py:1090 +#: ../gramps/gui/configure.py:1094 msgid "Status bar" msgstr "Állapotsor" -#: ../gramps/gui/configure.py:1097 +#: ../gramps/gui/configure.py:1101 msgid "Show text label beside Navigator buttons (requires restart)" msgstr "Feliratok mutatása az oldalsáv gombok mellett (újraindítást igényel)" -#: ../gramps/gui/configure.py:1103 +#: ../gramps/gui/configure.py:1107 msgid "Show close button in gramplet bar tabs" msgstr "Mutassa a bezáró gombot a gramplet sáv füleken" -#: ../gramps/gui/configure.py:1116 +#: ../gramps/gui/configure.py:1120 msgid "Enable automatic place title generation" msgstr "Az automatikus helynév létrehozás bekapcsolása" -#: ../gramps/gui/configure.py:1128 +#: ../gramps/gui/configure.py:1132 msgid "Suppress comma after house number" msgstr "A házszám utáni vessző letitása" -#: ../gramps/gui/configure.py:1133 +#: ../gramps/gui/configure.py:1137 msgid "Reverse display order" msgstr "Fordított sorrendű ábrázolás" -#: ../gramps/gui/configure.py:1140 +#: ../gramps/gui/configure.py:1144 msgid "Full place name" msgstr "Teljes helynév" -#: ../gramps/gui/configure.py:1141 +#: ../gramps/gui/configure.py:1145 msgid "-> Hamlet/Village/Town/City" msgstr "-> Falucska/Község/Város/Nagyváros" -#: ../gramps/gui/configure.py:1142 +#: ../gramps/gui/configure.py:1146 msgid "Hamlet/Village/Town/City ->" msgstr "Falucska/Község/Város/Nagyváros ->" -#: ../gramps/gui/configure.py:1147 +#: ../gramps/gui/configure.py:1151 msgid "Restrict" msgstr "Korlátoz" -#: ../gramps/gui/configure.py:1153 +#: ../gramps/gui/configure.py:1157 #: ../gramps/gui/editors/displaytabs/placenameembedlist.py:65 msgid "Language" msgstr "Nyelv" -#: ../gramps/gui/configure.py:1160 +#: ../gramps/gui/configure.py:1164 #: ../gramps/plugins/quickview/filterbyname.py:100 #: ../gramps/plugins/quickview/filterbyname.py:125 #: ../gramps/plugins/textreport/tagreport.py:403 @@ -10643,74 +10702,74 @@ msgstr "Nyelv" msgid "Places" msgstr "Helyek" -#: ../gramps/gui/configure.py:1176 +#: ../gramps/gui/configure.py:1180 msgid "Missing surname" msgstr "Hiányzó vezetéknév" -#: ../gramps/gui/configure.py:1179 +#: ../gramps/gui/configure.py:1183 msgid "Missing given name" msgstr "Hiányzó keresztnév" -#: ../gramps/gui/configure.py:1182 +#: ../gramps/gui/configure.py:1186 msgid "Missing record" msgstr "Hiányzó okmány" -#: ../gramps/gui/configure.py:1185 +#: ../gramps/gui/configure.py:1189 msgid "Private surname" msgstr "Bizalmas vezetéknév" -#: ../gramps/gui/configure.py:1189 +#: ../gramps/gui/configure.py:1193 msgid "Private given name" msgstr "Bizalmas keresztnév" -#: ../gramps/gui/configure.py:1193 +#: ../gramps/gui/configure.py:1197 msgid "Private record" msgstr "Bizalmas okmány" -#: ../gramps/gui/configure.py:1233 +#: ../gramps/gui/configure.py:1237 msgid "Change is not immediate" msgstr "A változás nem azonnali" -#: ../gramps/gui/configure.py:1234 +#: ../gramps/gui/configure.py:1238 msgid "" "Changing the date format will not take effect until the next time Gramps is " "started." msgstr "" "A dátum formátum megváltoztatása nem lép életbe a GRAMPS újraindításáig." -#: ../gramps/gui/configure.py:1248 +#: ../gramps/gui/configure.py:1257 msgid "Date about range" msgstr "Dátum a tartomány körül" -#: ../gramps/gui/configure.py:1251 +#: ../gramps/gui/configure.py:1260 msgid "Date after range" msgstr "Dátum a tartomány után" -#: ../gramps/gui/configure.py:1254 +#: ../gramps/gui/configure.py:1263 msgid "Date before range" msgstr "Dátum a tartomány előtt" -#: ../gramps/gui/configure.py:1257 +#: ../gramps/gui/configure.py:1266 msgid "Maximum age probably alive" msgstr "A valószínűleg élő legidősebbje" -#: ../gramps/gui/configure.py:1260 +#: ../gramps/gui/configure.py:1269 msgid "Maximum sibling age difference" msgstr "A legnagyobb korkülönbség testvérek között" -#: ../gramps/gui/configure.py:1263 +#: ../gramps/gui/configure.py:1272 msgid "Minimum years between generations" msgstr "A legtöbb év generációk között" -#: ../gramps/gui/configure.py:1266 +#: ../gramps/gui/configure.py:1275 msgid "Average years between generations" msgstr "Generációk közötti évek átlaga" -#: ../gramps/gui/configure.py:1269 +#: ../gramps/gui/configure.py:1278 msgid "Markup for invalid date format" msgstr "Hibás dátumformátum jelölése" -#: ../gramps/gui/configure.py:1272 +#: ../gramps/gui/configure.py:1281 #, python-format msgid "" "Convenience markups are:\n" @@ -10741,29 +10800,29 @@ msgstr "" "Például: <u><b>%s</b></u>\n" " aláhúzott félkövér dátumot fog mutatni.\n" -#: ../gramps/gui/configure.py:1286 +#: ../gramps/gui/configure.py:1295 msgid "Dates" msgstr "Dátumok" -#: ../gramps/gui/configure.py:1297 +#: ../gramps/gui/configure.py:1306 msgid "Use alternate Font handler for GUI and Reports (requires restart)" msgstr "" "Váltakozó Betűkészlet-kezelő használata GUI-hoz és Összesítőkhöz " "(újraindítást igényel)" -#: ../gramps/gui/configure.py:1303 +#: ../gramps/gui/configure.py:1312 msgid "Add default source on GEDCOM import" msgstr "Alapértelmezett forrás hozzáadása a GEDCOM importhoz" -#: ../gramps/gui/configure.py:1307 +#: ../gramps/gui/configure.py:1316 msgid "Add tag on import" msgstr "Címke hozzáadása az importhoz" -#: ../gramps/gui/configure.py:1318 +#: ../gramps/gui/configure.py:1327 msgid "Enable spelling checker" msgstr "Helyesírás-ellenőrző bekapcsolása" -#: ../gramps/gui/configure.py:1327 +#: ../gramps/gui/configure.py:1336 #, python-format msgid "" "GtkSpell not loaded. Spell checking will not be available.\n" @@ -10772,144 +10831,169 @@ msgstr "" "A GtkSpell nincs betöltve. Helyesírás ellenőrzés nem lehetséges.\n" "Felépítését a GRAMPS-hoz lásd: %(gramps_wiki_build_spell_url)s" -#: ../gramps/gui/configure.py:1334 +#: ../gramps/gui/configure.py:1343 msgid "Display Tip of the Day" msgstr "A nap tippjének mutatása" -#: ../gramps/gui/configure.py:1339 +#: ../gramps/gui/configure.py:1348 msgid "Remember last view displayed" msgstr "Emlékezzen az utolsó nézetre" -#: ../gramps/gui/configure.py:1344 +#: ../gramps/gui/configure.py:1353 msgid "Max generations for relationships" msgstr "Kapcsolatok legnagyobb generációja" -#: ../gramps/gui/configure.py:1350 +#: ../gramps/gui/configure.py:1359 msgid "Base path for relative media paths" msgstr "Relatív média útvonalak alap útvonala" -#: ../gramps/gui/configure.py:1358 +#: ../gramps/gui/configure.py:1367 msgid "Once a month" msgstr "Egyszer egy hónapban" -#: ../gramps/gui/configure.py:1359 +#: ../gramps/gui/configure.py:1368 msgid "Once a week" msgstr "Egyszer egy héten" -#: ../gramps/gui/configure.py:1360 +#: ../gramps/gui/configure.py:1369 msgid "Once a day" msgstr "Egyszer egy nap" -#: ../gramps/gui/configure.py:1361 +#: ../gramps/gui/configure.py:1370 msgid "Always" msgstr "Mindig" -#: ../gramps/gui/configure.py:1366 -msgid "Check for updates" -msgstr "Frissítések keresése" +#: ../gramps/gui/configure.py:1375 +msgid "Check for addon updates" +msgstr "Frissített bővítmények keresése" -#: ../gramps/gui/configure.py:1372 +#: ../gramps/gui/configure.py:1381 msgid "Updated addons only" msgstr "Csak a frissített bővítményeket" -#: ../gramps/gui/configure.py:1373 +#: ../gramps/gui/configure.py:1382 msgid "New addons only" msgstr "Csak az új bővítményeket" -#: ../gramps/gui/configure.py:1374 +#: ../gramps/gui/configure.py:1383 msgid "New and updated addons" msgstr "Új és frissített bővítmények" -#: ../gramps/gui/configure.py:1384 +#: ../gramps/gui/configure.py:1393 msgid "What to check" msgstr "Mit ellenőrizzen" -#: ../gramps/gui/configure.py:1389 +#: ../gramps/gui/configure.py:1398 msgid "Where to check" msgstr "Hol ellenőrizzen" -#: ../gramps/gui/configure.py:1393 +#: ../gramps/gui/configure.py:1402 msgid "Do not ask about previously notified addons" msgstr "Ne kérdezzen a korábban értesített bővítményekről" -#: ../gramps/gui/configure.py:1398 -msgid "Check now" -msgstr "Keresés most" +#: ../gramps/gui/configure.py:1407 +msgid "Check for updated addons now" +msgstr "Frissített bővítmények keresése most" -#: ../gramps/gui/configure.py:1408 +#: ../gramps/gui/configure.py:1417 msgid "Checking Addons Failed" msgstr "A Beépülők ellenőrzése meghiúsult" -#: ../gramps/gui/configure.py:1409 +#: ../gramps/gui/configure.py:1418 msgid "The addon repository appears to be unavailable. Please try again later." msgstr "A beépülő tároló úgy tűnik nem elérhető. Kérem próbálja meg később." -#: ../gramps/gui/configure.py:1419 +#: ../gramps/gui/configure.py:1428 msgid "There are no available addons of this type" msgstr "Nincsenek ilyen típusú elérhető bővítmények" -#: ../gramps/gui/configure.py:1420 +#: ../gramps/gui/configure.py:1429 #, python-format msgid "Checked for '%s'" msgstr "Ellenőrzött '%s'-re" -#: ../gramps/gui/configure.py:1421 +#: ../gramps/gui/configure.py:1430 msgid "' and '" msgstr "' és '" #. List of translated strings used here #. Dead code for l10n -#: ../gramps/gui/configure.py:1426 +#: ../gramps/gui/configure.py:1435 msgid "new" msgstr "új" -#: ../gramps/gui/configure.py:1426 +#: ../gramps/gui/configure.py:1435 msgid "update" msgstr "frissítés" -#: ../gramps/gui/configure.py:1445 +#: ../gramps/gui/configure.py:1454 msgid "Database backend" msgstr "Adatbázis háttér" -#: ../gramps/gui/configure.py:1453 +#: ../gramps/gui/configure.py:1462 msgid "Family Tree Database path" msgstr "Családfa adatbázis útvonal" -#: ../gramps/gui/configure.py:1462 +#: ../gramps/gui/configure.py:1471 msgid "Automatically load last Family Tree" msgstr "Automatikusan töltse be a legutóbbi Családfát" -#: ../gramps/gui/configure.py:1502 +#: ../gramps/gui/configure.py:1477 +msgid "Backup path" +msgstr "Mentés útvonal" + +#: ../gramps/gui/configure.py:1484 +msgid "Backup on exit" +msgstr "Mentés kilépéskor" + +#: ../gramps/gui/configure.py:1491 +msgid "Every 15 minutes" +msgstr "Minden 15 perc" + +#: ../gramps/gui/configure.py:1492 +msgid "Every 30 minutes" +msgstr "Minden 30 perc" + +#: ../gramps/gui/configure.py:1493 +msgid "Every hour" +msgstr "Minden óra" + +#: ../gramps/gui/configure.py:1498 +msgid "Autobackup" +msgstr "Automentés" + +#: ../gramps/gui/configure.py:1538 msgid "Select media directory" msgstr "A média könyvtár kiválasztása" -#: ../gramps/gui/configure.py:1505 ../gramps/gui/configure.py:1528 -#: ../gramps/gui/dbloader.py:146 ../gramps/gui/editors/edittaglist.py:117 +#: ../gramps/gui/configure.py:1541 ../gramps/gui/configure.py:1564 +#: ../gramps/gui/configure.py:1589 ../gramps/gui/dbloader.py:397 +#: ../gramps/gui/editors/edittaglist.py:119 #: ../gramps/gui/glade/addmedia.glade:22 #: ../gramps/gui/glade/baseselector.glade:24 -#: ../gramps/gui/glade/configure.glade:23 ../gramps/gui/glade/dialog.glade:416 -#: ../gramps/gui/glade/dialog.glade:700 ../gramps/gui/glade/dialog.glade:839 +#: ../gramps/gui/glade/configure.glade:23 ../gramps/gui/glade/dialog.glade:417 +#: ../gramps/gui/glade/dialog.glade:701 ../gramps/gui/glade/dialog.glade:842 #: ../gramps/gui/glade/editaddress.glade:21 #: ../gramps/gui/glade/editattribute.glade:21 #: ../gramps/gui/glade/editchildref.glade:22 -#: ../gramps/gui/glade/editcitation.glade:43 +#: ../gramps/gui/glade/editcitation.glade:42 #: ../gramps/gui/glade/editdate.glade:69 ../gramps/gui/glade/editevent.glade:21 #: ../gramps/gui/glade/editeventref.glade:38 #: ../gramps/gui/glade/editfamily.glade:21 -#: ../gramps/gui/glade/editldsord.glade:41 -#: ../gramps/gui/glade/editlink.glade:23 -#: ../gramps/gui/glade/editlocation.glade:22 +#: ../gramps/gui/glade/editldsord.glade:39 +#: ../gramps/gui/glade/editlink.glade:22 +#: ../gramps/gui/glade/editlocation.glade:21 #: ../gramps/gui/glade/editmedia.glade:22 #: ../gramps/gui/glade/editmediaref.glade:44 -#: ../gramps/gui/glade/editname.glade:22 ../gramps/gui/glade/editnote.glade:23 -#: ../gramps/gui/glade/editperson.glade:46 +#: ../gramps/gui/glade/editname.glade:21 ../gramps/gui/glade/editnote.glade:21 +#: ../gramps/gui/glade/editperson.glade:45 #: ../gramps/gui/glade/editpersonref.glade:21 #: ../gramps/gui/glade/editplace.glade:21 #: ../gramps/gui/glade/editplacename.glade:21 #: ../gramps/gui/glade/editplaceref.glade:38 #: ../gramps/gui/glade/editreporef.glade:22 #: ../gramps/gui/glade/editrepository.glade:22 -#: ../gramps/gui/glade/editsource.glade:23 ../gramps/gui/glade/editurl.glade:22 +#: ../gramps/gui/glade/editsource.glade:23 ../gramps/gui/glade/editurl.glade:21 #: ../gramps/gui/glade/mergecitation.glade:21 #: ../gramps/gui/glade/mergedata.glade:25 #: ../gramps/gui/glade/mergedata.glade:246 @@ -10923,33 +11007,37 @@ msgstr "A média könyvtár kiválasztása" #: ../gramps/gui/glade/mergeplace.glade:21 #: ../gramps/gui/glade/mergerepository.glade:21 #: ../gramps/gui/glade/mergesource.glade:21 -#: ../gramps/gui/glade/reorder.glade:24 ../gramps/gui/glade/rule.glade:319 -#: ../gramps/gui/glade/rule.glade:750 ../gramps/gui/glade/styleeditor.glade:86 +#: ../gramps/gui/glade/reorder.glade:22 ../gramps/gui/glade/rule.glade:316 +#: ../gramps/gui/glade/rule.glade:747 ../gramps/gui/glade/styleeditor.glade:86 #: ../gramps/gui/glade/styleeditor.glade:1723 -#: ../gramps/gui/logger/_errorview.py:140 ../gramps/gui/plug/_guioptions.py:78 -#: ../gramps/gui/plug/_guioptions.py:1728 ../gramps/gui/plug/_windows.py:432 +#: ../gramps/gui/logger/_errorview.py:141 ../gramps/gui/plug/_guioptions.py:78 +#: ../gramps/gui/plug/_guioptions.py:1728 ../gramps/gui/plug/_windows.py:440 #: ../gramps/gui/plug/report/_fileentry.py:64 -#: ../gramps/gui/plug/report/_reportdialog.py:161 ../gramps/gui/utils.py:172 -#: ../gramps/gui/viewmanager.py:1412 ../gramps/gui/views/listview.py:1010 -#: ../gramps/gui/views/navigationview.py:362 ../gramps/gui/views/tags.py:635 +#: ../gramps/gui/plug/report/_reportdialog.py:161 ../gramps/gui/utils.py:178 +#: ../gramps/gui/viewmanager.py:1826 ../gramps/gui/views/listview.py:1022 +#: ../gramps/gui/views/navigationview.py:362 ../gramps/gui/views/tags.py:645 #: ../gramps/gui/widgets/progressdialog.py:437 #: ../gramps/plugins/lib/maps/geography.py:1006 #: ../gramps/plugins/lib/maps/geography.py:1259 -#: ../gramps/plugins/tool/check.py:769 ../gramps/plugins/tool/eventcmp.py:396 +#: ../gramps/plugins/tool/check.py:769 ../gramps/plugins/tool/eventcmp.py:398 #: ../gramps/plugins/tool/populatesources.py:90 #: ../gramps/plugins/tool/testcasegenerator.py:327 msgid "_Cancel" msgstr "Még_se" -#: ../gramps/gui/configure.py:1525 +#: ../gramps/gui/configure.py:1561 msgid "Select database directory" msgstr "Adatbázis könyvtár kiválasztása" -#: ../gramps/gui/dbloader.py:130 ../gramps/gui/plug/tool.py:108 +#: ../gramps/gui/configure.py:1586 ../gramps/gui/viewmanager.py:1823 +msgid "Select backup directory" +msgstr "Válassza ki a mentési könyvtárat" + +#: ../gramps/gui/dbloader.py:119 ../gramps/gui/plug/tool.py:108 msgid "Undo history warning" msgstr "A figyelmeztetés történet visszavonása" -#: ../gramps/gui/dbloader.py:131 +#: ../gramps/gui/dbloader.py:120 msgid "" "Proceeding with import will erase the undo history for this session. In " "particular, you will not be able to revert the import or any changes made " @@ -10965,23 +11053,69 @@ msgstr "" "Ha úgy gondolja, lehetséges lesz az import visszavonása, inkább álljon meg, " "és mentse az adatbázisát." -#: ../gramps/gui/dbloader.py:136 +#: ../gramps/gui/dbloader.py:125 msgid "_Proceed with import" msgstr "Im_portálás folytatása" -#: ../gramps/gui/dbloader.py:136 ../gramps/gui/plug/tool.py:115 +#: ../gramps/gui/dbloader.py:125 ../gramps/gui/plug/tool.py:115 msgid "_Stop" msgstr "Á_llj" -#: ../gramps/gui/dbloader.py:143 -msgid "Gramps: Import Family Tree" -msgstr "GRAMPS: Családfa importálása" +#: ../gramps/gui/dbloader.py:202 ../gramps/gui/dbloader.py:217 +#: ../gramps/gui/dbloader.py:247 +msgid "Are you sure you want to upgrade this Family Tree?" +msgstr "Biztos benne, hogy a Családfát frissíteni akarja?" -#: ../gramps/gui/dbloader.py:148 +#: ../gramps/gui/dbloader.py:205 ../gramps/gui/dbloader.py:220 +#: ../gramps/gui/dbloader.py:250 +msgid "" +"I have made a backup,\n" +"please upgrade my Family Tree" +msgstr "" +"A Backup elkészült,\n" +"kérem, frissítse a Családfátmat" + +#: ../gramps/gui/dbloader.py:207 ../gramps/gui/dbloader.py:222 +#: ../gramps/gui/dbloader.py:237 ../gramps/gui/dbloader.py:252 +#: ../gramps/gui/plug/report/_bookdialog.py:243 +#: ../gramps/gui/plug/report/_bookdialog.py:739 +#: ../gramps/gui/viewmanager.py:792 +msgid "Cancel" +msgstr "Mégse" + +#: ../gramps/gui/dbloader.py:232 +msgid "Are you sure you want to downgrade this Family Tree?" +msgstr "Biztos benne, hogy a Családfát visszafrissíteni akarja?" + +#: ../gramps/gui/dbloader.py:235 +msgid "" +"I have made a backup,\n" +"please downgrade my Family Tree" +msgstr "" +"A Backup elkészült,\n" +"kérem, frissítse vissza a Családfámat" + +#: ../gramps/gui/dbloader.py:321 +msgid "All files" +msgstr "Az összes fájl" + +#: ../gramps/gui/dbloader.py:362 +msgid "Automatically detected" +msgstr "Automatikusan felismerve" + +#: ../gramps/gui/dbloader.py:371 +msgid "Select file _type:" +msgstr "Válasszon fájl _típust:" + +#: ../gramps/gui/dbloader.py:387 +msgid "Import Family Tree" +msgstr "Családfa importálása" + +#: ../gramps/gui/dbloader.py:398 msgid "Import" msgstr "Import" -#: ../gramps/gui/dbloader.py:204 +#: ../gramps/gui/dbloader.py:458 #, python-format msgid "" "File type \"%s\" is unknown to Gramps.\n" @@ -10994,28 +11128,28 @@ msgstr "" "Érvényes típusok: GRAMPS adatbázis, GRAMPS XML, GRAMPS csomag, GEDCOM és " "mások." -#: ../gramps/gui/dbloader.py:228 ../gramps/gui/dbloader.py:235 +#: ../gramps/gui/dbloader.py:481 ../gramps/gui/dbloader.py:488 msgid "Cannot open file" msgstr "Nem megnyitható fájl" -#: ../gramps/gui/dbloader.py:229 +#: ../gramps/gui/dbloader.py:482 msgid "The selected file is a directory, not a file.\n" msgstr "A kiválasztott fájl nem fájl, hanem könyvtár\n" -#: ../gramps/gui/dbloader.py:236 +#: ../gramps/gui/dbloader.py:489 msgid "You do not have read access to the selected file." msgstr "Nincs olvasási joga a kiválasztott fájlra." -#: ../gramps/gui/dbloader.py:246 +#: ../gramps/gui/dbloader.py:499 msgid "Cannot create file" msgstr "A fájl nem hozható létre" -#: ../gramps/gui/dbloader.py:269 +#: ../gramps/gui/dbloader.py:524 #, python-format msgid "Could not import file: %s" msgstr "A fájl nem importálható: %s" -#: ../gramps/gui/dbloader.py:270 +#: ../gramps/gui/dbloader.py:525 msgid "" "This file incorrectly identifies its character set, so it cannot be " "accurately imported. Please fix the encoding, and import again" @@ -11023,98 +11157,52 @@ msgstr "" "A fájl helytelenül határozza meg a betűkészletét, ezért nem lehet pontosan " "importálni. Adja meg a kódlapot, és importáljon újra" -#: ../gramps/gui/dbloader.py:348 ../gramps/gui/dbloader.py:363 -#: ../gramps/gui/dbloader.py:393 -msgid "Are you sure you want to upgrade this Family Tree?" -msgstr "Biztos benne, hogy a Családfát frissíteni akarja?" - -#: ../gramps/gui/dbloader.py:351 ../gramps/gui/dbloader.py:366 -#: ../gramps/gui/dbloader.py:396 -msgid "" -"I have made a backup,\n" -"please upgrade my Family Tree" -msgstr "" -"A Backup elkészült,\n" -"kérem, frissítse a Családfátmat" - -#: ../gramps/gui/dbloader.py:353 ../gramps/gui/dbloader.py:368 -#: ../gramps/gui/dbloader.py:383 ../gramps/gui/dbloader.py:398 -#: ../gramps/gui/plug/report/_bookdialog.py:242 -#: ../gramps/gui/plug/report/_bookdialog.py:738 -#: ../gramps/gui/viewmanager.py:782 -msgid "Cancel" -msgstr "Mégse" - -#: ../gramps/gui/dbloader.py:378 -msgid "Are you sure you want to downgrade this Family Tree?" -msgstr "Biztos benne, hogy a Családfát visszafrissíteni akarja?" - -#: ../gramps/gui/dbloader.py:381 -msgid "" -"I have made a backup,\n" -"please downgrade my Family Tree" -msgstr "" -"A Backup elkészült,\n" -"kérem, frissítse vissza a Családfámat" - -#: ../gramps/gui/dbloader.py:467 -msgid "All files" -msgstr "Az összes fájl" - -#: ../gramps/gui/dbloader.py:508 -msgid "Automatically detected" -msgstr "Automatikusan felismerve" - -#: ../gramps/gui/dbloader.py:517 -msgid "Select file _type:" -msgstr "Válasszon fájl _típust:" - -#: ../gramps/gui/dbman.py:96 +#: ../gramps/gui/dbman.py:97 #, python-format msgid "%s_-_Manage_Family_Trees" msgstr "%s_-_Családfák_Kezelése..." -#: ../gramps/gui/dbman.py:97 +#: ../gramps/gui/dbman.py:98 msgid "Family_Trees_manager_window" msgstr "_Családfa_kezelő_ablak" -#: ../gramps/gui/dbman.py:111 ../gramps/gui/glade/dbman.glade:352 +#: ../gramps/gui/dbman.py:112 ../gramps/gui/glade/dbman.glade:345 msgid "_Archive" msgstr "_Archív" -#: ../gramps/gui/dbman.py:111 +#: ../gramps/gui/dbman.py:112 msgid "_Extract" msgstr "_Kibontás" -#: ../gramps/gui/dbman.py:118 ../gramps/gui/dbman.py:143 +#: ../gramps/gui/dbman.py:119 ../gramps/gui/dbman.py:140 msgid "Database Information" msgstr "Adatbázis információ" -#: ../gramps/gui/dbman.py:120 ../gramps/gui/editors/edittaglist.py:118 +#: ../gramps/gui/dbman.py:121 ../gramps/gui/editors/edittaglist.py:120 #: ../gramps/gui/glade/addmedia.glade:38 #: ../gramps/gui/glade/baseselector.glade:40 ../gramps/gui/glade/book.glade:482 -#: ../gramps/gui/glade/book.glade:556 ../gramps/gui/glade/configure.glade:39 +#: ../gramps/gui/glade/book.glade:554 ../gramps/gui/glade/configure.glade:39 #: ../gramps/gui/glade/dbman.glade:24 ../gramps/gui/glade/editaddress.glade:36 #: ../gramps/gui/glade/editattribute.glade:37 #: ../gramps/gui/glade/editchildref.glade:38 -#: ../gramps/gui/glade/editcitation.glade:58 +#: ../gramps/gui/glade/editcitation.glade:57 #: ../gramps/gui/glade/editdate.glade:85 ../gramps/gui/glade/editevent.glade:40 #: ../gramps/gui/glade/editeventref.glade:54 #: ../gramps/gui/glade/editfamily.glade:40 -#: ../gramps/gui/glade/editldsord.glade:57 -#: ../gramps/gui/glade/editlink.glade:39 -#: ../gramps/gui/glade/editlocation.glade:38 +#: ../gramps/gui/glade/editldsord.glade:55 +#: ../gramps/gui/glade/editlink.glade:38 +#: ../gramps/gui/glade/editlocation.glade:37 #: ../gramps/gui/glade/editmedia.glade:38 #: ../gramps/gui/glade/editmediaref.glade:59 -#: ../gramps/gui/glade/editname.glade:41 ../gramps/gui/glade/editnote.glade:39 -#: ../gramps/gui/glade/editperson.glade:65 +#: ../gramps/gui/glade/editname.glade:40 ../gramps/gui/glade/editnote.glade:37 +#: ../gramps/gui/glade/editperson.glade:64 #: ../gramps/gui/glade/editpersonref.glade:37 #: ../gramps/gui/glade/editplace.glade:36 #: ../gramps/gui/glade/editplacename.glade:36 #: ../gramps/gui/glade/editplaceref.glade:54 #: ../gramps/gui/glade/editreporef.glade:41 #: ../gramps/gui/glade/editrepository.glade:40 -#: ../gramps/gui/glade/editsource.glade:40 ../gramps/gui/glade/editurl.glade:38 +#: ../gramps/gui/glade/editsource.glade:40 ../gramps/gui/glade/editurl.glade:37 #: ../gramps/gui/glade/mergecitation.glade:37 #: ../gramps/gui/glade/mergedata.glade:262 #: ../gramps/gui/glade/mergedata.glade:451 @@ -11127,32 +11215,36 @@ msgstr "Adatbázis információ" #: ../gramps/gui/glade/mergeplace.glade:36 #: ../gramps/gui/glade/mergerepository.glade:37 #: ../gramps/gui/glade/mergesource.glade:37 -#: ../gramps/gui/glade/reorder.glade:40 ../gramps/gui/glade/rule.glade:336 -#: ../gramps/gui/glade/rule.glade:767 ../gramps/gui/glade/styleeditor.glade:103 +#: ../gramps/gui/glade/reorder.glade:38 ../gramps/gui/glade/rule.glade:333 +#: ../gramps/gui/glade/rule.glade:764 ../gramps/gui/glade/styleeditor.glade:103 #: ../gramps/gui/glade/styleeditor.glade:1739 #: ../gramps/gui/plug/_guioptions.py:79 -#: ../gramps/gui/plug/report/_reportdialog.py:165 ../gramps/gui/utils.py:186 -#: ../gramps/gui/viewmanager.py:1284 ../gramps/gui/views/tags.py:634 +#: ../gramps/gui/plug/report/_reportdialog.py:165 ../gramps/gui/utils.py:192 +#: ../gramps/gui/viewmanager.py:1694 ../gramps/gui/views/tags.py:646 #: ../gramps/plugins/tool/check.py:770 ../gramps/plugins/tool/patchnames.py:117 #: ../gramps/plugins/tool/populatesources.py:91 #: ../gramps/plugins/tool/testcasegenerator.py:328 msgid "_OK" msgstr "_Rendben" -#: ../gramps/gui/dbman.py:126 +#: ../gramps/gui/dbman.py:125 msgid "Setting" msgstr "Beállítások" -#: ../gramps/gui/dbman.py:367 +#: ../gramps/gui/dbman.py:200 +msgid "Family Trees" +msgstr "Családfák" + +#: ../gramps/gui/dbman.py:372 msgid "Family Tree name" msgstr "Családfa név" #. icon_column = Gtk.TreeViewColumn(_('Status'), render, #. icon_name=ICON_COL) -#: ../gramps/gui/dbman.py:380 +#: ../gramps/gui/dbman.py:385 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:53 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:63 -#: ../gramps/gui/plug/_windows.py:123 ../gramps/gui/plug/_windows.py:180 +#: ../gramps/gui/plug/_windows.py:127 ../gramps/gui/plug/_windows.py:184 #: ../gramps/plugins/importer/importgedcom.glade:515 #: ../gramps/plugins/quickview/ageondate.py:54 #: ../gramps/plugins/textreport/indivcomplete.py:494 @@ -11162,16 +11254,16 @@ msgstr "Családfa név" msgid "Status" msgstr "Állapot" -#: ../gramps/gui/dbman.py:387 +#: ../gramps/gui/dbman.py:392 msgid "Database Type" msgstr "Adatbázis típus" -#: ../gramps/gui/dbman.py:493 +#: ../gramps/gui/dbman.py:499 #, python-format msgid "Break the lock on the '%s' database?" msgstr "Oldjuk fel a zárolást a(z) '%s' adatbázison?" -#: ../gramps/gui/dbman.py:494 +#: ../gramps/gui/dbman.py:500 msgid "" "Gramps believes that someone else is actively editing this database. You " "cannot edit this database while it is locked. If no one is editing the " @@ -11183,15 +11275,15 @@ msgstr "" "adatbázist, akkor nyugodtan feloldhatja a zárolást. Ugyanakkor, ha valaki " "dolgozik az adatbázissal és ön feloldja a zárolást, az adatbázis megsérülhet." -#: ../gramps/gui/dbman.py:500 +#: ../gramps/gui/dbman.py:506 msgid "Break lock" msgstr "Feloldás" -#: ../gramps/gui/dbman.py:590 +#: ../gramps/gui/dbman.py:598 msgid "Rename failed" msgstr "Sikertelen átnevezés" -#: ../gramps/gui/dbman.py:591 +#: ../gramps/gui/dbman.py:599 #, python-format msgid "" "An attempt to rename a version failed with the following message:\n" @@ -11202,54 +11294,54 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:609 +#: ../gramps/gui/dbman.py:617 msgid "Could not rename the Family Tree." msgstr "A családfát nem lehet átnevezni." -#: ../gramps/gui/dbman.py:610 +#: ../gramps/gui/dbman.py:618 msgid "Family Tree already exists, choose a unique name." msgstr "Ez a családfa már létezik, válasszon új egyedi nevet." -#: ../gramps/gui/dbman.py:654 +#: ../gramps/gui/dbman.py:662 msgid "Extracting archive..." msgstr "Archív kibontása..." -#: ../gramps/gui/dbman.py:659 +#: ../gramps/gui/dbman.py:667 msgid "Importing archive..." msgstr "Archív importálása..." -#: ../gramps/gui/dbman.py:675 +#: ../gramps/gui/dbman.py:683 #, python-format msgid "Remove the '%s' Family Tree?" msgstr "Eltávolítja a(z) '%s' Családfát?" -#: ../gramps/gui/dbman.py:676 +#: ../gramps/gui/dbman.py:684 msgid "Removing this Family Tree will permanently destroy the data." msgstr "A Családfa eltávolítása örökre megsemmisíti az adatokat." -#: ../gramps/gui/dbman.py:678 +#: ../gramps/gui/dbman.py:686 msgid "Remove Family Tree" msgstr "A Családfa eltávolítása" -#: ../gramps/gui/dbman.py:683 +#: ../gramps/gui/dbman.py:691 #, python-format msgid "Remove the '%(revision)s' version of '%(database)s'" msgstr "A(z) '%(database)s' '%(revision)s' verziójának eltávolítása" -#: ../gramps/gui/dbman.py:687 +#: ../gramps/gui/dbman.py:695 msgid "" "Removing this version will prevent you from extracting it in the future." msgstr "A változat eltávolításával megelőzi a fájl kicsomagolását a jövőben." -#: ../gramps/gui/dbman.py:689 +#: ../gramps/gui/dbman.py:697 msgid "Remove version" msgstr "A változat eltávolítása" -#: ../gramps/gui/dbman.py:744 +#: ../gramps/gui/dbman.py:752 msgid "Deletion failed" msgstr "Sikertelen törlés" -#: ../gramps/gui/dbman.py:745 +#: ../gramps/gui/dbman.py:753 #, python-format msgid "" "An attempt to delete a version failed with the following message:\n" @@ -11260,56 +11352,56 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:762 +#: ../gramps/gui/dbman.py:770 #, python-format msgid "Convert the '%s' database?" msgstr "Alakítsuk át a(z) '%s' adatbázist?" -#: ../gramps/gui/dbman.py:763 +#: ../gramps/gui/dbman.py:771 msgid "You wish to convert this database into the new DB-API format?" msgstr "Kívánja ezt az adatbázist az új, DB-API formátumba átalakítani?" -#: ../gramps/gui/dbman.py:764 +#: ../gramps/gui/dbman.py:772 msgid "Convert" msgstr "Átalakítás" -#: ../gramps/gui/dbman.py:774 +#: ../gramps/gui/dbman.py:782 #, python-format msgid "Opening the '%s' database" msgstr "A(z) '%s' adatbázis megnyitása" -#: ../gramps/gui/dbman.py:775 +#: ../gramps/gui/dbman.py:783 msgid "An attempt to convert the database failed. Perhaps it needs updating." msgstr "" "Az adatbázis átalakítási kísérlete meghiúsult. Valószínűleg frissíteni kell." -#: ../gramps/gui/dbman.py:786 ../gramps/gui/dbman.py:811 +#: ../gramps/gui/dbman.py:794 ../gramps/gui/dbman.py:819 #, python-format msgid "Converting the '%s' database" msgstr "A(z) '%s' adatbázis átalakítása" -#: ../gramps/gui/dbman.py:787 +#: ../gramps/gui/dbman.py:795 msgid "An attempt to export the database failed." msgstr "Az adatbázis exportálási kísérlete meghiúsult." -#: ../gramps/gui/dbman.py:791 +#: ../gramps/gui/dbman.py:799 msgid "Converting data..." msgstr "Adatátalakítás..." -#: ../gramps/gui/dbman.py:796 ../gramps/gui/dbman.py:799 +#: ../gramps/gui/dbman.py:804 ../gramps/gui/dbman.py:807 #, python-format msgid "(Converted #%d)" msgstr "(Átalakítva #%d)" -#: ../gramps/gui/dbman.py:812 +#: ../gramps/gui/dbman.py:820 msgid "An attempt to import into the database failed." msgstr "Az adatbázis importálási kísérlete meghiúsult." -#: ../gramps/gui/dbman.py:869 +#: ../gramps/gui/dbman.py:877 msgid "Repair Family Tree?" msgstr "Javítja a Családfát?" -#: ../gramps/gui/dbman.py:870 +#: ../gramps/gui/dbman.py:878 #, python-format msgid "" "If you click %(bold_start)sProceed%(bold_end)s, Gramps will attempt to " @@ -11359,31 +11451,31 @@ msgstr "" "megoldódhat. Ha erről van szó, kikapcsolhatja a javítás gombot a " "%(recover_file)s fájl törlésével a Családfa könyvtárában." -#: ../gramps/gui/dbman.py:901 +#: ../gramps/gui/dbman.py:909 msgid "Proceed, I have taken a backup" msgstr "Folytassa, van biztonsági mentésem" -#: ../gramps/gui/dbman.py:902 +#: ../gramps/gui/dbman.py:910 msgid "Stop" msgstr "Állj" -#: ../gramps/gui/dbman.py:925 +#: ../gramps/gui/dbman.py:933 msgid "Rebuilding database from backup files" msgstr "Az adatbázis újraépítése biztonsági fájlból" -#: ../gramps/gui/dbman.py:930 +#: ../gramps/gui/dbman.py:938 msgid "Error restoring backup data" msgstr "Hiba a mentett adatok helyreállításakor" -#: ../gramps/gui/dbman.py:969 +#: ../gramps/gui/dbman.py:977 msgid "Could not create Family Tree" msgstr "A Családfa nem hozható létre" -#: ../gramps/gui/dbman.py:1097 +#: ../gramps/gui/dbman.py:1105 msgid "Retrieve failed" msgstr "Sikertelen helyreállítás" -#: ../gramps/gui/dbman.py:1098 +#: ../gramps/gui/dbman.py:1106 #, python-format msgid "" "An attempt to retrieve the data failed with the following message:\n" @@ -11394,11 +11486,11 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:1136 ../gramps/gui/dbman.py:1162 +#: ../gramps/gui/dbman.py:1144 ../gramps/gui/dbman.py:1170 msgid "Archiving failed" msgstr "Sikertelen archiválás" -#: ../gramps/gui/dbman.py:1137 +#: ../gramps/gui/dbman.py:1145 #, python-format msgid "" "An attempt to create the archive failed with the following message:\n" @@ -11409,15 +11501,15 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:1142 +#: ../gramps/gui/dbman.py:1150 msgid "Creating data to be archived..." msgstr "Az archiválandó adatok létrehozása..." -#: ../gramps/gui/dbman.py:1151 +#: ../gramps/gui/dbman.py:1159 msgid "Saving archive..." msgstr "Archívum mentése..." -#: ../gramps/gui/dbman.py:1163 +#: ../gramps/gui/dbman.py:1171 #, python-format msgid "" "An attempt to archive the data failed with the following message:\n" @@ -11428,12 +11520,12 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dialog.py:339 ../gramps/gui/dialog.py:412 -#: ../gramps/gui/utils.py:301 +#: ../gramps/gui/dialog.py:383 ../gramps/gui/dialog.py:461 +#: ../gramps/gui/utils.py:307 msgid "Attempt to force closing the dialog" msgstr "Kísérlet a párbeszédablak erőltetett bezárására" -#: ../gramps/gui/dialog.py:340 ../gramps/gui/dialog.py:413 +#: ../gramps/gui/dialog.py:384 ../gramps/gui/dialog.py:462 msgid "" "Please do not force closing this important dialog.\n" "Instead select one of the available options" @@ -11441,44 +11533,44 @@ msgstr "" "Kérem ne erőltesse e fontos párbeszédablak bezárását.\n" "Ehelyett válaszon egy elérhető lehetőséget" -#: ../gramps/gui/displaystate.py:378 +#: ../gramps/gui/displaystate.py:382 #: ../gramps/plugins/gramplet/persondetails.py:169 msgid "No active person" msgstr "Nincs aktív személy" -#: ../gramps/gui/displaystate.py:379 +#: ../gramps/gui/displaystate.py:383 msgid "No active family" msgstr "Nincs aktív család" -#: ../gramps/gui/displaystate.py:380 +#: ../gramps/gui/displaystate.py:384 msgid "No active event" msgstr "Nincs aktív esemény" -#: ../gramps/gui/displaystate.py:381 +#: ../gramps/gui/displaystate.py:385 msgid "No active place" msgstr "Nincs aktív hely" -#: ../gramps/gui/displaystate.py:382 +#: ../gramps/gui/displaystate.py:386 msgid "No active source" msgstr "Nincs aktív forrás" -#: ../gramps/gui/displaystate.py:383 +#: ../gramps/gui/displaystate.py:387 msgid "No active citation" msgstr "Nincs aktív idézet" -#: ../gramps/gui/displaystate.py:384 +#: ../gramps/gui/displaystate.py:388 msgid "No active repository" msgstr "Nincs aktív tároló" -#: ../gramps/gui/displaystate.py:385 +#: ../gramps/gui/displaystate.py:389 msgid "No active media" msgstr "Nincs aktív média" -#: ../gramps/gui/displaystate.py:386 +#: ../gramps/gui/displaystate.py:390 msgid "No active note" msgstr "Nincs aktív jegyzet" -#: ../gramps/gui/displaystate.py:591 +#: ../gramps/gui/displaystate.py:621 msgid "No active object" msgstr "Nincs aktív objektum" @@ -11490,24 +11582,24 @@ msgstr "manual|Média_választó_kijelölése" msgid "Select a media object" msgstr "Válasszon egy média objektumot" -#: ../gramps/gui/editors/addmedia.py:151 +#: ../gramps/gui/editors/addmedia.py:148 msgid "Select media object" msgstr "Média objektum kiválasztása" -#: ../gramps/gui/editors/addmedia.py:161 +#: ../gramps/gui/editors/addmedia.py:158 msgid "Import failed" msgstr "Sikertelen importálás" -#: ../gramps/gui/editors/addmedia.py:162 +#: ../gramps/gui/editors/addmedia.py:159 msgid "The filename supplied could not be found." msgstr "A biztosított fájlnév nem található." -#: ../gramps/gui/editors/addmedia.py:172 +#: ../gramps/gui/editors/addmedia.py:169 #, python-format msgid "Cannot import %s" msgstr "%s nem importálható" -#: ../gramps/gui/editors/addmedia.py:173 +#: ../gramps/gui/editors/addmedia.py:170 #, python-format msgid "" "Directory specified in preferences: Base path for relative media paths: %s " @@ -11517,12 +11609,12 @@ msgstr "" "%s nem létezik. Változtassa meg a beállításokat, vagy ne használjon relatív " "útvonalat importáláshoz" -#: ../gramps/gui/editors/addmedia.py:240 +#: ../gramps/gui/editors/addmedia.py:238 #, python-format msgid "Cannot display %s" msgstr "%s nem ábrázolható" -#: ../gramps/gui/editors/addmedia.py:241 +#: ../gramps/gui/editors/addmedia.py:239 msgid "" "Gramps is not able to display the image file. This may be caused by a " "corrupt file." @@ -11584,7 +11676,6 @@ msgid "_Attributes" msgstr "_Tulajdonságok" #. Add column with object gramps_id -#. Gramps ID #: ../gramps/gui/editors/displaytabs/backreflist.py:60 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:83 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:79 @@ -11592,45 +11683,45 @@ msgstr "_Tulajdonságok" #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:58 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:66 #: ../gramps/gui/editors/editfamily.py:122 -#: ../gramps/gui/editors/filtereditor.py:977 +#: ../gramps/gui/editors/filtereditor.py:975 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:104 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:111 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:103 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:111 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:113 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:87 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:100 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:127 #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:104 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:103 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:86 -#: ../gramps/gui/merge/mergeperson.py:181 +#: ../gramps/gui/merge/mergeperson.py:182 #: ../gramps/gui/plug/_guioptions.py:1166 #: ../gramps/gui/plug/_guioptions.py:1344 -#: ../gramps/gui/selectors/selectcitation.py:76 -#: ../gramps/gui/selectors/selectevent.py:75 -#: ../gramps/gui/selectors/selectfamily.py:70 -#: ../gramps/gui/selectors/selectnote.py:76 +#: ../gramps/gui/selectors/selectcitation.py:75 +#: ../gramps/gui/selectors/selectevent.py:74 +#: ../gramps/gui/selectors/selectfamily.py:69 +#: ../gramps/gui/selectors/selectnote.py:75 #: ../gramps/gui/selectors/selectobject.py:81 -#: ../gramps/gui/selectors/selectperson.py:95 -#: ../gramps/gui/selectors/selectplace.py:72 -#: ../gramps/gui/selectors/selectrepository.py:71 -#: ../gramps/gui/selectors/selectsource.py:72 -#: ../gramps/gui/views/bookmarks.py:240 +#: ../gramps/gui/selectors/selectperson.py:94 +#: ../gramps/gui/selectors/selectplace.py:71 +#: ../gramps/gui/selectors/selectrepository.py:70 +#: ../gramps/gui/selectors/selectsource.py:71 +#: ../gramps/gui/views/bookmarks.py:270 #: ../gramps/gui/views/navigationview.py:357 #: ../gramps/plugins/gramplet/locations.py:88 #: ../gramps/plugins/lib/libpersonview.py:99 #: ../gramps/plugins/lib/libplaceview.py:85 -#: ../gramps/plugins/tool/eventcmp.py:251 -#: ../gramps/plugins/tool/notrelated.py:125 +#: ../gramps/plugins/tool/eventcmp.py:253 +#: ../gramps/plugins/tool/notrelated.py:127 #: ../gramps/plugins/tool/patchnames.py:400 -#: ../gramps/plugins/tool/removeunused.py:194 -#: ../gramps/plugins/tool/sortevents.py:56 ../gramps/plugins/tool/verify.py:568 +#: ../gramps/plugins/tool/removeunused.py:195 +#: ../gramps/plugins/tool/sortevents.py:56 ../gramps/plugins/tool/verify.py:570 #: ../gramps/plugins/view/citationlistview.py:99 #: ../gramps/plugins/view/citationtreeview.py:94 #: ../gramps/plugins/view/eventview.py:83 #: ../gramps/plugins/view/familyview.py:79 #: ../gramps/plugins/view/mediaview.py:95 ../gramps/plugins/view/noteview.py:80 -#: ../gramps/plugins/view/relview.py:592 ../gramps/plugins/view/repoview.py:86 +#: ../gramps/plugins/view/relview.py:602 ../gramps/plugins/view/repoview.py:86 #: ../gramps/plugins/view/sourceview.py:83 msgid "ID" msgstr "Azonosító" @@ -11654,11 +11745,11 @@ msgstr "%(part1)s - %(part2)s" #: ../gramps/gui/glade/editfamily.glade:494 #: ../gramps/gui/glade/editfamily.glade:501 #: ../gramps/gui/glade/editperson.glade:22 -#: ../gramps/gui/glade/editperson.glade:362 ../gramps/gui/glade/rule.glade:425 -#: ../gramps/gui/glade/rule.glade:432 +#: ../gramps/gui/glade/editperson.glade:361 ../gramps/gui/glade/rule.glade:422 +#: ../gramps/gui/glade/rule.glade:429 #: ../gramps/gui/glade/styleeditor.glade:1833 #: ../gramps/gui/glade/styleeditor.glade:1840 -#: ../gramps/plugins/view/relview.py:408 +#: ../gramps/plugins/view/relview.py:418 msgid "Add" msgstr "Hozzáad" @@ -11669,7 +11760,7 @@ msgstr "Hozzáad" #: ../gramps/gui/glade/editfamily.glade:563 #: ../gramps/gui/glade/grampletpane.glade:104 #: ../gramps/gui/glade/grampletpane.glade:111 -#: ../gramps/gui/glade/rule.glade:493 ../gramps/gui/glade/rule.glade:500 +#: ../gramps/gui/glade/rule.glade:490 ../gramps/gui/glade/rule.glade:497 #: ../gramps/gui/glade/styleeditor.glade:1897 #: ../gramps/gui/glade/styleeditor.glade:1904 msgid "Remove" @@ -11678,7 +11769,7 @@ msgstr "Eltávolít" #: ../gramps/gui/editors/displaytabs/buttontab.py:71 #: ../gramps/gui/editors/displaytabs/embeddedlist.py:147 #: ../gramps/gui/editors/displaytabs/gallerytab.py:128 -#: ../gramps/plugins/view/relview.py:412 +#: ../gramps/plugins/view/relview.py:422 msgid "Share" msgstr "Megoszt" @@ -11722,7 +11813,7 @@ msgstr "A kiválasztott idézet mozgatása lefelé" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:81 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:106 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:88 -#: ../gramps/gui/selectors/selectsource.py:71 +#: ../gramps/gui/selectors/selectsource.py:70 #: ../gramps/plugins/gramplet/citations.py:78 #: ../gramps/plugins/textreport/tagreport.py:745 #: ../gramps/plugins/view/sourceview.py:84 @@ -11746,13 +11837,13 @@ msgstr "_Idézetek forrása" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:277 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:267 #: ../gramps/gui/editors/displaytabs/gallerytab.py:332 -#: ../gramps/plugins/view/citationtreeview.py:430 -#: ../gramps/plugins/view/citationtreeview.py:473 +#: ../gramps/plugins/view/citationtreeview.py:454 +#: ../gramps/plugins/view/citationtreeview.py:497 msgid "Cannot share this reference" msgstr "A hivatkozás nem megosztható" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:192 -#: ../gramps/plugins/view/citationtreeview.py:481 +#: ../gramps/plugins/view/citationtreeview.py:505 msgid "" "This citation cannot be created at this time. Either the associated Source " "object is already being edited, or another citation associated with the same " @@ -11770,13 +11861,13 @@ msgstr "" #. may be a step family. However, it will be odd to display the #. parent as anything other than "Father" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:60 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:112 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:114 #: ../gramps/gui/glade/editfamily.glade:192 -#: ../gramps/gui/merge/mergeperson.py:223 -#: ../gramps/gui/selectors/selectfamily.py:71 -#: ../gramps/gui/widgets/reorderfam.py:83 +#: ../gramps/gui/merge/mergeperson.py:231 +#: ../gramps/gui/selectors/selectfamily.py:70 +#: ../gramps/gui/widgets/reorderfam.py:84 #: ../gramps/plugins/gramplet/persondetails.py:219 -#: ../gramps/plugins/importer/importcsv.py:215 +#: ../gramps/plugins/importer/importcsv.py:216 #: ../gramps/plugins/quickview/all_relations.py:300 #: ../gramps/plugins/textreport/familygroup.py:228 #: ../gramps/plugins/textreport/familygroup.py:239 @@ -11785,19 +11876,19 @@ msgstr "" #: ../gramps/plugins/textreport/indivcomplete.py:902 #: ../gramps/plugins/textreport/tagreport.py:248 #: ../gramps/plugins/view/familyview.py:80 -#: ../gramps/plugins/view/relview.py:889 +#: ../gramps/plugins/view/relview.py:899 #: ../gramps/plugins/webreport/narrativeweb.py:7439 msgid "Father" msgstr "Apa" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:61 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:113 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:115 #: ../gramps/gui/glade/editfamily.glade:470 -#: ../gramps/gui/merge/mergeperson.py:225 -#: ../gramps/gui/selectors/selectfamily.py:72 -#: ../gramps/gui/widgets/reorderfam.py:84 +#: ../gramps/gui/merge/mergeperson.py:234 +#: ../gramps/gui/selectors/selectfamily.py:71 +#: ../gramps/gui/widgets/reorderfam.py:85 #: ../gramps/plugins/gramplet/persondetails.py:220 -#: ../gramps/plugins/importer/importcsv.py:212 +#: ../gramps/plugins/importer/importcsv.py:213 #: ../gramps/plugins/quickview/all_relations.py:297 #: ../gramps/plugins/textreport/familygroup.py:245 #: ../gramps/plugins/textreport/familygroup.py:256 @@ -11806,7 +11897,7 @@ msgstr "Apa" #: ../gramps/plugins/textreport/indivcomplete.py:903 #: ../gramps/plugins/textreport/tagreport.py:254 #: ../gramps/plugins/view/familyview.py:81 -#: ../gramps/plugins/view/relview.py:890 +#: ../gramps/plugins/view/relview.py:900 #: ../gramps/plugins/webreport/narrativeweb.py:7453 msgid "Mother" msgstr "Anya" @@ -11908,7 +11999,7 @@ msgid "_Make Active Media" msgstr "Legyen aktív a _média" #: ../gramps/gui/editors/displaytabs/gallerytab.py:257 -#: ../gramps/gui/editors/editperson.py:961 +#: ../gramps/gui/editors/editperson.py:960 #: ../gramps/plugins/textreport/indivcomplete.py:587 msgid "Non existing media found in the Gallery" msgstr "A galériában nem létező média található" @@ -12003,13 +12094,13 @@ msgstr "Alapértelmezett névként beállít" #. #. ------------------------------------------------------------------------- #: ../gramps/gui/editors/displaytabs/namemodel.py:56 -#: ../gramps/gui/plug/_guioptions.py:1247 ../gramps/gui/views/tags.py:493 +#: ../gramps/gui/plug/_guioptions.py:1247 ../gramps/gui/views/tags.py:496 #: ../gramps/plugins/quickview/all_relations.py:306 msgid "Yes" msgstr "Igen" #: ../gramps/gui/editors/displaytabs/namemodel.py:57 -#: ../gramps/gui/plug/_guioptions.py:1246 ../gramps/gui/views/tags.py:494 +#: ../gramps/gui/plug/_guioptions.py:1246 ../gramps/gui/views/tags.py:497 #: ../gramps/plugins/quickview/all_relations.py:310 msgid "No" msgstr "Nem" @@ -12052,7 +12143,7 @@ msgstr "A kiválasztott jegyzet mozgatása lefelé" #: ../gramps/gui/glade/editmedia.glade:188 #: ../gramps/gui/glade/editmediaref.glade:190 #: ../gramps/gui/glade/editmediaref.glade:503 -#: ../gramps/gui/selectors/selectnote.py:75 +#: ../gramps/gui/selectors/selectnote.py:74 #: ../gramps/plugins/view/noteview.py:79 msgid "Preview" msgstr "Előnézet" @@ -12132,6 +12223,7 @@ msgid "_Associations" msgstr "_Társítások" #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:90 +#: ../gramps/plugins/importer/importprogen.py:1381 msgid "Godfather" msgstr "Keresztapa" @@ -12162,7 +12254,7 @@ msgstr "Választható nevek" #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:69 #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:108 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1299 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1302 msgid "Enclosed By" msgstr "által mellékelve" @@ -12283,7 +12375,7 @@ msgid "_Internet" msgstr "_Internet" #: ../gramps/gui/editors/displaytabs/webembedlist.py:118 -#: ../gramps/gui/glade/editurl.glade:201 +#: ../gramps/gui/glade/editurl.glade:200 #: ../gramps/gui/views/navigationview.py:363 msgid "_Jump to" msgstr "_Ugrás" @@ -12292,8 +12384,8 @@ msgstr "_Ugrás" msgid "manual|Address_Editor_dialog" msgstr "manual|Lakcím_szerkesztő_párbeszéd_ablak" -#: ../gramps/gui/editors/editaddress.py:94 -#: ../gramps/gui/editors/editaddress.py:168 +#: ../gramps/gui/editors/editaddress.py:92 +#: ../gramps/gui/editors/editaddress.py:167 msgid "Address Editor" msgstr "Lakcím szerkesztő" @@ -12301,13 +12393,13 @@ msgstr "Lakcím szerkesztő" msgid "manual|Attribute_Editor_dialog" msgstr "manual|Jellemző_szerkesztő_párbeszéd_ablak" -#: ../gramps/gui/editors/editattribute.py:96 +#: ../gramps/gui/editors/editattribute.py:94 #: ../gramps/gui/editors/editattribute.py:137 msgid "Attribute Editor" msgstr "Jellemző szerkesztő" -#: ../gramps/gui/editors/editattribute.py:131 -#: ../gramps/gui/editors/editattribute.py:135 +#: ../gramps/gui/editors/editattribute.py:130 +#: ../gramps/gui/editors/editattribute.py:134 msgid "New Attribute" msgstr "Új jellemző" @@ -12319,16 +12411,16 @@ msgstr "A jellemző nem menthető" msgid "The attribute type cannot be empty" msgstr "A jellemző típus nem lehet üres" -#: ../gramps/gui/editors/editchildref.py:67 +#: ../gramps/gui/editors/editchildref.py:66 msgid "manual|Child_Reference_Editor" msgstr "manual|Gyermek_hivatkozás_szerkesztő" -#: ../gramps/gui/editors/editchildref.py:102 -#: ../gramps/gui/editors/editchildref.py:197 +#: ../gramps/gui/editors/editchildref.py:99 +#: ../gramps/gui/editors/editchildref.py:195 msgid "Child Reference Editor" msgstr "Gyermek hivatkozás szerkesztő" -#: ../gramps/gui/editors/editchildref.py:197 +#: ../gramps/gui/editors/editchildref.py:195 msgid "Child Reference" msgstr "Gyermek hivatkozás" @@ -12341,15 +12433,15 @@ msgstr "manual|Új_Idézetek_párbeszéd_ablak" msgid "New Citation" msgstr "Új idézet" -#: ../gramps/gui/editors/editcitation.py:279 +#: ../gramps/gui/editors/editcitation.py:277 msgid "Edit Citation" msgstr "Idézet szerkesztése" -#: ../gramps/gui/editors/editcitation.py:287 +#: ../gramps/gui/editors/editcitation.py:285 msgid "No source selected" msgstr "Nincs forrás kiválasztva" -#: ../gramps/gui/editors/editcitation.py:288 +#: ../gramps/gui/editors/editcitation.py:286 msgid "" "A source is anything (personal testimony, video recording, photograph, " "newspaper column, gravestone...) from which information can be derived. To " @@ -12362,18 +12454,18 @@ msgstr "" "először válassza ki a forrást, majd a forrás 'Kötet/Oldal' mezőjében " "rögzítse a hivatkozott információ helyét." -#: ../gramps/gui/editors/editcitation.py:302 +#: ../gramps/gui/editors/editcitation.py:300 msgid "Cannot save citation. ID already exists." msgstr "Az idézet nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editcitation.py:303 -#: ../gramps/gui/editors/editevent.py:251 -#: ../gramps/gui/editors/editmedia.py:300 -#: ../gramps/gui/editors/editperson.py:847 -#: ../gramps/gui/editors/editplace.py:297 +#: ../gramps/gui/editors/editcitation.py:301 +#: ../gramps/gui/editors/editevent.py:249 +#: ../gramps/gui/editors/editmedia.py:298 +#: ../gramps/gui/editors/editperson.py:846 +#: ../gramps/gui/editors/editplace.py:295 #: ../gramps/gui/editors/editreference.py:287 -#: ../gramps/gui/editors/editrepository.py:191 -#: ../gramps/gui/editors/editsource.py:211 +#: ../gramps/gui/editors/editrepository.py:189 +#: ../gramps/gui/editors/editsource.py:210 #, python-format msgid "" "You have attempted to use the existing Gramps ID with value %(id)s. This " @@ -12385,17 +12477,17 @@ msgstr "" "azonosítót, vagy hagyja üresen a helyet a következő lehetséges azonosító " "értékhez." -#: ../gramps/gui/editors/editcitation.py:315 +#: ../gramps/gui/editors/editcitation.py:311 #, python-format msgid "Add Citation (%s)" msgstr "(%s) idézet hozzáadása" -#: ../gramps/gui/editors/editcitation.py:321 +#: ../gramps/gui/editors/editcitation.py:316 #, python-format msgid "Edit Citation (%s)" msgstr "(%s) idézet szerkesztése" -#: ../gramps/gui/editors/editcitation.py:356 +#: ../gramps/gui/editors/editcitation.py:354 #, python-format msgid "Delete Citation (%s)" msgstr "(%s) idézet eltávolítása" @@ -12440,11 +12532,11 @@ msgstr "Számított" msgid "manual|Editing_dates" msgstr "manual|Dátumok_szerkesztése" -#: ../gramps/gui/editors/editdate.py:126 ../gramps/gui/editors/editdate.py:278 +#: ../gramps/gui/editors/editdate.py:126 ../gramps/gui/editors/editdate.py:279 msgid "Date selection" msgstr "Dátum kiválasztás" -#: ../gramps/gui/editors/editdate.py:268 +#: ../gramps/gui/editors/editdate.py:269 #, python-brace-format msgid "Correct the date or switch from `{cur_mode}' to `{text_mode}'" msgstr "" @@ -12455,17 +12547,17 @@ msgid "manual|New_Event_dialog" msgstr "manual|Új_Esemény_párbeszéd_ablak" #: ../gramps/gui/editors/editevent.py:98 -#: ../gramps/gui/editors/editeventref.py:252 +#: ../gramps/gui/editors/editeventref.py:261 #, python-format msgid "Event: %s" msgstr "Esemény: %s" #: ../gramps/gui/editors/editevent.py:100 -#: ../gramps/gui/editors/editeventref.py:254 +#: ../gramps/gui/editors/editeventref.py:263 msgid "New Event" msgstr "Új esemény" -#: ../gramps/gui/editors/editevent.py:230 +#: ../gramps/gui/editors/editevent.py:228 #: ../gramps/plugins/view/geoclose.py:545 #: ../gramps/plugins/view/geoevents.py:340 #: ../gramps/plugins/view/geoevents.py:374 @@ -12478,37 +12570,37 @@ msgstr "Új esemény" msgid "Edit Event" msgstr "Esemény szerkesztése" -#: ../gramps/gui/editors/editevent.py:239 -#: ../gramps/gui/editors/editevent.py:263 +#: ../gramps/gui/editors/editevent.py:237 +#: ../gramps/gui/editors/editevent.py:261 msgid "Cannot save event" msgstr "Az esemény nem menthető" -#: ../gramps/gui/editors/editevent.py:240 +#: ../gramps/gui/editors/editevent.py:238 msgid "No data exists for this event. Please enter data or cancel the edit." msgstr "" "Az eseményhez nincs adat. Kérem vigyen be adatot, vagy szakítsa meg a " "szerkesztést." -#: ../gramps/gui/editors/editevent.py:250 +#: ../gramps/gui/editors/editevent.py:248 #: ../gramps/gui/editors/editreference.py:276 msgid "Cannot save event. ID already exists." msgstr "Az esemény nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editevent.py:264 +#: ../gramps/gui/editors/editevent.py:262 msgid "The event type cannot be empty" msgstr "Az esemény típus nem lehet üres" -#: ../gramps/gui/editors/editevent.py:270 +#: ../gramps/gui/editors/editevent.py:268 #, python-format msgid "Add Event (%s)" msgstr "(%s) esemény hozzáadása" -#: ../gramps/gui/editors/editevent.py:276 +#: ../gramps/gui/editors/editevent.py:273 #, python-format msgid "Edit Event (%s)" msgstr "(%s) esemény szerkesztése" -#: ../gramps/gui/editors/editevent.py:321 +#: ../gramps/gui/editors/editevent.py:318 #, python-format msgid "Delete Event (%s)" msgstr "(%s) esemény törlése" @@ -12517,24 +12609,24 @@ msgstr "(%s) esemény törlése" msgid "manual|Event_Reference_Editor_dialog" msgstr "manual|Esemény_hivatkozás_szerkesztő_párbeszéd_ablak" -#: ../gramps/gui/editors/editeventref.py:78 -#: ../gramps/gui/editors/editeventref.py:255 +#: ../gramps/gui/editors/editeventref.py:76 +#: ../gramps/gui/editors/editeventref.py:264 msgid "Event Reference Editor" msgstr "Esemény hivatkozás szerkesztő" #: ../gramps/gui/editors/editeventref.py:95 #: ../gramps/gui/editors/editmediaref.py:114 -#: ../gramps/gui/editors/editname.py:135 -#: ../gramps/gui/editors/editplaceref.py:76 -#: ../gramps/gui/editors/editreporef.py:78 +#: ../gramps/gui/editors/editname.py:134 +#: ../gramps/gui/editors/editplaceref.py:77 +#: ../gramps/gui/editors/editreporef.py:77 msgid "_General" msgstr "Á_ltalános" -#: ../gramps/gui/editors/editeventref.py:260 +#: ../gramps/gui/editors/editeventref.py:269 msgid "Modify Event" msgstr "Esemény módosítás" -#: ../gramps/gui/editors/editeventref.py:265 +#: ../gramps/gui/editors/editeventref.py:274 msgid "Add Event" msgstr "Esemény hozzáadása" @@ -12579,7 +12671,7 @@ msgid "Maternal" msgstr "Anyai" #: ../gramps/gui/editors/editfamily.py:127 -#: ../gramps/gui/selectors/selectperson.py:97 +#: ../gramps/gui/selectors/selectperson.py:96 #: ../gramps/plugins/gramplet/children.py:94 #: ../gramps/plugins/gramplet/children.py:193 #: ../gramps/plugins/lib/libpersonview.py:101 @@ -12599,7 +12691,7 @@ msgid "Birth Date" msgstr "Születési dátum" #: ../gramps/gui/editors/editfamily.py:128 -#: ../gramps/gui/selectors/selectperson.py:99 +#: ../gramps/gui/selectors/selectperson.py:98 #: ../gramps/plugins/gramplet/children.py:96 #: ../gramps/plugins/gramplet/children.py:195 #: ../gramps/plugins/lib/libpersonview.py:103 @@ -12609,13 +12701,13 @@ msgid "Death Date" msgstr "Halálozási dátum" #: ../gramps/gui/editors/editfamily.py:129 -#: ../gramps/gui/selectors/selectperson.py:98 +#: ../gramps/gui/selectors/selectperson.py:97 #: ../gramps/plugins/lib/libpersonview.py:102 msgid "Birth Place" msgstr "Születési hely" #: ../gramps/gui/editors/editfamily.py:130 -#: ../gramps/gui/selectors/selectperson.py:100 +#: ../gramps/gui/selectors/selectperson.py:99 #: ../gramps/plugins/lib/libpersonview.py:104 msgid "Death Place" msgstr "Halálozási hely" @@ -12639,7 +12731,7 @@ msgstr "Kapcsolat szerkesztése" #: ../gramps/gui/editors/editfamily.py:217 #: ../gramps/gui/editors/editfamily.py:232 -#: ../gramps/plugins/view/relview.py:1569 +#: ../gramps/plugins/view/relview.py:1579 msgid "Select Child" msgstr "Gyermek kiválasztása" @@ -12679,7 +12771,7 @@ msgstr "" "frissítve lett. Néhány korábbi szerkesztése elveszhetett." #: ../gramps/gui/editors/editfamily.py:467 -#: ../gramps/plugins/importer/importcsv.py:210 +#: ../gramps/plugins/importer/importcsv.py:211 #: ../gramps/plugins/view/familyview.py:260 msgid "family" msgstr "család" @@ -12695,43 +12787,43 @@ msgstr "Új család" msgid "Edit Family" msgstr "Család szerkesztése" -#: ../gramps/gui/editors/editfamily.py:538 +#: ../gramps/gui/editors/editfamily.py:536 msgid "Select a person as the mother" msgstr "Egy személy kiválasztása anyaként" -#: ../gramps/gui/editors/editfamily.py:539 +#: ../gramps/gui/editors/editfamily.py:537 msgid "Add a new person as the mother" msgstr "Egy új személy hozzáadása anyaként" -#: ../gramps/gui/editors/editfamily.py:540 +#: ../gramps/gui/editors/editfamily.py:538 msgid "Remove the person as the mother" msgstr "Egy személy eltávolítása mint anya" -#: ../gramps/gui/editors/editfamily.py:553 +#: ../gramps/gui/editors/editfamily.py:551 msgid "Select a person as the father" msgstr "Egy személy kiválasztása apaként" -#: ../gramps/gui/editors/editfamily.py:554 +#: ../gramps/gui/editors/editfamily.py:552 msgid "Add a new person as the father" msgstr "Egy új személy hozzáadása apaként" -#: ../gramps/gui/editors/editfamily.py:555 +#: ../gramps/gui/editors/editfamily.py:553 msgid "Remove the person as the father" msgstr "Egy személy eltávolítása mint apa" -#: ../gramps/gui/editors/editfamily.py:836 +#: ../gramps/gui/editors/editfamily.py:834 msgid "Select Mother" msgstr "Anya kiválasztása" -#: ../gramps/gui/editors/editfamily.py:881 +#: ../gramps/gui/editors/editfamily.py:879 msgid "Select Father" msgstr "Apa kiválasztása" -#: ../gramps/gui/editors/editfamily.py:905 +#: ../gramps/gui/editors/editfamily.py:903 msgid "Duplicate Family" msgstr "Család megkettőzése" -#: ../gramps/gui/editors/editfamily.py:906 +#: ../gramps/gui/editors/editfamily.py:904 msgid "" "A family with these parents already exists in the database. If you save, you " "will create a duplicate family. It is recommended that you cancel the " @@ -12779,7 +12871,7 @@ msgid "Cannot save family. ID already exists." msgstr "A család nem menthető. Az azonosító már létezik." #: ../gramps/gui/editors/editfamily.py:1093 -#: ../gramps/gui/editors/editnote.py:323 +#: ../gramps/gui/editors/editnote.py:326 #: ../gramps/gui/editors/editreference.py:294 #, python-format msgid "" @@ -12799,7 +12891,7 @@ msgstr "Család hozzáadása" msgid "manual|LDS_Ordinance_Editor" msgstr "manual|Mormon_rend_szerkesztő" -#: ../gramps/gui/editors/editldsord.py:160 +#: ../gramps/gui/editors/editldsord.py:158 #: ../gramps/gui/editors/editldsord.py:315 #: ../gramps/gui/editors/editldsord.py:352 #: ../gramps/gui/editors/editldsord.py:443 @@ -12833,15 +12925,15 @@ msgstr "Mormon rend" msgid "manual|Link_Editor" msgstr "manual|Hivatkozás_szerkesztő" -#: ../gramps/gui/editors/editlink.py:87 ../gramps/gui/editors/editlink.py:235 +#: ../gramps/gui/editors/editlink.py:87 ../gramps/gui/editors/editlink.py:237 msgid "Link Editor" msgstr "Hivatkozás szerkesztő" -#: ../gramps/gui/editors/editlink.py:89 +#: ../gramps/gui/editors/editlink.py:91 msgid "Internet Address" msgstr "Internet cím" -#: ../gramps/gui/editors/editlocation.py:50 +#: ../gramps/gui/editors/editlocation.py:48 msgid "Location Editor" msgstr "Helyszín szerkesztő" @@ -12860,31 +12952,31 @@ msgstr "Média: %s" msgid "New Media" msgstr "Új média" -#: ../gramps/gui/editors/editmedia.py:243 +#: ../gramps/gui/editors/editmedia.py:241 msgid "Edit Media Object" msgstr "Média objektum szerkesztése" -#: ../gramps/gui/editors/editmedia.py:288 +#: ../gramps/gui/editors/editmedia.py:286 msgid "Cannot save media object" msgstr "Nem menthető média objektum" -#: ../gramps/gui/editors/editmedia.py:289 +#: ../gramps/gui/editors/editmedia.py:287 msgid "" "No data exists for this media object. Please enter data or cancel the edit." msgstr "" "Nincs adat erről a média objektumról. Adjon meg adatot, vagy szakítsa meg a " "szerkesztést." -#: ../gramps/gui/editors/editmedia.py:299 +#: ../gramps/gui/editors/editmedia.py:297 #: ../gramps/gui/editors/editreference.py:279 msgid "Cannot save media object. ID already exists." msgstr "A média objektum nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editmedia.py:314 +#: ../gramps/gui/editors/editmedia.py:312 msgid "There is no media matching the current path value!" msgstr "Nincs a jelenlegi útvonal értéknek megfelelő média!" -#: ../gramps/gui/editors/editmedia.py:315 +#: ../gramps/gui/editors/editmedia.py:313 #, python-format msgid "" "You have attempted to use the path with value '%(path)s'. This path does not " @@ -12893,19 +12985,19 @@ msgstr "" "Ön egy '%(path)s' útvonalat próbál használni. Ez az útvonal nem létezik! " "Kérem vigyen be más útvonalat" -#: ../gramps/gui/editors/editmedia.py:328 +#: ../gramps/gui/editors/editmedia.py:324 #: ../gramps/gui/editors/editmediaref.py:523 #, python-format msgid "Add Media Object (%s)" msgstr "(%s) média objektum hozzáadása" -#: ../gramps/gui/editors/editmedia.py:333 +#: ../gramps/gui/editors/editmedia.py:329 #: ../gramps/gui/editors/editmediaref.py:517 #, python-format msgid "Edit Media Object (%s)" msgstr "(%s) média objektum szerkesztése" -#: ../gramps/gui/editors/editmedia.py:370 +#: ../gramps/gui/editors/editmedia.py:369 msgid "Remove Media Object" msgstr "Média objektum eltávolítása" @@ -12913,7 +13005,7 @@ msgstr "Média objektum eltávolítása" msgid "manual|Media_Reference_Editor_dialog" msgstr "manual|Média_hivatkozás_szerkesztő_párbeszéd_ablak" -#: ../gramps/gui/editors/editmediaref.py:95 +#: ../gramps/gui/editors/editmediaref.py:93 #: ../gramps/gui/editors/editmediaref.py:409 msgid "Media Reference Editor" msgstr "Média hivatkozás szerkesztő" @@ -12925,28 +13017,28 @@ msgstr "Média hivatkozás szerkesztő" msgid "Y coordinate|Y" msgstr "Y koordináta" -#: ../gramps/gui/editors/editname.py:122 ../gramps/gui/editors/editname.py:314 +#: ../gramps/gui/editors/editname.py:120 ../gramps/gui/editors/editname.py:313 msgid "Name Editor" msgstr "Névszerkesztő" -#: ../gramps/gui/editors/editname.py:163 +#: ../gramps/gui/editors/editname.py:162 msgid "manual|Name_Editor" msgstr "manual|_Névszerkesztő" -#: ../gramps/gui/editors/editname.py:175 -#: ../gramps/gui/editors/editperson.py:328 +#: ../gramps/gui/editors/editname.py:174 +#: ../gramps/gui/editors/editperson.py:327 msgid "Call name must be the given name that is normally used." msgstr "A hívó névnek az általában használt keresztnévnek kell lennie." -#: ../gramps/gui/editors/editname.py:313 +#: ../gramps/gui/editors/editname.py:312 msgid "New Name" msgstr "Új név" -#: ../gramps/gui/editors/editname.py:380 +#: ../gramps/gui/editors/editname.py:379 msgid "Break global name grouping?" msgstr "Megszakítsam a név csoportosítást?" -#: ../gramps/gui/editors/editname.py:381 +#: ../gramps/gui/editors/editname.py:380 #, python-format msgid "" "All people with the name of %(surname)s will no longer be grouped with the " @@ -12955,19 +13047,19 @@ msgstr "" "Minden ember %(surname)s névvel nem lesz többé %(group_name)s név szerint " "csoportosítva." -#: ../gramps/gui/editors/editname.py:385 +#: ../gramps/gui/editors/editname.py:384 msgid "Continue" msgstr "Folytatás" -#: ../gramps/gui/editors/editname.py:386 +#: ../gramps/gui/editors/editname.py:385 msgid "Return to Name Editor" msgstr "Visszatérés a névszerkesztőhöz" -#: ../gramps/gui/editors/editname.py:412 +#: ../gramps/gui/editors/editname.py:411 msgid "Group all people with the same name?" msgstr "Minden embert azonos névvel csoportosítsunk?" -#: ../gramps/gui/editors/editname.py:413 +#: ../gramps/gui/editors/editname.py:412 #, python-format msgid "" "You have the choice of grouping all people with the name of %(surname)s with " @@ -12976,11 +13068,11 @@ msgstr "" "Válaszhat, hogy minden %(surname)s nevű embert a %(group_name)s csoportba " "csoportosít, vagy csak ezt az egy nevet." -#: ../gramps/gui/editors/editname.py:418 +#: ../gramps/gui/editors/editname.py:417 msgid "Group all" msgstr "Mindet csoportosít" -#: ../gramps/gui/editors/editname.py:419 +#: ../gramps/gui/editors/editname.py:418 msgid "Group this name only" msgstr "Csak ezt a nevet csoportosítsa" @@ -13007,34 +13099,34 @@ msgstr "Új jegyzet - %(context)s" msgid "New Note" msgstr "Új jegyzet" -#: ../gramps/gui/editors/editnote.py:191 +#: ../gramps/gui/editors/editnote.py:189 msgid "_Note" msgstr "_Jegyzet" -#: ../gramps/gui/editors/editnote.py:294 ../gramps/gui/editors/editnote.py:340 +#: ../gramps/gui/editors/editnote.py:292 ../gramps/gui/editors/editnote.py:341 #: ../gramps/gui/editors/objectentries.py:436 msgid "Edit Note" msgstr "Jegyzet szerkesztése" -#: ../gramps/gui/editors/editnote.py:313 +#: ../gramps/gui/editors/editnote.py:316 msgid "Cannot save note" msgstr "Nem menthető jegyzet" -#: ../gramps/gui/editors/editnote.py:314 +#: ../gramps/gui/editors/editnote.py:317 msgid "No data exists for this note. Please enter data or cancel the edit." msgstr "" "Nincs adat erről a jegyzetről. Adjon meg adatot, vagy szakítsa meg a " "szerkesztést." -#: ../gramps/gui/editors/editnote.py:322 +#: ../gramps/gui/editors/editnote.py:325 msgid "Cannot save note. ID already exists." msgstr "A jegyzet nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editnote.py:335 +#: ../gramps/gui/editors/editnote.py:336 msgid "Add Note" msgstr "Jegyzet hozzáadása" -#: ../gramps/gui/editors/editnote.py:355 +#: ../gramps/gui/editors/editnote.py:359 #, python-format msgid "Delete Note (%s)" msgstr "(%s) jegyzet törlése" @@ -13053,37 +13145,37 @@ msgstr "Új személy: %(name)s" msgid "New Person" msgstr "Új személy" -#: ../gramps/gui/editors/editperson.py:246 +#: ../gramps/gui/editors/editperson.py:245 msgid "manual|Editing_information_about_people" msgstr "manual|Információ_szerkesztés_emberekről" -#: ../gramps/gui/editors/editperson.py:607 +#: ../gramps/gui/editors/editperson.py:606 #: ../gramps/plugins/view/geofamily.py:426 msgid "Edit Person" msgstr "Személy szerkesztése" -#: ../gramps/gui/editors/editperson.py:650 +#: ../gramps/gui/editors/editperson.py:649 #: ../gramps/plugins/view/mediaview.py:211 msgid "View" msgstr "Nézet" -#: ../gramps/gui/editors/editperson.py:652 +#: ../gramps/gui/editors/editperson.py:651 msgid "Edit Object Properties" msgstr "Objektum tulajdonságok szerkesztése" -#: ../gramps/gui/editors/editperson.py:691 +#: ../gramps/gui/editors/editperson.py:690 msgid "Make Active Person" msgstr "Legyen aktív személy" -#: ../gramps/gui/editors/editperson.py:695 +#: ../gramps/gui/editors/editperson.py:694 msgid "Make Home Person" msgstr "Legyen kiinduló személy" -#: ../gramps/gui/editors/editperson.py:809 +#: ../gramps/gui/editors/editperson.py:808 msgid "Problem changing the gender" msgstr "Probléma a nem megváltoztatásakor" -#: ../gramps/gui/editors/editperson.py:810 +#: ../gramps/gui/editors/editperson.py:809 msgid "" "Changing the gender caused problems with marriage information.\n" "Please check the person's marriages." @@ -13091,39 +13183,39 @@ msgstr "" "A nem megváltoztatása problémát okozott a házassági információban.\n" "Kérem ellenőrizze a személy házasságait." -#: ../gramps/gui/editors/editperson.py:821 +#: ../gramps/gui/editors/editperson.py:820 msgid "Cannot save person" msgstr "Nem menthető személy" -#: ../gramps/gui/editors/editperson.py:822 +#: ../gramps/gui/editors/editperson.py:821 msgid "No data exists for this person. Please enter data or cancel the edit." msgstr "" "Nincs adat erről a személyről. Adjon meg adatot, vagy szakítsa meg a " "szerkesztést." -#: ../gramps/gui/editors/editperson.py:846 +#: ../gramps/gui/editors/editperson.py:845 msgid "Cannot save person. ID already exists." msgstr "A személy nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editperson.py:864 +#: ../gramps/gui/editors/editperson.py:860 #, python-format msgid "Add Person (%s)" msgstr "(%s) személy hozzáadása" -#: ../gramps/gui/editors/editperson.py:870 -#: ../gramps/plugins/view/relview.py:570 ../gramps/plugins/view/relview.py:992 -#: ../gramps/plugins/view/relview.py:1049 -#: ../gramps/plugins/view/relview.py:1173 -#: ../gramps/plugins/view/relview.py:1278 +#: ../gramps/gui/editors/editperson.py:866 +#: ../gramps/plugins/view/relview.py:580 ../gramps/plugins/view/relview.py:1002 +#: ../gramps/plugins/view/relview.py:1059 +#: ../gramps/plugins/view/relview.py:1183 +#: ../gramps/plugins/view/relview.py:1288 #, python-format msgid "Edit Person (%s)" msgstr "(%s) személy szerkesztése" -#: ../gramps/gui/editors/editperson.py:1098 +#: ../gramps/gui/editors/editperson.py:1097 msgid "Unknown gender specified" msgstr "Ismeretlen nem megadása" -#: ../gramps/gui/editors/editperson.py:1100 +#: ../gramps/gui/editors/editperson.py:1099 msgid "" "The gender of the person is currently unknown. Usually, this is a mistake. " "Please specify the gender." @@ -13131,36 +13223,36 @@ msgstr "" "A személy neme jelenleg ismeretlen. általában ez tévedés. Válassza ki a " "személy nemét." -#: ../gramps/gui/editors/editperson.py:1103 +#: ../gramps/gui/editors/editperson.py:1102 msgid "_Male" msgstr "_Férfi" -#: ../gramps/gui/editors/editperson.py:1104 +#: ../gramps/gui/editors/editperson.py:1103 msgid "_Female" msgstr "_Nő" -#: ../gramps/gui/editors/editperson.py:1105 +#: ../gramps/gui/editors/editperson.py:1104 msgid "_Unknown" msgstr "_Ismeretlen" -#: ../gramps/gui/editors/editpersonref.py:68 +#: ../gramps/gui/editors/editpersonref.py:67 msgid "manual|Person_Reference_Editor" msgstr "manual|Személy_hivatkozás_szerkesztő" -#: ../gramps/gui/editors/editpersonref.py:97 -#: ../gramps/gui/editors/editpersonref.py:224 +#: ../gramps/gui/editors/editpersonref.py:93 +#: ../gramps/gui/editors/editpersonref.py:222 msgid "Person Reference Editor" msgstr "Személy hivatkozás szerkesztő" -#: ../gramps/gui/editors/editpersonref.py:224 +#: ../gramps/gui/editors/editpersonref.py:222 msgid "Person Reference" msgstr "Személy hivatkozás" -#: ../gramps/gui/editors/editpersonref.py:241 +#: ../gramps/gui/editors/editpersonref.py:239 msgid "No person selected" msgstr "Nincs kiválasztott személy" -#: ../gramps/gui/editors/editpersonref.py:242 +#: ../gramps/gui/editors/editpersonref.py:240 msgid "You must either select a person or Cancel the edit" msgstr "Válasszon személyt, vagy szakítsa meg a szerkesztést" @@ -13168,74 +13260,74 @@ msgstr "Válasszon személyt, vagy szakítsa meg a szerkesztést" msgid "manual|Place_Editor_dialog" msgstr "manual|Hely_Szerkesztő_párbeszéd_ablak" -#: ../gramps/gui/editors/editplace.py:93 +#: ../gramps/gui/editors/editplace.py:91 #: ../gramps/gui/glade/editplace.glade:288 ../gramps/gui/merge/mergeplace.py:55 msgid "place|Name:" msgstr "Hely név:" -#: ../gramps/gui/editors/editplace.py:98 -#: ../gramps/gui/editors/editplaceref.py:95 +#: ../gramps/gui/editors/editplace.py:96 +#: ../gramps/gui/editors/editplaceref.py:96 #, python-format msgid "Place: %s" msgstr "Hely: %s" -#: ../gramps/gui/editors/editplace.py:100 -#: ../gramps/gui/editors/editplaceref.py:97 +#: ../gramps/gui/editors/editplace.py:98 +#: ../gramps/gui/editors/editplaceref.py:98 msgid "New Place" msgstr "Új hely" -#: ../gramps/gui/editors/editplace.py:181 -#: ../gramps/gui/editors/editplaceref.py:171 +#: ../gramps/gui/editors/editplace.py:179 +#: ../gramps/gui/editors/editplaceref.py:172 msgid "Invalid latitude (syntax: 18\\u00b09'" msgstr "Érvénytelen szélességi fok (szintaktika: 18\\u00b09'" -#: ../gramps/gui/editors/editplace.py:182 -#: ../gramps/gui/editors/editplaceref.py:172 +#: ../gramps/gui/editors/editplace.py:180 +#: ../gramps/gui/editors/editplaceref.py:173 msgid "48.21\"S, -18.2412 or -18:9:48.21)" msgstr "48.21\"D, -18.2412 vagy -18:9:48.21)" -#: ../gramps/gui/editors/editplace.py:184 -#: ../gramps/gui/editors/editplaceref.py:174 +#: ../gramps/gui/editors/editplace.py:182 +#: ../gramps/gui/editors/editplaceref.py:175 msgid "Invalid longitude (syntax: 18\\u00b09'" msgstr "Érvénytelen hosszúsági fok (szintaktika: 18\\u00b09'" -#: ../gramps/gui/editors/editplace.py:185 -#: ../gramps/gui/editors/editplaceref.py:175 +#: ../gramps/gui/editors/editplace.py:183 +#: ../gramps/gui/editors/editplaceref.py:176 msgid "48.21\"E, -18.2412 or -18:9:48.21)" msgstr "48.21\"K, -18.2412 vagy -18:9:48.21)" -#: ../gramps/gui/editors/editplace.py:195 +#: ../gramps/gui/editors/editplace.py:193 #: ../gramps/plugins/lib/maps/geography.py:920 #: ../gramps/plugins/view/geoplaces.py:429 #: ../gramps/plugins/view/geoplaces.py:455 msgid "Edit Place" msgstr "Hely szerkesztése" -#: ../gramps/gui/editors/editplace.py:286 -#: ../gramps/gui/editors/editplaceref.py:277 +#: ../gramps/gui/editors/editplace.py:284 +#: ../gramps/gui/editors/editplaceref.py:278 msgid "Cannot save place. Name not entered." msgstr "A hely nem menthető. Nincs neve." -#: ../gramps/gui/editors/editplace.py:287 -#: ../gramps/gui/editors/editplaceref.py:278 +#: ../gramps/gui/editors/editplace.py:285 +#: ../gramps/gui/editors/editplaceref.py:279 msgid "You must enter a name before saving." msgstr "Nevet feltétlenül meg kell adni mentés előtt." -#: ../gramps/gui/editors/editplace.py:296 +#: ../gramps/gui/editors/editplace.py:294 msgid "Cannot save place. ID already exists." msgstr "A hely nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editplace.py:310 +#: ../gramps/gui/editors/editplace.py:306 #, python-format msgid "Add Place (%s)" msgstr "(%s) hely hozzáadása" -#: ../gramps/gui/editors/editplace.py:315 +#: ../gramps/gui/editors/editplace.py:311 #, python-format msgid "Edit Place (%s)" msgstr "(%s) hely szerkesztése" -#: ../gramps/gui/editors/editplace.py:340 +#: ../gramps/gui/editors/editplace.py:339 #, python-format msgid "Delete Place (%s)" msgstr "(%s) hely törlése" @@ -13261,16 +13353,16 @@ msgstr "Nem menthető helynév" msgid "The place name cannot be empty" msgstr "A hely neve nem lehet üres" -#: ../gramps/gui/editors/editplaceref.py:59 -#: ../gramps/gui/editors/editplaceref.py:98 +#: ../gramps/gui/editors/editplaceref.py:58 +#: ../gramps/gui/editors/editplaceref.py:99 msgid "Place Reference Editor" msgstr "Hely hivatkozás szerkesztő" -#: ../gramps/gui/editors/editplaceref.py:284 +#: ../gramps/gui/editors/editplaceref.py:285 msgid "Modify Place" msgstr "Hely módosítása" -#: ../gramps/gui/editors/editplaceref.py:289 +#: ../gramps/gui/editors/editplaceref.py:290 msgid "Add Place" msgstr "Hely hozzáadása" @@ -13283,7 +13375,7 @@ msgid "If you close without saving, the changes you have made will be lost" msgstr "Ha mentés nélkül zárja be, akkor a változtatások elvesznek" #: ../gramps/gui/editors/editreference.py:282 -#: ../gramps/gui/editors/editrepository.py:190 +#: ../gramps/gui/editors/editrepository.py:188 msgid "Cannot save repository. ID already exists." msgstr "A tároló nem menthető. Az azonosító már létezik." @@ -13291,29 +13383,29 @@ msgstr "A tároló nem menthető. Az azonosító már létezik." msgid "Cannot save item. ID already exists." msgstr "Az adat nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editreporef.py:62 +#: ../gramps/gui/editors/editreporef.py:60 msgid "Repository Reference Editor" msgstr "Tároló hivatkozás szerkesztő" -#: ../gramps/gui/editors/editreporef.py:185 +#: ../gramps/gui/editors/editreporef.py:184 #, python-format msgid "Repository: %s" msgstr "Tároló: %s" -#: ../gramps/gui/editors/editreporef.py:187 +#: ../gramps/gui/editors/editreporef.py:186 #: ../gramps/gui/editors/editrepository.py:81 msgid "New Repository" msgstr "Új tároló" -#: ../gramps/gui/editors/editreporef.py:188 +#: ../gramps/gui/editors/editreporef.py:187 msgid "Repo Reference Editor" msgstr "Repo hivatkozás szerkesztő" -#: ../gramps/gui/editors/editreporef.py:193 +#: ../gramps/gui/editors/editreporef.py:192 msgid "Modify Repository" msgstr "Tároló változtatása" -#: ../gramps/gui/editors/editreporef.py:198 +#: ../gramps/gui/editors/editreporef.py:197 msgid "Add Repository" msgstr "Tároló hozzáadása" @@ -13321,32 +13413,32 @@ msgstr "Tároló hozzáadása" msgid "manual|New_Repositories_dialog" msgstr "manual|Új_Tárolók_párbeszéd_ablak" -#: ../gramps/gui/editors/editrepository.py:94 +#: ../gramps/gui/editors/editrepository.py:92 msgid "Edit Repository" msgstr "Tároló szerkesztése" -#: ../gramps/gui/editors/editrepository.py:179 +#: ../gramps/gui/editors/editrepository.py:177 msgid "Cannot save repository" msgstr "Nem menthető tároló" -#: ../gramps/gui/editors/editrepository.py:180 +#: ../gramps/gui/editors/editrepository.py:178 msgid "" "No data exists for this repository. Please enter data or cancel the edit." msgstr "" "Nincs adat erről a tárolóról. Adjon meg adatot, vagy szakítsa meg a " "szerkesztést." -#: ../gramps/gui/editors/editrepository.py:203 +#: ../gramps/gui/editors/editrepository.py:199 #, python-format msgid "Add Repository (%s)" msgstr "(%s) tároló hozzáadása" -#: ../gramps/gui/editors/editrepository.py:208 +#: ../gramps/gui/editors/editrepository.py:204 #, python-format msgid "Edit Repository (%s)" msgstr "(%s) tároló szerkesztése" -#: ../gramps/gui/editors/editrepository.py:221 +#: ../gramps/gui/editors/editrepository.py:220 #, python-format msgid "Delete Repository (%s)" msgstr "(%s) tároló törlése" @@ -13359,30 +13451,30 @@ msgstr "manual|Új_Forrás_párbeszéd_ablak" msgid "New Source" msgstr "Új forrás" -#: ../gramps/gui/editors/editsource.py:194 +#: ../gramps/gui/editors/editsource.py:193 msgid "Edit Source" msgstr "Forrás szerkesztése" -#: ../gramps/gui/editors/editsource.py:199 +#: ../gramps/gui/editors/editsource.py:198 msgid "Cannot save source" msgstr "Nem menthető forrás" -#: ../gramps/gui/editors/editsource.py:200 +#: ../gramps/gui/editors/editsource.py:199 msgid "No data exists for this source. Please enter data or cancel the edit." msgstr "" "Nincs adat erről a forrásról. Adjon meg adatot, vagy szakítsa meg a " "szerkesztést." -#: ../gramps/gui/editors/editsource.py:210 +#: ../gramps/gui/editors/editsource.py:209 msgid "Cannot save source. ID already exists." msgstr "A forrás nem menthető. Az azonosító már létezik." -#: ../gramps/gui/editors/editsource.py:223 +#: ../gramps/gui/editors/editsource.py:220 #, python-format msgid "Add Source (%s)" msgstr "(%s) forrás hozzáadása" -#: ../gramps/gui/editors/editsource.py:228 +#: ../gramps/gui/editors/editsource.py:225 #, python-format msgid "Edit Source (%s)" msgstr "(%s) forrás szerkesztése" @@ -13396,64 +13488,52 @@ msgstr "(%s) forrás törlése" msgid "manual|Tag_selection_dialog" msgstr "manual|Címke_kiválasztó_párbeszéd_ablak" -#: ../gramps/gui/editors/edittaglist.py:68 -#: ../gramps/gui/editors/edittaglist.py:126 +#: ../gramps/gui/editors/edittaglist.py:70 +#: ../gramps/gui/editors/edittaglist.py:127 msgid "Tag selection" msgstr "Címke kiválasztása" -#. pylint: disable-msg=E1101 -#: ../gramps/gui/editors/edittaglist.py:100 -#: ../gramps/gui/views/bookmarks.py:227 ../gramps/gui/views/tags.py:387 -#: ../gramps/gui/views/tags.py:611 ../gramps/gui/views/tags.py:627 -#, python-format -msgid "%(title)s - Gramps" -msgstr "%(title)s - GRAMPS" - -#: ../gramps/gui/editors/edittaglist.py:100 -msgid "Edit Tags" -msgstr "Címkék szerkesztése" - -#: ../gramps/gui/editors/edittaglist.py:107 +#: ../gramps/gui/editors/edittaglist.py:109 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:116 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:110 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:120 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:93 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:103 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:135 #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:110 #: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:109 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:92 -#: ../gramps/gui/views/tags.py:225 ../gramps/gui/views/tags.py:230 +#: ../gramps/gui/views/tags.py:226 ../gramps/gui/views/tags.py:231 #: ../gramps/plugins/textreport/tagreport.py:902 #: ../gramps/plugins/textreport/tagreport.py:906 msgid "Tag" msgstr "Címke" -#: ../gramps/gui/editors/edittaglist.py:116 +#: ../gramps/gui/editors/edittaglist.py:118 #: ../gramps/gui/glade/addmedia.glade:55 #: ../gramps/gui/glade/baseselector.glade:56 -#: ../gramps/gui/glade/clipboard.glade:21 ../gramps/gui/glade/dbman.glade:157 +#: ../gramps/gui/glade/clipboard.glade:21 ../gramps/gui/glade/dbman.glade:150 #: ../gramps/gui/glade/editaddress.glade:55 #: ../gramps/gui/glade/editattribute.glade:54 #: ../gramps/gui/glade/editchildref.glade:58 -#: ../gramps/gui/glade/editcitation.glade:28 +#: ../gramps/gui/glade/editcitation.glade:27 #: ../gramps/gui/glade/editdate.glade:53 ../gramps/gui/glade/editevent.glade:58 #: ../gramps/gui/glade/editeventref.glade:22 #: ../gramps/gui/glade/editfamily.glade:60 -#: ../gramps/gui/glade/editldsord.glade:77 -#: ../gramps/gui/glade/editlink.glade:59 -#: ../gramps/gui/glade/editlocation.glade:55 +#: ../gramps/gui/glade/editldsord.glade:75 +#: ../gramps/gui/glade/editlink.glade:58 +#: ../gramps/gui/glade/editlocation.glade:54 #: ../gramps/gui/glade/editmedia.glade:55 #: ../gramps/gui/glade/editmediaref.glade:75 -#: ../gramps/gui/glade/editname.glade:60 ../gramps/gui/glade/editnote.glade:55 -#: ../gramps/gui/glade/editperson.glade:83 +#: ../gramps/gui/glade/editname.glade:59 ../gramps/gui/glade/editnote.glade:53 +#: ../gramps/gui/glade/editperson.glade:82 #: ../gramps/gui/glade/editpersonref.glade:57 #: ../gramps/gui/glade/editplace.glade:52 #: ../gramps/gui/glade/editplacename.glade:55 #: ../gramps/gui/glade/editplaceref.glade:22 #: ../gramps/gui/glade/editreporef.glade:61 #: ../gramps/gui/glade/editrepository.glade:59 -#: ../gramps/gui/glade/editsource.glade:58 ../gramps/gui/glade/editurl.glade:58 +#: ../gramps/gui/glade/editsource.glade:58 ../gramps/gui/glade/editurl.glade:57 #: ../gramps/gui/glade/mergecitation.glade:53 #: ../gramps/gui/glade/mergedata.glade:77 #: ../gramps/gui/glade/mergedata.glade:278 @@ -13467,13 +13547,13 @@ msgstr "Címke" #: ../gramps/gui/glade/mergeplace.glade:51 #: ../gramps/gui/glade/mergerepository.glade:53 #: ../gramps/gui/glade/mergesource.glade:53 -#: ../gramps/gui/glade/reorder.glade:56 ../gramps/gui/glade/rule.glade:43 -#: ../gramps/gui/glade/rule.glade:354 ../gramps/gui/glade/rule.glade:784 -#: ../gramps/gui/logger/_errorview.py:142 +#: ../gramps/gui/glade/reorder.glade:54 ../gramps/gui/glade/rule.glade:41 +#: ../gramps/gui/glade/rule.glade:351 ../gramps/gui/glade/rule.glade:781 +#: ../gramps/gui/logger/_errorview.py:143 #: ../gramps/gui/plug/report/_reportdialog.py:158 -#: ../gramps/gui/undohistory.py:82 ../gramps/gui/viewmanager.py:484 -#: ../gramps/gui/views/bookmarks.py:259 ../gramps/gui/views/tags.py:425 -#: ../gramps/gui/views/tags.py:633 ../gramps/gui/widgets/grampletbar.py:641 +#: ../gramps/gui/undohistory.py:82 ../gramps/gui/viewmanager.py:490 +#: ../gramps/gui/views/bookmarks.py:288 ../gramps/gui/views/tags.py:431 +#: ../gramps/gui/views/tags.py:644 ../gramps/gui/widgets/grampletbar.py:641 #: ../gramps/gui/widgets/grampletpane.py:240 #: ../gramps/plugins/tool/testcasegenerator.py:329 msgid "_Help" @@ -13483,7 +13563,7 @@ msgstr "_Súgó" msgid "manual|Internet_Address_Editor" msgstr "manual|Internet_cím_szerkesztő" -#: ../gramps/gui/editors/editurl.py:70 ../gramps/gui/editors/editurl.py:104 +#: ../gramps/gui/editors/editurl.py:68 ../gramps/gui/editors/editurl.py:103 msgid "Internet Address Editor" msgstr "Internet hozzáférés szerkesztő" @@ -13562,34 +13642,34 @@ msgstr "" "Adja meg, vagy válassza ki a forrás azonosítót, hagyja üresen a mezőt forrás " "nélküli objektumok keresésekor." -#: ../gramps/gui/editors/filtereditor.py:563 +#: ../gramps/gui/editors/filtereditor.py:562 msgid "Include selected Gramps ID" msgstr "A kiválasztott GRAMPS Azonosítókkal együtt" -#: ../gramps/gui/editors/filtereditor.py:565 +#: ../gramps/gui/editors/filtereditor.py:564 msgid "Use exact case of letters" msgstr "Használjon pontos kis/nagy betűket" -#: ../gramps/gui/editors/filtereditor.py:566 +#: ../gramps/gui/editors/filtereditor.py:565 msgid "Regular-Expression matching:" msgstr "Reguláris kifejezésnek megfelelőek:" -#: ../gramps/gui/editors/filtereditor.py:567 +#: ../gramps/gui/editors/filtereditor.py:566 msgid "Use regular expression" msgstr "Használjon reguláris kifejezést" -#: ../gramps/gui/editors/filtereditor.py:569 -msgid "Also family events where person is wife/husband" -msgstr "Családi eseményeket szintén, ahol a személy feleség/férj" +#: ../gramps/gui/editors/filtereditor.py:568 +msgid "Also family events where person is spouse" +msgstr "Családi eseményeket szintén, ahol a személy házastárs" -#: ../gramps/gui/editors/filtereditor.py:572 +#: ../gramps/gui/editors/filtereditor.py:570 msgid "Only include primary participants" msgstr "Csak elsődleges résztvevőkkel" -#: ../gramps/gui/editors/filtereditor.py:596 +#: ../gramps/gui/editors/filtereditor.py:594 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:76 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:80 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:87 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:89 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:66 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:77 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:92 @@ -13599,7 +13679,7 @@ msgstr "Csak elsődleges résztvevőkkel" msgid "Use regular expressions" msgstr "Reguláris kifejezések használata" -#: ../gramps/gui/editors/filtereditor.py:597 +#: ../gramps/gui/editors/filtereditor.py:595 msgid "" "Interpret the contents of string fields as regular expressions.\n" "A decimal point will match any character. A question mark will match zero or " @@ -13617,36 +13697,36 @@ msgstr "" "jelöli. A hiányjel (^) egy sor kezdetét jelöli. A dollárjel a sor végét " "jelöli." -#: ../gramps/gui/editors/filtereditor.py:626 +#: ../gramps/gui/editors/filtereditor.py:624 msgid "Rule Name" msgstr "Szabály neve" -#: ../gramps/gui/editors/filtereditor.py:757 -#: ../gramps/gui/editors/filtereditor.py:761 ../gramps/gui/glade/rule.glade:917 +#: ../gramps/gui/editors/filtereditor.py:755 +#: ../gramps/gui/editors/filtereditor.py:759 ../gramps/gui/glade/rule.glade:914 msgid "No rule selected" msgstr "Nincs szabály kiválasztva" -#: ../gramps/gui/editors/filtereditor.py:816 +#: ../gramps/gui/editors/filtereditor.py:812 msgid "Define filter" msgstr "Szűrő meghatározása" -#: ../gramps/gui/editors/filtereditor.py:820 ../gramps/gui/glade/rule.glade:970 +#: ../gramps/gui/editors/filtereditor.py:817 ../gramps/gui/glade/rule.glade:967 msgid "Values" msgstr "Értékek" -#: ../gramps/gui/editors/filtereditor.py:919 +#: ../gramps/gui/editors/filtereditor.py:916 msgid "Add Rule" msgstr "Szabály hozzáadása" -#: ../gramps/gui/editors/filtereditor.py:931 +#: ../gramps/gui/editors/filtereditor.py:928 msgid "Edit Rule" msgstr "Szabály szerkesztése" -#: ../gramps/gui/editors/filtereditor.py:966 +#: ../gramps/gui/editors/filtereditor.py:963 msgid "Filter Test" msgstr "Szűrő tesztelése" -#: ../gramps/gui/editors/filtereditor.py:1105 +#: ../gramps/gui/editors/filtereditor.py:1102 msgid "Comment" msgstr "Megjegyzés" @@ -13654,40 +13734,40 @@ msgstr "Megjegyzés" #. ############################### #. ######################### #. ############################### -#: ../gramps/gui/editors/filtereditor.py:1105 +#: ../gramps/gui/editors/filtereditor.py:1102 #: ../gramps/plugins/drawreport/calendarreport.py:472 #: ../gramps/plugins/drawreport/statisticschart.py:988 #: ../gramps/plugins/drawreport/timeline.py:417 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1006 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1020 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1034 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1048 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1062 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1076 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1090 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1104 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1118 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1009 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1023 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1037 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1051 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1065 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1079 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1093 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1107 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1121 #: ../gramps/plugins/graph/gvrelgraph.py:669 -#: ../gramps/plugins/quickview/quickview.gpr.py:127 -#: ../gramps/plugins/textreport/birthdayreport.py:422 +#: ../gramps/plugins/quickview/quickview.gpr.py:130 +#: ../gramps/plugins/textreport/birthdayreport.py:417 #: ../gramps/plugins/textreport/familygroup.py:708 #: ../gramps/plugins/textreport/indivcomplete.py:1035 #: ../gramps/plugins/textreport/recordsreport.py:218 #: ../gramps/plugins/tool/sortevents.py:166 -#: ../gramps/plugins/webreport/narrativeweb.py:9646 +#: ../gramps/plugins/webreport/narrativeweb.py:9649 #: ../gramps/plugins/webreport/webcal.py:1624 msgid "Filter" msgstr "Szűrő" -#: ../gramps/gui/editors/filtereditor.py:1113 +#: ../gramps/gui/editors/filtereditor.py:1110 msgid "Custom Filter Editor" msgstr "Egyéni szűrő szerkesztő" -#: ../gramps/gui/editors/filtereditor.py:1180 +#: ../gramps/gui/editors/filtereditor.py:1182 msgid "Delete Filter?" msgstr "A szűrő törlése?" -#: ../gramps/gui/editors/filtereditor.py:1181 +#: ../gramps/gui/editors/filtereditor.py:1183 msgid "" "This filter is currently being used as the base for other filters. " "Deletingthis filter will result in removing all other filters that depend on " @@ -13696,7 +13776,7 @@ msgstr "" "Ez a szűrő alapja más szűrőknek. A szűrő törlése minden más tőle függő " "szűrőt is eltávolít." -#: ../gramps/gui/editors/filtereditor.py:1185 +#: ../gramps/gui/editors/filtereditor.py:1187 msgid "Delete Filter" msgstr "A szűrő törlése" @@ -13837,13 +13917,13 @@ msgstr "%s nem" msgid "%s does not contain" msgstr "%s nem tartalmazza" -#: ../gramps/gui/filters/_searchbar.py:168 ../gramps/gui/views/listview.py:1141 -#: ../gramps/gui/views/listview.py:1161 +#: ../gramps/gui/filters/_searchbar.py:168 ../gramps/gui/views/listview.py:1153 +#: ../gramps/gui/views/listview.py:1173 msgid "Updating display..." msgstr "Képernyő frissítése..." #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:103 -#: ../gramps/gui/glade/editcitation.glade:264 +#: ../gramps/gui/glade/editcitation.glade:263 msgid "Source:" msgstr "Forrás:" @@ -13875,7 +13955,7 @@ msgstr "Min. Megb." #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:117 #: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:111 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:121 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:94 #: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:104 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:136 @@ -13890,8 +13970,8 @@ msgstr "Egyéni szűrő" msgid "Participants" msgstr "Résztvevők" -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:115 -#: ../gramps/gui/widgets/reorderfam.py:90 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 +#: ../gramps/gui/widgets/reorderfam.py:91 #: ../gramps/plugins/textreport/tagreport.py:260 #: ../gramps/plugins/view/familyview.py:82 #: ../gramps/plugins/webreport/narrativeweb.py:7068 @@ -13920,7 +14000,7 @@ msgstr "Halálozás dátuma" #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:107 #: ../gramps/plugins/export/exportcsv.py:287 -#: ../gramps/plugins/importer/importcsv.py:226 +#: ../gramps/plugins/importer/importcsv.py:227 #: ../gramps/plugins/lib/libplaceview.py:88 msgid "Code" msgstr "Kód" @@ -13934,9 +14014,9 @@ msgid "Reset" msgstr "Visszaállítás" #: ../gramps/gui/glade/addmedia.glade:127 -#: ../gramps/gui/glade/editperson.glade:293 -#: ../gramps/gui/glade/editperson.glade:301 -#: ../gramps/plugins/lib/libmetadata.py:99 +#: ../gramps/gui/glade/editperson.glade:292 +#: ../gramps/gui/glade/editperson.glade:300 +#: ../gramps/plugins/lib/libmetadata.py:101 #: ../gramps/plugins/textreport/simplebooktitle.py:152 msgid "Image" msgstr "Kép" @@ -13962,7 +14042,7 @@ msgid "Book _name:" msgstr "_Könyvnév:" #: ../gramps/gui/glade/book.glade:90 -#: ../gramps/gui/plug/report/_bookdialog.py:623 +#: ../gramps/gui/plug/report/_bookdialog.py:624 msgid "Clear the book" msgstr "A könyv kitakarítása" @@ -13998,7 +14078,7 @@ msgstr "A kiválasztás egy lépéssel lejjebb vitele a könyvben" msgid "Configure currently selected item" msgstr "A kiválasztott elem beállítása" -#: ../gramps/gui/glade/book.glade:524 ../gramps/gui/glade/dbman.glade:272 +#: ../gramps/gui/glade/book.glade:522 ../gramps/gui/glade/dbman.glade:265 msgid "_Delete" msgstr "_Törlés" @@ -14050,40 +14130,40 @@ msgstr "Javító megjegyzés - GRAMPS" msgid "Version description" msgstr "Verzió leírás" -#: ../gramps/gui/glade/dbman.glade:107 +#: ../gramps/gui/glade/dbman.glade:103 msgid "Family Trees - Gramps" msgstr "Családfák - GRAMPS" -#: ../gramps/gui/glade/dbman.glade:125 +#: ../gramps/gui/glade/dbman.glade:118 msgid "_Close Window" msgstr "_Ablak bezárása" -#: ../gramps/gui/glade/dbman.glade:141 +#: ../gramps/gui/glade/dbman.glade:134 msgid "_Load Family Tree" msgstr "Családfa _betöltése" -#: ../gramps/gui/glade/dbman.glade:241 ../gramps/gui/glade/editlink.glade:209 +#: ../gramps/gui/glade/dbman.glade:234 ../gramps/gui/glade/editlink.glade:208 msgid "_New" msgstr "_Új" -#: ../gramps/gui/glade/dbman.glade:257 +#: ../gramps/gui/glade/dbman.glade:250 msgid "_Info" msgstr "_Információ" -#: ../gramps/gui/glade/dbman.glade:288 +#: ../gramps/gui/glade/dbman.glade:281 msgid "_Rename" msgstr "_Átnevezés" -#: ../gramps/gui/glade/dbman.glade:304 +#: ../gramps/gui/glade/dbman.glade:297 #: ../gramps/gui/glade/grampletpane.glade:137 msgid "Close" msgstr "Bezárás" -#: ../gramps/gui/glade/dbman.glade:320 +#: ../gramps/gui/glade/dbman.glade:313 msgid "Con_vert" msgstr "Át_alakítás" -#: ../gramps/gui/glade/dbman.glade:336 +#: ../gramps/gui/glade/dbman.glade:329 msgid "Re_pair" msgstr "Ja_vítás" @@ -14091,35 +14171,35 @@ msgstr "Ja_vítás" msgid "Do not show this dialog again" msgstr "Ne mutassa ismét ezt a párbeszédablakot" -#: ../gramps/gui/glade/dialog.glade:253 +#: ../gramps/gui/glade/dialog.glade:254 msgid "_Remove Object" msgstr "_Objektum törlése" -#: ../gramps/gui/glade/dialog.glade:258 +#: ../gramps/gui/glade/dialog.glade:259 msgid "Remove object and all references to it from the database" msgstr "Objektum és minden hivatkozás eltávolítása az adatbázisból" -#: ../gramps/gui/glade/dialog.glade:269 +#: ../gramps/gui/glade/dialog.glade:270 msgid "_Keep Reference" msgstr "_Hivatkozás megtartása" -#: ../gramps/gui/glade/dialog.glade:274 +#: ../gramps/gui/glade/dialog.glade:275 msgid "Keep reference to the missing file" msgstr "Hivatkozások megtartása az elveszett fájlhoz" -#: ../gramps/gui/glade/dialog.glade:285 +#: ../gramps/gui/glade/dialog.glade:286 msgid "_Select File" msgstr "Fájl _kiválasztása" -#: ../gramps/gui/glade/dialog.glade:292 +#: ../gramps/gui/glade/dialog.glade:293 msgid "Select replacement for the missing file" msgstr "Válassza a helyettesítést az elveszett fájlra" -#: ../gramps/gui/glade/dialog.glade:365 +#: ../gramps/gui/glade/dialog.glade:366 msgid "_Use this selection for all missing media files" msgstr "E kije_lölés alkalmazása minden elveszett média fájlra" -#: ../gramps/gui/glade/dialog.glade:369 +#: ../gramps/gui/glade/dialog.glade:370 msgid "" "If you check this button, all the missing media files will be automatically " "treated according to the currently selected option. No further dialogs will " @@ -14129,31 +14209,31 @@ msgstr "" "jelenleg kiválasztott módon lesz kezelve. További hibaüzenet nem fog " "megjelenni egyik elveszett média fájlnál sem." -#: ../gramps/gui/glade/dialog.glade:421 +#: ../gramps/gui/glade/dialog.glade:422 msgid "Cancel the rest of the operations" msgstr "A hátralévő műveletek megszakítása" -#: ../gramps/gui/glade/dialog.glade:432 +#: ../gramps/gui/glade/dialog.glade:433 msgid "_No" msgstr "_Nem" -#: ../gramps/gui/glade/dialog.glade:437 +#: ../gramps/gui/glade/dialog.glade:438 msgid "Do not apply the operation to this item" msgstr "Ne alkalmazza a műveletet ehhez az elemhez" -#: ../gramps/gui/glade/dialog.glade:448 +#: ../gramps/gui/glade/dialog.glade:449 msgid "_Yes" msgstr "_Igen" -#: ../gramps/gui/glade/dialog.glade:455 +#: ../gramps/gui/glade/dialog.glade:456 msgid "Apply the operation to this item" msgstr "A művelet alkalmazása az elemhez" -#: ../gramps/gui/glade/dialog.glade:528 +#: ../gramps/gui/glade/dialog.glade:529 msgid "_Use this answer for the rest of the items" msgstr "Az adatok további részéhez _használja ezt a választ" -#: ../gramps/gui/glade/dialog.glade:532 +#: ../gramps/gui/glade/dialog.glade:533 msgid "" "If you check this button, your next answer will apply to the rest of the " "selected items" @@ -14161,48 +14241,52 @@ msgstr "" "Ha a gombot bejelöli, a következő válasza minden hátralevő kijelölt elemre " "alkalmazva lesz" -#: ../gramps/gui/glade/dialog.glade:762 ../gramps/gui/glade/dialog.glade:778 -#: ../gramps/gui/glade/dialog.glade:889 +#: ../gramps/gui/glade/dialog.glade:763 ../gramps/gui/glade/dialog.glade:780 +#: ../gramps/gui/glade/dialog.glade:892 msgid "label" msgstr "címke" -#: ../gramps/gui/glade/dialog.glade:824 +#: ../gramps/gui/glade/dialog.glade:827 msgid "Close _without saving" msgstr "Bezárás _mentés nélkül" #. widget -#: ../gramps/gui/glade/dialog.glade:856 -#: ../gramps/gui/plug/report/_bookdialog.py:624 -#: ../gramps/gui/views/listview.py:1011 +#: ../gramps/gui/glade/dialog.glade:859 +#: ../gramps/gui/plug/report/_bookdialog.py:625 +#: ../gramps/gui/views/listview.py:1023 #: ../gramps/gui/widgets/grampletpane.py:578 -#: ../gramps/plugins/tool/eventcmp.py:398 +#: ../gramps/plugins/tool/eventcmp.py:400 msgid "_Save" msgstr "Menté_s" -#: ../gramps/gui/glade/dialog.glade:929 +#: ../gramps/gui/glade/dialog.glade:932 msgid "Do not ask again" msgstr "Ne kérdezze mégegyszer" +#: ../gramps/gui/glade/displaystate.glade:7 +msgid "Gramps Warnings" +msgstr "GRAMPS figyelmeztetések" + #: ../gramps/gui/glade/editaddress.glade:44 #: ../gramps/gui/glade/editchildref.glade:47 #: ../gramps/gui/glade/editevent.glade:47 #: ../gramps/gui/glade/editfamily.glade:49 -#: ../gramps/gui/glade/editldsord.glade:66 -#: ../gramps/gui/glade/editlink.glade:48 ../gramps/gui/glade/editname.glade:49 -#: ../gramps/gui/glade/editperson.glade:71 +#: ../gramps/gui/glade/editldsord.glade:64 +#: ../gramps/gui/glade/editlink.glade:47 ../gramps/gui/glade/editname.glade:48 +#: ../gramps/gui/glade/editperson.glade:70 #: ../gramps/gui/glade/editpersonref.glade:46 #: ../gramps/gui/glade/editplacename.glade:44 #: ../gramps/gui/glade/editreporef.glade:50 #: ../gramps/gui/glade/editrepository.glade:48 -#: ../gramps/gui/glade/editsource.glade:46 ../gramps/gui/glade/editurl.glade:47 +#: ../gramps/gui/glade/editsource.glade:46 ../gramps/gui/glade/editurl.glade:46 msgid "Accept changes and close window" msgstr "A változások jóváhagyása és az ablak bezárása" #: ../gramps/gui/glade/editaddress.glade:93 -#: ../gramps/gui/glade/editcitation.glade:91 +#: ../gramps/gui/glade/editcitation.glade:90 #: ../gramps/gui/glade/editevent.glade:111 #: ../gramps/gui/glade/editeventref.glade:238 -#: ../gramps/gui/glade/editldsord.glade:116 +#: ../gramps/gui/glade/editldsord.glade:114 #: ../gramps/gui/glade/editmedia.glade:125 #: ../gramps/gui/glade/editmediaref.glade:546 #: ../gramps/gui/glade/editplacename.glade:93 @@ -14215,7 +14299,7 @@ msgid "St_reet:" msgstr "Ut_ca:" #: ../gramps/gui/glade/editaddress.glade:123 -#: ../gramps/gui/glade/editlocation.glade:94 +#: ../gramps/gui/glade/editlocation.glade:93 msgid "C_ity:" msgstr "_Város:" @@ -14224,12 +14308,12 @@ msgid "The town or city of the address" msgstr "A lakcím városa" #: ../gramps/gui/glade/editaddress.glade:151 -#: ../gramps/plugins/tool/ownereditor.glade:194 +#: ../gramps/plugins/tool/ownereditor.glade:193 msgid "_State/County:" msgstr "_Állam/Megye:" #: ../gramps/gui/glade/editaddress.glade:166 -#: ../gramps/gui/glade/editlocation.glade:249 +#: ../gramps/gui/glade/editlocation.glade:248 msgid "_ZIP/Postal code:" msgstr "_Irányítószám:" @@ -14238,12 +14322,12 @@ msgid "Postal code" msgstr "Irányítószám" #: ../gramps/gui/glade/editaddress.glade:194 -#: ../gramps/gui/glade/editlocation.glade:221 +#: ../gramps/gui/glade/editlocation.glade:220 msgid "Cou_ntry:" msgstr "_Ország:" #: ../gramps/gui/glade/editaddress.glade:209 -#: ../gramps/gui/glade/editlocation.glade:275 +#: ../gramps/gui/glade/editlocation.glade:274 msgid "Phon_e:" msgstr "T_elefon:" @@ -14273,18 +14357,18 @@ msgstr "" #: ../gramps/gui/glade/editaddress.glade:290 #: ../gramps/gui/glade/editattribute.glade:146 #: ../gramps/gui/glade/editchildref.glade:173 -#: ../gramps/gui/glade/editcitation.glade:339 +#: ../gramps/gui/glade/editcitation.glade:338 #: ../gramps/gui/glade/editevent.glade:348 #: ../gramps/gui/glade/editeventref.glade:142 #: ../gramps/gui/glade/editeventref.glade:413 #: ../gramps/gui/glade/editfamily.glade:528 -#: ../gramps/gui/glade/editldsord.glade:376 +#: ../gramps/gui/glade/editldsord.glade:374 #: ../gramps/gui/glade/editmedia.glade:325 #: ../gramps/gui/glade/editmediaref.glade:294 #: ../gramps/gui/glade/editmediaref.glade:616 -#: ../gramps/gui/glade/editname.glade:149 -#: ../gramps/gui/glade/editnote.glade:228 -#: ../gramps/gui/glade/editperson.glade:411 +#: ../gramps/gui/glade/editname.glade:148 +#: ../gramps/gui/glade/editnote.glade:226 +#: ../gramps/gui/glade/editperson.glade:410 #: ../gramps/gui/glade/editpersonref.glade:151 #: ../gramps/gui/glade/editplace.glade:255 #: ../gramps/gui/glade/editplaceref.glade:358 @@ -14292,19 +14376,19 @@ msgstr "" #: ../gramps/gui/glade/editreporef.glade:397 #: ../gramps/gui/glade/editrepository.glade:205 #: ../gramps/gui/glade/editsource.glade:288 -#: ../gramps/gui/glade/editurl.glade:150 -#: ../gramps/plugins/webreport/narrativeweb.py:9818 +#: ../gramps/gui/glade/editurl.glade:149 +#: ../gramps/plugins/webreport/narrativeweb.py:9835 msgid "Privacy" msgstr "Bizalmasság" #: ../gramps/gui/glade/editaddress.glade:313 -#: ../gramps/gui/glade/editcitation.glade:107 +#: ../gramps/gui/glade/editcitation.glade:106 #: ../gramps/gui/glade/editevent.glade:127 #: ../gramps/gui/glade/editeventref.glade:369 -#: ../gramps/gui/glade/editldsord.glade:148 +#: ../gramps/gui/glade/editldsord.glade:146 #: ../gramps/gui/glade/editmedia.glade:235 #: ../gramps/gui/glade/editmediaref.glade:573 -#: ../gramps/gui/glade/editname.glade:563 +#: ../gramps/gui/glade/editname.glade:562 #: ../gramps/gui/glade/editplacename.glade:123 msgid "Invoke date editor" msgstr "Meghívott dátumszerkesztő" @@ -14314,8 +14398,8 @@ msgid "Date at which the address is valid." msgstr "Dátum, amikor a lakcím érvényes." #: ../gramps/gui/glade/editaddress.glade:361 -#: ../gramps/gui/glade/editlocation.glade:315 -#: ../gramps/plugins/tool/ownereditor.glade:360 +#: ../gramps/gui/glade/editlocation.glade:314 +#: ../gramps/plugins/tool/ownereditor.glade:359 msgid "_Locality:" msgstr "_Helyszín:" @@ -14373,12 +14457,12 @@ msgstr "A gyermek személyszerkesztőjének megnyitása" #: ../gramps/gui/glade/editchildref.glade:240 #: ../gramps/gui/glade/editfamily.glade:279 -#: ../gramps/gui/glade/editfamily.glade:587 ../gramps/gui/glade/rule.glade:459 +#: ../gramps/gui/glade/editfamily.glade:587 ../gramps/gui/glade/rule.glade:456 #: ../gramps/gui/glade/styleeditor.glade:1865 msgid "Edition" msgstr "Kiadás" -#: ../gramps/gui/glade/editcitation.glade:137 +#: ../gramps/gui/glade/editcitation.glade:136 msgid "" "Specific location within the information referenced. For a published work, " "this could include the volume of a multi-volume work and the page number(s). " @@ -14396,15 +14480,15 @@ msgstr "" "sorszámot, vagy tartózkodási helyszámot és családszámot az oldalszám " "mellett. " -#: ../gramps/gui/glade/editcitation.glade:153 +#: ../gramps/gui/glade/editcitation.glade:152 msgid "_Volume/Page:" msgstr "_Kötet/Oldal:" -#: ../gramps/gui/glade/editcitation.glade:168 +#: ../gramps/gui/glade/editcitation.glade:167 msgid "Con_fidence:" msgstr "Megbíz_hatóság:" -#: ../gramps/gui/glade/editcitation.glade:182 +#: ../gramps/gui/glade/editcitation.glade:181 msgid "" "The date of the entry in the source you are referencing, e.g. the date a " "house was visited during a census, or the date an entry was made in a birth " @@ -14413,7 +14497,7 @@ msgstr "" "Az ön által hivatkozott dátum, pl. a ház felmérési dátuma népszámláláskor, " "vagy egy belépési dátum bekerült a forrás születési log/nyilvántartásba. " -#: ../gramps/gui/glade/editcitation.glade:202 +#: ../gramps/gui/glade/editcitation.glade:201 msgid "" "Conveys the submitter's quantitative evaluation of the credibility of a " "piece of information, based upon its supporting evidence. It is not intended " @@ -14435,14 +14519,14 @@ msgstr "" "Nagyon magas =Közvetlen és elsődleges bizonyíték ismert, vagy a bizonyíték " "túlsúlya alapján " -#: ../gramps/gui/glade/editcitation.glade:227 +#: ../gramps/gui/glade/editcitation.glade:226 #: ../gramps/gui/glade/editevent.glade:312 #: ../gramps/gui/glade/editeventref.glade:285 #: ../gramps/gui/glade/editfamily.glade:670 #: ../gramps/gui/glade/editmedia.glade:96 #: ../gramps/gui/glade/editmediaref.glade:394 -#: ../gramps/gui/glade/editnote.glade:168 -#: ../gramps/gui/glade/editperson.glade:618 +#: ../gramps/gui/glade/editnote.glade:166 +#: ../gramps/gui/glade/editperson.glade:617 #: ../gramps/gui/glade/editplace.glade:149 #: ../gramps/gui/glade/editreporef.glade:352 #: ../gramps/gui/glade/editrepository.glade:165 @@ -14450,12 +14534,13 @@ msgstr "" msgid "_ID:" msgstr "_Azonosító:" -#: ../gramps/gui/glade/editcitation.glade:241 +#: ../gramps/gui/glade/editcitation.glade:240 msgid "A unique ID to identify the citation" msgstr "Egyedi azonosító az idézet azonosításához" -#: ../gramps/gui/glade/editcitation.glade:361 +#: ../gramps/gui/glade/editcitation.glade:360 #: ../gramps/gui/glade/editevent.glade:390 +#: ../gramps/gui/glade/editeventref.glade:465 #: ../gramps/gui/glade/editplace.glade:331 #: ../gramps/gui/glade/editplaceref.glade:478 #: ../gramps/gui/glade/editrepository.glade:234 @@ -14551,15 +14636,15 @@ msgstr "" #: ../gramps/gui/glade/editevent.glade:194 #: ../gramps/gui/glade/editeventref.glade:270 -#: ../gramps/gui/glade/editldsord.glade:131 +#: ../gramps/gui/glade/editldsord.glade:129 msgid "_Place:" msgstr "_Hely:" #: ../gramps/gui/glade/editevent.glade:260 #: ../gramps/gui/glade/editfamily.glade:185 #: ../gramps/gui/glade/editfamily.glade:463 -#: ../gramps/gui/glade/editldsord.glade:259 -#: ../gramps/gui/glade/editlink.glade:165 +#: ../gramps/gui/glade/editldsord.glade:257 +#: ../gramps/gui/glade/editlink.glade:164 #: ../gramps/gui/glade/editpersonref.glade:201 msgid "Selector" msgstr "Választó" @@ -14591,7 +14676,7 @@ msgstr "Forrásinformáció" msgid "_Role:" msgstr "Sze_rep:" -#: ../gramps/gui/glade/editeventref.glade:500 +#: ../gramps/gui/glade/editeventref.glade:538 msgid "" "Note: Any changes in the shared event information will be reflected " "in the event itself, for all participants in the event." @@ -14599,15 +14684,15 @@ msgstr "" "Figyelem: Bármilyen változtatás a megosztott esemény információban " "hatással lesz az eseményre magára, az esemény minden résztvevőjére." -#: ../gramps/gui/glade/editeventref.glade:586 +#: ../gramps/gui/glade/editeventref.glade:624 #: ../gramps/gui/glade/editplaceref.glade:627 #: ../gramps/gui/glade/editreporef.glade:460 msgid "Shared information" msgstr "Megosztott információ" #: ../gramps/gui/glade/editfamily.glade:29 -#: ../gramps/gui/glade/editname.glade:30 -#: ../gramps/gui/glade/editperson.glade:52 +#: ../gramps/gui/glade/editname.glade:29 +#: ../gramps/gui/glade/editperson.glade:51 #: ../gramps/gui/glade/editreporef.glade:30 #: ../gramps/gui/glade/editrepository.glade:29 #: ../gramps/gui/glade/editsource.glade:28 @@ -14650,12 +14735,12 @@ msgid "A unique ID for the family" msgstr "A család egyedi azonosítója" #: ../gramps/gui/glade/editfamily.glade:698 -#: ../gramps/gui/glade/editname.glade:103 -#: ../gramps/gui/glade/editnote.glade:135 -#: ../gramps/gui/glade/editperson.glade:728 +#: ../gramps/gui/glade/editname.glade:102 +#: ../gramps/gui/glade/editnote.glade:133 +#: ../gramps/gui/glade/editperson.glade:727 #: ../gramps/gui/glade/editreporef.glade:279 #: ../gramps/gui/glade/editrepository.glade:112 -#: ../gramps/gui/glade/editurl.glade:127 +#: ../gramps/gui/glade/editurl.glade:126 msgid "_Type:" msgstr "_Típus:" @@ -14670,8 +14755,8 @@ msgstr "" #: ../gramps/gui/glade/editfamily.glade:733 #: ../gramps/gui/glade/editmedia.glade:360 #: ../gramps/gui/glade/editmediaref.glade:696 -#: ../gramps/gui/glade/editnote.glade:250 -#: ../gramps/gui/glade/editperson.glade:651 +#: ../gramps/gui/glade/editnote.glade:248 +#: ../gramps/gui/glade/editperson.glade:650 msgid "_Tags:" msgstr "_Címkék:" @@ -14680,52 +14765,52 @@ msgstr "_Címkék:" msgid "Edit the tag list" msgstr "A címke lista szerkesztése" -#: ../gramps/gui/glade/editldsord.glade:182 +#: ../gramps/gui/glade/editldsord.glade:180 msgid "Ordinance:" msgstr "Rend:" -#: ../gramps/gui/glade/editldsord.glade:194 +#: ../gramps/gui/glade/editldsord.glade:192 msgid "LDS _Temple:" msgstr "UNSZ _Templom:" -#: ../gramps/gui/glade/editldsord.glade:225 +#: ../gramps/gui/glade/editldsord.glade:223 msgid "_Family:" msgstr "_Család:" -#: ../gramps/gui/glade/editldsord.glade:250 -#: ../gramps/gui/selectors/selectfamily.py:63 +#: ../gramps/gui/glade/editldsord.glade:248 +#: ../gramps/gui/selectors/selectfamily.py:62 msgid "Select Family" msgstr "Család kiválasztása" -#: ../gramps/gui/glade/editldsord.glade:284 +#: ../gramps/gui/glade/editldsord.glade:282 msgid "_Status:" msgstr "_Állapot:" -#: ../gramps/gui/glade/editlink.glade:98 +#: ../gramps/gui/glade/editlink.glade:97 msgid "Gramps item:" msgstr "GRAMPS adat:" -#: ../gramps/gui/glade/editlink.glade:112 +#: ../gramps/gui/glade/editlink.glade:111 msgid "Internet Address:" msgstr "Internet cím:" -#: ../gramps/gui/glade/editlink.glade:127 +#: ../gramps/gui/glade/editlink.glade:126 msgid "_Link Type:" msgstr "_Hivatkozás típus:" -#: ../gramps/gui/glade/editlocation.glade:108 +#: ../gramps/gui/glade/editlocation.glade:107 msgid "The town or city where the place is." msgstr "A város, ahol a hely van." -#: ../gramps/gui/glade/editlocation.glade:122 +#: ../gramps/gui/glade/editlocation.glade:121 msgid "S_treet:" msgstr "_Utca:" -#: ../gramps/gui/glade/editlocation.glade:137 +#: ../gramps/gui/glade/editlocation.glade:136 msgid "Ch_urch parish:" msgstr "Egyház_megye:" -#: ../gramps/gui/glade/editlocation.glade:151 +#: ../gramps/gui/glade/editlocation.glade:150 msgid "" "Lowest clergical division of this place. Typically used for church sources " "that only mention the parish." @@ -14733,19 +14818,19 @@ msgstr "" "A hely legalacsonyabb vallási felosztása. Tipikusan egyházi forrásokra " "használják, ami csak az egyházközséget említi." -#: ../gramps/gui/glade/editlocation.glade:165 +#: ../gramps/gui/glade/editlocation.glade:164 msgid "Co_unty:" msgstr "Meg_ye:" -#: ../gramps/gui/glade/editlocation.glade:179 +#: ../gramps/gui/glade/editlocation.glade:178 msgid "Third level of place division. Eg., in the USA a county." msgstr "A hely felosztásának harmadik szintje. Pl. megye az USA-ban." -#: ../gramps/gui/glade/editlocation.glade:193 +#: ../gramps/gui/glade/editlocation.glade:192 msgid "_State:" msgstr "_Állam:" -#: ../gramps/gui/glade/editlocation.glade:207 +#: ../gramps/gui/glade/editlocation.glade:206 msgid "" "Second level of place division, eg., in the USA a state, in Germany a " "Bundesland." @@ -14753,15 +14838,15 @@ msgstr "" "A hely felosztásának második szintje. Pl. állam az USA-ban, vagy Bundesland " "Németországban." -#: ../gramps/gui/glade/editlocation.glade:235 +#: ../gramps/gui/glade/editlocation.glade:234 msgid "The country where the place is." msgstr "Az ország, ahol a hely van." -#: ../gramps/gui/glade/editlocation.glade:300 +#: ../gramps/gui/glade/editlocation.glade:299 msgid "Lowest level of a place division: eg the street name." msgstr "A hely felosztásának legalacsonyabb szintje: pl. egy utcanév." -#: ../gramps/gui/glade/editlocation.glade:328 +#: ../gramps/gui/glade/editlocation.glade:327 msgid "A district within, or a settlement near to, a town or city." msgstr "Egy város kerülete, vagy ahhoz közeli település." @@ -14888,41 +14973,41 @@ msgstr "Fájl kiválasztása" msgid "Shared Information" msgstr "Megosztott információ" -#: ../gramps/gui/glade/editname.glade:119 -#: ../gramps/gui/glade/editperson.glade:317 +#: ../gramps/gui/glade/editname.glade:118 +#: ../gramps/gui/glade/editperson.glade:316 msgid "" "An identification of what type of Name this is, eg. Birth Name, Married Name." msgstr "Azonosító, milyen típusú a név; pl. születési név, házassági név." -#: ../gramps/gui/glade/editname.glade:193 -#: ../gramps/gui/glade/editperson.glade:135 +#: ../gramps/gui/glade/editname.glade:192 +#: ../gramps/gui/glade/editperson.glade:134 msgid "_Given:" msgstr "_Keresztnév:" -#: ../gramps/gui/glade/editname.glade:208 -#: ../gramps/gui/glade/editperson.glade:198 +#: ../gramps/gui/glade/editname.glade:207 +#: ../gramps/gui/glade/editperson.glade:197 msgid "T_itle:" msgstr "Cí_m:" -#: ../gramps/gui/glade/editname.glade:222 +#: ../gramps/gui/glade/editname.glade:221 msgid "Suffi_x:" msgstr "_Utótag:" -#: ../gramps/gui/glade/editname.glade:236 +#: ../gramps/gui/glade/editname.glade:235 msgid "C_all Name:" msgstr "Hí_vó név:" -#: ../gramps/gui/glade/editname.glade:251 -#: ../gramps/gui/glade/editperson.glade:151 +#: ../gramps/gui/glade/editname.glade:250 +#: ../gramps/gui/glade/editperson.glade:150 msgid "The person's given names" msgstr "A személy keresztnevei" -#: ../gramps/gui/glade/editname.glade:266 +#: ../gramps/gui/glade/editname.glade:265 msgid "_Nick Name:" msgstr "_Becenév:" -#: ../gramps/gui/glade/editname.glade:279 -#: ../gramps/gui/glade/editperson.glade:180 +#: ../gramps/gui/glade/editname.glade:278 +#: ../gramps/gui/glade/editperson.glade:179 msgid "" "Part of the Given name that is the normally used name. If background is red, " "call name is not part of Given name and will not be printed underlined in " @@ -14932,32 +15017,32 @@ msgstr "" "hívó név nem része a keresztnévnek és egyes összesítőkben nem aláhúzva " "jelenik meg." -#: ../gramps/gui/glade/editname.glade:292 -#: ../gramps/gui/glade/editperson.glade:212 +#: ../gramps/gui/glade/editname.glade:291 +#: ../gramps/gui/glade/editperson.glade:211 msgid "A title used to refer to the person, such as 'Dr.' or 'Rev.'" msgstr "A személyre hivatkozó cím, mint a 'Dr.', vagy 'tisztelendő'" -#: ../gramps/gui/glade/editname.glade:305 -#: ../gramps/gui/glade/editperson.glade:226 +#: ../gramps/gui/glade/editname.glade:304 +#: ../gramps/gui/glade/editperson.glade:225 msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" msgstr "Egy nem kötelező név utótag, mint az \"Ifj.\", vagy \"III.\"" -#: ../gramps/gui/glade/editname.glade:318 -#: ../gramps/gui/glade/editperson.glade:260 +#: ../gramps/gui/glade/editname.glade:317 +#: ../gramps/gui/glade/editperson.glade:259 msgid "" "A descriptive name given in place of or in addition to the official given " "name." msgstr "Helyben adott leíró név, vagy kiegészítés a hivatalos keresztnévhez." -#: ../gramps/gui/glade/editname.glade:334 +#: ../gramps/gui/glade/editname.glade:333 msgid "Given Name(s) " msgstr "Utónév(ek) " -#: ../gramps/gui/glade/editname.glade:385 +#: ../gramps/gui/glade/editname.glade:384 msgid "_Family Nick Name:" msgstr "_Családi becenév:" -#: ../gramps/gui/glade/editname.glade:399 +#: ../gramps/gui/glade/editname.glade:398 msgid "" "A non official name given to a family to distinguish them of people with the " "same family name. Often referred to as eg. Farm name." @@ -14965,23 +15050,23 @@ msgstr "" "Egy nem hivatalos nevet adtak a családnak, hogy megkülönböztessék a hasonló " "nevű, más család tagjaitól. Ez gyakran pl. a farm nevére utal." -#: ../gramps/gui/glade/editname.glade:425 +#: ../gramps/gui/glade/editname.glade:424 msgid "Family Names " msgstr "Családi nevek " -#: ../gramps/gui/glade/editname.glade:463 +#: ../gramps/gui/glade/editname.glade:462 msgid "G_roup as:" msgstr "Csopo_rtosítás mint:" -#: ../gramps/gui/glade/editname.glade:477 +#: ../gramps/gui/glade/editname.glade:476 msgid "_Sort as:" msgstr "_Rendezés alapja:" -#: ../gramps/gui/glade/editname.glade:491 +#: ../gramps/gui/glade/editname.glade:490 msgid "_Display as:" msgstr "_Megjelenítés mint:" -#: ../gramps/gui/glade/editname.glade:504 +#: ../gramps/gui/glade/editname.glade:503 msgid "" "People are displayed according to the name format given in the Preferences " "(the default).\n" @@ -14993,11 +15078,11 @@ msgstr "" "Itt bizonyosodhat meg arról, ez a személy az egyéni névformátum szerint " "válogatott-e (az extra névformátumokat a Beállításokban állíthatja)." -#: ../gramps/gui/glade/editname.glade:525 +#: ../gramps/gui/glade/editname.glade:524 msgid "Dat_e:" msgstr "_Dátum:" -#: ../gramps/gui/glade/editname.glade:539 +#: ../gramps/gui/glade/editname.glade:538 msgid "" "People are sorted according to the name format given in the Preferences (the " "default).\n" @@ -15009,7 +15094,7 @@ msgstr "" "Itt bizonyosodhat meg arról, ez a személy az egyéni névformátum szerint " "válogatott-e (az extra névformátumokat a Beállításokban állíthatja)." -#: ../gramps/gui/glade/editname.glade:602 +#: ../gramps/gui/glade/editname.glade:601 msgid "" "The Person Tree view groups people under the primary surname. You can " "override this by setting here a group value. \n" @@ -15021,11 +15106,11 @@ msgstr "" "Kérdezni fogják, vajon csak ezt a személyt, vagy minden ilyen meghatározott " "elsődleges vezetéknévvel rendelkező embert csoportosítani kíván-e." -#: ../gramps/gui/glade/editname.glade:616 +#: ../gramps/gui/glade/editname.glade:615 msgid "O_verride" msgstr "_Felülbírálás" -#: ../gramps/gui/glade/editname.glade:642 +#: ../gramps/gui/glade/editname.glade:641 msgid "" "A Date associated with this name. Eg. for a Married Name, date the name is " "first used or marriage date." @@ -15033,23 +15118,23 @@ msgstr "" "Egy dátum, ami kapcsolatos ezzel a névvel. Pl. egy házassági névnél a " "dátumot, vagy a házasságkötés dátumát használják elsődlegesen névként." -#: ../gramps/gui/glade/editnote.glade:103 +#: ../gramps/gui/glade/editnote.glade:101 msgid "Styled Text Editor" msgstr "Stílusos szövegszerkesztő" -#: ../gramps/gui/glade/editnote.glade:148 +#: ../gramps/gui/glade/editnote.glade:146 msgid "A type to classify the note." msgstr "Típus a jegyzet osztályozásához." -#: ../gramps/gui/glade/editnote.glade:181 +#: ../gramps/gui/glade/editnote.glade:179 msgid "A unique ID to identify the note." msgstr "Egyedi azonosító a jegyzet azonosításához." -#: ../gramps/gui/glade/editnote.glade:192 +#: ../gramps/gui/glade/editnote.glade:190 msgid "_Preformatted" msgstr "_Előformázott" -#: ../gramps/gui/glade/editnote.glade:200 +#: ../gramps/gui/glade/editnote.glade:198 msgid "" "When active the whitespace in your note will be respected in reports. Use " "this to add formatting layout with spaces, eg a table. \n" @@ -15063,19 +15148,19 @@ msgstr "" "kerülnek, ami javítja a jelentés kinézetét.\n" "Használjon rögzített szélességű betűt az előformázás megtartásához." -#: ../gramps/gui/glade/editperson.glade:166 +#: ../gramps/gui/glade/editperson.glade:165 msgid "C_all:" msgstr "Hí_vás:" -#: ../gramps/gui/glade/editperson.glade:246 +#: ../gramps/gui/glade/editperson.glade:245 msgid "_Nick:" msgstr "_Becenév:" -#: ../gramps/gui/glade/editperson.glade:336 +#: ../gramps/gui/glade/editperson.glade:335 msgid "Click on a table cell to edit." msgstr "Szerkesztéshez kattintson a táblázat cellájába." -#: ../gramps/gui/glade/editperson.glade:356 +#: ../gramps/gui/glade/editperson.glade:355 msgid "" "Use Multiple Surnames\n" "Indicate that the surname consists of different parts. Every surname has its " @@ -15089,15 +15174,15 @@ msgstr "" "vezetéknevet tárolhatjuk, mint Ramón, ami az apától jön, az összekötő az y, " "majd Cajal, ami az anyától jön." -#: ../gramps/gui/glade/editperson.glade:400 +#: ../gramps/gui/glade/editperson.glade:399 msgid "Set person as private data" msgstr "Személy beállítása, mint bizalmas adat" -#: ../gramps/gui/glade/editperson.glade:451 +#: ../gramps/gui/glade/editperson.glade:450 msgid "_Surname:" msgstr "_Vezetéknév:" -#: ../gramps/gui/glade/editperson.glade:467 +#: ../gramps/gui/glade/editperson.glade:466 msgid "" "An optional prefix for the family that is not used in sorting, such as \"de" "\" or \"van\"." @@ -15105,34 +15190,34 @@ msgstr "" "Egy nem kötelező előtag a családhoz, ami nem használt a listázásban, mint a " "\"de\" (Funes), vagy \"van\" (Damme)." -#: ../gramps/gui/glade/editperson.glade:486 +#: ../gramps/gui/glade/editperson.glade:485 msgid "" "Part of a person's name indicating the family to which the person belongs" msgstr "A személy nevének része, ami egy családhoz tartozását jelzi" -#: ../gramps/gui/glade/editperson.glade:512 +#: ../gramps/gui/glade/editperson.glade:511 msgid "Go to Name Editor to add more information about this name" msgstr "A névhez további információ adásához ugorjon a Név szerkesztőhöz" -#: ../gramps/gui/glade/editperson.glade:537 +#: ../gramps/gui/glade/editperson.glade:536 msgid "O_rigin:" msgstr "E_redet:" -#: ../gramps/gui/glade/editperson.glade:552 +#: ../gramps/gui/glade/editperson.glade:551 msgid "" "The origin of this family name for this family, eg 'Inherited' or " "'Patronymic'." msgstr "A család családnevének eredete, pl. 'Származtatott', vagy 'Apai név'." -#: ../gramps/gui/glade/editperson.glade:586 +#: ../gramps/gui/glade/editperson.glade:585 msgid "G_ender:" msgstr "N_em:" -#: ../gramps/gui/glade/editperson.glade:634 +#: ../gramps/gui/glade/editperson.glade:633 msgid "A unique ID for the person." msgstr "Egy személy egyedi azonosítója." -#: ../gramps/gui/glade/editperson.glade:709 +#: ../gramps/gui/glade/editperson.glade:708 msgid "Preferred Name" msgstr "Előnyben részesített név" @@ -15286,8 +15371,8 @@ msgstr "A forrás azonosító száma a tárolóban." #: ../gramps/gui/glade/editreporef.glade:264 #: ../gramps/gui/glade/editrepository.glade:97 -#: ../gramps/gui/glade/rule.glade:659 -#: ../gramps/plugins/tool/ownereditor.glade:152 +#: ../gramps/gui/glade/rule.glade:656 +#: ../gramps/plugins/tool/ownereditor.glade:151 msgid "_Name:" msgstr "_Név:" @@ -15353,30 +15438,30 @@ msgstr "_Rövidítés:" msgid "A unique ID to identify the source" msgstr "Egyedi azonosító a forrás azonosításához" -#: ../gramps/gui/glade/editurl.glade:97 +#: ../gramps/gui/glade/editurl.glade:96 msgid "_Web address:" msgstr "_Web cím:" -#: ../gramps/gui/glade/editurl.glade:112 +#: ../gramps/gui/glade/editurl.glade:111 msgid "_Description:" msgstr "_Leírás:" -#: ../gramps/gui/glade/editurl.glade:171 +#: ../gramps/gui/glade/editurl.glade:170 msgid "Type of internet address, eg. E-mail, Web Page, ..." msgstr "Az internet cím típusa, pl. e-mail, web-oldal, ..." -#: ../gramps/gui/glade/editurl.glade:190 +#: ../gramps/gui/glade/editurl.glade:189 msgid "" "The internet address as needed to navigate to it, eg. http://gramps-project." "org" msgstr "" "Internet cím, ahogy az a böngészéshez kell, pl. http://gramps-project.org" -#: ../gramps/gui/glade/editurl.glade:206 +#: ../gramps/gui/glade/editurl.glade:205 msgid "Open the web address in the default browser." msgstr "Web-cím megnyitása az alapértelmezett böngészőben." -#: ../gramps/gui/glade/editurl.glade:218 +#: ../gramps/gui/glade/editurl.glade:217 msgid "A descriptive caption of the Internet location you are storing." msgstr "Az internet hely leírása, amit tárolni kíván." @@ -15474,8 +15559,8 @@ msgstr "_Összevonás és bezárás" #. name, click?, width, toggle #: ../gramps/gui/glade/mergedata.glade:173 -#: ../gramps/gui/glade/mergedata.glade:189 ../gramps/gui/plug/_windows.py:1088 -#: ../gramps/plugins/tool/changenames.py:195 +#: ../gramps/gui/glade/mergedata.glade:189 ../gramps/gui/plug/_windows.py:1097 +#: ../gramps/plugins/tool/changenames.py:196 #: ../gramps/plugins/tool/patchnames.py:397 msgid "Select" msgstr "Kiválasztás" @@ -15601,7 +15686,7 @@ msgid "Note 2" msgstr "Jegyzet 2" #: ../gramps/gui/glade/mergenote.glade:278 -#: ../gramps/gui/glade/mergenote.glade:294 ../gramps/gui/views/listview.py:1015 +#: ../gramps/gui/glade/mergenote.glade:294 ../gramps/gui/views/listview.py:1027 msgid "Format:" msgstr "Formátum:" @@ -15756,136 +15841,136 @@ msgstr "_Lent:" msgid "Metric" msgstr "Metrikus" -#: ../gramps/gui/glade/plugins.glade:46 +#: ../gramps/gui/glade/plugins.glade:44 msgid "Perform selected action" msgstr "A kiválasztott művelet végrehajtása" -#: ../gramps/gui/glade/plugins.glade:51 +#: ../gramps/gui/glade/plugins.glade:49 #: ../gramps/plugins/gramplet/ageondategramplet.py:68 msgid "Run" msgstr "Futtatás" -#: ../gramps/gui/glade/plugins.glade:141 ../gramps/gui/plug/_dialogs.py:285 +#: ../gramps/gui/glade/plugins.glade:139 ../gramps/gui/plug/_dialogs.py:291 msgid "Select a report from those available on the left." msgstr "Válasszon összesítőt a bal oldalon elérhetőkből." -#: ../gramps/gui/glade/plugins.glade:162 +#: ../gramps/gui/glade/plugins.glade:160 msgid "Status:" msgstr "állapot:" -#: ../gramps/gui/glade/plugins.glade:208 +#: ../gramps/gui/glade/plugins.glade:206 msgid "Author's email:" msgstr "A szerző email címe:" -#: ../gramps/gui/glade/reorder.glade:89 +#: ../gramps/gui/glade/reorder.glade:87 msgid "Parent relationships" msgstr "Eredeti kapcsolatok" -#: ../gramps/gui/glade/reorder.glade:119 ../gramps/gui/glade/reorder.glade:262 +#: ../gramps/gui/glade/reorder.glade:117 ../gramps/gui/glade/reorder.glade:260 msgid "Arrow top" msgstr "Nyíl fent" -#: ../gramps/gui/glade/reorder.glade:126 +#: ../gramps/gui/glade/reorder.glade:124 msgid "Move parent up" msgstr "Szülő mozgatása felfelé" -#: ../gramps/gui/glade/reorder.glade:149 ../gramps/gui/glade/reorder.glade:292 +#: ../gramps/gui/glade/reorder.glade:147 ../gramps/gui/glade/reorder.glade:290 msgid "Arrow bottom" msgstr "Nyíl alul" -#: ../gramps/gui/glade/reorder.glade:156 +#: ../gramps/gui/glade/reorder.glade:154 msgid "Move parent down" msgstr "Szülő mozgatása lefelé" -#: ../gramps/gui/glade/reorder.glade:207 +#: ../gramps/gui/glade/reorder.glade:205 msgid "Family relationships" msgstr "Család kapcsolatok" -#: ../gramps/gui/glade/reorder.glade:269 +#: ../gramps/gui/glade/reorder.glade:267 msgid "Move family up" msgstr "Család mozgatása felfelé" -#: ../gramps/gui/glade/reorder.glade:299 +#: ../gramps/gui/glade/reorder.glade:297 msgid "Move family down" msgstr "Család mozgatása lefelé" -#: ../gramps/gui/glade/rule.glade:124 +#: ../gramps/gui/glade/rule.glade:122 msgid "Add a new filter" msgstr "Új szűrő hozzáadása" -#: ../gramps/gui/glade/rule.glade:148 +#: ../gramps/gui/glade/rule.glade:146 msgid "Edit the selected filter" msgstr "A kiválasztott szűrő szerkesztése" -#: ../gramps/gui/glade/rule.glade:172 +#: ../gramps/gui/glade/rule.glade:170 msgid "Clone the selected filter" msgstr "A kiválasztott szűrő klónozása" -#: ../gramps/gui/glade/rule.glade:194 +#: ../gramps/gui/glade/rule.glade:192 msgid "Test the selected filter" msgstr "A kiválasztott szűrő tesztelése" -#: ../gramps/gui/glade/rule.glade:218 +#: ../gramps/gui/glade/rule.glade:216 msgid "Delete the selected filter" msgstr "A kiválasztott szűrő törlése" -#: ../gramps/gui/glade/rule.glade:258 +#: ../gramps/gui/glade/rule.glade:256 msgid "Note: changes take effect only after this window is closed" msgstr "Figyelem: a változások csak az ablak bezárása után lépnek érvénybe" -#: ../gramps/gui/glade/rule.glade:290 gtklist.h:6 +#: ../gramps/gui/glade/rule.glade:288 gtklist.h:6 msgid "All rules must apply" msgstr "Minden szabályt alkalmazni kell" -#: ../gramps/gui/glade/rule.glade:293 gtklist.h:7 +#: ../gramps/gui/glade/rule.glade:291 gtklist.h:7 msgid "At least one rule must apply" msgstr "Legalább egy szabályt alkalmazni kell" -#: ../gramps/gui/glade/rule.glade:296 gtklist.h:8 +#: ../gramps/gui/glade/rule.glade:294 gtklist.h:8 msgid "Exactly one rule must apply" msgstr "Csak egy szabály alkalmazható" -#: ../gramps/gui/glade/rule.glade:416 +#: ../gramps/gui/glade/rule.glade:413 msgid "Add another rule to the filter" msgstr "Másik szabály hozzáadása a szűrőhöz" -#: ../gramps/gui/glade/rule.glade:450 +#: ../gramps/gui/glade/rule.glade:447 msgid "Edit the selected rule" msgstr "A kiválasztott szabály szerkesztése" -#: ../gramps/gui/glade/rule.glade:484 +#: ../gramps/gui/glade/rule.glade:481 msgid "Delete the selected rule" msgstr "A kiválasztott szabály törlése" -#: ../gramps/gui/glade/rule.glade:524 ../gramps/gui/glade/styleeditor.glade:403 +#: ../gramps/gui/glade/rule.glade:521 ../gramps/gui/glade/styleeditor.glade:403 #: ../gramps/plugins/export/exportcsv.glade:113 #: ../gramps/plugins/export/exportftree.glade:120 #: ../gramps/plugins/export/exportgeneweb.glade:121 #: ../gramps/plugins/export/exportvcalendar.glade:100 #: ../gramps/plugins/export/exportvcard.glade:109 -#: ../gramps/plugins/tool/finddupes.glade:133 -#: ../gramps/plugins/tool/mergecitations.glade:133 +#: ../gramps/plugins/tool/finddupes.glade:132 +#: ../gramps/plugins/tool/mergecitations.glade:132 #: ../gramps/plugins/tool/sortevents.py:82 msgid "Options" msgstr "Lehetőségek" -#: ../gramps/gui/glade/rule.glade:539 +#: ../gramps/gui/glade/rule.glade:536 msgid "Rule list" msgstr "Szabálylista" -#: ../gramps/gui/glade/rule.glade:554 +#: ../gramps/gui/glade/rule.glade:551 msgid "Definition" msgstr "Meghatározás" -#: ../gramps/gui/glade/rule.glade:571 +#: ../gramps/gui/glade/rule.glade:568 msgid "Co_mment:" msgstr "_Megjegyzés:" -#: ../gramps/gui/glade/rule.glade:606 +#: ../gramps/gui/glade/rule.glade:603 msgid "Return values that do no_t match the filter rules" msgstr "A szűrőfeltételekkel nem egyező értékek visszaadása" -#: ../gramps/gui/glade/rule.glade:898 +#: ../gramps/gui/glade/rule.glade:895 msgid "Selected Rule" msgstr "Kiválasztott szabály" @@ -15911,8 +15996,8 @@ msgstr "_Swiss (Arial, Helvetica, sans-serif)" #. ################# #: ../gramps/gui/glade/styleeditor.glade:339 -#: ../gramps/plugins/drawreport/ancestortree.py:899 -#: ../gramps/plugins/drawreport/descendtree.py:1616 +#: ../gramps/plugins/drawreport/ancestortree.py:900 +#: ../gramps/plugins/drawreport/descendtree.py:1619 msgid "Size" msgstr "Méret" @@ -15923,7 +16008,7 @@ msgstr "pont" #: ../gramps/gui/glade/styleeditor.glade:384 #: ../gramps/gui/glade/styleeditor.glade:1433 -#: ../gramps/gui/plug/_guioptions.py:1494 ../gramps/gui/views/tags.py:403 +#: ../gramps/gui/plug/_guioptions.py:1494 ../gramps/gui/views/tags.py:409 msgid "Color" msgstr "Szín" @@ -15948,7 +16033,7 @@ msgid "Alignment" msgstr "Elrendezés" #: ../gramps/gui/glade/styleeditor.glade:570 -#: ../gramps/plugins/drawreport/fanchart.py:709 +#: ../gramps/plugins/drawreport/fanchart.py:713 msgid "Background color" msgstr "Háttérszín" @@ -15978,7 +16063,7 @@ msgstr "_Alatta:" #: ../gramps/gui/glade/styleeditor.glade:753 #: ../gramps/gui/glade/styleeditor.glade:1256 -#: ../gramps/plugins/drawreport/calendarreport.py:649 +#: ../gramps/plugins/drawreport/calendarreport.py:648 msgid "Borders" msgstr "Szegélyek" @@ -16119,16 +16204,16 @@ msgstr "_Megjelenítés induláskor" msgid "_Forward" msgstr "_Előre" -#: ../gramps/gui/glade/updateaddons.glade:42 +#: ../gramps/gui/glade/updateaddons.glade:41 msgid "Install Selected _Addons" msgstr "Kiválasztott _bővítmények telepítése" -#: ../gramps/gui/glade/updateaddons.glade:73 -#: ../gramps/gui/plug/_windows.py:1069 +#: ../gramps/gui/glade/updateaddons.glade:72 +#: ../gramps/gui/plug/_windows.py:1078 msgid "Available Gramps Updates for Addons" msgstr "Elérhető GRAMPS bővítmény frissítések" -#: ../gramps/gui/glade/updateaddons.glade:90 +#: ../gramps/gui/glade/updateaddons.glade:89 msgid "" "Gramps comes with a core set of plugins which provide all of the necessary " "features. However, you can extend this functionality with additional Addons. " @@ -16147,11 +16232,11 @@ msgstr "" "ablakot, akkor később is telepíthet bővítményeket a Szerkesztés -> " "Beállítások menüpont alól." -#: ../gramps/gui/glade/updateaddons.glade:106 +#: ../gramps/gui/glade/updateaddons.glade:105 msgid "_Select All" msgstr "_Mindent kijelöl" -#: ../gramps/gui/glade/updateaddons.glade:121 +#: ../gramps/gui/glade/updateaddons.glade:120 msgid "Select _None" msgstr "Egyik _sem" @@ -16482,11 +16567,11 @@ msgstr "manual|Hibajelentés" msgid "Error Report" msgstr "Hibajelentés" -#: ../gramps/gui/logger/_errorview.py:101 +#: ../gramps/gui/logger/_errorview.py:102 msgid "Gramps has experienced an unexpected error" msgstr "A GRAMPS egy nem várt hibába ütközött" -#: ../gramps/gui/logger/_errorview.py:110 +#: ../gramps/gui/logger/_errorview.py:111 msgid "" "Your data will be safe but it would be advisable to restart Gramps " "immediately. If you would like to report the problem to the Gramps team " @@ -16498,8 +16583,8 @@ msgstr "" "Jelentés-re és a Hibajelentő varázsló segíteni fog önnek annak " "elkészítésében." -#: ../gramps/gui/logger/_errorview.py:119 -#: ../gramps/gui/logger/_errorview.py:134 +#: ../gramps/gui/logger/_errorview.py:120 +#: ../gramps/gui/logger/_errorview.py:135 msgid "Error Detail" msgstr "Hiba részletek" @@ -16518,7 +16603,7 @@ msgid "manual|Merge_Citations" msgstr "Idézetek ö_sszefűzése" #: ../gramps/gui/merge/mergecitation.py:68 -#: ../gramps/plugins/tool/tools.gpr.py:439 +#: ../gramps/plugins/tool/tools.gpr.py:442 msgid "Merge Citations" msgstr "Idézetek összefűzése" @@ -16538,9 +16623,9 @@ msgstr "Családok_összefűzése" msgid "Merge Families" msgstr "Családok összefűzése" -#: ../gramps/gui/merge/mergefamily.py:225 -#: ../gramps/gui/merge/mergeperson.py:331 -#: ../gramps/plugins/lib/libpersonview.py:424 +#: ../gramps/gui/merge/mergefamily.py:227 +#: ../gramps/gui/merge/mergeperson.py:350 +#: ../gramps/plugins/lib/libpersonview.py:427 msgid "Cannot merge people" msgstr "Nem összefűzhető emberek" @@ -16552,11 +16637,11 @@ msgstr "Média_objektumok_összefűzése" msgid "manual|Merge_Notes" msgstr "Jegyzetek_összefűzése" -#: ../gramps/gui/merge/mergenote.py:96 +#: ../gramps/gui/merge/mergenote.py:94 msgid "flowed" msgstr "folyamatos" -#: ../gramps/gui/merge/mergenote.py:96 +#: ../gramps/gui/merge/mergenote.py:94 msgid "preformatted" msgstr "előformázott" @@ -16564,18 +16649,24 @@ msgstr "előformázott" msgid "manual|Merge_People" msgstr "Emberek_összefűzése" -#: ../gramps/gui/merge/mergeperson.py:89 +#. translators: needed for French, ignore otherwise +#: ../gramps/gui/merge/mergeperson.py:62 +#, python-format +msgid "%(key)s:\t%(value)s" +msgstr "%(key)s:\t%(value)s" + +#: ../gramps/gui/merge/mergeperson.py:92 msgid "Merge People" msgstr "Emberek összefűzése" -#: ../gramps/gui/merge/mergeperson.py:196 +#: ../gramps/gui/merge/mergeperson.py:199 #: ../gramps/plugins/textreport/indivcomplete.py:378 msgid "Alternate Names" msgstr "Alternatív nevek" -#: ../gramps/gui/merge/mergeperson.py:203 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:474 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:488 +#: ../gramps/gui/merge/mergeperson.py:206 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:477 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:491 #: ../gramps/plugins/quickview/filterbyname.py:97 #: ../gramps/plugins/quickview/filterbyname.py:122 #: ../gramps/plugins/textreport/tagreport.py:320 @@ -16591,52 +16682,68 @@ msgid "Events" msgstr "Események" #. Go over parents and build their menu -#. don't show rest -#: ../gramps/gui/merge/mergeperson.py:218 +#: ../gramps/gui/merge/mergeperson.py:224 #: ../gramps/gui/widgets/fanchart.py:1679 #: ../gramps/plugins/quickview/all_relations.py:305 -#: ../gramps/plugins/tool/notrelated.py:126 -#: ../gramps/plugins/view/pedigreeview.py:1776 -#: ../gramps/plugins/view/relview.py:528 ../gramps/plugins/view/relview.py:852 -#: ../gramps/plugins/view/relview.py:888 +#: ../gramps/plugins/tool/notrelated.py:128 +#: ../gramps/plugins/view/pedigreeview.py:1790 +#: ../gramps/plugins/view/relview.py:538 ../gramps/plugins/view/relview.py:862 +#: ../gramps/plugins/view/relview.py:898 #: ../gramps/plugins/webreport/narrativeweb.py:3265 #: ../gramps/plugins/webreport/narrativeweb.py:6145 #: ../gramps/plugins/webreport/narrativeweb.py:7565 msgid "Parents" msgstr "Szülők" -#: ../gramps/gui/merge/mergeperson.py:221 -#: ../gramps/gui/merge/mergeperson.py:235 +#: ../gramps/gui/merge/mergeperson.py:228 +#: ../gramps/gui/merge/mergeperson.py:245 #: ../gramps/plugins/tool/findloop.py:111 msgid "Family ID" msgstr "Család azonosító" -#: ../gramps/gui/merge/mergeperson.py:227 +#: ../gramps/gui/merge/mergeperson.py:236 msgid "No parents found" msgstr "Nincsenek szülők" #. Go over spouses and build their menu -#: ../gramps/gui/merge/mergeperson.py:229 +#: ../gramps/gui/merge/mergeperson.py:238 #: ../gramps/gui/widgets/fanchart.py:1551 #: ../gramps/plugins/textreport/kinshipreport.py:132 -#: ../gramps/plugins/view/pedigreeview.py:1663 +#: ../gramps/plugins/view/pedigreeview.py:1677 msgid "Spouses" msgstr "Házastársak" -#: ../gramps/gui/merge/mergeperson.py:239 -#: ../gramps/gui/selectors/selectperson.py:101 -#: ../gramps/gui/widgets/reorderfam.py:89 +#: ../gramps/gui/merge/mergeperson.py:249 +#: ../gramps/gui/selectors/selectperson.py:100 +#: ../gramps/gui/widgets/reorderfam.py:90 #: ../gramps/plugins/gramplet/children.py:98 #: ../gramps/plugins/lib/libpersonview.py:105 #: ../gramps/plugins/textreport/familygroup.py:566 -#: ../gramps/plugins/view/relview.py:1395 +#: ../gramps/plugins/view/relview.py:1405 msgid "Spouse" msgstr "Házastárs" -#: ../gramps/gui/merge/mergeperson.py:253 +#: ../gramps/gui/merge/mergeperson.py:264 msgid "No spouses or children found" msgstr "Nincsenek házastársak, vagy gyermekek" +#. Add column with the warning text +#: ../gramps/gui/merge/mergeperson.py:343 ../gramps/plugins/tool/verify.py:563 +msgid "Warning" +msgstr "Figyelmeztetés" + +#: ../gramps/gui/merge/mergeperson.py:344 +msgid "" +"The persons have been merged.\n" +"However, the families for this merge were too complex to automatically " +"handle. We recommend that you go to Relationships view and see if " +"additional manual merging of families is necessary." +msgstr "" +"A személyek összevonásra kerültek.\n" +"Ugyanakkor az összevonásra jelölt családok automatikus kezelése túl " +"bonyolult volt. Ajánljuk, hogy válassza a Kapcsolatok nézetet ellenőrzendő, " +"szükséges-e manuális beavatkozás az összevonásban." + #: ../gramps/gui/merge/mergeplace.py:53 msgid "manual|Merge_Places" msgstr "Helyek_összefűzése" @@ -16653,31 +16760,31 @@ msgstr "Források_összefűzése" msgid "Merge Sources" msgstr "Források összefűzése" -#: ../gramps/gui/plug/_dialogs.py:284 +#: ../gramps/gui/plug/_dialogs.py:290 msgid "Report Selection" msgstr "Összesítő kiválasztás" -#: ../gramps/gui/plug/_dialogs.py:286 +#: ../gramps/gui/plug/_dialogs.py:292 msgid "Generate selected report" msgstr "Kiválasztott összesítő létrehozása" -#: ../gramps/gui/plug/_dialogs.py:286 +#: ../gramps/gui/plug/_dialogs.py:292 msgid "_Generate" msgstr "_Létrehozás" -#: ../gramps/gui/plug/_dialogs.py:315 +#: ../gramps/gui/plug/_dialogs.py:321 msgid "Tool Selection" msgstr "Eszköz kiválasztás" -#: ../gramps/gui/plug/_dialogs.py:316 +#: ../gramps/gui/plug/_dialogs.py:322 msgid "Select a tool from those available on the left." msgstr "Válasszon eszközt a bal oldalon elérhetőkből." -#: ../gramps/gui/plug/_dialogs.py:317 ../gramps/plugins/tool/verify.glade:144 +#: ../gramps/gui/plug/_dialogs.py:323 ../gramps/plugins/tool/verify.glade:144 msgid "_Run" msgstr "_Futtatás" -#: ../gramps/gui/plug/_dialogs.py:318 +#: ../gramps/gui/plug/_dialogs.py:324 msgid "Run selected tool" msgstr "Kiválasztott eszköz futtatása" @@ -16716,7 +16823,7 @@ msgid "Also include %s?" msgstr "%s-t is bezárólag?" #: ../gramps/gui/plug/_guioptions.py:1244 -#: ../gramps/gui/selectors/selectperson.py:87 +#: ../gramps/gui/selectors/selectperson.py:86 msgid "Select Person" msgstr "Személy kiválasztása" @@ -16726,12 +16833,12 @@ msgid "Select color for %s" msgstr "Szín kiválasztása ehhez: %s" #: ../gramps/gui/plug/_guioptions.py:1726 -#: ../gramps/gui/plug/report/_reportdialog.py:450 +#: ../gramps/gui/plug/report/_reportdialog.py:451 msgid "Save As" msgstr "Mentés másként" -#: ../gramps/gui/plug/_guioptions.py:1730 ../gramps/gui/plug/_windows.py:434 -#: ../gramps/gui/plug/report/_bookdialog.py:625 +#: ../gramps/gui/plug/_guioptions.py:1730 ../gramps/gui/plug/_windows.py:442 +#: ../gramps/gui/plug/report/_bookdialog.py:626 #: ../gramps/gui/plug/report/_fileentry.py:66 msgid "_Open" msgstr "_Megnyitás" @@ -16741,194 +16848,194 @@ msgstr "_Megnyitás" msgid "Style Editor" msgstr "Stílusszerkesztő" -#: ../gramps/gui/plug/_windows.py:87 +#: ../gramps/gui/plug/_windows.py:90 msgid "Hidden" msgstr "Rejtett" -#: ../gramps/gui/plug/_windows.py:89 +#: ../gramps/gui/plug/_windows.py:92 msgid "Visible" msgstr "Látható" -#: ../gramps/gui/plug/_windows.py:94 +#: ../gramps/gui/plug/_windows.py:97 msgid "Plugin Manager" msgstr "Beépülő kezelő" -#: ../gramps/gui/plug/_windows.py:140 ../gramps/gui/plug/_windows.py:194 +#: ../gramps/gui/plug/_windows.py:144 ../gramps/gui/plug/_windows.py:198 msgid "Info" msgstr "Információ" #. id_col -#: ../gramps/gui/plug/_windows.py:143 ../gramps/gui/plug/_windows.py:197 +#: ../gramps/gui/plug/_windows.py:147 ../gramps/gui/plug/_windows.py:201 msgid "Hide/Unhide" msgstr "Elrejtés/Mutatás" #. id_col -#: ../gramps/gui/plug/_windows.py:151 ../gramps/gui/plug/_windows.py:206 +#: ../gramps/gui/plug/_windows.py:155 ../gramps/gui/plug/_windows.py:210 msgid "Load" msgstr "Betöltés" -#: ../gramps/gui/plug/_windows.py:157 +#: ../gramps/gui/plug/_windows.py:161 msgid "Registered Plugins" msgstr "Regisztrált beépülők" -#: ../gramps/gui/plug/_windows.py:170 +#: ../gramps/gui/plug/_windows.py:174 msgid "Loaded" msgstr "Betöltött" -#: ../gramps/gui/plug/_windows.py:175 +#: ../gramps/gui/plug/_windows.py:179 msgid "File" msgstr "Fájl" -#: ../gramps/gui/plug/_windows.py:184 +#: ../gramps/gui/plug/_windows.py:188 msgid "Message" msgstr "Üzenet" -#: ../gramps/gui/plug/_windows.py:212 +#: ../gramps/gui/plug/_windows.py:216 msgid "Loaded Plugins" msgstr "Betöltött beépülők" #. self.addon_list.connect('button-press-event', self.button_press) -#: ../gramps/gui/plug/_windows.py:231 +#: ../gramps/gui/plug/_windows.py:235 msgid "Addon Name" msgstr "Beépülő név" -#: ../gramps/gui/plug/_windows.py:246 +#: ../gramps/gui/plug/_windows.py:250 msgid "Path to Addon:" msgstr "Útvonal a beépülőhöz:" -#: ../gramps/gui/plug/_windows.py:266 +#: ../gramps/gui/plug/_windows.py:270 msgid "Install Addon" msgstr "Beépülő telepítése" -#: ../gramps/gui/plug/_windows.py:269 +#: ../gramps/gui/plug/_windows.py:273 msgid "Install All Addons" msgstr "Összes beépülő telepítése" -#: ../gramps/gui/plug/_windows.py:272 +#: ../gramps/gui/plug/_windows.py:276 msgid "Refresh Addon List" msgstr "Frissítse a beépülő listát" #. Only show the "Reload" button when in debug mode #. (without -O on the command line) -#: ../gramps/gui/plug/_windows.py:285 +#: ../gramps/gui/plug/_windows.py:289 msgid "Reload" msgstr "Újratöltés" -#: ../gramps/gui/plug/_windows.py:308 +#: ../gramps/gui/plug/_windows.py:316 msgid "Refreshing Addon List" msgstr "Beépülő lista frissítése" -#: ../gramps/gui/plug/_windows.py:310 ../gramps/gui/plug/_windows.py:315 -#: ../gramps/gui/plug/_windows.py:410 +#: ../gramps/gui/plug/_windows.py:318 ../gramps/gui/plug/_windows.py:323 +#: ../gramps/gui/plug/_windows.py:418 msgid "Reading gramps-project.org..." msgstr "gramps-project.org beolvasása..." -#: ../gramps/gui/plug/_windows.py:333 +#: ../gramps/gui/plug/_windows.py:341 msgid "Checking addon..." msgstr "Beépülő ellenőrzése..." -#: ../gramps/gui/plug/_windows.py:341 +#: ../gramps/gui/plug/_windows.py:349 msgid "Unknown Help URL" msgstr "Ismeretlen súgó URL" -#: ../gramps/gui/plug/_windows.py:352 +#: ../gramps/gui/plug/_windows.py:360 msgid "Unknown URL" msgstr "Ismeretlen URL" -#: ../gramps/gui/plug/_windows.py:388 +#: ../gramps/gui/plug/_windows.py:396 msgid "Install all Addons" msgstr "Összes beépülő telepítése" -#: ../gramps/gui/plug/_windows.py:388 +#: ../gramps/gui/plug/_windows.py:396 msgid "Installing..." msgstr "Telepítés..." -#: ../gramps/gui/plug/_windows.py:408 +#: ../gramps/gui/plug/_windows.py:416 msgid "Installing Addon" msgstr "Beépülő telepítés" -#: ../gramps/gui/plug/_windows.py:430 +#: ../gramps/gui/plug/_windows.py:438 msgid "Load Addon" msgstr "Beépülő betöltése" -#: ../gramps/gui/plug/_windows.py:492 +#: ../gramps/gui/plug/_windows.py:500 #: ../gramps/plugins/tool/dateparserdisplaytest.py:188 msgid "Fail" msgstr "Sikertelen" -#: ../gramps/gui/plug/_windows.py:507 ../gramps/gui/widgets/grampletbar.py:548 +#: ../gramps/gui/plug/_windows.py:515 ../gramps/gui/widgets/grampletbar.py:548 msgid "OK" msgstr "Rendben" -#: ../gramps/gui/plug/_windows.py:611 +#: ../gramps/gui/plug/_windows.py:619 msgid "Plugin name" msgstr "Beépülő név" -#: ../gramps/gui/plug/_windows.py:613 +#: ../gramps/gui/plug/_windows.py:621 msgid "Version" msgstr "Verzió" -#: ../gramps/gui/plug/_windows.py:614 +#: ../gramps/gui/plug/_windows.py:622 msgid "Authors" msgstr "Szerzők" -#. Save Frame -#: ../gramps/gui/plug/_windows.py:616 -#: ../gramps/gui/plug/report/_reportdialog.py:470 +#: ../gramps/gui/plug/_windows.py:624 +#: ../gramps/gui/plug/report/_reportdialog.py:471 msgid "Filename" msgstr "Fájlnév" -#: ../gramps/gui/plug/_windows.py:619 +#: ../gramps/gui/plug/_windows.py:627 msgid "Detailed Info" msgstr "Részletes információ" -#: ../gramps/gui/plug/_windows.py:677 +#: ../gramps/gui/plug/_windows.py:686 msgid "Plugin Error" msgstr "Beépülő hiba" -#: ../gramps/gui/plug/_windows.py:742 +#: ../gramps/gui/plug/_windows.py:751 msgid "_Execute" msgstr "Vé_grehajtani" -#: ../gramps/gui/plug/_windows.py:1038 -#: ../gramps/plugins/tool/ownereditor.py:162 +#: ../gramps/gui/plug/_windows.py:1047 +#: ../gramps/plugins/tool/ownereditor.py:163 msgid "Main window" msgstr "Fő ablak" -#: ../gramps/gui/plug/_windows.py:1105 +#: ../gramps/gui/plug/_windows.py:1114 #, python-format msgid "%(adjective)s: %(addon)s" msgstr "%(adjective)s: %(addon)s" -#: ../gramps/gui/plug/_windows.py:1166 +#: ../gramps/gui/plug/_windows.py:1173 msgid "Downloading and installing selected addons..." msgstr "A kiválasztott bővítmények letöltése és telepítése..." -#: ../gramps/gui/plug/_windows.py:1201 +#: ../gramps/gui/plug/_windows.py:1208 msgid "Installation Errors" msgstr "Telepítési hibák" -#: ../gramps/gui/plug/_windows.py:1202 +#: ../gramps/gui/plug/_windows.py:1209 msgid "The following addons had errors: " msgstr "A következő kiegészítők hibásak: " -#: ../gramps/gui/plug/_windows.py:1206 ../gramps/gui/plug/_windows.py:1214 +#: ../gramps/gui/plug/_windows.py:1213 ../gramps/gui/plug/_windows.py:1221 msgid "Done downloading and installing addons" msgstr "A bővítmények letöltése és telepítése végrehajtva" #. translators: leave all/any {...} untranslated -#: ../gramps/gui/plug/_windows.py:1208 +#: ../gramps/gui/plug/_windows.py:1215 #, python-brace-format msgid "{number_of} addon was installed." msgid_plural "{number_of} addons were installed." msgstr[0] "{number_of} bővítmény volt telepítve." msgstr[1] "{number_of} bővítmény volt telepítve." -#: ../gramps/gui/plug/_windows.py:1211 -msgid "You need to restart Gramps to see new views." -msgstr "Újra kell indítania a GRAMPS-ot az új nézetekhez." +#: ../gramps/gui/plug/_windows.py:1218 +msgid "If you have installed a 'Gramps View', you will need to restart Gramps." +msgstr "" +"Ha telepítette a 'GRAMPS nézet'-et, akkor a GRAMPS-ot újra kell indítania." -#: ../gramps/gui/plug/_windows.py:1215 +#: ../gramps/gui/plug/_windows.py:1222 msgid "No addons were installed." msgstr "Bővítmények nem voltak telepítve." @@ -16937,36 +17044,32 @@ msgstr "Bővítmények nem voltak telepítve." msgid "Export Assistant" msgstr "Export varázsló" -#: ../gramps/gui/plug/export/_exportassistant.py:183 +#: ../gramps/gui/plug/export/_exportassistant.py:181 msgid "Saving your data" msgstr "Adatainak mentése" -#: ../gramps/gui/plug/export/_exportassistant.py:229 +#: ../gramps/gui/plug/export/_exportassistant.py:227 msgid "Choose the output format" msgstr "Válasszon kimeneti formátumot" -#: ../gramps/gui/plug/export/_exportassistant.py:243 +#: ../gramps/gui/plug/export/_exportassistant.py:241 msgid "Export options" msgstr "Export lehetőségek" -#: ../gramps/gui/plug/export/_exportassistant.py:314 +#: ../gramps/gui/plug/export/_exportassistant.py:312 msgid "Select save file" msgstr "Fájl mentés kiválasztása" #: ../gramps/gui/plug/export/_exportassistant.py:358 -#: ../gramps/plugins/tool/mediamanager.py:103 +#: ../gramps/plugins/tool/mediamanager.py:105 msgid "Final confirmation" msgstr "Végső megerősítés" -#: ../gramps/gui/plug/export/_exportassistant.py:374 -msgid "Please wait while your data is selected and exported" -msgstr "Kérem várjon, amíg adatai kiválasztásra és exportálásra kerülnek" - -#: ../gramps/gui/plug/export/_exportassistant.py:386 +#: ../gramps/gui/plug/export/_exportassistant.py:383 msgid "Summary" msgstr "összegzés" -#: ../gramps/gui/plug/export/_exportassistant.py:454 +#: ../gramps/gui/plug/export/_exportassistant.py:451 #, python-format msgid "" "The data will be exported as follows:\n" @@ -16982,7 +17085,7 @@ msgstr "" "Végrehajtáshoz az Alkalmaz-gombot, a beállítások változtatásához a Vissza-" "gombot, vagy megszakításhoz a Mégsem-gombot nyomja meg" -#: ../gramps/gui/plug/export/_exportassistant.py:467 +#: ../gramps/gui/plug/export/_exportassistant.py:464 #, python-format msgid "" "The data will be saved as follows:\n" @@ -17002,7 +17105,7 @@ msgstr "" "Végrehajtáshoz az Alkalmaz-gombot, a beállítások változtatásához a Vissza-" "gombot, vagy megszakításhoz a Mégsem-gombot nyomja meg" -#: ../gramps/gui/plug/export/_exportassistant.py:477 +#: ../gramps/gui/plug/export/_exportassistant.py:474 msgid "" "The selected file and folder to save to cannot be created or found.\n" "\n" @@ -17014,11 +17117,11 @@ msgstr "" "Visszatéréshez nyomja meg a Vissza-gombot és válasszon egy érvényes " "fájlnevet." -#: ../gramps/gui/plug/export/_exportassistant.py:503 +#: ../gramps/gui/plug/export/_exportassistant.py:501 msgid "Your data has been saved" msgstr "Adatai mentésre kerültek" -#: ../gramps/gui/plug/export/_exportassistant.py:505 +#: ../gramps/gui/plug/export/_exportassistant.py:503 msgid "" "The copy of your data has been successfully saved. You may press Close " "button now to continue.\n" @@ -17035,16 +17138,16 @@ msgstr "" "adatbázisban nem fogják megváltoztatni a másolatot, amit az előbb készített. " #. add test, what is dir -#: ../gramps/gui/plug/export/_exportassistant.py:513 +#: ../gramps/gui/plug/export/_exportassistant.py:511 #, python-format msgid "Filename: %s" msgstr "Fájlnév: %s" -#: ../gramps/gui/plug/export/_exportassistant.py:515 +#: ../gramps/gui/plug/export/_exportassistant.py:513 msgid "Saving failed" msgstr "Sikertelen mentés" -#: ../gramps/gui/plug/export/_exportassistant.py:517 +#: ../gramps/gui/plug/export/_exportassistant.py:515 msgid "" "There was an error while saving your data. You may try starting the export " "again.\n" @@ -17058,7 +17161,7 @@ msgstr "" "Figyelem: az ön nyitva levő adatbázisa biztonságban van, csupán az adatok a " "másolatát nem sikerült menteni." -#: ../gramps/gui/plug/export/_exportassistant.py:538 +#: ../gramps/gui/plug/export/_exportassistant.py:531 msgid "" "Under normal circumstances, Gramps does not require you to directly save " "your changes. All changes you make are immediately saved to the database.\n" @@ -17082,10 +17185,14 @@ msgstr "" "Ha meggondolja magát a folyamat alatt, bármikor nyugodtan megnyomhatja a " "Megszakítás gombot és a jelenlegi adatbázis változatlan marad." -#: ../gramps/gui/plug/export/_exportassistant.py:607 +#: ../gramps/gui/plug/export/_exportassistant.py:601 msgid "Error exporting your Family Tree" msgstr "Hiba történt a Családfa exportjánál" +#: ../gramps/gui/plug/export/_exportassistant.py:609 +msgid "Please wait while your data is selected and exported" +msgstr "Kérem várjon, amíg adatai kiválasztásra és exportálásra kerülnek" + #: ../gramps/gui/plug/export/_exportoptions.py:67 msgid "Selecting Preview Data" msgstr "Adatelőnézet kiválasztása" @@ -17102,7 +17209,7 @@ msgstr "Szűretlen családfa:" #. translators: leave all/any {...} untranslated #: ../gramps/gui/plug/export/_exportoptions.py:165 #: ../gramps/gui/plug/export/_exportoptions.py:272 -#: ../gramps/gui/plug/export/_exportoptions.py:567 +#: ../gramps/gui/plug/export/_exportoptions.py:573 #, python-brace-format msgid "{number_of} Person" msgid_plural "{number_of} People" @@ -17118,7 +17225,7 @@ msgid "_Do not include records marked private" msgstr "_Személyes mezők kihagyása" #: ../gramps/gui/plug/export/_exportoptions.py:195 -#: ../gramps/gui/plug/export/_exportoptions.py:382 +#: ../gramps/gui/plug/export/_exportoptions.py:388 msgid "Change order" msgstr "Sorrend változtatása" @@ -17126,110 +17233,114 @@ msgstr "Sorrend változtatása" msgid "Calculate Previews" msgstr "Előnézetek számítása" -#: ../gramps/gui/plug/export/_exportoptions.py:281 +#: ../gramps/gui/plug/export/_exportoptions.py:278 +msgid ":" +msgstr ":" + +#: ../gramps/gui/plug/export/_exportoptions.py:282 msgid "_Person Filter" msgstr "_Személyszűrő" -#: ../gramps/gui/plug/export/_exportoptions.py:293 +#: ../gramps/gui/plug/export/_exportoptions.py:295 msgid "Click to see preview after person filter" msgstr "Kattintson a személyszűrő alkalmazása utáni előnézethez" -#: ../gramps/gui/plug/export/_exportoptions.py:298 +#: ../gramps/gui/plug/export/_exportoptions.py:300 msgid "_Note Filter" msgstr "_Megjegyzés szűrő" -#: ../gramps/gui/plug/export/_exportoptions.py:310 +#: ../gramps/gui/plug/export/_exportoptions.py:313 msgid "Click to see preview after note filter" msgstr "Kattintson a megjegyzés szűrő alkalmazása utáni előnézethez" #. Frame 3: -#: ../gramps/gui/plug/export/_exportoptions.py:313 +#: ../gramps/gui/plug/export/_exportoptions.py:316 msgid "Privacy Filter" msgstr "Adatvédelmi szűrő" -#: ../gramps/gui/plug/export/_exportoptions.py:319 +#: ../gramps/gui/plug/export/_exportoptions.py:323 msgid "Click to see preview after privacy filter" msgstr "Kattintson az adatvédelmi szűrő alkalmazása utáni előnézethez" #. Frame 4: -#: ../gramps/gui/plug/export/_exportoptions.py:322 +#: ../gramps/gui/plug/export/_exportoptions.py:326 msgid "Living Filter" msgstr "Élőszűrő" -#: ../gramps/gui/plug/export/_exportoptions.py:329 +#: ../gramps/gui/plug/export/_exportoptions.py:334 msgid "Click to see preview after living filter" msgstr "Kattintson az élőszűrő alkalmazása utáni előnézethez" -#: ../gramps/gui/plug/export/_exportoptions.py:333 +#: ../gramps/gui/plug/export/_exportoptions.py:338 msgid "Reference Filter" msgstr "Hivatkozás-szűrő" -#: ../gramps/gui/plug/export/_exportoptions.py:339 +#: ../gramps/gui/plug/export/_exportoptions.py:345 msgid "Click to see preview after reference filter" msgstr "Kattintson a hivatkozás-szűrő alkalmazása utáni előnézethez" -#: ../gramps/gui/plug/export/_exportoptions.py:389 +#: ../gramps/gui/plug/export/_exportoptions.py:395 msgid "Hide order" msgstr "Sorrend elrejtése" -#: ../gramps/gui/plug/export/_exportoptions.py:582 +#: ../gramps/gui/plug/export/_exportoptions.py:588 msgid "Filtering private data" msgstr "Személyes adatok szűrése" -#: ../gramps/gui/plug/export/_exportoptions.py:591 +#: ../gramps/gui/plug/export/_exportoptions.py:597 msgid "Filtering living persons" msgstr "Élő személyek szűrése" -#: ../gramps/gui/plug/export/_exportoptions.py:608 +#: ../gramps/gui/plug/export/_exportoptions.py:614 msgid "Applying selected person filter" msgstr "A kiválasztott személyszűrő alkalmazása" -#: ../gramps/gui/plug/export/_exportoptions.py:618 +#: ../gramps/gui/plug/export/_exportoptions.py:624 msgid "Applying selected note filter" msgstr "A kiválasztott megjegyzés szűrő alkalmazása" -#: ../gramps/gui/plug/export/_exportoptions.py:627 +#: ../gramps/gui/plug/export/_exportoptions.py:633 msgid "Filtering referenced records" msgstr "A hivatkozott mezők szűrése" -#: ../gramps/gui/plug/export/_exportoptions.py:668 +#: ../gramps/gui/plug/export/_exportoptions.py:674 msgid "Cannot edit a system filter" msgstr "Nem tudja szerkeszteni a rendszer szűrőt" -#: ../gramps/gui/plug/export/_exportoptions.py:669 +#: ../gramps/gui/plug/export/_exportoptions.py:675 msgid "Please select a different filter to edit" msgstr "Szerkesztéshez kérem válasszon másik szűrőt" -#: ../gramps/gui/plug/export/_exportoptions.py:699 -#: ../gramps/gui/plug/export/_exportoptions.py:723 +#: ../gramps/gui/plug/export/_exportoptions.py:705 +#: ../gramps/gui/plug/export/_exportoptions.py:729 msgid "Include all selected people" msgstr "Minden kiválasztott emberrel bezárólag" -#: ../gramps/gui/plug/export/_exportoptions.py:713 +#: ../gramps/gui/plug/export/_exportoptions.py:719 msgid "Include all selected notes" msgstr "Minden kiválasztott jegyzettel bezárólag" -#: ../gramps/gui/plug/export/_exportoptions.py:724 +#: ../gramps/gui/plug/export/_exportoptions.py:730 msgid "Replace given names of living people" msgstr "Élő emberek keresztnevének cseréje" -#: ../gramps/gui/plug/export/_exportoptions.py:725 +#: ../gramps/gui/plug/export/_exportoptions.py:731 msgid "Replace complete name of living people" msgstr "Élő emberek teljes nevének cseréje" -#: ../gramps/gui/plug/export/_exportoptions.py:726 +#: ../gramps/gui/plug/export/_exportoptions.py:732 msgid "Do not include living people" msgstr "Élő emberek kizárása" -#: ../gramps/gui/plug/export/_exportoptions.py:735 +#: ../gramps/gui/plug/export/_exportoptions.py:741 msgid "Include all selected records" msgstr "Minden kiválasztott feljegyzéssel bezárólag" -#: ../gramps/gui/plug/export/_exportoptions.py:736 +#: ../gramps/gui/plug/export/_exportoptions.py:742 msgid "Do not include records not linked to a selected person" msgstr "A kiválasztott személyre nem hivatkozó feljegyzések kizárásával" -#: ../gramps/gui/plug/export/_exportoptions.py:757 +#: ../gramps/gui/plug/export/_exportoptions.py:763 msgid "Use Compression" msgstr "Használjon kompressziót" @@ -17238,15 +17349,15 @@ msgid "Web Connect" msgstr "Web kapcsolat" #: ../gramps/gui/plug/quick/_quickreports.py:139 -#: ../gramps/gui/plug/quick/_textbufdoc.py:75 -#: ../gramps/gui/plug/quick/_textbufdoc.py:155 -#: ../gramps/gui/plug/quick/_textbufdoc.py:157 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:213 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:220 -#: ../gramps/plugins/lib/libpersonview.py:379 +#: ../gramps/gui/plug/quick/_textbufdoc.py:74 +#: ../gramps/gui/plug/quick/_textbufdoc.py:154 +#: ../gramps/gui/plug/quick/_textbufdoc.py:156 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:216 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:223 +#: ../gramps/plugins/lib/libpersonview.py:382 #: ../gramps/plugins/lib/libplaceview.py:152 #: ../gramps/plugins/view/citationlistview.py:182 -#: ../gramps/plugins/view/citationtreeview.py:292 +#: ../gramps/plugins/view/citationtreeview.py:316 #: ../gramps/plugins/view/eventview.py:214 #: ../gramps/plugins/view/familyview.py:209 #: ../gramps/plugins/view/mediaview.py:219 @@ -17269,57 +17380,57 @@ msgstr "Szűrőben nem levő adatok megtekintése" msgid "Available Books" msgstr "Elérhető könyvek" -#: ../gramps/gui/plug/report/_bookdialog.py:239 +#: ../gramps/gui/plug/report/_bookdialog.py:240 msgid "Discard Unsaved Changes" msgstr "Nem mentett változások elvetése" -#: ../gramps/gui/plug/report/_bookdialog.py:240 +#: ../gramps/gui/plug/report/_bookdialog.py:241 msgid "You have made changes which have not been saved." msgstr "Vannak változások, amiket nem mentett." -#: ../gramps/gui/plug/report/_bookdialog.py:241 -#: ../gramps/gui/plug/report/_bookdialog.py:737 +#: ../gramps/gui/plug/report/_bookdialog.py:242 +#: ../gramps/gui/plug/report/_bookdialog.py:738 msgid "Proceed" msgstr "Tovább" -#: ../gramps/gui/plug/report/_bookdialog.py:300 +#: ../gramps/gui/plug/report/_bookdialog.py:301 msgid "Name of the book. MANDATORY" msgstr "A könyv neve. KÖTELEZŐ" -#: ../gramps/gui/plug/report/_bookdialog.py:322 +#: ../gramps/gui/plug/report/_bookdialog.py:323 msgid "Manage Books" msgstr "Könyvek kezelése" -#: ../gramps/gui/plug/report/_bookdialog.py:361 +#: ../gramps/gui/plug/report/_bookdialog.py:362 msgid "New Book" msgstr "Új könyv" -#: ../gramps/gui/plug/report/_bookdialog.py:364 +#: ../gramps/gui/plug/report/_bookdialog.py:365 msgid "_Available items" msgstr "_Elérhető elemek" -#: ../gramps/gui/plug/report/_bookdialog.py:368 +#: ../gramps/gui/plug/report/_bookdialog.py:369 msgid "Current _book" msgstr "Jelenlegi _könyv" -#: ../gramps/gui/plug/report/_bookdialog.py:376 +#: ../gramps/gui/plug/report/_bookdialog.py:377 #: ../gramps/plugins/drawreport/statisticschart.py:307 msgid "Item name" msgstr "Elem neve" -#: ../gramps/gui/plug/report/_bookdialog.py:379 +#: ../gramps/gui/plug/report/_bookdialog.py:380 msgid "Subject" msgstr "Tárgy" -#: ../gramps/gui/plug/report/_bookdialog.py:393 +#: ../gramps/gui/plug/report/_bookdialog.py:394 msgid "Book selection list" msgstr "Könyvválasztó lista" -#: ../gramps/gui/plug/report/_bookdialog.py:445 +#: ../gramps/gui/plug/report/_bookdialog.py:446 msgid "Different database" msgstr "Más adatbázis" -#: ../gramps/gui/plug/report/_bookdialog.py:446 +#: ../gramps/gui/plug/report/_bookdialog.py:447 #, python-format msgid "" "This book was created with the references to database %s.\n" @@ -17337,43 +17448,43 @@ msgstr "" "Ezért minden elem központi személye a jelenleg megnyitott adatbázis aktív " "személyéhez lesz állítva." -#: ../gramps/gui/plug/report/_bookdialog.py:552 +#: ../gramps/gui/plug/report/_bookdialog.py:553 msgid "No selected book item" msgstr "Nincs kiválasztott könyv elem" -#: ../gramps/gui/plug/report/_bookdialog.py:553 +#: ../gramps/gui/plug/report/_bookdialog.py:554 msgid "Please select a book item to configure." msgstr "Konfiguráláshoz kérem válasszon egy könyv elemet." -#: ../gramps/gui/plug/report/_bookdialog.py:618 -#: ../gramps/gui/views/bookmarks.py:252 ../gramps/gui/views/tags.py:414 +#: ../gramps/gui/plug/report/_bookdialog.py:619 +#: ../gramps/gui/views/bookmarks.py:281 ../gramps/gui/views/tags.py:420 msgid "_Up" msgstr "_Fel" -#: ../gramps/gui/plug/report/_bookdialog.py:619 -#: ../gramps/gui/views/bookmarks.py:253 ../gramps/gui/views/tags.py:415 +#: ../gramps/gui/plug/report/_bookdialog.py:620 +#: ../gramps/gui/views/bookmarks.py:282 ../gramps/gui/views/tags.py:421 msgid "_Down" msgstr "_Le" -#: ../gramps/gui/plug/report/_bookdialog.py:620 +#: ../gramps/gui/plug/report/_bookdialog.py:621 msgid "Setup" msgstr "Beállítás" -#: ../gramps/gui/plug/report/_bookdialog.py:709 -#: ../gramps/gui/plug/report/_bookdialog.py:720 +#: ../gramps/gui/plug/report/_bookdialog.py:710 +#: ../gramps/gui/plug/report/_bookdialog.py:721 msgid "No items" msgstr "Nincsenek elemek" -#: ../gramps/gui/plug/report/_bookdialog.py:710 -#: ../gramps/gui/plug/report/_bookdialog.py:721 +#: ../gramps/gui/plug/report/_bookdialog.py:711 +#: ../gramps/gui/plug/report/_bookdialog.py:722 msgid "This book has no items." msgstr "A könyvben nincsenek elemek." -#: ../gramps/gui/plug/report/_bookdialog.py:727 +#: ../gramps/gui/plug/report/_bookdialog.py:728 msgid "No book name" msgstr "Nincs könyv név" -#: ../gramps/gui/plug/report/_bookdialog.py:728 +#: ../gramps/gui/plug/report/_bookdialog.py:729 msgid "" "You are about to save away a book with no name.\n" "\n" @@ -17383,19 +17494,19 @@ msgstr "" "\n" "Kérem adjon egy nevet mentés előtt." -#: ../gramps/gui/plug/report/_bookdialog.py:734 +#: ../gramps/gui/plug/report/_bookdialog.py:735 msgid "Book name already exists" msgstr "A könyvnév már létezik" -#: ../gramps/gui/plug/report/_bookdialog.py:735 +#: ../gramps/gui/plug/report/_bookdialog.py:736 msgid "You are about to save away a book with a name which already exists." msgstr "Olyan nevű könyvet mentene, amilyen név már létezik." -#: ../gramps/gui/plug/report/_bookdialog.py:925 +#: ../gramps/gui/plug/report/_bookdialog.py:926 msgid "Generate Book" msgstr "Könyv létrehozása" -#: ../gramps/gui/plug/report/_bookdialog.py:968 +#: ../gramps/gui/plug/report/_bookdialog.py:969 msgid "Gramps Book" msgstr "GRAMPS könyv" @@ -17438,7 +17549,6 @@ msgstr "hüv." msgid "Configuration" msgstr "Beállítás" -#. Styles Frame #: ../gramps/gui/plug/report/_reportdialog.py:323 #: ../gramps/gui/plug/report/_styleeditor.py:103 #: ../gramps/gui/plug/report/_styleeditor.py:233 @@ -17456,6 +17566,7 @@ msgstr "Stílus" #. menu.add_option(category_name, "Spouse_disp", Spouse_disp) #. ################# #. ######################### +#. ################# #. ############################### #. --------------------- #. ############################### @@ -17463,8 +17574,9 @@ msgstr "Stílus" #. ######################### #. ############################### #: ../gramps/gui/plug/report/_reportdialog.py:365 -#: ../gramps/plugins/drawreport/ancestortree.py:836 +#: ../gramps/plugins/drawreport/ancestortree.py:837 #: ../gramps/plugins/drawreport/calendarreport.py:468 +#: ../gramps/plugins/drawreport/descendtree.py:1520 #: ../gramps/plugins/drawreport/fanchart.py:686 #: ../gramps/plugins/drawreport/statisticschart.py:984 #: ../gramps/plugins/drawreport/timeline.py:415 @@ -17488,22 +17600,22 @@ msgstr "Stílus" #: ../gramps/plugins/textreport/summary.py:287 #: ../gramps/plugins/textreport/tableofcontents.py:92 #: ../gramps/plugins/textreport/tagreport.py:894 -#: ../gramps/plugins/webreport/narrativeweb.py:9620 +#: ../gramps/plugins/webreport/narrativeweb.py:9623 #: ../gramps/plugins/webreport/webcal.py:1609 msgid "Report Options" msgstr "Összesítő lehetőségek" #. need any labels at top: -#: ../gramps/gui/plug/report/_reportdialog.py:455 +#: ../gramps/gui/plug/report/_reportdialog.py:456 msgid "Document Options" msgstr "Dokumentum opciók" -#: ../gramps/gui/plug/report/_reportdialog.py:501 -#: ../gramps/gui/plug/report/_reportdialog.py:528 +#: ../gramps/gui/plug/report/_reportdialog.py:502 +#: ../gramps/gui/plug/report/_reportdialog.py:529 msgid "Permission problem" msgstr "Jogosultsági probléma" -#: ../gramps/gui/plug/report/_reportdialog.py:502 +#: ../gramps/gui/plug/report/_reportdialog.py:503 #, python-format msgid "" "You do not have permission to write under the directory %s\n" @@ -17514,25 +17626,25 @@ msgstr "" "\n" "Válasszon másik könyvtárat, vagy javítsa a jogosultságot." -#: ../gramps/gui/plug/report/_reportdialog.py:511 +#: ../gramps/gui/plug/report/_reportdialog.py:512 msgid "File already exists" msgstr "A fájl már létezik" -#: ../gramps/gui/plug/report/_reportdialog.py:512 +#: ../gramps/gui/plug/report/_reportdialog.py:513 msgid "" "You can choose to either overwrite the file, or change the selected filename." msgstr "" "Választhatja a fájl felülírását, vagy a kiválasztott fájlnév változtatását." -#: ../gramps/gui/plug/report/_reportdialog.py:514 +#: ../gramps/gui/plug/report/_reportdialog.py:515 msgid "_Overwrite" msgstr "_Felülírás" -#: ../gramps/gui/plug/report/_reportdialog.py:515 +#: ../gramps/gui/plug/report/_reportdialog.py:516 msgid "_Change filename" msgstr "Fájlnév _változtatása" -#: ../gramps/gui/plug/report/_reportdialog.py:529 +#: ../gramps/gui/plug/report/_reportdialog.py:530 #, python-format msgid "" "You do not have permission to create %s\n" @@ -17543,13 +17655,13 @@ msgstr "" "\n" "Válasszon másik útvonalat, vagy javítsa a jogosultságot." -#: ../gramps/gui/plug/report/_reportdialog.py:536 -#: ../gramps/plugins/export/exportxml.py:143 +#: ../gramps/gui/plug/report/_reportdialog.py:537 +#: ../gramps/plugins/export/exportxml.py:146 msgid "No directory" msgstr "Nincs könyvtár" -#: ../gramps/gui/plug/report/_reportdialog.py:537 -#: ../gramps/plugins/export/exportxml.py:144 +#: ../gramps/gui/plug/report/_reportdialog.py:538 +#: ../gramps/plugins/export/exportxml.py:147 #, python-format msgid "" "There is no directory %s.\n" @@ -17560,17 +17672,17 @@ msgstr "" "\n" "Válasszon másik könyvtárat, vagy hozzon létre egyet." -#: ../gramps/gui/plug/report/_reportdialog.py:663 -#: ../gramps/gui/plug/tool.py:135 ../gramps/plugins/tool/relcalc.py:152 +#: ../gramps/gui/plug/report/_reportdialog.py:664 +#: ../gramps/gui/plug/tool.py:135 ../gramps/plugins/tool/relcalc.py:150 msgid "Active person has not been set" msgstr "Aktív személy nincs beállítva" -#: ../gramps/gui/plug/report/_reportdialog.py:664 +#: ../gramps/gui/plug/report/_reportdialog.py:665 msgid "You must select an active person for this report to work properly." msgstr "Az összesítő helyes működéséhez aktív személyt kell kiválasztania." -#: ../gramps/gui/plug/report/_reportdialog.py:716 -#: ../gramps/gui/plug/report/_reportdialog.py:723 +#: ../gramps/gui/plug/report/_reportdialog.py:717 +#: ../gramps/gui/plug/report/_reportdialog.py:724 msgid "Report could not be created" msgstr "Az összesítő nem létrehozható" @@ -17655,7 +17767,7 @@ msgstr "" msgid "_Proceed with the tool" msgstr "_Folytassa az eszközzel" -#: ../gramps/gui/plug/tool.py:136 ../gramps/plugins/tool/relcalc.py:153 +#: ../gramps/gui/plug/tool.py:136 ../gramps/plugins/tool/relcalc.py:151 msgid "You must select an active person for this tool to work properly." msgstr "Az eszköz helyes működéséhez aktív személyt kell kiválasztania." @@ -17663,24 +17775,24 @@ msgstr "Az eszköz helyes működéséhez aktív személyt kell kiválasztania." msgid "manual|Select_Source_or_Citation_selector" msgstr "manual|Forrás_vagy_idézet_kiválasztó" -#: ../gramps/gui/selectors/selectcitation.py:68 +#: ../gramps/gui/selectors/selectcitation.py:67 msgid "Select Source or Citation" msgstr "Forrás, vagy idézet kiválasztása" -#: ../gramps/gui/selectors/selectcitation.py:75 +#: ../gramps/gui/selectors/selectcitation.py:74 #: ../gramps/plugins/view/citationtreeview.py:93 msgid "Source: Title or Citation: Volume/Page" msgstr "Forrás: Cím vagy Idézet: Kötet/Oldal" -#: ../gramps/gui/selectors/selectcitation.py:77 -#: ../gramps/gui/selectors/selectevent.py:76 -#: ../gramps/gui/selectors/selectfamily.py:73 -#: ../gramps/gui/selectors/selectnote.py:79 +#: ../gramps/gui/selectors/selectcitation.py:76 +#: ../gramps/gui/selectors/selectevent.py:75 +#: ../gramps/gui/selectors/selectfamily.py:72 +#: ../gramps/gui/selectors/selectnote.py:78 #: ../gramps/gui/selectors/selectobject.py:83 -#: ../gramps/gui/selectors/selectperson.py:102 -#: ../gramps/gui/selectors/selectplace.py:75 -#: ../gramps/gui/selectors/selectrepository.py:72 -#: ../gramps/gui/selectors/selectsource.py:73 +#: ../gramps/gui/selectors/selectperson.py:101 +#: ../gramps/gui/selectors/selectplace.py:74 +#: ../gramps/gui/selectors/selectrepository.py:71 +#: ../gramps/gui/selectors/selectsource.py:72 msgid "Last Change" msgstr "Utolsó változás" @@ -17688,7 +17800,7 @@ msgstr "Utolsó változás" msgid "manual|Select_Event_selector" msgstr "manual|Esemény_választó_kiválasztása" -#: ../gramps/gui/selectors/selectevent.py:63 +#: ../gramps/gui/selectors/selectevent.py:62 msgid "Select Event" msgstr "Esemény kiválasztása" @@ -17700,7 +17812,7 @@ msgstr "manual|Család_választó_kiválasztása" msgid "manual|Select_Note_selector" msgstr "manual|Jegyzet_választó_kiválasztása" -#: ../gramps/gui/selectors/selectnote.py:68 +#: ../gramps/gui/selectors/selectnote.py:67 msgid "Select Note" msgstr "Jegyzet kiválasztása" @@ -17728,7 +17840,7 @@ msgstr "manual|Anya_választó_kiválasztása" msgid "manual|Select_Place_selector" msgstr "manual|Hely_választó_kiválasztása" -#: ../gramps/gui/selectors/selectplace.py:64 +#: ../gramps/gui/selectors/selectplace.py:63 msgid "Select Place" msgstr "Hely kiválasztása" @@ -17736,7 +17848,7 @@ msgstr "Hely kiválasztása" msgid "manual|Repositories" msgstr "manual|Tárolók" -#: ../gramps/gui/selectors/selectrepository.py:63 +#: ../gramps/gui/selectors/selectrepository.py:62 msgid "Select Repository" msgstr "Tároló kiválasztása" @@ -17750,7 +17862,7 @@ msgstr "Tároló kiválasztása" msgid "manual|xxxx" msgstr "manual|xxxx" -#: ../gramps/gui/selectors/selectsource.py:63 +#: ../gramps/gui/selectors/selectsource.py:62 msgid "Select Source" msgstr "Forrás kiválasztása" @@ -17776,15 +17888,15 @@ msgid "Spelling checker initialization failed: %s" msgstr "A helyesírás ellenőrző nem indult el: %s" #: ../gramps/gui/tipofday.py:67 ../gramps/gui/tipofday.py:68 -#: ../gramps/gui/tipofday.py:120 ../gramps/gui/viewmanager.py:501 +#: ../gramps/gui/tipofday.py:121 ../gramps/gui/viewmanager.py:507 msgid "Tip of the Day" msgstr "A nap tippje" -#: ../gramps/gui/tipofday.py:86 +#: ../gramps/gui/tipofday.py:87 msgid "Failed to display tip of the day" msgstr "Nem sikerült a nap tippjét megjeleníteni" -#: ../gramps/gui/tipofday.py:87 +#: ../gramps/gui/tipofday.py:88 #, python-format msgid "" "Unable to read the tips from external file.\n" @@ -17803,13 +17915,13 @@ msgstr "11" msgid "Undo History" msgstr "Történet visszavonása" -#: ../gramps/gui/undohistory.py:84 ../gramps/gui/viewmanager.py:589 -#: ../gramps/gui/viewmanager.py:1229 +#: ../gramps/gui/undohistory.py:84 ../gramps/gui/viewmanager.py:595 +#: ../gramps/gui/viewmanager.py:1239 msgid "_Undo" msgstr "Viss_zavonás" -#: ../gramps/gui/undohistory.py:86 ../gramps/gui/viewmanager.py:594 -#: ../gramps/gui/viewmanager.py:1246 +#: ../gramps/gui/undohistory.py:86 ../gramps/gui/viewmanager.py:600 +#: ../gramps/gui/viewmanager.py:1256 msgid "_Redo" msgstr "I_smétlés" @@ -17827,49 +17939,49 @@ msgstr "Eredeti idő" msgid "Action" msgstr "Tevékenység" -#: ../gramps/gui/undohistory.py:197 +#: ../gramps/gui/undohistory.py:196 msgid "Delete confirmation" msgstr "Megerősítés törlése" -#: ../gramps/gui/undohistory.py:198 +#: ../gramps/gui/undohistory.py:197 msgid "Are you sure you want to clear the Undo history?" msgstr "Biztos benne, hogy a Visszavonás történetet törölni akarja?" -#: ../gramps/gui/undohistory.py:199 ../gramps/plugins/gramplet/eval.py:80 +#: ../gramps/gui/undohistory.py:198 ../gramps/plugins/gramplet/eval.py:80 msgid "Clear" msgstr "Törlés" -#: ../gramps/gui/undohistory.py:235 +#: ../gramps/gui/undohistory.py:234 msgid "Database opened" msgstr "Az adatbázis megnyitva" -#: ../gramps/gui/undohistory.py:237 +#: ../gramps/gui/undohistory.py:236 msgid "History cleared" msgstr "A történet törölve" -#: ../gramps/gui/utils.py:222 +#: ../gramps/gui/utils.py:228 msgid "Canceling..." msgstr "Megszakítás..." -#: ../gramps/gui/utils.py:302 +#: ../gramps/gui/utils.py:308 msgid "Please do not force closing this important dialog." msgstr "Kérem ne erőltesse ennek a fontos párbeszéd ablaknak a bezárását." -#: ../gramps/gui/utils.py:365 +#: ../gramps/gui/utils.py:371 msgid "The external program failed to launch or experienced an error" msgstr "A külső program nem indult el, vagy hibát talált" -#: ../gramps/gui/utils.py:375 +#: ../gramps/gui/utils.py:381 msgid "Error from external program" msgstr "Hiba a külső programból" -#: ../gramps/gui/utils.py:416 +#: ../gramps/gui/utils.py:422 #: ../gramps/plugins/textreport/simplebooktitle.py:107 #, python-format msgid "File %s does not exist" msgstr "Nem létező %s fájl" -#: ../gramps/gui/utils.py:579 +#: ../gramps/gui/utils.py:585 msgid "" "Cannot open new citation editor at this time. Either the citation is already " "being edited, or the associated source is already being edited, and opening " @@ -17887,193 +17999,193 @@ msgstr "" "Az idézet szerkesztéséhez zárja be a forrás szerkesztését, majd csak az " "idézethez nyisson meg egy szerkesztőt" -#: ../gramps/gui/utils.py:592 +#: ../gramps/gui/utils.py:598 msgid "Cannot open new citation editor" msgstr "Nem megnyitható az idézet-szerkesztő" -#: ../gramps/gui/viewmanager.py:433 ../gramps/gui/viewmanager.py:1203 +#: ../gramps/gui/viewmanager.py:439 ../gramps/gui/viewmanager.py:1213 msgid "No Family Tree" msgstr "Nincs Családfa" -#: ../gramps/gui/viewmanager.py:455 +#: ../gramps/gui/viewmanager.py:461 msgid "Connect to a recent database" msgstr "Jelenlegi adatbázishoz kapcsolódás" -#: ../gramps/gui/viewmanager.py:473 +#: ../gramps/gui/viewmanager.py:479 msgid "_Family Trees" msgstr "Család_fák" -#: ../gramps/gui/viewmanager.py:474 +#: ../gramps/gui/viewmanager.py:480 msgid "_Manage Family Trees..." msgstr "Családfák _kezelése..." -#: ../gramps/gui/viewmanager.py:475 +#: ../gramps/gui/viewmanager.py:481 msgid "Manage databases" msgstr "Adatbázisok kezelése" -#: ../gramps/gui/viewmanager.py:476 +#: ../gramps/gui/viewmanager.py:482 msgid "Open _Recent" msgstr "Jelenlegi _megnyitása" -#: ../gramps/gui/viewmanager.py:477 +#: ../gramps/gui/viewmanager.py:483 msgid "Open an existing database" msgstr "Jelenlegi adatbázis megnyitása" -#: ../gramps/gui/viewmanager.py:478 +#: ../gramps/gui/viewmanager.py:484 msgid "_Quit" msgstr "_Kilépés" -#: ../gramps/gui/viewmanager.py:480 +#: ../gramps/gui/viewmanager.py:486 msgid "_View" msgstr "_Nézet" -#: ../gramps/gui/viewmanager.py:482 +#: ../gramps/gui/viewmanager.py:488 msgid "_Preferences..." msgstr "_Beállítások..." -#: ../gramps/gui/viewmanager.py:485 +#: ../gramps/gui/viewmanager.py:491 msgid "Gramps _Home Page" msgstr "GRAMPS _honlap" -#: ../gramps/gui/viewmanager.py:487 +#: ../gramps/gui/viewmanager.py:493 msgid "Gramps _Mailing Lists" msgstr "GRAMPS _levelezőlista" -#: ../gramps/gui/viewmanager.py:489 +#: ../gramps/gui/viewmanager.py:495 msgid "_Report a Bug" msgstr "_Hiba jelentése" -#: ../gramps/gui/viewmanager.py:491 +#: ../gramps/gui/viewmanager.py:497 msgid "_Extra Reports/Tools" msgstr "_Extra összesítők/eszközök" -#: ../gramps/gui/viewmanager.py:493 +#: ../gramps/gui/viewmanager.py:499 msgid "_About" msgstr "Né_vjegy" -#: ../gramps/gui/viewmanager.py:495 +#: ../gramps/gui/viewmanager.py:501 msgid "_Plugin Manager" msgstr "_Beépülő kezelő" -#: ../gramps/gui/viewmanager.py:497 +#: ../gramps/gui/viewmanager.py:503 msgid "_FAQ" msgstr "_GYIK" -#: ../gramps/gui/viewmanager.py:498 +#: ../gramps/gui/viewmanager.py:504 msgid "_Key Bindings" msgstr "_Kulcs kötések" -#: ../gramps/gui/viewmanager.py:499 +#: ../gramps/gui/viewmanager.py:505 msgid "_User Manual" msgstr "_Felhasználói kézikönyv" -#: ../gramps/gui/viewmanager.py:507 +#: ../gramps/gui/viewmanager.py:513 msgid "Close the current database" msgstr "Zárja be a jelenlegi adatbázist" -#: ../gramps/gui/viewmanager.py:508 +#: ../gramps/gui/viewmanager.py:514 msgid "_Export..." msgstr "_Exportálás..." -#: ../gramps/gui/viewmanager.py:510 +#: ../gramps/gui/viewmanager.py:516 msgid "Make Backup..." msgstr "Biztonsági másolat készítése..." -#: ../gramps/gui/viewmanager.py:511 +#: ../gramps/gui/viewmanager.py:517 msgid "Make a Gramps XML backup of the database" msgstr "GRAMPS XML adatbázis biztonsági mentés készítése" -#: ../gramps/gui/viewmanager.py:513 +#: ../gramps/gui/viewmanager.py:519 msgid "_Abandon Changes and Quit" msgstr "_A változások elvetése és kilépés" -#: ../gramps/gui/viewmanager.py:514 ../gramps/gui/viewmanager.py:517 +#: ../gramps/gui/viewmanager.py:520 ../gramps/gui/viewmanager.py:523 msgid "_Reports" msgstr "Ö_sszesítők" -#: ../gramps/gui/viewmanager.py:515 +#: ../gramps/gui/viewmanager.py:521 msgid "Open the reports dialog" msgstr "Összesítők párbeszédablak megnyitása" -#: ../gramps/gui/viewmanager.py:516 +#: ../gramps/gui/viewmanager.py:522 msgid "_Go" msgstr "_Menj" -#: ../gramps/gui/viewmanager.py:518 +#: ../gramps/gui/viewmanager.py:524 msgid "Books..." msgstr "Könyvek..." -#: ../gramps/gui/viewmanager.py:519 +#: ../gramps/gui/viewmanager.py:525 msgid "_Windows" msgstr "Ab_lakok" -#: ../gramps/gui/viewmanager.py:566 +#: ../gramps/gui/viewmanager.py:572 msgid "Clip_board" msgstr "Vá_gólap" -#: ../gramps/gui/viewmanager.py:567 +#: ../gramps/gui/viewmanager.py:573 msgid "Open the Clipboard dialog" msgstr "Vágólap párbeszédablak megnyitása" -#: ../gramps/gui/viewmanager.py:568 +#: ../gramps/gui/viewmanager.py:574 msgid "_Import..." msgstr "_Importálás..." -#: ../gramps/gui/viewmanager.py:570 ../gramps/gui/viewmanager.py:573 +#: ../gramps/gui/viewmanager.py:576 ../gramps/gui/viewmanager.py:579 msgid "_Tools" msgstr "_Eszközök" -#: ../gramps/gui/viewmanager.py:571 +#: ../gramps/gui/viewmanager.py:577 msgid "Open the tools dialog" msgstr "Eszközök párbeszédablak megnyitása" -#: ../gramps/gui/viewmanager.py:572 +#: ../gramps/gui/viewmanager.py:578 msgid "_Bookmarks" msgstr "_Könyvjelzők" -#: ../gramps/gui/viewmanager.py:574 +#: ../gramps/gui/viewmanager.py:580 msgid "_Configure..." msgstr "_Beállítás..." -#: ../gramps/gui/viewmanager.py:575 +#: ../gramps/gui/viewmanager.py:581 msgid "Configure the active view" msgstr "Aktív nézet beállítása" -#: ../gramps/gui/viewmanager.py:580 +#: ../gramps/gui/viewmanager.py:586 msgid "_Navigator" msgstr "_Navigátor" -#: ../gramps/gui/viewmanager.py:582 +#: ../gramps/gui/viewmanager.py:588 msgid "_Toolbar" msgstr "_Eszközsáv" -#: ../gramps/gui/viewmanager.py:584 +#: ../gramps/gui/viewmanager.py:590 msgid "F_ull Screen" msgstr "Teljes ké_pernyő" -#: ../gramps/gui/viewmanager.py:600 +#: ../gramps/gui/viewmanager.py:606 msgid "Undo History..." msgstr "Történet visszavonása..." -#: ../gramps/gui/viewmanager.py:623 +#: ../gramps/gui/viewmanager.py:629 #, python-format msgid "Key %s is not bound" msgstr "%s kulcs nem kötött" #. registering plugins -#: ../gramps/gui/viewmanager.py:730 +#: ../gramps/gui/viewmanager.py:736 msgid "Registering plugins..." msgstr "Bővítmények regisztrálása..." -#: ../gramps/gui/viewmanager.py:737 +#: ../gramps/gui/viewmanager.py:743 msgid "Ready" msgstr "Kész" -#: ../gramps/gui/viewmanager.py:778 +#: ../gramps/gui/viewmanager.py:788 msgid "Abort changes?" msgstr "Változások elvetése?" -#: ../gramps/gui/viewmanager.py:779 +#: ../gramps/gui/viewmanager.py:789 msgid "" "Aborting changes will return the database to the state it was before you " "started this editing session." @@ -18081,15 +18193,15 @@ msgstr "" "A változások elvetése visszaadja adatbázisának a szerkesztés megkezdése " "előtti állapotát." -#: ../gramps/gui/viewmanager.py:781 +#: ../gramps/gui/viewmanager.py:791 msgid "Abort changes" msgstr "Változások elvetése" -#: ../gramps/gui/viewmanager.py:792 +#: ../gramps/gui/viewmanager.py:802 msgid "Cannot abandon session's changes" msgstr "A munkamenet változások elvetése nem lehetséges" -#: ../gramps/gui/viewmanager.py:793 +#: ../gramps/gui/viewmanager.py:803 msgid "" "Changes cannot be completely abandoned because the number of changes made in " "the session exceeded the limit." @@ -18097,99 +18209,31 @@ msgstr "" "A munkamenet változások elvetése teljesen nem lehetséges, mert a " "munkamenetben a változások száma meghaladja a korlátot." -#: ../gramps/gui/viewmanager.py:954 +#: ../gramps/gui/viewmanager.py:964 msgid "View failed to load. Check error output." msgstr "A nézet betöltése meghiúsult. Ellenőrizze a hibakimenetet." -#: ../gramps/gui/viewmanager.py:1106 +#: ../gramps/gui/viewmanager.py:1116 msgid "Import Statistics" msgstr "Statisztikák importálása" -#: ../gramps/gui/viewmanager.py:1173 +#: ../gramps/gui/viewmanager.py:1183 msgid "Read Only" msgstr "Csak olvasható" -#: ../gramps/gui/viewmanager.py:1280 -msgid "Gramps XML Backup" -msgstr "GRAMPS XML biztonsági mentés" +#: ../gramps/gui/viewmanager.py:1302 +msgid "Autobackup..." +msgstr "Automentés..." -#: ../gramps/gui/viewmanager.py:1311 -#: ../gramps/plugins/importer/importgedcom.glade:289 -msgid "File:" -msgstr "Fájl:" +#: ../gramps/gui/viewmanager.py:1307 +msgid "Error saving backup data" +msgstr "Biztonsági adatmentés hiba" -#: ../gramps/gui/viewmanager.py:1343 -msgid "Media:" -msgstr "Média:" - -#. ################# -#. -------------------- -#. ############################### -#. What to include -#. ######################### -#. ############################### -#: ../gramps/gui/viewmanager.py:1349 -#: ../gramps/plugins/drawreport/ancestortree.py:962 -#: ../gramps/plugins/drawreport/descendtree.py:1668 -#: ../gramps/plugins/graph/gvfamilylines.py:189 -#: ../gramps/plugins/graph/gvrelgraph.py:692 -#: ../gramps/plugins/textreport/detancestralreport.py:852 -#: ../gramps/plugins/textreport/detdescendantreport.py:1061 -#: ../gramps/plugins/textreport/detdescendantreport.py:1085 -#: ../gramps/plugins/textreport/familygroup.py:736 -#: ../gramps/plugins/textreport/indivcomplete.py:1067 -msgid "Include" -msgstr "Beleértve" - -#: ../gramps/gui/viewmanager.py:1350 -#: ../gramps/plugins/gramplet/statsgramplet.py:139 -#: ../gramps/plugins/webreport/narrativeweb.py:8121 -msgid "Megabyte|MB" -msgstr "MB" - -#: ../gramps/gui/viewmanager.py:1352 -msgid "Exclude" -msgstr "Kizárva" - -#: ../gramps/gui/viewmanager.py:1373 -msgid "Backup file already exists! Overwrite?" -msgstr "A mentési fájl már létezik. Felülírja?" - -#: ../gramps/gui/viewmanager.py:1374 -#, python-format -msgid "The file '%s' exists." -msgstr "A(z) '%s' fájl már létezik." - -#: ../gramps/gui/viewmanager.py:1375 -msgid "Proceed and overwrite" -msgstr "Folytatás és felülírás" - -#: ../gramps/gui/viewmanager.py:1376 -msgid "Cancel the backup" -msgstr "A mentés megszakítása" - -#: ../gramps/gui/viewmanager.py:1384 -msgid "Making backup..." -msgstr "Mentés készítése..." - -#: ../gramps/gui/viewmanager.py:1397 -#, python-format -msgid "Backup saved to '%s'" -msgstr "A másolat ide mentve: '%s'" - -#: ../gramps/gui/viewmanager.py:1400 -msgid "Backup aborted" -msgstr "A mentés megszakítva" - -#: ../gramps/gui/viewmanager.py:1409 -msgid "Select backup directory" -msgstr "Válassza ki a mentési könyvtárat" - -#: ../gramps/gui/viewmanager.py:1634 +#: ../gramps/gui/viewmanager.py:1517 msgid "Failed Loading View" msgstr "A nézet betöltése nem sikerült" -#: ../gramps/gui/viewmanager.py:1635 +#: ../gramps/gui/viewmanager.py:1518 #, python-format msgid "" "The view %(name)s did not load and reported an error.\n" @@ -18214,11 +18258,11 @@ msgstr "" "Ha szeretné, hogy a GRAMPS ne töltse be újra a nézetet, akkor azt elrejtheti " "a Súgó menü Bővítmény-kezelőjének használatával." -#: ../gramps/gui/viewmanager.py:1727 +#: ../gramps/gui/viewmanager.py:1610 msgid "Failed Loading Plugin" msgstr "A bővítmény betöltése nem sikerült" -#: ../gramps/gui/viewmanager.py:1728 +#: ../gramps/gui/viewmanager.py:1611 #, python-format msgid "" "The plugin %(name)s did not load and reported an error.\n" @@ -18243,36 +18287,108 @@ msgstr "" "Ha szeretné, hogy a GRAMPS ne töltse be újra a bővítményt, akkor rejtse el a " "Súgó menü Bővítmény-kezelőjének használatával." -#: ../gramps/gui/views/bookmarks.py:65 +#: ../gramps/gui/viewmanager.py:1690 +msgid "Gramps XML Backup" +msgstr "GRAMPS XML biztonsági mentés" + +#: ../gramps/gui/viewmanager.py:1719 +#: ../gramps/plugins/importer/importgedcom.glade:289 +msgid "File:" +msgstr "Fájl:" + +#: ../gramps/gui/viewmanager.py:1751 +msgid "Media:" +msgstr "Média:" + +#. ################# +#. -------------------- +#. ############################### +#. What to include +#. ############################### +#: ../gramps/gui/viewmanager.py:1757 +#: ../gramps/plugins/drawreport/ancestortree.py:963 +#: ../gramps/plugins/drawreport/descendtree.py:1671 +#: ../gramps/plugins/graph/gvfamilylines.py:189 +#: ../gramps/plugins/graph/gvrelgraph.py:692 +#: ../gramps/plugins/textreport/detancestralreport.py:852 +#: ../gramps/plugins/textreport/detdescendantreport.py:1061 +#: ../gramps/plugins/textreport/detdescendantreport.py:1085 +#: ../gramps/plugins/textreport/indivcomplete.py:1067 +msgid "Include" +msgstr "Beleértve" + +#: ../gramps/gui/viewmanager.py:1758 +#: ../gramps/plugins/gramplet/statsgramplet.py:139 +#: ../gramps/plugins/webreport/narrativeweb.py:8121 +msgid "Megabyte|MB" +msgstr "MB" + +#: ../gramps/gui/viewmanager.py:1760 +msgid "Exclude" +msgstr "Kizárva" + +#: ../gramps/gui/viewmanager.py:1780 +msgid "Backup file already exists! Overwrite?" +msgstr "A mentési fájl már létezik. Felülírja?" + +#: ../gramps/gui/viewmanager.py:1781 +#, python-format +msgid "The file '%s' exists." +msgstr "A(z) '%s' fájl már létezik." + +#: ../gramps/gui/viewmanager.py:1782 +msgid "Proceed and overwrite" +msgstr "Folytatás és felülírás" + +#: ../gramps/gui/viewmanager.py:1783 +msgid "Cancel the backup" +msgstr "A mentés megszakítása" + +#: ../gramps/gui/viewmanager.py:1798 +msgid "Making backup..." +msgstr "Mentés készítése..." + +#: ../gramps/gui/viewmanager.py:1811 +#, python-format +msgid "Backup saved to '%s'" +msgstr "A másolat ide mentve: '%s'" + +#: ../gramps/gui/viewmanager.py:1814 +msgid "Backup aborted" +msgstr "A mentés megszakítva" + +#: ../gramps/gui/views/bookmarks.py:66 msgid "manual|Bookmarks" msgstr "Könyvjelzők" -#: ../gramps/gui/views/bookmarks.py:227 ../gramps/gui/views/bookmarks.py:234 +#. this is meaningless while it's modal +#: ../gramps/gui/views/bookmarks.py:253 ../gramps/gui/views/bookmarks.py:264 +#: ../gramps/gui/views/bookmarks.py:357 #: ../gramps/gui/views/navigationview.py:276 msgid "Organize Bookmarks" msgstr "Könyvjelzők szerkesztése" -#: ../gramps/gui/views/bookmarks.py:433 +#: ../gramps/gui/views/bookmarks.py:460 msgid "Cannot bookmark this reference" msgstr "A hivatkozás nem könyvjelzőzhető" #: ../gramps/gui/views/listview.py:210 -#: ../gramps/plugins/lib/libpersonview.py:386 +#: ../gramps/plugins/lib/libpersonview.py:389 msgid "_Add..." msgstr "_Hozzáadás..." #: ../gramps/gui/views/listview.py:214 -#: ../gramps/plugins/lib/libpersonview.py:390 +#: ../gramps/plugins/lib/libpersonview.py:393 msgid "_Merge..." msgstr "Öss_zefűzés..." #: ../gramps/gui/views/listview.py:216 -#: ../gramps/plugins/lib/libpersonview.py:392 +#: ../gramps/plugins/lib/libpersonview.py:395 msgid "Export View..." msgstr "Nézet exportálása..." #: ../gramps/gui/views/listview.py:222 -#: ../gramps/plugins/lib/libpersonview.py:377 +#: ../gramps/plugins/lib/libpersonview.py:380 msgid "action|_Edit..." msgstr "_Szerkesztés..." @@ -18325,7 +18441,7 @@ msgid "Deleting item will remove it from the database." msgstr "Az elem törlésével eltávolítja azt az adatbázisból." #: ../gramps/gui/views/listview.py:572 -#: ../gramps/plugins/lib/libpersonview.py:312 +#: ../gramps/plugins/lib/libpersonview.py:315 #: ../gramps/plugins/view/familyview.py:260 #, python-format msgid "Delete %s?" @@ -18339,19 +18455,19 @@ msgstr "Elem _törlése" msgid "Column clicked, sorting..." msgstr "Oszlop volt kattintva, válogatás..." -#: ../gramps/gui/views/listview.py:1007 +#: ../gramps/gui/views/listview.py:1019 msgid "Export View as Spreadsheet" msgstr "Nézet exportálása mint táblázat" -#: ../gramps/gui/views/listview.py:1020 +#: ../gramps/gui/views/listview.py:1032 msgid "CSV" msgstr "CSV" -#: ../gramps/gui/views/listview.py:1021 +#: ../gramps/gui/views/listview.py:1033 msgid "OpenDocument Spreadsheet" msgstr "Open Document táblázat" -#: ../gramps/gui/views/listview.py:1209 +#: ../gramps/gui/views/listview.py:1221 msgid "Columns" msgstr "Oszlopok" @@ -18389,7 +18505,7 @@ msgid "Go to the previous object in the history" msgstr "A történet előző objektumára ugrás" #: ../gramps/gui/views/navigationview.py:306 -#: ../gramps/plugins/view/pedigreeview.py:1563 +#: ../gramps/plugins/view/pedigreeview.py:1577 msgid "_Home" msgstr "_Kezdés" @@ -18443,60 +18559,61 @@ msgstr "%(cat)s - %(view)s beállítása" msgid "%(cat)s - %(view)s" msgstr "%(cat)s - %(view)s" -#: ../gramps/gui/views/pageview.py:597 +#: ../gramps/gui/views/pageview.py:598 #, python-format msgid "Configure %s View" msgstr "%s nézet beállítása" #. top widget at the top -#: ../gramps/gui/views/pageview.py:611 +#: ../gramps/gui/views/pageview.py:612 #, python-format msgid "View %(name)s: %(msg)s" msgstr "%(name)s nézete: %(msg)s" -#: ../gramps/gui/views/tags.py:86 +#: ../gramps/gui/views/tags.py:87 msgid "manual|Organize_Tags_Window" msgstr "manual|Címkék_szervezése_ablak" -#: ../gramps/gui/views/tags.py:87 +#: ../gramps/gui/views/tags.py:88 msgid "manual|New_Tag_dialog" msgstr "manual|Új_Címke_párbeszéd_ablak" -#: ../gramps/gui/views/tags.py:226 +#: ../gramps/gui/views/tags.py:227 msgid "New Tag..." msgstr "Új címke..." -#: ../gramps/gui/views/tags.py:228 +#: ../gramps/gui/views/tags.py:229 msgid "Organize Tags..." msgstr "Címkék szervezése..." -#: ../gramps/gui/views/tags.py:231 +#: ../gramps/gui/views/tags.py:232 msgid "Tag selected rows" msgstr "Címke által választott sorok" -#: ../gramps/gui/views/tags.py:274 +#: ../gramps/gui/views/tags.py:272 msgid "Adding Tags" msgstr "Címkék hozzáadása" -#: ../gramps/gui/views/tags.py:279 +#: ../gramps/gui/views/tags.py:277 #, python-format msgid "Tag Selection (%s)" msgstr "Címke kiválasztás: (%s)" -#: ../gramps/gui/views/tags.py:342 -msgid "Change Tag Priority" -msgstr "Címkék sorrendiség változtatása" - -#: ../gramps/gui/views/tags.py:387 ../gramps/gui/views/tags.py:394 +#: ../gramps/gui/views/tags.py:326 ../gramps/gui/views/tags.py:335 +#: ../gramps/gui/views/tags.py:400 msgid "Organize Tags" msgstr "Címkék szervezése" -#: ../gramps/gui/views/tags.py:490 +#: ../gramps/gui/views/tags.py:354 +msgid "Change Tag Priority" +msgstr "Címkék sorrendiség változtatása" + +#: ../gramps/gui/views/tags.py:493 #, python-format msgid "Remove tag '%s'?" msgstr "'%s' címke eltávolítása?" -#: ../gramps/gui/views/tags.py:491 +#: ../gramps/gui/views/tags.py:494 msgid "" "The tag definition will be removed. The tag will be also removed from all " "objects in the database." @@ -18504,63 +18621,64 @@ msgstr "" "A címke meghatározás eltávolításra kerül. A címke az adatbázis minden " "objektumából is letávoéításra kerül." -#: ../gramps/gui/views/tags.py:523 +#: ../gramps/gui/views/tags.py:526 msgid "Removing Tags" msgstr "Címkék eltávolítása" -#: ../gramps/gui/views/tags.py:528 +#: ../gramps/gui/views/tags.py:531 #, python-format msgid "Delete Tag (%s)" msgstr "(%s) címke eltávolítása" -#: ../gramps/gui/views/tags.py:586 -msgid "Cannot save tag" -msgstr "Nem menthető címke" - -#: ../gramps/gui/views/tags.py:587 -msgid "The tag name cannot be empty" -msgstr "A címke neve nem lehet üres" - -#: ../gramps/gui/views/tags.py:592 -#, python-format -msgid "Add Tag (%s)" -msgstr "(%s) címke hozzáadása" - -#: ../gramps/gui/views/tags.py:598 -#, python-format -msgid "Edit Tag (%s)" -msgstr "(%s) címke szerkesztése" - -#: ../gramps/gui/views/tags.py:608 +#: ../gramps/gui/views/tags.py:556 #, python-format msgid "Tag: %s" msgstr "Címke: %s" -#: ../gramps/gui/views/tags.py:610 +#: ../gramps/gui/views/tags.py:558 msgid "New Tag" msgstr "Új címke" -#: ../gramps/gui/views/tags.py:620 +#: ../gramps/gui/views/tags.py:604 +msgid "Cannot save tag" +msgstr "Nem menthető címke" + +#: ../gramps/gui/views/tags.py:605 +msgid "The tag name cannot be empty" +msgstr "A címke neve nem lehet üres" + +#: ../gramps/gui/views/tags.py:610 +#, python-format +msgid "Add Tag (%s)" +msgstr "(%s) címke hozzáadása" + +#: ../gramps/gui/views/tags.py:616 +#, python-format +msgid "Edit Tag (%s)" +msgstr "(%s) címke szerkesztése" + +#: ../gramps/gui/views/tags.py:631 msgid "Tag Name:" msgstr "Címke név:" -#: ../gramps/gui/views/tags.py:627 +#: ../gramps/gui/views/tags.py:638 +#, python-format +msgid "%(title)s - Gramps" +msgstr "%(title)s - GRAMPS" + +#: ../gramps/gui/views/tags.py:638 msgid "Pick a Color" msgstr "Színválasztás" -#: ../gramps/gui/views/treemodels/placemodel.py:137 -#: ../gramps/gui/views/treemodels/placemodel.py:145 -#: ../gramps/gui/views/treemodels/placemodel.py:153 -#: ../gramps/gui/views/treemodels/placemodel.py:161 +#: ../gramps/gui/views/treemodels/placemodel.py:138 +#: ../gramps/gui/views/treemodels/placemodel.py:146 +#: ../gramps/gui/views/treemodels/placemodel.py:154 +#: ../gramps/gui/views/treemodels/placemodel.py:162 msgid "Error in format" msgstr "Formátumhiba" #: ../gramps/gui/views/treemodels/treebasemodel.py:533 -#: ../gramps/gui/views/treemodels/treebasemodel.py:584 -msgid "Building View" -msgstr "Felépítés nézet" - -#: ../gramps/gui/views/treemodels/treebasemodel.py:587 +#: ../gramps/gui/views/treemodels/treebasemodel.py:581 msgid "Loading items..." msgstr "Elemek betöltése..." @@ -18580,43 +18698,43 @@ msgstr "A szakasz kibontása" msgid "Collapse this section" msgstr "A szakasz összecsukása" -#: ../gramps/gui/widgets/fanchart.py:1519 ../gramps/plugins/view/relview.py:801 +#: ../gramps/gui/widgets/fanchart.py:1519 ../gramps/plugins/view/relview.py:811 msgid "Edit family" msgstr "Család szerkesztése" -#: ../gramps/gui/widgets/fanchart.py:1535 ../gramps/plugins/view/relview.py:802 +#: ../gramps/gui/widgets/fanchart.py:1535 ../gramps/plugins/view/relview.py:812 msgid "Reorder families" msgstr "Családok újrarendezése" #: ../gramps/gui/widgets/fanchart.py:1541 -#: ../gramps/plugins/view/pedigreeview.py:1653 -#: ../gramps/plugins/view/pedigreeview.py:1881 +#: ../gramps/plugins/view/pedigreeview.py:1667 +#: ../gramps/plugins/view/pedigreeview.py:1895 msgid "_Copy" msgstr "_Másolás" #. Go over siblings and build their menu #: ../gramps/gui/widgets/fanchart.py:1585 -#: ../gramps/plugins/quickview/quickview.gpr.py:316 -#: ../gramps/plugins/view/pedigreeview.py:1697 -#: ../gramps/plugins/view/relview.py:904 +#: ../gramps/plugins/quickview/quickview.gpr.py:319 +#: ../gramps/plugins/view/pedigreeview.py:1711 +#: ../gramps/plugins/view/relview.py:914 msgid "Siblings" msgstr "Testvérek" #. Go over children and build their menu #: ../gramps/gui/widgets/fanchart.py:1644 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:852 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:866 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:855 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:869 #: ../gramps/plugins/textreport/familygroup.py:639 #: ../gramps/plugins/textreport/indivcomplete.py:663 -#: ../gramps/plugins/view/pedigreeview.py:1739 -#: ../gramps/plugins/view/relview.py:1410 +#: ../gramps/plugins/view/pedigreeview.py:1753 +#: ../gramps/plugins/view/relview.py:1420 #: ../gramps/plugins/webreport/narrativeweb.py:753 msgid "Children" msgstr "Gyermekek" #. Go over parents and build their menu #: ../gramps/gui/widgets/fanchart.py:1721 -#: ../gramps/plugins/view/pedigreeview.py:1824 +#: ../gramps/plugins/view/pedigreeview.py:1838 msgid "Related" msgstr "Összefüggő" @@ -18629,7 +18747,7 @@ msgid "Add a person" msgstr "Személy hozzáadása" #: ../gramps/gui/widgets/fanchart.py:1851 -#: ../gramps/plugins/view/relview.py:1551 +#: ../gramps/plugins/view/relview.py:1561 msgid "Add Child to Family" msgstr "Gyermek hozzáadása a családhoz" @@ -18751,67 +18869,67 @@ msgstr "Haladás információ" msgid "Reorder Relationships" msgstr "Rokonságok átrendezése" -#: ../gramps/gui/widgets/reorderfam.py:167 +#: ../gramps/gui/widgets/reorderfam.py:168 #, python-format msgid "Reorder Relationships: %s" msgstr "Rokonságok átrendezése: %s" #. spell checker submenu -#: ../gramps/gui/widgets/styledtexteditor.py:370 +#: ../gramps/gui/widgets/styledtexteditor.py:369 msgid "Spellcheck" msgstr "Helyesírás-ellenőrző" -#: ../gramps/gui/widgets/styledtexteditor.py:375 +#: ../gramps/gui/widgets/styledtexteditor.py:374 msgid "Search selection on web" msgstr "A kiválasztás keresése a weben" -#: ../gramps/gui/widgets/styledtexteditor.py:386 +#: ../gramps/gui/widgets/styledtexteditor.py:385 msgid "_Send Mail To..." msgstr "_Levél küldése..." -#: ../gramps/gui/widgets/styledtexteditor.py:388 +#: ../gramps/gui/widgets/styledtexteditor.py:387 msgid "Copy _E-mail Address" msgstr "_E-mail cím másolása" -#: ../gramps/gui/widgets/styledtexteditor.py:391 +#: ../gramps/gui/widgets/styledtexteditor.py:390 msgid "_Open Link" msgstr "_Hivatkozás megnyitása" -#: ../gramps/gui/widgets/styledtexteditor.py:393 +#: ../gramps/gui/widgets/styledtexteditor.py:392 msgid "Copy _Link Address" msgstr "Hivatkozás _cím másolása" -#: ../gramps/gui/widgets/styledtexteditor.py:397 +#: ../gramps/gui/widgets/styledtexteditor.py:396 msgid "_Edit Link" msgstr "Hivatkozás s_zerkesztése" -#: ../gramps/gui/widgets/styledtexteditor.py:469 +#: ../gramps/gui/widgets/styledtexteditor.py:468 msgid "Font Color" msgstr "Betű szín" -#: ../gramps/gui/widgets/styledtexteditor.py:471 +#: ../gramps/gui/widgets/styledtexteditor.py:470 msgid "Background Color" msgstr "Háttérszín" -#: ../gramps/gui/widgets/styledtexteditor.py:475 +#: ../gramps/gui/widgets/styledtexteditor.py:474 msgid "Clear Markup" msgstr "Jelölés tisztítás" +#: ../gramps/gui/widgets/styledtexteditor.py:514 #: ../gramps/gui/widgets/styledtexteditor.py:515 -#: ../gramps/gui/widgets/styledtexteditor.py:516 msgid "Undo" msgstr "Visszavonás" +#: ../gramps/gui/widgets/styledtexteditor.py:518 #: ../gramps/gui/widgets/styledtexteditor.py:519 -#: ../gramps/gui/widgets/styledtexteditor.py:520 msgid "Redo" msgstr "Ismétlés" -#: ../gramps/gui/widgets/styledtexteditor.py:643 +#: ../gramps/gui/widgets/styledtexteditor.py:642 msgid "Select font color" msgstr "Betűszín kiválasztása" -#: ../gramps/gui/widgets/styledtexteditor.py:645 +#: ../gramps/gui/widgets/styledtexteditor.py:644 msgid "Select background color" msgstr "Háttérszín kiválasztása" @@ -18830,15 +18948,15 @@ msgstr "Ez a mező kötelező" msgid "'%s' is not a valid date value" msgstr "'%s' érvénytelen adatérték" -#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:23 +#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:26 msgid "BSDDB" msgstr "BSDDB" -#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:24 +#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:27 msgid "_BSDDB Database" msgstr "_BSDDB adatbázis" -#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:25 +#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:28 msgid "Berkeley Software Distribution Database Backend" msgstr "Berkeley Szoftver Szétosztó Adatbázis Háttér" @@ -18919,7 +19037,7 @@ msgstr "" msgid "Upgrade Statistics" msgstr "Statisztikák frissítése" -#: ../gramps/plugins/db/bsddb/write.py:1330 +#: ../gramps/plugins/db/bsddb/write.py:1309 #, python-format msgid "" "An attempt is made to save a reference key which is partly bytecode, this is " @@ -18932,11 +19050,11 @@ msgstr "" #. Make a tuple of the functions and classes that we need for #. each of the primary object tables. -#: ../gramps/plugins/db/bsddb/write.py:1399 +#: ../gramps/plugins/db/bsddb/write.py:1378 msgid "Rebuild reference map" msgstr "Referencia-térkép újraépítése" -#: ../gramps/plugins/db/bsddb/write.py:2173 +#: ../gramps/plugins/db/bsddb/write.py:2151 #, python-format msgid "" "A second transaction is started while there is still a transaction, \"%s\", " @@ -18945,44 +19063,44 @@ msgstr "" "Egy második tranzakció is indult, míg egy még folyamatban van; a(z) \"%s\" " "aktív az adatbázisban." -#: ../gramps/plugins/db/bsddb/write.py:2516 +#: ../gramps/plugins/db/bsddb/write.py:2462 msgid "DB-API version" msgstr "DB API verzió" -#: ../gramps/plugins/db/bsddb/write.py:2528 +#: ../gramps/plugins/db/bsddb/write.py:2474 msgid "Database db version" msgstr "Adatbázis db verzió" -#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:23 +#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:26 msgid "DB-API" msgstr "DB-API" -#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:24 +#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:27 msgid "DB-_API Database" msgstr "DB-_API adatbázis" -#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:25 +#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:28 msgid "DB-API Database" msgstr "DB-API adatbázis" -#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:23 +#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:26 msgid "In-Memory" msgstr "Memória-béli" -#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:24 +#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:27 msgid "In-_Memory Database" msgstr "Me_mória-béli adatbázis" -#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:25 +#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:28 msgid "In-Memory Database" msgstr "Memória-béli adatbázis" -#: ../gramps/plugins/db/dummydb.gpr.py:23 +#: ../gramps/plugins/db/dummydb.gpr.py:26 msgid "Dummy database" msgstr "Üres adatbázis" -#: ../gramps/plugins/db/dummydb.gpr.py:24 -#: ../gramps/plugins/db/dummydb.gpr.py:25 +#: ../gramps/plugins/db/dummydb.gpr.py:27 +#: ../gramps/plugins/db/dummydb.gpr.py:28 msgid "Dummy Database" msgstr "Üres adatbázis" @@ -18994,71 +19112,71 @@ msgstr "Soronkénti karakterszám" msgid "The number of characters per line" msgstr "A karakterek száma egy sorban" -#: ../gramps/plugins/docgen/docgen.gpr.py:31 +#: ../gramps/plugins/docgen/docgen.gpr.py:34 msgid "Plain Text" msgstr "Egyszerű szöveg" -#: ../gramps/plugins/docgen/docgen.gpr.py:32 +#: ../gramps/plugins/docgen/docgen.gpr.py:35 msgid "Generates documents in plain text format (.txt)." msgstr "Dokumentum létrehozása egyszerű szöveges formátumban (.txt)." -#: ../gramps/plugins/docgen/docgen.gpr.py:52 +#: ../gramps/plugins/docgen/docgen.gpr.py:55 msgid "Print..." msgstr "Nyomtatás..." -#: ../gramps/plugins/docgen/docgen.gpr.py:53 +#: ../gramps/plugins/docgen/docgen.gpr.py:56 msgid "Generates documents and prints them directly." msgstr "Dokumentumok létrehozása és közvetlen nyomtatása." -#: ../gramps/plugins/docgen/docgen.gpr.py:73 +#: ../gramps/plugins/docgen/docgen.gpr.py:76 msgid "HTML" msgstr "HTML" -#: ../gramps/plugins/docgen/docgen.gpr.py:74 +#: ../gramps/plugins/docgen/docgen.gpr.py:77 msgid "Generates documents in HTML format." msgstr "Dokumentumok létrehozása HTML formátumban." -#: ../gramps/plugins/docgen/docgen.gpr.py:94 +#: ../gramps/plugins/docgen/docgen.gpr.py:97 msgid "LaTeX" msgstr "LaTeX" -#: ../gramps/plugins/docgen/docgen.gpr.py:95 +#: ../gramps/plugins/docgen/docgen.gpr.py:98 msgid "Generates documents in LaTeX format." msgstr "Dokumentumok létrehozása LaTeX formátumban." -#: ../gramps/plugins/docgen/docgen.gpr.py:115 +#: ../gramps/plugins/docgen/docgen.gpr.py:118 msgid "OpenDocument Text" msgstr "Open Document szöveg" -#: ../gramps/plugins/docgen/docgen.gpr.py:116 +#: ../gramps/plugins/docgen/docgen.gpr.py:119 msgid "Generates documents in OpenDocument Text format (.odt)." msgstr "Dokumentumok létrehozása Open Document szöveg formátumban (.odt)." -#: ../gramps/plugins/docgen/docgen.gpr.py:137 +#: ../gramps/plugins/docgen/docgen.gpr.py:140 msgid "PDF document" msgstr "PDF dokumentum" -#: ../gramps/plugins/docgen/docgen.gpr.py:138 +#: ../gramps/plugins/docgen/docgen.gpr.py:141 msgid "Generates documents in PDF format (.pdf)." msgstr "Dokumentumok létrehozása PDF formátumban (.pdf)." -#: ../gramps/plugins/docgen/docgen.gpr.py:159 +#: ../gramps/plugins/docgen/docgen.gpr.py:162 msgid "Generates documents in PostScript format (.ps)." msgstr "Dokumentumok létrehozása PostScript formátumban (.ps)." -#: ../gramps/plugins/docgen/docgen.gpr.py:179 +#: ../gramps/plugins/docgen/docgen.gpr.py:182 msgid "RTF document" msgstr "RTF dokumentum" -#: ../gramps/plugins/docgen/docgen.gpr.py:180 +#: ../gramps/plugins/docgen/docgen.gpr.py:183 msgid "Generates documents in Rich Text format (.rtf)." msgstr "Dokumentumok létrehozása Rich Text formátumban (.rtf)." -#: ../gramps/plugins/docgen/docgen.gpr.py:200 +#: ../gramps/plugins/docgen/docgen.gpr.py:203 msgid "SVG document" msgstr "SVG dokumentum" -#: ../gramps/plugins/docgen/docgen.gpr.py:201 +#: ../gramps/plugins/docgen/docgen.gpr.py:204 msgid "Generates documents in Scalable Vector Graphics format (.svg)." msgstr "Dokumentumok létrehozása Scalable Vector Graphics formátumban (.svg)." @@ -19135,12 +19253,12 @@ msgstr "" msgid "Could not create jpeg version of image %(name)s" msgstr "Nem hozható létre a %(name)s kép jpeg változata" -#: ../gramps/plugins/docgen/latexdoc.py:1240 +#: ../gramps/plugins/docgen/latexdoc.py:1241 msgid "PIL (Python Imaging Library) not loaded." msgstr "" "A PIL (Python Imaging Library - Python Képkezelő Könyvtár) nincs betöltve." -#: ../gramps/plugins/docgen/latexdoc.py:1241 +#: ../gramps/plugins/docgen/latexdoc.py:1242 msgid "" "Production of jpg images from non-jpg images in LaTeX documents will not be " "available. Use your package manager to install python-imaging or python-" @@ -19150,7 +19268,7 @@ msgstr "" "dokumentumokban. Használja csomagkezelőjét a python-imaging, vagy python-" "pillow, vagy python3-pillow telepítéséhez" -#: ../gramps/plugins/docgen/odfdoc.py:1164 +#: ../gramps/plugins/docgen/odfdoc.py:1166 #, python-format msgid "Could not open %s" msgstr "%s nem megnyitható" @@ -19164,7 +19282,7 @@ msgid "transparent background" msgstr "átlátszó háttér" #: ../gramps/plugins/docgen/svgdrawdoc.py:344 -#: ../gramps/plugins/drawreport/fanchart.py:710 +#: ../gramps/plugins/drawreport/fanchart.py:714 msgid "white" msgstr "fehér" @@ -19211,7 +19329,7 @@ msgstr "Származás grafikon" msgid "Ancestor Graph for %s" msgstr "%s származás grafikonja" -#: ../gramps/plugins/drawreport/ancestortree.py:357 +#: ../gramps/plugins/drawreport/ancestortree.py:358 #: ../gramps/plugins/drawreport/calendarreport.py:113 #: ../gramps/plugins/drawreport/descendtree.py:689 #: ../gramps/plugins/drawreport/fanchart.py:195 @@ -19229,33 +19347,32 @@ msgstr "%s származás grafikonja" msgid "Person %s is not in the Database" msgstr "%s személy nincs az adatbázisban" -#: ../gramps/plugins/drawreport/ancestortree.py:602 -#: ../gramps/plugins/drawreport/ancestortree.py:688 -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:50 +#: ../gramps/plugins/drawreport/ancestortree.py:603 +#: ../gramps/plugins/drawreport/ancestortree.py:689 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:53 msgid "Ancestor Tree" msgstr "Származásfa" -#: ../gramps/plugins/drawreport/ancestortree.py:603 +#: ../gramps/plugins/drawreport/ancestortree.py:604 msgid "Making the Tree..." msgstr "Fa építése..." -#: ../gramps/plugins/drawreport/ancestortree.py:689 +#: ../gramps/plugins/drawreport/ancestortree.py:690 msgid "Printing the Tree..." msgstr "Fa nyomtatása..." #. ################# -#: ../gramps/plugins/drawreport/ancestortree.py:786 -#: ../gramps/plugins/drawreport/descendtree.py:1520 +#: ../gramps/plugins/drawreport/ancestortree.py:787 +#: ../gramps/plugins/drawreport/descendtree.py:1540 msgid "Tree Options" msgstr "Fa feltételek" -#: ../gramps/plugins/drawreport/ancestortree.py:788 +#: ../gramps/plugins/drawreport/ancestortree.py:789 #: ../gramps/plugins/drawreport/calendarreport.py:478 #: ../gramps/plugins/drawreport/fanchart.py:688 #: ../gramps/plugins/graph/gvhourglass.py:308 #: ../gramps/plugins/graph/gvrelgraph.py:675 #: ../gramps/plugins/textreport/ancestorreport.py:283 -#: ../gramps/plugins/textreport/birthdayreport.py:427 #: ../gramps/plugins/textreport/descendreport.py:506 #: ../gramps/plugins/textreport/detancestralreport.py:782 #: ../gramps/plugins/textreport/detdescendantreport.py:978 @@ -19265,35 +19382,35 @@ msgstr "Fa feltételek" msgid "Center Person" msgstr "Központi személy" -#: ../gramps/plugins/drawreport/ancestortree.py:789 +#: ../gramps/plugins/drawreport/ancestortree.py:790 msgid "The center person for the tree" msgstr "A fa központi személye" -#: ../gramps/plugins/drawreport/ancestortree.py:799 +#: ../gramps/plugins/drawreport/ancestortree.py:800 msgid "Include siblings of the center person" msgstr "A központi személy testvéreivel együtt" -#: ../gramps/plugins/drawreport/ancestortree.py:801 +#: ../gramps/plugins/drawreport/ancestortree.py:802 msgid "" "Whether to only display the center person or all of his/her siblings too" msgstr "Csak a központi személyt, vagy annak minden testvérét is mutassa-e" -#: ../gramps/plugins/drawreport/ancestortree.py:805 -#: ../gramps/plugins/drawreport/descendtree.py:1546 -#: ../gramps/plugins/drawreport/fanchart.py:696 +#: ../gramps/plugins/drawreport/ancestortree.py:806 +#: ../gramps/plugins/drawreport/descendtree.py:1542 +#: ../gramps/plugins/drawreport/fanchart.py:700 #: ../gramps/plugins/textreport/ancestorreport.py:293 -#: ../gramps/plugins/textreport/descendreport.py:527 +#: ../gramps/plugins/textreport/descendreport.py:531 #: ../gramps/plugins/textreport/detancestralreport.py:797 #: ../gramps/plugins/textreport/detdescendantreport.py:1006 msgid "Generations" msgstr "Generációk" -#: ../gramps/plugins/drawreport/ancestortree.py:806 -#: ../gramps/plugins/drawreport/descendtree.py:1547 +#: ../gramps/plugins/drawreport/ancestortree.py:807 +#: ../gramps/plugins/drawreport/descendtree.py:1543 msgid "The number of generations to include in the tree" msgstr "Generációk száma a fában" -#: ../gramps/plugins/drawreport/ancestortree.py:810 +#: ../gramps/plugins/drawreport/ancestortree.py:811 msgid "" "Display unknown\n" "generations" @@ -19301,61 +19418,61 @@ msgstr "" "Ismeretlen generációk\n" "mutatása" -#: ../gramps/plugins/drawreport/ancestortree.py:812 +#: ../gramps/plugins/drawreport/ancestortree.py:813 msgid "The number of generations of empty boxes that will be displayed" msgstr "Az ábrázolandó üres dobozok generáció száma" -#: ../gramps/plugins/drawreport/ancestortree.py:819 -#: ../gramps/plugins/drawreport/descendtree.py:1555 +#: ../gramps/plugins/drawreport/ancestortree.py:820 +#: ../gramps/plugins/drawreport/descendtree.py:1560 msgid "Compress tree" msgstr "Fa tömörítése" -#: ../gramps/plugins/drawreport/ancestortree.py:821 +#: ../gramps/plugins/drawreport/ancestortree.py:822 msgid "" "Whether to remove any extra blank spaces set aside for people that are " "unknown" msgstr "Ismeretlen emberek mellől bármennyi plusz szóközt el kell-e távolítani" -#: ../gramps/plugins/drawreport/ancestortree.py:838 -#: ../gramps/plugins/drawreport/descendtree.py:1670 +#: ../gramps/plugins/drawreport/ancestortree.py:839 +#: ../gramps/plugins/drawreport/descendtree.py:1673 msgid "Report Title" msgstr "Összegzés cím" -#: ../gramps/plugins/drawreport/ancestortree.py:839 -#: ../gramps/plugins/drawreport/descendtree.py:1671 -#: ../gramps/plugins/drawreport/descendtree.py:1726 +#: ../gramps/plugins/drawreport/ancestortree.py:840 +#: ../gramps/plugins/drawreport/descendtree.py:1674 +#: ../gramps/plugins/drawreport/descendtree.py:1729 msgid "Do not include a title" msgstr "Ne legyen cím" -#: ../gramps/plugins/drawreport/ancestortree.py:840 +#: ../gramps/plugins/drawreport/ancestortree.py:841 msgid "Include Report Title" msgstr "Összegzés cím is" -#: ../gramps/plugins/drawreport/ancestortree.py:841 -#: ../gramps/plugins/drawreport/descendtree.py:1679 +#: ../gramps/plugins/drawreport/ancestortree.py:842 +#: ../gramps/plugins/drawreport/descendtree.py:1682 msgid "Choose a title for the report" msgstr "Válasszon egy összegzés címet" -#: ../gramps/plugins/drawreport/ancestortree.py:844 -#: ../gramps/plugins/drawreport/descendtree.py:1683 +#: ../gramps/plugins/drawreport/ancestortree.py:845 +#: ../gramps/plugins/drawreport/descendtree.py:1686 msgid "Include a border" msgstr "Szegély is" -#: ../gramps/plugins/drawreport/ancestortree.py:845 -#: ../gramps/plugins/drawreport/descendtree.py:1684 +#: ../gramps/plugins/drawreport/ancestortree.py:846 +#: ../gramps/plugins/drawreport/descendtree.py:1687 msgid "Whether to make a border around the report." msgstr "Legyen-e kerete az összegzésnek." -#: ../gramps/plugins/drawreport/ancestortree.py:848 -#: ../gramps/plugins/drawreport/descendtree.py:1687 +#: ../gramps/plugins/drawreport/ancestortree.py:849 +#: ../gramps/plugins/drawreport/descendtree.py:1690 msgid "Include Page Numbers" msgstr "Oldalszámok is" -#: ../gramps/plugins/drawreport/ancestortree.py:849 +#: ../gramps/plugins/drawreport/ancestortree.py:850 msgid "Whether to print page numbers on each page." msgstr "Legyenek-e minden lapon oldalszámok nyomtatva." -#: ../gramps/plugins/drawreport/ancestortree.py:857 +#: ../gramps/plugins/drawreport/ancestortree.py:858 msgid "" "Father\n" "Display Format" @@ -19363,7 +19480,7 @@ msgstr "" "Apa\n" "ábrázolásformátum" -#: ../gramps/plugins/drawreport/ancestortree.py:861 +#: ../gramps/plugins/drawreport/ancestortree.py:862 msgid "Display format for the fathers box." msgstr "Az Apák doboz ábrázolásformátuma." @@ -19374,7 +19491,7 @@ msgstr "Az Apák doboz ábrázolásformátuma." #. missing.set_help(_("What will print when information is not known")) #. menu.add_option(category_name, "miss_val", missing) #. category_name = _("Secondary") -#: ../gramps/plugins/drawreport/ancestortree.py:874 +#: ../gramps/plugins/drawreport/ancestortree.py:875 msgid "" "Mother\n" "Display Format" @@ -19382,11 +19499,11 @@ msgstr "" "Anya\n" "ábrázolásformátum" -#: ../gramps/plugins/drawreport/ancestortree.py:879 +#: ../gramps/plugins/drawreport/ancestortree.py:880 msgid "Display format for the mothers box." msgstr "Az Anyák doboz ábrázolásformátuma." -#: ../gramps/plugins/drawreport/ancestortree.py:882 +#: ../gramps/plugins/drawreport/ancestortree.py:883 msgid "" "Center person uses\n" "which format" @@ -19394,30 +19511,30 @@ msgstr "" "A központi személy\n" "formátuma" -#: ../gramps/plugins/drawreport/ancestortree.py:884 +#: ../gramps/plugins/drawreport/ancestortree.py:885 msgid "Use Fathers Display format" msgstr "Apák ábrázolásformátum használata" -#: ../gramps/plugins/drawreport/ancestortree.py:885 +#: ../gramps/plugins/drawreport/ancestortree.py:886 msgid "Use Mothers display format" msgstr "Anyák ábrázolásformátum használata" -#: ../gramps/plugins/drawreport/ancestortree.py:886 +#: ../gramps/plugins/drawreport/ancestortree.py:887 msgid "Which Display format to use the center person" msgstr "Melyik ábrázolásformátum legyen a központi személynél" -#: ../gramps/plugins/drawreport/ancestortree.py:889 -#: ../gramps/plugins/drawreport/descendtree.py:1597 +#: ../gramps/plugins/drawreport/ancestortree.py:890 +#: ../gramps/plugins/drawreport/descendtree.py:1600 msgid "Include Marriage box" msgstr "Házasság dobozzal bezárólag" -#: ../gramps/plugins/drawreport/ancestortree.py:891 -#: ../gramps/plugins/drawreport/descendtree.py:1599 +#: ../gramps/plugins/drawreport/ancestortree.py:892 +#: ../gramps/plugins/drawreport/descendtree.py:1602 msgid "Whether to include a separate marital box in the report" msgstr "Legyen-e különálló házasság doboz az összesítőben" -#: ../gramps/plugins/drawreport/ancestortree.py:894 -#: ../gramps/plugins/drawreport/descendtree.py:1602 +#: ../gramps/plugins/drawreport/ancestortree.py:895 +#: ../gramps/plugins/drawreport/descendtree.py:1605 msgid "" "Marriage\n" "Display Format" @@ -19425,38 +19542,38 @@ msgstr "" "Házasság\n" "Ábrázolásformátum" -#: ../gramps/plugins/drawreport/ancestortree.py:895 -#: ../gramps/plugins/drawreport/descendtree.py:1603 +#: ../gramps/plugins/drawreport/ancestortree.py:896 +#: ../gramps/plugins/drawreport/descendtree.py:1606 msgid "Display format for the marital box." msgstr "A házasság doboz ábrázolásformátuma." -#: ../gramps/plugins/drawreport/ancestortree.py:901 -#: ../gramps/plugins/drawreport/descendtree.py:1618 +#: ../gramps/plugins/drawreport/ancestortree.py:902 +#: ../gramps/plugins/drawreport/descendtree.py:1621 msgid "Scale tree to fit" msgstr "Fa teljes kitöltésre" -#: ../gramps/plugins/drawreport/ancestortree.py:902 -#: ../gramps/plugins/drawreport/descendtree.py:1619 +#: ../gramps/plugins/drawreport/ancestortree.py:903 +#: ../gramps/plugins/drawreport/descendtree.py:1622 msgid "Do not scale tree" msgstr "Ne méretezze a fát" -#: ../gramps/plugins/drawreport/ancestortree.py:903 -#: ../gramps/plugins/drawreport/descendtree.py:1620 +#: ../gramps/plugins/drawreport/ancestortree.py:904 +#: ../gramps/plugins/drawreport/descendtree.py:1623 msgid "Scale tree to fit page width only" msgstr "Fa csak lapszélességre méretezése" -#: ../gramps/plugins/drawreport/ancestortree.py:904 -#: ../gramps/plugins/drawreport/descendtree.py:1621 +#: ../gramps/plugins/drawreport/ancestortree.py:905 +#: ../gramps/plugins/drawreport/descendtree.py:1624 msgid "Scale tree to fit the size of the page" msgstr "Fa méretezése a teljes lapra" -#: ../gramps/plugins/drawreport/ancestortree.py:906 -#: ../gramps/plugins/drawreport/descendtree.py:1623 +#: ../gramps/plugins/drawreport/ancestortree.py:907 +#: ../gramps/plugins/drawreport/descendtree.py:1626 msgid "Whether to scale the tree to fit a specific paper size" msgstr "Legyen-e a fa egy meghatározott papírméretre méretezve" -#: ../gramps/plugins/drawreport/ancestortree.py:913 -#: ../gramps/plugins/drawreport/descendtree.py:1630 +#: ../gramps/plugins/drawreport/ancestortree.py:914 +#: ../gramps/plugins/drawreport/descendtree.py:1633 msgid "" "Resize Page to Fit Tree size\n" "\n" @@ -19466,8 +19583,8 @@ msgstr "" "\n" "Figyelem: a 'Papír tulajdonságai' fülön megadott értékeket felülírja" -#: ../gramps/plugins/drawreport/ancestortree.py:919 -#: ../gramps/plugins/drawreport/descendtree.py:1636 +#: ../gramps/plugins/drawreport/ancestortree.py:920 +#: ../gramps/plugins/drawreport/descendtree.py:1639 msgid "" "Whether to resize the page to fit the size \n" "of the tree. Note: the page will have a \n" @@ -19499,33 +19616,33 @@ msgstr "" "A 'Fa méretezése a teljes lapra'-val az oldal méretezésénél\n" " bármilyen magassági- és oldalköz el lesz távolítva" -#: ../gramps/plugins/drawreport/ancestortree.py:939 +#: ../gramps/plugins/drawreport/ancestortree.py:940 msgid "inter-box scale factor" msgstr "dobozbeli skála együttható" -#: ../gramps/plugins/drawreport/ancestortree.py:942 +#: ../gramps/plugins/drawreport/ancestortree.py:943 msgid "Make the inter-box spacing bigger or smaller" msgstr "A dobozbeli térköz nagyobbá, vagy kisebbé tétele" -#: ../gramps/plugins/drawreport/ancestortree.py:945 -#: ../gramps/plugins/drawreport/descendtree.py:1661 +#: ../gramps/plugins/drawreport/ancestortree.py:946 +#: ../gramps/plugins/drawreport/descendtree.py:1664 msgid "box shadow scale factor" msgstr "doboz árnyék skála együttható" #. down to 0 -#: ../gramps/plugins/drawreport/ancestortree.py:947 -#: ../gramps/plugins/drawreport/descendtree.py:1663 +#: ../gramps/plugins/drawreport/ancestortree.py:948 +#: ../gramps/plugins/drawreport/descendtree.py:1666 msgid "Make the box shadow bigger or smaller" msgstr "A doboz árnyék nagyobbá, vagy kisebbé tétele" #. ################# -#: ../gramps/plugins/drawreport/ancestortree.py:952 -#: ../gramps/plugins/drawreport/descendtree.py:1607 +#: ../gramps/plugins/drawreport/ancestortree.py:953 +#: ../gramps/plugins/drawreport/descendtree.py:1610 msgid "Replace" msgstr "Helyettesítés" -#: ../gramps/plugins/drawreport/ancestortree.py:955 -#: ../gramps/plugins/drawreport/descendtree.py:1610 +#: ../gramps/plugins/drawreport/ancestortree.py:956 +#: ../gramps/plugins/drawreport/descendtree.py:1613 msgid "" "Replace Display Format:\n" "'Replace this'/' with this'" @@ -19533,8 +19650,8 @@ msgstr "" "Ábrázolásformátum helyettesítése:\n" "'Ezt helyettesítse'/'ezzel'" -#: ../gramps/plugins/drawreport/ancestortree.py:957 -#: ../gramps/plugins/drawreport/descendtree.py:1612 +#: ../gramps/plugins/drawreport/ancestortree.py:958 +#: ../gramps/plugins/drawreport/descendtree.py:1615 msgid "" "i.e.\n" "United States of America/U.S.A" @@ -19542,13 +19659,13 @@ msgstr "" "pl.\n" "Amerikai Egyesült államok/U.S.A" -#: ../gramps/plugins/drawreport/ancestortree.py:964 -#: ../gramps/plugins/drawreport/descendtree.py:1691 +#: ../gramps/plugins/drawreport/ancestortree.py:965 +#: ../gramps/plugins/drawreport/descendtree.py:1694 msgid "Include Blank Pages" msgstr "Üres oldalak is" -#: ../gramps/plugins/drawreport/ancestortree.py:965 -#: ../gramps/plugins/drawreport/descendtree.py:1692 +#: ../gramps/plugins/drawreport/ancestortree.py:966 +#: ../gramps/plugins/drawreport/descendtree.py:1695 msgid "Whether to include pages that are blank." msgstr "Legyenek-e benne üres lapok is." @@ -19559,18 +19676,18 @@ msgstr "Legyenek-e benne üres lapok is." #. _("Whether to include thumbnails of people.")) #. menu.add_option(category_name, "includeImages", self.__include_images) #. category_name = _("Notes") -#: ../gramps/plugins/drawreport/ancestortree.py:979 -#: ../gramps/plugins/drawreport/descendtree.py:1697 +#: ../gramps/plugins/drawreport/ancestortree.py:980 +#: ../gramps/plugins/drawreport/descendtree.py:1700 msgid "Include a note" msgstr "Jegyzet is" -#: ../gramps/plugins/drawreport/ancestortree.py:980 -#: ../gramps/plugins/drawreport/descendtree.py:1699 +#: ../gramps/plugins/drawreport/ancestortree.py:981 +#: ../gramps/plugins/drawreport/descendtree.py:1702 msgid "Whether to include a note on the report." msgstr "Legyen-e az összegzésben jegyzet is." -#: ../gramps/plugins/drawreport/ancestortree.py:985 -#: ../gramps/plugins/drawreport/descendtree.py:1704 +#: ../gramps/plugins/drawreport/ancestortree.py:986 +#: ../gramps/plugins/drawreport/descendtree.py:1707 msgid "" "Add a note\n" "\n" @@ -19580,55 +19697,55 @@ msgstr "" "\n" "$T beszúrja a mai dátumot" -#: ../gramps/plugins/drawreport/ancestortree.py:990 -#: ../gramps/plugins/drawreport/descendtree.py:1709 +#: ../gramps/plugins/drawreport/ancestortree.py:991 +#: ../gramps/plugins/drawreport/descendtree.py:1712 msgid "Note Location" msgstr "A jegyzet helye" -#: ../gramps/plugins/drawreport/ancestortree.py:993 -#: ../gramps/plugins/drawreport/descendtree.py:1712 +#: ../gramps/plugins/drawreport/ancestortree.py:994 +#: ../gramps/plugins/drawreport/descendtree.py:1715 msgid "Where to place the note." msgstr "Hol legyen elhelyezve a jegyzet." -#: ../gramps/plugins/drawreport/ancestortree.py:1008 +#: ../gramps/plugins/drawreport/ancestortree.py:1009 msgid "No generations of empty boxes for unknown ancestors" msgstr "Ismeretlen ősök üres dobozainak nincsenek generációi" -#: ../gramps/plugins/drawreport/ancestortree.py:1011 +#: ../gramps/plugins/drawreport/ancestortree.py:1012 msgid "One Generation of empty boxes for unknown ancestors" msgstr "Ismeretlen ősök üres dobozainak egy generációja" -#: ../gramps/plugins/drawreport/ancestortree.py:1016 +#: ../gramps/plugins/drawreport/ancestortree.py:1017 msgid " Generations of empty boxes for unknown ancestors" msgstr " Ismeretlen ősök üres dobozainak generációi" -#: ../gramps/plugins/drawreport/ancestortree.py:1032 -#: ../gramps/plugins/drawreport/descendtree.py:1760 +#: ../gramps/plugins/drawreport/ancestortree.py:1033 +#: ../gramps/plugins/drawreport/descendtree.py:1763 #: ../gramps/plugins/textreport/ancestorreport.py:372 #: ../gramps/plugins/textreport/detancestralreport.py:961 #: ../gramps/plugins/textreport/detdescendantreport.py:1191 #: ../gramps/plugins/textreport/endoflinereport.py:314 #: ../gramps/plugins/textreport/endoflinereport.py:333 -#: ../gramps/plugins/textreport/familygroup.py:855 -#: ../gramps/plugins/textreport/indivcomplete.py:1204 -#: ../gramps/plugins/textreport/kinshipreport.py:419 +#: ../gramps/plugins/textreport/familygroup.py:860 +#: ../gramps/plugins/textreport/indivcomplete.py:1203 +#: ../gramps/plugins/textreport/kinshipreport.py:421 #: ../gramps/plugins/textreport/notelinkreport.py:198 #: ../gramps/plugins/textreport/numberofancestorsreport.py:234 -#: ../gramps/plugins/textreport/recordsreport.py:325 +#: ../gramps/plugins/textreport/recordsreport.py:336 #: ../gramps/plugins/textreport/summary.py:330 #: ../gramps/plugins/textreport/tagreport.py:964 msgid "The basic style used for the text display." msgstr "A mutatott szöveg alap stílusa." -#: ../gramps/plugins/drawreport/ancestortree.py:1042 -#: ../gramps/plugins/drawreport/descendtree.py:1782 -#: ../gramps/plugins/textreport/familygroup.py:867 +#: ../gramps/plugins/drawreport/ancestortree.py:1043 +#: ../gramps/plugins/drawreport/descendtree.py:1785 +#: ../gramps/plugins/textreport/familygroup.py:872 #: ../gramps/plugins/textreport/tagreport.py:982 msgid "The basic style used for the note display." msgstr "Jegyzet ábrázolásának alap stílusa." -#: ../gramps/plugins/drawreport/ancestortree.py:1052 -#: ../gramps/plugins/drawreport/descendtree.py:1750 +#: ../gramps/plugins/drawreport/ancestortree.py:1053 +#: ../gramps/plugins/drawreport/descendtree.py:1753 msgid "The basic style used for the title display." msgstr "A cím ábrázolásának alap stílusa." @@ -19716,7 +19833,6 @@ msgstr "Válasszon szűrőt emberek megjelenésének kizárásához a naptárban #: ../gramps/plugins/drawreport/fanchart.py:689 #: ../gramps/plugins/graph/gvrelgraph.py:676 #: ../gramps/plugins/textreport/ancestorreport.py:284 -#: ../gramps/plugins/textreport/birthdayreport.py:428 #: ../gramps/plugins/textreport/descendreport.py:507 #: ../gramps/plugins/textreport/detancestralreport.py:783 #: ../gramps/plugins/textreport/detdescendantreport.py:979 @@ -19727,7 +19843,7 @@ msgid "The center person for the report" msgstr "Az összesítő központi személye" #: ../gramps/plugins/drawreport/calendarreport.py:490 -#: ../gramps/plugins/textreport/birthdayreport.py:439 +#: ../gramps/plugins/textreport/birthdayreport.py:433 #: ../gramps/plugins/webreport/webcal.py:1655 msgid "Include only living people" msgstr "Csak élő emberek" @@ -19750,19 +19866,19 @@ msgid "Year of calendar" msgstr "Naptári év" #: ../gramps/plugins/drawreport/calendarreport.py:506 -#: ../gramps/plugins/textreport/birthdayreport.py:443 +#: ../gramps/plugins/textreport/birthdayreport.py:448 #: ../gramps/plugins/webreport/webcal.py:1711 msgid "Country for holidays" msgstr "Szabadságok országa" #: ../gramps/plugins/drawreport/calendarreport.py:517 -#: ../gramps/plugins/textreport/birthdayreport.py:454 +#: ../gramps/plugins/textreport/birthdayreport.py:459 msgid "Select the country to see associated holidays" msgstr "Ország választása a hozzá társított szabadságok megnézéséhez" #. Default selection ???? #: ../gramps/plugins/drawreport/calendarreport.py:520 -#: ../gramps/plugins/textreport/birthdayreport.py:457 +#: ../gramps/plugins/textreport/birthdayreport.py:462 #: ../gramps/plugins/webreport/webcal.py:1727 msgid "First day of week" msgstr "A hét első napja" @@ -19773,37 +19889,37 @@ msgid "Select the first day of the week for the calendar" msgstr "A naptári hét első napjának választása" #: ../gramps/plugins/drawreport/calendarreport.py:528 -#: ../gramps/plugins/textreport/birthdayreport.py:465 +#: ../gramps/plugins/textreport/birthdayreport.py:470 #: ../gramps/plugins/webreport/webcal.py:1734 msgid "Birthday surname" msgstr "Születésnapi vezetéknév" #: ../gramps/plugins/drawreport/calendarreport.py:529 -#: ../gramps/plugins/textreport/birthdayreport.py:466 +#: ../gramps/plugins/textreport/birthdayreport.py:471 #: ../gramps/plugins/webreport/webcal.py:1735 msgid "Wives use husband's surname (from first family listed)" msgstr "A férj vezetéknevét használó feleségek (az első felsorolt családnál)" #: ../gramps/plugins/drawreport/calendarreport.py:530 -#: ../gramps/plugins/textreport/birthdayreport.py:467 +#: ../gramps/plugins/textreport/birthdayreport.py:472 #: ../gramps/plugins/webreport/webcal.py:1737 msgid "Wives use husband's surname (from last family listed)" msgstr "A férj vezetéknevét használó feleségek (az utolsó felsorolt családnál)" #: ../gramps/plugins/drawreport/calendarreport.py:531 -#: ../gramps/plugins/textreport/birthdayreport.py:468 +#: ../gramps/plugins/textreport/birthdayreport.py:473 #: ../gramps/plugins/webreport/webcal.py:1739 msgid "Wives use their own surname" msgstr "Saját vezetéknevet használó feleségek" #: ../gramps/plugins/drawreport/calendarreport.py:532 -#: ../gramps/plugins/textreport/birthdayreport.py:469 +#: ../gramps/plugins/textreport/birthdayreport.py:474 #: ../gramps/plugins/webreport/webcal.py:1740 msgid "Select married women's displayed surname" msgstr "A megjelenített vezetéknevű házas nők választása" #: ../gramps/plugins/drawreport/calendarreport.py:535 -#: ../gramps/plugins/textreport/birthdayreport.py:472 +#: ../gramps/plugins/textreport/birthdayreport.py:477 #: ../gramps/plugins/webreport/webcal.py:1750 msgid "Include birthdays" msgstr "Születésnapok is" @@ -19814,7 +19930,7 @@ msgid "Include birthdays in the calendar" msgstr "Születésnapok a naptárban is" #: ../gramps/plugins/drawreport/calendarreport.py:539 -#: ../gramps/plugins/textreport/birthdayreport.py:476 +#: ../gramps/plugins/textreport/birthdayreport.py:481 #: ../gramps/plugins/webreport/webcal.py:1754 msgid "Include anniversaries" msgstr "Évfordulók is" @@ -19827,13 +19943,13 @@ msgstr "Évfordulók a naptárban is" #. ######################### #: ../gramps/plugins/drawreport/calendarreport.py:544 #: ../gramps/plugins/drawreport/calendarreport.py:545 -#: ../gramps/plugins/textreport/birthdayreport.py:487 +#: ../gramps/plugins/textreport/birthdayreport.py:490 msgid "Text Options" msgstr "Szöveg tulajdonságai" #. ######################### #: ../gramps/plugins/drawreport/calendarreport.py:548 -#: ../gramps/plugins/textreport/birthdayreport.py:493 +#: ../gramps/plugins/textreport/birthdayreport.py:496 msgid "Text Area 1" msgstr "1. szöveg terület" @@ -19842,7 +19958,7 @@ msgid "First line of text at bottom of calendar" msgstr "A naptár alján levő szöveg első sora" #: ../gramps/plugins/drawreport/calendarreport.py:552 -#: ../gramps/plugins/textreport/birthdayreport.py:497 +#: ../gramps/plugins/textreport/birthdayreport.py:500 msgid "Text Area 2" msgstr "2. szöveg terület" @@ -19851,7 +19967,7 @@ msgid "Second line of text at bottom of calendar" msgstr "A naptár alján levő szöveg második sora" #: ../gramps/plugins/drawreport/calendarreport.py:556 -#: ../gramps/plugins/textreport/birthdayreport.py:501 +#: ../gramps/plugins/textreport/birthdayreport.py:504 msgid "Text Area 3" msgstr "3. szöveg terület" @@ -19859,38 +19975,38 @@ msgstr "3. szöveg terület" msgid "Third line of text at bottom of calendar" msgstr "A naptár alján levő szöveg harmadik sora" -#: ../gramps/plugins/drawreport/calendarreport.py:627 +#: ../gramps/plugins/drawreport/calendarreport.py:626 msgid "Title text and background color" msgstr "Címszöveg és háttérszín" -#: ../gramps/plugins/drawreport/calendarreport.py:631 +#: ../gramps/plugins/drawreport/calendarreport.py:630 msgid "Calendar day numbers" msgstr "Naptár napszámok" -#: ../gramps/plugins/drawreport/calendarreport.py:634 +#: ../gramps/plugins/drawreport/calendarreport.py:633 msgid "Daily text display" msgstr "Napi szöveg mutatása" -#: ../gramps/plugins/drawreport/calendarreport.py:636 +#: ../gramps/plugins/drawreport/calendarreport.py:635 msgid "Holiday text display" msgstr "Szabadság szöveg mutatása" -#: ../gramps/plugins/drawreport/calendarreport.py:639 +#: ../gramps/plugins/drawreport/calendarreport.py:638 msgid "Days of the week text" msgstr "A hét napjai szöveg" -#: ../gramps/plugins/drawreport/calendarreport.py:643 -#: ../gramps/plugins/textreport/birthdayreport.py:569 +#: ../gramps/plugins/drawreport/calendarreport.py:642 +#: ../gramps/plugins/textreport/birthdayreport.py:584 msgid "Text at bottom, line 1" msgstr "Szöveg alul, 1. sor" -#: ../gramps/plugins/drawreport/calendarreport.py:645 -#: ../gramps/plugins/textreport/birthdayreport.py:571 +#: ../gramps/plugins/drawreport/calendarreport.py:644 +#: ../gramps/plugins/textreport/birthdayreport.py:586 msgid "Text at bottom, line 2" msgstr "Szöveg alul, 2. sor" -#: ../gramps/plugins/drawreport/calendarreport.py:647 -#: ../gramps/plugins/textreport/birthdayreport.py:573 +#: ../gramps/plugins/drawreport/calendarreport.py:646 +#: ../gramps/plugins/textreport/birthdayreport.py:588 msgid "Text at bottom, line 3" msgstr "Szöveg alul, 3. sor" @@ -19963,29 +20079,29 @@ msgstr "Az összegzés fő személye" msgid "The main family for the report" msgstr "Az összegzés fő családja" -#: ../gramps/plugins/drawreport/descendtree.py:1538 -msgid "Start with the parent(s) of the selected first" -msgstr "Kezdje az első kiválasztott szülővel" - -#: ../gramps/plugins/drawreport/descendtree.py:1541 -msgid "Will show the parents, brother and sisters of the selected person." -msgstr "A kiválasztott személy szüleit, testvéreit fogja mutatni." - -#: ../gramps/plugins/drawreport/descendtree.py:1550 +#: ../gramps/plugins/drawreport/descendtree.py:1546 msgid "Level of Spouses" msgstr "Házastársak szintje" -#: ../gramps/plugins/drawreport/descendtree.py:1551 +#: ../gramps/plugins/drawreport/descendtree.py:1547 msgid "0=no Spouses, 1=include Spouses, 2=include Spouses of the spouse, etc" msgstr "0= nincs házastárs, 1=házastársak is, 2=házastárs házastársai is, stb" -#: ../gramps/plugins/drawreport/descendtree.py:1556 +#: ../gramps/plugins/drawreport/descendtree.py:1552 +msgid "Start with the parent(s) of the selected first" +msgstr "Kezdje az első kiválasztott szülővel" + +#: ../gramps/plugins/drawreport/descendtree.py:1555 +msgid "Will show the parents, brother and sisters of the selected person." +msgstr "A kiválasztott személy szüleit, testvéreit fogja mutatni." + +#: ../gramps/plugins/drawreport/descendtree.py:1561 msgid "Whether to move people up, where possible, resulting in a smaller tree" msgstr "" "Legyenek-e emberek mozgatva felfelé, ahol lehetséges, ha az kisebb fát " "eredményez" -#: ../gramps/plugins/drawreport/descendtree.py:1565 +#: ../gramps/plugins/drawreport/descendtree.py:1568 msgid "" "Descendant\n" "Display Format" @@ -19993,15 +20109,15 @@ msgstr "" "Leszármazott\n" "Ábrázolásformátum" -#: ../gramps/plugins/drawreport/descendtree.py:1569 +#: ../gramps/plugins/drawreport/descendtree.py:1572 msgid "Display format for a descendant." msgstr "Leszármazott ábrázolásformátuma." -#: ../gramps/plugins/drawreport/descendtree.py:1572 +#: ../gramps/plugins/drawreport/descendtree.py:1575 msgid "Bold direct descendants" msgstr "Egyenes leszármazott félkövéren" -#: ../gramps/plugins/drawreport/descendtree.py:1574 +#: ../gramps/plugins/drawreport/descendtree.py:1577 msgid "" "Whether to bold those people that are direct (not step or half) descendants." msgstr "" @@ -20013,15 +20129,15 @@ msgstr "" #. True) #. diffspouse.set_help(_("Whether spouses can have a different format.")) #. menu.add_option(category_name, "diffspouse", diffspouse) -#: ../gramps/plugins/drawreport/descendtree.py:1586 +#: ../gramps/plugins/drawreport/descendtree.py:1589 msgid "Indent Spouses" msgstr "Házastársak behúzása" -#: ../gramps/plugins/drawreport/descendtree.py:1587 +#: ../gramps/plugins/drawreport/descendtree.py:1590 msgid "Whether to indent the spouses in the tree." msgstr "Legyenek-e behúzva a házastársak a fában." -#: ../gramps/plugins/drawreport/descendtree.py:1590 +#: ../gramps/plugins/drawreport/descendtree.py:1593 msgid "" "Spousal\n" "Display Format" @@ -20029,109 +20145,109 @@ msgstr "" "Házastársi\n" "Ábrázolásformátum" -#: ../gramps/plugins/drawreport/descendtree.py:1594 +#: ../gramps/plugins/drawreport/descendtree.py:1597 msgid "Display format for a spouse." msgstr "Házastárs ábrázolásformátuma." -#: ../gramps/plugins/drawreport/descendtree.py:1656 +#: ../gramps/plugins/drawreport/descendtree.py:1659 msgid "inter-box Y scale factor" msgstr "dobozbeli Y skála együttható" -#: ../gramps/plugins/drawreport/descendtree.py:1658 +#: ../gramps/plugins/drawreport/descendtree.py:1661 msgid "Make the inter-box Y bigger or smaller" msgstr "A dobozbeli Y nagyobbá, vagy kisebbé tétele" -#: ../gramps/plugins/drawreport/descendtree.py:1672 -#: ../gramps/plugins/drawreport/descendtree.py:1727 +#: ../gramps/plugins/drawreport/descendtree.py:1675 +#: ../gramps/plugins/drawreport/descendtree.py:1730 msgid "Descendant Chart for [selected person(s)]" msgstr "[kiválasztott személy(ek)] leszármazotti grafikonja" -#: ../gramps/plugins/drawreport/descendtree.py:1675 -#: ../gramps/plugins/drawreport/descendtree.py:1731 +#: ../gramps/plugins/drawreport/descendtree.py:1678 +#: ../gramps/plugins/drawreport/descendtree.py:1734 msgid "Family Chart for [names of chosen family]" msgstr "[a választott család neveinek] család grafikonja" -#: ../gramps/plugins/drawreport/descendtree.py:1678 -#: ../gramps/plugins/drawreport/descendtree.py:1735 +#: ../gramps/plugins/drawreport/descendtree.py:1681 +#: ../gramps/plugins/drawreport/descendtree.py:1738 msgid "Cousin Chart for [names of children]" msgstr "[gyermekek nevei] unokatestvér grafikonja" -#: ../gramps/plugins/drawreport/descendtree.py:1688 +#: ../gramps/plugins/drawreport/descendtree.py:1691 msgid "Whether to include page numbers on each page." msgstr "Legyenek-e lapszámok minden lapon." -#: ../gramps/plugins/drawreport/descendtree.py:1772 +#: ../gramps/plugins/drawreport/descendtree.py:1775 msgid "The bold style used for the text display." msgstr "Szövegábrázolásnál félkövér stílus használata." -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:34 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:37 msgid "Ancestor Chart" msgstr "Származás grafikon" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:35 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:38 msgid "Produces a graphical ancestral chart" msgstr "Grafikus származás grafikont hoz létre" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:51 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:54 msgid "Produces a graphical ancestral tree" msgstr "Grafikus származásfát hoz létre" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:72 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:71 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:77 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:75 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:74 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:80 msgid "Calendar" msgstr "Naptár" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:73 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:76 msgid "Produces a graphical calendar" msgstr "Grafikus naptárt hoz létre" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:94 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:97 msgid "Descendant Chart" msgstr "Leszármazott ábra" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:95 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:98 msgid "Produces a graphical descendant chart" msgstr "Grafikus leszármazási ábrát hoz létre" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:110 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:113 msgid "Descendant Tree" msgstr "Leszármazási fa" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:111 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:114 msgid "Produces a graphical descendant tree" msgstr "Grafikus leszármazási fát hoz létre" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:132 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:135 msgid "Family Descendant Chart" msgstr "Család leszármazási ábra" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:133 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:136 msgid "Produces a graphical descendant chart around a family" msgstr "Grafikus leszármazási ábrát hoz létre egy családról" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:149 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:152 msgid "Family Descendant Tree" msgstr "Család leszármazási fa" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:150 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:153 msgid "Produces a graphical descendant tree around a family" msgstr "Grafikus leszármazási fát hoz létre egy családról" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:172 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:118 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:127 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:175 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:121 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:130 #: ../gramps/plugins/view/fanchartview.py:73 #: ../gramps/plugins/view/view.gpr.py:141 msgid "Fan Chart" msgstr "Legyező diagram" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:173 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:176 msgid "Produces fan charts" msgstr "Legyező diagramokat hoz létre" #. extract requested items from the database and count them -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:194 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:197 #: ../gramps/plugins/drawreport/statisticschart.py:799 #: ../gramps/plugins/drawreport/statisticschart.py:809 #: ../gramps/plugins/drawreport/statisticschart.py:843 @@ -20139,17 +20255,17 @@ msgstr "Legyező diagramokat hoz létre" msgid "Statistics Charts" msgstr "Statisztikai diagramok" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:195 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:198 msgid "Produces statistical bar and pie charts of the people in the database" msgstr "" "Statisztikai oszlop- és kör diagramokat hoz létre az adatbázis embereiről" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:218 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:221 #: ../gramps/plugins/drawreport/timeline.py:277 msgid "Timeline Chart" msgstr "Idővonal grafikon" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:219 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:222 msgid "Produces a timeline chart." msgstr "Idővonalas grafikont hoz létre." @@ -20168,88 +20284,102 @@ msgstr "" "%(person)s\n" "%(generations)d generációs legyező grafikonja" -#: ../gramps/plugins/drawreport/fanchart.py:697 +#. Content options +#. Content +#: ../gramps/plugins/drawreport/fanchart.py:698 +#: ../gramps/plugins/textreport/birthdayreport.py:441 +#: ../gramps/plugins/textreport/descendreport.py:518 +#: ../gramps/plugins/textreport/detancestralreport.py:805 +#: ../gramps/plugins/textreport/detdescendantreport.py:1015 +#: ../gramps/plugins/textreport/kinshipreport.py:369 +#: ../gramps/plugins/textreport/placereport.py:442 +#: ../gramps/plugins/textreport/recordsreport.py:240 +#: ../gramps/plugins/view/relview.py:1726 +msgid "Content" +msgstr "Tartalom" + +#: ../gramps/plugins/drawreport/fanchart.py:701 #: ../gramps/plugins/textreport/ancestorreport.py:294 -#: ../gramps/plugins/textreport/descendreport.py:528 +#: ../gramps/plugins/textreport/descendreport.py:532 #: ../gramps/plugins/textreport/detancestralreport.py:798 #: ../gramps/plugins/textreport/detdescendantreport.py:1008 msgid "The number of generations to include in the report" msgstr "Az összegzésben szereplő generációk száma" -#: ../gramps/plugins/drawreport/fanchart.py:701 +#: ../gramps/plugins/drawreport/fanchart.py:705 msgid "Type of graph" msgstr "A grafikon típusa" -#: ../gramps/plugins/drawreport/fanchart.py:702 +#: ../gramps/plugins/drawreport/fanchart.py:706 msgid "full circle" msgstr "teljes kör" -#: ../gramps/plugins/drawreport/fanchart.py:703 +#: ../gramps/plugins/drawreport/fanchart.py:707 msgid "half circle" msgstr "félkör" -#: ../gramps/plugins/drawreport/fanchart.py:704 +#: ../gramps/plugins/drawreport/fanchart.py:708 msgid "quarter circle" msgstr "negyedkör" -#: ../gramps/plugins/drawreport/fanchart.py:705 +#: ../gramps/plugins/drawreport/fanchart.py:709 msgid "The form of the graph: full circle, half circle, or quarter circle." msgstr "A diagram formája: teljes kör, félkör, vagy negyedkör." -#: ../gramps/plugins/drawreport/fanchart.py:711 +#: ../gramps/plugins/drawreport/fanchart.py:715 msgid "generation dependent" msgstr "létrehozás függő" -#: ../gramps/plugins/drawreport/fanchart.py:712 +#: ../gramps/plugins/drawreport/fanchart.py:716 msgid "Background color is either white or generation dependent" msgstr "A háttérszín vagy fehér, vagy létrehozás függő" -#: ../gramps/plugins/drawreport/fanchart.py:716 +#: ../gramps/plugins/drawreport/fanchart.py:720 msgid "Orientation of radial texts" msgstr "A sugárirányú szöveg iránya" -#: ../gramps/plugins/drawreport/fanchart.py:718 +#: ../gramps/plugins/drawreport/fanchart.py:722 msgid "upright" msgstr "felfelé" -#: ../gramps/plugins/drawreport/fanchart.py:719 +#: ../gramps/plugins/drawreport/fanchart.py:723 msgid "roundabout" msgstr "körben" -#: ../gramps/plugins/drawreport/fanchart.py:720 +#: ../gramps/plugins/drawreport/fanchart.py:724 msgid "Print radial texts upright or roundabout" msgstr "Sugárirányú szöveg nyomtatása felfelé, vagy körben" -#: ../gramps/plugins/drawreport/fanchart.py:722 +#: ../gramps/plugins/drawreport/fanchart.py:726 msgid "Draw empty boxes" msgstr "Üres dobozok rajzolása" -#: ../gramps/plugins/drawreport/fanchart.py:723 +#: ../gramps/plugins/drawreport/fanchart.py:727 msgid "Draw the background although there is no information" msgstr "Háttér rajzolása, bár nincs információ" -#: ../gramps/plugins/drawreport/fanchart.py:727 +#: ../gramps/plugins/drawreport/fanchart.py:731 msgid "Use one font style for all generations" msgstr "Egy betű stílus használata minden generációra" -#: ../gramps/plugins/drawreport/fanchart.py:729 +#: ../gramps/plugins/drawreport/fanchart.py:733 msgid "" "You can customize font and color for each generation in the style editor" msgstr "" "A stílus szerkesztőben minden generációra külön betűt és színt állíthat be" -#: ../gramps/plugins/drawreport/fanchart.py:758 +#: ../gramps/plugins/drawreport/fanchart.py:760 #: ../gramps/plugins/textreport/alphabeticalindex.py:103 -#: ../gramps/plugins/textreport/recordsreport.py:298 +#: ../gramps/plugins/textreport/recordsreport.py:309 #: ../gramps/plugins/textreport/tableofcontents.py:102 msgid "The style used for the title." msgstr "A címhez használt stílus." -#: ../gramps/plugins/drawreport/fanchart.py:768 +#: ../gramps/plugins/drawreport/fanchart.py:770 msgid "The basic style used for the default text display." msgstr "A mutatott szöveg alap stílusa." -#: ../gramps/plugins/drawreport/fanchart.py:779 +#: ../gramps/plugins/drawreport/fanchart.py:781 #, python-format msgid "The style used for the text display of generation \"%d\"" msgstr "A \"%d\" generációk mutatásánál használt szöveg stílusa " @@ -20302,7 +20432,7 @@ msgstr "Halálozási hónap" #: ../gramps/plugins/drawreport/statisticschart.py:348 #: ../gramps/plugins/export/exportcsv.py:356 -#: ../gramps/plugins/importer/importcsv.py:171 +#: ../gramps/plugins/importer/importcsv.py:172 msgid "Birth place" msgstr "Születési hely" @@ -20441,15 +20571,17 @@ msgstr "Meghatározza, milyen emberek kerülnek az összegzőbe." #: ../gramps/plugins/drawreport/statisticschart.py:994 #: ../gramps/plugins/drawreport/timeline.py:423 +#: ../gramps/plugins/textreport/birthdayreport.py:423 #: ../gramps/plugins/textreport/indivcomplete.py:1041 #: ../gramps/plugins/textreport/recordsreport.py:224 #: ../gramps/plugins/tool/sortevents.py:171 -#: ../gramps/plugins/webreport/narrativeweb.py:9652 +#: ../gramps/plugins/webreport/narrativeweb.py:9655 #: ../gramps/plugins/webreport/webcal.py:1630 msgid "Filter Person" msgstr "Személyszűrő" #: ../gramps/plugins/drawreport/statisticschart.py:995 +#: ../gramps/plugins/textreport/birthdayreport.py:424 #: ../gramps/plugins/textreport/indivcomplete.py:1042 msgid "The center person for the filter." msgstr "A szűrő központi személye." @@ -20518,31 +20650,35 @@ msgid "" msgstr "Kevesebb elem esetén kördiagramot használok oszlopdiagram helyett." #: ../gramps/plugins/drawreport/statisticschart.py:1069 -msgid "Charts 1" -msgstr "1. diagramok" +msgid "Charts 3" +msgstr "3. diagramok" #: ../gramps/plugins/drawreport/statisticschart.py:1071 msgid "Charts 2" msgstr "2. diagramok" #: ../gramps/plugins/drawreport/statisticschart.py:1073 +msgid "Charts 1" +msgstr "1. diagramok" + +#: ../gramps/plugins/drawreport/statisticschart.py:1075 msgid "Include charts with indicated data." msgstr "A jelölt dátumú diagramokkal együtt." -#: ../gramps/plugins/drawreport/statisticschart.py:1116 +#: ../gramps/plugins/drawreport/statisticschart.py:1117 msgid "The style used for the items and values." msgstr "A elemekhez és az értékekhez használt stílus." -#: ../gramps/plugins/drawreport/statisticschart.py:1125 -#: ../gramps/plugins/drawreport/timeline.py:498 +#: ../gramps/plugins/drawreport/statisticschart.py:1126 +#: ../gramps/plugins/drawreport/timeline.py:497 #: ../gramps/plugins/textreport/ancestorreport.py:349 -#: ../gramps/plugins/textreport/descendreport.py:560 +#: ../gramps/plugins/textreport/descendreport.py:562 #: ../gramps/plugins/textreport/detancestralreport.py:915 #: ../gramps/plugins/textreport/detdescendantreport.py:1145 #: ../gramps/plugins/textreport/endoflinereport.py:296 -#: ../gramps/plugins/textreport/familygroup.py:846 -#: ../gramps/plugins/textreport/indivcomplete.py:1172 -#: ../gramps/plugins/textreport/kinshipreport.py:401 +#: ../gramps/plugins/textreport/familygroup.py:851 +#: ../gramps/plugins/textreport/indivcomplete.py:1171 +#: ../gramps/plugins/textreport/kinshipreport.py:403 #: ../gramps/plugins/textreport/notelinkreport.py:178 #: ../gramps/plugins/textreport/numberofancestorsreport.py:227 #: ../gramps/plugins/textreport/simplebooktitle.py:171 @@ -20602,7 +20738,7 @@ msgstr "Meghatározza, mely emberek legyenek az összesítőben" #: ../gramps/plugins/drawreport/timeline.py:424 #: ../gramps/plugins/textreport/recordsreport.py:225 #: ../gramps/plugins/tool/sortevents.py:172 -#: ../gramps/plugins/webreport/narrativeweb.py:9653 +#: ../gramps/plugins/webreport/narrativeweb.py:9656 #: ../gramps/plugins/webreport/webcal.py:1631 msgid "The center person for the filter" msgstr "A szűrő központi személye" @@ -20617,53 +20753,53 @@ msgstr "Rendezés eszerint" msgid "Sorting method to use" msgstr "Használt rendezési módszer" -#: ../gramps/plugins/drawreport/timeline.py:480 +#: ../gramps/plugins/drawreport/timeline.py:479 msgid "The style used for the person's name." msgstr "Személyek neveihez használt stílus." -#: ../gramps/plugins/drawreport/timeline.py:489 +#: ../gramps/plugins/drawreport/timeline.py:488 msgid "The style used for the year labels." msgstr "Az évcímkékhez használt stílus." -#: ../gramps/plugins/export/export.gpr.py:31 -#: ../gramps/plugins/importer/import.gpr.py:33 +#: ../gramps/plugins/export/export.gpr.py:34 +#: ../gramps/plugins/importer/import.gpr.py:36 msgid "Comma Separated Values Spreadsheet (CSV)" msgstr "Vesszővel elválasztott értékű táblázat (CSV)" -#: ../gramps/plugins/export/export.gpr.py:32 +#: ../gramps/plugins/export/export.gpr.py:35 msgid "Comma _Separated Values Spreadsheet (CSV)" msgstr "Ves_szővel elválasztott értékű táblázat (CSV)" -#: ../gramps/plugins/export/export.gpr.py:33 +#: ../gramps/plugins/export/export.gpr.py:36 msgid "CSV is a common spreadsheet format." msgstr "A CSV egy általános táblázatformátum." -#: ../gramps/plugins/export/export.gpr.py:41 +#: ../gramps/plugins/export/export.gpr.py:44 msgid "CSV spreadsheet options" msgstr "CSV táblázat lehetőségek" -#: ../gramps/plugins/export/export.gpr.py:52 +#: ../gramps/plugins/export/export.gpr.py:55 msgid "Web Family Tree" msgstr "Web családfa" -#: ../gramps/plugins/export/export.gpr.py:53 +#: ../gramps/plugins/export/export.gpr.py:56 msgid "_Web Family Tree" msgstr "_Web családfa" -#: ../gramps/plugins/export/export.gpr.py:54 +#: ../gramps/plugins/export/export.gpr.py:57 msgid "Web Family Tree format" msgstr "Web családfa formátum" -#: ../gramps/plugins/export/export.gpr.py:62 +#: ../gramps/plugins/export/export.gpr.py:65 msgid "Web Family Tree export options" msgstr "Web családfa export lehetőségek" -#: ../gramps/plugins/export/export.gpr.py:74 +#: ../gramps/plugins/export/export.gpr.py:77 msgid "GE_DCOM" msgstr "GE_DCOM" -#: ../gramps/plugins/export/export.gpr.py:75 -#: ../gramps/plugins/importer/import.gpr.py:52 +#: ../gramps/plugins/export/export.gpr.py:78 +#: ../gramps/plugins/importer/import.gpr.py:55 msgid "" "GEDCOM is used to transfer data between genealogy programs. Most genealogy " "software will accept a GEDCOM file as input." @@ -20671,50 +20807,50 @@ msgstr "" "A GEDCOM használható a származástani programok közötti adatátvitelre. A " "legtöbb származástani program elfogadja a GEDCOM fáljt bemenetként." -#: ../gramps/plugins/export/export.gpr.py:84 +#: ../gramps/plugins/export/export.gpr.py:87 msgid "GEDCOM export options" msgstr "GEDCOM export lehetőségek" -#: ../gramps/plugins/export/export.gpr.py:96 +#: ../gramps/plugins/export/export.gpr.py:99 msgid "_GeneWeb" msgstr "_GeneWeb" -#: ../gramps/plugins/export/export.gpr.py:97 +#: ../gramps/plugins/export/export.gpr.py:100 msgid "GeneWeb is a web based genealogy program." msgstr "A GeneWeb egy webalapú származástani program." -#: ../gramps/plugins/export/export.gpr.py:105 +#: ../gramps/plugins/export/export.gpr.py:108 msgid "GeneWeb export options" msgstr "GeneWeb export lehetőségek" -#: ../gramps/plugins/export/export.gpr.py:116 +#: ../gramps/plugins/export/export.gpr.py:119 msgid "Gramps XML Package (family tree and media)" msgstr "GRAMPS XML csomag (családfa és média)" -#: ../gramps/plugins/export/export.gpr.py:117 +#: ../gramps/plugins/export/export.gpr.py:120 msgid "Gra_mps XML Package (family tree and media)" msgstr "GRA_MPS XML csomag (családfa és média)" -#: ../gramps/plugins/export/export.gpr.py:118 +#: ../gramps/plugins/export/export.gpr.py:121 msgid "" "Gramps package is an archived XML family tree together with the media object " "files." msgstr "" "A GRAMPS-csomag egy archivált XML családfa médiaobjektum-fájlokkal együtt." -#: ../gramps/plugins/export/export.gpr.py:127 +#: ../gramps/plugins/export/export.gpr.py:130 msgid "Gramps package export options" msgstr "GRAMPS csomagexport lehetőségek" -#: ../gramps/plugins/export/export.gpr.py:138 +#: ../gramps/plugins/export/export.gpr.py:141 msgid "Gramps XML (family tree)" msgstr "GRAMPS XML (családfa)" -#: ../gramps/plugins/export/export.gpr.py:139 +#: ../gramps/plugins/export/export.gpr.py:142 msgid "Gramps _XML (family tree)" msgstr "GRAMPS _XML (családfa)" -#: ../gramps/plugins/export/export.gpr.py:140 +#: ../gramps/plugins/export/export.gpr.py:143 msgid "" "Gramps XML export is a complete archived XML backup of a Gramps family tree " "without the media object files. Suitable for backup purposes." @@ -20722,40 +20858,40 @@ msgstr "" "A GRAMPS XML exportfájl egy teljes archivált GRAMPS családfa biztonsági " "mentés média objektum fájlok nélkül. Biztonsági célra alkalmas." -#: ../gramps/plugins/export/export.gpr.py:150 +#: ../gramps/plugins/export/export.gpr.py:153 msgid "Gramps XML export options" msgstr "GRAMPS XML export lehetőségek" -#: ../gramps/plugins/export/export.gpr.py:161 +#: ../gramps/plugins/export/export.gpr.py:164 msgid "vCalendar" msgstr "vCalendar" -#: ../gramps/plugins/export/export.gpr.py:162 +#: ../gramps/plugins/export/export.gpr.py:165 msgid "vC_alendar" msgstr "vC_alendar" -#: ../gramps/plugins/export/export.gpr.py:163 +#: ../gramps/plugins/export/export.gpr.py:166 msgid "vCalendar is used in many calendaring and PIM applications." msgstr "A vCalendar számos naptárazó és pim alkalmazásban használatos." -#: ../gramps/plugins/export/export.gpr.py:171 +#: ../gramps/plugins/export/export.gpr.py:174 msgid "vCalendar export options" msgstr "vCalendar export lehetőségek" -#: ../gramps/plugins/export/export.gpr.py:182 -#: ../gramps/plugins/importer/import.gpr.py:164 +#: ../gramps/plugins/export/export.gpr.py:185 +#: ../gramps/plugins/importer/import.gpr.py:167 msgid "vCard" msgstr "vCard" -#: ../gramps/plugins/export/export.gpr.py:183 +#: ../gramps/plugins/export/export.gpr.py:186 msgid "_vCard" msgstr "_vCard" -#: ../gramps/plugins/export/export.gpr.py:184 +#: ../gramps/plugins/export/export.gpr.py:187 msgid "vCard is used in many addressbook and pim applications." msgstr "A vCard számos címtárban és pim alkalmazásban használatos." -#: ../gramps/plugins/export/export.gpr.py:192 +#: ../gramps/plugins/export/export.gpr.py:195 msgid "vCard export options" msgstr "vCard export lehetőségek" @@ -20865,14 +21001,14 @@ msgid "Burial source" msgstr "Temetés forrása" #: ../gramps/plugins/export/exportcsv.py:472 -#: ../gramps/plugins/importer/importcsv.py:216 +#: ../gramps/plugins/importer/importcsv.py:217 #: ../gramps/plugins/textreport/familygroup.py:620 #: ../gramps/plugins/webreport/narrativeweb.py:2726 msgid "Husband" msgstr "Férj" #: ../gramps/plugins/export/exportcsv.py:472 -#: ../gramps/plugins/importer/importcsv.py:213 +#: ../gramps/plugins/importer/importcsv.py:214 #: ../gramps/plugins/textreport/familygroup.py:629 #: ../gramps/plugins/webreport/narrativeweb.py:2724 msgid "Wife" @@ -20949,9 +21085,9 @@ msgid "No families matched by selected filter" msgstr "Nincs a kiválasztásnak megfelelő család" #: ../gramps/plugins/export/exportpkg.py:179 -#: ../gramps/plugins/export/exportxml.py:136 -#: ../gramps/plugins/export/exportxml.py:152 -#: ../gramps/plugins/export/exportxml.py:170 +#: ../gramps/plugins/export/exportxml.py:139 +#: ../gramps/plugins/export/exportxml.py:155 +#: ../gramps/plugins/export/exportxml.py:173 #, python-format msgid "Failure writing %s" msgstr "Hiba %s írásakor" @@ -20981,7 +21117,7 @@ msgstr "%s halála" msgid "Anniversary: %s" msgstr "évforduló: %s" -#: ../gramps/plugins/export/exportxml.py:137 +#: ../gramps/plugins/export/exportxml.py:140 msgid "" "The database cannot be saved because you do not have permission to write to " "the directory. Please make sure you have write access to the directory and " @@ -20990,7 +21126,7 @@ msgstr "" "Az adatbázist nem lehet menteni, mivel önnek nincs írási jogosultsága a " "könytárhoz. állítsa be a megfelelő jogokat a mappára és próbálja újra." -#: ../gramps/plugins/export/exportxml.py:153 +#: ../gramps/plugins/export/exportxml.py:156 msgid "" "The database cannot be saved because you do not have permission to write to " "the file. Please make sure you have write access to the file and try again." @@ -21056,8 +21192,8 @@ msgid "Mother - Child Age Diff Distribution" msgstr "Anya-gyermek életkor különbség eloszlás" #: ../gramps/plugins/gramplet/agestats.py:238 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:259 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:266 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:262 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:269 #: ../gramps/plugins/webreport/narrativeweb.py:1886 #: ../gramps/plugins/webreport/narrativeweb.py:8063 msgid "Statistics" @@ -21110,7 +21246,7 @@ msgstr "" "láthatja a kiválasztott tulajdonságokkal." #: ../gramps/plugins/gramplet/attributes.py:56 -#: ../gramps/plugins/lib/libmetadata.py:170 +#: ../gramps/plugins/lib/libmetadata.py:172 #: ../gramps/plugins/webreport/narrativeweb.py:1370 msgid "Key" msgstr "Kulcs" @@ -21402,73 +21538,73 @@ msgstr "Összes keresztnév mutatása" msgid "Total people" msgstr "Összes ember" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:42 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:50 -#: ../gramps/plugins/quickview/quickview.gpr.py:32 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:45 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:53 +#: ../gramps/plugins/quickview/quickview.gpr.py:35 msgid "Age on Date" msgstr "Kor az adott dátumon" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:43 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:46 msgid "Gramplet showing ages of living people on a specific date" msgstr "Élő emberek meghatározott dátumkori korát mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:55 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:62 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:58 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:65 msgid "Age Stats" msgstr "Korstatisztikák" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:56 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:59 msgid "Gramplet showing graphs of various ages" msgstr "Különböző korúak grafikonját mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:72 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:75 msgid "Gramplet showing calendar and events on specific dates in history" msgstr "Történelmi dátumoknál naptárt és eseményeket mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:84 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:91 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:87 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:94 msgid "Descendants" msgstr "Leszármazottak" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:85 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:88 msgid "Gramplet showing active person's descendants" msgstr "Aktív személy leszármazottait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:101 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:108 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:104 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:111 #: ../gramps/plugins/webreport/narrativeweb.py:6986 msgid "Ancestors" msgstr "Ősök" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:102 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:197 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:105 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:200 msgid "Gramplet showing active person's ancestors" msgstr "Aktív személy őseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:119 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:122 msgid "Gramplet showing active person's direct ancestors as a fanchart" msgstr "Aktív személy közvetlen őseit legyeződiagramként mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:135 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:138 #: ../gramps/plugins/view/fanchartdescview.py:75 msgid "Descendant Fan Chart" msgstr "Leszármazott legyező ábra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:136 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:139 msgid "Gramplet showing active person's direct descendants as a fanchart" msgstr "Aktív személy közvetlen őseit legyeződiagramként mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:144 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:147 #: ../gramps/plugins/view/view.gpr.py:156 msgid "Descendant Fan" msgstr "Leszármazott legyező" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:152 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:155 #: ../gramps/plugins/view/fanchart2wayview.py:78 msgid "2-Way Fan Chart" msgstr "Kétutas legyező diagram" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:153 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:156 msgid "" "Gramplet showing active person's direct ancestors and descendants as a " "fanchart" @@ -21476,175 +21612,175 @@ msgstr "" "Aktív személy közvetlen őseit és leszármazottait legyező-diagramként mutató " "gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:161 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:164 #: ../gramps/plugins/view/view.gpr.py:171 msgid "2-Way Fan" msgstr "Kétutas legyező" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:169 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:175 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:172 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:178 msgid "FAQ" msgstr "GYIK" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:170 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:173 msgid "Gramplet showing frequently asked questions" msgstr "Gyakran ismételt kérdéseket mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:182 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:189 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:185 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:192 msgid "Given Name Cloud" msgstr "Keresztnév felhő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:183 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:186 msgid "Gramplet showing all given names as a text cloud" msgstr "Az összes keresztnevet szövegfelhőként mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:196 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:202 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:199 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:205 #: ../gramps/plugins/view/pedigreeview.py:528 #: ../gramps/plugins/view/view.gpr.py:125 #: ../gramps/plugins/webreport/narrativeweb.py:7172 msgid "Pedigree" msgstr "Családfa" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:214 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:217 msgid "Gramplet showing an active item Quick View" msgstr "Aktív elem gyorsnézetét mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:229 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:235 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:232 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:238 msgid "Relatives" msgstr "Hozzátartozók" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:230 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:233 msgid "Gramplet showing active person's relatives" msgstr "Aktív személy hozzátartozóit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:245 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:252 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:248 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:255 msgid "Session Log" msgstr "Munkamenet log" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:246 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:249 msgid "Gramplet showing all activity for this session" msgstr "A munkamenet összes tevékenységét mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:260 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:263 msgid "Gramplet showing summary data of the Family Tree" msgstr "A Családfa összesített adatait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:273 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:280 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:276 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:283 msgid "Surname Cloud" msgstr "Vezetéknév felhő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:274 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:277 msgid "Gramplet showing all surnames as a text cloud" msgstr "Az összes vezetéknevet szövegfelhőként mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:287 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:294 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1148 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1162 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1176 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1190 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1204 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1218 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1232 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1246 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:290 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:297 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1151 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1165 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1179 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1193 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1207 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1221 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1235 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1249 msgid "gramplet|To Do" msgstr "Tennivaló" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:288 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:291 msgid "Gramplet for displaying a To Do list" msgstr "Teendő listát mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:302 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:308 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:305 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:311 msgid "Top Surnames" msgstr "Legygakoribb vezetéknevek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:303 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:306 msgid "Gramplet showing most frequent surnames in this tree" msgstr "A fában leggyakrabban előforduló vezetékneveket mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:315 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:318 msgid "Welcome" msgstr "Üdvözöljük" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:316 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:319 msgid "Gramplet showing a welcome message" msgstr "Üdvözlő üzenetet mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:322 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:325 msgid "Welcome to Gramps!" msgstr "Üdvözöljük a GRAMPS-ban!" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:329 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:332 msgid "What's Next" msgstr "Mi a következő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:330 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:333 msgid "Gramplet suggesting items to research" msgstr "Kutatni való elemeket javasló gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:336 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:339 msgid "What's Next?" msgstr "Mi a következő?" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:346 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:349 msgid "Person Details" msgstr "A személy részletei" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:347 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:350 msgid "Gramplet showing details of a person" msgstr "A személy részleteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:354 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:368 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:382 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:357 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:371 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:385 msgid "Details" msgstr "Részletek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:360 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:363 msgid "Repository Details" msgstr "Tároló részletek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:361 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:364 msgid "Gramplet showing details of a repository" msgstr "Egy tároló részleteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:374 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:377 msgid "Place Details" msgstr "Hely részletei" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:375 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:378 msgid "Gramplet showing details of a place" msgstr "Egy hely részleteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:388 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:396 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:391 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:399 msgid "Media Preview" msgstr "Média előnézet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:389 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:392 msgid "Gramplet showing a preview of a media object" msgstr "Egy média objektum előnézet részleteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:416 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:424 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:419 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:427 msgid "Image Metadata" msgstr "Kép metaadatok" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:417 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:420 msgid "Gramplet showing metadata for a media object" msgstr "Egy média objektum metaadatait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:438 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:441 msgid "GExiv2 module not loaded." msgstr "A GExiv2 modul nincs betöltve." -#: ../gramps/plugins/gramplet/gramplet.gpr.py:439 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:442 #, python-format msgid "" "Image metadata functionality will not be available.\n" @@ -21653,274 +21789,275 @@ msgstr "" "Kép metaadat képesség nem lesz elérhető.\n" "Elkészítése a GRAMPS-hoz lásd: %(gramps_wiki_build_gexiv2_url)s" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:452 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:455 msgid "Person Residence" msgstr "Személy lakóhelye" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:453 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:456 msgid "Gramplet showing residence events for a person" msgstr "Egy személy lakóhely eseményeit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:466 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:469 msgid "Person Events" msgstr "Személy eseményei" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:467 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1320 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:470 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1323 msgid "Gramplet showing the events for a person" msgstr "Egy személy eseményeit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:480 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:483 msgid "Family Events" msgstr "Családi események" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:481 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:484 msgid "Gramplet showing the events for a family" msgstr "Egy család eseményeit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:494 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:497 msgid "Person Gallery" msgstr "Személy galéria" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:495 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:498 msgid "Gramplet showing media objects for a person" msgstr "Egy személy média objektumait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:502 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:516 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:530 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:544 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:558 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:572 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:505 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:519 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:533 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:547 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:561 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:575 msgid "Gallery" msgstr "Galéria" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:508 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:511 msgid "Family Gallery" msgstr "Család galéria" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:509 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:512 msgid "Gramplet showing media objects for a family" msgstr "Egy család média objektumait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:522 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:525 msgid "Event Gallery" msgstr "Esemény galéria" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:523 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:526 msgid "Gramplet showing media objects for an event" msgstr "Egy esemény média objektumait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:536 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:539 msgid "Place Gallery" msgstr "Hely galéria" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:537 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:540 msgid "Gramplet showing media objects for a place" msgstr "Egy hely média objektumait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:550 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:553 msgid "Source Gallery" msgstr "Forrás galéria" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:551 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:554 msgid "Gramplet showing media objects for a source" msgstr "Egy forrás média objektumait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:564 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:567 msgid "Citation Gallery" msgstr "Idézet galéria" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:565 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:568 msgid "Gramplet showing media objects for a citation" msgstr "Egy idézet média objektumait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:578 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:581 msgid "Person Attributes" msgstr "Személy tulajdonságok" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:579 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:582 msgid "Gramplet showing the attributes of a person" msgstr "Egy személy tulajdonságait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:592 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:595 msgid "Event Attributes" msgstr "Esemény tulajdonságok" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:593 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:596 msgid "Gramplet showing the attributes of an event" msgstr "Egy esemény tulajdonságait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:606 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:609 msgid "Family Attributes" msgstr "Család tulajdonságok" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:607 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:610 msgid "Gramplet showing the attributes of a family" msgstr "Egy család tulajdonságait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:620 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:623 msgid "Media Attributes" msgstr "Média tulajdonságok" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:621 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:624 msgid "Gramplet showing the attributes of a media object" msgstr "Egy média objektum tulajdonságait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:634 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:637 msgid "Source Attributes" msgstr "Forrás jellemzők" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:635 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:638 msgid "Gramplet showing the attributes of a source object" msgstr "Egy forrás objektum tulajdonságait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:648 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:651 msgid "Citation Attributes" msgstr "Idézet jellemzők" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:649 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:652 msgid "Gramplet showing the attributes of a citation object" msgstr "Egy idézet objektum jellemzőit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:662 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:665 msgid "Person Notes" msgstr "Személy jegyzetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:663 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:666 msgid "Gramplet showing the notes for a person" msgstr "Egy személy jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:676 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:679 msgid "Event Notes" msgstr "Esemény jegyzetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:677 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:680 msgid "Gramplet showing the notes for an event" msgstr "Egy esemény jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:690 -#: ../gramps/plugins/textreport/familygroup.py:775 +#. ######################### +#: ../gramps/plugins/gramplet/gramplet.gpr.py:693 +#: ../gramps/plugins/textreport/familygroup.py:773 msgid "Family Notes" msgstr "Család jegyzetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:691 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:694 msgid "Gramplet showing the notes for a family" msgstr "Egy család jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:704 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:707 msgid "Place Notes" msgstr "Hely jegyzetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:705 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:708 msgid "Gramplet showing the notes for a place" msgstr "Egy hely jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:718 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:721 msgid "Source Notes" msgstr "Forrás jegyzetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:719 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:722 msgid "Gramplet showing the notes for a source" msgstr "Egy forrás jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:732 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:735 msgid "Citation Notes" msgstr "Idézet jegyzet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:733 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:736 msgid "Gramplet showing the notes for a citation" msgstr "Egy idézet jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:746 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:749 msgid "Repository Notes" msgstr "Tároló jegyzetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:747 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:750 msgid "Gramplet showing the notes for a repository" msgstr "Egy tároló jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:760 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:763 msgid "Media Notes" msgstr "Média jegyzetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:761 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:764 msgid "Gramplet showing the notes for a media object" msgstr "Egy média objektum jegyzeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:774 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:777 msgid "Person Citations" msgstr "Személy idézetei" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:775 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:778 msgid "Gramplet showing the citations for a person" msgstr "Egy személy idézeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:788 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:791 msgid "Event Citations" msgstr "Esemény idézetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:789 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:792 msgid "Gramplet showing the citations for an event" msgstr "Egy esemény idézeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:802 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:805 msgid "Family Citations" msgstr "Család idézetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:803 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:806 msgid "Gramplet showing the citations for a family" msgstr "Egy család idézeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:816 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:819 msgid "Place Citations" msgstr "Hely idézetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:817 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:820 msgid "Gramplet showing the citations for a place" msgstr "Egy hely idézeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:830 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:833 msgid "Media Citations" msgstr "Média idézetek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:831 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:834 msgid "Gramplet showing the citations for a media object" msgstr "Egy média objektum idézeteit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:844 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:847 msgid "Person Children" msgstr "Személy gyermekei" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:845 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:848 msgid "Gramplet showing the children of a person" msgstr "Egy személy gyermekeit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:858 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:861 msgid "Family Children" msgstr "Család gyermekei" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:859 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:862 msgid "Gramplet showing the children of a family" msgstr "Egy család gyermekeit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:872 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:875 msgid "Person References" msgstr "Személy hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:873 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:876 msgid "Gramplet showing the backlink references for a person" msgstr "Egy személy vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:880 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:894 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:908 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:922 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:936 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:950 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:964 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:978 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:992 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:883 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:897 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:911 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:925 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:939 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:953 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:967 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:981 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:995 #: ../gramps/plugins/webreport/narrativeweb.py:2670 #: ../gramps/plugins/webreport/narrativeweb.py:3166 #: ../gramps/plugins/webreport/narrativeweb.py:5734 @@ -21928,262 +22065,262 @@ msgstr "Egy személy vissza-hivatkozásait mutató gramplet" msgid "References" msgstr "Hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:886 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:889 msgid "Event References" msgstr "Esemény hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:887 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:890 msgid "Gramplet showing the backlink references for an event" msgstr "Egy esemény vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:900 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:903 msgid "Family References" msgstr "Család hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:901 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:904 msgid "Gramplet showing the backlink references for a family" msgstr "Egy család vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:914 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:917 msgid "Place References" msgstr "Hely hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:915 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:918 msgid "Gramplet showing the backlink references for a place" msgstr "Egy hely vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:928 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:931 #: ../gramps/plugins/webreport/narrativeweb.py:2553 msgid "Source References" msgstr "Forrás hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:929 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:932 msgid "Gramplet showing the backlink references for a source" msgstr "Egy forrás vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:942 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:945 msgid "Citation References" msgstr "Idézet hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:943 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:946 msgid "Gramplet showing the backlink references for a citation" msgstr "Egy idézet vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:956 -#: ../gramps/plugins/quickview/quickview.gpr.py:248 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:959 +#: ../gramps/plugins/quickview/quickview.gpr.py:251 msgid "Repository References" msgstr "Tároló hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:957 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:960 msgid "Gramplet showing the backlink references for a repository" msgstr "Egy tároló vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:970 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:973 msgid "Media References" msgstr "Média hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:971 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:974 msgid "Gramplet showing the backlink references for a media object" msgstr "Egy média objektum vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:984 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:987 msgid "Note References" msgstr "Jegyzet hivatkozások" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:985 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:988 msgid "Gramplet showing the backlink references for a note" msgstr "Egy jegyzet vissza-hivatkozásait mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:998 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1001 msgid "Person Filter" msgstr "Személyszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:999 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1002 msgid "Gramplet providing a person filter" msgstr "Egy személyszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1012 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1015 msgid "Family Filter" msgstr "Családszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1013 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1016 msgid "Gramplet providing a family filter" msgstr "Egy családszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1026 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1029 msgid "Event Filter" msgstr "Eseményszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1027 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1030 msgid "Gramplet providing an event filter" msgstr "Egy eseményszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1040 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1043 msgid "Source Filter" msgstr "Forrásszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1041 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1044 msgid "Gramplet providing a source filter" msgstr "Egy forrásszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1054 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1057 msgid "Citation Filter" msgstr "Idézetszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1055 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1058 msgid "Gramplet providing a citation filter" msgstr "Egy idézetszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1068 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1071 msgid "Place Filter" msgstr "Helyszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1069 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1072 msgid "Gramplet providing a place filter" msgstr "Egy helyszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1082 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1085 msgid "Media Filter" msgstr "Médiaszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1083 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1086 msgid "Gramplet providing a media filter" msgstr "Egy médiaszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1096 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1099 msgid "Repository Filter" msgstr "Tárolószűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1097 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1100 msgid "Gramplet providing a repository filter" msgstr "Egy tárolószűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1110 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1113 msgid "Note Filter" msgstr "Jegyzetszűrő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1111 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1114 msgid "Gramplet providing a note filter" msgstr "Egy jegyzetszűrőt biztosító gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1124 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1135 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1127 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1138 #: ../gramps/plugins/textreport/recordsreport.py:119 msgid "Records" msgstr "Felvételek" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1125 -#: ../gramps/plugins/textreport/textplugins.gpr.py:413 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1128 +#: ../gramps/plugins/textreport/textplugins.gpr.py:416 msgid "Shows some interesting records about people and families" msgstr "Néhány érdekes felvételt mutat emberekről és családokról" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1140 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1143 msgid "Person To Do" msgstr "Teendő: személy" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1141 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1144 msgid "Gramplet showing the To Do notes for a person" msgstr "Egy személy Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1154 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1157 msgid "Event To Do" msgstr "Teendő: esemény" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1155 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1158 msgid "Gramplet showing the To Do notes for an event" msgstr "Egy esemény Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1168 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1171 msgid "Family To Do" msgstr "Teendő: család" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1169 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1172 msgid "Gramplet showing the To Do notes for a family" msgstr "Egy család Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1182 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1185 msgid "Place To Do" msgstr "Teendő: helyszín" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1183 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1186 msgid "Gramplet showing the To Do notes for a place" msgstr "Egy hely Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1196 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1199 msgid "Source To Do" msgstr "Teendő: forrás" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1197 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1200 msgid "Gramplet showing the To Do notes for a source" msgstr "Egy forrás Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1210 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1213 msgid "Citation To Do" msgstr "Teendő: idézet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1211 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1214 msgid "Gramplet showing the To Do notes for a citation" msgstr "Egy idézet Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1224 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1227 msgid "Repository To Do" msgstr "Teendő: tároló" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1225 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1228 msgid "Gramplet showing the To Do notes for a repository" msgstr "Egy tároló Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1238 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1241 msgid "Media To Do" msgstr "Média teendő" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1239 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1242 msgid "Gramplet showing the To Do notes for a media object" msgstr "Egy média objektum Teendő feljegyzéseit mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1278 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1286 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1281 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1289 msgid "SoundEx" msgstr "SoundEx" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1279 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1282 msgid "Gramplet to generate SoundEx codes" msgstr "SoundEx-kódot létrehozó gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1291 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1294 msgid "Place Enclosed By" msgstr "A helyet mellékelte" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1292 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1295 msgid "Gramplet showing the places enclosed by the active place" msgstr "Egy aktív hely által mellékelt helyeket mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1305 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1308 msgid "Place Encloses" msgstr "Hely Mellékelte" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1306 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1309 msgid "Gramplet showing the places that the active place encloses" msgstr "Az aktív hely által mellékelt helyeket mutató gramplet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1313 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1316 msgid "Encloses" msgstr "Mellékelte" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1319 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1322 msgid "Geography coordinates for Person Events" msgstr "Geográfiai koordináták Személy Eseményekhez" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1327 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1341 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1330 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1344 msgid "Events Coordinates" msgstr "Esemény koordináták" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1333 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1336 msgid "Geography coordinates for Family Events" msgstr "Geográfiai koordináták Család Eseményekhez" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1334 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1337 msgid "Gramplet showing the events for all the family" msgstr "A teljes család eseményeit mutató gramplet" @@ -22228,8 +22365,8 @@ msgstr "Lehetőségekért mozgassa az egeret a linkre" #: ../gramps/plugins/gramplet/pedigreegramplet.py:58 #: ../gramps/plugins/gramplet/pedigreegramplet.py:67 #: ../gramps/plugins/gramplet/pedigreegramplet.py:78 -#: ../gramps/plugins/view/fanchartdescview.py:280 -#: ../gramps/plugins/view/fanchartview.py:276 +#: ../gramps/plugins/view/fanchartdescview.py:294 +#: ../gramps/plugins/view/fanchartview.py:290 msgid "Max generations" msgstr "Legtöbb generáció" @@ -22813,27 +22950,27 @@ msgstr "hiányzó szülők" msgid ": %s\n" msgstr ": %s\n" -#: ../gramps/plugins/graph/graphplugins.gpr.py:33 +#: ../gramps/plugins/graph/graphplugins.gpr.py:36 msgid "Family Lines Graph" msgstr "Családvonal diagram" -#: ../gramps/plugins/graph/graphplugins.gpr.py:34 +#: ../gramps/plugins/graph/graphplugins.gpr.py:37 msgid "Produces family line graphs using Graphviz." msgstr "Családvonal diagramot hoz létre Graphviz-zel." -#: ../gramps/plugins/graph/graphplugins.gpr.py:56 +#: ../gramps/plugins/graph/graphplugins.gpr.py:59 msgid "Hourglass Graph" msgstr "Óraüveg diagram" -#: ../gramps/plugins/graph/graphplugins.gpr.py:57 +#: ../gramps/plugins/graph/graphplugins.gpr.py:60 msgid "Produces an hourglass graph using Graphviz." msgstr "Óraüveg diagramot hoz létre GrahWiz-zel." -#: ../gramps/plugins/graph/graphplugins.gpr.py:78 +#: ../gramps/plugins/graph/graphplugins.gpr.py:81 msgid "Relationship Graph" msgstr "Kapcsolat diagram" -#: ../gramps/plugins/graph/graphplugins.gpr.py:79 +#: ../gramps/plugins/graph/graphplugins.gpr.py:82 msgid "Produces relationship graphs using Graphviz." msgstr "Kapcsolat diagramot hoz létre GrahWiz-zel." @@ -23171,7 +23308,7 @@ msgid "The Center person for the graph" msgstr "A diagram központi személye" #: ../gramps/plugins/graph/gvhourglass.py:318 -#: ../gramps/plugins/textreport/kinshipreport.py:367 +#: ../gramps/plugins/textreport/kinshipreport.py:371 msgid "Max Descendant Generations" msgstr "Leszármazott generációk legnagyobb száma" @@ -23180,7 +23317,7 @@ msgid "The number of generations of descendants to include in the graph" msgstr "A diagramban szereplő leszármazott generációk száma" #: ../gramps/plugins/graph/gvhourglass.py:323 -#: ../gramps/plugins/textreport/kinshipreport.py:371 +#: ../gramps/plugins/textreport/kinshipreport.py:375 msgid "Max Ancestor Generations" msgstr "Ős generációk legnagyobb száma" @@ -23356,19 +23493,19 @@ msgid "Families will show up as ellipses, linked to parents and children." msgstr "" "A családok a gyermekekre és szülőkre hivatkozó ellipszisként jelennek meg." -#: ../gramps/plugins/importer/import.gpr.py:34 +#: ../gramps/plugins/importer/import.gpr.py:37 msgid "Import data from CSV files" msgstr "Adatimportálás CSV fájlokból" -#: ../gramps/plugins/importer/import.gpr.py:71 +#: ../gramps/plugins/importer/import.gpr.py:74 msgid "Import data from GeneWeb files" msgstr "Adatimport GeneWeb fájlokból" -#: ../gramps/plugins/importer/import.gpr.py:88 +#: ../gramps/plugins/importer/import.gpr.py:91 msgid "Gramps package (portable XML)" msgstr "GRAMPS csomag (hordozható XML)" -#: ../gramps/plugins/importer/import.gpr.py:89 +#: ../gramps/plugins/importer/import.gpr.py:92 msgid "" "Import data from a Gramps package (an archived XML Family Tree together with " "the media object files.)" @@ -23376,11 +23513,11 @@ msgstr "" "Adatimportálás GRAMPS-csomagból (egy archivált XML Családfa a médiaobjektum " "fájlokkal együtt.)" -#: ../gramps/plugins/importer/import.gpr.py:107 +#: ../gramps/plugins/importer/import.gpr.py:110 msgid "Gramps XML Family Tree" msgstr "GRAMPS XML családfa" -#: ../gramps/plugins/importer/import.gpr.py:108 +#: ../gramps/plugins/importer/import.gpr.py:111 msgid "" "The Gramps XML format is a text version of a Family Tree. It is read-write " "compatible with the present Gramps database format." @@ -23388,27 +23525,27 @@ msgstr "" "A GRAMPS XML formátum egy Családfa szöveges változata. Ez írás-olvasás " "kompatibilis a jelenlegi GRAMPS adatbázis formátummal." -#: ../gramps/plugins/importer/import.gpr.py:128 +#: ../gramps/plugins/importer/import.gpr.py:131 msgid "Gramps 2.x database" msgstr "GRAMPS 2.x adatbázis" -#: ../gramps/plugins/importer/import.gpr.py:129 +#: ../gramps/plugins/importer/import.gpr.py:132 msgid "Import data from Gramps 2.x database files" msgstr "Adatimportálás GRAMPS 2.x adatbázis fájlokból" -#: ../gramps/plugins/importer/import.gpr.py:146 +#: ../gramps/plugins/importer/import.gpr.py:149 msgid "Pro-Gen" msgstr "Pro-Gen" -#: ../gramps/plugins/importer/import.gpr.py:147 +#: ../gramps/plugins/importer/import.gpr.py:150 msgid "Import data from Pro-Gen files" msgstr "Adatimportálás Pro-Gen fájlokból" -#: ../gramps/plugins/importer/import.gpr.py:165 +#: ../gramps/plugins/importer/import.gpr.py:168 msgid "Import data from vCard files" msgstr "Adatimportálás vCard fájlokból" -#: ../gramps/plugins/importer/importcsv.py:122 +#: ../gramps/plugins/importer/importcsv.py:123 #: ../gramps/plugins/importer/importgedcom.py:129 #: ../gramps/plugins/importer/importgedcom.py:143 #: ../gramps/plugins/importer/importgeneweb.py:152 @@ -23419,199 +23556,199 @@ msgstr "Adatimportálás vCard fájlokból" msgid "%s could not be opened\n" msgstr "%s nem megnyitható\n" -#: ../gramps/plugins/importer/importcsv.py:124 +#: ../gramps/plugins/importer/importcsv.py:125 #: ../gramps/plugins/importer/importgedcom.py:152 #: ../gramps/plugins/importer/importgeneweb.py:161 -#: ../gramps/plugins/importer/importprogen.py:85 +#: ../gramps/plugins/importer/importprogen.py:92 #: ../gramps/plugins/importer/importvcard.py:74 msgid "Results" msgstr "Eredmények" -#: ../gramps/plugins/importer/importcsv.py:124 +#: ../gramps/plugins/importer/importcsv.py:125 #: ../gramps/plugins/importer/importgedcom.py:152 #: ../gramps/plugins/importer/importgeneweb.py:161 -#: ../gramps/plugins/importer/importprogen.py:85 +#: ../gramps/plugins/importer/importprogen.py:92 #: ../gramps/plugins/importer/importvcard.py:74 msgid "done" msgstr "kész" -#: ../gramps/plugins/importer/importcsv.py:160 +#: ../gramps/plugins/importer/importcsv.py:161 msgid "given name" msgstr "utónév" -#: ../gramps/plugins/importer/importcsv.py:163 +#: ../gramps/plugins/importer/importcsv.py:164 msgid "call" msgstr "hívás" -#: ../gramps/plugins/importer/importcsv.py:164 +#: ../gramps/plugins/importer/importcsv.py:165 msgid "Person or Place|title" msgstr "Person or Place|cím" -#: ../gramps/plugins/importer/importcsv.py:164 +#: ../gramps/plugins/importer/importcsv.py:165 msgid "title" msgstr "cím" -#: ../gramps/plugins/importer/importcsv.py:167 +#: ../gramps/plugins/importer/importcsv.py:168 msgid "gender" msgstr "nem" -#: ../gramps/plugins/importer/importcsv.py:168 +#: ../gramps/plugins/importer/importcsv.py:169 msgid "source" msgstr "forrás" -#: ../gramps/plugins/importer/importcsv.py:169 +#: ../gramps/plugins/importer/importcsv.py:170 msgid "note" msgstr "jegyzet" -#: ../gramps/plugins/importer/importcsv.py:171 +#: ../gramps/plugins/importer/importcsv.py:172 msgid "birth place" msgstr "születési hely" -#: ../gramps/plugins/importer/importcsv.py:173 +#: ../gramps/plugins/importer/importcsv.py:174 msgid "birth place id" msgstr "születési hely azonosító" -#: ../gramps/plugins/importer/importcsv.py:178 +#: ../gramps/plugins/importer/importcsv.py:179 msgid "birth source" msgstr "születés forrása" -#: ../gramps/plugins/importer/importcsv.py:180 +#: ../gramps/plugins/importer/importcsv.py:181 msgid "baptism place" msgstr "keresztelés helye" -#: ../gramps/plugins/importer/importcsv.py:182 +#: ../gramps/plugins/importer/importcsv.py:183 msgid "baptism place id" msgstr "keresztelés helyének azonosítója" -#: ../gramps/plugins/importer/importcsv.py:184 +#: ../gramps/plugins/importer/importcsv.py:185 msgid "baptism date" msgstr "keresztelés dátuma" -#: ../gramps/plugins/importer/importcsv.py:186 +#: ../gramps/plugins/importer/importcsv.py:187 msgid "baptism source" msgstr "keresztelés forrása" -#: ../gramps/plugins/importer/importcsv.py:187 +#: ../gramps/plugins/importer/importcsv.py:188 msgid "burial place" msgstr "temetési hely" -#: ../gramps/plugins/importer/importcsv.py:189 +#: ../gramps/plugins/importer/importcsv.py:190 msgid "burial place id" msgstr "temetés helyének azonosítója" -#: ../gramps/plugins/importer/importcsv.py:191 +#: ../gramps/plugins/importer/importcsv.py:192 msgid "burial date" msgstr "temetés dátuma" -#: ../gramps/plugins/importer/importcsv.py:193 +#: ../gramps/plugins/importer/importcsv.py:194 msgid "burial source" msgstr "temetés forrása" -#: ../gramps/plugins/importer/importcsv.py:195 +#: ../gramps/plugins/importer/importcsv.py:196 msgid "death place" msgstr "halálozás helye" -#: ../gramps/plugins/importer/importcsv.py:197 +#: ../gramps/plugins/importer/importcsv.py:198 msgid "death place id" msgstr "halálozási helyének azonosítója" -#: ../gramps/plugins/importer/importcsv.py:202 +#: ../gramps/plugins/importer/importcsv.py:203 msgid "death source" msgstr "halálozás forrása" -#: ../gramps/plugins/importer/importcsv.py:204 +#: ../gramps/plugins/importer/importcsv.py:205 msgid "death cause" msgstr "halál ok" -#: ../gramps/plugins/importer/importcsv.py:207 +#: ../gramps/plugins/importer/importcsv.py:208 msgid "person" msgstr "személy" #. ---------------------------------- -#: ../gramps/plugins/importer/importcsv.py:209 +#: ../gramps/plugins/importer/importcsv.py:210 msgid "child" msgstr "gyermek" #. ---------------------------------- -#: ../gramps/plugins/importer/importcsv.py:212 +#: ../gramps/plugins/importer/importcsv.py:213 msgid "mother" msgstr "anya" -#: ../gramps/plugins/importer/importcsv.py:214 +#: ../gramps/plugins/importer/importcsv.py:215 msgid "parent2" msgstr "2. szülő" -#: ../gramps/plugins/importer/importcsv.py:215 +#: ../gramps/plugins/importer/importcsv.py:216 msgid "father" msgstr "apa" -#: ../gramps/plugins/importer/importcsv.py:217 +#: ../gramps/plugins/importer/importcsv.py:218 msgid "parent1" msgstr "1. szülő" -#: ../gramps/plugins/importer/importcsv.py:218 +#: ../gramps/plugins/importer/importcsv.py:219 msgid "marriage" msgstr "házasság" -#: ../gramps/plugins/importer/importcsv.py:219 +#: ../gramps/plugins/importer/importcsv.py:220 msgid "date" msgstr "dátum" -#: ../gramps/plugins/importer/importcsv.py:220 +#: ../gramps/plugins/importer/importcsv.py:221 msgid "place" msgstr "hely" -#: ../gramps/plugins/importer/importcsv.py:221 +#: ../gramps/plugins/importer/importcsv.py:222 msgid "place id" msgstr "hely azonosító" -#: ../gramps/plugins/importer/importcsv.py:222 +#: ../gramps/plugins/importer/importcsv.py:223 msgid "name" msgstr "név" -#: ../gramps/plugins/importer/importcsv.py:223 +#: ../gramps/plugins/importer/importcsv.py:224 msgid "type" msgstr "típus" -#: ../gramps/plugins/importer/importcsv.py:224 +#: ../gramps/plugins/importer/importcsv.py:225 msgid "latitude" msgstr "szélesség" -#: ../gramps/plugins/importer/importcsv.py:225 +#: ../gramps/plugins/importer/importcsv.py:226 msgid "longitude" msgstr "hosszúság" -#: ../gramps/plugins/importer/importcsv.py:226 +#: ../gramps/plugins/importer/importcsv.py:227 msgid "code" msgstr "kód" -#: ../gramps/plugins/importer/importcsv.py:227 +#: ../gramps/plugins/importer/importcsv.py:228 msgid "enclosed by" msgstr "mellékelte" -#: ../gramps/plugins/importer/importcsv.py:228 +#: ../gramps/plugins/importer/importcsv.py:229 msgid "enclosed_by" msgstr "_mellékelte" -#: ../gramps/plugins/importer/importcsv.py:255 +#: ../gramps/plugins/importer/importcsv.py:256 #, python-format msgid "format error: line %(line)d: %(zero)s" msgstr "formátum hiba: %(line)d sor: %(zero)s" -#: ../gramps/plugins/importer/importcsv.py:336 +#: ../gramps/plugins/importer/importcsv.py:337 msgid "CSV Import" msgstr "CSV importálás" -#: ../gramps/plugins/importer/importcsv.py:338 +#: ../gramps/plugins/importer/importcsv.py:339 msgid "Reading data..." msgstr "Adatok olvasása..." -#: ../gramps/plugins/importer/importcsv.py:345 +#: ../gramps/plugins/importer/importcsv.py:346 msgid "CSV import" msgstr "CSV importálás" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/importer/importcsv.py:353 +#: ../gramps/plugins/importer/importcsv.py:354 #: ../gramps/plugins/importer/importgeneweb.py:273 #: ../gramps/plugins/importer/importvcard.py:247 #, python-brace-format @@ -23863,10 +24000,10 @@ msgstr "" "médiaobjektumok megfelelő útvonalára állította." #: ../gramps/plugins/importer/importgrdb.py:61 -#: ../gramps/plugins/importer/importprogen.py:74 -#: ../gramps/plugins/importer/importprogen.py:83 -#: ../gramps/plugins/importer/importxml.py:437 +#: ../gramps/plugins/importer/importprogen.py:81 +#: ../gramps/plugins/importer/importprogen.py:90 #: ../gramps/plugins/importer/importxml.py:440 +#: ../gramps/plugins/importer/importxml.py:443 #, python-format msgid "%s could not be opened" msgstr "%s nem megnyitható" @@ -23888,63 +24025,81 @@ msgstr "" "majd importálja a GRAMPS XML fájlt ebbe a verzióba. Kérem nézze meg ezt:" "%(gramps_wiki_migrate_two_to_three_url)s" -#: ../gramps/plugins/importer/importprogen.py:80 +#: ../gramps/plugins/importer/importprogen.py:87 +#: ../gramps/plugins/importer/importprogen.py:511 msgid "Pro-Gen data error" msgstr "Pro-Gen adathiba" -#: ../gramps/plugins/importer/importprogen.py:174 +#: ../gramps/plugins/importer/importprogen.py:180 msgid "Not a Pro-Gen file" msgstr "Nem Pro-Gen fájl" -#: ../gramps/plugins/importer/importprogen.py:392 +#: ../gramps/plugins/importer/importprogen.py:390 #, python-format msgid "Field '%(fldname)s' not found" msgstr "'%(fldname)s' mező nem található" -#: ../gramps/plugins/importer/importprogen.py:468 +#: ../gramps/plugins/importer/importprogen.py:454 #, python-format -msgid "Cannot find DEF file: %(deffname)s" -msgstr "DEF fájl nem található: %(deffname)s" +msgid "Cannot find DEF file: %(dname)s" +msgstr "DEF fájl nem található: %(dname)s" + +#. Raise a error message +#: ../gramps/plugins/importer/importprogen.py:510 +msgid "Not a supported Pro-Gen import file language" +msgstr "Nem támogatott a Pro-Gen import fájl nyelve" -#. print self.def_.diag() #. TODO no-parent #: ../gramps/plugins/importer/importprogen.py:515 msgid "Import from Pro-Gen" msgstr "Pro-Genből importálás" -#: ../gramps/plugins/importer/importprogen.py:521 +#: ../gramps/plugins/importer/importprogen.py:516 +msgid "Initializing" +msgstr "Kezdőérték adás" + +#: ../gramps/plugins/importer/importprogen.py:522 msgid "Pro-Gen import" msgstr "Pro-Gen import" -#: ../gramps/plugins/importer/importprogen.py:750 +#: ../gramps/plugins/importer/importprogen.py:583 #, python-format -msgid "date did not match: '%(text)s' (%(msg)s)" -msgstr "a dátum nem egyezik: '%(text)s' (%(msg)s)" +msgid "Import from Pro-Gen (%s)" +msgstr "(%s) Pro-Genből importálás" + +#. Hmmm. Just use the plain text. +#: ../gramps/plugins/importer/importprogen.py:1061 +#, python-format +msgid "Date did not match: '%(text)s' (%(msg)s)" +msgstr "A dátum nem egyezik: '%(text)s' (%(msg)s)" #. The records are numbered 1..N -#: ../gramps/plugins/importer/importprogen.py:830 +#: ../gramps/plugins/importer/importprogen.py:1118 msgid "Importing individuals" msgstr "Egyének importálása" #. The records are numbered 1..N -#: ../gramps/plugins/importer/importprogen.py:1105 +#: ../gramps/plugins/importer/importprogen.py:1501 msgid "Importing families" msgstr "Családok importálása" +#. We have seen some case insensitivity in DEF files ... +#. F13: Father +#. F14: Mother #. The records are numbered 1..N -#: ../gramps/plugins/importer/importprogen.py:1282 +#: ../gramps/plugins/importer/importprogen.py:1768 msgid "Adding children" msgstr "Gyermekek hozzáadása" -#: ../gramps/plugins/importer/importprogen.py:1293 +#: ../gramps/plugins/importer/importprogen.py:1785 #, python-format -msgid "cannot find father for I%(person)s (father=%(id)d)" -msgstr "nem található apa I%(person)s (father=%(id)d) számára" +msgid "Cannot find father for I%(person)s (Father=%(id)d)" +msgstr "Nem található apa I%(person)s (Father=%(id)d)) számára" -#: ../gramps/plugins/importer/importprogen.py:1296 +#: ../gramps/plugins/importer/importprogen.py:1788 #, python-format -msgid "cannot find mother for I%(person)s (mother=%(mother)d)" -msgstr "nem található anya I%(person)s (mother=%(mother)d) számára" +msgid "Cannot find mother for I%(person)s (Mother=%(mother)d)" +msgstr "Nem található anya I%(person)s (Mother=%(mother)d) számára" #: ../gramps/plugins/importer/importvcard.py:226 #, python-format @@ -24190,26 +24345,26 @@ msgstr "" "Összevonásra jelölt objektumok:\n" #. there is no old style XML -#: ../gramps/plugins/importer/importxml.py:805 -#: ../gramps/plugins/importer/importxml.py:1275 -#: ../gramps/plugins/importer/importxml.py:1548 -#: ../gramps/plugins/importer/importxml.py:1967 +#: ../gramps/plugins/importer/importxml.py:808 +#: ../gramps/plugins/importer/importxml.py:1278 +#: ../gramps/plugins/importer/importxml.py:1551 +#: ../gramps/plugins/importer/importxml.py:1970 msgid "The Gramps Xml you are trying to import is malformed." msgstr "Az importálni próbált GRAMPS XML hibás formátumú." -#: ../gramps/plugins/importer/importxml.py:806 +#: ../gramps/plugins/importer/importxml.py:809 msgid "Attributes that link the data together are missing." msgstr "Az adatokat összefűző jellemzők hiányoznak." -#: ../gramps/plugins/importer/importxml.py:910 +#: ../gramps/plugins/importer/importxml.py:913 msgid "Gramps XML import" msgstr "GRAMPS XML import" -#: ../gramps/plugins/importer/importxml.py:945 +#: ../gramps/plugins/importer/importxml.py:948 msgid "Could not change media path" msgstr "A média útvonal nem változtatható meg" -#: ../gramps/plugins/importer/importxml.py:946 +#: ../gramps/plugins/importer/importxml.py:949 #, python-format msgid "" "The opened file has media path %s, which conflicts with the media path of " @@ -24222,7 +24377,7 @@ msgstr "" "megfelelő könyvtárba, vagy változtassa meg a média útvonalat a " "Beállításokban." -#: ../gramps/plugins/importer/importxml.py:1005 +#: ../gramps/plugins/importer/importxml.py:1008 msgid "" "The .gramps file you are importing does not contain information about the " "version of Gramps with, which it was produced.\n" @@ -24234,11 +24389,11 @@ msgstr "" "\n" "A fájl nem kerül importálásra." -#: ../gramps/plugins/importer/importxml.py:1008 +#: ../gramps/plugins/importer/importxml.py:1011 msgid "Import file misses Gramps version" msgstr "GRAMPS változatszám hiánya az importálandó fájlban" -#: ../gramps/plugins/importer/importxml.py:1010 +#: ../gramps/plugins/importer/importxml.py:1013 #, python-format msgid "" "The .gramps file you are importing was made by version %(newer)s of Gramps, " @@ -24249,7 +24404,7 @@ msgstr "" "futó alkalmazás korábbi, %(older)s változatú. A fájl nem lesz importálva. " "Frissítsen a GRAMPS legutóbbi változatára, majd próbálja újra." -#: ../gramps/plugins/importer/importxml.py:1018 +#: ../gramps/plugins/importer/importxml.py:1021 #, python-format msgid "" "The .gramps file you are importing was made by version %(oldgramps)s of " @@ -24270,11 +24425,11 @@ msgstr "" " %(gramps_wiki_xml_url)s\n" " további információért." -#: ../gramps/plugins/importer/importxml.py:1029 +#: ../gramps/plugins/importer/importxml.py:1032 msgid "The file will not be imported" msgstr "A fájl nem kerül importálásra" -#: ../gramps/plugins/importer/importxml.py:1031 +#: ../gramps/plugins/importer/importxml.py:1034 #, python-format msgid "" "The .gramps file you are importing was made by version %(oldgramps)s of " @@ -24297,25 +24452,25 @@ msgstr "" " %(gramps_wiki_xml_url)s\n" "további információért." -#: ../gramps/plugins/importer/importxml.py:1044 +#: ../gramps/plugins/importer/importxml.py:1047 msgid "Old xml file" msgstr "Régi XML fájl" -#: ../gramps/plugins/importer/importxml.py:1196 -#: ../gramps/plugins/importer/importxml.py:2678 +#: ../gramps/plugins/importer/importxml.py:1199 +#: ../gramps/plugins/importer/importxml.py:2681 #, python-format msgid "Witness name: %s" msgstr "Tanú neve: %s" -#: ../gramps/plugins/importer/importxml.py:1276 +#: ../gramps/plugins/importer/importxml.py:1279 msgid "Any event reference must have a 'hlink' attribute." msgstr "Bármely eseményhivatkozásnak 'hlink' jellemzővel kell rendelkeznie." -#: ../gramps/plugins/importer/importxml.py:1549 +#: ../gramps/plugins/importer/importxml.py:1552 msgid "Any person reference must have a 'hlink' attribute." msgstr "Bármely személyhivatkozásnak 'hlink' jellemzővel kell rendelkeznie." -#: ../gramps/plugins/importer/importxml.py:1737 +#: ../gramps/plugins/importer/importxml.py:1740 #, python-format msgid "" "Your Family Tree groups name \"%(key)s\" together with \"%(parent)s\", did " @@ -24324,31 +24479,31 @@ msgstr "" "A \"%(key)s\" Családfa csoportnév együtt a(z) \"%(parent)s\"-l nem " "változtatja meg ezt a csoportosítást \"%(value)s\" értékre." -#: ../gramps/plugins/importer/importxml.py:1740 +#: ../gramps/plugins/importer/importxml.py:1743 msgid "Gramps ignored a name grouping" msgstr "A GRAMPS a névtérkép értéket elveti" -#: ../gramps/plugins/importer/importxml.py:1799 +#: ../gramps/plugins/importer/importxml.py:1802 msgid "Unknown when imported" msgstr "Ismeretlen importáláskor" -#: ../gramps/plugins/importer/importxml.py:1968 +#: ../gramps/plugins/importer/importxml.py:1971 msgid "Any note reference must have a 'hlink' attribute." msgstr "Bármely jegyzethivatkozásnak 'hlink' jellemzővel kell rendelkeznie." #. TRANSLATORS: leave the {date} and {xml} untranslated in the format string, #. but you may re-order them if needed. -#: ../gramps/plugins/importer/importxml.py:2498 +#: ../gramps/plugins/importer/importxml.py:2501 #, python-brace-format msgid "Invalid date {date} in XML {xml}, preserving XML as text" msgstr "Érvénytelen a {date} dátum az {xml} XML}-ben, XML rögzítése szövegként" -#: ../gramps/plugins/importer/importxml.py:2548 +#: ../gramps/plugins/importer/importxml.py:2551 #, python-format msgid "Witness comment: %s" msgstr "Tanú megjegyzés: %s" -#: ../gramps/plugins/importer/importxml.py:3201 +#: ../gramps/plugins/importer/importxml.py:3204 #, python-format msgid "" "Error: family '%(family)s' father '%(father)s' does not refer back to the " @@ -24357,7 +24512,7 @@ msgstr "" "Hiba: a '%(family)s' család '%(father)s' apja nem hivatkozik vissza a " "családra. Hivatkozás hozzáadva." -#: ../gramps/plugins/importer/importxml.py:3217 +#: ../gramps/plugins/importer/importxml.py:3220 #, python-format msgid "" "Error: family '%(family)s' mother '%(mother)s' does not refer back to the " @@ -24366,7 +24521,7 @@ msgstr "" "Hiba: a '%(family)s' család '%(mother)s' anyja nem hivatkozik vissza a " "családra. Hivatkozás hozzáadva." -#: ../gramps/plugins/importer/importxml.py:3239 +#: ../gramps/plugins/importer/importxml.py:3242 #, python-format msgid "" "Error: family '%(family)s' child '%(child)s' does not refer back to the " @@ -24390,7 +24545,7 @@ msgid "Common Law Marriage" msgstr "Élettársi viszony" #: ../gramps/plugins/lib/libgedcom.py:605 -#: ../gramps/plugins/webreport/narrativeweb.py:9633 +#: ../gramps/plugins/webreport/narrativeweb.py:9636 #: ../gramps/plugins/webreport/webcal.py:1613 msgid "Destination" msgstr "Célhely" @@ -24859,30 +25014,30 @@ msgstr "" msgid "No copyright notice" msgstr "Nincs szerzői jog megjegyzés" -#: ../gramps/plugins/lib/libmetadata.py:60 -#: ../gramps/plugins/lib/libmetadata.py:96 +#: ../gramps/plugins/lib/libmetadata.py:62 +#: ../gramps/plugins/lib/libmetadata.py:98 msgid "Invalid format" msgstr "Érvénytelen formátum" -#: ../gramps/plugins/lib/libmetadata.py:64 +#: ../gramps/plugins/lib/libmetadata.py:66 #, python-format msgid "%(hr)02d:%(min)02d:%(sec)02d" msgstr "%(hr)02d:%(min)02d:%(sec)02d" -#: ../gramps/plugins/lib/libmetadata.py:67 +#: ../gramps/plugins/lib/libmetadata.py:69 #, python-format msgid "%(date)s %(time)s" msgstr "%(date)s %(time)s" -#: ../gramps/plugins/lib/libmetadata.py:100 +#: ../gramps/plugins/lib/libmetadata.py:102 msgid "Camera" msgstr "Kamera" -#: ../gramps/plugins/lib/libmetadata.py:101 +#: ../gramps/plugins/lib/libmetadata.py:103 msgid "GPS" msgstr "GPS" -#: ../gramps/plugins/lib/libmetadata.py:102 +#: ../gramps/plugins/lib/libmetadata.py:104 msgid "Advanced" msgstr "Haladó" @@ -28256,30 +28411,30 @@ msgstr "Kiválasztott személy törlése" msgid "Merge the selected persons" msgstr "Kiválasztott személyek egyesítése" -#: ../gramps/plugins/lib/libpersonview.py:298 +#: ../gramps/plugins/lib/libpersonview.py:301 msgid "_Delete Person" msgstr "_Személy törlése" -#: ../gramps/plugins/lib/libpersonview.py:316 +#: ../gramps/plugins/lib/libpersonview.py:319 msgid "Deleting the person will remove the person from the database." msgstr "Személy törlésekor az kikerül az adatbázisból." -#: ../gramps/plugins/lib/libpersonview.py:339 +#: ../gramps/plugins/lib/libpersonview.py:342 #, python-format msgid "Delete Person (%s)" msgstr "Személy törlése (%s)" -#: ../gramps/plugins/lib/libpersonview.py:375 -#: ../gramps/plugins/view/pedigreeview.py:680 -#: ../gramps/plugins/view/relview.py:421 +#: ../gramps/plugins/lib/libpersonview.py:378 +#: ../gramps/plugins/view/pedigreeview.py:694 +#: ../gramps/plugins/view/relview.py:431 msgid "Person Filter Editor" msgstr "Személyszűrő szerkesztő" -#: ../gramps/plugins/lib/libpersonview.py:380 +#: ../gramps/plugins/lib/libpersonview.py:383 msgid "Web Connection" msgstr "Web kapcsolat" -#: ../gramps/plugins/lib/libpersonview.py:425 +#: ../gramps/plugins/lib/libpersonview.py:428 msgid "" "Exactly two people must be selected to perform a merge. A second person can " "be selected by holding down the control key while clicking on the desired " @@ -28384,63 +28539,63 @@ msgstr "" msgid "Merging these places would create a cycle in the place hierarchy." msgstr "A helyek összefűzése a helyek rangsorában ciklikusságot okozhat." -#: ../gramps/plugins/lib/libplugins.gpr.py:32 +#: ../gramps/plugins/lib/libplugins.gpr.py:35 msgid "Provides a library for using Cairo to generate documents." msgstr "Könyvtárt biztosít Cairóval generált dokumentumokhoz." -#: ../gramps/plugins/lib/libplugins.gpr.py:51 +#: ../gramps/plugins/lib/libplugins.gpr.py:54 msgid "Provides GEDCOM processing functionality" msgstr "GEDCOM feldolgozás funkcionalitást biztosít" -#: ../gramps/plugins/lib/libplugins.gpr.py:68 +#: ../gramps/plugins/lib/libplugins.gpr.py:71 msgid "Provides recursive routines for reports" msgstr "Rekurzív rutint biztosít a jelentésekhez" -#: ../gramps/plugins/lib/libplugins.gpr.py:85 +#: ../gramps/plugins/lib/libplugins.gpr.py:88 msgid "Provides common functionality for Gramps XML import/export." msgstr "Közös funkcionalitást biztosít a GRAMPS XML importhoz/exporthoz." -#: ../gramps/plugins/lib/libplugins.gpr.py:103 +#: ../gramps/plugins/lib/libplugins.gpr.py:106 msgid "Provides holiday information for different countries." msgstr "Különböző országok ünnepnapjait adja meg." -#: ../gramps/plugins/lib/libplugins.gpr.py:121 +#: ../gramps/plugins/lib/libplugins.gpr.py:124 msgid "Manages a HTML file implementing DocBackend." msgstr "DocBackend használatával HTML fájlt kezel." -#: ../gramps/plugins/lib/libplugins.gpr.py:139 +#: ../gramps/plugins/lib/libplugins.gpr.py:142 msgid "Common constants for html files." msgstr "HTML fájlok közös állandói." -#: ../gramps/plugins/lib/libplugins.gpr.py:157 +#: ../gramps/plugins/lib/libplugins.gpr.py:160 msgid "Manages an HTML DOM tree." msgstr "HTML DOM fát kezel." -#: ../gramps/plugins/lib/libplugins.gpr.py:175 +#: ../gramps/plugins/lib/libplugins.gpr.py:178 msgid "Provides base functionality for map services." msgstr "Alap funkcionalitást biztosít térképszolgáltatáshoz." -#: ../gramps/plugins/lib/libplugins.gpr.py:192 +#: ../gramps/plugins/lib/libplugins.gpr.py:195 msgid "Provides Textual Narration." msgstr "Szöveges elbeszélést biztosít." -#: ../gramps/plugins/lib/libplugins.gpr.py:209 +#: ../gramps/plugins/lib/libplugins.gpr.py:212 msgid "Manages an ODF file implementing DocBackend." msgstr "DocBackend használatával ODF fájlt kezel." -#: ../gramps/plugins/lib/libplugins.gpr.py:226 +#: ../gramps/plugins/lib/libplugins.gpr.py:229 msgid "Provides the Base needed for the List People views." msgstr "A szükséges alapot biztosítja az Emberlista nézethez." -#: ../gramps/plugins/lib/libplugins.gpr.py:243 +#: ../gramps/plugins/lib/libplugins.gpr.py:246 msgid "Provides the Base needed for the List Place views." msgstr "A szükséges alapot biztosítja az Helyszínlista nézethez." -#: ../gramps/plugins/lib/libplugins.gpr.py:260 +#: ../gramps/plugins/lib/libplugins.gpr.py:263 msgid "Provides variable substitution on display lines." msgstr "Változó helyettesítést biztosít sorok megjelenítéséhez." -#: ../gramps/plugins/lib/libplugins.gpr.py:276 +#: ../gramps/plugins/lib/libplugins.gpr.py:279 msgid "" "Provides the base needed for the ancestor and descendant graphical reports." msgstr "" @@ -28547,9 +28702,9 @@ msgid "Bottom Right" msgstr "Jobb alsó" #: ../gramps/plugins/lib/maps/geography.py:308 -#: ../gramps/plugins/view/fanchart2wayview.py:177 -#: ../gramps/plugins/view/fanchartdescview.py:172 -#: ../gramps/plugins/view/fanchartview.py:168 +#: ../gramps/plugins/view/fanchart2wayview.py:191 +#: ../gramps/plugins/view/fanchartdescview.py:186 +#: ../gramps/plugins/view/fanchartview.py:182 msgid "_Print..." msgstr "_Nyomtatás..." @@ -28794,7 +28949,7 @@ msgid "Open on maps.google.com" msgstr "A maps.google.com-on nyissa meg" #: ../gramps/plugins/mapservices/mapservice.gpr.py:69 -#: ../gramps/plugins/webreport/narrativeweb.py:9952 +#: ../gramps/plugins/webreport/narrativeweb.py:9976 msgid "OpenStreetMap" msgstr "OpenStreetMap" @@ -28841,26 +28996,35 @@ msgid "Sorted events of %s" msgstr "%s válogatott eseményei" #: ../gramps/plugins/quickview/all_events.py:60 -#: ../gramps/plugins/quickview/all_events.py:106 -#: ../gramps/plugins/quickview/all_events.py:118 +#: ../gramps/plugins/quickview/all_events.py:110 +#: ../gramps/plugins/quickview/all_events.py:125 msgid "Event Date" msgstr "Esemény dátuma" #: ../gramps/plugins/quickview/all_events.py:60 -#: ../gramps/plugins/quickview/all_events.py:106 -#: ../gramps/plugins/quickview/all_events.py:118 +#: ../gramps/plugins/quickview/all_events.py:110 +#: ../gramps/plugins/quickview/all_events.py:125 msgid "Event Place" msgstr "Esemény helye" #: ../gramps/plugins/quickview/all_events.py:60 -#: ../gramps/plugins/quickview/all_events.py:105 -#: ../gramps/plugins/quickview/all_events.py:117 +#: ../gramps/plugins/quickview/all_events.py:109 +#: ../gramps/plugins/quickview/all_events.py:124 #: ../gramps/plugins/webreport/narrativeweb.py:6784 msgid "Event Type" msgstr "Eseménytípus" +#: ../gramps/plugins/quickview/all_events.py:70 +#: ../gramps/plugins/quickview/all_events.py:120 +#: ../gramps/plugins/quickview/all_events.py:134 +#: ../gramps/plugins/quickview/attributematch.py:50 +#: ../gramps/plugins/quickview/reporef.py:83 +#: ../gramps/plugins/quickview/siblings.py:72 +msgid "Not found" +msgstr "Nem található" + #. display the results -#: ../gramps/plugins/quickview/all_events.py:100 +#: ../gramps/plugins/quickview/all_events.py:103 #, python-format msgid "" "Sorted events of family\n" @@ -28869,12 +29033,12 @@ msgstr "" "%(father)s - %(mother)s család\n" "osztályozott eseményei" -#: ../gramps/plugins/quickview/all_events.py:105 -#: ../gramps/plugins/quickview/all_events.py:117 +#: ../gramps/plugins/quickview/all_events.py:109 +#: ../gramps/plugins/quickview/all_events.py:124 msgid "Family Member" msgstr "Családtag" -#: ../gramps/plugins/quickview/all_events.py:116 +#: ../gramps/plugins/quickview/all_events.py:123 msgid "Personal events of the children" msgstr "Gyermekek személyes eseményei" @@ -28883,13 +29047,13 @@ msgid "Home person not set." msgstr "A kiinduló személy nincs beállítva." #: ../gramps/plugins/quickview/all_relations.py:79 -#: ../gramps/plugins/tool/relcalc.py:196 +#: ../gramps/plugins/tool/relcalc.py:194 #, python-format msgid "%(person)s and %(active_person)s are the same person." msgstr "%(person)s és %(active_person)s ugyanaz a személy." #: ../gramps/plugins/quickview/all_relations.py:88 -#: ../gramps/plugins/tool/relcalc.py:209 +#: ../gramps/plugins/tool/relcalc.py:207 #, python-format msgid "%(person)s is the %(relationship)s of %(active_person)s." msgstr "%(active_person)s %(relationship)s-ja %(person)s." @@ -28923,7 +29087,7 @@ msgid "Parent" msgstr "Szülő" #: ../gramps/plugins/quickview/all_relations.py:286 -#: ../gramps/plugins/view/relview.py:404 +#: ../gramps/plugins/view/relview.py:414 #: ../gramps/plugins/webreport/narrativeweb.py:2728 #: ../gramps/plugins/webreport/narrativeweb.py:2730 #: ../gramps/plugins/webreport/narrativeweb.py:3260 @@ -29217,7 +29381,7 @@ msgstr "Apa neve" #: ../gramps/plugins/quickview/lineage.py:61 #: ../gramps/plugins/quickview/lineage.py:93 -#: ../gramps/plugins/quickview/lineage.py:181 +#: ../gramps/plugins/quickview/lineage.py:183 msgid "Remark" msgstr "Megjegyzés" @@ -29250,17 +29414,17 @@ msgid "Direct line female descendants" msgstr "Egyenesági női leszármazottak" #: ../gramps/plugins/quickview/lineage.py:125 -#: ../gramps/plugins/quickview/lineage.py:219 +#: ../gramps/plugins/quickview/lineage.py:221 msgid "ERROR : Too many levels in the tree (perhaps a loop?)." msgstr "HIBA: túl sok szint a fában (lehetésges hurok?)." -#: ../gramps/plugins/quickview/lineage.py:154 +#: ../gramps/plugins/quickview/lineage.py:156 msgid "No birth relation with child" msgstr "Nincs születési kapcsolat a gyermekkel" -#: ../gramps/plugins/quickview/lineage.py:158 -#: ../gramps/plugins/quickview/lineage.py:178 -#: ../gramps/plugins/tool/verify.py:1062 +#: ../gramps/plugins/quickview/lineage.py:160 +#: ../gramps/plugins/quickview/lineage.py:180 +#: ../gramps/plugins/tool/verify.py:1064 msgid "Unknown gender" msgstr "Ismeretlen nem" @@ -29323,120 +29487,120 @@ msgstr "%(year)d más eseményei" msgid "No other events in %(year)d" msgstr "Nincs más esemény %(year)d évben" -#: ../gramps/plugins/quickview/quickview.gpr.py:33 +#: ../gramps/plugins/quickview/quickview.gpr.py:36 msgid "Display people and ages on a particular date" msgstr "Emberek és korok mutatása egy meghatározott dátumon" -#: ../gramps/plugins/quickview/quickview.gpr.py:52 +#: ../gramps/plugins/quickview/quickview.gpr.py:55 msgid "Attribute Match" msgstr "Jellemző egyezés" -#: ../gramps/plugins/quickview/quickview.gpr.py:53 +#: ../gramps/plugins/quickview/quickview.gpr.py:56 msgid "Display people with same attribute." msgstr "Azonos jellemzőjű emberek mutatása." -#: ../gramps/plugins/quickview/quickview.gpr.py:72 +#: ../gramps/plugins/quickview/quickview.gpr.py:75 msgid "All Events" msgstr "Minden esemény" -#: ../gramps/plugins/quickview/quickview.gpr.py:73 +#: ../gramps/plugins/quickview/quickview.gpr.py:76 msgid "Display a person's events, both personal and family." msgstr "Egy személy családi és személyes eseményeinek mutatása." -#: ../gramps/plugins/quickview/quickview.gpr.py:87 +#: ../gramps/plugins/quickview/quickview.gpr.py:90 msgid "All Family Events" msgstr "Minden családi esemény" -#: ../gramps/plugins/quickview/quickview.gpr.py:88 +#: ../gramps/plugins/quickview/quickview.gpr.py:91 msgid "Display the family and family members events." msgstr "A család és családtagok eseményeinek mutatása." -#: ../gramps/plugins/quickview/quickview.gpr.py:107 +#: ../gramps/plugins/quickview/quickview.gpr.py:110 msgid "Relation to Home Person" msgstr "Kapcsolat a kiinduló személyhez" -#: ../gramps/plugins/quickview/quickview.gpr.py:108 +#: ../gramps/plugins/quickview/quickview.gpr.py:111 msgid "Display all relationships between person and home person." msgstr "Minden kapcsolat mutatása a személy és a kiinduló személy között." -#: ../gramps/plugins/quickview/quickview.gpr.py:128 +#: ../gramps/plugins/quickview/quickview.gpr.py:131 msgid "Display filtered data" msgstr "Szűrt adatok mutatása" -#: ../gramps/plugins/quickview/quickview.gpr.py:147 +#: ../gramps/plugins/quickview/quickview.gpr.py:150 msgid "Father lineage" msgstr "Apai származásvonal" -#: ../gramps/plugins/quickview/quickview.gpr.py:148 +#: ../gramps/plugins/quickview/quickview.gpr.py:151 msgid "Display father lineage" msgstr "Apai származásvonal mutatása" -#: ../gramps/plugins/quickview/quickview.gpr.py:161 +#: ../gramps/plugins/quickview/quickview.gpr.py:164 msgid "Mother lineage" msgstr "Anyai származásvonal" -#: ../gramps/plugins/quickview/quickview.gpr.py:162 +#: ../gramps/plugins/quickview/quickview.gpr.py:165 msgid "Display mother lineage" msgstr "Anyai származásvonal mutatása" -#: ../gramps/plugins/quickview/quickview.gpr.py:181 +#: ../gramps/plugins/quickview/quickview.gpr.py:184 msgid "On This Day" msgstr "Ezen a napon" -#: ../gramps/plugins/quickview/quickview.gpr.py:182 +#: ../gramps/plugins/quickview/quickview.gpr.py:185 msgid "Display events on a particular day" msgstr "Meghatározott nap eseményeinek mutatása" -#: ../gramps/plugins/quickview/quickview.gpr.py:208 +#: ../gramps/plugins/quickview/quickview.gpr.py:211 #: ../gramps/plugins/quickview/references.py:91 msgid "Source or Citation" msgstr "Forrás vagy idézet" -#: ../gramps/plugins/quickview/quickview.gpr.py:214 +#: ../gramps/plugins/quickview/quickview.gpr.py:217 #, python-format msgid "%s References" msgstr "%s hivatkozásai" -#: ../gramps/plugins/quickview/quickview.gpr.py:215 +#: ../gramps/plugins/quickview/quickview.gpr.py:218 #, python-format msgid "Display references for a %s" msgstr "%s hivatkozásainak mutatása" -#: ../gramps/plugins/quickview/quickview.gpr.py:228 +#: ../gramps/plugins/quickview/quickview.gpr.py:231 msgid "Link References" msgstr "Kapcsolat hivatkozások" -#: ../gramps/plugins/quickview/quickview.gpr.py:229 +#: ../gramps/plugins/quickview/quickview.gpr.py:232 msgid "Display link references for a note" msgstr "Kapcsolat hivatkozások mutatása jegyzethez" -#: ../gramps/plugins/quickview/quickview.gpr.py:249 +#: ../gramps/plugins/quickview/quickview.gpr.py:252 msgid "" "Display the repository reference for sources related to the active repository" msgstr "Tároló hivatkozások mutatása az aktív tároló forrásaira vonatkozóan" -#: ../gramps/plugins/quickview/quickview.gpr.py:269 +#: ../gramps/plugins/quickview/quickview.gpr.py:272 msgid "Same Surnames" msgstr "Azonos vezetéknevek" -#: ../gramps/plugins/quickview/quickview.gpr.py:270 +#: ../gramps/plugins/quickview/quickview.gpr.py:273 msgid "Display people with the same surname as a person." msgstr "Emberek mutatása azonos személyi vezetéknévvel." -#: ../gramps/plugins/quickview/quickview.gpr.py:283 +#: ../gramps/plugins/quickview/quickview.gpr.py:286 msgid "Same Given Names" msgstr "Azonos utónevek" -#: ../gramps/plugins/quickview/quickview.gpr.py:284 -#: ../gramps/plugins/quickview/quickview.gpr.py:298 +#: ../gramps/plugins/quickview/quickview.gpr.py:287 +#: ../gramps/plugins/quickview/quickview.gpr.py:301 msgid "Display people with the same given name as a person." msgstr "Emberek mutatása azonos személyi utónévvel." -#: ../gramps/plugins/quickview/quickview.gpr.py:297 +#: ../gramps/plugins/quickview/quickview.gpr.py:300 msgid "Same Given Names - stand-alone" msgstr "Azonos utónév - egyedülálló" -#: ../gramps/plugins/quickview/quickview.gpr.py:317 +#: ../gramps/plugins/quickview/quickview.gpr.py:320 msgid "Display a person's siblings." msgstr "Személy testvéreinek mutatása." @@ -29529,106 +29693,106 @@ msgstr "Testvér" msgid "self" msgstr "ön" -#: ../gramps/plugins/rel/relplugins.gpr.py:31 +#: ../gramps/plugins/rel/relplugins.gpr.py:34 msgid "Catalan Relationship Calculator" msgstr "Katalán rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:32 -#: ../gramps/plugins/rel/relplugins.gpr.py:46 -#: ../gramps/plugins/rel/relplugins.gpr.py:59 -#: ../gramps/plugins/rel/relplugins.gpr.py:75 -#: ../gramps/plugins/rel/relplugins.gpr.py:91 -#: ../gramps/plugins/rel/relplugins.gpr.py:106 -#: ../gramps/plugins/rel/relplugins.gpr.py:121 -#: ../gramps/plugins/rel/relplugins.gpr.py:138 -#: ../gramps/plugins/rel/relplugins.gpr.py:152 -#: ../gramps/plugins/rel/relplugins.gpr.py:165 -#: ../gramps/plugins/rel/relplugins.gpr.py:178 -#: ../gramps/plugins/rel/relplugins.gpr.py:191 -#: ../gramps/plugins/rel/relplugins.gpr.py:208 -#: ../gramps/plugins/rel/relplugins.gpr.py:225 -#: ../gramps/plugins/rel/relplugins.gpr.py:241 -#: ../gramps/plugins/rel/relplugins.gpr.py:257 -#: ../gramps/plugins/rel/relplugins.gpr.py:273 -#: ../gramps/plugins/rel/relplugins.gpr.py:287 -#: ../gramps/plugins/rel/relplugins.gpr.py:300 -#: ../gramps/plugins/rel/relplugins.gpr.py:314 +#: ../gramps/plugins/rel/relplugins.gpr.py:35 +#: ../gramps/plugins/rel/relplugins.gpr.py:49 +#: ../gramps/plugins/rel/relplugins.gpr.py:62 +#: ../gramps/plugins/rel/relplugins.gpr.py:78 +#: ../gramps/plugins/rel/relplugins.gpr.py:94 +#: ../gramps/plugins/rel/relplugins.gpr.py:109 +#: ../gramps/plugins/rel/relplugins.gpr.py:124 +#: ../gramps/plugins/rel/relplugins.gpr.py:141 +#: ../gramps/plugins/rel/relplugins.gpr.py:155 +#: ../gramps/plugins/rel/relplugins.gpr.py:168 +#: ../gramps/plugins/rel/relplugins.gpr.py:181 +#: ../gramps/plugins/rel/relplugins.gpr.py:194 +#: ../gramps/plugins/rel/relplugins.gpr.py:211 +#: ../gramps/plugins/rel/relplugins.gpr.py:228 +#: ../gramps/plugins/rel/relplugins.gpr.py:244 +#: ../gramps/plugins/rel/relplugins.gpr.py:260 +#: ../gramps/plugins/rel/relplugins.gpr.py:276 +#: ../gramps/plugins/rel/relplugins.gpr.py:290 +#: ../gramps/plugins/rel/relplugins.gpr.py:303 +#: ../gramps/plugins/rel/relplugins.gpr.py:317 msgid "Calculates relationships between people" msgstr "Emberek közötti rokonságot számol" -#: ../gramps/plugins/rel/relplugins.gpr.py:45 +#: ../gramps/plugins/rel/relplugins.gpr.py:48 msgid "Czech Relationship Calculator" msgstr "Cseh rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:58 +#: ../gramps/plugins/rel/relplugins.gpr.py:61 msgid "Danish Relationship Calculator" msgstr "Dán rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:74 +#: ../gramps/plugins/rel/relplugins.gpr.py:77 msgid "German Relationship Calculator" msgstr "Német rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:90 +#: ../gramps/plugins/rel/relplugins.gpr.py:93 msgid "Spanish Relationship Calculator" msgstr "Spanyol rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:105 +#: ../gramps/plugins/rel/relplugins.gpr.py:108 msgid "Finnish Relationship Calculator" msgstr "Finn rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:120 +#: ../gramps/plugins/rel/relplugins.gpr.py:123 msgid "French Relationship Calculator" msgstr "Francia rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:137 +#: ../gramps/plugins/rel/relplugins.gpr.py:140 msgid "Croatian Relationship Calculator" msgstr "Horvát rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:151 +#: ../gramps/plugins/rel/relplugins.gpr.py:154 msgid "Hungarian Relationship Calculator" msgstr "Magyar rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:164 +#: ../gramps/plugins/rel/relplugins.gpr.py:167 msgid "Icelandic Relationship Calculator" msgstr "Izlandi rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:177 +#: ../gramps/plugins/rel/relplugins.gpr.py:180 msgid "Italian Relationship Calculator" msgstr "Olasz rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:190 +#: ../gramps/plugins/rel/relplugins.gpr.py:193 msgid "Dutch Relationship Calculator" msgstr "Holland rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:207 +#: ../gramps/plugins/rel/relplugins.gpr.py:210 msgid "Norwegian Relationship Calculator" msgstr "Norvég rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:224 +#: ../gramps/plugins/rel/relplugins.gpr.py:227 msgid "Polish Relationship Calculator" msgstr "Lengyel rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:240 +#: ../gramps/plugins/rel/relplugins.gpr.py:243 msgid "Portuguese Relationship Calculator" msgstr "Portugál rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:256 +#: ../gramps/plugins/rel/relplugins.gpr.py:259 msgid "Russian Relationship Calculator" msgstr "Orosz rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:272 +#: ../gramps/plugins/rel/relplugins.gpr.py:275 msgid "Slovak Relationship Calculator" msgstr "Szlovák rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:286 +#: ../gramps/plugins/rel/relplugins.gpr.py:289 msgid "Slovenian Relationship Calculator" msgstr "Szlovén rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:299 +#: ../gramps/plugins/rel/relplugins.gpr.py:302 msgid "Swedish Relationship Calculator" msgstr "Svéd rokonság számoló" -#: ../gramps/plugins/rel/relplugins.gpr.py:313 +#: ../gramps/plugins/rel/relplugins.gpr.py:316 msgid "Ukrainian Relationship Calculator" msgstr "Ukrán rokonság számoló" @@ -29673,7 +29837,7 @@ msgid "Expander" msgstr "Expander" #: ../gramps/plugins/textreport/alphabeticalindex.py:65 -#: ../gramps/plugins/textreport/textplugins.gpr.py:390 +#: ../gramps/plugins/textreport/textplugins.gpr.py:393 msgid "Alphabetical Index" msgstr "Betűrendes mutató" @@ -29697,13 +29861,13 @@ msgid "Ahnentafel Report for %s" msgstr "%s őstábla összegzője" #: ../gramps/plugins/textreport/ancestorreport.py:297 -#: ../gramps/plugins/textreport/detancestralreport.py:801 +#: ../gramps/plugins/textreport/detancestralreport.py:840 #: ../gramps/plugins/textreport/detdescendantreport.py:1051 msgid "Page break between generations" msgstr "Generációk közötti oldaltörés" #: ../gramps/plugins/textreport/ancestorreport.py:299 -#: ../gramps/plugins/textreport/detancestralreport.py:803 +#: ../gramps/plugins/textreport/detancestralreport.py:842 #: ../gramps/plugins/textreport/detdescendantreport.py:1053 msgid "Whether to start a new page after each generation." msgstr "Legyen-e minden generáció új oldalon." @@ -29720,7 +29884,7 @@ msgstr "Jelzi, ha a nevet sortörésnek kell követnie." #: ../gramps/plugins/textreport/birthdayreport.py:219 #: ../gramps/plugins/textreport/birthdayreport.py:258 #: ../gramps/plugins/textreport/birthdayreport.py:268 -#: ../gramps/plugins/textreport/textplugins.gpr.py:56 +#: ../gramps/plugins/textreport/textplugins.gpr.py:59 msgid "Birthday and Anniversary Report" msgstr "Születésnap és ünnep összegző" @@ -29747,72 +29911,74 @@ msgid_plural "{person}, {age}{relation}" msgstr[0] "{person}, {age}{relation}" msgstr[1] "{person}, {age}{relation}" -#: ../gramps/plugins/textreport/birthdayreport.py:417 #: ../gramps/plugins/textreport/birthdayreport.py:419 -msgid "Year of report" -msgstr "A jelentés éve" +#: ../gramps/plugins/textreport/familygroup.py:710 +#: ../gramps/plugins/textreport/indivcomplete.py:1037 +msgid "Select the filter to be applied to the report." +msgstr "Válassza ki az összesítő használandó szűrőjét." -#: ../gramps/plugins/textreport/birthdayreport.py:424 -msgid "Select filter to restrict people that appear on report" -msgstr "Válasszon szűrőt emberek megjelenésének kizárásához a jelentésben" - -#: ../gramps/plugins/textreport/birthdayreport.py:440 +#: ../gramps/plugins/textreport/birthdayreport.py:434 msgid "Include only living people in the report" msgstr "Csak élő emberek legyenek a jelentésben" -#: ../gramps/plugins/textreport/birthdayreport.py:462 +#: ../gramps/plugins/textreport/birthdayreport.py:443 +#: ../gramps/plugins/textreport/birthdayreport.py:445 +msgid "Year of report" +msgstr "A jelentés éve" + +#: ../gramps/plugins/textreport/birthdayreport.py:467 msgid "Select the first day of the week for the report" msgstr "A hét első napjának kiválasztása a jelentéshez" -#: ../gramps/plugins/textreport/birthdayreport.py:473 +#: ../gramps/plugins/textreport/birthdayreport.py:478 msgid "Include birthdays in the report" msgstr "Legyenek születésnapok a jelentésben" -#: ../gramps/plugins/textreport/birthdayreport.py:477 +#: ../gramps/plugins/textreport/birthdayreport.py:482 msgid "Include anniversaries in the report" msgstr "Legyenek évfordulók a jelentésben" -#: ../gramps/plugins/textreport/birthdayreport.py:480 +#: ../gramps/plugins/textreport/birthdayreport.py:485 msgid "Include relationships to center person" msgstr "Kapcsolatokkal együtt a központi személyhez" -#: ../gramps/plugins/textreport/birthdayreport.py:482 +#: ../gramps/plugins/textreport/birthdayreport.py:487 msgid "Include relationships to center person (slower)" msgstr "Kapcsolatokkal együtt a központi személyhez (lassabb)" -#: ../gramps/plugins/textreport/birthdayreport.py:489 +#: ../gramps/plugins/textreport/birthdayreport.py:492 msgid "Title text" msgstr "Címszöveg" -#: ../gramps/plugins/textreport/birthdayreport.py:490 +#: ../gramps/plugins/textreport/birthdayreport.py:493 msgid "Title of report" msgstr "A jelentés címe" -#: ../gramps/plugins/textreport/birthdayreport.py:494 +#: ../gramps/plugins/textreport/birthdayreport.py:497 msgid "First line of text at bottom of report" msgstr "A jelentés alján levő szöveg első sora" -#: ../gramps/plugins/textreport/birthdayreport.py:498 +#: ../gramps/plugins/textreport/birthdayreport.py:501 msgid "Second line of text at bottom of report" msgstr "A jelentés alján levő szöveg második sora" -#: ../gramps/plugins/textreport/birthdayreport.py:502 +#: ../gramps/plugins/textreport/birthdayreport.py:505 msgid "Third line of text at bottom of report" msgstr "A jelentés alján levő szöveg harmadik sora" -#: ../gramps/plugins/textreport/birthdayreport.py:559 +#: ../gramps/plugins/textreport/birthdayreport.py:574 msgid "Title text style" msgstr "Cím szövegstílus" -#: ../gramps/plugins/textreport/birthdayreport.py:562 +#: ../gramps/plugins/textreport/birthdayreport.py:577 msgid "Data text display" msgstr "Adatszöveg mutatása" -#: ../gramps/plugins/textreport/birthdayreport.py:564 +#: ../gramps/plugins/textreport/birthdayreport.py:579 msgid "Day text style" msgstr "Nap szövegstílus" -#: ../gramps/plugins/textreport/birthdayreport.py:567 +#: ../gramps/plugins/textreport/birthdayreport.py:582 msgid "Month text style" msgstr "Hónap szövegstílus" @@ -29820,7 +29986,7 @@ msgstr "Hónap szövegstílus" #: ../gramps/plugins/textreport/custombooktext.py:89 #: ../gramps/plugins/textreport/custombooktext.py:91 #: ../gramps/plugins/textreport/custombooktext.py:93 -#: ../gramps/plugins/textreport/textplugins.gpr.py:78 +#: ../gramps/plugins/textreport/textplugins.gpr.py:81 msgid "Custom Text" msgstr "Egyéni szöveg" @@ -29876,73 +30042,73 @@ msgstr "ht., lásd %(reference)s: %(spouse)s" msgid "%s sp." msgstr "%s ht." -#: ../gramps/plugins/textreport/descendreport.py:516 +#: ../gramps/plugins/textreport/descendreport.py:520 #: ../gramps/plugins/textreport/detdescendantreport.py:988 msgid "Numbering system" msgstr "Számozási rendszer" -#: ../gramps/plugins/textreport/descendreport.py:518 +#: ../gramps/plugins/textreport/descendreport.py:522 msgid "Simple numbering" msgstr "Egyszerű számozás" -#: ../gramps/plugins/textreport/descendreport.py:519 +#: ../gramps/plugins/textreport/descendreport.py:523 #: ../gramps/plugins/textreport/detdescendantreport.py:992 msgid "d'Aboville numbering" msgstr "d'Aboville számozás" -#: ../gramps/plugins/textreport/descendreport.py:520 +#: ../gramps/plugins/textreport/descendreport.py:524 #: ../gramps/plugins/textreport/detdescendantreport.py:990 msgid "Henry numbering" msgstr "Henry számozás" -#: ../gramps/plugins/textreport/descendreport.py:521 +#: ../gramps/plugins/textreport/descendreport.py:525 #: ../gramps/plugins/textreport/detdescendantreport.py:991 msgid "Modified Henry numbering" msgstr "Módosított Henry-számozás" -#: ../gramps/plugins/textreport/descendreport.py:522 +#: ../gramps/plugins/textreport/descendreport.py:526 msgid "de Villiers/Pama numbering" msgstr "de Villiers/Pama számozás" -#: ../gramps/plugins/textreport/descendreport.py:523 +#: ../gramps/plugins/textreport/descendreport.py:527 msgid "Meurgey de Tupigny numbering" msgstr "Meurgey de Tupigny számozás" -#: ../gramps/plugins/textreport/descendreport.py:524 +#: ../gramps/plugins/textreport/descendreport.py:528 #: ../gramps/plugins/textreport/detdescendantreport.py:995 msgid "The numbering system to be used" msgstr "A használandó számozási rendszer" -#: ../gramps/plugins/textreport/descendreport.py:531 +#: ../gramps/plugins/textreport/descendreport.py:535 msgid "Show marriage info" msgstr "Házassági információ mutatása" -#: ../gramps/plugins/textreport/descendreport.py:533 +#: ../gramps/plugins/textreport/descendreport.py:537 msgid "Whether to show marriage information in the report." msgstr "Legyen-e mutatva házassági információ az összegzőben." -#: ../gramps/plugins/textreport/descendreport.py:536 +#: ../gramps/plugins/textreport/descendreport.py:540 msgid "Show divorce info" msgstr "Válási információ mutatása" -#: ../gramps/plugins/textreport/descendreport.py:537 +#: ../gramps/plugins/textreport/descendreport.py:541 msgid "Whether to show divorce information in the report." msgstr "Legyen-e mutatva válási információ az összegzőben." -#: ../gramps/plugins/textreport/descendreport.py:540 +#: ../gramps/plugins/textreport/descendreport.py:544 msgid "Show duplicate trees" msgstr "Kettőzőtt fák mutatása" -#: ../gramps/plugins/textreport/descendreport.py:542 +#: ../gramps/plugins/textreport/descendreport.py:546 msgid "Whether to show duplicate Family Trees in the report." msgstr "Legyenek-e megmutatva a kettőzött Családfák az összegzőben." -#: ../gramps/plugins/textreport/descendreport.py:574 +#: ../gramps/plugins/textreport/descendreport.py:576 #, python-format msgid "The style used for the level %d display." msgstr "%d szint mutatásának stílusa." -#: ../gramps/plugins/textreport/descendreport.py:585 +#: ../gramps/plugins/textreport/descendreport.py:587 #, python-format msgid "The style used for the spouse level %d display." msgstr "%d házastársi szint mutatásának stílusa." @@ -30003,21 +30169,6 @@ msgstr "%s, " msgid "%(type)s: %(value)s%(endnotes)s" msgstr "%(type)s: %(value)s%(endnotes)s" -#. translators: needed for French, ignore otherwise -#. translators: for French, else ignore -#. translators: needed for French, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:461 -#: ../gramps/plugins/textreport/detdescendantreport.py:508 -#: ../gramps/plugins/textreport/familygroup.py:136 -#: ../gramps/plugins/textreport/familygroup.py:302 -#: ../gramps/plugins/textreport/indivcomplete.py:890 -#: ../gramps/plugins/textreport/indivcomplete.py:930 -#: ../gramps/plugins/textreport/indivcomplete.py:1001 -#: ../gramps/plugins/textreport/placereport.py:180 -#, python-format -msgid "%(str1)s: %(str2)s" -msgstr "%(str1)s: %(str2)s" - #: ../gramps/plugins/textreport/detancestralreport.py:465 #, python-format msgid "%(event_role)s at %(event_name)s of %(primary_person)s: %(event_text)s" @@ -30066,95 +30217,87 @@ msgstr "Sosa-Stradonicz szám" msgid "The Sosa-Stradonitz number of the central person." msgstr "A központi személy Sosa-Stradonitz száma." -#: ../gramps/plugins/textreport/detancestralreport.py:806 +#: ../gramps/plugins/textreport/detancestralreport.py:807 +#: ../gramps/plugins/textreport/detdescendantreport.py:1017 +msgid "Use callname for common name" +msgstr "Hívónév használata általánosként" + +#: ../gramps/plugins/textreport/detancestralreport.py:808 +#: ../gramps/plugins/textreport/detdescendantreport.py:1019 +msgid "Whether to use the call name as the first name." +msgstr "Legyen-e használva keresztnév helyett a hívónév." + +#: ../gramps/plugins/textreport/detancestralreport.py:812 +#: ../gramps/plugins/textreport/detdescendantreport.py:1023 +msgid "Use full dates instead of only the year" +msgstr "Csak év helyett a teljes dátum használata" + +#: ../gramps/plugins/textreport/detancestralreport.py:814 +#: ../gramps/plugins/textreport/detdescendantreport.py:1025 +msgid "Whether to use full dates instead of just year." +msgstr "Legyen-e használva csak év helyett a teljes dátum." + +#: ../gramps/plugins/textreport/detancestralreport.py:817 +#: ../gramps/plugins/textreport/detdescendantreport.py:1028 +msgid "List children" +msgstr "Gyermekek listája" + +#: ../gramps/plugins/textreport/detancestralreport.py:818 +#: ../gramps/plugins/textreport/detdescendantreport.py:1029 +msgid "Whether to list children." +msgstr "Legyenek-e listázva a gyerekek." + +#: ../gramps/plugins/textreport/detancestralreport.py:821 +#: ../gramps/plugins/textreport/detdescendantreport.py:1032 +msgid "Compute death age" +msgstr "Halálozási kor számolása" + +#: ../gramps/plugins/textreport/detancestralreport.py:822 +#: ../gramps/plugins/textreport/detdescendantreport.py:1033 +msgid "Whether to compute a person's age at death." +msgstr "Legyen-e számolva a személy halálozási kora." + +#: ../gramps/plugins/textreport/detancestralreport.py:825 +#: ../gramps/plugins/textreport/detdescendantreport.py:1036 +msgid "Omit duplicate ancestors" +msgstr "Kettőzött ősök mellőzése" + +#: ../gramps/plugins/textreport/detancestralreport.py:826 +#: ../gramps/plugins/textreport/detdescendantreport.py:1037 +msgid "Whether to omit duplicate ancestors." +msgstr "Mellőzve legyenek-e a kettőzött ősök." + +#: ../gramps/plugins/textreport/detancestralreport.py:829 +msgid "Use Complete Sentences" +msgstr "Teljes mondatok használata" + +#: ../gramps/plugins/textreport/detancestralreport.py:831 +#: ../gramps/plugins/textreport/detdescendantreport.py:1042 +msgid "Whether to use complete sentences or succinct language." +msgstr "Teljes mondatok, vagy tőszavak legyenek-e használva." + +#: ../gramps/plugins/textreport/detancestralreport.py:835 +#: ../gramps/plugins/textreport/detdescendantreport.py:1045 +msgid "Add descendant reference in child list" +msgstr "Leszármazás hivatkozás hozzáadása a gyermek listához" + +#: ../gramps/plugins/textreport/detancestralreport.py:837 +#: ../gramps/plugins/textreport/detdescendantreport.py:1048 +msgid "Whether to add descendant references in child list." +msgstr "Legyen-e a gyermek listában leszármazott hivatkozás." + +#: ../gramps/plugins/textreport/detancestralreport.py:845 #: ../gramps/plugins/textreport/detdescendantreport.py:1056 #: ../gramps/plugins/textreport/indivcomplete.py:1059 msgid "Page break before end notes" msgstr "Végjegyzet előtt oldaltörés" -#: ../gramps/plugins/textreport/detancestralreport.py:808 +#: ../gramps/plugins/textreport/detancestralreport.py:847 #: ../gramps/plugins/textreport/detdescendantreport.py:1058 #: ../gramps/plugins/textreport/indivcomplete.py:1061 msgid "Whether to start a new page before the end notes." msgstr "Legyen-e oldaltörés a végjegyzet előtt." -#. Content options -#. Content -#: ../gramps/plugins/textreport/detancestralreport.py:815 -#: ../gramps/plugins/textreport/detdescendantreport.py:1015 -#: ../gramps/plugins/view/relview.py:1716 -msgid "Content" -msgstr "Tartalom" - -#: ../gramps/plugins/textreport/detancestralreport.py:817 -#: ../gramps/plugins/textreport/detdescendantreport.py:1017 -msgid "Use callname for common name" -msgstr "Hívónév használata általánosként" - -#: ../gramps/plugins/textreport/detancestralreport.py:818 -#: ../gramps/plugins/textreport/detdescendantreport.py:1019 -msgid "Whether to use the call name as the first name." -msgstr "Legyen-e használva keresztnév helyett a hívónév." - -#: ../gramps/plugins/textreport/detancestralreport.py:822 -#: ../gramps/plugins/textreport/detdescendantreport.py:1023 -msgid "Use full dates instead of only the year" -msgstr "Csak év helyett a teljes dátum használata" - -#: ../gramps/plugins/textreport/detancestralreport.py:824 -#: ../gramps/plugins/textreport/detdescendantreport.py:1025 -msgid "Whether to use full dates instead of just year." -msgstr "Legyen-e használva csak év helyett a teljes dátum." - -#: ../gramps/plugins/textreport/detancestralreport.py:827 -#: ../gramps/plugins/textreport/detdescendantreport.py:1028 -msgid "List children" -msgstr "Gyermekek listája" - -#: ../gramps/plugins/textreport/detancestralreport.py:828 -#: ../gramps/plugins/textreport/detdescendantreport.py:1029 -msgid "Whether to list children." -msgstr "Legyenek-e listázva a gyerekek." - -#: ../gramps/plugins/textreport/detancestralreport.py:831 -#: ../gramps/plugins/textreport/detdescendantreport.py:1032 -msgid "Compute death age" -msgstr "Halálozási kor számolása" - -#: ../gramps/plugins/textreport/detancestralreport.py:832 -#: ../gramps/plugins/textreport/detdescendantreport.py:1033 -msgid "Whether to compute a person's age at death." -msgstr "Legyen-e számolva a személy halálozási kora." - -#: ../gramps/plugins/textreport/detancestralreport.py:835 -#: ../gramps/plugins/textreport/detdescendantreport.py:1036 -msgid "Omit duplicate ancestors" -msgstr "Kettőzött ősök mellőzése" - -#: ../gramps/plugins/textreport/detancestralreport.py:836 -#: ../gramps/plugins/textreport/detdescendantreport.py:1037 -msgid "Whether to omit duplicate ancestors." -msgstr "Mellőzve legyenek-e a kettőzött ősök." - -#: ../gramps/plugins/textreport/detancestralreport.py:839 -msgid "Use Complete Sentences" -msgstr "Teljes mondatok használata" - -#: ../gramps/plugins/textreport/detancestralreport.py:841 -#: ../gramps/plugins/textreport/detdescendantreport.py:1042 -msgid "Whether to use complete sentences or succinct language." -msgstr "Teljes mondatok, vagy tőszavak legyenek-e használva." - -#: ../gramps/plugins/textreport/detancestralreport.py:845 -#: ../gramps/plugins/textreport/detdescendantreport.py:1045 -msgid "Add descendant reference in child list" -msgstr "Leszármazás hivatkozás hozzáadása a gyermek listához" - -#: ../gramps/plugins/textreport/detancestralreport.py:847 -#: ../gramps/plugins/textreport/detdescendantreport.py:1048 -msgid "Whether to add descendant references in child list." -msgstr "Legyen-e a gyermek listában leszármazott hivatkozás." - #: ../gramps/plugins/textreport/detancestralreport.py:854 #: ../gramps/plugins/textreport/detdescendantreport.py:1072 msgid "Include notes" @@ -30172,7 +30315,7 @@ msgstr "Jellemzőkkel" #: ../gramps/plugins/textreport/detancestralreport.py:859 #: ../gramps/plugins/textreport/detdescendantreport.py:1092 -#: ../gramps/plugins/textreport/familygroup.py:762 +#: ../gramps/plugins/textreport/familygroup.py:756 #: ../gramps/plugins/textreport/indivcomplete.py:1088 msgid "Whether to include attributes." msgstr "Legyenek-e benne jellemzők is." @@ -30345,7 +30488,7 @@ msgid "Use complete sentences" msgstr "Teljes mondatok használata" #: ../gramps/plugins/textreport/detdescendantreport.py:1076 -#: ../gramps/plugins/textreport/kinshipreport.py:375 +#: ../gramps/plugins/textreport/kinshipreport.py:379 msgid "Include spouses" msgstr "Házastársakkal" @@ -30408,7 +30551,7 @@ msgid " (%(birth_date)s - %(death_date)s)" msgstr " (%(birth_date)s - %(death_date)s)" #: ../gramps/plugins/textreport/endoflinereport.py:305 -#: ../gramps/plugins/textreport/indivcomplete.py:1214 +#: ../gramps/plugins/textreport/indivcomplete.py:1213 #: ../gramps/plugins/textreport/notelinkreport.py:188 #: ../gramps/plugins/textreport/tagreport.py:954 msgid "The style used for the section headers." @@ -30439,15 +30582,10 @@ msgstr "Családcsoport összesítő - %d generáció" #: ../gramps/plugins/textreport/familygroup.py:613 #: ../gramps/plugins/textreport/familygroup.py:662 #: ../gramps/plugins/textreport/familygroup.py:667 -#: ../gramps/plugins/textreport/textplugins.gpr.py:188 +#: ../gramps/plugins/textreport/textplugins.gpr.py:191 msgid "Family Group Report" msgstr "Családcsoport összesítő" -#: ../gramps/plugins/textreport/familygroup.py:710 -#: ../gramps/plugins/textreport/indivcomplete.py:1037 -msgid "Select the filter to be applied to the report." -msgstr "Válassza ki az összesítő használandó szűrőjét." - #: ../gramps/plugins/textreport/familygroup.py:714 msgid "Center Family" msgstr "Központi család" @@ -30464,102 +30602,113 @@ msgstr "Rekurzív (lefelé)" msgid "Create reports for all descendants of this family." msgstr "Összesítő létrehozása a család összes leszármazottjára." +#. ######################### +#: ../gramps/plugins/textreport/familygroup.py:736 +msgid "Include 1" +msgstr "1 beleértve" + #: ../gramps/plugins/textreport/familygroup.py:740 #: ../gramps/plugins/textreport/indivcomplete.py:1096 msgid "Whether to include Gramps ID next to names." msgstr "Legyen-e GRAMPS Azonosító a nevek mellett." #: ../gramps/plugins/textreport/familygroup.py:743 -msgid "Generation numbers (recursive only)" -msgstr "Generáció számok (csak rekurzív)" - -#: ../gramps/plugins/textreport/familygroup.py:745 -msgid "Whether to include the generation on each report (recursive only)." -msgstr "Legyen-e minden összesítőben benne a generáció (csak rekurzív)." - -#: ../gramps/plugins/textreport/familygroup.py:749 msgid "Parent Events" msgstr "Szülő esemény" -#: ../gramps/plugins/textreport/familygroup.py:750 +#: ../gramps/plugins/textreport/familygroup.py:744 msgid "Whether to include events for parents." msgstr "Legyenek-e benne a szülők eseményei." -#: ../gramps/plugins/textreport/familygroup.py:753 +#: ../gramps/plugins/textreport/familygroup.py:747 msgid "Parent Addresses" msgstr "Szülő lakcímek" -#: ../gramps/plugins/textreport/familygroup.py:754 +#: ../gramps/plugins/textreport/familygroup.py:748 msgid "Whether to include addresses for parents." msgstr "Legyenek-e benne a szülők lakcímei." -#: ../gramps/plugins/textreport/familygroup.py:757 +#: ../gramps/plugins/textreport/familygroup.py:751 msgid "Parent Notes" msgstr "Szülő jegyzetek" -#: ../gramps/plugins/textreport/familygroup.py:758 +#: ../gramps/plugins/textreport/familygroup.py:752 msgid "Whether to include notes for parents." msgstr "Legyenek-e benne a szülők jegyzetei." -#: ../gramps/plugins/textreport/familygroup.py:761 +#: ../gramps/plugins/textreport/familygroup.py:755 msgid "Parent Attributes" msgstr "Szülő jellemzők" -#: ../gramps/plugins/textreport/familygroup.py:765 +#: ../gramps/plugins/textreport/familygroup.py:759 msgid "Alternate Parent Names" msgstr "Alternatív szülő nevek" -#: ../gramps/plugins/textreport/familygroup.py:767 +#: ../gramps/plugins/textreport/familygroup.py:761 msgid "Whether to include alternate names for parents." msgstr "Legyenek-e benne a szülők alternatív nevei." -#: ../gramps/plugins/textreport/familygroup.py:770 +#: ../gramps/plugins/textreport/familygroup.py:764 msgid "Parent Marriage" msgstr "Szülő házasság" -#: ../gramps/plugins/textreport/familygroup.py:772 +#: ../gramps/plugins/textreport/familygroup.py:766 msgid "Whether to include marriage information for parents." msgstr "Legyen-e benne a szülők házassági információja." -#: ../gramps/plugins/textreport/familygroup.py:776 +#. ######################### +#: ../gramps/plugins/textreport/familygroup.py:770 +msgid "Include 2" +msgstr "2 beleértve" + +#: ../gramps/plugins/textreport/familygroup.py:774 msgid "Whether to include notes for families." msgstr "Legyenek-e benne a családok jegyzetei." -#: ../gramps/plugins/textreport/familygroup.py:779 +#: ../gramps/plugins/textreport/familygroup.py:777 msgid "Dates of Relatives" msgstr "Hozzátartozók adatai" -#: ../gramps/plugins/textreport/familygroup.py:780 +#: ../gramps/plugins/textreport/familygroup.py:778 msgid "Whether to include dates for relatives (father, mother, spouse)." msgstr "Legyenek-e benne a hozzátartozók (apa, anya, házastárs) adatai." -#: ../gramps/plugins/textreport/familygroup.py:784 +#: ../gramps/plugins/textreport/familygroup.py:782 msgid "Children Marriages" msgstr "Gyermekek házasságai" -#: ../gramps/plugins/textreport/familygroup.py:786 +#: ../gramps/plugins/textreport/familygroup.py:784 msgid "Whether to include marriage information for children." msgstr "Legyenek-e benne a gyermekek házassági információi." +#: ../gramps/plugins/textreport/familygroup.py:787 +msgid "Generation numbers (recursive only)" +msgstr "Generáció számok (csak rekurzív)" + +#: ../gramps/plugins/textreport/familygroup.py:789 +msgid "Whether to include the generation on each report (recursive only)." +msgstr "Legyen-e minden összesítőben benne a generáció (csak rekurzív)." + +#. TODO make insensitive if ... #. ######################### -#: ../gramps/plugins/textreport/familygroup.py:790 +#: ../gramps/plugins/textreport/familygroup.py:794 msgid "Missing Information" msgstr "Hiányzó információ" #. ######################### -#: ../gramps/plugins/textreport/familygroup.py:793 +#: ../gramps/plugins/textreport/familygroup.py:797 msgid "Print fields for missing information" msgstr "Mezők nyomtatása hiányzó információkra" -#: ../gramps/plugins/textreport/familygroup.py:795 +#: ../gramps/plugins/textreport/familygroup.py:799 msgid "Whether to include fields for missing information." msgstr "Legyenek-e benne mezők a hiányzó információkra." -#: ../gramps/plugins/textreport/familygroup.py:877 +#: ../gramps/plugins/textreport/familygroup.py:882 msgid "The style used for the text related to the children." msgstr "A gyermekekre vonatkozó szöveg stílusa." -#: ../gramps/plugins/textreport/familygroup.py:887 +#: ../gramps/plugins/textreport/familygroup.py:892 msgid "The style used for the parent's name" msgstr "Szülő nevéhez használt stílus" @@ -30589,17 +30738,21 @@ msgid "Images" msgstr "Képek" #: ../gramps/plugins/textreport/indivcomplete.py:829 -#: ../gramps/plugins/textreport/textplugins.gpr.py:211 +#: ../gramps/plugins/textreport/textplugins.gpr.py:214 msgid "Complete Individual Report" msgstr "Teljes egyéni összesítő" #: ../gramps/plugins/textreport/indivcomplete.py:909 -#: ../gramps/plugins/tool/dumpgenderstats.py:63 +#: ../gramps/plugins/tool/dumpgenderstats.py:72 +#: ../gramps/plugins/tool/dumpgenderstats.py:96 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 msgid "Male" msgstr "Férfi" #: ../gramps/plugins/textreport/indivcomplete.py:911 -#: ../gramps/plugins/tool/dumpgenderstats.py:64 +#: ../gramps/plugins/tool/dumpgenderstats.py:73 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 msgid "Female" msgstr "Nő" @@ -30666,19 +30819,19 @@ msgstr "Eseménycsoportok" msgid "Check if a separate section is required." msgstr "Ellenőrizze, kell-e külön bekezdés." -#: ../gramps/plugins/textreport/indivcomplete.py:1184 +#: ../gramps/plugins/textreport/indivcomplete.py:1183 msgid "The style used for category labels." msgstr "Kategória címkék stílusa." -#: ../gramps/plugins/textreport/indivcomplete.py:1195 +#: ../gramps/plugins/textreport/indivcomplete.py:1194 msgid "The style used for the spouse's name." msgstr "Házastárs nevéhez használt stílus." -#: ../gramps/plugins/textreport/indivcomplete.py:1224 +#: ../gramps/plugins/textreport/indivcomplete.py:1223 msgid "A style used for image facts." msgstr "A kép tények stílusa." -#: ../gramps/plugins/textreport/indivcomplete.py:1234 +#: ../gramps/plugins/textreport/indivcomplete.py:1233 msgid "A style used for image captions." msgstr "Kép felirat stílusa." @@ -30688,35 +30841,35 @@ msgstr "Kép felirat stílusa." msgid "Kinship Report for %s" msgstr "%s Kinship összesítője" -#: ../gramps/plugins/textreport/kinshipreport.py:368 +#: ../gramps/plugins/textreport/kinshipreport.py:372 msgid "The maximum number of descendant generations" msgstr "A leszármazotti generációk maximális száma" -#: ../gramps/plugins/textreport/kinshipreport.py:372 +#: ../gramps/plugins/textreport/kinshipreport.py:376 msgid "The maximum number of ancestor generations" msgstr "Az ős generációk maximális száma" -#: ../gramps/plugins/textreport/kinshipreport.py:376 +#: ../gramps/plugins/textreport/kinshipreport.py:380 msgid "Whether to include spouses" msgstr "Legyenek-e benne házastársak" -#: ../gramps/plugins/textreport/kinshipreport.py:379 +#: ../gramps/plugins/textreport/kinshipreport.py:383 msgid "Include cousins" msgstr "Unokatestvérekkel" -#: ../gramps/plugins/textreport/kinshipreport.py:380 +#: ../gramps/plugins/textreport/kinshipreport.py:384 msgid "Whether to include cousins" msgstr "Legyenek-e benne unokatestvérek" -#: ../gramps/plugins/textreport/kinshipreport.py:383 +#: ../gramps/plugins/textreport/kinshipreport.py:387 msgid "Include aunts/uncles/nephews/nieces" msgstr "Nagynénikkel/nagybácsikkal/unokaöccsökkel/unokahúgokkal" -#: ../gramps/plugins/textreport/kinshipreport.py:384 +#: ../gramps/plugins/textreport/kinshipreport.py:388 msgid "Whether to include aunts/uncles/nephews/nieces" msgstr "Legyenek-e benne nagynénik/nagybácsik/unokaöccsök/unokahúgok" -#: ../gramps/plugins/textreport/kinshipreport.py:411 +#: ../gramps/plugins/textreport/kinshipreport.py:413 #: ../gramps/plugins/textreport/summary.py:320 msgid "The basic style used for sub-headings." msgstr "Al-fejléc alap stílusa." @@ -30775,7 +30928,7 @@ msgstr "" #: ../gramps/plugins/textreport/placereport.py:123 #: ../gramps/plugins/textreport/placereport.py:137 #: ../gramps/plugins/textreport/placereport.py:154 -#: ../gramps/plugins/textreport/textplugins.gpr.py:300 +#: ../gramps/plugins/textreport/textplugins.gpr.py:303 msgid "Place Report" msgstr "Hely összesírő" @@ -30820,58 +30973,58 @@ msgstr "Ezzel a hellyel kapcsolatos személyek" msgid "%(father)s (%(father_id)s) and %(mother)s (%(mother_id)s)" msgstr "%(father)s (%(father_id)s) és %(mother)s (%(mother_id)s)" -#: ../gramps/plugins/textreport/placereport.py:438 +#: ../gramps/plugins/textreport/placereport.py:448 msgid "Select using filter" msgstr "Szűrőhasználat kiválasztása" -#: ../gramps/plugins/textreport/placereport.py:439 +#: ../gramps/plugins/textreport/placereport.py:449 msgid "Select places using a filter" msgstr "Helykiválasztás szűrővel" -#: ../gramps/plugins/textreport/placereport.py:446 +#: ../gramps/plugins/textreport/placereport.py:456 msgid "Select places individually" msgstr "Egyéni helykiválasztás" -#: ../gramps/plugins/textreport/placereport.py:447 +#: ../gramps/plugins/textreport/placereport.py:457 msgid "List of places to report on" msgstr "Az összegzőben levő helyek listája" -#: ../gramps/plugins/textreport/placereport.py:456 +#: ../gramps/plugins/textreport/placereport.py:460 msgid "Center on" msgstr "Legyen ez a központi" -#: ../gramps/plugins/textreport/placereport.py:458 +#: ../gramps/plugins/textreport/placereport.py:462 msgid "If report is event or person centered" msgstr "Ha az összegzőben központi esemény, vagy személy van" -#: ../gramps/plugins/textreport/placereport.py:491 +#: ../gramps/plugins/textreport/placereport.py:493 msgid "The style used for the title of the report." msgstr "Az összegző címének stílusa." -#: ../gramps/plugins/textreport/placereport.py:506 -#: ../gramps/plugins/textreport/recordsreport.py:308 +#: ../gramps/plugins/textreport/placereport.py:508 +#: ../gramps/plugins/textreport/recordsreport.py:319 #: ../gramps/plugins/textreport/simplebooktitle.py:181 #: ../gramps/plugins/textreport/tagreport.py:944 msgid "The style used for the subtitle." msgstr "Az alcím stílusa." -#: ../gramps/plugins/textreport/placereport.py:520 +#: ../gramps/plugins/textreport/placereport.py:522 msgid "The style used for place title." msgstr "A hely címének stílusa." -#: ../gramps/plugins/textreport/placereport.py:532 +#: ../gramps/plugins/textreport/placereport.py:534 msgid "The style used for place details." msgstr "A hely részleteinek stílusa." -#: ../gramps/plugins/textreport/placereport.py:544 +#: ../gramps/plugins/textreport/placereport.py:546 msgid "The style used for a column title." msgstr "Az oszlopcím stílusa." -#: ../gramps/plugins/textreport/placereport.py:558 +#: ../gramps/plugins/textreport/placereport.py:560 msgid "The style used for each section." msgstr "Minden bekezdés stílusa." -#: ../gramps/plugins/textreport/placereport.py:589 +#: ../gramps/plugins/textreport/placereport.py:591 msgid "The style used for event and person details." msgstr "Esemény és személy részleteinek stílusa." @@ -30880,43 +31033,47 @@ msgstr "Esemény és személy részleteinek stílusa." msgid "%(number)s. " msgstr "%(number)s. " -#: ../gramps/plugins/textreport/recordsreport.py:238 +#: ../gramps/plugins/textreport/recordsreport.py:242 msgid "Number of ranks to display" msgstr "A mutatott rangok száma" -#: ../gramps/plugins/textreport/recordsreport.py:241 +#: ../gramps/plugins/textreport/recordsreport.py:245 msgid "Use call name" msgstr "Használja a hívónevet" -#: ../gramps/plugins/textreport/recordsreport.py:243 +#: ../gramps/plugins/textreport/recordsreport.py:247 msgid "Don't use call name" msgstr "Ne használja a hívónevet" -#: ../gramps/plugins/textreport/recordsreport.py:244 +#: ../gramps/plugins/textreport/recordsreport.py:248 msgid "Replace first names with call name" msgstr "Keresztnév helyettesítése hívónévvel" -#: ../gramps/plugins/textreport/recordsreport.py:246 +#: ../gramps/plugins/textreport/recordsreport.py:250 msgid "Underline call name in first names / add call name to first name" msgstr "Hívónév aláhúzása keresztnévben / hívónév hozzáadása a keresztnévhez" -#: ../gramps/plugins/textreport/recordsreport.py:250 +#: ../gramps/plugins/textreport/recordsreport.py:254 msgid "Footer text" msgstr "Lábjegyzet szöveg" -#: ../gramps/plugins/textreport/recordsreport.py:258 -msgid "Person Records" -msgstr "Személy felvétel" +#: ../gramps/plugins/textreport/recordsreport.py:267 +msgid "Person Records 2" +msgstr "Személy felvétel 2" -#: ../gramps/plugins/textreport/recordsreport.py:260 +#: ../gramps/plugins/textreport/recordsreport.py:269 +msgid "Person Records 1" +msgstr "Személy felvétel 1" + +#: ../gramps/plugins/textreport/recordsreport.py:272 msgid "Family Records" msgstr "Család felvétel" -#: ../gramps/plugins/textreport/recordsreport.py:317 +#: ../gramps/plugins/textreport/recordsreport.py:328 msgid "The style used for headings." msgstr "A fejléc stílusa." -#: ../gramps/plugins/textreport/recordsreport.py:335 +#: ../gramps/plugins/textreport/recordsreport.py:346 #: ../gramps/plugins/textreport/simplebooktitle.py:191 msgid "The style used for the footer." msgstr "A lábjegyzet stílusa." @@ -30974,7 +31131,7 @@ msgstr "" "A kép mérete cm-ben. A 0 érték a kép egész oldalas illesztését jelenti." #: ../gramps/plugins/textreport/summary.py:91 -#: ../gramps/plugins/textreport/textplugins.gpr.py:345 +#: ../gramps/plugins/textreport/textplugins.gpr.py:348 msgid "Database Summary Report" msgstr "Adatbázis-összesítő" @@ -31043,7 +31200,7 @@ msgid "Whether to count private data" msgstr "Számoljuk-e a bizalmas adatokat" #: ../gramps/plugins/textreport/tableofcontents.py:64 -#: ../gramps/plugins/textreport/textplugins.gpr.py:368 +#: ../gramps/plugins/textreport/textplugins.gpr.py:371 msgid "Table Of Contents" msgstr "Tartalomjegyzék" @@ -31064,7 +31221,7 @@ msgid "The style used for third level headings." msgstr "A harmadik szintű fejléc stílusa." #: ../gramps/plugins/textreport/tagreport.py:104 -#: ../gramps/plugins/textreport/textplugins.gpr.py:255 +#: ../gramps/plugins/textreport/textplugins.gpr.py:258 msgid "Tag Report" msgstr "Címke összegző" @@ -31091,55 +31248,55 @@ msgstr "Kiadvány információ" msgid "The tag to use for the report" msgstr "Címke az összesítőhöz" -#: ../gramps/plugins/textreport/textplugins.gpr.py:34 +#: ../gramps/plugins/textreport/textplugins.gpr.py:37 msgid "Ahnentafel Report" msgstr "Ahnentafel összesítő" -#: ../gramps/plugins/textreport/textplugins.gpr.py:35 +#: ../gramps/plugins/textreport/textplugins.gpr.py:38 msgid "Produces a textual ancestral report" msgstr "Ősökről szöveges összesítőt hoz létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:57 +#: ../gramps/plugins/textreport/textplugins.gpr.py:60 msgid "Produces a report of birthdays and anniversaries" msgstr "Születésnap és évforduló összesítőt hoz létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:79 +#: ../gramps/plugins/textreport/textplugins.gpr.py:82 msgid "Add custom text to the book report" msgstr "Egyéni szöveg hozzáadása a könyvösszesítőhöz" -#: ../gramps/plugins/textreport/textplugins.gpr.py:100 +#: ../gramps/plugins/textreport/textplugins.gpr.py:103 msgid "Descendant Report" msgstr "Leszármazott összesítő" -#: ../gramps/plugins/textreport/textplugins.gpr.py:101 +#: ../gramps/plugins/textreport/textplugins.gpr.py:104 msgid "Produces a list of descendants of the active person" msgstr "Az aktív személy leszármazott-összesítőjét hozza létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:122 +#: ../gramps/plugins/textreport/textplugins.gpr.py:125 msgid "Detailed Ancestral Report" msgstr "Részletes ős összesítő" -#: ../gramps/plugins/textreport/textplugins.gpr.py:123 +#: ../gramps/plugins/textreport/textplugins.gpr.py:126 msgid "Produces a detailed ancestral report" msgstr "Részletes ős összesítőt hoz létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:144 +#: ../gramps/plugins/textreport/textplugins.gpr.py:147 msgid "Detailed Descendant Report" msgstr "Részletes leszármazott összesítő" -#: ../gramps/plugins/textreport/textplugins.gpr.py:145 +#: ../gramps/plugins/textreport/textplugins.gpr.py:148 msgid "Produces a detailed descendant report" msgstr "Részletes leszármazott összesítőt hoz létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:166 +#: ../gramps/plugins/textreport/textplugins.gpr.py:169 msgid "End of Line Report" msgstr "Vonal-vég összesítő" -#: ../gramps/plugins/textreport/textplugins.gpr.py:167 +#: ../gramps/plugins/textreport/textplugins.gpr.py:170 msgid "Produces a textual end of line report" msgstr "Szöveges vonal-vég összesítőt hoz létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:189 +#: ../gramps/plugins/textreport/textplugins.gpr.py:192 msgid "" "Produces a family group report showing information on a set of parents and " "their children." @@ -31147,67 +31304,67 @@ msgstr "" "Szülők csoportjának és azok gyermekeinek az információit megjelenítő család " "összesítő készítése." -#: ../gramps/plugins/textreport/textplugins.gpr.py:212 +#: ../gramps/plugins/textreport/textplugins.gpr.py:215 msgid "Produces a complete report on the selected people" msgstr "Egy teljes összesítőt készít a kijelölt emberekről" -#: ../gramps/plugins/textreport/textplugins.gpr.py:233 +#: ../gramps/plugins/textreport/textplugins.gpr.py:236 msgid "Kinship Report" msgstr "Kinship összesítő" -#: ../gramps/plugins/textreport/textplugins.gpr.py:234 +#: ../gramps/plugins/textreport/textplugins.gpr.py:237 msgid "Produces a textual report of kinship for a given person" msgstr "Szöveges kinship összesítőt hoz létre egy megadott személyről" -#: ../gramps/plugins/textreport/textplugins.gpr.py:256 +#: ../gramps/plugins/textreport/textplugins.gpr.py:259 msgid "Produces a list of people with a specified tag" msgstr "Megadott címkéjű emberek listáját hozza létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:278 +#: ../gramps/plugins/textreport/textplugins.gpr.py:281 msgid "Number of Ancestors Report" msgstr "Ős összesítők száma" -#: ../gramps/plugins/textreport/textplugins.gpr.py:279 +#: ../gramps/plugins/textreport/textplugins.gpr.py:282 msgid "Counts number of ancestors of selected person" msgstr "A kiválasztott személy őseinek megszámolása" -#: ../gramps/plugins/textreport/textplugins.gpr.py:301 +#: ../gramps/plugins/textreport/textplugins.gpr.py:304 msgid "Produces a textual place report" msgstr "Szöveges hely összesítőt hoz létre" -#: ../gramps/plugins/textreport/textplugins.gpr.py:323 +#: ../gramps/plugins/textreport/textplugins.gpr.py:326 msgid "Title Page" msgstr "Címoldal" -#: ../gramps/plugins/textreport/textplugins.gpr.py:324 +#: ../gramps/plugins/textreport/textplugins.gpr.py:327 msgid "Produces a title page for book reports." msgstr "Az összesítőkönyv címoldalát hozza létre." -#: ../gramps/plugins/textreport/textplugins.gpr.py:346 +#: ../gramps/plugins/textreport/textplugins.gpr.py:349 msgid "Provides a summary of the current database" msgstr "Összesítőt készít a jelenlegi adatbázisról" -#: ../gramps/plugins/textreport/textplugins.gpr.py:369 +#: ../gramps/plugins/textreport/textplugins.gpr.py:372 msgid "Produces a table of contents for book reports." msgstr "Az összesítőkönyv tartalomjegyzékét hozza létre." -#: ../gramps/plugins/textreport/textplugins.gpr.py:391 +#: ../gramps/plugins/textreport/textplugins.gpr.py:394 msgid "Produces an alphabetical index for book reports." msgstr "Az összesítőkönyv betűrendes mutatóját hozza létre." -#: ../gramps/plugins/textreport/textplugins.gpr.py:412 +#: ../gramps/plugins/textreport/textplugins.gpr.py:415 msgid "Records Report" msgstr "Összegzés felvétele" -#: ../gramps/plugins/textreport/textplugins.gpr.py:434 +#: ../gramps/plugins/textreport/textplugins.gpr.py:437 msgid "Note Link Report" msgstr "Megjegyzés hivatkozás jelentés" -#: ../gramps/plugins/textreport/textplugins.gpr.py:435 +#: ../gramps/plugins/textreport/textplugins.gpr.py:438 msgid "Shows status of links in notes" msgstr "A feljegyzések hivatkozásainak mutatása" -#: ../gramps/plugins/tool/changenames.glade:35 +#: ../gramps/plugins/tool/changenames.glade:33 msgid "" "Below is a list of the family names that \n" "Gramps can convert to correct capitalization. \n" @@ -31217,7 +31374,7 @@ msgstr "" "nagybetűsíthető nevek listája. \n" "Jelölje ki a konvertálandó neveket. " -#: ../gramps/plugins/tool/changenames.glade:108 +#: ../gramps/plugins/tool/changenames.glade:106 msgid "_Accept changes and close" msgstr "_Változtatások elfogadása és az ablak bezárása" @@ -31226,7 +31383,7 @@ msgid "manual|Fix_Capitalization_of_Family_Names" msgstr "manual|Családnevek_állandó_nagybetűsítése" #: ../gramps/plugins/tool/changenames.py:75 -#: ../gramps/plugins/tool/changenames.py:235 +#: ../gramps/plugins/tool/changenames.py:236 msgid "Capitalization changes" msgstr "Nagybetűsítés változások" @@ -31248,16 +31405,16 @@ msgstr "Nem volt módosítás" msgid "No capitalization changes were detected." msgstr "Nem volt nagybetűsítés változás." -#: ../gramps/plugins/tool/changenames.py:198 +#: ../gramps/plugins/tool/changenames.py:199 msgid "Original Name" msgstr "Eredeti név" -#: ../gramps/plugins/tool/changenames.py:202 +#: ../gramps/plugins/tool/changenames.py:203 msgid "Capitalization Change" msgstr "Nagybetűsítés változás" -#: ../gramps/plugins/tool/changenames.py:209 -#: ../gramps/plugins/tool/eventcmp.py:302 +#: ../gramps/plugins/tool/changenames.py:210 +#: ../gramps/plugins/tool/eventcmp.py:304 #: ../gramps/plugins/tool/patchnames.py:419 msgid "Building display" msgstr "Ábrázolás felépítése" @@ -31283,21 +31440,21 @@ msgstr "Új esemény típus:" msgid "Change Event Types" msgstr "Eseménytípus változtatás" -#: ../gramps/plugins/tool/changetypes.py:117 -#: ../gramps/plugins/tool/changetypes.py:140 +#: ../gramps/plugins/tool/changetypes.py:118 +#: ../gramps/plugins/tool/changetypes.py:141 msgid "Change types" msgstr "Típus változtatás" -#: ../gramps/plugins/tool/changetypes.py:120 +#: ../gramps/plugins/tool/changetypes.py:121 msgid "Analyzing Events" msgstr "Események elemzése" -#: ../gramps/plugins/tool/changetypes.py:133 +#: ../gramps/plugins/tool/changetypes.py:134 msgid "No event record was modified." msgstr "Nem volt esemény változtatás." #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/changetypes.py:136 +#: ../gramps/plugins/tool/changetypes.py:137 #, python-brace-format msgid "{number_of} event record was modified." msgid_plural "{number_of} event records were modified." @@ -31747,7 +31904,7 @@ msgstr "" msgid "Integrity Check Results" msgstr "Teljesség-ellenőrzés eredményei" -#: ../gramps/plugins/tool/check.py:2693 +#: ../gramps/plugins/tool/check.py:2694 msgid "Check and Repair" msgstr "Ellenőrzés és javítás" @@ -31831,19 +31988,21 @@ msgstr "Dátum teszt beépülő" msgid "Pass" msgstr "Sikeres" -#: ../gramps/plugins/tool/dumpgenderstats.py:46 +#: ../gramps/plugins/tool/dumpgenderstats.py:57 msgid "Gender Statistics tool" msgstr "Nemi statisztika eszköz" -#: ../gramps/plugins/tool/dumpgenderstats.py:66 +#: ../gramps/plugins/tool/dumpgenderstats.py:75 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:100 msgid "Guess" msgstr "Becslés" -#: ../gramps/plugins/tool/eventcmp.glade:228 +#: ../gramps/plugins/tool/eventcmp.glade:225 msgid "_Filter:" msgstr "_Szűrő:" -#: ../gramps/plugins/tool/eventcmp.glade:242 +#: ../gramps/plugins/tool/eventcmp.glade:239 msgid "" "The event comparison utility uses the filters defined in the Custom Filter " "Editor." @@ -31851,7 +32010,7 @@ msgstr "" "Az esemény összehasonlító az Egyéni szűrő szerkesztő által meghatározott " "eszközöket használja." -#: ../gramps/plugins/tool/eventcmp.glade:252 +#: ../gramps/plugins/tool/eventcmp.glade:249 msgid "Custom filter _editor" msgstr "_Egyéni szűrő szerkesztő" @@ -31863,51 +32022,51 @@ msgstr "manual|Egyének_eseményeinek_összehasonlítása" msgid "Event comparison filter selection" msgstr "Esemény-összehasonlító szűrő kiválasztása" -#: ../gramps/plugins/tool/eventcmp.py:167 +#: ../gramps/plugins/tool/eventcmp.py:168 msgid "Event Comparison tool" msgstr "Eseményösszehasonlító eszköz" -#: ../gramps/plugins/tool/eventcmp.py:167 +#: ../gramps/plugins/tool/eventcmp.py:168 msgid "Filter selection" msgstr "Szűrő kiválasztása" -#: ../gramps/plugins/tool/eventcmp.py:179 +#: ../gramps/plugins/tool/eventcmp.py:180 msgid "Comparing events" msgstr "Események összehasonlítása" -#: ../gramps/plugins/tool/eventcmp.py:181 +#: ../gramps/plugins/tool/eventcmp.py:182 msgid "Selecting people" msgstr "Emberek kiválasztása" -#: ../gramps/plugins/tool/eventcmp.py:193 +#: ../gramps/plugins/tool/eventcmp.py:194 msgid "No matches were found" msgstr "Nincsenek találatok" -#: ../gramps/plugins/tool/eventcmp.py:243 -#: ../gramps/plugins/tool/eventcmp.py:276 +#: ../gramps/plugins/tool/eventcmp.py:244 +#: ../gramps/plugins/tool/eventcmp.py:278 msgid "Event Comparison Results" msgstr "Eseményösszehasonlítás eredményei" -#: ../gramps/plugins/tool/eventcmp.py:253 +#: ../gramps/plugins/tool/eventcmp.py:255 #, python-format msgid "%(event_name)s Date" msgstr "%(event_name)s dátum" #. This won't be shown in a tree -#: ../gramps/plugins/tool/eventcmp.py:257 +#: ../gramps/plugins/tool/eventcmp.py:259 #, python-format msgid "%(event_name)s Place" msgstr "%(event_name)s hely" -#: ../gramps/plugins/tool/eventcmp.py:310 +#: ../gramps/plugins/tool/eventcmp.py:312 msgid "Comparing Events" msgstr "Események összehasonlítása" -#: ../gramps/plugins/tool/eventcmp.py:311 +#: ../gramps/plugins/tool/eventcmp.py:313 msgid "Building data" msgstr "Adatok képzése" -#: ../gramps/plugins/tool/eventcmp.py:393 +#: ../gramps/plugins/tool/eventcmp.py:395 msgid "Select filename" msgstr "Fájlnév kiválasztása" @@ -31916,7 +32075,7 @@ msgid "Event name changes" msgstr "Eseménynév változtatás" #: ../gramps/plugins/tool/eventnames.py:85 -#: ../gramps/plugins/tool/tools.gpr.py:128 +#: ../gramps/plugins/tool/tools.gpr.py:131 msgid "Extract Event Description" msgstr "Eseményleírás kibontása" @@ -31936,21 +32095,21 @@ msgstr "Módosítások végrehajtva" msgid "No event description has been added." msgstr "Nem volt esemény-leírás hozzáadás." -#: ../gramps/plugins/tool/finddupes.glade:118 -#: ../gramps/plugins/tool/mergecitations.glade:118 +#: ../gramps/plugins/tool/finddupes.glade:117 +#: ../gramps/plugins/tool/mergecitations.glade:117 msgid "Match Threshold" msgstr "Küszöbérték találat" -#: ../gramps/plugins/tool/finddupes.glade:145 +#: ../gramps/plugins/tool/finddupes.glade:144 msgid "Use soundex codes" msgstr "SoundEx kódok használata" -#: ../gramps/plugins/tool/finddupes.glade:239 +#: ../gramps/plugins/tool/finddupes.glade:238 msgid "Co_mpare" msgstr "_összehasonlítás" -#: ../gramps/plugins/tool/finddupes.glade:366 -#: ../gramps/plugins/tool/mergecitations.glade:231 +#: ../gramps/plugins/tool/finddupes.glade:365 +#: ../gramps/plugins/tool/mergecitations.glade:230 msgid "Please be patient. This may take a while." msgstr "Legyen türelmes. Ez eltarthat egy ideig." @@ -31963,77 +32122,81 @@ msgid "manual|Find_Possible_Duplicate_People" msgstr "manual|Emberek_lehetséges_kettőződésének_keresése" #: ../gramps/plugins/tool/finddupes.py:126 -#: ../gramps/plugins/tool/tools.gpr.py:150 +#: ../gramps/plugins/tool/tools.gpr.py:153 msgid "Find Possible Duplicate People" msgstr "Emberek lehetséges kettőződések megkeresése" -#: ../gramps/plugins/tool/finddupes.py:142 +#: ../gramps/plugins/tool/finddupes.py:143 msgid "Find Duplicates tool" msgstr "Eszközkettőzések keresése" -#: ../gramps/plugins/tool/finddupes.py:142 -#: ../gramps/plugins/tool/mergecitations.py:163 -#: ../gramps/plugins/tool/verify.py:346 +#: ../gramps/plugins/tool/finddupes.py:143 +#: ../gramps/plugins/tool/mergecitations.py:164 +#: ../gramps/plugins/tool/verify.py:347 msgid "Tool settings" msgstr "Eszközbeállítások" -#: ../gramps/plugins/tool/finddupes.py:176 +#: ../gramps/plugins/tool/finddupes.py:177 msgid "No matches found" msgstr "Nincsenek találatok" -#: ../gramps/plugins/tool/finddupes.py:177 +#: ../gramps/plugins/tool/finddupes.py:178 msgid "No potential duplicate people were found" msgstr "Lehetséges kettőződött emberek nem találhatóak" -#: ../gramps/plugins/tool/finddupes.py:187 +#: ../gramps/plugins/tool/finddupes.py:189 msgid "Find Duplicates" msgstr "Kettőződések keresése" -#: ../gramps/plugins/tool/finddupes.py:188 +#: ../gramps/plugins/tool/finddupes.py:190 msgid "Looking for duplicate people" msgstr "Kettőzött emberek keresése" -#: ../gramps/plugins/tool/finddupes.py:197 +#: ../gramps/plugins/tool/finddupes.py:199 msgid "Pass 1: Building preliminary lists" msgstr "1. lépés: Előzetes lista készítése" -#: ../gramps/plugins/tool/finddupes.py:215 +#: ../gramps/plugins/tool/finddupes.py:217 msgid "Pass 2: Calculating potential matches" msgstr "2. lépés: lehetséges egyezések számítása" -#: ../gramps/plugins/tool/finddupes.py:553 +#: ../gramps/plugins/tool/finddupes.py:555 msgid "Potential Merges" msgstr "Lehetséges összevonások" -#: ../gramps/plugins/tool/finddupes.py:568 +#: ../gramps/plugins/tool/finddupes.py:571 msgid "Rating" msgstr "Értékelés" -#: ../gramps/plugins/tool/finddupes.py:569 +#: ../gramps/plugins/tool/finddupes.py:572 msgid "First Person" msgstr "Első személy" -#: ../gramps/plugins/tool/finddupes.py:570 +#: ../gramps/plugins/tool/finddupes.py:573 msgid "Second Person" msgstr "Második személy" -#: ../gramps/plugins/tool/finddupes.py:580 +#: ../gramps/plugins/tool/finddupes.py:583 msgid "Merge candidates" msgstr "Jelöltek összevonása" +#: ../gramps/plugins/tool/finddupes.py:583 +msgid "Merge persons" +msgstr "Személyek összefűzése" + #: ../gramps/plugins/tool/findloop.py:56 msgid "manual|Find_database_loop" msgstr "manual|A_datbázis_hurok keresése" #: ../gramps/plugins/tool/findloop.py:70 -#: ../gramps/plugins/tool/tools.gpr.py:462 +#: ../gramps/plugins/tool/tools.gpr.py:465 msgid "Find database loop" msgstr "Adatbázis hurok keresése" #. start the progress indicator #: ../gramps/plugins/tool/findloop.py:89 -#: ../gramps/plugins/tool/notrelated.py:110 -#: ../gramps/plugins/tool/notrelated.py:255 +#: ../gramps/plugins/tool/notrelated.py:112 +#: ../gramps/plugins/tool/notrelated.py:257 msgid "Starting" msgstr "Indítás" @@ -32049,26 +32212,28 @@ msgstr "Ős" msgid "Descendant" msgstr "Leszármazott" -#: ../gramps/plugins/tool/mediamanager.py:67 +#: ../gramps/plugins/tool/mediamanager.py:68 msgid "manual|Media_Manager..." msgstr "_Médiakezelő..." #: ../gramps/plugins/tool/mediamanager.py:88 -msgid "Gramps Media Manager" -msgstr "GRAMPS médiakezelő" +#: ../gramps/plugins/tool/mediamanager.py:114 +#: ../gramps/plugins/tool/tools.gpr.py:176 +msgid "Media Manager" +msgstr "Médiakezelő" -#: ../gramps/plugins/tool/mediamanager.py:95 +#: ../gramps/plugins/tool/mediamanager.py:97 #: ../gramps/plugins/webreport/narrativeweb.py:1871 #: ../gramps/plugins/webreport/narrativeweb.py:1994 #: ../gramps/plugins/webreport/narrativeweb.py:4669 msgid "Introduction" msgstr "Bevezetés" -#: ../gramps/plugins/tool/mediamanager.py:98 +#: ../gramps/plugins/tool/mediamanager.py:100 msgid "Selection" msgstr "Kiválasztás" -#: ../gramps/plugins/tool/mediamanager.py:220 +#: ../gramps/plugins/tool/mediamanager.py:229 #, python-format msgid "" "This tool allows batch operations on media objects stored in Gramps. An " @@ -32106,22 +32271,22 @@ msgstr "" "kívül, önállóan teheti meg. Ebben az esetben ezzel az eszközzel a " "médiaobjektum tárolásának útvonalát, korrekt helyét pontosíthatja." -#: ../gramps/plugins/tool/mediamanager.py:331 +#: ../gramps/plugins/tool/mediamanager.py:340 msgid "Affected path" msgstr "Érintett útvonal" -#: ../gramps/plugins/tool/mediamanager.py:338 +#: ../gramps/plugins/tool/mediamanager.py:347 msgid "" "Press Apply to proceed, Cancel to abort, or Back to revisit your options." msgstr "" "Válassza az Alkalmaz-gombot a folytatáshoz, a Mégsem-gombot a " "megszakításhoz, vagy a Vissza-gombot a beállítások változtatásához." -#: ../gramps/plugins/tool/mediamanager.py:376 +#: ../gramps/plugins/tool/mediamanager.py:385 msgid "Operation successfully finished" msgstr "A művelet sikeresen zárult" -#: ../gramps/plugins/tool/mediamanager.py:378 +#: ../gramps/plugins/tool/mediamanager.py:387 msgid "" "The operation you requested has finished successfully. You may press Close " "now to continue." @@ -32129,11 +32294,11 @@ msgstr "" "Az kért folyamat sikeresen befejeződött. Nyomja meg a Bezárás-gombot a " "folytatáshoz." -#: ../gramps/plugins/tool/mediamanager.py:381 +#: ../gramps/plugins/tool/mediamanager.py:390 msgid "Operation failed" msgstr "Sikertelen művelet" -#: ../gramps/plugins/tool/mediamanager.py:383 +#: ../gramps/plugins/tool/mediamanager.py:392 msgid "" "There was an error while performing the requested operation. You may try " "starting the tool again." @@ -32141,7 +32306,7 @@ msgstr "" "Hiba lépett fel a kért folyamat végrehajtásakor. Megpróbálhatja az eszköz " "újraindítását." -#: ../gramps/plugins/tool/mediamanager.py:418 +#: ../gramps/plugins/tool/mediamanager.py:427 #, python-format msgid "" "The following action is to be performed:\n" @@ -32152,11 +32317,11 @@ msgstr "" "\n" "Művelet:\t%s" -#: ../gramps/plugins/tool/mediamanager.py:475 +#: ../gramps/plugins/tool/mediamanager.py:484 msgid "Replace _substrings in the path" msgstr "_Karakterláncrész helyettesítése az útvonalban" -#: ../gramps/plugins/tool/mediamanager.py:476 +#: ../gramps/plugins/tool/mediamanager.py:485 msgid "" "This tool allows replacing specified substring in the path of media objects " "with another substring. This can be useful when you move your media files " @@ -32166,19 +32331,19 @@ msgstr "" "médiaobjektumok útvonalaiban másikkal helyettesítsen. Ez akkor lehet " "hasznos, ha médiafájljait egyik könyvtárból másikba helyezi" -#: ../gramps/plugins/tool/mediamanager.py:482 +#: ../gramps/plugins/tool/mediamanager.py:491 msgid "Replace substring settings" msgstr "Karakterláncrész helyettesítésének beállításai" -#: ../gramps/plugins/tool/mediamanager.py:495 +#: ../gramps/plugins/tool/mediamanager.py:504 msgid "_Replace:" msgstr "_Csere:" -#: ../gramps/plugins/tool/mediamanager.py:505 +#: ../gramps/plugins/tool/mediamanager.py:514 msgid "_With:" msgstr "_Ezzel:" -#: ../gramps/plugins/tool/mediamanager.py:519 +#: ../gramps/plugins/tool/mediamanager.py:528 #, python-format msgid "" "The following action is to be performed:\n" @@ -32193,11 +32358,11 @@ msgstr "" "Átnevezendő:\t\t%(src_fname)s\n" "Ezzel:\t\t%(dest_fname)s" -#: ../gramps/plugins/tool/mediamanager.py:560 +#: ../gramps/plugins/tool/mediamanager.py:569 msgid "Convert paths from relative to _absolute" msgstr "Az útvonalak átalakítása relatívból _abszolútba" -#: ../gramps/plugins/tool/mediamanager.py:561 +#: ../gramps/plugins/tool/mediamanager.py:570 msgid "" "This tool allows converting relative media paths to the absolute ones. It " "does this by prepending the base path as given in the Preferences, or if " @@ -32207,11 +32372,11 @@ msgstr "" "változtatását. Ezt a Beállításokban megadott alap útvonaltól, vagy, ha az " "nincs megadva, akkor a felhasználó könyvtárától függően teszi." -#: ../gramps/plugins/tool/mediamanager.py:594 +#: ../gramps/plugins/tool/mediamanager.py:603 msgid "Convert paths from absolute to r_elative" msgstr "Az útvonal átalakítása abszolútból r_elatívba" -#: ../gramps/plugins/tool/mediamanager.py:595 +#: ../gramps/plugins/tool/mediamanager.py:604 msgid "" "This tool allows converting absolute media paths to a relative path. The " "relative path is relative viz-a-viz the base path as given in the " @@ -32224,15 +32389,15 @@ msgstr "" "lehetővé teszi, hogy kapcsolja a fájl helyét az alap útvonalhoz, amit kedve " "szerint változtathat." -#: ../gramps/plugins/tool/mediamanager.py:631 +#: ../gramps/plugins/tool/mediamanager.py:640 msgid "Add images not included in database" msgstr "Az adatbázisban nem szereplő képek hozzáadása" -#: ../gramps/plugins/tool/mediamanager.py:632 +#: ../gramps/plugins/tool/mediamanager.py:641 msgid "Check directories for images not included in database" msgstr "Az adatbázisban nem szereplő képek könyvtárainak ellenőrzése" -#: ../gramps/plugins/tool/mediamanager.py:633 +#: ../gramps/plugins/tool/mediamanager.py:642 msgid "" "This tool adds images in directories that are referenced by existing images " "in the database." @@ -32240,7 +32405,7 @@ msgstr "" "Az eszköz képeket ad az adatbázisban már létező hivatkozású képeket " "tartalmazó könyvtárakhoz." -#: ../gramps/plugins/tool/mergecitations.glade:145 +#: ../gramps/plugins/tool/mergecitations.glade:144 msgid "Don't merge if citation has notes" msgstr "Ne fűzze össze, ha az idézetnek jegyzetei vannak" @@ -32270,56 +32435,56 @@ msgid "" msgstr "" "Az egyező jegyzetek, média objektumok és adatelemek kombinálva lesznek." -#: ../gramps/plugins/tool/mergecitations.py:163 +#: ../gramps/plugins/tool/mergecitations.py:164 msgid "Merge citations tool" msgstr "Idézetek összefűzése eszköz" -#: ../gramps/plugins/tool/mergecitations.py:184 +#: ../gramps/plugins/tool/mergecitations.py:185 msgid "Checking Sources" msgstr "Források ellenőrzése" -#: ../gramps/plugins/tool/mergecitations.py:186 +#: ../gramps/plugins/tool/mergecitations.py:187 msgid "Looking for citation fields" msgstr "Idézet mezők keresése" -#: ../gramps/plugins/tool/mergecitations.py:232 +#: ../gramps/plugins/tool/mergecitations.py:233 msgid "Number of merges done" msgstr "Végrehajtott összefűzések száma" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/mergecitations.py:234 +#: ../gramps/plugins/tool/mergecitations.py:235 #, python-brace-format msgid "{number_of} citation merged" msgid_plural "{number_of} citations merged" msgstr[0] "{number_of} idézet összefűzve" msgstr[1] "{number_of} idézet összefűzve" -#: ../gramps/plugins/tool/notrelated.glade:164 +#: ../gramps/plugins/tool/notrelated.glade:162 msgid "_Tag" msgstr "_Címke" -#: ../gramps/plugins/tool/notrelated.py:59 +#: ../gramps/plugins/tool/notrelated.py:60 msgid "manual|Not_Related" msgstr "manual|Nem_köthető_hozzá" -#: ../gramps/plugins/tool/notrelated.py:79 +#: ../gramps/plugins/tool/notrelated.py:80 #, python-format msgid "Not related to \"%s\"" msgstr "Nem köthető hozzá: \"%s\"" -#: ../gramps/plugins/tool/notrelated.py:102 +#: ../gramps/plugins/tool/notrelated.py:104 msgid "NotRelated" msgstr "NemKöthető" #. feature request 2356: avoid genitive form -#: ../gramps/plugins/tool/notrelated.py:171 +#: ../gramps/plugins/tool/notrelated.py:173 #, python-format msgid "Everyone in the database is related to %s" msgstr "Mindenki az adatbázisban kapcsolódik hozzá: %s" #. translators: leave all/any {...} untranslated #. TRANS: no singular form needed, as rows is always > 1 -#: ../gramps/plugins/tool/notrelated.py:260 +#: ../gramps/plugins/tool/notrelated.py:262 #, python-brace-format msgid "Setting tag for {number_of} person" msgid_plural "Setting tag for {number_of} people" @@ -32328,7 +32493,7 @@ msgstr[1] "Címke beállítása {number_of} emberhez" #. translators: leave all/any {...} untranslated #. TRANS: No singular form is needed. -#: ../gramps/plugins/tool/notrelated.py:303 +#: ../gramps/plugins/tool/notrelated.py:305 #, python-brace-format msgid "Finding relationships between {number_of} person" msgid_plural "Finding relationships between {number_of} people" @@ -32336,7 +32501,7 @@ msgstr[0] "{number_of} ember közötti kapcsolat meghatározása" msgstr[1] "{number_of} ember közötti kapcsolat meghatározása" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/notrelated.py:383 +#: ../gramps/plugins/tool/notrelated.py:385 #, python-brace-format msgid "Looking for {number_of} person" msgid_plural "Looking for {number_of} people" @@ -32344,7 +32509,7 @@ msgstr[0] "{number_of} ember keresése" msgstr[1] "{number_of} ember keresése" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/notrelated.py:411 +#: ../gramps/plugins/tool/notrelated.py:413 #, python-brace-format msgid "Looking up the name of {number_of} person" msgid_plural "Looking up the names of {number_of} people" @@ -32359,31 +32524,31 @@ msgstr "Adatbázisból az Előnybe helyezettekbe másolás" msgid "Copy from Preferences to DB" msgstr "Az Előnybe helyezettekből az adatbázisba másolás" -#: ../gramps/plugins/tool/ownereditor.glade:166 +#: ../gramps/plugins/tool/ownereditor.glade:165 msgid "_Street:" msgstr "_Utca:" -#: ../gramps/plugins/tool/ownereditor.glade:180 +#: ../gramps/plugins/tool/ownereditor.glade:179 msgid "_City:" msgstr "_Város:" -#: ../gramps/plugins/tool/ownereditor.glade:208 +#: ../gramps/plugins/tool/ownereditor.glade:207 msgid "_Country:" msgstr "_Ország:" -#: ../gramps/plugins/tool/ownereditor.glade:222 +#: ../gramps/plugins/tool/ownereditor.glade:221 msgid "_ZIP/Postal Code:" msgstr "_Irányítószám:" -#: ../gramps/plugins/tool/ownereditor.glade:236 +#: ../gramps/plugins/tool/ownereditor.glade:235 msgid "_Phone:" msgstr "_Telefon:" -#: ../gramps/plugins/tool/ownereditor.glade:250 +#: ../gramps/plugins/tool/ownereditor.glade:249 msgid "_Email:" msgstr "_E-mail:" -#: ../gramps/plugins/tool/ownereditor.glade:385 +#: ../gramps/plugins/tool/ownereditor.glade:384 msgid "Right-click to copy from/to Researcher Preferences" msgstr "Jobb klikk a Kutatói Elsőségek-hez/-ből másoláshoz" @@ -32395,7 +32560,7 @@ msgstr "manual|Adatbázis_tulajdonos_információinak_szerkesztése" msgid "Database Owner Editor" msgstr "Adatbázis tulajdonos szerkesztő" -#: ../gramps/plugins/tool/ownereditor.py:162 +#: ../gramps/plugins/tool/ownereditor.py:163 msgid "Edit database owner information" msgstr "Adatbázis-tulajdonos információinak szerkesztése" @@ -32536,74 +32701,74 @@ msgstr "Kapcsolat-meghatározó: %(person_name)s" msgid "Relationship to %(person_name)s" msgstr "Kapcsolat vele: %(person_name)s" -#: ../gramps/plugins/tool/relcalc.py:170 +#: ../gramps/plugins/tool/relcalc.py:168 msgid "Relationship Calculator tool" msgstr "Kapcsolatmeghatározó-eszköz" -#: ../gramps/plugins/tool/relcalc.py:202 +#: ../gramps/plugins/tool/relcalc.py:200 #, python-format msgid "%(person)s and %(active_person)s are not related." msgstr "%(person)s és %(active_person)s között nincs kapcsolat." -#: ../gramps/plugins/tool/relcalc.py:221 +#: ../gramps/plugins/tool/relcalc.py:219 #, python-format msgid "Their common ancestor is %s." msgstr "Közös ősük %s." -#: ../gramps/plugins/tool/relcalc.py:227 +#: ../gramps/plugins/tool/relcalc.py:225 #, python-format msgid "Their common ancestors are %(ancestor1)s and %(ancestor2)s." msgstr "Közös őseik %(ancestor1)s és %(ancestor2)s." -#: ../gramps/plugins/tool/relcalc.py:233 +#: ../gramps/plugins/tool/relcalc.py:231 msgid "Their common ancestors are: " msgstr "Közös őseik: " -#: ../gramps/plugins/tool/removeunused.glade:94 +#: ../gramps/plugins/tool/removeunused.glade:92 msgid "Search for events" msgstr "Keresés eseményekre" -#: ../gramps/plugins/tool/removeunused.glade:112 +#: ../gramps/plugins/tool/removeunused.glade:110 msgid "Search for sources" msgstr "Keresés forrásokra" -#: ../gramps/plugins/tool/removeunused.glade:130 +#: ../gramps/plugins/tool/removeunused.glade:128 msgid "Search for citations" msgstr "Idézetek keresése" -#: ../gramps/plugins/tool/removeunused.glade:145 +#: ../gramps/plugins/tool/removeunused.glade:143 msgid "Search for places" msgstr "Keresés helyszínekre" -#: ../gramps/plugins/tool/removeunused.glade:163 +#: ../gramps/plugins/tool/removeunused.glade:161 msgid "Search for media" msgstr "Keresés médiára" -#: ../gramps/plugins/tool/removeunused.glade:181 +#: ../gramps/plugins/tool/removeunused.glade:179 msgid "Search for repositories" msgstr "Keresés tárolókra" -#: ../gramps/plugins/tool/removeunused.glade:199 +#: ../gramps/plugins/tool/removeunused.glade:197 msgid "Search for notes" msgstr "Keresés jegyzetekre" -#: ../gramps/plugins/tool/removeunused.glade:289 -#: ../gramps/plugins/tool/verify.glade:932 +#: ../gramps/plugins/tool/removeunused.glade:287 +#: ../gramps/plugins/tool/verify.glade:930 msgid "_Mark all" msgstr "Ö_sszes megjelölése" -#: ../gramps/plugins/tool/removeunused.glade:305 -#: ../gramps/plugins/tool/verify.glade:948 +#: ../gramps/plugins/tool/removeunused.glade:303 +#: ../gramps/plugins/tool/verify.glade:946 msgid "_Unmark all" msgstr "Öss_zes jelölés törlése" -#: ../gramps/plugins/tool/removeunused.glade:321 -#: ../gramps/plugins/tool/verify.glade:964 +#: ../gramps/plugins/tool/removeunused.glade:319 +#: ../gramps/plugins/tool/verify.glade:962 msgid "In_vert marks" msgstr "Jelölések meg_fordítása" -#: ../gramps/plugins/tool/removeunused.glade:346 -#: ../gramps/plugins/tool/verify.glade:907 +#: ../gramps/plugins/tool/removeunused.glade:344 +#: ../gramps/plugins/tool/verify.glade:905 msgid "Double-click on a row to view/edit data" msgstr "Kattintson kétszer a soron az adatok megnézéséhez/szerkesztéséhez" @@ -32613,12 +32778,12 @@ msgstr "Használatlan objektumok" #. Add mark column #. Add ignore column -#: ../gramps/plugins/tool/removeunused.py:183 -#: ../gramps/plugins/tool/verify.py:550 +#: ../gramps/plugins/tool/removeunused.py:184 +#: ../gramps/plugins/tool/verify.py:552 msgid "Mark" msgstr "Jelölés" -#: ../gramps/plugins/tool/removeunused.py:299 +#: ../gramps/plugins/tool/removeunused.py:300 msgid "Remove unused objects" msgstr "Használatlan objektumok eltávolítása" @@ -32631,7 +32796,7 @@ msgid "Reordering Gramps IDs..." msgstr "GRAPMS-azonosítók újrarendezése..." #: ../gramps/plugins/tool/reorderids.py:73 -#: ../gramps/plugins/tool/tools.gpr.py:372 +#: ../gramps/plugins/tool/tools.gpr.py:375 msgid "Reorder Gramps IDs" msgstr "GRAPMS-azonosítók újrarendezése" @@ -32854,39 +33019,39 @@ msgstr "Családok generálása" msgid "Testcase generator step %d" msgstr "Teszt eset generálás %d lépés" -#: ../gramps/plugins/tool/tools.gpr.py:35 +#: ../gramps/plugins/tool/tools.gpr.py:38 msgid "Fix Capitalization of Family Names" msgstr "Családnevek állandó nagybetűsítése" -#: ../gramps/plugins/tool/tools.gpr.py:36 +#: ../gramps/plugins/tool/tools.gpr.py:39 msgid "" "Searches the entire database and attempts to fix capitalization of the names." msgstr "" "A teljes adatbázis keresése és a nevek állandó nagybetűsítésének kísérlete." -#: ../gramps/plugins/tool/tools.gpr.py:58 +#: ../gramps/plugins/tool/tools.gpr.py:61 msgid "Rename Event Types" msgstr "Eseménytípusok átnevezése" -#: ../gramps/plugins/tool/tools.gpr.py:59 +#: ../gramps/plugins/tool/tools.gpr.py:62 msgid "Allows all the events of a certain name to be renamed to a new name." msgstr "" "Engedélyezi adott nevű esemény minden előfordulásának átnevezését új névre." -#: ../gramps/plugins/tool/tools.gpr.py:81 +#: ../gramps/plugins/tool/tools.gpr.py:84 msgid "Check and Repair Database" msgstr "Adatbázis ellenőrzése és javítása" -#: ../gramps/plugins/tool/tools.gpr.py:82 +#: ../gramps/plugins/tool/tools.gpr.py:85 msgid "" "Checks the database for integrity problems, fixing the problems that it can" msgstr "Adatbázis ellenőrzés integritásra és ha lehet a hibák javítása" -#: ../gramps/plugins/tool/tools.gpr.py:104 +#: ../gramps/plugins/tool/tools.gpr.py:107 msgid "Compare Individual Events" msgstr "Egyének eseményeinek összehasonlítása" -#: ../gramps/plugins/tool/tools.gpr.py:105 +#: ../gramps/plugins/tool/tools.gpr.py:108 msgid "" "Aids in the analysis of data by allowing the development of custom filters " "that can be applied to the database to find similar events" @@ -32894,11 +33059,11 @@ msgstr "" "Segít az adatok elemzésében speciális szűrők kialakíthatóságával, melyek az " "adatbázis azonos eseményeinek megtalálására alkalmasak" -#: ../gramps/plugins/tool/tools.gpr.py:129 +#: ../gramps/plugins/tool/tools.gpr.py:132 msgid "Extracts event descriptions from the event data" msgstr "Eseményleírás kibontása az eseményadatokból" -#: ../gramps/plugins/tool/tools.gpr.py:151 +#: ../gramps/plugins/tool/tools.gpr.py:154 msgid "" "Searches the entire database, looking for individual entries that may " "represent the same person." @@ -32906,101 +33071,97 @@ msgstr "" "Keresés a teljes adatbázisban olyan egyénbejegyzések után, melyek ugyanazt a " "személyt mutathatják." -#: ../gramps/plugins/tool/tools.gpr.py:173 -msgid "Media Manager" -msgstr "Médiakezelő" - -#: ../gramps/plugins/tool/tools.gpr.py:174 +#: ../gramps/plugins/tool/tools.gpr.py:177 msgid "Manages batch operations on media files" msgstr "Segíti a médiafájlokon kötegelt folyamatok végrehajtását" -#: ../gramps/plugins/tool/tools.gpr.py:195 +#: ../gramps/plugins/tool/tools.gpr.py:198 msgid "Not Related" msgstr "Nem kapcsolódik" -#: ../gramps/plugins/tool/tools.gpr.py:196 +#: ../gramps/plugins/tool/tools.gpr.py:199 msgid "Find people who are not in any way related to the selected person" msgstr "" "A kiválasztott személyhez semmilyen módon nem kapcsolódó emberek megtalálása" -#: ../gramps/plugins/tool/tools.gpr.py:218 +#: ../gramps/plugins/tool/tools.gpr.py:221 msgid "Edit Database Owner Information" msgstr "Adatbázis tulajdonos információinak szerkesztése" -#: ../gramps/plugins/tool/tools.gpr.py:219 +#: ../gramps/plugins/tool/tools.gpr.py:222 msgid "Allow editing database owner information." msgstr "Megengedi az adatbázis tulajdonos információinak szerkesztését." -#: ../gramps/plugins/tool/tools.gpr.py:240 +#: ../gramps/plugins/tool/tools.gpr.py:243 msgid "Extract Information from Names" msgstr "Információ kivonása a nevekből" -#: ../gramps/plugins/tool/tools.gpr.py:241 +#: ../gramps/plugins/tool/tools.gpr.py:244 msgid "" "Extract titles, prefixes and compound surnames from given name or family " "name." msgstr "" "Utó-, vagy családnévből címek, előtagok és összetett vezetéknevek kibontása." -#: ../gramps/plugins/tool/tools.gpr.py:262 +#: ../gramps/plugins/tool/tools.gpr.py:265 msgid "Rebuild Secondary Indexes" msgstr "Másodlagos indexek újraépítése" -#: ../gramps/plugins/tool/tools.gpr.py:263 +#: ../gramps/plugins/tool/tools.gpr.py:266 msgid "Rebuilds secondary indexes" msgstr "Újraépíti a másodlagos indexeket" -#: ../gramps/plugins/tool/tools.gpr.py:284 +#: ../gramps/plugins/tool/tools.gpr.py:287 msgid "Rebuild Reference Maps" msgstr "Hivatkozási térképek újraépítése" -#: ../gramps/plugins/tool/tools.gpr.py:285 +#: ../gramps/plugins/tool/tools.gpr.py:288 msgid "Rebuilds reference maps" msgstr "Újraépíti a hivatkozási térképeket" -#: ../gramps/plugins/tool/tools.gpr.py:306 +#: ../gramps/plugins/tool/tools.gpr.py:309 msgid "Rebuild Gender Statistics" msgstr "Nemi statisztika újraépítése" -#: ../gramps/plugins/tool/tools.gpr.py:307 +#: ../gramps/plugins/tool/tools.gpr.py:310 msgid "Rebuilds gender statistics for name gender guessing..." msgstr "Újraépíti a nemi statisztikát a név feltételezett nemével..." -#: ../gramps/plugins/tool/tools.gpr.py:328 +#: ../gramps/plugins/tool/tools.gpr.py:331 msgid "Relationship Calculator" msgstr "Kapcsolat meghatározó" -#: ../gramps/plugins/tool/tools.gpr.py:329 +#: ../gramps/plugins/tool/tools.gpr.py:332 msgid "Calculates the relationship between two people" msgstr "Két ember közötti kapcsolatot határoz meg" -#: ../gramps/plugins/tool/tools.gpr.py:350 +#: ../gramps/plugins/tool/tools.gpr.py:353 msgid "Remove Unused Objects" msgstr "Használatlan objektumok eltávolítása" -#: ../gramps/plugins/tool/tools.gpr.py:351 +#: ../gramps/plugins/tool/tools.gpr.py:354 msgid "Removes unused objects from the database" msgstr "Használatlan objektumokat távolít el az adatbázisból" -#: ../gramps/plugins/tool/tools.gpr.py:373 +#: ../gramps/plugins/tool/tools.gpr.py:376 msgid "Reorders the Gramps IDs according to Gramps' default rules." msgstr "" "Az alapértelmezett szabályok szerint a GRAMPS-azonosítókat újrarendezi." -#: ../gramps/plugins/tool/tools.gpr.py:395 -#: ../gramps/plugins/tool/tools.gpr.py:396 +#: ../gramps/plugins/tool/tools.gpr.py:398 +#: ../gramps/plugins/tool/tools.gpr.py:399 msgid "Sorts events" msgstr "Eseményeket válogat" -#: ../gramps/plugins/tool/tools.gpr.py:417 +#: ../gramps/plugins/tool/tools.gpr.py:420 msgid "Verify the Data" msgstr "Adatok ellenőrzése" -#: ../gramps/plugins/tool/tools.gpr.py:418 +#: ../gramps/plugins/tool/tools.gpr.py:421 msgid "Verifies the data against user-defined tests" msgstr "A felhasználói tesztekhez ellenőrzi az adatokat" -#: ../gramps/plugins/tool/tools.gpr.py:440 +#: ../gramps/plugins/tool/tools.gpr.py:443 msgid "" "Searches the entire database, looking for citations that have the same " "Volume/Page, Date and Confidence." @@ -33008,7 +33169,7 @@ msgstr "" "Keresés a teljes adatbázisban olyan idézetek után, melyek ugyanazt az oldalt/" "kötetet, dátumot és megbízhatóságot mutathatják." -#: ../gramps/plugins/tool/tools.gpr.py:463 +#: ../gramps/plugins/tool/tools.gpr.py:466 msgid "Searches the entire database, looking for a possible loop." msgstr "Kutatás a teljes adatbázisban, lehetséges hurok keresése." @@ -33079,7 +33240,7 @@ msgstr "Legnagyobb korkülönbség a _gyermekek között évben" msgid "Maximum _span of years for all children" msgstr "Az összes gyermek legnagyobb idő_intervalluma években" -#: ../gramps/plugins/tool/verify.glade:987 ../gramps/plugins/tool/verify.py:674 +#: ../gramps/plugins/tool/verify.glade:985 ../gramps/plugins/tool/verify.py:676 msgid "_Hide marked" msgstr "Megjelöltek _elrejtése" @@ -33097,156 +33258,151 @@ msgstr "Adatbázis ellenőrző-eszköz" msgid "%(severity)s: %(msg)s, %(type)s: %(gid)s, %(name)s" msgstr "%(severity)s: %(msg)s, %(type)s: %(gid)s, %(name)s" -#: ../gramps/plugins/tool/verify.py:497 +#: ../gramps/plugins/tool/verify.py:498 msgid "Data Verification Results" msgstr "Adatbázis ellenőrzés eredményei" -#. Add column with the warning text -#: ../gramps/plugins/tool/verify.py:561 -msgid "Warning" -msgstr "Figyelmeztetés" - -#: ../gramps/plugins/tool/verify.py:664 +#: ../gramps/plugins/tool/verify.py:666 msgid "_Show all" msgstr "_Minden mutatása" -#: ../gramps/plugins/tool/verify.py:945 +#: ../gramps/plugins/tool/verify.py:947 msgid "Baptism before birth" msgstr "Vízkeresztség születés előtt" -#: ../gramps/plugins/tool/verify.py:961 +#: ../gramps/plugins/tool/verify.py:963 msgid "Death before baptism" msgstr "Vízkeresztség halálozás előtt" -#: ../gramps/plugins/tool/verify.py:977 +#: ../gramps/plugins/tool/verify.py:979 msgid "Burial before birth" msgstr "Temetés születés előtt" -#: ../gramps/plugins/tool/verify.py:993 +#: ../gramps/plugins/tool/verify.py:995 msgid "Burial before death" msgstr "Temetés a halál előtt" -#: ../gramps/plugins/tool/verify.py:1009 +#: ../gramps/plugins/tool/verify.py:1011 msgid "Death before birth" msgstr "Születés előtti halál" -#: ../gramps/plugins/tool/verify.py:1025 +#: ../gramps/plugins/tool/verify.py:1027 msgid "Burial before baptism" msgstr "Temetés vízkeresztség előtt" -#: ../gramps/plugins/tool/verify.py:1048 +#: ../gramps/plugins/tool/verify.py:1050 msgid "Old age at death" msgstr "Halálozási kor" -#: ../gramps/plugins/tool/verify.py:1075 +#: ../gramps/plugins/tool/verify.py:1077 msgid "Multiple parents" msgstr "Több szülő" -#: ../gramps/plugins/tool/verify.py:1097 +#: ../gramps/plugins/tool/verify.py:1099 msgid "Married often" msgstr "Gyakori házasság" -#: ../gramps/plugins/tool/verify.py:1121 +#: ../gramps/plugins/tool/verify.py:1123 msgid "Old and unmarried" msgstr "Idős és nem házasodott" -#: ../gramps/plugins/tool/verify.py:1153 +#: ../gramps/plugins/tool/verify.py:1155 msgid "Too many children" msgstr "Túl sok gyermek" -#: ../gramps/plugins/tool/verify.py:1171 +#: ../gramps/plugins/tool/verify.py:1173 msgid "Same sex marriage" msgstr "Azonos nemű házasság" -#: ../gramps/plugins/tool/verify.py:1184 +#: ../gramps/plugins/tool/verify.py:1186 msgid "Female husband" msgstr "Női férj" -#: ../gramps/plugins/tool/verify.py:1197 +#: ../gramps/plugins/tool/verify.py:1199 msgid "Male wife" msgstr "Férfi feleség" -#: ../gramps/plugins/tool/verify.py:1227 +#: ../gramps/plugins/tool/verify.py:1229 msgid "Husband and wife with the same surname" msgstr "Férj és feleség azonos vezetéknévvel" -#: ../gramps/plugins/tool/verify.py:1257 +#: ../gramps/plugins/tool/verify.py:1259 msgid "Large age difference between spouses" msgstr "Nagy korkülönbség házastársak között" -#: ../gramps/plugins/tool/verify.py:1293 +#: ../gramps/plugins/tool/verify.py:1295 msgid "Marriage before birth" msgstr "Házasság születés előtt" -#: ../gramps/plugins/tool/verify.py:1329 +#: ../gramps/plugins/tool/verify.py:1331 msgid "Marriage after death" msgstr "Házasság halál után" -#: ../gramps/plugins/tool/verify.py:1370 +#: ../gramps/plugins/tool/verify.py:1372 msgid "Early marriage" msgstr "Korai házasság" -#: ../gramps/plugins/tool/verify.py:1409 +#: ../gramps/plugins/tool/verify.py:1411 msgid "Late marriage" msgstr "Késői házasság" -#: ../gramps/plugins/tool/verify.py:1458 +#: ../gramps/plugins/tool/verify.py:1460 msgid "Old father" msgstr "Idős apa" -#: ../gramps/plugins/tool/verify.py:1462 +#: ../gramps/plugins/tool/verify.py:1464 msgid "Old mother" msgstr "Idős anya" -#: ../gramps/plugins/tool/verify.py:1511 +#: ../gramps/plugins/tool/verify.py:1513 msgid "Young father" msgstr "Fiatal apa" -#: ../gramps/plugins/tool/verify.py:1515 +#: ../gramps/plugins/tool/verify.py:1517 msgid "Young mother" msgstr "Fiatal anya" -#: ../gramps/plugins/tool/verify.py:1559 +#: ../gramps/plugins/tool/verify.py:1561 msgid "Unborn father" msgstr "Meg nem született apa" -#: ../gramps/plugins/tool/verify.py:1563 +#: ../gramps/plugins/tool/verify.py:1565 msgid "Unborn mother" msgstr "Meg nem született anya" -#: ../gramps/plugins/tool/verify.py:1614 +#: ../gramps/plugins/tool/verify.py:1616 msgid "Dead father" msgstr "Halott apa" -#: ../gramps/plugins/tool/verify.py:1618 +#: ../gramps/plugins/tool/verify.py:1620 msgid "Dead mother" msgstr "Halott anya" -#: ../gramps/plugins/tool/verify.py:1644 +#: ../gramps/plugins/tool/verify.py:1646 msgid "Large year span for all children" msgstr "Nagy évkülönbség az összes gyermeknél" -#: ../gramps/plugins/tool/verify.py:1671 +#: ../gramps/plugins/tool/verify.py:1673 msgid "Large age differences between children" msgstr "Nagy korkülönbség a gyermekek között" -#: ../gramps/plugins/tool/verify.py:1684 +#: ../gramps/plugins/tool/verify.py:1686 msgid "Disconnected individual" msgstr "Kapcsolat nélküli egyén" -#: ../gramps/plugins/tool/verify.py:1711 +#: ../gramps/plugins/tool/verify.py:1713 msgid "Invalid birth date" msgstr "Érvénytelen születési dátum" -#: ../gramps/plugins/tool/verify.py:1738 +#: ../gramps/plugins/tool/verify.py:1740 msgid "Invalid death date" msgstr "Érvénytelen halálozási dátum" -#: ../gramps/plugins/tool/verify.py:1758 +#: ../gramps/plugins/tool/verify.py:1760 msgid "Marriage date but not married" msgstr "Házassági dátum, de nem is házas" -#: ../gramps/plugins/tool/verify.py:1786 +#: ../gramps/plugins/tool/verify.py:1788 msgid "Old age but no death" msgstr "Öreg korú, de nem halott" @@ -33310,7 +33466,7 @@ msgid "Citation View" msgstr "Idézet nézet" #: ../gramps/plugins/view/citationlistview.py:180 -#: ../gramps/plugins/view/citationtreeview.py:290 +#: ../gramps/plugins/view/citationtreeview.py:314 msgid "Citation Filter Editor" msgstr "Idézetszűrő szerkesztő" @@ -33330,13 +33486,13 @@ msgstr "" #: ../gramps/plugins/view/citationlistview.py:311 #: ../gramps/plugins/view/citationlistview.py:322 -#: ../gramps/plugins/view/citationtreeview.py:504 -#: ../gramps/plugins/view/citationtreeview.py:517 +#: ../gramps/plugins/view/citationtreeview.py:528 +#: ../gramps/plugins/view/citationtreeview.py:541 msgid "Cannot merge citations." msgstr "Nem összefűzhető idézetek." #: ../gramps/plugins/view/citationlistview.py:312 -#: ../gramps/plugins/view/citationtreeview.py:505 +#: ../gramps/plugins/view/citationtreeview.py:529 msgid "" "Exactly two citations must be selected to perform a merge. A second citation " "can be selected by holding down the control key while clicking on the " @@ -33347,7 +33503,7 @@ msgstr "" "választhatja ki." #: ../gramps/plugins/view/citationlistview.py:323 -#: ../gramps/plugins/view/citationtreeview.py:518 +#: ../gramps/plugins/view/citationtreeview.py:542 msgid "" "The two selected citations must have the same source to perform a merge. If " "you want to merge these two citations, then you must merge the sources first." @@ -33372,27 +33528,27 @@ msgstr "A kiválasztott idézetek, vagy források összefűzése" msgid "Citation Tree View" msgstr "Idézet-fa nézet" -#: ../gramps/plugins/view/citationtreeview.py:277 +#: ../gramps/plugins/view/citationtreeview.py:301 msgid "Add source..." msgstr "Forrás hozzáadása..." -#: ../gramps/plugins/view/citationtreeview.py:282 +#: ../gramps/plugins/view/citationtreeview.py:306 msgid "Add citation..." msgstr "Idézet hozzáadása..." -#: ../gramps/plugins/view/citationtreeview.py:298 +#: ../gramps/plugins/view/citationtreeview.py:322 #: ../gramps/plugins/view/persontreeview.py:82 #: ../gramps/plugins/view/placetreeview.py:74 msgid "Expand all Nodes" msgstr "Minden csomópont kibontása" -#: ../gramps/plugins/view/citationtreeview.py:300 +#: ../gramps/plugins/view/citationtreeview.py:324 #: ../gramps/plugins/view/persontreeview.py:84 #: ../gramps/plugins/view/placetreeview.py:76 msgid "Collapse all Nodes" msgstr "Minden csomópont bezárása" -#: ../gramps/plugins/view/citationtreeview.py:491 +#: ../gramps/plugins/view/citationtreeview.py:515 msgid "" "This source cannot be edited at this time. Either the associated Source " "object is already being edited, or another citation associated with the same " @@ -33406,11 +33562,11 @@ msgstr "" "\n" "A forrás szerkesztéséhez be kell zárnia az objektumot." -#: ../gramps/plugins/view/citationtreeview.py:530 +#: ../gramps/plugins/view/citationtreeview.py:554 msgid "Cannot perform merge." msgstr "Nem megvalósítható összefűzés." -#: ../gramps/plugins/view/citationtreeview.py:531 +#: ../gramps/plugins/view/citationtreeview.py:555 msgid "" "Both objects must be of the same type, either both must be sources, or both " "must be citations." @@ -33516,127 +33672,127 @@ msgstr "" "Ctrl-gomb lenyomása és a kiválasztott családra való egyidejű kattintással " "választhatja ki." -#: ../gramps/plugins/view/fanchart2wayview.py:179 -#: ../gramps/plugins/view/fanchartdescview.py:174 -#: ../gramps/plugins/view/fanchartview.py:170 +#: ../gramps/plugins/view/fanchart2wayview.py:193 +#: ../gramps/plugins/view/fanchartdescview.py:188 +#: ../gramps/plugins/view/fanchartview.py:184 msgid "Print or save the Fan Chart View" msgstr "Legyezőgrafikon nézet nyomtatása, vagy mentése" -#: ../gramps/plugins/view/fanchart2wayview.py:280 +#: ../gramps/plugins/view/fanchart2wayview.py:294 msgid "Max ancestor generations" msgstr "Ős generációk legnagyobb száma" -#: ../gramps/plugins/view/fanchart2wayview.py:283 +#: ../gramps/plugins/view/fanchart2wayview.py:297 msgid "Max descendant generations" msgstr "Leszármazott generációk legnagyobb száma" -#: ../gramps/plugins/view/fanchart2wayview.py:287 -#: ../gramps/plugins/view/fanchartdescview.py:284 -#: ../gramps/plugins/view/fanchartview.py:280 +#: ../gramps/plugins/view/fanchart2wayview.py:301 +#: ../gramps/plugins/view/fanchartdescview.py:298 +#: ../gramps/plugins/view/fanchartview.py:294 msgid "Text Font" msgstr "Szöveg betű" -#: ../gramps/plugins/view/fanchart2wayview.py:291 -#: ../gramps/plugins/view/fanchartdescview.py:288 -#: ../gramps/plugins/view/fanchartview.py:284 +#: ../gramps/plugins/view/fanchart2wayview.py:305 +#: ../gramps/plugins/view/fanchartdescview.py:302 +#: ../gramps/plugins/view/fanchartview.py:298 msgid "Gender colors" msgstr "Nem színek" -#: ../gramps/plugins/view/fanchart2wayview.py:292 -#: ../gramps/plugins/view/fanchartdescview.py:289 -#: ../gramps/plugins/view/fanchartview.py:285 +#: ../gramps/plugins/view/fanchart2wayview.py:306 +#: ../gramps/plugins/view/fanchartdescview.py:303 +#: ../gramps/plugins/view/fanchartview.py:299 msgid "Generation based gradient" msgstr "Generáció alapú átmenet" -#: ../gramps/plugins/view/fanchart2wayview.py:293 -#: ../gramps/plugins/view/fanchartdescview.py:290 -#: ../gramps/plugins/view/fanchartview.py:286 +#: ../gramps/plugins/view/fanchart2wayview.py:307 +#: ../gramps/plugins/view/fanchartdescview.py:304 +#: ../gramps/plugins/view/fanchartview.py:300 msgid "Age (0-100) based gradient" msgstr "Kor (0-100) alapú átmenet" -#: ../gramps/plugins/view/fanchart2wayview.py:295 -#: ../gramps/plugins/view/fanchartdescview.py:292 -#: ../gramps/plugins/view/fanchartview.py:288 +#: ../gramps/plugins/view/fanchart2wayview.py:309 +#: ../gramps/plugins/view/fanchartdescview.py:306 +#: ../gramps/plugins/view/fanchartview.py:302 msgid "Single main (filter) color" msgstr "Egyszeres fő (szűrő) szín" -#: ../gramps/plugins/view/fanchart2wayview.py:296 -#: ../gramps/plugins/view/fanchartdescview.py:293 -#: ../gramps/plugins/view/fanchartview.py:289 +#: ../gramps/plugins/view/fanchart2wayview.py:310 +#: ../gramps/plugins/view/fanchartdescview.py:307 +#: ../gramps/plugins/view/fanchartview.py:303 msgid "Time period based gradient" msgstr "Időintervallum alapú átmenet" -#: ../gramps/plugins/view/fanchart2wayview.py:297 -#: ../gramps/plugins/view/fanchartdescview.py:294 -#: ../gramps/plugins/view/fanchartview.py:290 +#: ../gramps/plugins/view/fanchart2wayview.py:311 +#: ../gramps/plugins/view/fanchartdescview.py:308 +#: ../gramps/plugins/view/fanchartview.py:304 msgid "White" msgstr "Fehér" -#: ../gramps/plugins/view/fanchart2wayview.py:298 -#: ../gramps/plugins/view/fanchartdescview.py:295 -#: ../gramps/plugins/view/fanchartview.py:291 +#: ../gramps/plugins/view/fanchart2wayview.py:312 +#: ../gramps/plugins/view/fanchartdescview.py:309 +#: ../gramps/plugins/view/fanchartview.py:305 msgid "Color scheme classic report" msgstr "Klasszikus szín séma jelentés" -#: ../gramps/plugins/view/fanchart2wayview.py:299 -#: ../gramps/plugins/view/fanchartdescview.py:296 -#: ../gramps/plugins/view/fanchartview.py:292 +#: ../gramps/plugins/view/fanchart2wayview.py:313 +#: ../gramps/plugins/view/fanchartdescview.py:310 +#: ../gramps/plugins/view/fanchartview.py:306 msgid "Color scheme classic view" msgstr "Klasszikus szín séma nézet" -#: ../gramps/plugins/view/fanchart2wayview.py:308 -#: ../gramps/plugins/view/fanchartdescview.py:305 -#: ../gramps/plugins/view/fanchartview.py:301 +#: ../gramps/plugins/view/fanchart2wayview.py:322 +#: ../gramps/plugins/view/fanchartdescview.py:319 +#: ../gramps/plugins/view/fanchartview.py:315 msgid "Background" msgstr "Háttér" -#: ../gramps/plugins/view/fanchart2wayview.py:317 +#: ../gramps/plugins/view/fanchart2wayview.py:331 msgid "Add global background colored gradient" msgstr "Általános háttér színátmenet hozzáadása" #. colors, stored as hex values -#: ../gramps/plugins/view/fanchart2wayview.py:321 -#: ../gramps/plugins/view/fanchartdescview.py:312 -#: ../gramps/plugins/view/fanchartview.py:307 +#: ../gramps/plugins/view/fanchart2wayview.py:335 +#: ../gramps/plugins/view/fanchartdescview.py:326 +#: ../gramps/plugins/view/fanchartview.py:321 msgid "Start gradient/Main color" msgstr "Átmenet indítása/Fő szín" -#: ../gramps/plugins/view/fanchart2wayview.py:323 -#: ../gramps/plugins/view/fanchartdescview.py:314 -#: ../gramps/plugins/view/fanchartview.py:309 +#: ../gramps/plugins/view/fanchart2wayview.py:337 +#: ../gramps/plugins/view/fanchartdescview.py:328 +#: ../gramps/plugins/view/fanchartview.py:323 msgid "End gradient/2nd color" msgstr "Átmenet vége/2. szín" -#: ../gramps/plugins/view/fanchart2wayview.py:325 -#: ../gramps/plugins/view/fanchartdescview.py:316 +#: ../gramps/plugins/view/fanchart2wayview.py:339 +#: ../gramps/plugins/view/fanchartdescview.py:330 msgid "Color for duplicates" msgstr "Másolatok színe" #. algo for the fan angle distribution -#: ../gramps/plugins/view/fanchart2wayview.py:328 -#: ../gramps/plugins/view/fanchartdescview.py:326 +#: ../gramps/plugins/view/fanchart2wayview.py:342 +#: ../gramps/plugins/view/fanchartdescview.py:340 msgid "Fan chart distribution" msgstr "Legyezőgrafikon felosztás" -#: ../gramps/plugins/view/fanchart2wayview.py:331 -#: ../gramps/plugins/view/fanchartdescview.py:329 +#: ../gramps/plugins/view/fanchart2wayview.py:345 +#: ../gramps/plugins/view/fanchartdescview.py:343 msgid "Homogeneous children distribution" msgstr "Homogén gyermek felosztás" -#: ../gramps/plugins/view/fanchart2wayview.py:333 -#: ../gramps/plugins/view/fanchartdescview.py:331 +#: ../gramps/plugins/view/fanchart2wayview.py:347 +#: ../gramps/plugins/view/fanchartdescview.py:345 msgid "Size proportional to number of descendants" msgstr "A méret arányos a leszármazottak számával" -#: ../gramps/plugins/view/fanchart2wayview.py:339 -#: ../gramps/plugins/view/fanchartdescview.py:337 -#: ../gramps/plugins/view/fanchartview.py:320 +#: ../gramps/plugins/view/fanchart2wayview.py:353 +#: ../gramps/plugins/view/fanchartdescview.py:351 +#: ../gramps/plugins/view/fanchartview.py:334 msgid "Show names on two lines" msgstr "Nevek mutatása két sorban" -#: ../gramps/plugins/view/fanchart2wayview.py:344 -#: ../gramps/plugins/view/fanchartdescview.py:342 -#: ../gramps/plugins/view/fanchartview.py:325 +#: ../gramps/plugins/view/fanchart2wayview.py:358 +#: ../gramps/plugins/view/fanchartdescview.py:356 +#: ../gramps/plugins/view/fanchartview.py:339 msgid "Flip name on the left of the fan" msgstr "A legyező bal oldalán a név megfordítása" @@ -33644,42 +33800,42 @@ msgstr "A legyező bal oldalán a név megfordítása" #. #configdialog.add_checkbox(table, #. # _('Allow radial text'), #. # ??, 'interface.fanview-radialtext') -#: ../gramps/plugins/view/fanchart2wayview.py:347 -#: ../gramps/plugins/view/fanchartdescview.py:345 -#: ../gramps/plugins/view/fanchartview.py:337 -#: ../gramps/plugins/view/pedigreeview.py:2038 -#: ../gramps/plugins/view/relview.py:1699 +#: ../gramps/plugins/view/fanchart2wayview.py:361 +#: ../gramps/plugins/view/fanchartdescview.py:359 +#: ../gramps/plugins/view/fanchartview.py:351 +#: ../gramps/plugins/view/pedigreeview.py:2052 +#: ../gramps/plugins/view/relview.py:1709 msgid "Layout" msgstr "Elrendezés" -#: ../gramps/plugins/view/fanchart2wayview.py:548 -#: ../gramps/plugins/view/fanchartdescview.py:536 -#: ../gramps/plugins/view/fanchartview.py:543 +#: ../gramps/plugins/view/fanchart2wayview.py:562 +#: ../gramps/plugins/view/fanchartdescview.py:550 +#: ../gramps/plugins/view/fanchartview.py:557 msgid "No preview available" msgstr "Előnézet nem elérhető" #. form of the fan -#: ../gramps/plugins/view/fanchartdescview.py:319 -#: ../gramps/plugins/view/fanchartview.py:312 +#: ../gramps/plugins/view/fanchartdescview.py:333 +#: ../gramps/plugins/view/fanchartview.py:326 msgid "Fan chart type" msgstr "Legyezőgrafikon típus" -#: ../gramps/plugins/view/fanchartdescview.py:321 -#: ../gramps/plugins/view/fanchartview.py:314 +#: ../gramps/plugins/view/fanchartdescview.py:335 +#: ../gramps/plugins/view/fanchartview.py:328 msgid "Full Circle" msgstr "Teljes kör" -#: ../gramps/plugins/view/fanchartdescview.py:322 -#: ../gramps/plugins/view/fanchartview.py:314 +#: ../gramps/plugins/view/fanchartdescview.py:336 +#: ../gramps/plugins/view/fanchartview.py:328 msgid "Half Circle" msgstr "Félkör" -#: ../gramps/plugins/view/fanchartdescview.py:323 -#: ../gramps/plugins/view/fanchartview.py:315 +#: ../gramps/plugins/view/fanchartdescview.py:337 +#: ../gramps/plugins/view/fanchartview.py:329 msgid "Quadrant" msgstr "Körnegyedes" -#: ../gramps/plugins/view/fanchartview.py:330 +#: ../gramps/plugins/view/fanchartview.py:344 msgid "Show children ring" msgstr "Gyermek gyűrű mutatása" @@ -34212,85 +34368,85 @@ msgstr "elt." msgid "short for cremated|crem." msgstr "krem." -#: ../gramps/plugins/view/pedigreeview.py:1131 +#: ../gramps/plugins/view/pedigreeview.py:1145 msgid "Jump to child..." msgstr "Ugrás gyermekhez..." -#: ../gramps/plugins/view/pedigreeview.py:1145 +#: ../gramps/plugins/view/pedigreeview.py:1159 msgid "Jump to father" msgstr "Ugrás apához" -#: ../gramps/plugins/view/pedigreeview.py:1159 +#: ../gramps/plugins/view/pedigreeview.py:1173 msgid "Jump to mother" msgstr "Ugrás anyához" -#: ../gramps/plugins/view/pedigreeview.py:1517 +#: ../gramps/plugins/view/pedigreeview.py:1531 msgid "A person was found to be his/her own ancestor." msgstr "A talált személy a saját őse." -#: ../gramps/plugins/view/pedigreeview.py:1561 +#: ../gramps/plugins/view/pedigreeview.py:1575 msgid "Pre_vious" msgstr "El_őző" -#: ../gramps/plugins/view/pedigreeview.py:1562 +#: ../gramps/plugins/view/pedigreeview.py:1576 msgid "_Next" msgstr "_Következő" #. Mouse scroll direction setting. -#: ../gramps/plugins/view/pedigreeview.py:1585 +#: ../gramps/plugins/view/pedigreeview.py:1599 msgid "Mouse scroll direction" msgstr "Egérgörgetés iránya" -#: ../gramps/plugins/view/pedigreeview.py:1589 +#: ../gramps/plugins/view/pedigreeview.py:1603 msgid "Top <-> Bottom" msgstr "Felül <-> Alul" -#: ../gramps/plugins/view/pedigreeview.py:1596 +#: ../gramps/plugins/view/pedigreeview.py:1610 msgid "Left <-> Right" msgstr "Balra <-> Jobbra" -#: ../gramps/plugins/view/pedigreeview.py:1813 -#: ../gramps/plugins/view/relview.py:410 +#: ../gramps/plugins/view/pedigreeview.py:1827 +#: ../gramps/plugins/view/relview.py:420 msgid "Add New Parents..." msgstr "Új szülők hozzáadása..." -#: ../gramps/plugins/view/pedigreeview.py:2008 +#: ../gramps/plugins/view/pedigreeview.py:2022 msgid "Show images" msgstr "Képek mutatása" -#: ../gramps/plugins/view/pedigreeview.py:2011 +#: ../gramps/plugins/view/pedigreeview.py:2025 msgid "Show marriage data" msgstr "Házassági adatok mutatása" -#: ../gramps/plugins/view/pedigreeview.py:2014 +#: ../gramps/plugins/view/pedigreeview.py:2028 msgid "Show unknown people" msgstr "Ismeretlen emberek mutatása" -#: ../gramps/plugins/view/pedigreeview.py:2017 +#: ../gramps/plugins/view/pedigreeview.py:2031 msgid "Show tags" msgstr "Címkék mutatása" -#: ../gramps/plugins/view/pedigreeview.py:2020 +#: ../gramps/plugins/view/pedigreeview.py:2034 msgid "Tree style" msgstr "A fa stílusa" -#: ../gramps/plugins/view/pedigreeview.py:2022 +#: ../gramps/plugins/view/pedigreeview.py:2036 msgid "Standard" msgstr "Szabványos" -#: ../gramps/plugins/view/pedigreeview.py:2023 +#: ../gramps/plugins/view/pedigreeview.py:2037 msgid "Compact" msgstr "Tömör" -#: ../gramps/plugins/view/pedigreeview.py:2024 +#: ../gramps/plugins/view/pedigreeview.py:2038 msgid "Expanded" msgstr "Kiterjesztett" -#: ../gramps/plugins/view/pedigreeview.py:2027 +#: ../gramps/plugins/view/pedigreeview.py:2041 msgid "Tree direction" msgstr "A fa iránya" -#: ../gramps/plugins/view/pedigreeview.py:2034 +#: ../gramps/plugins/view/pedigreeview.py:2048 msgid "Tree size" msgstr "A fa mérete" @@ -34318,172 +34474,172 @@ msgstr "A teljes csoport kibontása" msgid "Collapse this Entire Group" msgstr "A teljes csoport bezárása" -#: ../gramps/plugins/view/relview.py:396 +#: ../gramps/plugins/view/relview.py:406 msgid "_Reorder" msgstr "_átrendezés" -#: ../gramps/plugins/view/relview.py:397 +#: ../gramps/plugins/view/relview.py:407 msgid "Change order of parents and families" msgstr "Szülők és családok sorrendjének változtatása" -#: ../gramps/plugins/view/relview.py:402 +#: ../gramps/plugins/view/relview.py:412 msgid "Edit..." msgstr "Szerkesztés..." -#: ../gramps/plugins/view/relview.py:403 +#: ../gramps/plugins/view/relview.py:413 msgid "Edit the active person" msgstr "Aktív személy szerkesztése" -#: ../gramps/plugins/view/relview.py:405 ../gramps/plugins/view/relview.py:407 -#: ../gramps/plugins/view/relview.py:799 +#: ../gramps/plugins/view/relview.py:415 ../gramps/plugins/view/relview.py:417 +#: ../gramps/plugins/view/relview.py:809 msgid "Add a new family with person as parent" msgstr "Új család hozzáadása szülőszeméllyel" -#: ../gramps/plugins/view/relview.py:406 +#: ../gramps/plugins/view/relview.py:416 msgid "Add Partner..." msgstr "Társ hozzáadása..." -#: ../gramps/plugins/view/relview.py:409 ../gramps/plugins/view/relview.py:411 -#: ../gramps/plugins/view/relview.py:793 +#: ../gramps/plugins/view/relview.py:419 ../gramps/plugins/view/relview.py:421 +#: ../gramps/plugins/view/relview.py:803 msgid "Add a new set of parents" msgstr "Új szülők hozzáadása" -#: ../gramps/plugins/view/relview.py:413 ../gramps/plugins/view/relview.py:417 -#: ../gramps/plugins/view/relview.py:794 +#: ../gramps/plugins/view/relview.py:423 ../gramps/plugins/view/relview.py:427 +#: ../gramps/plugins/view/relview.py:804 msgid "Add person as child to an existing family" msgstr "Személy hozzáadása létező családhoz gyermekként" -#: ../gramps/plugins/view/relview.py:416 +#: ../gramps/plugins/view/relview.py:426 msgid "Add Existing Parents..." msgstr "Létező szülők hozzáadása..." -#: ../gramps/plugins/view/relview.py:631 +#: ../gramps/plugins/view/relview.py:641 msgid "Alive" msgstr "Élő" -#: ../gramps/plugins/view/relview.py:698 ../gramps/plugins/view/relview.py:725 +#: ../gramps/plugins/view/relview.py:708 ../gramps/plugins/view/relview.py:735 #, python-format msgid "%(date)s in %(place)s" msgstr "%(date)s, %(place)s" -#: ../gramps/plugins/view/relview.py:795 +#: ../gramps/plugins/view/relview.py:805 msgid "Edit parents" msgstr "Szülők szerkesztése" -#: ../gramps/plugins/view/relview.py:796 +#: ../gramps/plugins/view/relview.py:806 msgid "Reorder parents" msgstr "Szülők újrarendezése" -#: ../gramps/plugins/view/relview.py:797 +#: ../gramps/plugins/view/relview.py:807 msgid "Remove person as child of these parents" msgstr "Személy - mint a szülők gyermeke - eltávolítása" -#: ../gramps/plugins/view/relview.py:803 +#: ../gramps/plugins/view/relview.py:813 msgid "Remove person as parent in this family" msgstr "Személy - mint szülő a családban - eltávolítása" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/view/relview.py:863 ../gramps/plugins/view/relview.py:919 +#: ../gramps/plugins/view/relview.py:873 ../gramps/plugins/view/relview.py:929 #, python-brace-format msgid " ({number_of} sibling)" msgid_plural " ({number_of} siblings)" msgstr[0] " ({number_of} testvér)" msgstr[1] " ({number_of} testvér)" -#: ../gramps/plugins/view/relview.py:870 ../gramps/plugins/view/relview.py:926 +#: ../gramps/plugins/view/relview.py:880 ../gramps/plugins/view/relview.py:936 msgid " (1 brother)" msgstr " (1 fiútestvér)" -#: ../gramps/plugins/view/relview.py:872 ../gramps/plugins/view/relview.py:928 +#: ../gramps/plugins/view/relview.py:882 ../gramps/plugins/view/relview.py:938 msgid " (1 sister)" msgstr " (1 lánytestvér)" -#: ../gramps/plugins/view/relview.py:874 ../gramps/plugins/view/relview.py:930 +#: ../gramps/plugins/view/relview.py:884 ../gramps/plugins/view/relview.py:940 msgid " (1 sibling)" msgstr " (1 testvér)" -#: ../gramps/plugins/view/relview.py:876 ../gramps/plugins/view/relview.py:932 +#: ../gramps/plugins/view/relview.py:886 ../gramps/plugins/view/relview.py:942 msgid " (only child)" msgstr " (csak gyermek)" -#: ../gramps/plugins/view/relview.py:946 ../gramps/plugins/view/relview.py:1442 +#: ../gramps/plugins/view/relview.py:956 ../gramps/plugins/view/relview.py:1452 msgid "Add new child to family" msgstr "Új gyermek hozzáadása a családhoz" -#: ../gramps/plugins/view/relview.py:950 ../gramps/plugins/view/relview.py:1446 +#: ../gramps/plugins/view/relview.py:960 ../gramps/plugins/view/relview.py:1456 msgid "Add existing child to family" msgstr "Létező gyermek hozzáadása a családhoz" -#: ../gramps/plugins/view/relview.py:1228 +#: ../gramps/plugins/view/relview.py:1238 #, python-format msgid "%(birthabbrev)s %(birthdate)s, %(deathabbrev)s %(deathdate)s" msgstr "%(birthabbrev)s %(birthdate)s, %(deathabbrev)s %(deathdate)s" -#: ../gramps/plugins/view/relview.py:1235 -#: ../gramps/plugins/view/relview.py:1237 +#: ../gramps/plugins/view/relview.py:1245 +#: ../gramps/plugins/view/relview.py:1247 #, python-format msgid "%(event)s %(date)s" msgstr "%(event)s %(date)s" -#: ../gramps/plugins/view/relview.py:1296 +#: ../gramps/plugins/view/relview.py:1306 #, python-format msgid "Relationship type: %s" msgstr "Kapcsolattípus: %s" -#: ../gramps/plugins/view/relview.py:1334 +#: ../gramps/plugins/view/relview.py:1344 #, python-format msgid "%(event_type)s: %(date)s in %(place)s" msgstr "%(event_type)s: %(date)s, %(place)s" -#: ../gramps/plugins/view/relview.py:1338 +#: ../gramps/plugins/view/relview.py:1348 #, python-format msgid "%(event_type)s: %(date)s" msgstr "%(event_type)s: %(date)s" -#: ../gramps/plugins/view/relview.py:1342 +#: ../gramps/plugins/view/relview.py:1352 #, python-format msgid "%(event_type)s: %(place)s" msgstr "%(event_type)s: %(place)s" -#: ../gramps/plugins/view/relview.py:1353 +#: ../gramps/plugins/view/relview.py:1363 msgid "Broken family detected" msgstr "Törött család található" -#: ../gramps/plugins/view/relview.py:1354 +#: ../gramps/plugins/view/relview.py:1364 msgid "Please run the Check and Repair Database tool" msgstr "Kérem futtassa az Adatbázis ellenőrzése és javítása eszközt" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/view/relview.py:1377 -#: ../gramps/plugins/view/relview.py:1424 +#: ../gramps/plugins/view/relview.py:1387 +#: ../gramps/plugins/view/relview.py:1434 #, python-brace-format msgid " ({number_of} child)" msgid_plural " ({number_of} children)" msgstr[0] " ({number_of} gyermek)" msgstr[1] " ({number_of} gyermek)" -#: ../gramps/plugins/view/relview.py:1381 -#: ../gramps/plugins/view/relview.py:1428 +#: ../gramps/plugins/view/relview.py:1391 +#: ../gramps/plugins/view/relview.py:1438 msgid " (no children)" msgstr " (nincs gyermek)" -#: ../gramps/plugins/view/relview.py:1688 +#: ../gramps/plugins/view/relview.py:1698 msgid "Use shading" msgstr "Árnyékolás használata" -#: ../gramps/plugins/view/relview.py:1691 +#: ../gramps/plugins/view/relview.py:1701 msgid "Display edit buttons" msgstr "Szerkesztőgombok mutatása" -#: ../gramps/plugins/view/relview.py:1693 +#: ../gramps/plugins/view/relview.py:1703 msgid "View links as website links" msgstr "Hivatkozások nézete, mint webhivatkozás" -#: ../gramps/plugins/view/relview.py:1710 +#: ../gramps/plugins/view/relview.py:1720 msgid "Show Details" msgstr "Részletek mutatása" -#: ../gramps/plugins/view/relview.py:1713 +#: ../gramps/plugins/view/relview.py:1723 msgid "Show Siblings" msgstr "Testvérek mutatása" @@ -34722,7 +34878,7 @@ msgstr "Bélyegképek" #: ../gramps/plugins/webreport/narrativeweb.py:1882 #: ../gramps/plugins/webreport/narrativeweb.py:2023 #: ../gramps/plugins/webreport/narrativeweb.py:5832 -#: ../gramps/plugins/webreport/narrativeweb.py:9829 +#: ../gramps/plugins/webreport/narrativeweb.py:9846 msgid "Download" msgstr "Letöltés" @@ -34744,7 +34900,7 @@ msgid "Contact" msgstr "Elérés" #: ../gramps/plugins/webreport/narrativeweb.py:1887 -#: ../gramps/plugins/webreport/webplugins.gpr.py:55 +#: ../gramps/plugins/webreport/webplugins.gpr.py:58 msgid "Web Calendar" msgstr "Web-naptár" @@ -35244,162 +35400,174 @@ msgstr "Statisztikai oldal létrehozása..." msgid "Creating address book pages ..." msgstr "Címlista oldalak létrehozása ..." -#: ../gramps/plugins/webreport/narrativeweb.py:9623 +#: ../gramps/plugins/webreport/narrativeweb.py:9626 msgid "Store web pages in .tar.gz archive" msgstr "A honlapot .tar.gz archívumban tárolja" -#: ../gramps/plugins/webreport/narrativeweb.py:9625 +#: ../gramps/plugins/webreport/narrativeweb.py:9628 msgid "Whether to store the web pages in an archive file" msgstr "Legyen-e a web-oldal archívum fájlban tárolva" -#: ../gramps/plugins/webreport/narrativeweb.py:9636 +#: ../gramps/plugins/webreport/narrativeweb.py:9639 #: ../gramps/plugins/webreport/webcal.py:1616 msgid "The destination directory for the web files" msgstr "A web-fájlok cél könyvtára" -#: ../gramps/plugins/webreport/narrativeweb.py:9642 +#: ../gramps/plugins/webreport/narrativeweb.py:9645 msgid "My Family Tree" msgstr "Családfám" -#: ../gramps/plugins/webreport/narrativeweb.py:9642 +#: ../gramps/plugins/webreport/narrativeweb.py:9645 msgid "Web site title" msgstr "A web-oldal neve" -#: ../gramps/plugins/webreport/narrativeweb.py:9643 +#: ../gramps/plugins/webreport/narrativeweb.py:9646 msgid "The title of the web site" msgstr "A web-oldal megnevezése" -#: ../gramps/plugins/webreport/narrativeweb.py:9648 +#: ../gramps/plugins/webreport/narrativeweb.py:9651 msgid "Select filter to restrict people that appear on web site" msgstr "Válasszon szűrőt a weboldalon megjelenő személyekhez" -#: ../gramps/plugins/webreport/narrativeweb.py:9661 +#: ../gramps/plugins/webreport/narrativeweb.py:9670 +msgid "Report Options (2)" +msgstr "Összesítő lehetőségek (2)" + +#: ../gramps/plugins/webreport/narrativeweb.py:9673 #: ../gramps/plugins/webreport/webcal.py:1659 msgid "File extension" msgstr "Fájlkiterjesztés" -#: ../gramps/plugins/webreport/narrativeweb.py:9664 +#: ../gramps/plugins/webreport/narrativeweb.py:9676 #: ../gramps/plugins/webreport/webcal.py:1662 msgid "The extension to be used for the web files" msgstr "A web-fájlokhoz használandó kiterjesztés" -#: ../gramps/plugins/webreport/narrativeweb.py:9667 +#: ../gramps/plugins/webreport/narrativeweb.py:9679 #: ../gramps/plugins/webreport/webcal.py:1665 msgid "Copyright" msgstr "Szerzői jog" -#: ../gramps/plugins/webreport/narrativeweb.py:9670 +#: ../gramps/plugins/webreport/narrativeweb.py:9682 #: ../gramps/plugins/webreport/webcal.py:1668 msgid "The copyright to be used for the web files" msgstr "A web-fájlokra vonatkozó szerzői jog" -#: ../gramps/plugins/webreport/narrativeweb.py:9673 +#: ../gramps/plugins/webreport/narrativeweb.py:9685 #: ../gramps/plugins/webreport/webcal.py:1674 msgid "StyleSheet" msgstr "Stíluslap" -#: ../gramps/plugins/webreport/narrativeweb.py:9678 +#: ../gramps/plugins/webreport/narrativeweb.py:9690 #: ../gramps/plugins/webreport/webcal.py:1677 msgid "The stylesheet to be used for the web pages" msgstr "A weboldalhoz használandó stíluslap" -#: ../gramps/plugins/webreport/narrativeweb.py:9683 +#: ../gramps/plugins/webreport/narrativeweb.py:9695 msgid "Horizontal -- Default" msgstr "Vízszintes -- alapértelmezett" -#: ../gramps/plugins/webreport/narrativeweb.py:9684 +#: ../gramps/plugins/webreport/narrativeweb.py:9696 msgid "Vertical -- Left Side" msgstr "Függőleges -- bal oldal" -#: ../gramps/plugins/webreport/narrativeweb.py:9685 +#: ../gramps/plugins/webreport/narrativeweb.py:9697 msgid "Fade -- WebKit Browsers Only" msgstr "Homályosít -- csak WebKit böngészők" -#: ../gramps/plugins/webreport/narrativeweb.py:9686 -#: ../gramps/plugins/webreport/narrativeweb.py:9700 +#: ../gramps/plugins/webreport/narrativeweb.py:9698 +#: ../gramps/plugins/webreport/narrativeweb.py:9712 msgid "Drop-Down -- WebKit Browsers Only" msgstr "Legördülő -- csak WebKit böngészők" -#: ../gramps/plugins/webreport/narrativeweb.py:9688 +#: ../gramps/plugins/webreport/narrativeweb.py:9700 msgid "Navigation Menu Layout" msgstr "Navigációs menü elrendezés" -#: ../gramps/plugins/webreport/narrativeweb.py:9692 +#: ../gramps/plugins/webreport/narrativeweb.py:9704 msgid "Choose which layout for the Navigation Menus." msgstr "Válassza ki a Navigációs menü elrendezését." -#: ../gramps/plugins/webreport/narrativeweb.py:9699 +#: ../gramps/plugins/webreport/narrativeweb.py:9711 msgid "Normal Outline Style" msgstr "Normál kontúr stílus" -#: ../gramps/plugins/webreport/narrativeweb.py:9703 +#: ../gramps/plugins/webreport/narrativeweb.py:9715 msgid "Citation Referents Layout" msgstr "Idézet hivatkozások elrendezés" -#: ../gramps/plugins/webreport/narrativeweb.py:9707 +#: ../gramps/plugins/webreport/narrativeweb.py:9719 msgid "" "Determine the default layout for the Source Page's Citation Referents section" msgstr "" "Meghatározza a Forrás oldal idézet hivatkozások részének alapértelmezett " "elrendezését" -#: ../gramps/plugins/webreport/narrativeweb.py:9711 +#: ../gramps/plugins/webreport/narrativeweb.py:9723 msgid "Include ancestor's tree" msgstr "Az ős-fával" -#: ../gramps/plugins/webreport/narrativeweb.py:9712 +#: ../gramps/plugins/webreport/narrativeweb.py:9724 msgid "Whether to include an ancestor graph on each individual page" msgstr "Legyen-e minden személy oldalán az ős-grafikon is" -#: ../gramps/plugins/webreport/narrativeweb.py:9717 +#: ../gramps/plugins/webreport/narrativeweb.py:9729 msgid "Graph generations" msgstr "Generációk grafikonja" -#: ../gramps/plugins/webreport/narrativeweb.py:9718 +#: ../gramps/plugins/webreport/narrativeweb.py:9730 msgid "The number of generations to include in the ancestor graph" msgstr "Az ős grafikonba kerülő generációk száma" -#: ../gramps/plugins/webreport/narrativeweb.py:9729 +#: ../gramps/plugins/webreport/narrativeweb.py:9735 +msgid "Suppress Gramps ID" +msgstr "GRAMPS-azonosító elnyomása" + +#: ../gramps/plugins/webreport/narrativeweb.py:9736 +msgid "Whether to include the Gramps ID of objects" +msgstr "Legyen-e az objektum GRAMPS-azonosítóval" + +#: ../gramps/plugins/webreport/narrativeweb.py:9743 msgid "Page Generation" msgstr "Generáció oldal" -#: ../gramps/plugins/webreport/narrativeweb.py:9732 +#: ../gramps/plugins/webreport/narrativeweb.py:9746 msgid "Home page note" msgstr "Kezdő oldal szöveg" -#: ../gramps/plugins/webreport/narrativeweb.py:9733 +#: ../gramps/plugins/webreport/narrativeweb.py:9747 msgid "A note to be used on the home page" msgstr "A kezdőlapon megjelenő szöveg" -#: ../gramps/plugins/webreport/narrativeweb.py:9736 +#: ../gramps/plugins/webreport/narrativeweb.py:9750 msgid "Home page image" msgstr "Kezdőlap kép" -#: ../gramps/plugins/webreport/narrativeweb.py:9737 +#: ../gramps/plugins/webreport/narrativeweb.py:9751 msgid "An image to be used on the home page" msgstr "Egy kép, ami a kezdőlapon lesz" -#: ../gramps/plugins/webreport/narrativeweb.py:9740 +#: ../gramps/plugins/webreport/narrativeweb.py:9754 msgid "Introduction note" msgstr "Bevezető szöveg" -#: ../gramps/plugins/webreport/narrativeweb.py:9741 +#: ../gramps/plugins/webreport/narrativeweb.py:9755 msgid "A note to be used as the introduction" msgstr "Egy szöveg, ami a bevezetésben lesz" -#: ../gramps/plugins/webreport/narrativeweb.py:9744 +#: ../gramps/plugins/webreport/narrativeweb.py:9758 msgid "Introduction image" msgstr "Bevezető kép" -#: ../gramps/plugins/webreport/narrativeweb.py:9745 +#: ../gramps/plugins/webreport/narrativeweb.py:9759 msgid "An image to be used as the introduction" msgstr "Egy kép, ami a bevezetésben lesz" -#: ../gramps/plugins/webreport/narrativeweb.py:9748 +#: ../gramps/plugins/webreport/narrativeweb.py:9762 msgid "Publisher contact note" msgstr "A kiadó kapcsolat információja" -#: ../gramps/plugins/webreport/narrativeweb.py:9749 +#: ../gramps/plugins/webreport/narrativeweb.py:9763 msgid "" "A note to be used as the publisher contact.\n" "If no publisher information is given,\n" @@ -35409,11 +35577,11 @@ msgstr "" "Ha nincs kiadói információ, akkor\n" "nem lesz kapcsolati oldal létrehozva" -#: ../gramps/plugins/webreport/narrativeweb.py:9755 +#: ../gramps/plugins/webreport/narrativeweb.py:9769 msgid "Publisher contact image" msgstr "A kiadó kapcsolati képe" -#: ../gramps/plugins/webreport/narrativeweb.py:9756 +#: ../gramps/plugins/webreport/narrativeweb.py:9770 msgid "" "An image to be used as the publisher contact.\n" "If no publisher information is given,\n" @@ -35423,43 +35591,47 @@ msgstr "" "Ha nincs kiadói információ, akkor\n" "nem lesz kapcsolati oldal létrehozva" -#: ../gramps/plugins/webreport/narrativeweb.py:9762 +#: ../gramps/plugins/webreport/narrativeweb.py:9776 msgid "HTML user header" msgstr "HTML felhasználói fejléc" -#: ../gramps/plugins/webreport/narrativeweb.py:9763 +#: ../gramps/plugins/webreport/narrativeweb.py:9777 msgid "A note to be used as the page header" msgstr "Egy szöveg, ami az oldal fejlécében lesz" -#: ../gramps/plugins/webreport/narrativeweb.py:9766 +#: ../gramps/plugins/webreport/narrativeweb.py:9780 msgid "HTML user footer" msgstr "HTML felhasználói lábléc" -#: ../gramps/plugins/webreport/narrativeweb.py:9767 +#: ../gramps/plugins/webreport/narrativeweb.py:9781 msgid "A note to be used as the page footer" msgstr "Egy szöveg, ami az oldal láblécében lesz" -#: ../gramps/plugins/webreport/narrativeweb.py:9770 +#: ../gramps/plugins/webreport/narrativeweb.py:9788 +msgid "Images Generation" +msgstr "Képek generálása" + +#: ../gramps/plugins/webreport/narrativeweb.py:9791 msgid "Include images and media objects" msgstr "Képekkel és médiaobjektumokkal" -#: ../gramps/plugins/webreport/narrativeweb.py:9772 +#: ../gramps/plugins/webreport/narrativeweb.py:9793 msgid "Whether to include a gallery of media objects" msgstr "Legyen-e benne a médiaobjektumok galériája" -#: ../gramps/plugins/webreport/narrativeweb.py:9778 +#: ../gramps/plugins/webreport/narrativeweb.py:9799 msgid "Include unused images and media objects" msgstr "A nem használt képekkel és médiaobjektumokkal" -#: ../gramps/plugins/webreport/narrativeweb.py:9779 +#: ../gramps/plugins/webreport/narrativeweb.py:9800 msgid "Whether to include unused or unreferenced media objects" msgstr "Legyenek-e benne nem használt, vagy nem-hivatkozott médiaobjektumok" -#: ../gramps/plugins/webreport/narrativeweb.py:9784 +#: ../gramps/plugins/webreport/narrativeweb.py:9805 msgid "Create and only use thumbnail- sized images" msgstr "Csak bélyegkép méretű képek létrehozása és használata" -#: ../gramps/plugins/webreport/narrativeweb.py:9786 +#: ../gramps/plugins/webreport/narrativeweb.py:9807 msgid "" "This option allows you to create only thumbnail images instead of the full-" "sized images on the Media Page. This will allow you to have a much smaller " @@ -35469,11 +35641,11 @@ msgstr "" "hanem bélyegkép méretű képek létrehozását. Ez a web-kiszolgáló oldalra " "sokkal kisebb feltöltési méretet tesz lehetővé." -#: ../gramps/plugins/webreport/narrativeweb.py:9795 +#: ../gramps/plugins/webreport/narrativeweb.py:9816 msgid "Max width of initial image" msgstr "A kezdőkép maximális szélessége" -#: ../gramps/plugins/webreport/narrativeweb.py:9797 +#: ../gramps/plugins/webreport/narrativeweb.py:9818 msgid "" "This allows you to set the maximum width of the image shown on the media " "page. Set to 0 for no limit." @@ -35481,11 +35653,11 @@ msgstr "" "Lehetővé teszi a kép maximális mutatott szélességének beállítását a média " "oldalon. állítsa 0-ra, ha nincs korlát." -#: ../gramps/plugins/webreport/narrativeweb.py:9802 +#: ../gramps/plugins/webreport/narrativeweb.py:9823 msgid "Max height of initial image" msgstr "A kezdőkép maximális magassága" -#: ../gramps/plugins/webreport/narrativeweb.py:9804 +#: ../gramps/plugins/webreport/narrativeweb.py:9825 msgid "" "This allows you to set the maximum height of the image shown on the media " "page. Set to 0 for no limit." @@ -35493,160 +35665,156 @@ msgstr "" "Lehetővé teszi a kép maximális mutatott magasságának beállítását a média " "oldalon. állítsa 0-ra, ha nincs korlát." -#: ../gramps/plugins/webreport/narrativeweb.py:9810 -msgid "Suppress Gramps ID" -msgstr "GRAMPS-azonosító elnyomása" - -#: ../gramps/plugins/webreport/narrativeweb.py:9811 -msgid "Whether to include the Gramps ID of objects" -msgstr "Legyen-e az objektum GRAMPS-azonosítóval" - -#: ../gramps/plugins/webreport/narrativeweb.py:9832 +#: ../gramps/plugins/webreport/narrativeweb.py:9849 msgid "Include download page" msgstr "Letöltés lappal együtt" -#: ../gramps/plugins/webreport/narrativeweb.py:9834 +#: ../gramps/plugins/webreport/narrativeweb.py:9851 msgid "Whether to include a database download option" msgstr "Legyen-e letöltés opcióhoz adatbázis benne" -#: ../gramps/plugins/webreport/narrativeweb.py:9839 -#: ../gramps/plugins/webreport/narrativeweb.py:9851 +#: ../gramps/plugins/webreport/narrativeweb.py:9856 +#: ../gramps/plugins/webreport/narrativeweb.py:9868 msgid "Download Filename" msgstr "Fájlnév letöltés" -#: ../gramps/plugins/webreport/narrativeweb.py:9842 -#: ../gramps/plugins/webreport/narrativeweb.py:9854 +#: ../gramps/plugins/webreport/narrativeweb.py:9859 +#: ../gramps/plugins/webreport/narrativeweb.py:9871 msgid "File to be used for downloading of database" msgstr "Az adatbázis letöltéséhez használandó fájl" -#: ../gramps/plugins/webreport/narrativeweb.py:9845 -#: ../gramps/plugins/webreport/narrativeweb.py:9857 +#: ../gramps/plugins/webreport/narrativeweb.py:9862 +#: ../gramps/plugins/webreport/narrativeweb.py:9874 msgid "Description for download" msgstr "A letöltés leírása" -#: ../gramps/plugins/webreport/narrativeweb.py:9846 +#: ../gramps/plugins/webreport/narrativeweb.py:9863 msgid "Smith Family Tree" msgstr "Smith családfa" -#: ../gramps/plugins/webreport/narrativeweb.py:9847 -#: ../gramps/plugins/webreport/narrativeweb.py:9859 +#: ../gramps/plugins/webreport/narrativeweb.py:9864 +#: ../gramps/plugins/webreport/narrativeweb.py:9876 msgid "Give a description for this file." msgstr "Adja meg a fájl leírását." -#: ../gramps/plugins/webreport/narrativeweb.py:9858 +#: ../gramps/plugins/webreport/narrativeweb.py:9875 msgid "Johnson Family Tree" msgstr "Johnson családfa" -#: ../gramps/plugins/webreport/narrativeweb.py:9868 +#: ../gramps/plugins/webreport/narrativeweb.py:9885 #: ../gramps/plugins/webreport/webcal.py:1819 msgid "Advanced Options" msgstr "Haladó opciók" -#: ../gramps/plugins/webreport/narrativeweb.py:9871 +#: ../gramps/plugins/webreport/narrativeweb.py:9888 #: ../gramps/plugins/webreport/webcal.py:1821 msgid "Character set encoding" msgstr "Karakterkészlet kódolás" -#: ../gramps/plugins/webreport/narrativeweb.py:9875 +#: ../gramps/plugins/webreport/narrativeweb.py:9892 #: ../gramps/plugins/webreport/webcal.py:1825 msgid "The encoding to be used for the web files" msgstr "A web-oldal karakterkódja" -#: ../gramps/plugins/webreport/narrativeweb.py:9879 +#: ../gramps/plugins/webreport/narrativeweb.py:9896 msgid "Include link to active person on every page" msgstr "Aktív személy hivatkozással minden oldalon" -#: ../gramps/plugins/webreport/narrativeweb.py:9881 +#: ../gramps/plugins/webreport/narrativeweb.py:9898 msgid "Include a link to the active person (if they have a webpage)" msgstr "Együtt egy hivatkozással aktív személyhez (ha van web-oldala)" -#: ../gramps/plugins/webreport/narrativeweb.py:9885 +#: ../gramps/plugins/webreport/narrativeweb.py:9902 msgid "Include a column for birth dates on the index pages" msgstr "Legyen oszlop a születési dátumokhoz az index oldalakon" -#: ../gramps/plugins/webreport/narrativeweb.py:9886 +#: ../gramps/plugins/webreport/narrativeweb.py:9903 msgid "Whether to include a birth column" msgstr "Legyen-e születési oszlop" -#: ../gramps/plugins/webreport/narrativeweb.py:9890 +#: ../gramps/plugins/webreport/narrativeweb.py:9907 msgid "Include a column for death dates on the index pages" msgstr "Legyen oszlop a halálozási dátumokhoz az index oldalakon" -#: ../gramps/plugins/webreport/narrativeweb.py:9891 +#: ../gramps/plugins/webreport/narrativeweb.py:9908 msgid "Whether to include a death column" msgstr "Legyen-e halálozási oszlop" -#: ../gramps/plugins/webreport/narrativeweb.py:9894 +#: ../gramps/plugins/webreport/narrativeweb.py:9911 msgid "Include a column for partners on the index pages" msgstr "Legyen oszlop a társaknak az index oldalakon" -#: ../gramps/plugins/webreport/narrativeweb.py:9896 +#: ../gramps/plugins/webreport/narrativeweb.py:9913 msgid "Whether to include a partners column" msgstr "Legyen-e társak oszlop" -#: ../gramps/plugins/webreport/narrativeweb.py:9899 +#: ../gramps/plugins/webreport/narrativeweb.py:9916 msgid "Include a column for parents on the index pages" msgstr "Legyen oszlop a szülőknek az index oldalakon" -#: ../gramps/plugins/webreport/narrativeweb.py:9901 +#: ../gramps/plugins/webreport/narrativeweb.py:9918 msgid "Whether to include a parents column" msgstr "Legyen-e szülők oszlop" -#: ../gramps/plugins/webreport/narrativeweb.py:9905 +#: ../gramps/plugins/webreport/narrativeweb.py:9922 msgid "Include half and/ or step-siblings on the individual pages" msgstr "Legyen fél- és/vagy mostohatestvér az egyes oldalakon" -#: ../gramps/plugins/webreport/narrativeweb.py:9908 +#: ../gramps/plugins/webreport/narrativeweb.py:9925 msgid "" "Whether to include half and/ or step-siblings with the parents and siblings" msgstr "" "Benne legyenek-e a fél- és/vagy mostohatestvérek a szülőkkel és testvérekkel" -#: ../gramps/plugins/webreport/narrativeweb.py:9913 +#: ../gramps/plugins/webreport/narrativeweb.py:9933 +msgid "Advanced Options (2)" +msgstr "Haladó opciók (2)" + +#: ../gramps/plugins/webreport/narrativeweb.py:9937 msgid "Sort all children in birth order" msgstr "Rendezze az összes gyermeket születési sorrendbe" -#: ../gramps/plugins/webreport/narrativeweb.py:9915 +#: ../gramps/plugins/webreport/narrativeweb.py:9939 msgid "Whether to display children in birth order or in entry order?" msgstr "Legyenek-e a gyermekek születési, vagy belépési sorrenbe rendezve?" -#: ../gramps/plugins/webreport/narrativeweb.py:9918 +#: ../gramps/plugins/webreport/narrativeweb.py:9942 msgid "Include family pages" msgstr "Családi oldalakkal együtt" -#: ../gramps/plugins/webreport/narrativeweb.py:9919 +#: ../gramps/plugins/webreport/narrativeweb.py:9943 msgid "Whether or not to include family pages." msgstr "Legyenek-e benne családi oldalak is." -#: ../gramps/plugins/webreport/narrativeweb.py:9922 +#: ../gramps/plugins/webreport/narrativeweb.py:9946 msgid "Include event pages" msgstr "Esemény oldalakkal együtt" -#: ../gramps/plugins/webreport/narrativeweb.py:9924 +#: ../gramps/plugins/webreport/narrativeweb.py:9948 msgid "Add a complete events list and relevant pages or not" msgstr "Adjon-e hozzá eseménylistát és fontos oldalakat, vagy sem" -#: ../gramps/plugins/webreport/narrativeweb.py:9927 +#: ../gramps/plugins/webreport/narrativeweb.py:9951 msgid "Include repository pages" msgstr "Tároló oldalakkal együtt" -#: ../gramps/plugins/webreport/narrativeweb.py:9929 +#: ../gramps/plugins/webreport/narrativeweb.py:9953 msgid "Whether or not to include the Repository Pages." msgstr "Legyenek-e benne Tároló oldalak, vagy sem." -#: ../gramps/plugins/webreport/narrativeweb.py:9933 +#: ../gramps/plugins/webreport/narrativeweb.py:9957 msgid "Include GENDEX file (/gendex.txt)" msgstr "GENDEX-fájllal (/gendex.txt)" -#: ../gramps/plugins/webreport/narrativeweb.py:9934 +#: ../gramps/plugins/webreport/narrativeweb.py:9958 msgid "Whether to include a GENDEX file or not" msgstr "Legyen-e benne GENDEX-fájl, vagy sem" -#: ../gramps/plugins/webreport/narrativeweb.py:9937 +#: ../gramps/plugins/webreport/narrativeweb.py:9961 msgid "Include address book pages" msgstr "Címlista oldalakkal együtt" -#: ../gramps/plugins/webreport/narrativeweb.py:9938 +#: ../gramps/plugins/webreport/narrativeweb.py:9962 msgid "" "Whether or not to add Address Book pages,which can include e-mail and " "website addresses and personal address/ residence events." @@ -35654,27 +35822,27 @@ msgstr "" "Legyenek-e hozzáadva olyan Címlista oldalak (vagy sem), melyek e-mail-, web-" "oldal- és személyes lak-/lakóhely címeket tartalmaznak." -#: ../gramps/plugins/webreport/narrativeweb.py:9948 +#: ../gramps/plugins/webreport/narrativeweb.py:9972 msgid "Place Map Options" msgstr "Helytérkép opciók" -#: ../gramps/plugins/webreport/narrativeweb.py:9953 +#: ../gramps/plugins/webreport/narrativeweb.py:9977 msgid "Google" msgstr "Google" -#: ../gramps/plugins/webreport/narrativeweb.py:9954 +#: ../gramps/plugins/webreport/narrativeweb.py:9978 msgid "Map Service" msgstr "Térképszolgáltatás" -#: ../gramps/plugins/webreport/narrativeweb.py:9958 +#: ../gramps/plugins/webreport/narrativeweb.py:9982 msgid "Choose your choice of map service for creating the Place Map Pages." msgstr "A Helytérkép oldalak létrehozásához válasszon egy térképszolgáltatást." -#: ../gramps/plugins/webreport/narrativeweb.py:9964 +#: ../gramps/plugins/webreport/narrativeweb.py:9988 msgid "Include Place map on Place Pages" msgstr "Helytérképpel a Helyek oldalon" -#: ../gramps/plugins/webreport/narrativeweb.py:9966 +#: ../gramps/plugins/webreport/narrativeweb.py:9990 msgid "" "Whether to include a place map on the Place Pages, where Latitude/ Longitude " "are available." @@ -35682,11 +35850,11 @@ msgstr "" "Legyen-e helytérkép a Helyek oldalon, ahol a szélességi/hosszúsági fokok " "elérhetőek." -#: ../gramps/plugins/webreport/narrativeweb.py:9971 +#: ../gramps/plugins/webreport/narrativeweb.py:9995 msgid "Include Family Map Pages with all places shown on the map" msgstr "Családtérkép oldalakkal az összes hely jelölésével a térképen" -#: ../gramps/plugins/webreport/narrativeweb.py:9975 +#: ../gramps/plugins/webreport/narrativeweb.py:9999 msgid "" "Whether or not to add an individual page map showing all the places on this " "page. This will allow you to see how your family traveled around the country." @@ -35694,23 +35862,23 @@ msgstr "" "Legyen-e egyéni oldalhoz térkép hozzáadva, ami jelöli az összes helyet az " "oldalon. Ez lehetővé teszi a család országon belüli utazásainak bemutatását." -#: ../gramps/plugins/webreport/narrativeweb.py:9983 +#: ../gramps/plugins/webreport/narrativeweb.py:10007 msgid "Family Links" msgstr "Család hivatkozások" -#: ../gramps/plugins/webreport/narrativeweb.py:9984 +#: ../gramps/plugins/webreport/narrativeweb.py:10008 msgid "Drop" msgstr "Eldobás" -#: ../gramps/plugins/webreport/narrativeweb.py:9985 +#: ../gramps/plugins/webreport/narrativeweb.py:10009 msgid "Markers" msgstr "Jelzők" -#: ../gramps/plugins/webreport/narrativeweb.py:9986 +#: ../gramps/plugins/webreport/narrativeweb.py:10010 msgid "Google/ FamilyMap Option" msgstr "Google/ CsaládTérkép opció" -#: ../gramps/plugins/webreport/narrativeweb.py:9991 +#: ../gramps/plugins/webreport/narrativeweb.py:10015 msgid "" "Select which option that you would like to have for the Google Maps Family " "Map pages..." @@ -35718,42 +35886,42 @@ msgstr "" "Válassza ki, milyen opciókkal szeretné a Google Térképeken a Családtérkép " "oldalakat megjeleníteni..." -#: ../gramps/plugins/webreport/narrativeweb.py:9995 +#: ../gramps/plugins/webreport/narrativeweb.py:10019 msgid "Google maps API key" msgstr "Google térkép API kulcs" -#: ../gramps/plugins/webreport/narrativeweb.py:9996 +#: ../gramps/plugins/webreport/narrativeweb.py:10020 msgid "The API key used for the Google maps" msgstr "A Google térképhez használt API kulcs" -#: ../gramps/plugins/webreport/narrativeweb.py:10005 +#: ../gramps/plugins/webreport/narrativeweb.py:10029 msgid "Other inclusion (CMS, Web Calendar, Php)" msgstr "Egyéb számításba veendő (CMS, Web-naptár, Php)" -#: ../gramps/plugins/webreport/narrativeweb.py:10009 +#: ../gramps/plugins/webreport/narrativeweb.py:10033 msgid "Do we include these pages in a cms web ?" msgstr "Betegyük ezeket a lapokat a cms web-be ?" -#: ../gramps/plugins/webreport/narrativeweb.py:10013 -#: ../gramps/plugins/webreport/narrativeweb.py:10030 +#: ../gramps/plugins/webreport/narrativeweb.py:10037 +#: ../gramps/plugins/webreport/narrativeweb.py:10054 msgid "URI" msgstr "URI" -#: ../gramps/plugins/webreport/narrativeweb.py:10019 +#: ../gramps/plugins/webreport/narrativeweb.py:10043 msgid "Where do you place your web site ? default = /NAVWEB" msgstr "Hol van az Ön web helye ? Alapértelmezett = /NAVWEB" -#: ../gramps/plugins/webreport/narrativeweb.py:10026 +#: ../gramps/plugins/webreport/narrativeweb.py:10050 msgid "Do we include the web calendar ?" msgstr "Betegyük a web-naptárt ?" -#: ../gramps/plugins/webreport/narrativeweb.py:10036 +#: ../gramps/plugins/webreport/narrativeweb.py:10060 msgid "Where do you place your web site ? default = /WEBCAL" msgstr "Hol van az Ön web-helye ? Alapértelmezett = /WEBCAL" #. adding title to hyperlink menu for screen readers and #. braille writers -#: ../gramps/plugins/webreport/narrativeweb.py:10526 +#: ../gramps/plugins/webreport/narrativeweb.py:10549 #, python-format msgid "Alphabet Menu: %s" msgstr "Ábécé menü: %s" @@ -36042,15 +36210,15 @@ msgid_plural "{couple}, {years} year anniversary" msgstr[0] "{couple}, {years} éves évforduló" msgstr[1] "{couple}, {years} éves évforduló" -#: ../gramps/plugins/webreport/webplugins.gpr.py:31 +#: ../gramps/plugins/webreport/webplugins.gpr.py:34 msgid "Narrated Web Site" msgstr "Leíró web-oldal" -#: ../gramps/plugins/webreport/webplugins.gpr.py:32 +#: ../gramps/plugins/webreport/webplugins.gpr.py:35 msgid "Produces web (HTML) pages for individuals, or a set of individuals" msgstr "Személy, vagy személyek web- (HTML) oldalainak létrehozása" -#: ../gramps/plugins/webreport/webplugins.gpr.py:56 +#: ../gramps/plugins/webreport/webplugins.gpr.py:59 msgid "Produces web (HTML) calendars." msgstr "Web- (HTML) naptár létrehozása." @@ -36106,6 +36274,37 @@ msgstr "Nebraska" msgid "No style sheet" msgstr "Nincs stíluslap" +#~ msgid "" +#~ "A person with multiple relations with the same spouse is about to be " +#~ "merged. This is beyond the capabilities of the merge routine. The merge " +#~ "is aborted." +#~ msgstr "" +#~ "Egy személyt többszörös kapcsolatban álló, ugyanazzal a házastárssal " +#~ "kíván összefűzni. Ez az összefűző rutin képességét meghaladja, ezért a " +#~ "rutin leáll." + +#~ msgid "Multiple families get merged. This is unusual, the merge is aborted." +#~ msgstr "" +#~ "Több családot akar összefűzni. Ez nem szokásos, ezért az összefűzés leáll." + +#~ msgid "Check now" +#~ msgstr "Keresés most" + +#~ msgid "Edit Tags" +#~ msgstr "Címkék szerkesztése" + +#~ msgid "You need to restart Gramps to see new views." +#~ msgstr "Újra kell indítania a GRAMPS-ot az új nézetekhez." + +#~ msgid "Building View" +#~ msgstr "Felépítés nézet" + +#~ msgid "Select filter to restrict people that appear on report" +#~ msgstr "Válasszon szűrőt emberek megjelenésének kizárásához a jelentésben" + +#~ msgid "Gramps Media Manager" +#~ msgstr "GRAMPS médiakezelő" + #~ msgid "Book Menu" #~ msgstr "Könyv menü" @@ -36235,9 +36434,6 @@ msgstr "Nincs stíluslap" #~ msgid "Include original person" #~ msgstr "Az eredeti személlyel együtt" -#~ msgid "Family Trees" -#~ msgstr "Családfák" - #~ msgid "Add a Family Tree" #~ msgstr "Családfa hozzáadása" diff --git a/po/ru.po b/po/ru.po index 5e8842dac..400714a12 100644 --- a/po/ru.po +++ b/po/ru.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: gramps50\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-27 14:04-0300\n" -"PO-Revision-Date: 2017-01-27 14:17-0300\n" +"POT-Creation-Date: 2017-02-07 08:41+0300\n" +"PO-Revision-Date: 2017-02-07 09:00-0300\n" "Last-Translator: Ivan Komaritsyn \n" "Language-Team: Russian\n" "Language: ru\n" @@ -1711,8 +1711,8 @@ msgstr "Заблокировано %s" #: ../gramps/plugins/gramplet/persondetails.py:217 #: ../gramps/plugins/gramplet/relativegramplet.py:124 #: ../gramps/plugins/gramplet/relativegramplet.py:135 -#: ../gramps/plugins/graph/gvfamilylines.py:267 -#: ../gramps/plugins/graph/gvhourglass.py:341 +#: ../gramps/plugins/graph/gvfamilylines.py:278 +#: ../gramps/plugins/graph/gvhourglass.py:363 #: ../gramps/plugins/graph/gvrelgraph.py:791 #: ../gramps/plugins/importer/importprogen.py:985 #: ../gramps/plugins/lib/maps/geography.py:836 @@ -1721,27 +1721,27 @@ msgstr "Заблокировано %s" #: ../gramps/plugins/quickview/all_relations.py:277 #: ../gramps/plugins/quickview/all_relations.py:294 #: ../gramps/plugins/textreport/descendreport.py:313 -#: ../gramps/plugins/textreport/detancestralreport.py:203 -#: ../gramps/plugins/textreport/detancestralreport.py:287 -#: ../gramps/plugins/textreport/detancestralreport.py:570 -#: ../gramps/plugins/textreport/detancestralreport.py:572 -#: ../gramps/plugins/textreport/detancestralreport.py:579 -#: ../gramps/plugins/textreport/detancestralreport.py:581 -#: ../gramps/plugins/textreport/detancestralreport.py:596 -#: ../gramps/plugins/textreport/detancestralreport.py:630 -#: ../gramps/plugins/textreport/detancestralreport.py:632 -#: ../gramps/plugins/textreport/detancestralreport.py:639 -#: ../gramps/plugins/textreport/detancestralreport.py:641 -#: ../gramps/plugins/textreport/detancestralreport.py:699 -#: ../gramps/plugins/textreport/detdescendantreport.py:329 -#: ../gramps/plugins/textreport/detdescendantreport.py:427 -#: ../gramps/plugins/textreport/detdescendantreport.py:612 -#: ../gramps/plugins/textreport/detdescendantreport.py:650 -#: ../gramps/plugins/textreport/detdescendantreport.py:652 -#: ../gramps/plugins/textreport/detdescendantreport.py:659 -#: ../gramps/plugins/textreport/detdescendantreport.py:661 -#: ../gramps/plugins/textreport/detdescendantreport.py:687 -#: ../gramps/plugins/textreport/detdescendantreport.py:811 +#: ../gramps/plugins/textreport/detancestralreport.py:206 +#: ../gramps/plugins/textreport/detancestralreport.py:290 +#: ../gramps/plugins/textreport/detancestralreport.py:576 +#: ../gramps/plugins/textreport/detancestralreport.py:578 +#: ../gramps/plugins/textreport/detancestralreport.py:585 +#: ../gramps/plugins/textreport/detancestralreport.py:587 +#: ../gramps/plugins/textreport/detancestralreport.py:602 +#: ../gramps/plugins/textreport/detancestralreport.py:655 +#: ../gramps/plugins/textreport/detancestralreport.py:657 +#: ../gramps/plugins/textreport/detancestralreport.py:664 +#: ../gramps/plugins/textreport/detancestralreport.py:666 +#: ../gramps/plugins/textreport/detancestralreport.py:724 +#: ../gramps/plugins/textreport/detdescendantreport.py:332 +#: ../gramps/plugins/textreport/detdescendantreport.py:430 +#: ../gramps/plugins/textreport/detdescendantreport.py:615 +#: ../gramps/plugins/textreport/detdescendantreport.py:653 +#: ../gramps/plugins/textreport/detdescendantreport.py:655 +#: ../gramps/plugins/textreport/detdescendantreport.py:662 +#: ../gramps/plugins/textreport/detdescendantreport.py:664 +#: ../gramps/plugins/textreport/detdescendantreport.py:692 +#: ../gramps/plugins/textreport/detdescendantreport.py:835 #: ../gramps/plugins/textreport/indivcomplete.py:86 #: ../gramps/plugins/textreport/indivcomplete.py:913 #: ../gramps/plugins/tool/check.py:2356 ../gramps/plugins/tool/check.py:2382 @@ -1754,7 +1754,7 @@ msgstr "Заблокировано %s" #: ../gramps/plugins/view/geofamily.py:465 #: ../gramps/plugins/view/geomoves.py:596 #: ../gramps/plugins/view/geoperson.py:480 -#: ../gramps/plugins/view/geoplaces.py:525 +#: ../gramps/plugins/view/geoplaces.py:526 #: ../gramps/plugins/view/relview.py:468 ../gramps/plugins/view/relview.py:1008 #: ../gramps/plugins/view/relview.py:1065 #: ../gramps/plugins/webreport/narrativeweb.py:2147 @@ -3224,7 +3224,7 @@ msgstr "Отчество Фамилия, Имя Суффикс" #: ../gramps/gui/configure.py:662 ../gramps/gui/configure.py:663 #: ../gramps/gui/configure.py:664 ../gramps/gui/configure.py:665 #: ../gramps/gui/configure.py:666 ../gramps/gui/configure.py:667 -#: ../gramps/plugins/export/exportcsv.py:353 +#: ../gramps/plugins/export/exportcsv.py:354 #: ../gramps/plugins/importer/importcsv.py:162 msgid "Given" msgstr "Имя" @@ -5394,8 +5394,8 @@ msgstr "" #: ../gramps/gen/filters/rules/person/_isfemale.py:45 #: ../gramps/plugins/gramplet/statsgramplet.py:108 -#: ../gramps/plugins/graph/gvfamilylines.py:263 -#: ../gramps/plugins/graph/gvhourglass.py:337 +#: ../gramps/plugins/graph/gvfamilylines.py:274 +#: ../gramps/plugins/graph/gvhourglass.py:359 #: ../gramps/plugins/graph/gvrelgraph.py:787 #: ../gramps/plugins/webreport/narrativeweb.py:8101 #: ../gramps/plugins/webreport/narrativeweb.py:8167 @@ -5468,8 +5468,8 @@ msgstr "" #. ------------------------- #: ../gramps/gen/filters/rules/person/_ismale.py:45 #: ../gramps/plugins/gramplet/statsgramplet.py:105 -#: ../gramps/plugins/graph/gvfamilylines.py:259 -#: ../gramps/plugins/graph/gvhourglass.py:333 +#: ../gramps/plugins/graph/gvfamilylines.py:270 +#: ../gramps/plugins/graph/gvhourglass.py:355 #: ../gramps/plugins/graph/gvrelgraph.py:783 #: ../gramps/plugins/webreport/narrativeweb.py:8099 #: ../gramps/plugins/webreport/narrativeweb.py:8165 @@ -6264,7 +6264,7 @@ msgstr "Выбирает источники, помеченные как лич #: ../gramps/gen/lib/srcmediatype.py:57 ../gramps/gen/lib/urltype.py:48 #: ../gramps/gui/autocomp.py:179 #: ../gramps/plugins/textreport/indivcomplete.py:75 -#: ../gramps/plugins/view/geoplaces.py:528 +#: ../gramps/plugins/view/geoplaces.py:529 msgid "Custom" msgstr "Другой" @@ -6603,7 +6603,7 @@ msgstr "События" #: ../gramps/gui/editors/editfamily.py:499 ../gramps/gui/editors/editlink.py:93 #: ../gramps/gui/editors/filtereditor.py:294 #: ../gramps/gui/glade/editldsord.glade:267 -#: ../gramps/plugins/export/exportcsv.py:515 +#: ../gramps/plugins/export/exportcsv.py:516 #: ../gramps/plugins/gramplet/quickviewgramplet.py:109 #: ../gramps/plugins/importer/importcsv.py:211 #: ../gramps/plugins/quickview/all_events.py:83 @@ -6787,7 +6787,7 @@ msgid "Will" msgstr "Завещание" #: ../gramps/gen/lib/eventtype.py:198 ../gramps/gui/merge/mergeperson.py:258 -#: ../gramps/plugins/export/exportcsv.py:472 +#: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/importer/importcsv.py:219 #: ../gramps/plugins/textreport/familygroup.py:402 #: ../gramps/plugins/textreport/familygroup.py:411 @@ -7079,7 +7079,7 @@ msgstr "Отменено" #: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:116 #: ../gramps/gui/glade/editchildref.glade:250 #: ../gramps/gui/merge/mergeperson.py:261 -#: ../gramps/plugins/export/exportcsv.py:515 +#: ../gramps/plugins/export/exportcsv.py:516 #: ../gramps/plugins/gramplet/children.py:93 #: ../gramps/plugins/gramplet/children.py:192 #: ../gramps/plugins/importer/importcsv.py:210 @@ -7299,8 +7299,8 @@ msgstr "Последнее изменение" #: ../gramps/gui/glade/editplacename.glade:132 #: ../gramps/gui/glade/editplacename.glade:142 #: ../gramps/gui/selectors/selectevent.py:71 -#: ../gramps/plugins/export/exportcsv.py:287 -#: ../gramps/plugins/export/exportcsv.py:473 +#: ../gramps/plugins/export/exportcsv.py:288 +#: ../gramps/plugins/export/exportcsv.py:474 #: ../gramps/plugins/gramplet/ageondategramplet.py:66 #: ../gramps/plugins/gramplet/coordinates.py:91 #: ../gramps/plugins/gramplet/events.py:87 @@ -7429,7 +7429,7 @@ msgstr "Личное" #: ../gramps/gui/selectors/selectplace.py:70 #: ../gramps/gui/views/bookmarks.py:270 ../gramps/gui/views/tags.py:408 #: ../gramps/gui/views/treemodels/peoplemodel.py:616 -#: ../gramps/plugins/export/exportcsv.py:285 +#: ../gramps/plugins/export/exportcsv.py:286 #: ../gramps/plugins/gramplet/ancestor.py:63 #: ../gramps/plugins/gramplet/backlinks.py:56 #: ../gramps/plugins/gramplet/descendant.py:62 @@ -7475,7 +7475,7 @@ msgstr "Фамилии" #: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:658 #: ../gramps/gui/configure.py:660 ../gramps/gui/configure.py:665 #: ../gramps/gui/configure.py:667 ../gramps/gui/glade/editperson.glade:229 -#: ../gramps/plugins/export/exportcsv.py:354 +#: ../gramps/plugins/export/exportcsv.py:355 #: ../gramps/plugins/importer/importcsv.py:167 msgid "Suffix" msgstr "Суффикс" @@ -7490,8 +7490,8 @@ msgstr "Суффикс" #: ../gramps/gui/selectors/selectplace.py:73 #: ../gramps/gui/selectors/selectrepository.py:69 #: ../gramps/gui/selectors/selectsource.py:69 -#: ../gramps/gui/widgets/grampletpane.py:1570 -#: ../gramps/plugins/export/exportcsv.py:285 +#: ../gramps/gui/widgets/grampletpane.py:1571 +#: ../gramps/plugins/export/exportcsv.py:286 #: ../gramps/plugins/gramplet/persondetails.py:160 #: ../gramps/plugins/lib/libplaceview.py:86 #: ../gramps/plugins/textreport/tagreport.py:420 @@ -7530,7 +7530,7 @@ msgstr "Название" #: ../gramps/gui/selectors/selectnote.py:76 #: ../gramps/gui/selectors/selectobject.py:82 #: ../gramps/gui/selectors/selectplace.py:72 -#: ../gramps/plugins/export/exportcsv.py:286 +#: ../gramps/plugins/export/exportcsv.py:287 #: ../gramps/plugins/gramplet/backlinks.py:55 #: ../gramps/plugins/gramplet/coordinates.py:89 #: ../gramps/plugins/gramplet/events.py:85 @@ -7605,9 +7605,9 @@ msgstr "" #. translators: needed for Arabic, ignore otherwise #: ../gramps/gen/lib/name.py:456 ../gramps/gen/lib/name.py:471 #: ../gramps/gen/plug/report/utils.py:257 -#: ../gramps/plugins/graph/gvfamilylines.py:459 -#: ../gramps/plugins/textreport/detancestralreport.py:440 -#: ../gramps/plugins/textreport/detdescendantreport.py:490 +#: ../gramps/plugins/graph/gvfamilylines.py:480 +#: ../gramps/plugins/textreport/detancestralreport.py:443 +#: ../gramps/plugins/textreport/detdescendantreport.py:493 #: ../gramps/plugins/textreport/indivcomplete.py:198 #: ../gramps/plugins/textreport/indivcomplete.py:206 #: ../gramps/plugins/textreport/indivcomplete.py:991 @@ -7814,7 +7814,7 @@ msgstr "Указатель" #: ../gramps/gui/merge/mergeperson.py:184 #: ../gramps/gui/selectors/selectperson.py:95 #: ../gramps/plugins/drawreport/statisticschart.py:338 -#: ../gramps/plugins/export/exportcsv.py:355 +#: ../gramps/plugins/export/exportcsv.py:356 #: ../gramps/plugins/importer/importcsv.py:168 #: ../gramps/plugins/lib/libpersonview.py:100 #: ../gramps/plugins/quickview/siblings.py:48 @@ -7843,8 +7843,8 @@ msgstr "Индекс ссылки рождения" msgid "Event references" msgstr "Ссылки на событие" -#: ../gramps/gen/lib/person.py:171 ../gramps/plugins/graph/gvfamilylines.py:272 -#: ../gramps/plugins/graph/gvhourglass.py:346 +#: ../gramps/gen/lib/person.py:171 ../gramps/plugins/graph/gvfamilylines.py:283 +#: ../gramps/plugins/graph/gvhourglass.py:368 #: ../gramps/plugins/graph/gvrelgraph.py:797 #: ../gramps/plugins/quickview/filterbyname.py:94 #: ../gramps/plugins/quickview/filterbyname.py:119 @@ -7897,7 +7897,7 @@ msgstr "Объединено с Gramps ID" #: ../gramps/gui/editors/displaytabs/locationembedlist.py:59 #: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:132 -#: ../gramps/plugins/view/geoplaces.py:558 +#: ../gramps/plugins/view/geoplaces.py:559 #: ../gramps/plugins/view/repoview.py:93 #: ../gramps/plugins/webreport/narrativeweb.py:1481 #: ../gramps/plugins/webreport/narrativeweb.py:2941 @@ -7910,7 +7910,7 @@ msgstr "Государство/Страна" #: ../gramps/gui/editors/displaytabs/locationembedlist.py:58 #: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:133 -#: ../gramps/plugins/view/geoplaces.py:561 +#: ../gramps/plugins/view/geoplaces.py:562 msgid "State" msgstr "Республика" @@ -7918,7 +7918,7 @@ msgstr "Республика" #: ../gramps/gui/editors/displaytabs/locationembedlist.py:57 #: ../gramps/gui/views/treemodels/placemodel.py:284 #: ../gramps/plugins/lib/maps/placeselection.py:134 -#: ../gramps/plugins/view/geoplaces.py:564 +#: ../gramps/plugins/view/geoplaces.py:565 #: ../gramps/plugins/webreport/narrativeweb.py:1479 #: ../gramps/plugins/webreport/narrativeweb.py:2938 #: ../gramps/plugins/webreport/narrativeweb.py:2964 @@ -7928,7 +7928,7 @@ msgstr "Область/Район/Уезд" #: ../gramps/gen/lib/placetype.py:68 ../gramps/gui/configure.py:519 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:74 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:56 -#: ../gramps/plugins/view/geoplaces.py:582 +#: ../gramps/plugins/view/geoplaces.py:583 #: ../gramps/plugins/view/repoview.py:91 #: ../gramps/plugins/webreport/narrativeweb.py:1477 #: ../gramps/plugins/webreport/narrativeweb.py:2936 @@ -7936,14 +7936,14 @@ msgstr "Область/Район/Уезд" msgid "City" msgstr "Город" -#: ../gramps/gen/lib/placetype.py:69 ../gramps/plugins/view/geoplaces.py:579 +#: ../gramps/gen/lib/placetype.py:69 ../gramps/plugins/view/geoplaces.py:580 msgid "Parish" msgstr "Приход" #: ../gramps/gen/lib/placetype.py:70 ../gramps/gui/configure.py:518 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:73 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:55 -#: ../gramps/plugins/view/geoplaces.py:531 +#: ../gramps/plugins/view/geoplaces.py:532 #: ../gramps/plugins/view/repoview.py:90 #: ../gramps/plugins/webreport/narrativeweb.py:1476 #: ../gramps/plugins/webreport/narrativeweb.py:2935 @@ -7954,7 +7954,7 @@ msgstr "Местность" #: ../gramps/gen/lib/placetype.py:71 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:72 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:54 -#: ../gramps/plugins/view/geoplaces.py:534 +#: ../gramps/plugins/view/geoplaces.py:535 #: ../gramps/plugins/view/repoview.py:89 #: ../gramps/plugins/webreport/narrativeweb.py:1475 #: ../gramps/plugins/webreport/narrativeweb.py:2934 @@ -7962,56 +7962,56 @@ msgstr "Местность" msgid "Street" msgstr "Улица" -#: ../gramps/gen/lib/placetype.py:72 ../gramps/plugins/view/geoplaces.py:567 +#: ../gramps/gen/lib/placetype.py:72 ../gramps/plugins/view/geoplaces.py:568 msgid "Province" msgstr "Провинция" -#: ../gramps/gen/lib/placetype.py:73 ../gramps/plugins/view/geoplaces.py:570 +#: ../gramps/gen/lib/placetype.py:73 ../gramps/plugins/view/geoplaces.py:571 msgid "Region" msgstr "Регион" -#: ../gramps/gen/lib/placetype.py:74 ../gramps/plugins/view/geoplaces.py:573 +#: ../gramps/gen/lib/placetype.py:74 ../gramps/plugins/view/geoplaces.py:574 msgid "Department" msgstr "Департамент" -#: ../gramps/gen/lib/placetype.py:75 ../gramps/plugins/view/geoplaces.py:537 +#: ../gramps/gen/lib/placetype.py:75 ../gramps/plugins/view/geoplaces.py:538 msgid "Neighborhood" msgstr "Соседство" -#: ../gramps/gen/lib/placetype.py:76 ../gramps/plugins/view/geoplaces.py:576 +#: ../gramps/gen/lib/placetype.py:76 ../gramps/plugins/view/geoplaces.py:577 msgid "District" msgstr "Округ" -#: ../gramps/gen/lib/placetype.py:77 ../gramps/plugins/view/geoplaces.py:540 +#: ../gramps/gen/lib/placetype.py:77 ../gramps/plugins/view/geoplaces.py:541 msgid "Borough" msgstr "Район" -#: ../gramps/gen/lib/placetype.py:78 ../gramps/plugins/view/geoplaces.py:588 +#: ../gramps/gen/lib/placetype.py:78 ../gramps/plugins/view/geoplaces.py:589 msgid "Municipality" msgstr "Муниципальная" -#: ../gramps/gen/lib/placetype.py:79 ../gramps/plugins/view/geoplaces.py:585 +#: ../gramps/gen/lib/placetype.py:79 ../gramps/plugins/view/geoplaces.py:586 msgid "Town" msgstr "Город (небольшой)" -#: ../gramps/gen/lib/placetype.py:80 ../gramps/plugins/view/geoplaces.py:543 +#: ../gramps/gen/lib/placetype.py:80 ../gramps/plugins/view/geoplaces.py:544 msgid "Village" msgstr "Посёлок" -#: ../gramps/gen/lib/placetype.py:81 ../gramps/plugins/view/geoplaces.py:546 +#: ../gramps/gen/lib/placetype.py:81 ../gramps/plugins/view/geoplaces.py:547 msgid "Hamlet" msgstr "Деревня" -#: ../gramps/gen/lib/placetype.py:82 ../gramps/plugins/view/geoplaces.py:549 +#: ../gramps/gen/lib/placetype.py:82 ../gramps/plugins/view/geoplaces.py:550 msgid "Farm" msgstr "Ферма" -#: ../gramps/gen/lib/placetype.py:83 ../gramps/plugins/view/geoplaces.py:552 +#: ../gramps/gen/lib/placetype.py:83 ../gramps/plugins/view/geoplaces.py:553 msgid "Building" msgstr "Здание" #: ../gramps/gen/lib/placetype.py:84 ../gramps/plugins/gramplet/leak.py:89 -#: ../gramps/plugins/view/geoplaces.py:555 +#: ../gramps/plugins/view/geoplaces.py:556 #: ../gramps/plugins/webreport/narrativeweb.py:3034 #: ../gramps/plugins/webreport/narrativeweb.py:4861 msgid "Number" @@ -8318,7 +8318,7 @@ msgstr "Отношения" #: ../gramps/gui/glade/grampletpane.glade:156 #: ../gramps/gui/widgets/grampletbar.py:627 #: ../gramps/gui/widgets/grampletpane.py:225 -#: ../gramps/gui/widgets/grampletpane.py:979 +#: ../gramps/gui/widgets/grampletpane.py:980 msgid "Gramplet" msgstr "Грамплет" @@ -8409,8 +8409,8 @@ msgstr "Файл %s уже открыт, сначала закройте его. #: ../gramps/plugins/docgen/rtfdoc.py:92 ../gramps/plugins/docgen/rtfdoc.py:95 #: ../gramps/plugins/docgen/svgdrawdoc.py:89 #: ../gramps/plugins/docgen/svgdrawdoc.py:91 -#: ../gramps/plugins/export/exportcsv.py:260 -#: ../gramps/plugins/export/exportcsv.py:264 +#: ../gramps/plugins/export/exportcsv.py:261 +#: ../gramps/plugins/export/exportcsv.py:265 #: ../gramps/plugins/export/exportgedcom.py:1552 #: ../gramps/plugins/export/exportgeneweb.py:108 #: ../gramps/plugins/export/exportgeneweb.py:112 @@ -8730,8 +8730,8 @@ msgstr "" #: ../gramps/gui/views/treemodels/mediamodel.py:117 #: ../gramps/plugins/drawreport/ancestortree.py:984 #: ../gramps/plugins/drawreport/descendtree.py:1706 -#: ../gramps/plugins/export/exportcsv.py:360 -#: ../gramps/plugins/export/exportcsv.py:473 +#: ../gramps/plugins/export/exportcsv.py:361 +#: ../gramps/plugins/export/exportcsv.py:474 #: ../gramps/plugins/gramplet/quickviewgramplet.py:111 #: ../gramps/plugins/importer/importcsv.py:170 #: ../gramps/plugins/quickview/filterbyname.py:225 @@ -8876,8 +8876,8 @@ msgstr "Графика" #: ../gramps/gen/plug/report/endnotes.py:61 #: ../gramps/plugins/textreport/ancestorreport.py:362 -#: ../gramps/plugins/textreport/detancestralreport.py:925 -#: ../gramps/plugins/textreport/detdescendantreport.py:1155 +#: ../gramps/plugins/textreport/detancestralreport.py:958 +#: ../gramps/plugins/textreport/detdescendantreport.py:1184 msgid "The style used for the generation header." msgstr "Стиль заголовка поколений." @@ -9034,8 +9034,8 @@ msgstr "Ошибка добавления фото на страницу" #: ../gramps/gen/plug/report/utils.py:160 #: ../gramps/gui/editors/editattribute.py:135 #: ../gramps/gui/plug/_windows.py:685 -#: ../gramps/plugins/textreport/detancestralreport.py:461 -#: ../gramps/plugins/textreport/detdescendantreport.py:508 +#: ../gramps/plugins/textreport/detancestralreport.py:464 +#: ../gramps/plugins/textreport/detdescendantreport.py:511 #: ../gramps/plugins/textreport/familygroup.py:136 #: ../gramps/plugins/textreport/familygroup.py:302 #: ../gramps/plugins/textreport/indivcomplete.py:890 @@ -9667,7 +9667,7 @@ msgstr "" msgid "Person|TITLE" msgstr "ТИТУЛ" -#: ../gramps/gen/utils/keyword.py:54 ../gramps/plugins/export/exportcsv.py:355 +#: ../gramps/gen/utils/keyword.py:54 ../gramps/plugins/export/exportcsv.py:356 #: ../gramps/plugins/tool/patchnames.py:440 msgid "Person|Title" msgstr "Титул" @@ -9692,7 +9692,7 @@ msgstr "ФАМИЛИЯ" #: ../gramps/gui/editors/displaytabs/surnametab.py:74 #: ../gramps/gui/plug/_guioptions.py:88 ../gramps/gui/plug/_guioptions.py:1493 #: ../gramps/plugins/drawreport/statisticschart.py:334 -#: ../gramps/plugins/export/exportcsv.py:353 +#: ../gramps/plugins/export/exportcsv.py:354 #: ../gramps/plugins/importer/importcsv.py:159 #: ../gramps/plugins/quickview/filterbyname.py:354 #: ../gramps/plugins/webreport/narrativeweb.py:3220 @@ -9816,7 +9816,7 @@ msgstr "ПРЕФИКС" #: ../gramps/gen/utils/keyword.py:71 #: ../gramps/gui/editors/displaytabs/surnametab.py:73 #: ../gramps/gui/glade/editperson.glade:470 -#: ../gramps/plugins/export/exportcsv.py:354 +#: ../gramps/plugins/export/exportcsv.py:355 #: ../gramps/plugins/importer/importcsv.py:166 msgid "Prefix" msgstr "Префикс" @@ -9889,7 +9889,7 @@ msgid "High" msgstr "Высокая" #: ../gramps/gen/utils/string.py:57 ../gramps/gui/editors/editcitation.py:212 -#: ../gramps/plugins/graph/gvfamilylines.py:242 +#: ../gramps/plugins/graph/gvfamilylines.py:253 msgid "Normal" msgstr "Нормальная" @@ -10051,8 +10051,8 @@ msgstr "Событие" #: ../gramps/gui/plug/_guioptions.py:1343 #: ../gramps/gui/selectors/selectevent.py:72 #: ../gramps/gui/views/treemodels/placemodel.py:284 -#: ../gramps/plugins/export/exportcsv.py:285 -#: ../gramps/plugins/export/exportcsv.py:473 +#: ../gramps/plugins/export/exportcsv.py:286 +#: ../gramps/plugins/export/exportcsv.py:474 #: ../gramps/plugins/gramplet/coordinates.py:93 #: ../gramps/plugins/gramplet/events.py:91 #: ../gramps/plugins/gramplet/personresidence.py:61 @@ -10146,7 +10146,7 @@ msgstr "%(frel)s %(mrel)s" #: ../gramps/gui/editors/editlink.py:96 #: ../gramps/gui/editors/filtereditor.py:293 #: ../gramps/gui/glade/editpersonref.glade:211 -#: ../gramps/plugins/export/exportcsv.py:353 +#: ../gramps/plugins/export/exportcsv.py:354 #: ../gramps/plugins/gramplet/quickviewgramplet.py:107 #: ../gramps/plugins/importer/importcsv.py:208 #: ../gramps/plugins/quickview/ageondate.py:54 @@ -10181,7 +10181,7 @@ msgstr "Лицо" #: ../gramps/gui/editors/editlink.py:99 ../gramps/gui/editors/editsource.py:86 #: ../gramps/gui/editors/filtereditor.py:297 #: ../gramps/gui/views/treemodels/citationtreemodel.py:170 -#: ../gramps/plugins/export/exportcsv.py:473 +#: ../gramps/plugins/export/exportcsv.py:474 #: ../gramps/plugins/gramplet/quickviewgramplet.py:114 #: ../gramps/plugins/importer/importcsv.py:169 #: ../gramps/plugins/importer/importprogen.py:872 @@ -10536,7 +10536,7 @@ msgstr "Предупреждения" msgid "Common" msgstr "Разговорное" -#: ../gramps/gui/configure.py:654 ../gramps/plugins/export/exportcsv.py:354 +#: ../gramps/gui/configure.py:654 ../gramps/plugins/export/exportcsv.py:355 #: ../gramps/plugins/importer/importcsv.py:164 msgid "Call" msgstr "Обиходное" @@ -10615,7 +10615,7 @@ msgstr "_Удалить" #: ../gramps/gui/glade/editfamily.glade:594 #: ../gramps/gui/glade/editperson.glade:12 #: ../gramps/gui/glade/editperson.glade:516 ../gramps/gui/glade/rule.glade:463 -#: ../gramps/gui/glade/styleeditor.glade:1872 +#: ../gramps/gui/glade/styleeditor.glade:1871 #: ../gramps/gui/plug/_windows.py:152 ../gramps/gui/plug/_windows.py:207 #: ../gramps/plugins/gramplet/coordinates.py:142 #: ../gramps/plugins/gramplet/descendant.py:110 @@ -11041,7 +11041,7 @@ msgstr "Выбрать каталог документов" #: ../gramps/gui/glade/mergesource.glade:21 #: ../gramps/gui/glade/reorder.glade:22 ../gramps/gui/glade/rule.glade:316 #: ../gramps/gui/glade/rule.glade:747 ../gramps/gui/glade/styleeditor.glade:86 -#: ../gramps/gui/glade/styleeditor.glade:1723 +#: ../gramps/gui/glade/styleeditor.glade:1721 #: ../gramps/gui/logger/_errorview.py:141 ../gramps/gui/plug/_guioptions.py:78 #: ../gramps/gui/plug/_guioptions.py:1728 ../gramps/gui/plug/_windows.py:440 #: ../gramps/gui/plug/report/_fileentry.py:64 @@ -11246,7 +11246,7 @@ msgstr "Информация о базе данных" #: ../gramps/gui/glade/mergesource.glade:37 #: ../gramps/gui/glade/reorder.glade:38 ../gramps/gui/glade/rule.glade:333 #: ../gramps/gui/glade/rule.glade:764 ../gramps/gui/glade/styleeditor.glade:103 -#: ../gramps/gui/glade/styleeditor.glade:1739 +#: ../gramps/gui/glade/styleeditor.glade:1738 #: ../gramps/gui/plug/_guioptions.py:79 #: ../gramps/gui/plug/report/_reportdialog.py:165 ../gramps/gui/utils.py:192 #: ../gramps/gui/viewmanager.py:1694 ../gramps/gui/views/tags.py:646 @@ -11782,8 +11782,8 @@ msgstr "%(part1)s - %(part2)s" #: ../gramps/gui/glade/editperson.glade:22 #: ../gramps/gui/glade/editperson.glade:361 ../gramps/gui/glade/rule.glade:422 #: ../gramps/gui/glade/rule.glade:429 -#: ../gramps/gui/glade/styleeditor.glade:1833 -#: ../gramps/gui/glade/styleeditor.glade:1840 +#: ../gramps/gui/glade/styleeditor.glade:1832 +#: ../gramps/gui/glade/styleeditor.glade:1839 #: ../gramps/plugins/view/relview.py:418 msgid "Add" msgstr "Добавить" @@ -11796,8 +11796,8 @@ msgstr "Добавить" #: ../gramps/gui/glade/grampletpane.glade:104 #: ../gramps/gui/glade/grampletpane.glade:111 #: ../gramps/gui/glade/rule.glade:490 ../gramps/gui/glade/rule.glade:497 -#: ../gramps/gui/glade/styleeditor.glade:1897 -#: ../gramps/gui/glade/styleeditor.glade:1904 +#: ../gramps/gui/glade/styleeditor.glade:1896 +#: ../gramps/gui/glade/styleeditor.glade:1903 msgid "Remove" msgstr "Удалить" @@ -12586,8 +12586,8 @@ msgstr "Новое событие" #: ../gramps/gui/editors/editevent.py:228 #: ../gramps/plugins/view/geoclose.py:545 -#: ../gramps/plugins/view/geoevents.py:340 -#: ../gramps/plugins/view/geoevents.py:374 +#: ../gramps/plugins/view/geoevents.py:341 +#: ../gramps/plugins/view/geoevents.py:375 #: ../gramps/plugins/view/geofamclose.py:735 #: ../gramps/plugins/view/geofamily.py:430 #: ../gramps/plugins/view/geomoves.py:620 @@ -13322,8 +13322,8 @@ msgstr "48.21\"E, -18.2412 или -18:9:48.21)" #: ../gramps/gui/editors/editplace.py:193 #: ../gramps/plugins/lib/maps/geography.py:920 -#: ../gramps/plugins/view/geoplaces.py:429 -#: ../gramps/plugins/view/geoplaces.py:455 +#: ../gramps/plugins/view/geoplaces.py:430 +#: ../gramps/plugins/view/geoplaces.py:456 msgid "Edit Place" msgstr "Редактировать место" @@ -13577,7 +13577,7 @@ msgstr "Метка" #: ../gramps/gui/undohistory.py:82 ../gramps/gui/viewmanager.py:490 #: ../gramps/gui/views/bookmarks.py:288 ../gramps/gui/views/tags.py:431 #: ../gramps/gui/views/tags.py:644 ../gramps/gui/widgets/grampletbar.py:641 -#: ../gramps/gui/widgets/grampletpane.py:241 +#: ../gramps/gui/widgets/grampletpane.py:242 #: ../gramps/plugins/tool/testcasegenerator.py:329 msgid "_Help" msgstr "_Справка" @@ -14005,7 +14005,7 @@ msgid "any" msgstr "любой" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:129 -#: ../gramps/plugins/export/exportcsv.py:356 +#: ../gramps/plugins/export/exportcsv.py:357 msgid "Birth date" msgstr "Дата рождения" @@ -14016,12 +14016,12 @@ msgid "example: \"%(msg1)s\" or \"%(msg2)s\"" msgstr "пример: «%(msg1)s» или «%(msg2)s»" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:131 -#: ../gramps/plugins/export/exportcsv.py:358 +#: ../gramps/plugins/export/exportcsv.py:359 msgid "Death date" msgstr "Дата смерти" #: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:107 -#: ../gramps/plugins/export/exportcsv.py:287 +#: ../gramps/plugins/export/exportcsv.py:288 #: ../gramps/plugins/importer/importcsv.py:227 #: ../gramps/plugins/lib/libplaceview.py:88 msgid "Code" @@ -14278,7 +14278,7 @@ msgstr "Закрыть _без сохранения" #: ../gramps/gui/glade/dialog.glade:859 #: ../gramps/gui/plug/report/_bookdialog.py:625 #: ../gramps/gui/views/listview.py:1023 -#: ../gramps/gui/widgets/grampletpane.py:586 +#: ../gramps/gui/widgets/grampletpane.py:587 #: ../gramps/plugins/tool/eventcmp.py:400 msgid "_Save" msgstr "_Сохранить" @@ -14483,7 +14483,7 @@ msgstr "Редактировать ребёнка" #: ../gramps/gui/glade/editchildref.glade:240 #: ../gramps/gui/glade/editfamily.glade:279 #: ../gramps/gui/glade/editfamily.glade:587 ../gramps/gui/glade/rule.glade:456 -#: ../gramps/gui/glade/styleeditor.glade:1865 +#: ../gramps/gui/glade/styleeditor.glade:1864 msgid "Edition" msgstr "Издание" @@ -16036,7 +16036,7 @@ msgid "Size" msgstr "Габариты" #: ../gramps/gui/glade/styleeditor.glade:369 -#: ../gramps/gui/plug/report/_styleeditor.py:231 +#: ../gramps/gui/plug/report/_styleeditor.py:252 msgid "point size|pt" msgstr "пт" @@ -16218,15 +16218,15 @@ msgstr "Рисовать тени" msgid "Draw options" msgstr "Настройки отрисовки" -#: ../gramps/gui/glade/styleeditor.glade:1824 +#: ../gramps/gui/glade/styleeditor.glade:1823 msgid "Add a new style" msgstr "Добавить стиль" -#: ../gramps/gui/glade/styleeditor.glade:1856 +#: ../gramps/gui/glade/styleeditor.glade:1855 msgid "Edit the selected style" msgstr "Редактировать выбранный стиль" -#: ../gramps/gui/glade/styleeditor.glade:1888 +#: ../gramps/gui/glade/styleeditor.glade:1887 msgid "Delete the selected style" msgstr "Удалить выбранный стиль" @@ -17587,8 +17587,8 @@ msgid "Configuration" msgstr "Конфигурация" #: ../gramps/gui/plug/report/_reportdialog.py:323 -#: ../gramps/gui/plug/report/_styleeditor.py:103 -#: ../gramps/gui/plug/report/_styleeditor.py:233 +#: ../gramps/gui/plug/report/_styleeditor.py:108 +#: ../gramps/gui/plug/report/_styleeditor.py:254 msgid "Style" msgstr "Стиль" @@ -17617,15 +17617,15 @@ msgstr "Стиль" #: ../gramps/plugins/drawreport/fanchart.py:686 #: ../gramps/plugins/drawreport/statisticschart.py:986 #: ../gramps/plugins/drawreport/timeline.py:413 -#: ../gramps/plugins/graph/gvfamilylines.py:110 -#: ../gramps/plugins/graph/gvhourglass.py:290 +#: ../gramps/plugins/graph/gvfamilylines.py:115 +#: ../gramps/plugins/graph/gvhourglass.py:312 #: ../gramps/plugins/graph/gvrelgraph.py:665 #: ../gramps/plugins/textreport/alphabeticalindex.py:93 #: ../gramps/plugins/textreport/ancestorreport.py:281 #: ../gramps/plugins/textreport/birthdayreport.py:411 #: ../gramps/plugins/textreport/descendreport.py:504 -#: ../gramps/plugins/textreport/detancestralreport.py:779 -#: ../gramps/plugins/textreport/detdescendantreport.py:975 +#: ../gramps/plugins/textreport/detancestralreport.py:807 +#: ../gramps/plugins/textreport/detdescendantreport.py:999 #: ../gramps/plugins/textreport/endoflinereport.py:269 #: ../gramps/plugins/textreport/familygroup.py:701 #: ../gramps/plugins/textreport/indivcomplete.py:1032 @@ -17724,37 +17724,53 @@ msgstr "Ошибка создания отчёта" #: ../gramps/gui/plug/report/_stylecombobox.py:66 #: ../gramps/gui/plug/report/_stylecombobox.py:85 -#: ../gramps/gui/plug/report/_styleeditor.py:117 -#: ../gramps/gui/plug/report/_styleeditor.py:160 +#: ../gramps/gui/plug/report/_styleeditor.py:127 #: ../gramps/gui/plug/report/_styleeditor.py:171 +#: ../gramps/gui/plug/report/_styleeditor.py:184 #: ../gramps/plugins/importer/importgedcom.glade:11 gtklist.h:1 msgid "default" msgstr "по умолчанию" -#: ../gramps/gui/plug/report/_styleeditor.py:90 +#: ../gramps/gui/plug/report/_styleeditor.py:92 +#: ../gramps/gui/plug/report/_styleeditor.py:118 msgid "Document Styles" msgstr "Стили документов" -#: ../gramps/gui/plug/report/_styleeditor.py:130 +#: ../gramps/gui/plug/report/_styleeditor.py:140 msgid "New Style" msgstr "Новый стиль" -#: ../gramps/gui/plug/report/_styleeditor.py:141 +#: ../gramps/gui/plug/report/_styleeditor.py:150 msgid "Error saving stylesheet" msgstr "Ошибка при сохранении таблицы стилей" -#: ../gramps/gui/plug/report/_styleeditor.py:230 +#. How to handle missing information +#. Missing information +#: ../gramps/gui/plug/report/_styleeditor.py:166 +#: ../gramps/gui/plug/report/_styleeditor.py:180 +#: ../gramps/plugins/textreport/detancestralreport.py:928 +#: ../gramps/plugins/textreport/detdescendantreport.py:1152 +msgid "Missing information" +msgstr "Отсутствующая информация" + +#: ../gramps/gui/plug/report/_styleeditor.py:166 +#: ../gramps/gui/plug/report/_styleeditor.py:180 +msgid "Select a style" +msgstr "Выберите стиль" + +#: ../gramps/gui/plug/report/_styleeditor.py:221 +#: ../gramps/gui/plug/report/_styleeditor.py:293 msgid "Style editor" msgstr "Редактор стилей" -#: ../gramps/gui/plug/report/_styleeditor.py:308 -#: ../gramps/gui/plug/report/_styleeditor.py:329 -#: ../gramps/gui/plug/report/_styleeditor.py:345 -#: ../gramps/gui/plug/report/_styleeditor.py:378 +#: ../gramps/gui/plug/report/_styleeditor.py:334 +#: ../gramps/gui/plug/report/_styleeditor.py:355 +#: ../gramps/gui/plug/report/_styleeditor.py:371 +#: ../gramps/gui/plug/report/_styleeditor.py:404 msgid "No description available" msgstr "Описание недоступно" -#: ../gramps/gui/plug/report/_styleeditor.py:355 +#: ../gramps/gui/plug/report/_styleeditor.py:381 #, python-format msgid "Column %d:" msgstr "Колонка %d:" @@ -18345,11 +18361,11 @@ msgstr "Альбом:" #: ../gramps/gui/viewmanager.py:1757 #: ../gramps/plugins/drawreport/ancestortree.py:962 #: ../gramps/plugins/drawreport/descendtree.py:1671 -#: ../gramps/plugins/graph/gvfamilylines.py:189 +#: ../gramps/plugins/graph/gvfamilylines.py:200 #: ../gramps/plugins/graph/gvrelgraph.py:692 -#: ../gramps/plugins/textreport/detancestralreport.py:852 -#: ../gramps/plugins/textreport/detdescendantreport.py:1061 -#: ../gramps/plugins/textreport/detdescendantreport.py:1085 +#: ../gramps/plugins/textreport/detancestralreport.py:885 +#: ../gramps/plugins/textreport/detdescendantreport.py:1090 +#: ../gramps/plugins/textreport/detdescendantreport.py:1114 #: ../gramps/plugins/textreport/indivcomplete.py:1067 msgid "Include" msgstr "Включить" @@ -18789,7 +18805,7 @@ msgid "Add Child to Family" msgstr "Добавить ребёнка в семью" #: ../gramps/gui/widgets/grampletbar.py:206 -#: ../gramps/gui/widgets/grampletpane.py:1189 +#: ../gramps/gui/widgets/grampletpane.py:1190 msgid "Unnamed Gramplet" msgstr "Безымянный грамплет" @@ -18831,44 +18847,36 @@ msgstr "" "невозможно отменить." #. default tooltip -#: ../gramps/gui/widgets/grampletpane.py:811 +#: ../gramps/gui/widgets/grampletpane.py:812 msgid "Drag Properties Button to move and click it for setup" msgstr "" "Потяните мышкой кнопку «свойства» для перемещения или кликните для настроек" #. build the GUI: -#: ../gramps/gui/widgets/grampletpane.py:1007 +#: ../gramps/gui/widgets/grampletpane.py:1008 msgid "Right click to add gramplets" msgstr "Щёлкните правой кнопкой мыши, чтобы добавить грамплеты" -#: ../gramps/gui/widgets/grampletpane.py:1054 +#: ../gramps/gui/widgets/grampletpane.py:1055 msgid "Untitled Gramplet" msgstr "Безымянный грамплет" -#: ../gramps/gui/widgets/grampletpane.py:1542 +#: ../gramps/gui/widgets/grampletpane.py:1543 msgid "Number of Columns" msgstr "Количество колонок" -#: ../gramps/gui/widgets/grampletpane.py:1547 +#: ../gramps/gui/widgets/grampletpane.py:1548 msgid "Gramplet Layout" msgstr "Размещение грамплета" -#: ../gramps/gui/widgets/grampletpane.py:1577 +#: ../gramps/gui/widgets/grampletpane.py:1578 msgid "Use maximum height available" msgstr "Использовать всю доступную высоту" -#: ../gramps/gui/widgets/grampletpane.py:1583 +#: ../gramps/gui/widgets/grampletpane.py:1584 msgid "Height if not maximized" msgstr "Высота не максимизирована" -#: ../gramps/gui/widgets/grampletpane.py:1590 -msgid "Detached width" -msgstr "Ширина отсоединённого" - -#: ../gramps/gui/widgets/grampletpane.py:1597 -msgid "Detached height" -msgstr "Высота отсоединённого" - #: ../gramps/gui/widgets/labels.py:121 msgid "" "Click to make this person active\n" @@ -19361,13 +19369,13 @@ msgstr "Граф предков для %s" #: ../gramps/plugins/drawreport/calendarreport.py:113 #: ../gramps/plugins/drawreport/descendtree.py:689 #: ../gramps/plugins/drawreport/fanchart.py:195 -#: ../gramps/plugins/graph/gvhourglass.py:100 +#: ../gramps/plugins/graph/gvhourglass.py:105 #: ../gramps/plugins/graph/gvrelgraph.py:179 #: ../gramps/plugins/textreport/ancestorreport.py:112 #: ../gramps/plugins/textreport/birthdayreport.py:113 #: ../gramps/plugins/textreport/descendreport.py:440 -#: ../gramps/plugins/textreport/detancestralreport.py:160 -#: ../gramps/plugins/textreport/detdescendantreport.py:179 +#: ../gramps/plugins/textreport/detancestralreport.py:163 +#: ../gramps/plugins/textreport/detdescendantreport.py:182 #: ../gramps/plugins/textreport/endoflinereport.py:90 #: ../gramps/plugins/textreport/kinshipreport.py:105 #: ../gramps/plugins/textreport/numberofancestorsreport.py:84 @@ -19398,12 +19406,12 @@ msgstr "Параметры древа" #: ../gramps/plugins/drawreport/ancestortree.py:788 #: ../gramps/plugins/drawreport/calendarreport.py:475 #: ../gramps/plugins/drawreport/fanchart.py:688 -#: ../gramps/plugins/graph/gvhourglass.py:292 +#: ../gramps/plugins/graph/gvhourglass.py:314 #: ../gramps/plugins/graph/gvrelgraph.py:675 #: ../gramps/plugins/textreport/ancestorreport.py:283 #: ../gramps/plugins/textreport/descendreport.py:506 -#: ../gramps/plugins/textreport/detancestralreport.py:782 -#: ../gramps/plugins/textreport/detdescendantreport.py:978 +#: ../gramps/plugins/textreport/detancestralreport.py:810 +#: ../gramps/plugins/textreport/detdescendantreport.py:1002 #: ../gramps/plugins/textreport/endoflinereport.py:271 #: ../gramps/plugins/textreport/kinshipreport.py:357 #: ../gramps/plugins/textreport/numberofancestorsreport.py:205 @@ -19429,8 +19437,8 @@ msgstr "" #: ../gramps/plugins/drawreport/fanchart.py:700 #: ../gramps/plugins/textreport/ancestorreport.py:293 #: ../gramps/plugins/textreport/descendreport.py:531 -#: ../gramps/plugins/textreport/detancestralreport.py:797 -#: ../gramps/plugins/textreport/detdescendantreport.py:1006 +#: ../gramps/plugins/textreport/detancestralreport.py:825 +#: ../gramps/plugins/textreport/detdescendantreport.py:1030 msgid "Generations" msgstr "Поколения" @@ -19756,8 +19764,8 @@ msgstr " поколений неизвестных предков в пусты #: ../gramps/plugins/drawreport/ancestortree.py:1032 #: ../gramps/plugins/drawreport/descendtree.py:1763 #: ../gramps/plugins/textreport/ancestorreport.py:372 -#: ../gramps/plugins/textreport/detancestralreport.py:961 -#: ../gramps/plugins/textreport/detdescendantreport.py:1191 +#: ../gramps/plugins/textreport/detancestralreport.py:994 +#: ../gramps/plugins/textreport/detdescendantreport.py:1220 #: ../gramps/plugins/textreport/endoflinereport.py:314 #: ../gramps/plugins/textreport/endoflinereport.py:333 #: ../gramps/plugins/textreport/familygroup.py:857 @@ -19867,8 +19875,8 @@ msgstr "Задайте фильтр, чтобы ограничить лиц, к #: ../gramps/plugins/graph/gvrelgraph.py:676 #: ../gramps/plugins/textreport/ancestorreport.py:284 #: ../gramps/plugins/textreport/descendreport.py:507 -#: ../gramps/plugins/textreport/detancestralreport.py:783 -#: ../gramps/plugins/textreport/detdescendantreport.py:979 +#: ../gramps/plugins/textreport/detancestralreport.py:811 +#: ../gramps/plugins/textreport/detdescendantreport.py:1003 #: ../gramps/plugins/textreport/endoflinereport.py:272 #: ../gramps/plugins/textreport/kinshipreport.py:358 #: ../gramps/plugins/textreport/numberofancestorsreport.py:206 @@ -20322,8 +20330,8 @@ msgstr "Веерная карта %(generations)d поколений для %(pe #: ../gramps/plugins/drawreport/fanchart.py:698 #: ../gramps/plugins/textreport/birthdayreport.py:437 #: ../gramps/plugins/textreport/descendreport.py:518 -#: ../gramps/plugins/textreport/detancestralreport.py:805 -#: ../gramps/plugins/textreport/detdescendantreport.py:1015 +#: ../gramps/plugins/textreport/detancestralreport.py:833 +#: ../gramps/plugins/textreport/detdescendantreport.py:1039 #: ../gramps/plugins/textreport/kinshipreport.py:369 #: ../gramps/plugins/textreport/placereport.py:443 #: ../gramps/plugins/textreport/recordsreport.py:240 @@ -20334,8 +20342,8 @@ msgstr "Содержание" #: ../gramps/plugins/drawreport/fanchart.py:701 #: ../gramps/plugins/textreport/ancestorreport.py:294 #: ../gramps/plugins/textreport/descendreport.py:532 -#: ../gramps/plugins/textreport/detancestralreport.py:798 -#: ../gramps/plugins/textreport/detdescendantreport.py:1008 +#: ../gramps/plugins/textreport/detancestralreport.py:826 +#: ../gramps/plugins/textreport/detdescendantreport.py:1032 msgid "The number of generations to include in the report" msgstr "Сколько поколений включать в отчёт" @@ -20464,13 +20472,13 @@ msgid "Death month" msgstr "Месяц смерти" #: ../gramps/plugins/drawreport/statisticschart.py:348 -#: ../gramps/plugins/export/exportcsv.py:356 +#: ../gramps/plugins/export/exportcsv.py:357 #: ../gramps/plugins/importer/importcsv.py:172 msgid "Birth place" msgstr "Место рождения" #: ../gramps/plugins/drawreport/statisticschart.py:350 -#: ../gramps/plugins/export/exportcsv.py:358 +#: ../gramps/plugins/export/exportcsv.py:359 msgid "Death place" msgstr "Место смерти" @@ -20711,8 +20719,8 @@ msgstr "Стиль полей и значений." #: ../gramps/plugins/drawreport/timeline.py:495 #: ../gramps/plugins/textreport/ancestorreport.py:349 #: ../gramps/plugins/textreport/descendreport.py:562 -#: ../gramps/plugins/textreport/detancestralreport.py:915 -#: ../gramps/plugins/textreport/detdescendantreport.py:1145 +#: ../gramps/plugins/textreport/detancestralreport.py:948 +#: ../gramps/plugins/textreport/detdescendantreport.py:1174 #: ../gramps/plugins/textreport/endoflinereport.py:296 #: ../gramps/plugins/textreport/familygroup.py:848 #: ../gramps/plugins/textreport/indivcomplete.py:1171 @@ -20953,28 +20961,28 @@ msgstr "Переводить заголовки" msgid "Export:" msgstr "Экспорт:" -#: ../gramps/plugins/export/exportcsv.py:135 +#: ../gramps/plugins/export/exportcsv.py:136 msgid "Include people" msgstr "Включать людей" -#: ../gramps/plugins/export/exportcsv.py:136 +#: ../gramps/plugins/export/exportcsv.py:137 msgid "Include marriages" msgstr "Включать свадьбы" -#: ../gramps/plugins/export/exportcsv.py:137 +#: ../gramps/plugins/export/exportcsv.py:138 msgid "Include children" msgstr "Включать детей" -#: ../gramps/plugins/export/exportcsv.py:138 -#: ../gramps/plugins/graph/gvfamilylines.py:214 +#: ../gramps/plugins/export/exportcsv.py:139 +#: ../gramps/plugins/graph/gvfamilylines.py:225 msgid "Include places" msgstr "Включить места" -#: ../gramps/plugins/export/exportcsv.py:139 +#: ../gramps/plugins/export/exportcsv.py:140 msgid "Translate headers" msgstr "Переводить заголовки" -#: ../gramps/plugins/export/exportcsv.py:286 +#: ../gramps/plugins/export/exportcsv.py:287 #: ../gramps/plugins/gramplet/coordinates.py:95 #: ../gramps/plugins/gramplet/placedetails.py:131 #: ../gramps/plugins/lib/libplaceview.py:89 @@ -20983,7 +20991,7 @@ msgstr "Переводить заголовки" msgid "Latitude" msgstr "Широта" -#: ../gramps/plugins/export/exportcsv.py:286 +#: ../gramps/plugins/export/exportcsv.py:287 #: ../gramps/plugins/gramplet/coordinates.py:96 #: ../gramps/plugins/gramplet/placedetails.py:133 #: ../gramps/plugins/lib/libplaceview.py:90 @@ -20992,55 +21000,55 @@ msgstr "Широта" msgid "Longitude" msgstr "Долгота" -#: ../gramps/plugins/export/exportcsv.py:287 +#: ../gramps/plugins/export/exportcsv.py:288 msgid "Enclosed_by" msgstr "Входит_в" -#: ../gramps/plugins/export/exportcsv.py:339 +#: ../gramps/plugins/export/exportcsv.py:340 #, python-brace-format msgid "CSV export doesn't support non-primary surnames, {count} dropped" msgstr "Экспорт в CSV поддерживает только главные фамилии, {count} пропущено" -#: ../gramps/plugins/export/exportcsv.py:356 +#: ../gramps/plugins/export/exportcsv.py:357 msgid "Birth source" msgstr "Источник информации о рождении" -#: ../gramps/plugins/export/exportcsv.py:357 +#: ../gramps/plugins/export/exportcsv.py:358 msgid "Baptism date" msgstr "Дата крещения" -#: ../gramps/plugins/export/exportcsv.py:357 +#: ../gramps/plugins/export/exportcsv.py:358 msgid "Baptism place" msgstr "Место крещения" -#: ../gramps/plugins/export/exportcsv.py:357 +#: ../gramps/plugins/export/exportcsv.py:358 msgid "Baptism source" msgstr "Источник информации о крещении" -#: ../gramps/plugins/export/exportcsv.py:358 +#: ../gramps/plugins/export/exportcsv.py:359 msgid "Death source" msgstr "Источник информации о смерти" -#: ../gramps/plugins/export/exportcsv.py:359 +#: ../gramps/plugins/export/exportcsv.py:360 msgid "Burial date" msgstr "Дата захоронения" -#: ../gramps/plugins/export/exportcsv.py:359 +#: ../gramps/plugins/export/exportcsv.py:360 msgid "Burial place" msgstr "Место захоронения" -#: ../gramps/plugins/export/exportcsv.py:359 +#: ../gramps/plugins/export/exportcsv.py:360 msgid "Burial source" msgstr "Источник информации о захоронении" -#: ../gramps/plugins/export/exportcsv.py:472 +#: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/importer/importcsv.py:217 #: ../gramps/plugins/textreport/familygroup.py:620 #: ../gramps/plugins/webreport/narrativeweb.py:2726 msgid "Husband" msgstr "Муж" -#: ../gramps/plugins/export/exportcsv.py:472 +#: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/importer/importcsv.py:214 #: ../gramps/plugins/textreport/familygroup.py:629 #: ../gramps/plugins/webreport/narrativeweb.py:2724 @@ -22477,8 +22485,8 @@ msgstr " насчитывает 1 лицо (%(percent)s выполнено)\n" #. Create the Generation title, set an index marker #: ../gramps/plugins/gramplet/pedigreegramplet.py:267 #: ../gramps/plugins/textreport/ancestorreport.py:213 -#: ../gramps/plugins/textreport/detancestralreport.py:218 -#: ../gramps/plugins/textreport/detdescendantreport.py:347 +#: ../gramps/plugins/textreport/detancestralreport.py:221 +#: ../gramps/plugins/textreport/detdescendantreport.py:350 #: ../gramps/plugins/textreport/endoflinereport.py:185 #, python-format msgid "Generation %d" @@ -22641,7 +22649,7 @@ msgstr "меньше чем 1" #. ------------------------- #: ../gramps/plugins/gramplet/statsgramplet.py:99 -#: ../gramps/plugins/graph/gvfamilylines.py:256 +#: ../gramps/plugins/graph/gvfamilylines.py:267 #: ../gramps/plugins/textreport/summary.py:114 #: ../gramps/plugins/webreport/narrativeweb.py:1873 #: ../gramps/plugins/webreport/narrativeweb.py:1931 @@ -23062,29 +23070,49 @@ msgstr "Цветной контур" msgid "Color fill" msgstr "Цветная заливка" -#: ../gramps/plugins/graph/gvfamilylines.py:118 +#: ../gramps/plugins/graph/gvfamilylines.py:77 +#: ../gramps/plugins/graph/gvrelgraph.py:75 +msgid "Descendants <- Ancestors" +msgstr "Потомки <- Предки" + +#: ../gramps/plugins/graph/gvfamilylines.py:78 +#: ../gramps/plugins/graph/gvrelgraph.py:76 +msgid "Descendants -> Ancestors" +msgstr "Потомки -> Предки" + +#: ../gramps/plugins/graph/gvfamilylines.py:79 +#: ../gramps/plugins/graph/gvrelgraph.py:77 +msgid "Descendants <-> Ancestors" +msgstr "Потомки <-> Предки" + +#: ../gramps/plugins/graph/gvfamilylines.py:80 +#: ../gramps/plugins/graph/gvrelgraph.py:78 +msgid "Descendants - Ancestors" +msgstr "Потомки - Предки" + +#: ../gramps/plugins/graph/gvfamilylines.py:123 msgid "Follow parents to determine \"family lines\"" msgstr "Следовать к родителям для определения \"семейных линий\"" -#: ../gramps/plugins/graph/gvfamilylines.py:120 +#: ../gramps/plugins/graph/gvfamilylines.py:125 msgid "" "Parents and their ancestors will be considered when determining \"family " "lines\"." msgstr "Родители и их предки будут учтены при построении семейных линий." -#: ../gramps/plugins/graph/gvfamilylines.py:124 +#: ../gramps/plugins/graph/gvfamilylines.py:129 msgid "Follow children to determine \"family lines\"" msgstr "Следовать к детям для определения семейных линий" -#: ../gramps/plugins/graph/gvfamilylines.py:126 +#: ../gramps/plugins/graph/gvfamilylines.py:131 msgid "Children will be considered when determining \"family lines\"." msgstr "Дети и из потомки будут учтены при построении семейных линий." -#: ../gramps/plugins/graph/gvfamilylines.py:130 +#: ../gramps/plugins/graph/gvfamilylines.py:135 msgid "Try to remove extra people and families" msgstr "Пытаться удалить несвязанные семьи и людей" -#: ../gramps/plugins/graph/gvfamilylines.py:132 +#: ../gramps/plugins/graph/gvfamilylines.py:137 msgid "" "People and families not directly related to people of interest will be " "removed when determining \"family lines\"." @@ -23093,14 +23121,14 @@ msgstr "" "при определении семейных линий." #. see bug report #2180 -#: ../gramps/plugins/graph/gvfamilylines.py:138 -#: ../gramps/plugins/graph/gvhourglass.py:350 +#: ../gramps/plugins/graph/gvfamilylines.py:143 +#: ../gramps/plugins/graph/gvhourglass.py:378 #: ../gramps/plugins/graph/gvrelgraph.py:808 msgid "Use rounded corners" msgstr "Закруглять углы" -#: ../gramps/plugins/graph/gvfamilylines.py:139 -#: ../gramps/plugins/graph/gvhourglass.py:352 +#: ../gramps/plugins/graph/gvfamilylines.py:144 +#: ../gramps/plugins/graph/gvhourglass.py:380 #: ../gramps/plugins/graph/gvrelgraph.py:809 msgid "Use rounded corners to differentiate between women and men." msgstr "" @@ -23108,13 +23136,13 @@ msgstr "" "женщинами." #. ############################### -#: ../gramps/plugins/graph/gvfamilylines.py:143 -#: ../gramps/plugins/graph/gvhourglass.py:325 +#: ../gramps/plugins/graph/gvfamilylines.py:148 +#: ../gramps/plugins/graph/gvhourglass.py:347 #: ../gramps/plugins/graph/gvrelgraph.py:775 msgid "Graph coloring" msgstr "Расцветка графа" -#: ../gramps/plugins/graph/gvfamilylines.py:146 +#: ../gramps/plugins/graph/gvfamilylines.py:151 msgid "" "Males will be shown with blue, females with red, unless otherwise set above " "for filled. If the sex of an individual is unknown it will be shown with " @@ -23124,17 +23152,29 @@ msgstr "" "выбраны другие значения. Если пол лица неизвестен, то будет использован " "серый цвет." +#: ../gramps/plugins/graph/gvfamilylines.py:157 +#: ../gramps/plugins/graph/gvhourglass.py:372 +#: ../gramps/plugins/graph/gvrelgraph.py:801 +msgid "Arrowhead direction" +msgstr "Направление стрелок" + +#: ../gramps/plugins/graph/gvfamilylines.py:160 +#: ../gramps/plugins/graph/gvhourglass.py:375 +#: ../gramps/plugins/graph/gvrelgraph.py:804 +msgid "Choose the direction that the arrows point." +msgstr "Выберите направление стрелок." + #. -------------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:155 +#: ../gramps/plugins/graph/gvfamilylines.py:166 msgid "People of Interest" msgstr "Лица, представляющие интерес" #. -------------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:158 +#: ../gramps/plugins/graph/gvfamilylines.py:169 msgid "People of interest" msgstr "Лица, представляющие интерес" -#: ../gramps/plugins/graph/gvfamilylines.py:159 +#: ../gramps/plugins/graph/gvfamilylines.py:170 msgid "" "People of interest are used as a starting point when determining \"family " "lines\"." @@ -23142,214 +23182,214 @@ msgstr "" "Лица, представляющие интерес являются стартовой точкой, от которой строятся " "семейные линии." -#: ../gramps/plugins/graph/gvfamilylines.py:163 +#: ../gramps/plugins/graph/gvfamilylines.py:174 msgid "Limit the number of ancestors" msgstr "Ограничить число предков" -#: ../gramps/plugins/graph/gvfamilylines.py:165 +#: ../gramps/plugins/graph/gvfamilylines.py:176 msgid "Whether to limit the number of ancestors." msgstr "Ограничивать ли число предков." -#: ../gramps/plugins/graph/gvfamilylines.py:171 +#: ../gramps/plugins/graph/gvfamilylines.py:182 msgid "The maximum number of ancestors to include." msgstr "Максимальное число включаемых предков." -#: ../gramps/plugins/graph/gvfamilylines.py:175 +#: ../gramps/plugins/graph/gvfamilylines.py:186 msgid "Limit the number of descendants" msgstr "Ограничить число потомков" -#: ../gramps/plugins/graph/gvfamilylines.py:178 +#: ../gramps/plugins/graph/gvfamilylines.py:189 msgid "Whether to limit the number of descendants." msgstr "Ограничивать ли число потомков." -#: ../gramps/plugins/graph/gvfamilylines.py:184 +#: ../gramps/plugins/graph/gvfamilylines.py:195 msgid "The maximum number of descendants to include." msgstr "Максимальное число включаемых потомков." -#: ../gramps/plugins/graph/gvfamilylines.py:195 -#: ../gramps/plugins/graph/gvhourglass.py:312 +#: ../gramps/plugins/graph/gvfamilylines.py:206 +#: ../gramps/plugins/graph/gvhourglass.py:334 #: ../gramps/plugins/graph/gvrelgraph.py:723 #: ../gramps/plugins/textreport/indivcomplete.py:1095 msgid "Include Gramps ID" msgstr "Включать Gramps ID" -#: ../gramps/plugins/graph/gvfamilylines.py:196 -#: ../gramps/plugins/graph/gvhourglass.py:313 +#: ../gramps/plugins/graph/gvfamilylines.py:207 +#: ../gramps/plugins/graph/gvhourglass.py:335 #: ../gramps/plugins/graph/gvrelgraph.py:724 msgid "Do not include" msgstr "Не включать" -#: ../gramps/plugins/graph/gvfamilylines.py:197 -#: ../gramps/plugins/graph/gvhourglass.py:314 +#: ../gramps/plugins/graph/gvfamilylines.py:208 +#: ../gramps/plugins/graph/gvhourglass.py:336 #: ../gramps/plugins/graph/gvrelgraph.py:725 msgid "Share an existing line" msgstr "По текущей линии" -#: ../gramps/plugins/graph/gvfamilylines.py:198 -#: ../gramps/plugins/graph/gvhourglass.py:315 +#: ../gramps/plugins/graph/gvfamilylines.py:209 +#: ../gramps/plugins/graph/gvhourglass.py:337 #: ../gramps/plugins/graph/gvrelgraph.py:726 msgid "On a line of its own" msgstr "По главной линии" -#: ../gramps/plugins/graph/gvfamilylines.py:199 -#: ../gramps/plugins/graph/gvhourglass.py:316 +#: ../gramps/plugins/graph/gvfamilylines.py:210 +#: ../gramps/plugins/graph/gvhourglass.py:338 #: ../gramps/plugins/graph/gvrelgraph.py:727 msgid "Whether (and where) to include Gramps IDs" msgstr "Как и где включать номера-идентификаторы объектов Gramps ID" -#: ../gramps/plugins/graph/gvfamilylines.py:202 +#: ../gramps/plugins/graph/gvfamilylines.py:213 msgid "Include dates" msgstr "Включать даты" -#: ../gramps/plugins/graph/gvfamilylines.py:203 +#: ../gramps/plugins/graph/gvfamilylines.py:214 msgid "Whether to include dates for people and families." msgstr "Включать или нет даты для лиц и семей." -#: ../gramps/plugins/graph/gvfamilylines.py:208 +#: ../gramps/plugins/graph/gvfamilylines.py:219 msgid "Limit dates to years only" msgstr "Ограничить даты только годами" -#: ../gramps/plugins/graph/gvfamilylines.py:209 +#: ../gramps/plugins/graph/gvfamilylines.py:220 msgid "" "Prints just dates' year, neither month or day nor date approximation or " "interval are shown." msgstr "Указывать только год, опуская дни, месяцы, точность дат и интервалы." -#: ../gramps/plugins/graph/gvfamilylines.py:215 +#: ../gramps/plugins/graph/gvfamilylines.py:226 msgid "Whether to include placenames for people and families." msgstr "Включать или нет названия мест для лиц и семей." -#: ../gramps/plugins/graph/gvfamilylines.py:219 +#: ../gramps/plugins/graph/gvfamilylines.py:230 msgid "Include the number of children" msgstr "Включать число детей" -#: ../gramps/plugins/graph/gvfamilylines.py:221 +#: ../gramps/plugins/graph/gvfamilylines.py:232 msgid "" "Whether to include the number of children for families with more than 1 " "child." msgstr "" "Включать или нет число детей для семей, в которых более одного ребенка." -#: ../gramps/plugins/graph/gvfamilylines.py:226 +#: ../gramps/plugins/graph/gvfamilylines.py:237 #: ../gramps/plugins/graph/gvrelgraph.py:739 msgid "Include thumbnail images of people" msgstr "Включать изображения людей" -#: ../gramps/plugins/graph/gvfamilylines.py:229 +#: ../gramps/plugins/graph/gvfamilylines.py:240 msgid "Whether to include thumbnail images of people." msgstr "Включать или нет миниатюры изображений людей." -#: ../gramps/plugins/graph/gvfamilylines.py:234 +#: ../gramps/plugins/graph/gvfamilylines.py:245 msgid "Thumbnail location" msgstr "Позиция изображения" -#: ../gramps/plugins/graph/gvfamilylines.py:235 +#: ../gramps/plugins/graph/gvfamilylines.py:246 #: ../gramps/plugins/graph/gvrelgraph.py:746 msgid "Above the name" msgstr "Над именем" -#: ../gramps/plugins/graph/gvfamilylines.py:236 +#: ../gramps/plugins/graph/gvfamilylines.py:247 #: ../gramps/plugins/graph/gvrelgraph.py:747 msgid "Beside the name" msgstr "Под именем" -#: ../gramps/plugins/graph/gvfamilylines.py:237 +#: ../gramps/plugins/graph/gvfamilylines.py:248 #: ../gramps/plugins/graph/gvrelgraph.py:749 msgid "Where the thumbnail image should appear relative to the name" msgstr "Размещение изображения относительно имени человека" -#: ../gramps/plugins/graph/gvfamilylines.py:241 +#: ../gramps/plugins/graph/gvfamilylines.py:252 msgid "Thumbnail size" msgstr "Размер миниатюр" -#: ../gramps/plugins/graph/gvfamilylines.py:243 +#: ../gramps/plugins/graph/gvfamilylines.py:254 msgid "Large" msgstr "Большой" -#: ../gramps/plugins/graph/gvfamilylines.py:244 +#: ../gramps/plugins/graph/gvfamilylines.py:255 msgid "Size of the thumbnail image" msgstr "Размер изображения миниатюр" #. ---------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:248 +#: ../gramps/plugins/graph/gvfamilylines.py:259 msgid "Family Colors" msgstr "Цвета семей" #. ---------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:251 +#: ../gramps/plugins/graph/gvfamilylines.py:262 msgid "Family colors" msgstr "Цвета семей" -#: ../gramps/plugins/graph/gvfamilylines.py:252 +#: ../gramps/plugins/graph/gvfamilylines.py:263 msgid "Colors to use for various family lines." msgstr "Цвета для отображения разных семейных линий." -#: ../gramps/plugins/graph/gvfamilylines.py:260 -#: ../gramps/plugins/graph/gvhourglass.py:334 +#: ../gramps/plugins/graph/gvfamilylines.py:271 +#: ../gramps/plugins/graph/gvhourglass.py:356 #: ../gramps/plugins/graph/gvrelgraph.py:784 msgid "The color to use to display men." msgstr "Цвет для отображения мужчин." -#: ../gramps/plugins/graph/gvfamilylines.py:264 -#: ../gramps/plugins/graph/gvhourglass.py:338 +#: ../gramps/plugins/graph/gvfamilylines.py:275 +#: ../gramps/plugins/graph/gvhourglass.py:360 #: ../gramps/plugins/graph/gvrelgraph.py:788 msgid "The color to use to display women." msgstr "Цвет для отображения женщин." -#: ../gramps/plugins/graph/gvfamilylines.py:268 -#: ../gramps/plugins/graph/gvhourglass.py:342 +#: ../gramps/plugins/graph/gvfamilylines.py:279 +#: ../gramps/plugins/graph/gvhourglass.py:364 #: ../gramps/plugins/graph/gvrelgraph.py:793 msgid "The color to use when the gender is unknown." msgstr "Цвет для отображения людей неуказанного пола." -#: ../gramps/plugins/graph/gvfamilylines.py:273 -#: ../gramps/plugins/graph/gvhourglass.py:347 +#: ../gramps/plugins/graph/gvfamilylines.py:284 +#: ../gramps/plugins/graph/gvhourglass.py:369 #: ../gramps/plugins/graph/gvrelgraph.py:798 msgid "The color to use to display families." msgstr "Цвет для отображения семей." -#: ../gramps/plugins/graph/gvfamilylines.py:374 +#: ../gramps/plugins/graph/gvfamilylines.py:395 #: ../gramps/plugins/textreport/familygroup.py:672 #: ../gramps/plugins/textreport/indivcomplete.py:812 msgid "Empty report" msgstr "Пустой отчёт" -#: ../gramps/plugins/graph/gvfamilylines.py:375 +#: ../gramps/plugins/graph/gvfamilylines.py:396 #: ../gramps/plugins/textreport/familygroup.py:673 #: ../gramps/plugins/textreport/indivcomplete.py:813 msgid "You did not specify anybody" msgstr "Вы никого не указали" -#: ../gramps/plugins/graph/gvfamilylines.py:434 +#: ../gramps/plugins/graph/gvfamilylines.py:455 msgid "Number of people in database:" msgstr "Количество людей в базе данных:" -#: ../gramps/plugins/graph/gvfamilylines.py:437 +#: ../gramps/plugins/graph/gvfamilylines.py:458 msgid "Number of people of interest:" msgstr "Количество лиц, представляющих интерес:" -#: ../gramps/plugins/graph/gvfamilylines.py:440 +#: ../gramps/plugins/graph/gvfamilylines.py:461 msgid "Number of families in database:" msgstr "Количество семей в базе данных:" -#: ../gramps/plugins/graph/gvfamilylines.py:443 +#: ../gramps/plugins/graph/gvfamilylines.py:464 msgid "Number of families of interest:" msgstr "Количество семей, представляющих интерес:" -#: ../gramps/plugins/graph/gvfamilylines.py:447 +#: ../gramps/plugins/graph/gvfamilylines.py:468 msgid "Additional people removed:" msgstr "Дополнительных лиц удалено:" -#: ../gramps/plugins/graph/gvfamilylines.py:450 +#: ../gramps/plugins/graph/gvfamilylines.py:471 msgid "Additional families removed:" msgstr "Дополнительных семей удалено:" -#: ../gramps/plugins/graph/gvfamilylines.py:453 +#: ../gramps/plugins/graph/gvfamilylines.py:474 msgid "Initial list of people of interest:" msgstr "Список лиц, представляющих интерес:" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/graph/gvfamilylines.py:942 +#: ../gramps/plugins/graph/gvfamilylines.py:963 #, python-brace-format msgid "{number_of} child" msgid_plural "{number_of} children" @@ -23357,50 +23397,66 @@ msgstr[0] "{number_of} ребёнок" msgstr[1] "{number_of} ребёнка" msgstr[2] "{number_of} детей" -#: ../gramps/plugins/graph/gvfamilylines.py:1017 +#: ../gramps/plugins/graph/gvfamilylines.py:1038 #, python-format msgid "father: %s" msgstr "отец: %s" -#: ../gramps/plugins/graph/gvfamilylines.py:1026 +#: ../gramps/plugins/graph/gvfamilylines.py:1048 #, python-format msgid "mother: %s" msgstr "мать: %s" -#: ../gramps/plugins/graph/gvfamilylines.py:1038 +#: ../gramps/plugins/graph/gvfamilylines.py:1061 #, python-format msgid "child: %s" msgstr "ребёнок: %s" -#: ../gramps/plugins/graph/gvhourglass.py:293 +#: ../gramps/plugins/graph/gvhourglass.py:61 +msgid "Center -> Others" +msgstr "Центральное -> Другие" + +#: ../gramps/plugins/graph/gvhourglass.py:62 +msgid "Center <- Others" +msgstr "Центральное <- Другие" + +#: ../gramps/plugins/graph/gvhourglass.py:63 +msgid "Center <-> Other" +msgstr "Центральное <-> Другие" + +#: ../gramps/plugins/graph/gvhourglass.py:64 +msgid "Center - Other" +msgstr "Центральное - Другие" + +#: ../gramps/plugins/graph/gvhourglass.py:315 msgid "The Center person for the graph" msgstr "Главное лицо для построения графа" -#: ../gramps/plugins/graph/gvhourglass.py:302 +#: ../gramps/plugins/graph/gvhourglass.py:324 #: ../gramps/plugins/textreport/kinshipreport.py:371 msgid "Max Descendant Generations" msgstr "Максимум поколений потомков" -#: ../gramps/plugins/graph/gvhourglass.py:303 +#: ../gramps/plugins/graph/gvhourglass.py:325 msgid "The number of generations of descendants to include in the graph" msgstr "Сколько поколений потомков отображать на графе" -#: ../gramps/plugins/graph/gvhourglass.py:307 +#: ../gramps/plugins/graph/gvhourglass.py:329 #: ../gramps/plugins/textreport/kinshipreport.py:375 msgid "Max Ancestor Generations" msgstr "Максимум поколений предков" -#: ../gramps/plugins/graph/gvhourglass.py:308 +#: ../gramps/plugins/graph/gvhourglass.py:330 msgid "The number of generations of ancestors to include in the graph" msgstr "Сколько поколений предков отображать на графе" #. ############################### -#: ../gramps/plugins/graph/gvhourglass.py:322 +#: ../gramps/plugins/graph/gvhourglass.py:344 #: ../gramps/plugins/graph/gvrelgraph.py:772 msgid "Graph Style" msgstr "Стиль графа" -#: ../gramps/plugins/graph/gvhourglass.py:328 +#: ../gramps/plugins/graph/gvhourglass.py:350 #: ../gramps/plugins/graph/gvrelgraph.py:778 msgid "" "Males will be shown with blue, females with red. If the sex of an " @@ -23409,22 +23465,6 @@ msgstr "" "Мужчины будут выделены синим цветом, женщины - красным. Если пол лица " "неизвестен, то будет использован серый цвет." -#: ../gramps/plugins/graph/gvrelgraph.py:75 -msgid "Descendants <- Ancestors" -msgstr "Потомки <- Предки" - -#: ../gramps/plugins/graph/gvrelgraph.py:76 -msgid "Descendants -> Ancestors" -msgstr "Потомки -> Предки" - -#: ../gramps/plugins/graph/gvrelgraph.py:77 -msgid "Descendants <-> Ancestors" -msgstr "Потомки <-> Предки" - -#: ../gramps/plugins/graph/gvrelgraph.py:78 -msgid "Descendants - Ancestors" -msgstr "Потомки - Предки" - #: ../gramps/plugins/graph/gvrelgraph.py:671 msgid "Determines what people are included in the graph" msgstr "Определяет каких людей следует включать в граф" @@ -23532,14 +23572,6 @@ msgid "" "Whether to include 'Ga' and 'Gb' also, to debug the relationship calculator" msgstr "Необходимо ли включать 'Ga' и 'Gb', для отладки калькулятора отношений" -#: ../gramps/plugins/graph/gvrelgraph.py:801 -msgid "Arrowhead direction" -msgstr "Направление стрелок" - -#: ../gramps/plugins/graph/gvrelgraph.py:804 -msgid "Choose the direction that the arrows point." -msgstr "Выбрать направление стрелок." - #: ../gramps/plugins/graph/gvrelgraph.py:814 msgid "Indicate non-birth relationships with dotted lines" msgstr "Показывать пунктиром отношения, не являющиеся родительскими" @@ -28810,16 +28842,16 @@ msgstr "Версия Gtk слишком старая." #: ../gramps/plugins/lib/maps/geography.py:924 #: ../gramps/plugins/view/geoclose.py:550 -#: ../gramps/plugins/view/geoevents.py:345 -#: ../gramps/plugins/view/geoevents.py:378 +#: ../gramps/plugins/view/geoevents.py:346 +#: ../gramps/plugins/view/geoevents.py:379 #: ../gramps/plugins/view/geofamclose.py:740 #: ../gramps/plugins/view/geofamily.py:434 #: ../gramps/plugins/view/geomoves.py:625 #: ../gramps/plugins/view/geoperson.py:445 #: ../gramps/plugins/view/geoperson.py:466 #: ../gramps/plugins/view/geoperson.py:506 -#: ../gramps/plugins/view/geoplaces.py:434 -#: ../gramps/plugins/view/geoplaces.py:459 +#: ../gramps/plugins/view/geoplaces.py:435 +#: ../gramps/plugins/view/geoplaces.py:460 msgid "Center on this place" msgstr "Центрировать на этом месте" @@ -29906,14 +29938,14 @@ msgid "Ahnentafel Report for %s" msgstr "Таблица предков для %s" #: ../gramps/plugins/textreport/ancestorreport.py:297 -#: ../gramps/plugins/textreport/detancestralreport.py:840 -#: ../gramps/plugins/textreport/detdescendantreport.py:1051 +#: ../gramps/plugins/textreport/detancestralreport.py:873 +#: ../gramps/plugins/textreport/detdescendantreport.py:1080 msgid "Page break between generations" msgstr "Новая страница между поколениями" #: ../gramps/plugins/textreport/ancestorreport.py:299 -#: ../gramps/plugins/textreport/detancestralreport.py:842 -#: ../gramps/plugins/textreport/detdescendantreport.py:1053 +#: ../gramps/plugins/textreport/detancestralreport.py:875 +#: ../gramps/plugins/textreport/detdescendantreport.py:1082 msgid "Whether to start a new page after each generation." msgstr "Открывать ли новую страницу после каждого поколения." @@ -30089,7 +30121,7 @@ msgid "%s sp." msgstr "%s супр." #: ../gramps/plugins/textreport/descendreport.py:520 -#: ../gramps/plugins/textreport/detdescendantreport.py:988 +#: ../gramps/plugins/textreport/detdescendantreport.py:1012 msgid "Numbering system" msgstr "Система нумерации" @@ -30098,17 +30130,17 @@ msgid "Simple numbering" msgstr "простая нумерация" #: ../gramps/plugins/textreport/descendreport.py:523 -#: ../gramps/plugins/textreport/detdescendantreport.py:992 +#: ../gramps/plugins/textreport/detdescendantreport.py:1016 msgid "d'Aboville numbering" msgstr "метод д'Абовиля" #: ../gramps/plugins/textreport/descendreport.py:524 -#: ../gramps/plugins/textreport/detdescendantreport.py:990 +#: ../gramps/plugins/textreport/detdescendantreport.py:1014 msgid "Henry numbering" msgstr "Система Генри" #: ../gramps/plugins/textreport/descendreport.py:525 -#: ../gramps/plugins/textreport/detdescendantreport.py:991 +#: ../gramps/plugins/textreport/detdescendantreport.py:1015 msgid "Modified Henry numbering" msgstr "Изменённая система Генри" @@ -30121,7 +30153,7 @@ msgid "Meurgey de Tupigny numbering" msgstr "нумерация Тюпинье" #: ../gramps/plugins/textreport/descendreport.py:528 -#: ../gramps/plugins/textreport/detdescendantreport.py:995 +#: ../gramps/plugins/textreport/detdescendantreport.py:1019 msgid "The numbering system to be used" msgstr "Какая система нумерации поколений и потомков будет использована" @@ -30160,271 +30192,281 @@ msgid "The style used for the spouse level %d display." msgstr "Стиль для супругов %d-го уровня ." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/detancestralreport.py:206 +#: ../gramps/plugins/textreport/detancestralreport.py:209 #, python-format msgid "Ancestral Report for %s" msgstr "Отчёт о предках для %s" -#: ../gramps/plugins/textreport/detancestralreport.py:269 -#: ../gramps/plugins/textreport/detdescendantreport.py:866 -#: ../gramps/plugins/textreport/detdescendantreport.py:884 -#: ../gramps/plugins/textreport/detdescendantreport.py:895 -#: ../gramps/plugins/textreport/detdescendantreport.py:921 +#: ../gramps/plugins/textreport/detancestralreport.py:272 +#: ../gramps/plugins/textreport/detdescendantreport.py:890 +#: ../gramps/plugins/textreport/detdescendantreport.py:908 +#: ../gramps/plugins/textreport/detdescendantreport.py:919 +#: ../gramps/plugins/textreport/detdescendantreport.py:945 #, python-format msgid "More about %(person_name)s:" msgstr "Подробности про %(person_name)s:" -#: ../gramps/plugins/textreport/detancestralreport.py:305 -#: ../gramps/plugins/textreport/detdescendantreport.py:448 +#: ../gramps/plugins/textreport/detancestralreport.py:308 +#: ../gramps/plugins/textreport/detdescendantreport.py:451 #, python-format msgid "%(name)s is the same person as [%(id_str)s]." msgstr "%(name)s - то же лицо, что и [%(id_str)s]." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/detancestralreport.py:347 -#: ../gramps/plugins/textreport/detdescendantreport.py:853 +#: ../gramps/plugins/textreport/detancestralreport.py:350 +#: ../gramps/plugins/textreport/detdescendantreport.py:877 #, python-format msgid "Notes for %s" msgstr "Заметки о %s" -#: ../gramps/plugins/textreport/detancestralreport.py:365 -#: ../gramps/plugins/textreport/detdescendantreport.py:874 +#: ../gramps/plugins/textreport/detancestralreport.py:368 +#: ../gramps/plugins/textreport/detdescendantreport.py:898 #, python-format msgid "%(name_kind)s: %(name)s%(endnotes)s" msgstr "%(name_kind)s: %(name)s%(endnotes)s" -#: ../gramps/plugins/textreport/detancestralreport.py:394 -#: ../gramps/plugins/textreport/detdescendantreport.py:908 +#: ../gramps/plugins/textreport/detancestralreport.py:397 +#: ../gramps/plugins/textreport/detdescendantreport.py:932 msgid "Address: " msgstr "Адрес: " #. translators: needed for Arabic, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:403 -#: ../gramps/plugins/textreport/detdescendantreport.py:911 +#: ../gramps/plugins/textreport/detancestralreport.py:406 +#: ../gramps/plugins/textreport/detdescendantreport.py:935 #, python-format msgid "%s, " msgstr "%s, " #. translators: needed for French, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:416 -#: ../gramps/plugins/textreport/detancestralreport.py:484 -#: ../gramps/plugins/textreport/detdescendantreport.py:524 -#: ../gramps/plugins/textreport/detdescendantreport.py:789 -#: ../gramps/plugins/textreport/detdescendantreport.py:930 +#: ../gramps/plugins/textreport/detancestralreport.py:419 +#: ../gramps/plugins/textreport/detancestralreport.py:487 +#: ../gramps/plugins/textreport/detdescendantreport.py:527 +#: ../gramps/plugins/textreport/detdescendantreport.py:813 +#: ../gramps/plugins/textreport/detdescendantreport.py:954 #, python-format msgid "%(type)s: %(value)s%(endnotes)s" msgstr "%(type)s: %(value)s%(endnotes)s" -#: ../gramps/plugins/textreport/detancestralreport.py:465 +#: ../gramps/plugins/textreport/detancestralreport.py:468 #, python-format msgid "%(event_role)s at %(event_name)s of %(primary_person)s: %(event_text)s" msgstr "%(event_role)s в %(event_name)s у %(primary_person)s: %(event_text)s" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:481 -#: ../gramps/plugins/textreport/detdescendantreport.py:407 -#: ../gramps/plugins/textreport/detdescendantreport.py:521 +#: ../gramps/plugins/textreport/detancestralreport.py:484 +#: ../gramps/plugins/textreport/detdescendantreport.py:410 +#: ../gramps/plugins/textreport/detdescendantreport.py:524 #: ../gramps/plugins/textreport/familygroup.py:133 msgid "; " msgstr "; " -#: ../gramps/plugins/textreport/detancestralreport.py:585 -#: ../gramps/plugins/textreport/detdescendantreport.py:676 +#: ../gramps/plugins/textreport/detancestralreport.py:591 +#: ../gramps/plugins/textreport/detdescendantreport.py:681 #, python-format msgid "Children of %(mother_name)s and %(father_name)s" msgstr "Дети %(mother_name)s и %(father_name)s" -#: ../gramps/plugins/textreport/detancestralreport.py:648 -#: ../gramps/plugins/textreport/detdescendantreport.py:762 -#: ../gramps/plugins/textreport/detdescendantreport.py:781 +#: ../gramps/plugins/textreport/detancestralreport.py:673 +#: ../gramps/plugins/textreport/detdescendantreport.py:786 +#: ../gramps/plugins/textreport/detdescendantreport.py:805 #, python-format msgid "More about %(mother_name)s and %(father_name)s:" msgstr "Подробности про %(mother_name)s и %(father_name)s:" # !!!FIXME!!! This noun should be in different forms for different spose gender (супруг/супруга) --dikiy -#: ../gramps/plugins/textreport/detancestralreport.py:703 -#: ../gramps/plugins/textreport/detdescendantreport.py:615 +#: ../gramps/plugins/textreport/detancestralreport.py:728 +#: ../gramps/plugins/textreport/detdescendantreport.py:618 #, python-format msgid "Spouse: %s" msgstr "Супруг(а): %s" -#: ../gramps/plugins/textreport/detancestralreport.py:707 -#: ../gramps/plugins/textreport/detdescendantreport.py:619 +#: ../gramps/plugins/textreport/detancestralreport.py:732 +#: ../gramps/plugins/textreport/detdescendantreport.py:622 #, python-format msgid "Relationship with: %s" msgstr "Отношения с: %s" -#: ../gramps/plugins/textreport/detancestralreport.py:786 +#: ../gramps/plugins/textreport/detancestralreport.py:814 msgid "Sosa-Stradonitz number" msgstr "Число Sosa-Stradonitz" -#: ../gramps/plugins/textreport/detancestralreport.py:788 +#: ../gramps/plugins/textreport/detancestralreport.py:816 msgid "The Sosa-Stradonitz number of the central person." msgstr "Число Sosa-Stradonitz для центрального лица." -#: ../gramps/plugins/textreport/detancestralreport.py:807 -#: ../gramps/plugins/textreport/detdescendantreport.py:1017 +#: ../gramps/plugins/textreport/detancestralreport.py:835 +#: ../gramps/plugins/textreport/detdescendantreport.py:1041 msgid "Use callname for common name" msgstr "Использовать имя в быту как обычное имя" -#: ../gramps/plugins/textreport/detancestralreport.py:808 -#: ../gramps/plugins/textreport/detdescendantreport.py:1019 +#: ../gramps/plugins/textreport/detancestralreport.py:836 +#: ../gramps/plugins/textreport/detdescendantreport.py:1043 msgid "Whether to use the call name as the first name." msgstr "Использовать ли разговорное имя в качестве основного." -#: ../gramps/plugins/textreport/detancestralreport.py:812 -#: ../gramps/plugins/textreport/detdescendantreport.py:1023 +#: ../gramps/plugins/textreport/detancestralreport.py:840 +#: ../gramps/plugins/textreport/detdescendantreport.py:1047 msgid "Use full dates instead of only the year" msgstr "Использовать полные даты а не только год" -#: ../gramps/plugins/textreport/detancestralreport.py:814 -#: ../gramps/plugins/textreport/detdescendantreport.py:1025 +#: ../gramps/plugins/textreport/detancestralreport.py:842 +#: ../gramps/plugins/textreport/detdescendantreport.py:1049 msgid "Whether to use full dates instead of just year." msgstr "Использовать полные даты вместо одного только года." -#: ../gramps/plugins/textreport/detancestralreport.py:817 -#: ../gramps/plugins/textreport/detdescendantreport.py:1028 +#: ../gramps/plugins/textreport/detancestralreport.py:845 +#: ../gramps/plugins/textreport/detdescendantreport.py:1052 msgid "List children" msgstr "Перечислять детей" -#: ../gramps/plugins/textreport/detancestralreport.py:818 -#: ../gramps/plugins/textreport/detdescendantreport.py:1029 +#: ../gramps/plugins/textreport/detancestralreport.py:846 +#: ../gramps/plugins/textreport/detdescendantreport.py:1053 msgid "Whether to list children." msgstr "Перечислять ли детей." -#: ../gramps/plugins/textreport/detancestralreport.py:821 -#: ../gramps/plugins/textreport/detdescendantreport.py:1032 +#: ../gramps/plugins/textreport/detancestralreport.py:849 +#: ../gramps/plugins/textreport/detdescendantreport.py:1056 +msgid "List Spouses of Children" +msgstr "Перечислять супругов детей" + +#: ../gramps/plugins/textreport/detancestralreport.py:851 +#: ../gramps/plugins/textreport/detdescendantreport.py:1058 +msgid "Whether to list the spouses of the children." +msgstr "Перечислять ли супругов детей." + +#: ../gramps/plugins/textreport/detancestralreport.py:854 +#: ../gramps/plugins/textreport/detdescendantreport.py:1061 msgid "Compute death age" msgstr "Вычислять возраст смерти" -#: ../gramps/plugins/textreport/detancestralreport.py:822 -#: ../gramps/plugins/textreport/detdescendantreport.py:1033 +#: ../gramps/plugins/textreport/detancestralreport.py:855 +#: ../gramps/plugins/textreport/detdescendantreport.py:1062 msgid "Whether to compute a person's age at death." -msgstr "Вычислять ли возраст смерти." +msgstr "Вычислять ли в каком возрасте умер человек." -#: ../gramps/plugins/textreport/detancestralreport.py:825 -#: ../gramps/plugins/textreport/detdescendantreport.py:1036 +#: ../gramps/plugins/textreport/detancestralreport.py:858 +#: ../gramps/plugins/textreport/detdescendantreport.py:1065 msgid "Omit duplicate ancestors" msgstr "Пропускать повторяющихся предков" -#: ../gramps/plugins/textreport/detancestralreport.py:826 -#: ../gramps/plugins/textreport/detdescendantreport.py:1037 +#: ../gramps/plugins/textreport/detancestralreport.py:859 +#: ../gramps/plugins/textreport/detdescendantreport.py:1066 msgid "Whether to omit duplicate ancestors." msgstr "Пропускать ли повторяющихся предков." -#: ../gramps/plugins/textreport/detancestralreport.py:829 +#: ../gramps/plugins/textreport/detancestralreport.py:862 msgid "Use Complete Sentences" msgstr "Использовать полные предложения" -#: ../gramps/plugins/textreport/detancestralreport.py:831 -#: ../gramps/plugins/textreport/detdescendantreport.py:1042 +#: ../gramps/plugins/textreport/detancestralreport.py:864 +#: ../gramps/plugins/textreport/detdescendantreport.py:1071 msgid "Whether to use complete sentences or succinct language." msgstr "Использовать полные предложения или краткий язык." -#: ../gramps/plugins/textreport/detancestralreport.py:835 -#: ../gramps/plugins/textreport/detdescendantreport.py:1045 +#: ../gramps/plugins/textreport/detancestralreport.py:868 +#: ../gramps/plugins/textreport/detdescendantreport.py:1074 msgid "Add descendant reference in child list" msgstr "Добавлять ссылки на потомков в списки детей" -#: ../gramps/plugins/textreport/detancestralreport.py:837 -#: ../gramps/plugins/textreport/detdescendantreport.py:1048 +#: ../gramps/plugins/textreport/detancestralreport.py:870 +#: ../gramps/plugins/textreport/detdescendantreport.py:1077 msgid "Whether to add descendant references in child list." msgstr "Добавлять ли ссылки на потомков в списки детей." -#: ../gramps/plugins/textreport/detancestralreport.py:845 -#: ../gramps/plugins/textreport/detdescendantreport.py:1056 +#: ../gramps/plugins/textreport/detancestralreport.py:878 +#: ../gramps/plugins/textreport/detdescendantreport.py:1085 #: ../gramps/plugins/textreport/indivcomplete.py:1059 msgid "Page break before end notes" msgstr "Новая страница перед сносками" -#: ../gramps/plugins/textreport/detancestralreport.py:847 -#: ../gramps/plugins/textreport/detdescendantreport.py:1058 +#: ../gramps/plugins/textreport/detancestralreport.py:880 +#: ../gramps/plugins/textreport/detdescendantreport.py:1087 #: ../gramps/plugins/textreport/indivcomplete.py:1061 msgid "Whether to start a new page before the end notes." msgstr "Открывать ли новую страницу перед сносками." -#: ../gramps/plugins/textreport/detancestralreport.py:854 -#: ../gramps/plugins/textreport/detdescendantreport.py:1072 +#: ../gramps/plugins/textreport/detancestralreport.py:887 +#: ../gramps/plugins/textreport/detdescendantreport.py:1101 msgid "Include notes" msgstr "Включать заметки" -#: ../gramps/plugins/textreport/detancestralreport.py:855 -#: ../gramps/plugins/textreport/detdescendantreport.py:1073 +#: ../gramps/plugins/textreport/detancestralreport.py:888 +#: ../gramps/plugins/textreport/detdescendantreport.py:1102 msgid "Whether to include notes." msgstr "Включать ли заметки." -#: ../gramps/plugins/textreport/detancestralreport.py:858 -#: ../gramps/plugins/textreport/detdescendantreport.py:1091 +#: ../gramps/plugins/textreport/detancestralreport.py:891 +#: ../gramps/plugins/textreport/detdescendantreport.py:1120 msgid "Include attributes" msgstr "Включать атрибуты" -#: ../gramps/plugins/textreport/detancestralreport.py:859 -#: ../gramps/plugins/textreport/detdescendantreport.py:1092 +#: ../gramps/plugins/textreport/detancestralreport.py:892 +#: ../gramps/plugins/textreport/detdescendantreport.py:1121 #: ../gramps/plugins/textreport/familygroup.py:753 #: ../gramps/plugins/textreport/indivcomplete.py:1088 msgid "Whether to include attributes." msgstr "Включать ли атрибуты." -#: ../gramps/plugins/textreport/detancestralreport.py:862 -#: ../gramps/plugins/textreport/detdescendantreport.py:1064 +#: ../gramps/plugins/textreport/detancestralreport.py:895 +#: ../gramps/plugins/textreport/detdescendantreport.py:1093 #: ../gramps/plugins/textreport/indivcomplete.py:1083 msgid "Include Photo/Images from Gallery" msgstr "Включать изображения из галерей" -#: ../gramps/plugins/textreport/detancestralreport.py:863 -#: ../gramps/plugins/textreport/detdescendantreport.py:1065 +#: ../gramps/plugins/textreport/detancestralreport.py:896 +#: ../gramps/plugins/textreport/detdescendantreport.py:1094 #: ../gramps/plugins/textreport/indivcomplete.py:1084 msgid "Whether to include images." msgstr "Включать ли изображения." -#: ../gramps/plugins/textreport/detancestralreport.py:866 -#: ../gramps/plugins/textreport/detdescendantreport.py:1095 +#: ../gramps/plugins/textreport/detancestralreport.py:899 +#: ../gramps/plugins/textreport/detdescendantreport.py:1124 msgid "Include alternative names" msgstr "Включать альтернативные имена" -#: ../gramps/plugins/textreport/detancestralreport.py:867 -#: ../gramps/plugins/textreport/detdescendantreport.py:1096 +#: ../gramps/plugins/textreport/detancestralreport.py:900 +#: ../gramps/plugins/textreport/detdescendantreport.py:1125 msgid "Whether to include other names." msgstr "Включать ли другие имена." -#: ../gramps/plugins/textreport/detancestralreport.py:870 -#: ../gramps/plugins/textreport/detdescendantreport.py:1068 +#: ../gramps/plugins/textreport/detancestralreport.py:903 +#: ../gramps/plugins/textreport/detdescendantreport.py:1097 msgid "Include events" msgstr "Включать события" -#: ../gramps/plugins/textreport/detancestralreport.py:871 -#: ../gramps/plugins/textreport/detdescendantreport.py:1069 +#: ../gramps/plugins/textreport/detancestralreport.py:904 +#: ../gramps/plugins/textreport/detdescendantreport.py:1098 msgid "Whether to include events." msgstr "Включать ли события." -#: ../gramps/plugins/textreport/detancestralreport.py:874 -#: ../gramps/plugins/textreport/detdescendantreport.py:1087 +#: ../gramps/plugins/textreport/detancestralreport.py:907 +#: ../gramps/plugins/textreport/detdescendantreport.py:1116 msgid "Include addresses" msgstr "Включать адреса" -#: ../gramps/plugins/textreport/detancestralreport.py:875 -#: ../gramps/plugins/textreport/detdescendantreport.py:1088 +#: ../gramps/plugins/textreport/detancestralreport.py:908 +#: ../gramps/plugins/textreport/detdescendantreport.py:1117 msgid "Whether to include addresses." msgstr "Включать ли адреса." -#: ../gramps/plugins/textreport/detancestralreport.py:878 -#: ../gramps/plugins/textreport/detdescendantreport.py:1099 +#: ../gramps/plugins/textreport/detancestralreport.py:911 +#: ../gramps/plugins/textreport/detdescendantreport.py:1128 msgid "Include sources" msgstr "Включать источники" -#: ../gramps/plugins/textreport/detancestralreport.py:879 -#: ../gramps/plugins/textreport/detdescendantreport.py:1100 +#: ../gramps/plugins/textreport/detancestralreport.py:912 +#: ../gramps/plugins/textreport/detdescendantreport.py:1129 msgid "Whether to include source references." msgstr "Включать ли ссылки на источники." -#: ../gramps/plugins/textreport/detancestralreport.py:882 -#: ../gramps/plugins/textreport/detdescendantreport.py:1103 +#: ../gramps/plugins/textreport/detancestralreport.py:915 +#: ../gramps/plugins/textreport/detdescendantreport.py:1132 #: ../gramps/plugins/textreport/indivcomplete.py:1075 msgid "Include sources notes" msgstr "Включать заметки об источниках" -#: ../gramps/plugins/textreport/detancestralreport.py:883 -#: ../gramps/plugins/textreport/detdescendantreport.py:1105 +#: ../gramps/plugins/textreport/detancestralreport.py:916 +#: ../gramps/plugins/textreport/detdescendantreport.py:1134 #: ../gramps/plugins/textreport/indivcomplete.py:1077 msgid "" "Whether to include source notes in the Endnotes section. Only works if " @@ -30433,127 +30475,120 @@ msgstr "" "Включать ли заметки к источникам в секцию заключительных примечаний. " "Работает только если включено добавление источников." -#: ../gramps/plugins/textreport/detancestralreport.py:888 +#: ../gramps/plugins/textreport/detancestralreport.py:921 msgid "Include other events" msgstr "Включать другие события" -#: ../gramps/plugins/textreport/detancestralreport.py:889 +#: ../gramps/plugins/textreport/detancestralreport.py:922 msgid "Whether to include other events people participated in." msgstr "Включать ли другие события в которых лицо принимало участие." -#. How to handle missing information -#. Missing information -#: ../gramps/plugins/textreport/detancestralreport.py:895 -#: ../gramps/plugins/textreport/detdescendantreport.py:1123 -msgid "Missing information" -msgstr "Отсутствующая информация" - -#: ../gramps/plugins/textreport/detancestralreport.py:897 -#: ../gramps/plugins/textreport/detdescendantreport.py:1126 +#: ../gramps/plugins/textreport/detancestralreport.py:930 +#: ../gramps/plugins/textreport/detdescendantreport.py:1155 msgid "Replace missing places with ______" msgstr "Заменять пропущенные места на ______" -#: ../gramps/plugins/textreport/detancestralreport.py:898 -#: ../gramps/plugins/textreport/detdescendantreport.py:1128 +#: ../gramps/plugins/textreport/detancestralreport.py:931 +#: ../gramps/plugins/textreport/detdescendantreport.py:1157 msgid "Whether to replace missing Places with blanks." msgstr "Заменять не указанные места пропусками." -#: ../gramps/plugins/textreport/detancestralreport.py:901 -#: ../gramps/plugins/textreport/detdescendantreport.py:1131 +#: ../gramps/plugins/textreport/detancestralreport.py:934 +#: ../gramps/plugins/textreport/detdescendantreport.py:1160 msgid "Replace missing dates with ______" msgstr "Заменять пропущенные даты на ______" -#: ../gramps/plugins/textreport/detancestralreport.py:902 -#: ../gramps/plugins/textreport/detdescendantreport.py:1132 +#: ../gramps/plugins/textreport/detancestralreport.py:935 +#: ../gramps/plugins/textreport/detdescendantreport.py:1161 msgid "Whether to replace missing Dates with blanks." msgstr "Заменять не указанные даты пропусками." -#: ../gramps/plugins/textreport/detancestralreport.py:935 -#: ../gramps/plugins/textreport/detdescendantreport.py:1165 +#: ../gramps/plugins/textreport/detancestralreport.py:968 +#: ../gramps/plugins/textreport/detdescendantreport.py:1194 msgid "The style used for the children list title." msgstr "Стиль заголовка списка детей." -#: ../gramps/plugins/textreport/detancestralreport.py:945 -#: ../gramps/plugins/textreport/detdescendantreport.py:1175 +#: ../gramps/plugins/textreport/detancestralreport.py:978 +#: ../gramps/plugins/textreport/detdescendantreport.py:1204 msgid "The style used for the children list." msgstr "Стиль списка детей." -#: ../gramps/plugins/textreport/detancestralreport.py:968 -#: ../gramps/plugins/textreport/detdescendantreport.py:1198 +#: ../gramps/plugins/textreport/detancestralreport.py:1001 +#: ../gramps/plugins/textreport/detdescendantreport.py:1227 msgid "The style used for the first personal entry." msgstr "Стиль первой личной записи." -#: ../gramps/plugins/textreport/detancestralreport.py:978 +#: ../gramps/plugins/textreport/detancestralreport.py:1011 msgid "The style used for the More About header." msgstr "Стиль заголовка подробностей." -#: ../gramps/plugins/textreport/detancestralreport.py:988 -#: ../gramps/plugins/textreport/detdescendantreport.py:1220 +#: ../gramps/plugins/textreport/detancestralreport.py:1021 +#: ../gramps/plugins/textreport/detdescendantreport.py:1249 msgid "The style used for additional detail data." msgstr "Стиль для дополнительной информации." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/detdescendantreport.py:334 +#: ../gramps/plugins/textreport/detdescendantreport.py:337 #, python-format msgid "Descendant Report for %(person_name)s" msgstr "Отчёт о потомках для %(person_name)s" -#: ../gramps/plugins/textreport/detdescendantreport.py:635 +#: ../gramps/plugins/textreport/detdescendantreport.py:638 #, python-format msgid "Ref: %(number)s. %(name)s" msgstr "Ссылка: %(number)s. %(name)s" -#: ../gramps/plugins/textreport/detdescendantreport.py:739 +#: ../gramps/plugins/textreport/detdescendantreport.py:763 #, python-format msgid "Notes for %(mother_name)s and %(father_name)s:" msgstr "Заметки о %(mother_name)s и %(father_name)s:" -#: ../gramps/plugins/textreport/detdescendantreport.py:994 +#: ../gramps/plugins/textreport/detdescendantreport.py:1018 msgid "Record (Modified Register) numbering" msgstr "Модифицированная регистрационная система" -#: ../gramps/plugins/textreport/detdescendantreport.py:998 +#: ../gramps/plugins/textreport/detdescendantreport.py:1022 msgid "Report structure" msgstr "Структура отчёта" -#: ../gramps/plugins/textreport/detdescendantreport.py:1001 +#: ../gramps/plugins/textreport/detdescendantreport.py:1025 msgid "show people by generations" msgstr "показывать людей по поколениям" -#: ../gramps/plugins/textreport/detdescendantreport.py:1002 +#: ../gramps/plugins/textreport/detdescendantreport.py:1026 msgid "show people by lineage" msgstr "показывать людей по родословной" -#: ../gramps/plugins/textreport/detdescendantreport.py:1003 +#: ../gramps/plugins/textreport/detdescendantreport.py:1027 msgid "How people are organized in the report" msgstr "Определяет как люди будут организованы в отчёте" -#: ../gramps/plugins/textreport/detdescendantreport.py:1040 +#: ../gramps/plugins/textreport/detdescendantreport.py:1069 msgid "Use complete sentences" msgstr "Использовать полные предложения" -#: ../gramps/plugins/textreport/detdescendantreport.py:1076 +#: ../gramps/plugins/textreport/detdescendantreport.py:1105 #: ../gramps/plugins/textreport/kinshipreport.py:379 msgid "Include spouses" msgstr "Включить супругов" -#: ../gramps/plugins/textreport/detdescendantreport.py:1078 +#: ../gramps/plugins/textreport/detdescendantreport.py:1107 msgid "Whether to include detailed spouse information." msgstr "Включать ли подробную информацию о супруге." -#: ../gramps/plugins/textreport/detdescendantreport.py:1081 +#: ../gramps/plugins/textreport/detdescendantreport.py:1110 msgid "Include spouse reference" msgstr "Упоминать супругов" -#: ../gramps/plugins/textreport/detdescendantreport.py:1082 +#: ../gramps/plugins/textreport/detdescendantreport.py:1111 msgid "Whether to include reference to spouse." msgstr "Включать ли упоминания супругов." -#: ../gramps/plugins/textreport/detdescendantreport.py:1110 +#: ../gramps/plugins/textreport/detdescendantreport.py:1139 msgid "Include sign of succession ('+') in child-list" msgstr "Использовать знак наследования ('+') в списке детей" -#: ../gramps/plugins/textreport/detdescendantreport.py:1111 +#: ../gramps/plugins/textreport/detdescendantreport.py:1140 msgid "" "Whether to include a sign ('+') before the descendant number in the child-" "list to indicate a child has succession." @@ -30561,17 +30596,17 @@ msgstr "" "Помещать ли знак ('+') перед номером потомка в списке детей, чтобы " "обозначить наличие потомков." -#: ../gramps/plugins/textreport/detdescendantreport.py:1116 +#: ../gramps/plugins/textreport/detdescendantreport.py:1145 msgid "Include path to start-person" msgstr "Путь до стартового лица" -#: ../gramps/plugins/textreport/detdescendantreport.py:1117 +#: ../gramps/plugins/textreport/detdescendantreport.py:1146 msgid "" "Whether to include the path of descendancy from the start-person to each " "descendant." msgstr "Включать ли путь от стартового лица до каждого из потомков." -#: ../gramps/plugins/textreport/detdescendantreport.py:1209 +#: ../gramps/plugins/textreport/detdescendantreport.py:1238 msgid "The style used for the More About header and for headers of mates." msgstr "" "Стиль используемый для заголовков подробностей и для заголовков друзей." @@ -31417,7 +31452,7 @@ msgstr "Отчёт по ссылкам в заметках" msgid "Shows status of links in notes" msgstr "Показывать статус ссылок в заметках" -#: ../gramps/plugins/tool/changenames.glade:33 +#: ../gramps/plugins/tool/changenames.glade:34 msgid "" "Below is a list of the family names that \n" "Gramps can convert to correct capitalization. \n" @@ -31427,7 +31462,7 @@ msgstr "" "Gramps может исправить регистр. \n" "Выберите фамилии, которые следует исправить. " -#: ../gramps/plugins/tool/changenames.glade:106 +#: ../gramps/plugins/tool/changenames.glade:107 msgid "_Accept changes and close" msgstr "_Принять изменения и закрыть" @@ -34015,23 +34050,23 @@ msgid "incomplete or unreferenced event ?" msgstr "событие не заполнено до конца, или без ссылки?" #: ../gramps/plugins/view/geoevents.py:295 -#: ../gramps/plugins/view/geoevents.py:307 +#: ../gramps/plugins/view/geoevents.py:308 msgid "Selecting all events" msgstr "Выбираются все события" -#: ../gramps/plugins/view/geoevents.py:352 -#: ../gramps/plugins/view/geoevents.py:384 +#: ../gramps/plugins/view/geoevents.py:353 +#: ../gramps/plugins/view/geoevents.py:385 msgid "Bookmark this event" msgstr "Добавить закладку на это событие" -#: ../gramps/plugins/view/geoevents.py:399 +#: ../gramps/plugins/view/geoevents.py:400 msgid "Show all events" msgstr "Отображать все события" -#: ../gramps/plugins/view/geoevents.py:403 -#: ../gramps/plugins/view/geoevents.py:408 -#: ../gramps/plugins/view/geoplaces.py:484 -#: ../gramps/plugins/view/geoplaces.py:489 +#: ../gramps/plugins/view/geoevents.py:404 +#: ../gramps/plugins/view/geoevents.py:409 +#: ../gramps/plugins/view/geoplaces.py:485 +#: ../gramps/plugins/view/geoplaces.py:490 msgid "Centering on Place" msgstr "Центрирование на месте" @@ -34301,11 +34336,11 @@ msgid "GeoPlaces" msgstr "ГеоМеста" #: ../gramps/plugins/view/geoplaces.py:345 -#: ../gramps/plugins/view/geoplaces.py:357 +#: ../gramps/plugins/view/geoplaces.py:358 msgid "Selecting all places" msgstr "Выбираются все места" -#: ../gramps/plugins/view/geoplaces.py:367 +#: ../gramps/plugins/view/geoplaces.py:368 msgid "" "Right click on the map and select 'show all places' to show all known places " "with coordinates. You can change the markers color depending on place type. " @@ -34315,7 +34350,7 @@ msgstr "" "показать все имеющиеся места с координатами. Цвет маркеров можно установить " "в соответствии с типом места. Поддерживается использование фильтров." -#: ../gramps/plugins/view/geoplaces.py:380 +#: ../gramps/plugins/view/geoplaces.py:381 msgid "" "Right click on the map and select 'show all places' to show all known places " "with coordinates. You can use the history to navigate on the map. You can " @@ -34326,42 +34361,42 @@ msgstr "" "историей. Цвет маркеров можно установить в соответствии с типом места. " "Поддерживается использование фильтров." -#: ../gramps/plugins/view/geoplaces.py:395 +#: ../gramps/plugins/view/geoplaces.py:396 msgid "The place name in the status bar is disabled." msgstr "Название места в статус панели недоступно." -#: ../gramps/plugins/view/geoplaces.py:400 +#: ../gramps/plugins/view/geoplaces.py:401 #, python-format msgid "The maximum number of places is reached (%d)." msgstr "Достигнуто максимально разрешённое число местоположений (%d)." -#: ../gramps/plugins/view/geoplaces.py:403 +#: ../gramps/plugins/view/geoplaces.py:404 msgid "Some information are missing." msgstr "Часть информации отсутствует." -#: ../gramps/plugins/view/geoplaces.py:405 +#: ../gramps/plugins/view/geoplaces.py:406 msgid "Please, use filtering to reduce this number." msgstr "Пожалуйста, используйте фильтр, чтобы уменьшить их число." -#: ../gramps/plugins/view/geoplaces.py:407 +#: ../gramps/plugins/view/geoplaces.py:408 msgid "You can modify this value in the geography option." msgstr "Это значение можно изменить в параметрах географии." -#: ../gramps/plugins/view/geoplaces.py:409 +#: ../gramps/plugins/view/geoplaces.py:410 msgid "In this case, it may take time to show all markers." msgstr "" "Поэтому, это может занять значительное время, чтобы отобразить все маркеры." -#: ../gramps/plugins/view/geoplaces.py:441 -#: ../gramps/plugins/view/geoplaces.py:465 +#: ../gramps/plugins/view/geoplaces.py:442 +#: ../gramps/plugins/view/geoplaces.py:466 msgid "Bookmark this place" msgstr "Добавить закладку на это местоположение" -#: ../gramps/plugins/view/geoplaces.py:480 +#: ../gramps/plugins/view/geoplaces.py:481 msgid "Show all places" msgstr "Показать все местоположения" -#: ../gramps/plugins/view/geoplaces.py:590 +#: ../gramps/plugins/view/geoplaces.py:591 msgid "The places marker color" msgstr "Цвет маркеров мест" @@ -36353,6 +36388,12 @@ msgstr "Небраска" msgid "No style sheet" msgstr "Без стилевого листа" +#~ msgid "Detached width" +#~ msgstr "Ширина отсоединённого" + +#~ msgid "Detached height" +#~ msgstr "Высота отсоединённого" + #~ msgid "Preparing sub-filter" #~ msgstr "Подготовка подфильтра" diff --git a/po/sv.po b/po/sv.po index cfa382c85..d518a8abe 100644 --- a/po/sv.po +++ b/po/sv.po @@ -20,14 +20,14 @@ # Bo Rosén , 2001. # Jens Arvidsson , 2002-2005. # Stefan Björk , 2005-2006. -# Peter Landgren , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016. +# Peter Landgren , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: sv\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-06-20 13:00-0700\n" -"PO-Revision-Date: 2016-01-22 11:16+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2017-01-24 16:59+0100\n" +"PO-Revision-Date: 2017-01-21 14:20+0100\n" +"Last-Translator: Peter Landgren \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" @@ -62,7 +62,7 @@ msgstr "" " All din forskning hålls organiserad, sökbar och precis så detaljerad du " "vill." -#: ../data/gramps.desktop.in.h:1 ../gramps/gui/glade/displaystate.glade:8 +#: ../data/gramps.desktop.in.h:1 msgid "Gramps" msgstr "Gramps" @@ -96,13 +96,13 @@ msgid "Gramps XML database" msgstr "Gramps XML-databas" #: ../data/gramps.keys.in.h:4 ../data/gramps.xml.in.h:2 -#: ../gramps/plugins/export/export.gpr.py:73 -#: ../gramps/plugins/importer/import.gpr.py:51 +#: ../gramps/plugins/export/export.gpr.py:76 +#: ../gramps/plugins/importer/import.gpr.py:54 msgid "GEDCOM" msgstr "GEDCOM" -#: ../data/gramps.keys.in.h:5 ../gramps/plugins/export/export.gpr.py:95 -#: ../gramps/plugins/importer/import.gpr.py:70 +#: ../data/gramps.keys.in.h:5 ../gramps/plugins/export/export.gpr.py:98 +#: ../gramps/plugins/importer/import.gpr.py:73 msgid "GeneWeb" msgstr "GeneWeb" @@ -472,7 +472,6 @@ msgstr "" "rapporteras." #: ../data/tips.xml.in.h:14 -#, fuzzy msgid "" "SoundEx can help with family research
SoundEx solves a long " "standing problem in genealogy, how to handle spelling variations. The " @@ -487,9 +486,7 @@ msgstr "" "Verktyget SoundEx tar ett efternamn och generar en förenklad form, som är " "likvärdig för likaljudande namn. Att veta SoundEx-koden för ett efternamn är " "till stor hjälp vid efterforskning i censusdatafiler (mikrokort).För att få " -"fram SoundExkoder för efternamn i din databas, gå till "Verktyg > " -"Verktyg > Skapa SoundExkoder...". (ö.a. detta är mest användbart i " -"engelskspråkiga länder)." +"fram SoundExkoder för efternamn i din databas, add the SoundEx Gramplet." #: ../data/tips.xml.in.h:15 msgid "" @@ -596,7 +593,6 @@ msgstr "" ""Vy"-menyn. " #: ../data/tips.xml.in.h:23 -#, fuzzy msgid "" "Navigating Back and Forward
Gramps maintains a list of previous " "active objects such as People and Events. You can move forward and backward " @@ -604,8 +600,9 @@ msgid "" "Back" or the arrow buttons." msgstr "" "Navigering bakåt och framåt
Gramps har en lista med tidigare " -"aktiva personer. Du kan gå framåt och bakåt genom listan genom att använda " -""Gå > Framåt" och "Gå > Bakåt" eller pilknapparna." +"aktiva objekt såsom personer och händelser. Du kan gå framåt och bakåt genom " +"listan genom att använda "Gå > Framåt" och "Gå > " +"Bakåt" eller pilknapparna." #: ../data/tips.xml.in.h:24 msgid "" @@ -748,7 +745,6 @@ msgstr "" "bookmark brukar få heta bookmark på svenska också" #: ../data/tips.xml.in.h:34 -#, fuzzy msgid "" "Incorrect Dates
Everyone occasionally enters dates with an " "invalid format. Incorrect date formats will show up in Gramps with a either " @@ -758,9 +754,10 @@ msgid "" "Preferences > Display"." msgstr "" "Felaktiga datum
: Alla skriver någon gång in datum med ogiltigt " -"format. Felaktiga datumformat kommer att visas med en rödaktig bakgrund. " -"Rätta till med hjälp av dialogrutan för datumval. Datumformatet ställs in " -"under "Redigera > Inställningar > Visa".hit" +"format. Felaktiga datumformat kommer att visas med en rödaktig bakgrund " +"eller en röd punkt vid fältets kant. Rätta till med hjälp av dialogrutan för " +"datumval. Datumformatet ställs in under "Redigera > Inställningar " +"> Visa"." #: ../data/tips.xml.in.h:35 msgid "" @@ -777,7 +774,6 @@ msgstr "" "kan f.n. inte tas bort på ett enkelt sätt/ö.s. anm.). " #: ../data/tips.xml.in.h:36 -#, fuzzy msgid "" "Managing Names
It is easy to manage people with several names in " "Gramps. In the Person Editor select the Names tab. You can add names of " @@ -1011,7 +1007,6 @@ msgstr "" "upplevde. Berättelser betyder mycket för att skapa liv i din familjehistoria." #: ../data/tips.xml.in.h:56 -#, fuzzy msgid "" "Don't speak English?
Volunteers have translated Gramps into more " "than 40 languages. If Gramps supports your language and it is not being " @@ -1109,7 +1104,7 @@ msgstr "" "Fel: Släktträdet '%s' finns redan.\n" "C-alternativet kan ej användas." -#: ../gramps/cli/arghandler.py:236 +#: ../gramps/cli/arghandler.py:238 #, python-format msgid "" "Error: Input Family Tree \"%s\" does not exist.\n" @@ -1120,17 +1115,17 @@ msgstr "" "Om GEDCOM, Gramps-xml eller grdb, använd -i alternativet för att importera " "till ett släktträd i stället. " -#: ../gramps/cli/arghandler.py:249 +#: ../gramps/cli/arghandler.py:252 #, python-format msgid "Error: Import file %s not found." msgstr "Fel: importfil %s saknas." -#: ../gramps/cli/arghandler.py:267 +#: ../gramps/cli/arghandler.py:270 #, python-format msgid "Error: Unrecognized type: \"%(format)s\" for import file: %(filename)s" msgstr "Fel: okänd typ: \"%(format)s\" för filimport: %(filename)s" -#: ../gramps/cli/arghandler.py:287 +#: ../gramps/cli/arghandler.py:290 #, python-format msgid "" "WARNING: Output file already exists!\n" @@ -1141,38 +1136,39 @@ msgstr "" "VARNING: Den kommer att skrivas över:\n" " %s" -#: ../gramps/cli/arghandler.py:290 +#: ../gramps/cli/arghandler.py:293 msgid "OK to overwrite?" msgstr "Är det OK att skriva över?" -#: ../gramps/cli/arghandler.py:291 ../gramps/cli/clidbman.py:431 +#: ../gramps/cli/arghandler.py:294 ../gramps/cli/clidbman.py:438 msgid "no" msgstr "nej" -#: ../gramps/cli/arghandler.py:291 ../gramps/cli/clidbman.py:431 +#: ../gramps/cli/arghandler.py:294 ../gramps/cli/arghandler.py:295 +#: ../gramps/cli/clidbman.py:438 msgid "yes" msgstr "ja" -#: ../gramps/cli/arghandler.py:293 +#: ../gramps/cli/arghandler.py:297 #, python-format msgid "Will overwrite the existing file: %s" msgstr "Kommer att skriva över den befintliga filen: %s" -#: ../gramps/cli/arghandler.py:313 +#: ../gramps/cli/arghandler.py:317 #, python-format msgid "ERROR: Unrecognized format for export file %s" msgstr "FEL: Okänt format på exportfilen %s" -#: ../gramps/cli/arghandler.py:397 +#: ../gramps/cli/arghandler.py:402 msgid "List of known Family Trees in your database path\n" msgstr "Lista på kända släktträd i din databassökväg\n" -#: ../gramps/cli/arghandler.py:405 +#: ../gramps/cli/arghandler.py:410 #, python-format msgid "%(full_DB_path)s with name \"%(f_t_name)s\"" msgstr "%(full_DB_path)s med namnet \"%(f_t_name)s\"" -#: ../gramps/cli/arghandler.py:422 ../gramps/cli/clidbman.py:183 +#: ../gramps/cli/arghandler.py:428 ../gramps/cli/clidbman.py:184 msgid "Gramps Family Trees:" msgstr "Gramps släktträd:" @@ -1183,91 +1179,91 @@ msgstr "Gramps släktträd:" #. constants #. #. ------------------------------------------------------------------------- -#: ../gramps/cli/arghandler.py:428 ../gramps/cli/arghandler.py:430 -#: ../gramps/cli/arghandler.py:434 ../gramps/cli/arghandler.py:435 -#: ../gramps/cli/arghandler.py:437 ../gramps/cli/clidbman.py:68 -#: ../gramps/cli/clidbman.py:171 ../gramps/cli/clidbman.py:192 -#: ../gramps/gui/clipboard.py:970 ../gramps/gui/configure.py:1473 +#: ../gramps/cli/arghandler.py:434 ../gramps/cli/arghandler.py:436 +#: ../gramps/cli/arghandler.py:441 ../gramps/cli/arghandler.py:442 +#: ../gramps/cli/arghandler.py:444 ../gramps/cli/clidbman.py:69 +#: ../gramps/cli/clidbman.py:172 ../gramps/cli/clidbman.py:193 +#: ../gramps/gui/clipboard.py:970 ../gramps/gui/configure.py:1502 msgid "Family Tree" msgstr "Släktträd" #. translators: used in French+Russian, ignore otherwise -#: ../gramps/cli/arghandler.py:435 ../gramps/cli/arghandler.py:439 +#: ../gramps/cli/arghandler.py:442 ../gramps/cli/arghandler.py:446 #: ../gramps/gen/plug/report/endnotes.py:199 #, python-format msgid "\"%s\"" msgstr "" -#: ../gramps/cli/arghandler.py:447 +#: ../gramps/cli/arghandler.py:454 #, python-format msgid "Performing action: %s." msgstr "Utför åtgärd: %s." -#: ../gramps/cli/arghandler.py:449 +#: ../gramps/cli/arghandler.py:458 #, python-format msgid "Using options string: %s" msgstr "Använder alternativsträng: %s" -#: ../gramps/cli/arghandler.py:454 +#: ../gramps/cli/arghandler.py:464 #, python-format msgid "Exporting: file %(filename)s, format %(format)s." msgstr "Exporterar: fil %(filename)s, format %(format)s." -#: ../gramps/cli/arghandler.py:463 +#: ../gramps/cli/arghandler.py:475 msgid "Cleaning up." msgstr "Städar upp." -#: ../gramps/cli/arghandler.py:496 +#: ../gramps/cli/arghandler.py:509 msgid "Created empty Family Tree successfully" msgstr "Skapade med framgång ett tomt släktträd" -#: ../gramps/cli/arghandler.py:499 ../gramps/cli/arghandler.py:524 +#: ../gramps/cli/arghandler.py:512 ../gramps/cli/arghandler.py:538 msgid "Error opening the file." msgstr "Fel vid filöppning." -#: ../gramps/cli/arghandler.py:500 ../gramps/cli/arghandler.py:525 +#: ../gramps/cli/arghandler.py:513 ../gramps/cli/arghandler.py:539 msgid "Exiting..." msgstr "Avslutar..." -#: ../gramps/cli/arghandler.py:504 +#: ../gramps/cli/arghandler.py:517 #, python-format msgid "Importing: file %(filename)s, format %(format)s." msgstr "Importerar: fil %(filename)s, format %(format)s." -#: ../gramps/cli/arghandler.py:522 +#: ../gramps/cli/arghandler.py:536 msgid "Opened successfully!" msgstr "Öppnades framgångsrikt!" -#: ../gramps/cli/arghandler.py:536 +#: ../gramps/cli/arghandler.py:550 msgid "Database is locked, cannot open it!" msgstr "Databasen är låst, kan inte öppna den!" -#: ../gramps/cli/arghandler.py:537 +#: ../gramps/cli/arghandler.py:551 #, python-format msgid " Info: %s" msgstr " Info: %s" -#: ../gramps/cli/arghandler.py:540 +#: ../gramps/cli/arghandler.py:554 msgid "Database needs recovery, cannot open it!" msgstr "Databasen behöver återhämtas, kan ej öppna den!" -#: ../gramps/cli/arghandler.py:591 ../gramps/cli/arghandler.py:639 -#: ../gramps/cli/arghandler.py:686 +#: ../gramps/cli/arghandler.py:605 ../gramps/cli/arghandler.py:654 +#: ../gramps/cli/arghandler.py:701 msgid "Ignoring invalid options string." msgstr "Struntar ogiltig alternativsträng." #. name exists, but is not in the list of valid report names -#: ../gramps/cli/arghandler.py:615 +#: ../gramps/cli/arghandler.py:629 msgid "Unknown report name." msgstr "Okänt rapportnamn." -#: ../gramps/cli/arghandler.py:617 +#: ../gramps/cli/arghandler.py:631 #, python-format msgid "Report name not given. Please use one of %(donottranslate)s=reportname" msgstr "Rappportnamn ej angivet. Använd en av %(donottranslate)s=rapportnamn" -#: ../gramps/cli/arghandler.py:621 ../gramps/cli/arghandler.py:669 -#: ../gramps/cli/arghandler.py:702 +#: ../gramps/cli/arghandler.py:635 ../gramps/cli/arghandler.py:683 +#: ../gramps/cli/arghandler.py:717 #, python-format msgid "" "%s\n" @@ -1276,26 +1272,26 @@ msgstr "" "%s\n" " Tillgängliga namn är:" -#: ../gramps/cli/arghandler.py:663 +#: ../gramps/cli/arghandler.py:677 msgid "Unknown tool name." msgstr "Okänt namn på verktyg." -#: ../gramps/cli/arghandler.py:665 +#: ../gramps/cli/arghandler.py:679 #, python-format msgid "Tool name not given. Please use one of %(donottranslate)s=toolname." msgstr "" "Verktygsnamn ej angivet. Använd ett av %(donottranslate)s=vefrktygsnamn." -#: ../gramps/cli/arghandler.py:696 +#: ../gramps/cli/arghandler.py:711 msgid "Unknown book name." msgstr "Okänt namn på bok." -#: ../gramps/cli/arghandler.py:698 +#: ../gramps/cli/arghandler.py:713 #, python-format msgid "Book name not given. Please use one of %(donottranslate)s=bookname." msgstr "Namn på bok ej angivet. Använd ett av %(donottranslate)s=boknamn." -#: ../gramps/cli/arghandler.py:707 +#: ../gramps/cli/arghandler.py:722 #, python-format msgid "Unknown action: %s." msgstr "Okänd åtgärd: %s" @@ -1334,7 +1330,6 @@ msgid "" " -q, --quiet Suppress progress indication output " "(non-GUI mode only)\n" " -v, --version Show versions\n" -" -b, --databases Show available database backends\n" msgstr "" "\n" "Användning: gramps.py [ALTERNATIV...]\n" @@ -1369,7 +1364,7 @@ msgstr "" "Undertryck indikator om hur det går -v, --version " "Visar versioner\n" -#: ../gramps/cli/argparser.py:83 +#: ../gramps/cli/argparser.py:82 #, fuzzy msgid "" "\n" @@ -1485,7 +1480,7 @@ msgstr "" "Notera: Dessa exempel gäller för bash-skalet.\n" "Syntaxen kan vara annorlunda för andra skal och i Windows.\n" -#: ../gramps/cli/argparser.py:240 ../gramps/cli/argparser.py:403 +#: ../gramps/cli/argparser.py:240 ../gramps/cli/argparser.py:394 msgid "Error parsing the arguments" msgstr "Fel vid avsyning av argumenten" @@ -1498,47 +1493,47 @@ msgstr "" "Fel vid avsyning av argument: %s\n" "Skriv gramps --help så får du en översikt av kommandon eller läs manualen." -#: ../gramps/cli/argparser.py:259 +#: ../gramps/cli/argparser.py:260 #, python-format msgid "Trying to open: %s ..." msgstr "Försöker öppna: %s ..." -#: ../gramps/cli/argparser.py:295 +#: ../gramps/cli/argparser.py:297 #, python-format msgid "Unknown action: %s. Ignoring." msgstr "Okänd åtgärd: %s. Ignorerar" -#: ../gramps/cli/argparser.py:304 +#: ../gramps/cli/argparser.py:307 msgid "setup debugging" msgstr "avlusningsinställning" -#: ../gramps/cli/argparser.py:315 +#: ../gramps/cli/argparser.py:318 #, python-format msgid "Gramps config settings from %s:" msgstr "Gramps-inställningar från %s:" -#: ../gramps/cli/argparser.py:348 +#: ../gramps/cli/argparser.py:335 #, python-format msgid "Current Gramps config setting: %(name)s:%(value)s" msgstr "Aktuella Gramps-inställningar: %(name)s:%(value)s" #. does a user want the default config value? -#: ../gramps/cli/argparser.py:355 +#: ../gramps/cli/argparser.py:342 msgid "DEFAULT" msgstr "Standard" #. translators: indent "New" to match "Current" -#: ../gramps/cli/argparser.py:362 +#: ../gramps/cli/argparser.py:349 #, python-format msgid " New Gramps config setting: %(name)s:%(value)s" msgstr " Nya Gramps-inställningar: %(name)s:%(value)s" -#: ../gramps/cli/argparser.py:371 +#: ../gramps/cli/argparser.py:357 #, python-format msgid "Gramps: no such config setting: '%s'" msgstr "Gramps: ingen sådan inställning: '%s'" -#: ../gramps/cli/argparser.py:404 +#: ../gramps/cli/argparser.py:395 #, python-format msgid "" "Error parsing the arguments: %s \n" @@ -1548,7 +1543,7 @@ msgstr "" "För att använda kommandoradsläge så måste åtminstone en indatafil för " "behandling anges." -#: ../gramps/cli/clidbman.py:81 +#: ../gramps/cli/clidbman.py:82 #, python-format msgid "" "ERROR: %(title)s \n" @@ -1557,13 +1552,13 @@ msgstr "" "FEL: %(title)s \n" " %(message)s" -#: ../gramps/cli/clidbman.py:168 ../gramps/cli/clidbman.py:170 +#: ../gramps/cli/clidbman.py:169 ../gramps/cli/clidbman.py:171 #: ../gramps/gui/clipboard.py:186 ../gramps/gui/clipboard.py:187 -#: ../gramps/gui/plug/_windows.py:483 +#: ../gramps/gui/plug/_windows.py:496 msgid "Unavailable" msgstr "Otillgänglig" -#: ../gramps/cli/clidbman.py:172 ../gramps/gen/lib/media.py:195 +#: ../gramps/cli/clidbman.py:173 ../gramps/gen/lib/media.py:160 #: ../gramps/gui/editors/displaytabs/webembedlist.py:66 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:90 #: ../gramps/gui/glade/editmedia.glade:289 @@ -1572,65 +1567,65 @@ msgstr "Otillgänglig" msgid "Path" msgstr "Sökväg" -#: ../gramps/cli/clidbman.py:173 ../gramps/gen/plug/_pluginreg.py:88 +#: ../gramps/cli/clidbman.py:174 ../gramps/gen/plug/_pluginreg.py:88 #, fuzzy msgid "Database" msgstr "Databassökväg" -#: ../gramps/cli/clidbman.py:174 ../gramps/gui/dbman.py:389 +#: ../gramps/cli/clidbman.py:175 ../gramps/gui/dbman.py:401 msgid "Last accessed" msgstr "Använd senast" -#: ../gramps/cli/clidbman.py:175 +#: ../gramps/cli/clidbman.py:176 msgid "Locked?" msgstr "Låst?" -#: ../gramps/cli/clidbman.py:192 +#: ../gramps/cli/clidbman.py:193 #, python-format msgid "Family Tree \"%s\":" msgstr "Släktträd \"%s\":" #. translators: needed for French, ignore otherwise -#: ../gramps/cli/clidbman.py:196 +#: ../gramps/cli/clidbman.py:197 #, python-format msgid " %(item)s: %(summary)s" msgstr " %(item)s: %(summary)s" -#: ../gramps/cli/clidbman.py:282 +#: ../gramps/cli/clidbman.py:283 #, python-format msgid "Starting Import, %s" msgstr "Påbörjar importer, %s" -#: ../gramps/cli/clidbman.py:288 +#: ../gramps/cli/clidbman.py:289 msgid "Import finished..." msgstr "Import avslutat..." #. Create a new database -#: ../gramps/cli/clidbman.py:375 ../gramps/plugins/importer/importcsv.py:337 +#: ../gramps/cli/clidbman.py:380 ../gramps/plugins/importer/importcsv.py:343 msgid "Importing data..." msgstr "Importerar data..." -#: ../gramps/cli/clidbman.py:429 +#: ../gramps/cli/clidbman.py:434 #, fuzzy msgid "Remove family tree warning" msgstr "Ta bort släktträd" -#: ../gramps/cli/clidbman.py:430 +#: ../gramps/cli/clidbman.py:435 #, fuzzy, python-format msgid "" "Are you sure you want to remove the family tree named\n" "\"%s\"?" msgstr "Är du säker på att du vill uppgradera detta släktträd?" -#: ../gramps/cli/clidbman.py:438 ../gramps/gui/dbman.py:712 +#: ../gramps/cli/clidbman.py:445 ../gramps/gui/dbman.py:726 msgid "Could not delete Family Tree" msgstr "Kunde inte radera släktträd" -#: ../gramps/cli/clidbman.py:452 +#: ../gramps/cli/clidbman.py:459 msgid "Could not rename Family Tree" msgstr "Kunde inte döpa om släktträd" -#: ../gramps/cli/clidbman.py:485 +#: ../gramps/cli/clidbman.py:492 #, python-format msgid "" "\n" @@ -1649,104 +1644,125 @@ msgstr "" " %s\n" "\n" -#: ../gramps/cli/clidbman.py:537 ../gramps/gui/configure.py:1347 +#: ../gramps/cli/clidbman.py:544 ../gramps/gui/configure.py:1366 +#: ../gramps/gui/configure.py:1490 msgid "Never" msgstr "Aldrig" #. feature request 2356: avoid genitive form -#: ../gramps/cli/clidbman.py:553 +#: ../gramps/cli/clidbman.py:560 #, python-format msgid "Locked by %s" msgstr "Låst av %s" #. allow deferred translation of attribute UI strings -#: ../gramps/cli/clidbman.py:555 ../gramps/gen/lib/attrtype.py:62 +#. Pro-Gen has a text field for the date. +#. It can be anything (it should be dd-mm-yyyy), but we have seen: +#. yyyy +#. mm-yyyy +#. before yyyy +#. dd=mm-yyyy (typo I guess) +#. 00-00-yyyy +#. oo-oo-yyyy +#. dd-mm-00 (does this mean we do not know about the year?) +#. This function tries to parse the text and create a proper Gramps Date() +#. object. If all else fails we create a MOD_TEXTONLY Date() object. +#: ../gramps/cli/clidbman.py:562 ../gramps/gen/lib/attrtype.py:62 #: ../gramps/gen/lib/childreftype.py:73 ../gramps/gen/lib/eventroletype.py:52 #: ../gramps/gen/lib/eventtype.py:162 ../gramps/gen/lib/familyreltype.py:47 #: ../gramps/gen/lib/grampstype.py:33 ../gramps/gen/lib/nameorigintype.py:73 -#: ../gramps/gen/lib/nametype.py:46 ../gramps/gen/lib/notetype.py:71 +#: ../gramps/gen/lib/nametype.py:46 ../gramps/gen/lib/notetype.py:73 #: ../gramps/gen/lib/placetype.py:63 ../gramps/gen/lib/repotype.py:52 #: ../gramps/gen/lib/srcattrtype.py:43 ../gramps/gen/lib/srcmediatype.py:56 #: ../gramps/gen/lib/urltype.py:47 ../gramps/gen/utils/lds.py:80 #: ../gramps/gen/utils/lds.py:86 ../gramps/gen/utils/unknown.py:119 #: ../gramps/gen/utils/unknown.py:121 ../gramps/gen/utils/unknown.py:125 #: ../gramps/gen/utils/unknown.py:131 ../gramps/gen/utils/unknown.py:136 -#: ../gramps/gui/clipboard.py:183 ../gramps/gui/dbman.py:971 +#: ../gramps/gui/clipboard.py:183 ../gramps/gui/dbman.py:987 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:125 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:143 -#: ../gramps/gui/editors/editmedia.py:180 +#: ../gramps/gui/editors/editmedia.py:178 #: ../gramps/gui/editors/editmediaref.py:142 -#: ../gramps/plugins/database/bsddb_support/write.py:2556 +#: ../gramps/plugins/db/bsddb/write.py:2460 #: ../gramps/plugins/gramplet/persondetails.py:208 #: ../gramps/plugins/gramplet/persondetails.py:214 #: ../gramps/plugins/gramplet/persondetails.py:216 #: ../gramps/plugins/gramplet/persondetails.py:217 #: ../gramps/plugins/gramplet/relativegramplet.py:124 #: ../gramps/plugins/gramplet/relativegramplet.py:135 -#: ../gramps/plugins/graph/gvfamilylines.py:259 -#: ../gramps/plugins/graph/gvrelgraph.py:788 -#: ../gramps/plugins/lib/maps/geography.py:802 -#: ../gramps/plugins/lib/maps/geography.py:812 -#: ../gramps/plugins/lib/maps/geography.py:813 +#: ../gramps/plugins/graph/gvfamilylines.py:267 +#: ../gramps/plugins/graph/gvrelgraph.py:791 +#: ../gramps/plugins/importer/importprogen.py:981 +#: ../gramps/plugins/lib/maps/geography.py:836 +#: ../gramps/plugins/lib/maps/geography.py:846 +#: ../gramps/plugins/lib/maps/geography.py:847 #: ../gramps/plugins/quickview/all_relations.py:277 #: ../gramps/plugins/quickview/all_relations.py:294 -#: ../gramps/plugins/textreport/descendreport.py:241 -#: ../gramps/plugins/textreport/detancestralreport.py:202 -#: ../gramps/plugins/textreport/detancestralreport.py:286 -#: ../gramps/plugins/textreport/detancestralreport.py:569 -#: ../gramps/plugins/textreport/detancestralreport.py:571 -#: ../gramps/plugins/textreport/detancestralreport.py:578 -#: ../gramps/plugins/textreport/detancestralreport.py:580 -#: ../gramps/plugins/textreport/detancestralreport.py:595 -#: ../gramps/plugins/textreport/detancestralreport.py:629 -#: ../gramps/plugins/textreport/detancestralreport.py:631 -#: ../gramps/plugins/textreport/detancestralreport.py:638 -#: ../gramps/plugins/textreport/detancestralreport.py:640 -#: ../gramps/plugins/textreport/detancestralreport.py:698 -#: ../gramps/plugins/textreport/detdescendantreport.py:294 -#: ../gramps/plugins/textreport/detdescendantreport.py:387 -#: ../gramps/plugins/textreport/detdescendantreport.py:570 -#: ../gramps/plugins/textreport/detdescendantreport.py:607 -#: ../gramps/plugins/textreport/detdescendantreport.py:609 -#: ../gramps/plugins/textreport/detdescendantreport.py:616 -#: ../gramps/plugins/textreport/detdescendantreport.py:618 -#: ../gramps/plugins/textreport/detdescendantreport.py:644 -#: ../gramps/plugins/textreport/detdescendantreport.py:767 -#: ../gramps/plugins/textreport/indivcomplete.py:84 -#: ../gramps/plugins/textreport/indivcomplete.py:873 -#: ../gramps/plugins/tool/check.py:2135 -#: ../gramps/plugins/tool/dumpgenderstats.py:65 +#: ../gramps/plugins/textreport/descendreport.py:313 +#: ../gramps/plugins/textreport/detancestralreport.py:203 +#: ../gramps/plugins/textreport/detancestralreport.py:287 +#: ../gramps/plugins/textreport/detancestralreport.py:570 +#: ../gramps/plugins/textreport/detancestralreport.py:572 +#: ../gramps/plugins/textreport/detancestralreport.py:579 +#: ../gramps/plugins/textreport/detancestralreport.py:581 +#: ../gramps/plugins/textreport/detancestralreport.py:596 +#: ../gramps/plugins/textreport/detancestralreport.py:630 +#: ../gramps/plugins/textreport/detancestralreport.py:632 +#: ../gramps/plugins/textreport/detancestralreport.py:639 +#: ../gramps/plugins/textreport/detancestralreport.py:641 +#: ../gramps/plugins/textreport/detancestralreport.py:699 +#: ../gramps/plugins/textreport/detdescendantreport.py:329 +#: ../gramps/plugins/textreport/detdescendantreport.py:427 +#: ../gramps/plugins/textreport/detdescendantreport.py:612 +#: ../gramps/plugins/textreport/detdescendantreport.py:650 +#: ../gramps/plugins/textreport/detdescendantreport.py:652 +#: ../gramps/plugins/textreport/detdescendantreport.py:659 +#: ../gramps/plugins/textreport/detdescendantreport.py:661 +#: ../gramps/plugins/textreport/detdescendantreport.py:687 +#: ../gramps/plugins/textreport/detdescendantreport.py:811 +#: ../gramps/plugins/textreport/indivcomplete.py:86 +#: ../gramps/plugins/textreport/indivcomplete.py:913 +#: ../gramps/plugins/tool/check.py:2356 ../gramps/plugins/tool/check.py:2382 +#: ../gramps/plugins/tool/dumpgenderstats.py:74 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:100 #: ../gramps/plugins/view/geoclose.py:521 -#: ../gramps/plugins/view/geofamclose.py:272 -#: ../gramps/plugins/view/geofamclose.py:713 +#: ../gramps/plugins/view/geofamclose.py:271 +#: ../gramps/plugins/view/geofamclose.py:712 #: ../gramps/plugins/view/geofamily.py:465 #: ../gramps/plugins/view/geomoves.py:596 #: ../gramps/plugins/view/geoperson.py:480 -#: ../gramps/plugins/view/relview.py:458 ../gramps/plugins/view/relview.py:997 -#: ../gramps/plugins/view/relview.py:1054 -#: ../gramps/plugins/webreport/narrativeweb.py:395 -#: ../gramps/plugins/webreport/narrativeweb.py:2597 -#: ../gramps/plugins/webreport/narrativeweb.py:2796 +#: ../gramps/plugins/view/geoplaces.py:525 +#: ../gramps/plugins/view/relview.py:468 +#: ../gramps/plugins/view/relview.py:1008 +#: ../gramps/plugins/view/relview.py:1065 +#: ../gramps/plugins/webreport/narrativeweb.py:2147 +#: ../gramps/plugins/webreport/narrativeweb.py:2176 +#: ../gramps/plugins/webreport/narrativeweb.py:2181 +#: ../gramps/plugins/webreport/narrativeweb.py:2188 +#: ../gramps/plugins/webreport/narrativeweb.py:2583 +#: ../gramps/plugins/webreport/narrativeweb.py:2681 +#: ../gramps/plugins/webreport/narrativeweb.py:2784 msgid "Unknown" msgstr "Okänd" -#: ../gramps/cli/grampscli.py:83 +#: ../gramps/cli/grampscli.py:84 #, python-format msgid "WARNING: %s" msgstr "VARNING: %s" -#: ../gramps/cli/grampscli.py:90 ../gramps/cli/grampscli.py:245 +#: ../gramps/cli/grampscli.py:91 ../gramps/cli/grampscli.py:250 #, python-format msgid "ERROR: %s" msgstr "FEL: %s" -#: ../gramps/cli/grampscli.py:102 ../gramps/cli/user.py:196 -#: ../gramps/gui/dialog.py:214 +#: ../gramps/cli/grampscli.py:105 ../gramps/cli/user.py:200 +#: ../gramps/gui/dialog.py:244 msgid "Low level database corruption detected" msgstr "Databasfel på låg nivå upptäckt" -#: ../gramps/cli/grampscli.py:104 ../gramps/cli/user.py:197 -#: ../gramps/gui/dialog.py:215 +#: ../gramps/cli/grampscli.py:107 ../gramps/cli/user.py:201 +#: ../gramps/gui/dialog.py:245 msgid "" "Gramps has detected a problem in the underlying Berkeley database. This can " "be repaired from the Family Tree Manager. Select the database and click on " @@ -1756,44 +1772,44 @@ msgstr "" "Detta kan repareras från Släktträdshanteraren. Välj databasen och klicka på " "Reparera-knappen." -#: ../gramps/cli/grampscli.py:148 ../gramps/gui/dbloader.py:301 +#: ../gramps/cli/grampscli.py:152 ../gramps/gui/dbloader.py:160 msgid "Read only database" msgstr "Skrivskyddad databas" -#: ../gramps/cli/grampscli.py:149 ../gramps/gui/dbloader.py:242 -#: ../gramps/gui/dbloader.py:302 +#: ../gramps/cli/grampscli.py:153 ../gramps/gui/dbloader.py:161 +#: ../gramps/gui/dbloader.py:500 msgid "You do not have write access to the selected file." msgstr "Du har inte skrivåtkomst till den valda filen." -#: ../gramps/cli/grampscli.py:175 ../gramps/cli/grampscli.py:178 -#: ../gramps/cli/grampscli.py:181 ../gramps/cli/grampscli.py:184 -#: ../gramps/cli/grampscli.py:187 ../gramps/cli/grampscli.py:190 -#: ../gramps/cli/grampscli.py:193 ../gramps/cli/grampscli.py:196 -#: ../gramps/cli/grampscli.py:199 ../gramps/gui/dbloader.py:401 -#: ../gramps/gui/dbloader.py:404 ../gramps/gui/dbloader.py:407 -#: ../gramps/gui/dbloader.py:410 ../gramps/gui/dbloader.py:413 +#: ../gramps/cli/grampscli.py:179 ../gramps/cli/grampscli.py:182 +#: ../gramps/cli/grampscli.py:185 ../gramps/cli/grampscli.py:188 +#: ../gramps/cli/grampscli.py:191 ../gramps/cli/grampscli.py:194 +#: ../gramps/cli/grampscli.py:197 ../gramps/cli/grampscli.py:200 +#: ../gramps/cli/grampscli.py:203 ../gramps/gui/dbloader.py:264 +#: ../gramps/gui/dbloader.py:267 ../gramps/gui/dbloader.py:270 +#: ../gramps/gui/dbloader.py:273 ../gramps/gui/dbloader.py:276 msgid "Cannot open database" msgstr "Kan inte öppna databas" -#: ../gramps/cli/grampscli.py:203 ../gramps/gui/dbloader.py:198 -#: ../gramps/gui/dbloader.py:417 +#: ../gramps/cli/grampscli.py:207 ../gramps/gui/dbloader.py:280 +#: ../gramps/gui/dbloader.py:457 #, python-format msgid "Could not open file: %s" msgstr "Kunde inte öppna fil: %s" -#: ../gramps/cli/grampscli.py:257 +#: ../gramps/cli/grampscli.py:263 msgid "Could not load a recent Family Tree." msgstr "Kunde inte ladda ett nyligen använt släktträd." -#: ../gramps/cli/grampscli.py:258 +#: ../gramps/cli/grampscli.py:264 msgid "Family Tree does not exist, as it has been deleted." msgstr "Släktträdet saknas, då det har raderats." -#: ../gramps/cli/grampscli.py:263 +#: ../gramps/cli/grampscli.py:269 msgid "The database is locked." msgstr "Databasen är låst" -#: ../gramps/cli/grampscli.py:264 +#: ../gramps/cli/grampscli.py:270 msgid "" "Use the --force-unlock option if you are sure that the database is not in " "use." @@ -1801,113 +1817,119 @@ msgstr "" "Använd valet -force-unlocking om du är säker på att databasen inte används." #. already errors encountered. Show first one on terminal and exit -#: ../gramps/cli/grampscli.py:342 +#: ../gramps/cli/grampscli.py:350 #, python-format msgid "Error encountered: %s" msgstr "Fel påträffat: %s" -#: ../gramps/cli/grampscli.py:344 ../gramps/cli/grampscli.py:352 +#: ../gramps/cli/grampscli.py:352 ../gramps/cli/grampscli.py:360 #, python-format msgid " Details: %s" msgstr " Detaljer: %s" -#: ../gramps/cli/grampscli.py:349 +#: ../gramps/cli/grampscli.py:357 #, python-format msgid "Error encountered in argument parsing: %s" msgstr "Fel påträffat vid avsyning av argument: %s" -#: ../gramps/cli/plug/__init__.py:168 +#: ../gramps/cli/plug/__init__.py:170 msgid "ERROR: Please specify a person" msgstr "FEL: Specificera en person" -#: ../gramps/cli/plug/__init__.py:193 +#: ../gramps/cli/plug/__init__.py:195 msgid "ERROR: Please specify a family" msgstr "FEL: Specificera en familj" -#: ../gramps/cli/plug/__init__.py:265 +#: ../gramps/cli/plug/__init__.py:283 msgid "=filename" msgstr "=filnamn" -#: ../gramps/cli/plug/__init__.py:265 +#: ../gramps/cli/plug/__init__.py:284 msgid "Output file name. MANDATORY" msgstr "Utdatafilsnamn. Obligatoriskt" -#: ../gramps/cli/plug/__init__.py:266 +#: ../gramps/cli/plug/__init__.py:285 msgid "=format" msgstr "=format" -#: ../gramps/cli/plug/__init__.py:266 +#: ../gramps/cli/plug/__init__.py:285 msgid "Output file format." msgstr "Format för utdata" -#: ../gramps/cli/plug/__init__.py:267 ../gramps/cli/plug/__init__.py:268 +#: ../gramps/cli/plug/__init__.py:286 ../gramps/cli/plug/__init__.py:287 msgid "=name" msgstr "=namn" -#: ../gramps/cli/plug/__init__.py:267 +#: ../gramps/cli/plug/__init__.py:286 msgid "Style name." msgstr "Mallnamn" -#: ../gramps/cli/plug/__init__.py:268 +#: ../gramps/cli/plug/__init__.py:287 msgid "Paper size name." msgstr "Pappersstorleksnamn" -#: ../gramps/cli/plug/__init__.py:269 ../gramps/cli/plug/__init__.py:270 -#: ../gramps/cli/plug/__init__.py:272 ../gramps/cli/plug/__init__.py:274 -#: ../gramps/cli/plug/__init__.py:276 +#: ../gramps/cli/plug/__init__.py:288 ../gramps/cli/plug/__init__.py:289 +#: ../gramps/cli/plug/__init__.py:291 ../gramps/cli/plug/__init__.py:293 +#: ../gramps/cli/plug/__init__.py:295 msgid "=number" msgstr "=antal" -#: ../gramps/cli/plug/__init__.py:269 +#: ../gramps/cli/plug/__init__.py:288 msgid "Paper orientation number." msgstr "Pappersorienteringsnummer." -#: ../gramps/cli/plug/__init__.py:270 +#: ../gramps/cli/plug/__init__.py:290 msgid "Left paper margin" msgstr "Vänster pappersmarginal" -#: ../gramps/cli/plug/__init__.py:271 ../gramps/cli/plug/__init__.py:273 -#: ../gramps/cli/plug/__init__.py:275 ../gramps/cli/plug/__init__.py:277 +#: ../gramps/cli/plug/__init__.py:290 ../gramps/cli/plug/__init__.py:292 +#: ../gramps/cli/plug/__init__.py:294 ../gramps/cli/plug/__init__.py:296 msgid "Size in cm" msgstr "Storlek i cm" -#: ../gramps/cli/plug/__init__.py:272 +#: ../gramps/cli/plug/__init__.py:292 msgid "Right paper margin" msgstr "Höger pappersmarginal" -#: ../gramps/cli/plug/__init__.py:274 +#: ../gramps/cli/plug/__init__.py:294 msgid "Top paper margin" msgstr "Övre pappersmarginal" -#: ../gramps/cli/plug/__init__.py:276 +#: ../gramps/cli/plug/__init__.py:296 msgid "Bottom paper margin" msgstr "Undre pappersmarginal" -#: ../gramps/cli/plug/__init__.py:278 +#: ../gramps/cli/plug/__init__.py:297 msgid "=css filename" msgstr "=css-filnamn" -#: ../gramps/cli/plug/__init__.py:278 +#: ../gramps/cli/plug/__init__.py:298 msgid "CSS filename to use, html format only" msgstr "CSS-filnamn att använda, endast html format" -#: ../gramps/cli/plug/__init__.py:427 +#. translators: needed for French, Hebrew and Arabic +#: ../gramps/cli/plug/__init__.py:402 +#, fuzzy, python-format +msgid "%(id)s:\t%(father)s, %(mother)s" +msgstr "%(gramps_id)s : %(father)s och %(mother)s" + +#: ../gramps/cli/plug/__init__.py:447 #, python-format msgid "Unknown option: %s" msgstr "Okänt alternativ: %s" -#: ../gramps/cli/plug/__init__.py:428 ../gramps/cli/plug/__init__.py:510 +#: ../gramps/cli/plug/__init__.py:448 ../gramps/cli/plug/__init__.py:529 msgid " Valid options are:" msgstr " Giltiga alternativ är:" -#: ../gramps/cli/plug/__init__.py:431 ../gramps/cli/plug/__init__.py:513 -#: ../gramps/cli/plug/__init__.py:590 +#: ../gramps/cli/plug/__init__.py:451 ../gramps/cli/plug/__init__.py:532 +#: ../gramps/cli/plug/__init__.py:612 #, python-format msgid " Use '%(donottranslate)s' to see description and acceptable values" msgstr "" " Använd '%(donottranslate)s' för att se en beskrivning samt giltiga värden" -#: ../gramps/cli/plug/__init__.py:484 +#: ../gramps/cli/plug/__init__.py:504 #, python-format msgid "" "Ignoring '%(notranslate1)s=%(notranslate2)s' and using '%(notranslate1)s=" @@ -1916,30 +1938,30 @@ msgstr "" "Struntar i '%(notranslate1)s=%(notranslate2)s' och använder " "'%(notranslate1)s=%(notranslate3)s'." -#: ../gramps/cli/plug/__init__.py:490 +#: ../gramps/cli/plug/__init__.py:510 #, python-format msgid "Use '%(notranslate)s' to see valid values." msgstr "Använd '%(notranslate)s' för att få se giltiga värden." -#: ../gramps/cli/plug/__init__.py:509 +#: ../gramps/cli/plug/__init__.py:528 #, python-format msgid "Ignoring unknown option: %s" msgstr "Struntar i okänt val: %s" -#: ../gramps/cli/plug/__init__.py:579 +#: ../gramps/cli/plug/__init__.py:601 msgid " Available options:" msgstr " Tillängliga alternativ:" -#: ../gramps/cli/plug/__init__.py:588 +#: ../gramps/cli/plug/__init__.py:610 msgid "(no help available)" msgstr "(ingen hjälp är tillgänglig )" -#: ../gramps/cli/plug/__init__.py:596 +#: ../gramps/cli/plug/__init__.py:618 msgid " Available values are:" msgstr " Tillgängliga värden är:" #. there was a show option given, but the option is invalid -#: ../gramps/cli/plug/__init__.py:607 +#: ../gramps/cli/plug/__init__.py:629 #, python-format msgid "" "option '%(optionname)s' not valid. Use '%(donottranslate)s' to see all valid " @@ -1948,36 +1970,71 @@ msgstr "" "val '%(optionname)s' ej giltigt. Använd '%(donottranslate)s' för att få se " "alla giltiga val." -#: ../gramps/cli/plug/__init__.py:621 +#: ../gramps/cli/plug/__init__.py:646 msgid "Failed to write report. " msgstr "Misslyckades med att skriva rapport. " -#: ../gramps/gen/config.py:298 +#: ../gramps/cli/plug/__init__.py:795 +#, fuzzy, python-format +msgid "Failed to make '%s' report." +msgstr "Misslyckades med att skriva rapport. " + +#: ../gramps/cli/user.py:217 ../gramps/gui/dialog.py:230 +msgid "Error detected in database" +msgstr "Fel upptäckt i databas" + +#: ../gramps/cli/user.py:218 ../gramps/gui/dialog.py:231 +#, python-format +msgid "" +"Gramps has detected an error in the database. This can usually be resolved " +"by running the \"Check and Repair Database\" tool.\n" +"\n" +"If this problem continues to exist after running this tool, please file a " +"bug report at %(gramps_bugtracker_url)s\n" +"\n" +msgstr "" +"Gramps har hittat ett fel i databasen. Detta kan oftast lösas genom att köra " +"verktyget \"Kontrollera och reparera\".\n" +"\n" +"Om detta problem fortsätter efter reparationen ovan, fyll i en felrapport " +"vid %(gramps_bugtracker_url)s\n" +"\n" + +#: ../gramps/gen/config.py:240 msgid "Imported %Y/%m/%d %H:%M:%S" msgstr "Importerade %Y/%m/%d %H:%M:%S" -#: ../gramps/gen/config.py:312 +#: ../gramps/gen/config.py:254 msgid "Missing Given Name" msgstr "Saknat förnamn" -#: ../gramps/gen/config.py:313 +#: ../gramps/gen/config.py:255 msgid "Missing Record" msgstr "Saknad post" -#: ../gramps/gen/config.py:314 +#: ../gramps/gen/config.py:256 msgid "Missing Surname" msgstr "Saknat efternamn" -#: ../gramps/gen/config.py:321 ../gramps/gen/config.py:323 +#: ../gramps/gen/config.py:263 ../gramps/gen/config.py:265 #, fuzzy msgid "[Living]" msgstr "Levande" -#: ../gramps/gen/config.py:322 +#: ../gramps/gen/config.py:264 msgid "Private Record" msgstr "Privat post" -#: ../gramps/gen/const.py:220 +#. enable a simple CLI test to see if the datestrings exist +#. TRANSLATORS: see +#. http://gramps-project.org/wiki/index.php?title=Translating_Gramps#Translating_dates +#. to learn how to select proper inflection to be used in your localized +#. DateDisplayer code! +#: ../gramps/gen/config.py:304 ../gramps/gen/datehandler/_datestrings.py:79 +msgid "localized lexeme inflections||January" +msgstr "januari" + +#: ../gramps/gen/const.py:221 msgid "" "Gramps\n" " (Genealogical Research and Analysis Management Programming System)\n" @@ -1987,12 +2044,12 @@ msgstr "" " (Genealogical Research and Analysis Management Programming System) är ett " "släktforskningsprogram för privatpersoner." -#: ../gramps/gen/const.py:250 +#: ../gramps/gen/const.py:251 #, fuzzy msgid "surname|none" msgstr "efternamn okänt" -#: ../gramps/gen/const.py:251 +#: ../gramps/gen/const.py:252 #, fuzzy msgid "given-name|none" msgstr "förnamn" @@ -2334,14 +2391,6 @@ msgstr "" msgid "today" msgstr "idag" -#. TRANSLATORS: see -#. http://gramps-project.org/wiki/index.php?title=Translating_Gramps#Translating_dates -#. to learn how to select proper inflection to be used in your localized -#. DateDisplayer code! -#: ../gramps/gen/datehandler/_datestrings.py:79 -msgid "localized lexeme inflections||January" -msgstr "januari" - #: ../gramps/gen/datehandler/_datestrings.py:80 msgid "localized lexeme inflections||February" msgstr "februari" @@ -2491,31 +2540,31 @@ msgid "alternative month names for December||" msgstr "" #. Must appear in the order indexed by Date.CAL_... numeric constants -#: ../gramps/gen/datehandler/_datestrings.py:131 ../gramps/gen/lib/date.py:602 +#: ../gramps/gen/datehandler/_datestrings.py:131 ../gramps/gen/lib/date.py:608 msgid "calendar|Gregorian" msgstr "Gregoriansk" -#: ../gramps/gen/datehandler/_datestrings.py:132 ../gramps/gen/lib/date.py:603 +#: ../gramps/gen/datehandler/_datestrings.py:132 ../gramps/gen/lib/date.py:609 msgid "calendar|Julian" msgstr "Juliansk" -#: ../gramps/gen/datehandler/_datestrings.py:133 ../gramps/gen/lib/date.py:604 +#: ../gramps/gen/datehandler/_datestrings.py:133 ../gramps/gen/lib/date.py:610 msgid "calendar|Hebrew" msgstr "Hebreisk" -#: ../gramps/gen/datehandler/_datestrings.py:134 ../gramps/gen/lib/date.py:605 +#: ../gramps/gen/datehandler/_datestrings.py:134 ../gramps/gen/lib/date.py:611 msgid "calendar|French Republican" msgstr "Fransk republikansk" -#: ../gramps/gen/datehandler/_datestrings.py:135 ../gramps/gen/lib/date.py:606 +#: ../gramps/gen/datehandler/_datestrings.py:135 ../gramps/gen/lib/date.py:612 msgid "calendar|Persian" msgstr "Persisk" -#: ../gramps/gen/datehandler/_datestrings.py:136 ../gramps/gen/lib/date.py:607 +#: ../gramps/gen/datehandler/_datestrings.py:136 ../gramps/gen/lib/date.py:613 msgid "calendar|Islamic" msgstr "Islamsk" -#: ../gramps/gen/datehandler/_datestrings.py:137 ../gramps/gen/lib/date.py:608 +#: ../gramps/gen/datehandler/_datestrings.py:137 ../gramps/gen/lib/date.py:614 msgid "calendar|Swedish" msgstr "Svensk" @@ -2789,34 +2838,26 @@ msgstr "Fredag" msgid "Saturday" msgstr "Lördag" -#: ../gramps/gen/db/base.py:1873 ../gramps/gui/widgets/fanchart.py:1831 +#: ../gramps/gen/db/base.py:1789 ../gramps/gui/widgets/fanchart.py:1761 msgid "Add child to family" msgstr "Lägg till barn till familjen" -#: ../gramps/gen/db/base.py:1886 ../gramps/gen/db/base.py:1891 +#: ../gramps/gen/db/base.py:1803 ../gramps/gen/db/base.py:1809 msgid "Remove child from family" msgstr "Ta bort barn från familj" -#: ../gramps/gen/db/base.py:1966 ../gramps/gen/db/base.py:1970 +#: ../gramps/gen/db/base.py:1885 ../gramps/gen/db/base.py:1889 msgid "Remove Family" msgstr "Ta bort familj" -#: ../gramps/gen/db/base.py:2012 +#: ../gramps/gen/db/base.py:1931 msgid "Remove father from family" msgstr "Ta bort fader från familj" -#: ../gramps/gen/db/base.py:2014 +#: ../gramps/gen/db/base.py:1933 msgid "Remove mother from family" msgstr "Ta bort moder från familj" -#: ../gramps/gen/db/base.py:2119 -msgid "Autobackup..." -msgstr "Automatisk säkerhetskopiering..." - -#: ../gramps/gen/db/base.py:2123 -msgid "Error saving backup data" -msgstr "Fel vid sparande av säkerhetskopiedata" - #: ../gramps/gen/db/exceptions.py:91 #, python-format msgid "" @@ -3051,109 +3092,103 @@ msgstr "" "%(wiki_backup_html_start)sgöra en säkerhetskopia%(html_end)s av ditt " "släktträd." -#: ../gramps/gen/db/generic.py:181 ../gramps/gen/db/generic.py:220 -#: ../gramps/gen/db/generic.py:909 -#: ../gramps/plugins/database/bsddb_support/undoredo.py:245 -#: ../gramps/plugins/database/bsddb_support/undoredo.py:282 -#: ../gramps/plugins/database/bsddb_support/write.py:2362 +#: ../gramps/gen/db/generic.py:163 ../gramps/gen/db/generic.py:215 +#: ../gramps/gen/db/generic.py:2163 ../gramps/plugins/db/bsddb/undoredo.py:252 +#: ../gramps/plugins/db/bsddb/undoredo.py:296 +#: ../gramps/plugins/db/bsddb/write.py:2304 #, python-format msgid "_Undo %s" msgstr "_Ångra %s" -#: ../gramps/gen/db/generic.py:187 ../gramps/gen/db/generic.py:226 -#: ../gramps/plugins/database/bsddb_support/undoredo.py:251 -#: ../gramps/plugins/database/bsddb_support/undoredo.py:288 +#: ../gramps/gen/db/generic.py:168 ../gramps/gen/db/generic.py:221 +#: ../gramps/plugins/db/bsddb/undoredo.py:258 +#: ../gramps/plugins/db/bsddb/undoredo.py:302 #, python-format msgid "_Redo %s" msgstr "Åte_rställ %s" -#: ../gramps/gen/db/generic.py:2067 -#: ../gramps/plugins/database/bsddb_support/read.py:2086 -#: ../gramps/plugins/database/bsddb_support/write.py:2559 +#: ../gramps/gen/db/generic.py:2584 ../gramps/plugins/db/bsddb/read.py:2071 +#: ../gramps/plugins/db/bsddb/write.py:2463 msgid "Number of people" msgstr "Antal personer" -#: ../gramps/gen/db/generic.py:2068 -#: ../gramps/plugins/database/bsddb_support/read.py:2087 -#: ../gramps/plugins/database/bsddb_support/write.py:2560 -#: ../gramps/plugins/gramplet/statsgramplet.py:116 +#: ../gramps/gen/db/generic.py:2585 ../gramps/plugins/db/bsddb/read.py:2072 +#: ../gramps/plugins/db/bsddb/write.py:2464 +#: ../gramps/plugins/gramplet/statsgramplet.py:117 +#: ../gramps/plugins/webreport/narrativeweb.py:8108 +#: ../gramps/plugins/webreport/narrativeweb.py:8174 msgid "Number of families" msgstr "Antal familjer" -#: ../gramps/gen/db/generic.py:2069 -#: ../gramps/plugins/database/bsddb_support/read.py:2088 -#: ../gramps/plugins/database/bsddb_support/write.py:2561 +#: ../gramps/gen/db/generic.py:2586 ../gramps/plugins/db/bsddb/read.py:2073 +#: ../gramps/plugins/db/bsddb/write.py:2465 +#: ../gramps/plugins/webreport/narrativeweb.py:8135 +#: ../gramps/plugins/webreport/narrativeweb.py:8186 #, fuzzy msgid "Number of sources" msgstr "Antal efternamn" -#: ../gramps/gen/db/generic.py:2070 -#: ../gramps/plugins/database/bsddb_support/read.py:2089 -#: ../gramps/plugins/database/bsddb_support/write.py:2562 +#: ../gramps/gen/db/generic.py:2587 ../gramps/plugins/db/bsddb/read.py:2074 +#: ../gramps/plugins/db/bsddb/write.py:2466 +#: ../gramps/plugins/webreport/narrativeweb.py:8139 +#: ../gramps/plugins/webreport/narrativeweb.py:8189 #, fuzzy msgid "Number of citations" msgstr "Antal generationer:" -#: ../gramps/gen/db/generic.py:2071 -#: ../gramps/plugins/database/bsddb_support/read.py:2090 -#: ../gramps/plugins/database/bsddb_support/write.py:2563 +#: ../gramps/gen/db/generic.py:2588 ../gramps/plugins/db/bsddb/read.py:2075 +#: ../gramps/plugins/db/bsddb/write.py:2467 +#: ../gramps/plugins/webreport/narrativeweb.py:8128 +#: ../gramps/plugins/webreport/narrativeweb.py:8180 #, fuzzy msgid "Number of events" msgstr "Antal föräldrar" -#: ../gramps/gen/db/generic.py:2072 -#: ../gramps/plugins/database/bsddb_support/read.py:2091 -#: ../gramps/plugins/database/bsddb_support/write.py:2564 +#: ../gramps/gen/db/generic.py:2589 ../gramps/plugins/db/bsddb/read.py:2076 +#: ../gramps/plugins/db/bsddb/write.py:2468 #, fuzzy msgid "Number of media" msgstr "Antal familjer" -#: ../gramps/gen/db/generic.py:2073 -#: ../gramps/plugins/database/bsddb_support/read.py:2092 -#: ../gramps/plugins/database/bsddb_support/write.py:2565 +#: ../gramps/gen/db/generic.py:2590 ../gramps/plugins/db/bsddb/read.py:2077 +#: ../gramps/plugins/db/bsddb/write.py:2469 +#: ../gramps/plugins/webreport/narrativeweb.py:8131 +#: ../gramps/plugins/webreport/narrativeweb.py:8183 #, fuzzy msgid "Number of places" msgstr "Antal personer" -#: ../gramps/gen/db/generic.py:2074 -#: ../gramps/plugins/database/bsddb_support/read.py:2093 -#: ../gramps/plugins/database/bsddb_support/write.py:2566 +#: ../gramps/gen/db/generic.py:2591 ../gramps/plugins/db/bsddb/read.py:2078 +#: ../gramps/plugins/db/bsddb/write.py:2470 +#: ../gramps/plugins/webreport/narrativeweb.py:8143 +#: ../gramps/plugins/webreport/narrativeweb.py:8192 #, fuzzy msgid "Number of repositories" msgstr "Leta efter arkivplatser" -#: ../gramps/gen/db/generic.py:2075 -#: ../gramps/plugins/database/bsddb_support/read.py:2094 -#: ../gramps/plugins/database/bsddb_support/write.py:2567 +#: ../gramps/gen/db/generic.py:2592 ../gramps/plugins/db/bsddb/read.py:2079 +#: ../gramps/plugins/db/bsddb/write.py:2471 #, fuzzy msgid "Number of notes" msgstr "Antal föräldrar" -#: ../gramps/gen/db/generic.py:2076 -#: ../gramps/plugins/database/bsddb_support/read.py:2095 -#: ../gramps/plugins/database/bsddb_support/write.py:2568 +#: ../gramps/gen/db/generic.py:2593 ../gramps/plugins/db/bsddb/read.py:2080 +#: ../gramps/plugins/db/bsddb/write.py:2472 #, fuzzy msgid "Number of tags" msgstr "Antal äktenskap" -#: ../gramps/gen/db/generic.py:2077 -#: ../gramps/plugins/database/bsddb_support/write.py:2569 +#: ../gramps/gen/db/generic.py:2594 ../gramps/plugins/db/bsddb/write.py:2473 #, fuzzy msgid "Data version" msgstr "Schema-version" -#: ../gramps/gen/db/generic.py:2078 -#, fuzzy -msgid "Backups, count" -msgstr "Säkerhetskopiering avbruten" - -#: ../gramps/gen/db/generic.py:2079 -#, fuzzy -msgid "Backups, last" -msgstr "Säkerhetskopiering avbruten" - #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/display/name.py:349 ../gramps/plugins/lib/libtreebase.py:707 +#. need for spacing on the french translation +#. translators: needed for Arabic, ignore otherwise +#: ../gramps/gen/display/name.py:349 +#: ../gramps/gui/views/treemodels/placemodel.py:131 +#: ../gramps/plugins/lib/libtreebase.py:707 msgid "," msgstr ", " @@ -3166,15 +3201,15 @@ msgid "Surname, Given Suffix" msgstr "Efternamn, dopnamn suffix" #: ../gramps/gen/display/name.py:356 ../gramps/gen/utils/keyword.py:55 -#: ../gramps/gui/configure.py:640 ../gramps/gui/configure.py:642 -#: ../gramps/gui/configure.py:647 ../gramps/gui/configure.py:649 -#: ../gramps/gui/configure.py:651 ../gramps/gui/configure.py:652 -#: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:654 -#: ../gramps/gui/configure.py:656 ../gramps/gui/configure.py:657 -#: ../gramps/gui/configure.py:658 ../gramps/gui/configure.py:659 -#: ../gramps/gui/configure.py:660 ../gramps/gui/configure.py:661 -#: ../gramps/plugins/export/exportcsv.py:379 -#: ../gramps/plugins/importer/importcsv.py:150 +#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 +#: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:655 +#: ../gramps/gui/configure.py:657 ../gramps/gui/configure.py:658 +#: ../gramps/gui/configure.py:659 ../gramps/gui/configure.py:660 +#: ../gramps/gui/configure.py:662 ../gramps/gui/configure.py:663 +#: ../gramps/gui/configure.py:664 ../gramps/gui/configure.py:665 +#: ../gramps/gui/configure.py:666 ../gramps/gui/configure.py:667 +#: ../gramps/plugins/export/exportcsv.py:353 +#: ../gramps/plugins/importer/importcsv.py:162 msgid "Given" msgstr "Förnamn" @@ -3193,102 +3228,102 @@ msgstr "Huvudefternamn, dopnamn patronymikon suffix prefix" msgid "Patronymic, Given" msgstr "Patronymikon, Förnamn" -#: ../gramps/gen/display/name.py:594 ../gramps/gen/display/name.py:694 +#: ../gramps/gen/display/name.py:597 ../gramps/gen/display/name.py:697 msgid "Person|title" msgstr "titel" -#: ../gramps/gen/display/name.py:596 ../gramps/gen/display/name.py:696 -#: ../gramps/plugins/importer/importcsv.py:151 +#: ../gramps/gen/display/name.py:599 ../gramps/gen/display/name.py:699 +#: ../gramps/plugins/importer/importcsv.py:161 msgid "given" msgstr "förnamn" -#: ../gramps/gen/display/name.py:598 ../gramps/gen/display/name.py:698 -#: ../gramps/plugins/importer/importcsv.py:148 +#: ../gramps/gen/display/name.py:601 ../gramps/gen/display/name.py:701 +#: ../gramps/plugins/importer/importcsv.py:158 msgid "surname" msgstr "efternamn" -#: ../gramps/gen/display/name.py:600 ../gramps/gen/display/name.py:700 -#: ../gramps/gui/editors/editperson.py:389 -#: ../gramps/plugins/importer/importcsv.py:157 +#: ../gramps/gen/display/name.py:603 ../gramps/gen/display/name.py:703 +#: ../gramps/gui/editors/editperson.py:388 +#: ../gramps/plugins/importer/importcsv.py:167 msgid "suffix" msgstr "suffix" -#: ../gramps/gen/display/name.py:602 ../gramps/gen/display/name.py:702 +#: ../gramps/gen/display/name.py:605 ../gramps/gen/display/name.py:705 msgid "Name|call" msgstr "tilltalsnamnnamn" -#: ../gramps/gen/display/name.py:605 ../gramps/gen/display/name.py:704 +#: ../gramps/gen/display/name.py:608 ../gramps/gen/display/name.py:707 msgid "Name|common" msgstr "vanligt" -#: ../gramps/gen/display/name.py:609 ../gramps/gen/display/name.py:707 +#: ../gramps/gen/display/name.py:612 ../gramps/gen/display/name.py:710 msgid "initials" msgstr "initialer" -#: ../gramps/gen/display/name.py:612 ../gramps/gen/display/name.py:709 +#: ../gramps/gen/display/name.py:615 ../gramps/gen/display/name.py:712 msgid "Name|primary" msgstr "huvudnamn" -#: ../gramps/gen/display/name.py:615 ../gramps/gen/display/name.py:711 +#: ../gramps/gen/display/name.py:618 ../gramps/gen/display/name.py:714 msgid "primary[pre]" msgstr "huvudnamn[pre]" -#: ../gramps/gen/display/name.py:618 ../gramps/gen/display/name.py:713 +#: ../gramps/gen/display/name.py:621 ../gramps/gen/display/name.py:716 msgid "primary[sur]" msgstr "huvudnamn[eft]" -#: ../gramps/gen/display/name.py:621 ../gramps/gen/display/name.py:715 +#: ../gramps/gen/display/name.py:624 ../gramps/gen/display/name.py:718 msgid "primary[con]" msgstr "huvudnamn[bnd]" -#: ../gramps/gen/display/name.py:623 ../gramps/gen/display/name.py:717 +#: ../gramps/gen/display/name.py:626 ../gramps/gen/display/name.py:720 msgid "patronymic" msgstr "patronymikon" -#: ../gramps/gen/display/name.py:625 ../gramps/gen/display/name.py:719 +#: ../gramps/gen/display/name.py:628 ../gramps/gen/display/name.py:722 msgid "patronymic[pre]" msgstr "patronymikon[pre]" -#: ../gramps/gen/display/name.py:627 ../gramps/gen/display/name.py:721 +#: ../gramps/gen/display/name.py:630 ../gramps/gen/display/name.py:724 msgid "patronymic[sur]" msgstr "patronymikon[eft]" -#: ../gramps/gen/display/name.py:629 ../gramps/gen/display/name.py:723 +#: ../gramps/gen/display/name.py:632 ../gramps/gen/display/name.py:726 msgid "patronymic[con]" msgstr "patronymikon[bnd]" -#: ../gramps/gen/display/name.py:631 ../gramps/gen/display/name.py:725 +#: ../gramps/gen/display/name.py:634 ../gramps/gen/display/name.py:728 msgid "notpatronymic" msgstr "ickepatronymikon" -#: ../gramps/gen/display/name.py:634 ../gramps/gen/display/name.py:727 +#: ../gramps/gen/display/name.py:637 ../gramps/gen/display/name.py:730 msgid "Remaining names|rest" msgstr "Restnamn" -#: ../gramps/gen/display/name.py:637 ../gramps/gen/display/name.py:729 -#: ../gramps/gui/editors/editperson.py:410 -#: ../gramps/plugins/importer/importcsv.py:156 +#: ../gramps/gen/display/name.py:640 ../gramps/gen/display/name.py:732 +#: ../gramps/gui/editors/editperson.py:409 +#: ../gramps/plugins/importer/importcsv.py:166 msgid "prefix" msgstr "prefix" -#: ../gramps/gen/display/name.py:640 ../gramps/gen/display/name.py:731 +#: ../gramps/gen/display/name.py:643 ../gramps/gen/display/name.py:734 msgid "rawsurnames" msgstr "totalefternamn" -#: ../gramps/gen/display/name.py:642 ../gramps/gen/display/name.py:733 +#: ../gramps/gen/display/name.py:645 ../gramps/gen/display/name.py:736 msgid "nickname" msgstr "smeknamn" -#: ../gramps/gen/display/name.py:644 ../gramps/gen/display/name.py:735 +#: ../gramps/gen/display/name.py:647 ../gramps/gen/display/name.py:738 msgid "familynick" msgstr "familjsmeknamn" -#: ../gramps/gen/display/name.py:1096 +#: ../gramps/gen/display/name.py:1117 #, python-format msgid "Wrong name format string %s" msgstr "Felaktig sträng för namnformat %s" -#: ../gramps/gen/display/name.py:1100 +#: ../gramps/gen/display/name.py:1121 msgid "ERROR, Edit Name format in Preferences" msgstr "Fel: redigera namnformat i inställningar" @@ -3315,7 +3350,7 @@ msgstr "" msgid "ERROR: filter %s could not be correctly loaded. Edit the filter!" msgstr "FEL: filter %s kunde inte laddas korrekt. Redigera filtret!" -#: ../gramps/gen/filters/rules/_changedsincebase.py:55 +#: ../gramps/gen/filters/rules/_changedsincebase.py:56 #: ../gramps/gen/filters/rules/_everything.py:45 #: ../gramps/gen/filters/rules/_hasattributebase.py:51 #: ../gramps/gen/filters/rules/_hasgallerybase.py:48 @@ -3394,11 +3429,11 @@ msgstr "FEL: filter %s kunde inte laddas korrekt. Redigera filtret!" msgid "General filters" msgstr "Allmänna filter" -#: ../gramps/gen/filters/rules/_changedsincebase.py:81 +#: ../gramps/gen/filters/rules/_changedsincebase.py:82 msgid "Wrong format of date-time" msgstr "Fel format på datum-tid" -#: ../gramps/gen/filters/rules/_changedsincebase.py:82 +#: ../gramps/gen/filters/rules/_changedsincebase.py:83 #, python-format msgid "" "Only date-times in the iso format of yyyy-mm-dd hh:mm:ss, where the time " @@ -3414,8 +3449,8 @@ msgstr "" #: ../gramps/gen/filters/rules/media/_hascitation.py:47 #: ../gramps/gen/filters/rules/person/_hascitation.py:47 #: ../gramps/gen/filters/rules/place/_hascitation.py:48 -#: ../gramps/gui/glade/mergecitation.glade:213 -#: ../gramps/gui/glade/mergecitation.glade:229 +#: ../gramps/gui/glade/mergecitation.glade:212 +#: ../gramps/gui/glade/mergecitation.glade:228 msgid "Volume/Page:" msgstr "Volym/sida" @@ -3433,19 +3468,19 @@ msgstr "Volym/sida" #: ../gramps/gen/filters/rules/person/_hasevent.py:49 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:49 #: ../gramps/gen/filters/rules/place/_hascitation.py:49 -#: ../gramps/gui/editors/filtereditor.py:580 -#: ../gramps/gui/glade/mergecitation.glade:246 -#: ../gramps/gui/glade/mergecitation.glade:262 -#: ../gramps/gui/glade/mergeevent.glade:246 -#: ../gramps/gui/glade/mergeevent.glade:262 -#: ../gramps/gui/glade/mergemedia.glade:279 -#: ../gramps/gui/glade/mergemedia.glade:295 +#: ../gramps/gui/editors/filtereditor.py:578 +#: ../gramps/gui/glade/mergecitation.glade:245 +#: ../gramps/gui/glade/mergecitation.glade:261 +#: ../gramps/gui/glade/mergeevent.glade:245 +#: ../gramps/gui/glade/mergeevent.glade:261 +#: ../gramps/gui/glade/mergemedia.glade:278 +#: ../gramps/gui/glade/mergemedia.glade:294 msgid "Date:" msgstr "Datum:" #: ../gramps/gen/filters/rules/_hascitationbase.py:51 -#: ../gramps/gui/glade/mergecitation.glade:279 -#: ../gramps/gui/glade/mergecitation.glade:295 +#: ../gramps/gui/glade/mergecitation.glade:278 +#: ../gramps/gui/glade/mergecitation.glade:294 msgid "Confidence:" msgstr "Tillförlitlighet:" @@ -3490,7 +3525,7 @@ msgstr "Händelsefilter" #: ../gramps/gen/filters/rules/person/_hasaddress.py:48 #: ../gramps/gen/filters/rules/person/_hasassociation.py:48 #: ../gramps/gen/filters/rules/source/_hasrepository.py:46 -#: ../gramps/gui/editors/filtereditor.py:514 +#: ../gramps/gui/editors/filtereditor.py:513 msgid "Number must be:" msgstr "Antal måste vara:" @@ -3501,14 +3536,14 @@ msgstr "Antal måste vara:" #: ../gramps/gen/filters/rules/person/_hasaddress.py:48 #: ../gramps/gen/filters/rules/person/_hasassociation.py:48 #: ../gramps/gen/filters/rules/source/_hasrepository.py:46 -#: ../gramps/gui/editors/filtereditor.py:509 +#: ../gramps/gui/editors/filtereditor.py:508 msgid "Number of instances:" msgstr "Antal fall:" #: ../gramps/gen/filters/rules/_hasgrampsid.py:45 #: ../gramps/gen/filters/rules/family/_isancestorof.py:44 #: ../gramps/gen/filters/rules/family/_isdescendantof.py:44 -#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:121 +#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:125 #: ../gramps/gen/filters/rules/person/_hascommonancestorwith.py:45 #: ../gramps/gen/filters/rules/person/_isancestorof.py:44 #: ../gramps/gen/filters/rules/person/_isdescendantfamilyof.py:49 @@ -3522,7 +3557,7 @@ msgstr "Antal fall:" #: ../gramps/gen/filters/rules/person/_matchidof.py:44 #: ../gramps/gen/filters/rules/person/_relationshippathbetween.py:45 #: ../gramps/gen/filters/rules/place/_isenclosedby.py:48 -#: ../gramps/gui/editors/filtereditor.py:518 +#: ../gramps/gui/editors/filtereditor.py:517 #: ../gramps/gui/glade/editplaceref.glade:230 msgid "ID:" msgstr "ID:" @@ -3536,8 +3571,8 @@ msgstr "ID:" #: ../gramps/gen/filters/rules/repository/_matchesnamesubstringof.py:42 #: ../gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py:43 #: ../gramps/gen/filters/rules/source/_matchestitlesubstringof.py:42 -#: ../gramps/gui/glade/mergenote.glade:213 -#: ../gramps/gui/glade/mergenote.glade:229 +#: ../gramps/gui/glade/mergenote.glade:212 +#: ../gramps/gui/glade/mergenote.glade:228 msgid "Text:" msgstr "Text:" @@ -3551,12 +3586,12 @@ msgid "Substring:" msgstr "Delsträng:" #: ../gramps/gen/filters/rules/_hasreferencecountbase.py:42 -#: ../gramps/gui/editors/filtereditor.py:512 +#: ../gramps/gui/editors/filtereditor.py:511 msgid "Reference count must be:" msgstr "Referensräknare måste vara:" #: ../gramps/gen/filters/rules/_hasreferencecountbase.py:42 -#: ../gramps/gui/editors/filtereditor.py:508 +#: ../gramps/gui/editors/filtereditor.py:507 msgid "Reference count:" msgstr "Referensräknare:" @@ -3565,12 +3600,12 @@ msgstr "Referensräknare:" #: ../gramps/gen/filters/rules/media/_hassourceof.py:45 #: ../gramps/gen/filters/rules/person/_hassourceof.py:45 #: ../gramps/gen/filters/rules/place/_hassourceof.py:45 -#: ../gramps/gui/editors/filtereditor.py:521 +#: ../gramps/gui/editors/filtereditor.py:520 msgid "Source ID:" msgstr "Käll-ID:" #: ../gramps/gen/filters/rules/_matchesfilterbase.py:54 -#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:121 +#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:125 #: ../gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py:47 #: ../gramps/gen/filters/rules/person/_isancestoroffiltermatch.py:46 #: ../gramps/gen/filters/rules/person/_ischildoffiltermatch.py:46 @@ -3579,7 +3614,7 @@ msgstr "Käll-ID:" #: ../gramps/gen/filters/rules/person/_isparentoffiltermatch.py:46 #: ../gramps/gen/filters/rules/person/_issiblingoffiltermatch.py:45 #: ../gramps/gen/filters/rules/person/_isspouseoffiltermatch.py:46 -#: ../gramps/gui/editors/filtereditor.py:523 +#: ../gramps/gui/editors/filtereditor.py:522 msgid "Filter name:" msgstr "Namn på filter:" @@ -3592,7 +3627,7 @@ msgstr "Kan ej hitta filtret %s bland de definierade användarfiltren" #: ../gramps/gen/filters/rules/_matchessourcefilterbase.py:47 #: ../gramps/gen/filters/rules/citation/_matchessourcefilter.py:48 #: ../gramps/gen/filters/rules/event/_matchessourcefilter.py:48 -#: ../gramps/gui/editors/filtereditor.py:531 +#: ../gramps/gui/editors/filtereditor.py:530 msgid "Source filter name:" msgstr "Källfilternamn:" @@ -3600,9 +3635,9 @@ msgstr "Källfilternamn:" msgid "Miscellaneous filters" msgstr "Diverse filter" -#: ../gramps/gen/filters/rules/_rule.py:54 ../gramps/gui/glade/rule.glade:953 +#: ../gramps/gen/filters/rules/_rule.py:54 ../gramps/gui/glade/rule.glade:950 #: ../gramps/plugins/view/geoclose.py:533 -#: ../gramps/plugins/view/geofamclose.py:725 +#: ../gramps/plugins/view/geofamclose.py:724 #: ../gramps/plugins/view/geofamily.py:478 #: ../gramps/plugins/view/geomoves.py:609 #: ../gramps/plugins/view/geoperson.py:491 @@ -3672,7 +3707,7 @@ msgstr "Matchar citeringar som indikerats som privata" #: ../gramps/gen/filters/rules/person/_matchessourceconfidence.py:43 #: ../gramps/gen/filters/rules/place/_hascitation.py:50 #: ../gramps/gen/filters/rules/place/_matchessourceconfidence.py:43 -#: ../gramps/gui/editors/filtereditor.py:577 +#: ../gramps/gui/editors/filtereditor.py:575 msgid "Confidence level:" msgstr "Konfidensnivå:" @@ -3734,38 +3769,38 @@ msgstr "Matchar citeringar med en viss referensräknare" #: ../gramps/gui/glade/editplaceref.glade:200 #: ../gramps/gui/glade/mergedata.glade:759 #: ../gramps/gui/glade/mergedata.glade:775 -#: ../gramps/gui/glade/mergemedia.glade:213 -#: ../gramps/gui/glade/mergemedia.glade:229 -#: ../gramps/gui/glade/mergeplace.glade:206 -#: ../gramps/gui/glade/mergeplace.glade:221 -#: ../gramps/gui/glade/mergesource.glade:213 -#: ../gramps/gui/glade/mergesource.glade:229 +#: ../gramps/gui/glade/mergemedia.glade:212 +#: ../gramps/gui/glade/mergemedia.glade:228 +#: ../gramps/gui/glade/mergeplace.glade:205 +#: ../gramps/gui/glade/mergeplace.glade:220 +#: ../gramps/gui/glade/mergesource.glade:212 +#: ../gramps/gui/glade/mergesource.glade:228 msgid "Title:" msgstr "Titel:" #: ../gramps/gen/filters/rules/citation/_hassource.py:49 -#: ../gramps/gui/glade/editcitation.glade:396 +#: ../gramps/gui/glade/editcitation.glade:395 #: ../gramps/gui/glade/mergedata.glade:792 #: ../gramps/gui/glade/mergedata.glade:808 -#: ../gramps/gui/glade/mergesource.glade:246 -#: ../gramps/gui/glade/mergesource.glade:262 -#: ../gramps/gui/glade/plugins.glade:192 +#: ../gramps/gui/glade/mergesource.glade:245 +#: ../gramps/gui/glade/mergesource.glade:261 +#: ../gramps/gui/glade/plugins.glade:190 msgid "Author:" msgstr "Författare:" #: ../gramps/gen/filters/rules/citation/_hassource.py:50 #: ../gramps/gui/glade/mergedata.glade:825 #: ../gramps/gui/glade/mergedata.glade:841 -#: ../gramps/gui/glade/mergesource.glade:279 -#: ../gramps/gui/glade/mergesource.glade:295 +#: ../gramps/gui/glade/mergesource.glade:278 +#: ../gramps/gui/glade/mergesource.glade:294 msgid "Abbreviation:" msgstr "Förkortning:" #: ../gramps/gen/filters/rules/citation/_hassource.py:51 #: ../gramps/gui/glade/mergedata.glade:858 #: ../gramps/gui/glade/mergedata.glade:874 -#: ../gramps/gui/glade/mergesource.glade:312 -#: ../gramps/gui/glade/mergesource.glade:328 +#: ../gramps/gui/glade/mergesource.glade:311 +#: ../gramps/gui/glade/mergesource.glade:327 msgid "Publication:" msgstr "Publicering:" @@ -3813,7 +3848,7 @@ msgstr "" #: ../gramps/gen/filters/rules/place/_hastag.py:48 #: ../gramps/gen/filters/rules/repository/_hastag.py:48 #: ../gramps/gen/filters/rules/source/_hastag.py:48 -#: ../gramps/gui/editors/filtereditor.py:573 +#: ../gramps/gui/editors/filtereditor.py:571 msgid "Tag:" msgstr "Flagga:" @@ -3843,7 +3878,7 @@ msgstr "Matchar citeringar vars Volym/sida innehåller angiven delsträng" #: ../gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py:45 #: ../gramps/gen/filters/rules/source/_matchesrepositoryfilter.py:43 -#: ../gramps/gui/editors/filtereditor.py:533 +#: ../gramps/gui/editors/filtereditor.py:532 msgid "Repository filter name:" msgstr "Arkivplatsfilternamn:" @@ -3922,7 +3957,7 @@ msgstr "Matchar händelser som indikerats som privata" #: ../gramps/gen/filters/rules/event/_hasattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:106 -#: ../gramps/gui/editors/filtereditor.py:546 +#: ../gramps/gui/editors/filtereditor.py:545 msgid "Event attribute:" msgstr "Händelseattribut:" @@ -3954,7 +3989,7 @@ msgstr "Matchar händelser med en citering av ett visst värde" #: ../gramps/gen/filters/rules/event/_hastype.py:45 #: ../gramps/gen/filters/rules/person/_iswitness.py:44 #: ../gramps/gui/editors/filtereditor.py:103 -#: ../gramps/gui/editors/filtereditor.py:539 +#: ../gramps/gui/editors/filtereditor.py:538 msgid "Event type:" msgstr "Händelsetyp:" @@ -3964,9 +3999,9 @@ msgstr "Händelsetyp:" #: ../gramps/gen/filters/rules/person/_hasdeath.py:48 #: ../gramps/gen/filters/rules/person/_hasevent.py:50 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:50 -#: ../gramps/gui/editors/filtereditor.py:506 -#: ../gramps/gui/glade/mergeevent.glade:279 -#: ../gramps/gui/glade/mergeevent.glade:295 +#: ../gramps/gui/editors/filtereditor.py:505 +#: ../gramps/gui/glade/mergeevent.glade:278 +#: ../gramps/gui/glade/mergeevent.glade:294 msgid "Place:" msgstr "Plats:" @@ -3976,8 +4011,8 @@ msgstr "Plats:" #: ../gramps/gen/filters/rules/person/_hasdeath.py:48 #: ../gramps/gen/filters/rules/person/_hasevent.py:51 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:51 -#: ../gramps/gui/glade/mergeevent.glade:312 -#: ../gramps/gui/glade/mergeevent.glade:328 +#: ../gramps/gui/glade/mergeevent.glade:311 +#: ../gramps/gui/glade/mergeevent.glade:327 msgid "Description:" msgstr "Beskrivning:" @@ -3990,7 +4025,7 @@ msgid "Matches events with data of a particular value" msgstr "Matchar händelser med data av ett visst värde" #: ../gramps/gen/filters/rules/event/_hasdayofweek.py:44 -#: ../gramps/gui/editors/filtereditor.py:582 +#: ../gramps/gui/editors/filtereditor.py:580 msgid "Day of Week:" msgstr "Veckodag:" @@ -4083,13 +4118,13 @@ msgid "Matches events matched by the specified filter name" msgstr "Matchar händelser, som matchas av det angivna filtret" #: ../gramps/gen/filters/rules/event/_matchespersonfilter.py:50 -#: ../gramps/gui/editors/filtereditor.py:568 +#: ../gramps/gui/editors/filtereditor.py:567 msgid "Include Family events:" msgstr "Ta med familjehändelser:" #. filters of another namespace, name may be same as caller! #: ../gramps/gen/filters/rules/event/_matchespersonfilter.py:50 -#: ../gramps/gui/editors/filtereditor.py:527 +#: ../gramps/gui/editors/filtereditor.py:526 msgid "Person filter name:" msgstr "Personfilternamn:" @@ -4102,7 +4137,7 @@ msgid "Matches events of persons matched by the specified person filter name" msgstr "Matchar händelser, som matchas av det angivna personfilternamnet" #: ../gramps/gen/filters/rules/event/_matchesplacefilter.py:49 -#: ../gramps/gui/editors/filtereditor.py:535 +#: ../gramps/gui/editors/filtereditor.py:534 msgid "Place filter name:" msgstr "Platsfilternamn:" @@ -4145,7 +4180,7 @@ msgid "Matches events whose Gramps ID matches the regular expression" msgstr "Matchar händelser vars Gramps-ID matchar det reguljära uttrycket" #: ../gramps/gen/filters/rules/family/_allfamilies.py:44 -#: ../gramps/gen/plug/report/utils.py:369 +#: ../gramps/gen/plug/report/utils.py:378 msgid "Every family" msgstr "Alla familjer" @@ -4230,7 +4265,7 @@ msgstr "Matchar familjer vars far har ett angivet (del)namn" #: ../gramps/gen/filters/rules/family/_hasattribute.py:44 #: ../gramps/gen/filters/rules/person/_hasfamilyattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:105 -#: ../gramps/gui/editors/filtereditor.py:544 +#: ../gramps/gui/editors/filtereditor.py:543 msgid "Family attribute:" msgstr "Familjeattribut:" @@ -4253,13 +4288,13 @@ msgstr "Matchar familjer som har en citering med ett visst värde" #: ../gramps/gen/filters/rules/family/_hasevent.py:47 #: ../gramps/gen/filters/rules/person/_hasfamilyevent.py:48 #: ../gramps/gui/editors/filtereditor.py:102 -#: ../gramps/gui/editors/filtereditor.py:540 +#: ../gramps/gui/editors/filtereditor.py:539 msgid "Family event:" msgstr "Familjehändelse:" #: ../gramps/gen/filters/rules/family/_hasevent.py:51 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:83 -#: ../gramps/gui/selectors/selectevent.py:71 +#: ../gramps/gui/selectors/selectevent.py:70 #: ../gramps/plugins/gramplet/events.py:92 #: ../gramps/plugins/view/eventview.py:90 msgid "Main Participants" @@ -4332,7 +4367,7 @@ msgstr "Matchar familjer med ett visst antal referenser" #: ../gramps/gen/filters/rules/family/_hasreltype.py:45 #: ../gramps/gen/filters/rules/person/_hasrelationship.py:46 #: ../gramps/gui/editors/filtereditor.py:108 -#: ../gramps/gui/editors/filtereditor.py:550 +#: ../gramps/gui/editors/filtereditor.py:549 msgid "Relationship type:" msgstr "Typ av relation:" @@ -4383,7 +4418,7 @@ msgstr "Matchar familjer med tvillingar" #: ../gramps/gen/filters/rules/person/_isdescendantfamilyof.py:49 #: ../gramps/gen/filters/rules/person/_isdescendantof.py:45 #: ../gramps/gen/filters/rules/place/_isenclosedby.py:48 -#: ../gramps/gui/editors/filtereditor.py:562 +#: ../gramps/gui/editors/filtereditor.py:561 msgid "Inclusive:" msgstr "Inkluderande:" @@ -4538,7 +4573,7 @@ msgstr "" #: ../gramps/gen/filters/rules/media/_hasattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:107 -#: ../gramps/gui/editors/filtereditor.py:548 +#: ../gramps/gui/editors/filtereditor.py:547 msgid "Media attribute:" msgstr "Mediaattribut:" @@ -4571,20 +4606,20 @@ msgstr "Matchar mediaobjekt med ett angivet Gramps-ID" #: ../gramps/gui/glade/editmediaref.glade:521 #: ../gramps/gui/glade/editplace.glade:300 #: ../gramps/gui/glade/editplaceref.glade:303 -#: ../gramps/gui/glade/mergeevent.glade:213 -#: ../gramps/gui/glade/mergeevent.glade:229 -#: ../gramps/gui/glade/mergenote.glade:246 -#: ../gramps/gui/glade/mergenote.glade:262 -#: ../gramps/gui/glade/mergeplace.glade:486 -#: ../gramps/gui/glade/mergeplace.glade:503 -#: ../gramps/gui/glade/mergerepository.glade:246 -#: ../gramps/gui/glade/mergerepository.glade:262 +#: ../gramps/gui/glade/mergeevent.glade:212 +#: ../gramps/gui/glade/mergeevent.glade:228 +#: ../gramps/gui/glade/mergenote.glade:245 +#: ../gramps/gui/glade/mergenote.glade:261 +#: ../gramps/gui/glade/mergeplace.glade:485 +#: ../gramps/gui/glade/mergeplace.glade:502 +#: ../gramps/gui/glade/mergerepository.glade:245 +#: ../gramps/gui/glade/mergerepository.glade:261 msgid "Type:" msgstr "Typ:" #: ../gramps/gen/filters/rules/media/_hasmedia.py:48 -#: ../gramps/gui/glade/mergemedia.glade:246 -#: ../gramps/gui/glade/mergemedia.glade:262 ../gramps/gui/viewmanager.py:1226 +#: ../gramps/gui/glade/mergemedia.glade:245 +#: ../gramps/gui/glade/mergemedia.glade:261 ../gramps/gui/viewmanager.py:1698 msgid "Path:" msgstr "Sökväg:" @@ -4708,7 +4743,7 @@ msgstr "Matchar en notis med ett angivet Gramps-ID" #: ../gramps/gen/filters/rules/note/_hasnote.py:47 #: ../gramps/gen/filters/rules/note/_hastype.py:45 #: ../gramps/gui/editors/filtereditor.py:109 -#: ../gramps/gui/editors/filtereditor.py:552 +#: ../gramps/gui/editors/filtereditor.py:551 msgid "Note type:" msgstr "Notistyp:" @@ -4806,18 +4841,18 @@ msgstr "Förbereder underordnat filter" msgid "Retrieving all sub-filter matches" msgstr "Hämtar alla matchningar med underordnat filter" -#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:122 +#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:126 msgid "Relationship path between and people matching " msgstr "Släktskapsväg mellan och folk matchande " -#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:123 +#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:127 #: ../gramps/gen/filters/rules/person/_isrelatedwith.py:46 #: ../gramps/gen/filters/rules/person/_relationshippathbetween.py:47 #: ../gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.py:52 msgid "Relationship filters" msgstr "Släktskapsfilter" -#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:124 +#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:128 msgid "" "Searches over the database starting from a specified person and returns " "everyone between that person and a set of target people specified with a " @@ -4830,11 +4865,12 @@ msgstr "" "Detta åstadkommer en mängd av släktskapsvägar (inklusive giften) mellan den " "valda personen och målen. Varje väg är nödvändigtvis inte den kortaste vägen." -#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:136 +#. TODO no-parent +#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:141 msgid "Finding relationship paths" msgstr "Letar släktskapsvägar" -#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:137 +#: ../gramps/gen/filters/rules/person/_deeprelationshippathbetween.py:142 msgid "Evaluating people" msgstr "Utvärderar personer" @@ -4894,7 +4930,7 @@ msgstr "Matchar personer med ett visst antal relationer" #: ../gramps/gen/filters/rules/person/_hasattribute.py:44 #: ../gramps/gui/editors/filtereditor.py:104 -#: ../gramps/gui/editors/filtereditor.py:542 +#: ../gramps/gui/editors/filtereditor.py:541 msgid "Personal attribute:" msgstr "Personattribut:" @@ -4971,7 +5007,7 @@ msgstr "" #: ../gramps/gen/filters/rules/person/_hasevent.py:48 #: ../gramps/gui/editors/filtereditor.py:101 -#: ../gramps/gui/editors/filtereditor.py:539 +#: ../gramps/gui/editors/filtereditor.py:538 msgid "Personal event:" msgstr "Personlig händelse:" @@ -4980,7 +5016,7 @@ msgid "Main Participants:" msgstr "Huvuddeltagare:" #: ../gramps/gen/filters/rules/person/_hasevent.py:53 -#: ../gramps/gui/editors/filtereditor.py:571 +#: ../gramps/gui/editors/filtereditor.py:569 msgid "Primary Role:" msgstr "Primär roll:" @@ -5098,7 +5134,7 @@ msgstr "Matchar personer som har ett angivet (del)namn" #: ../gramps/gen/filters/rules/person/_hasnameorigintype.py:46 #: ../gramps/gui/editors/filtereditor.py:111 -#: ../gramps/gui/editors/filtereditor.py:556 +#: ../gramps/gui/editors/filtereditor.py:555 msgid "Surname origin type:" msgstr "Ursprunglig efternamnstyp:" @@ -5112,7 +5148,7 @@ msgstr "Matchar personer med att efternamnursprung" #: ../gramps/gen/filters/rules/person/_hasnametype.py:46 #: ../gramps/gui/editors/filtereditor.py:110 -#: ../gramps/gui/editors/filtereditor.py:554 +#: ../gramps/gui/editors/filtereditor.py:553 msgid "Name type:" msgstr "Namntyp:" @@ -5214,7 +5250,7 @@ msgid "Matches people with the particular tag" msgstr "Matchar personer med den särskilda flaggan" #: ../gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py:47 -#: ../gramps/gui/editors/filtereditor.py:564 +#: ../gramps/gui/editors/filtereditor.py:563 msgid "Case sensitive:" msgstr "Skiftkänslig:" @@ -5362,9 +5398,11 @@ msgid "Matches people that are ancestors twice or more of a specified person" msgstr "Matchar personer, som är dubbla förfäder, till en angiven person" #: ../gramps/gen/filters/rules/person/_isfemale.py:45 -#: ../gramps/plugins/gramplet/statsgramplet.py:107 -#: ../gramps/plugins/graph/gvfamilylines.py:255 -#: ../gramps/plugins/graph/gvrelgraph.py:784 +#: ../gramps/plugins/gramplet/statsgramplet.py:108 +#: ../gramps/plugins/graph/gvfamilylines.py:263 +#: ../gramps/plugins/graph/gvrelgraph.py:787 +#: ../gramps/plugins/webreport/narrativeweb.py:8101 +#: ../gramps/plugins/webreport/narrativeweb.py:8167 msgid "Females" msgstr "Kvinnor" @@ -5378,7 +5416,7 @@ msgstr "Matchar alla kvinnor" #: ../gramps/gen/filters/rules/person/_islessthannthgenerationdescendantof.py:45 #: ../gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof.py:45 #: ../gramps/gen/filters/rules/person/_ismorethannthgenerationdescendantof.py:45 -#: ../gramps/gui/editors/filtereditor.py:516 +#: ../gramps/gui/editors/filtereditor.py:515 msgid "Number of generations:" msgstr "Antal generationer:" @@ -5431,9 +5469,11 @@ msgstr "" #. ------------------------- #: ../gramps/gen/filters/rules/person/_ismale.py:45 -#: ../gramps/plugins/gramplet/statsgramplet.py:104 -#: ../gramps/plugins/graph/gvfamilylines.py:251 -#: ../gramps/plugins/graph/gvrelgraph.py:780 +#: ../gramps/plugins/gramplet/statsgramplet.py:105 +#: ../gramps/plugins/graph/gvfamilylines.py:259 +#: ../gramps/plugins/graph/gvrelgraph.py:783 +#: ../gramps/plugins/webreport/narrativeweb.py:8099 +#: ../gramps/plugins/webreport/narrativeweb.py:8165 msgid "Males" msgstr "Män" @@ -5509,7 +5549,7 @@ msgstr "Matchar personer som är vittnen till en händelse" #: ../gramps/gen/filters/rules/person/_matcheseventfilter.py:51 #: ../gramps/gen/filters/rules/place/_matcheseventfilter.py:49 -#: ../gramps/gui/editors/filtereditor.py:529 +#: ../gramps/gui/editors/filtereditor.py:528 msgid "Event filter name:" msgstr "Händelsefilternamn:" @@ -5705,25 +5745,25 @@ msgstr "Matchar platser med en citering av visst värde" #: ../gramps/gui/glade/editfamily.glade:372 #: ../gramps/gui/glade/editplacename.glade:183 #: ../gramps/gui/glade/editplaceref.glade:214 -#: ../gramps/gui/glade/mergeperson.glade:224 -#: ../gramps/gui/glade/mergeperson.glade:240 -#: ../gramps/gui/glade/mergeplace.glade:426 -#: ../gramps/gui/glade/mergeplace.glade:443 +#: ../gramps/gui/glade/mergeperson.glade:222 +#: ../gramps/gui/glade/mergeperson.glade:238 +#: ../gramps/gui/glade/mergeplace.glade:425 +#: ../gramps/gui/glade/mergeplace.glade:442 #: ../gramps/plugins/gramplet/soundgen.py:65 msgid "Name:" msgstr "Namn:" #: ../gramps/gen/filters/rules/place/_hasdata.py:49 #: ../gramps/gui/editors/filtereditor.py:112 -#: ../gramps/gui/editors/filtereditor.py:558 +#: ../gramps/gui/editors/filtereditor.py:557 msgid "Place type:" msgstr "Platstyp:" #: ../gramps/gen/filters/rules/place/_hasdata.py:50 #: ../gramps/gui/glade/editplace.glade:213 #: ../gramps/gui/glade/editplaceref.glade:444 -#: ../gramps/gui/glade/mergeplace.glade:546 -#: ../gramps/gui/glade/mergeplace.glade:563 +#: ../gramps/gui/glade/mergeplace.glade:545 +#: ../gramps/gui/glade/mergeplace.glade:562 msgid "Code:" msgstr "Kod" @@ -5864,15 +5904,15 @@ msgstr "Matchar platser en särskild titel" #: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:49 #: ../gramps/gui/glade/editplaceref.glade:244 -#: ../gramps/gui/glade/mergeplace.glade:237 -#: ../gramps/gui/glade/mergeplace.glade:252 +#: ../gramps/gui/glade/mergeplace.glade:236 +#: ../gramps/gui/glade/mergeplace.glade:251 msgid "Latitude:" msgstr "Latitud:" #: ../gramps/gen/filters/rules/place/_inlatlonneighborhood.py:49 #: ../gramps/gui/glade/editplaceref.glade:317 -#: ../gramps/gui/glade/mergeplace.glade:268 -#: ../gramps/gui/glade/mergeplace.glade:283 +#: ../gramps/gui/glade/mergeplace.glade:267 +#: ../gramps/gui/glade/mergeplace.glade:282 msgid "Longitude:" msgstr "Longitud:" @@ -6004,8 +6044,8 @@ msgid "Matches repositories with a certain reference count" msgstr "Matcher arkivplatser med en viss referensräknare" #: ../gramps/gen/filters/rules/repository/_hasrepo.py:46 -#: ../gramps/gui/glade/mergerepository.glade:213 -#: ../gramps/gui/glade/mergerepository.glade:229 +#: ../gramps/gui/glade/mergerepository.glade:212 +#: ../gramps/gui/glade/mergerepository.glade:228 #: ../gramps/gui/merge/mergerepository.py:46 msgid "repo|Name:" msgstr "Namn:" @@ -6211,11 +6251,12 @@ msgstr "Matchar källor som indikerats som privata" #: ../gramps/gen/lib/eventroletype.py:53 ../gramps/gen/lib/eventtype.py:163 #: ../gramps/gen/lib/familyreltype.py:48 ../gramps/gen/lib/markertype.py:52 #: ../gramps/gen/lib/nameorigintype.py:74 ../gramps/gen/lib/nametype.py:47 -#: ../gramps/gen/lib/notetype.py:72 ../gramps/gen/lib/placetype.py:64 +#: ../gramps/gen/lib/notetype.py:74 ../gramps/gen/lib/placetype.py:64 #: ../gramps/gen/lib/repotype.py:53 ../gramps/gen/lib/srcattrtype.py:44 #: ../gramps/gen/lib/srcmediatype.py:57 ../gramps/gen/lib/urltype.py:48 #: ../gramps/gui/autocomp.py:179 -#: ../gramps/plugins/textreport/indivcomplete.py:73 +#: ../gramps/plugins/textreport/indivcomplete.py:75 +#: ../gramps/plugins/view/geoplaces.py:528 msgid "Custom" msgstr "Anpassad" @@ -6224,25 +6265,27 @@ msgid "Caste" msgstr "Kast" #. 2 name (version) -#: ../gramps/gen/lib/attrtype.py:65 ../gramps/gen/lib/media.py:197 +#: ../gramps/gen/lib/attrtype.py:65 ../gramps/gen/lib/media.py:162 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:75 #: ../gramps/gui/editors/displaytabs/webembedlist.py:67 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:101 -#: ../gramps/gui/glade/rule.glade:934 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:104 +#: ../gramps/gui/glade/rule.glade:931 #: ../gramps/gui/glade/styleeditor.glade:262 -#: ../gramps/gui/plug/_windows.py:130 ../gramps/gui/plug/_windows.py:239 -#: ../gramps/gui/plug/_windows.py:607 ../gramps/gui/plug/_windows.py:1084 -#: ../gramps/gui/selectors/selectevent.py:74 +#: ../gramps/gui/plug/_windows.py:134 ../gramps/gui/plug/_windows.py:243 +#: ../gramps/gui/plug/_windows.py:620 ../gramps/gui/plug/_windows.py:1104 +#: ../gramps/gui/selectors/selectevent.py:73 +#: ../gramps/plugins/gramplet/coordinates.py:90 #: ../gramps/plugins/gramplet/events.py:86 -#: ../gramps/plugins/lib/libmetadata.py:98 +#: ../gramps/plugins/lib/libmetadata.py:100 #: ../gramps/plugins/textreport/placereport.py:221 #: ../gramps/plugins/textreport/placereport.py:298 #: ../gramps/plugins/tool/sortevents.py:57 #: ../gramps/plugins/view/eventview.py:82 -#: ../gramps/plugins/webreport/narrativeweb.py:372 -#: ../gramps/plugins/webreport/narrativeweb.py:1038 -#: ../gramps/plugins/webreport/narrativeweb.py:1324 -#: ../gramps/plugins/webreport/narrativeweb.py:2473 +#: ../gramps/plugins/webreport/narrativeweb.py:992 +#: ../gramps/plugins/webreport/narrativeweb.py:1280 +#: ../gramps/plugins/webreport/narrativeweb.py:2459 +#: ../gramps/plugins/webreport/narrativeweb.py:3103 +#: ../gramps/plugins/webreport/narrativeweb.py:5865 msgid "Description" msgstr "Beskrivning" @@ -6263,9 +6306,9 @@ msgid "Social Security Number" msgstr "Personnummer" #: ../gramps/gen/lib/attrtype.py:70 ../gramps/gen/utils/keyword.py:72 -#: ../gramps/gui/configure.py:643 ../gramps/gui/configure.py:645 -#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:657 -#: ../gramps/plugins/tool/patchnames.py:429 +#: ../gramps/gui/configure.py:649 ../gramps/gui/configure.py:651 +#: ../gramps/gui/configure.py:656 ../gramps/gui/configure.py:663 +#: ../gramps/plugins/tool/patchnames.py:430 msgid "Nickname" msgstr "Smeknamn" @@ -6302,34 +6345,33 @@ msgstr "Vittne" msgid "Time" msgstr "Tidpunkt" -#: ../gramps/gen/lib/childreftype.py:67 ../gramps/gui/configure.py:79 +#: ../gramps/gen/lib/childreftype.py:67 ../gramps/gui/configure.py:81 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:209 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:172 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:199 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:175 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:201 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:155 -#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:150 +#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:154 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:245 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:172 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:167 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:176 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:171 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:154 -#: ../gramps/plugins/tool/check.py:2185 +#: ../gramps/plugins/tool/check.py:2410 msgid "None" msgstr "Inget" #: ../gramps/gen/lib/childreftype.py:68 ../gramps/gen/lib/eventtype.py:165 -#: ../gramps/gui/merge/mergeperson.py:184 +#: ../gramps/gui/merge/mergeperson.py:189 #: ../gramps/plugins/gramplet/ancestor.py:64 #: ../gramps/plugins/gramplet/descendant.py:63 #: ../gramps/plugins/quickview/all_relations.py:270 #: ../gramps/plugins/quickview/lineage.py:93 -#: ../gramps/plugins/textreport/familygroup.py:315 -#: ../gramps/plugins/textreport/familygroup.py:523 -#: ../gramps/plugins/textreport/familygroup.py:525 +#: ../gramps/plugins/textreport/familygroup.py:316 +#: ../gramps/plugins/textreport/familygroup.py:524 +#: ../gramps/plugins/textreport/familygroup.py:526 #: ../gramps/plugins/textreport/tagreport.py:166 -#: ../gramps/plugins/view/relview.py:601 -#: ../gramps/plugins/webreport/narrativeweb.py:366 -#: ../gramps/plugins/webreport/narrativeweb.py:3258 -#: ../gramps/plugins/webreport/narrativeweb.py:6073 +#: ../gramps/plugins/view/relview.py:612 +#: ../gramps/plugins/webreport/narrativeweb.py:3252 +#: ../gramps/plugins/webreport/narrativeweb.py:6132 msgid "Birth" msgstr "Födelse" @@ -6355,17 +6397,17 @@ msgstr "Fosterbarn" #. string if the person is None #. #. ------------------------------------------------------------------------- -#: ../gramps/gen/lib/date.py:273 ../gramps/gen/lib/date.py:415 +#: ../gramps/gen/lib/date.py:273 ../gramps/gen/lib/date.py:421 #: ../gramps/gen/mime/_pythonmime.py:48 ../gramps/gen/mime/_pythonmime.py:56 #: ../gramps/gen/mime/_winmime.py:57 ../gramps/gen/utils/db.py:523 -#: ../gramps/gui/editors/editperson.py:352 +#: ../gramps/gui/editors/editperson.py:351 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 -#: ../gramps/gui/merge/mergeperson.py:61 +#: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 -#: ../gramps/plugins/textreport/indivcomplete.py:610 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 -#: ../gramps/plugins/view/relview.py:637 -#: ../gramps/plugins/webreport/narrativeweb.py:6265 +#: ../gramps/plugins/textreport/indivcomplete.py:648 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 +#: ../gramps/plugins/view/relview.py:648 +#: ../gramps/plugins/webreport/narrativeweb.py:6331 msgid "unknown" msgstr "okänd" @@ -6398,10 +6440,10 @@ msgid "between" msgstr "mellan" #: ../gramps/gen/lib/date.py:297 ../gramps/gen/lib/date.py:341 -#: ../gramps/gen/lib/date.py:359 ../gramps/gui/merge/mergefamily.py:150 +#: ../gramps/gen/lib/date.py:359 ../gramps/gui/merge/mergefamily.py:155 #: ../gramps/plugins/quickview/all_relations.py:282 -#: ../gramps/plugins/view/relview.py:977 -#: ../gramps/plugins/webreport/narrativeweb.py:1240 +#: ../gramps/plugins/view/relview.py:988 +#: ../gramps/plugins/webreport/narrativeweb.py:1195 msgid "and" msgstr "och" @@ -6416,7 +6458,7 @@ msgstr "mer än omkring" #. translators: leave all/any {...} untranslated #. round up years #. translators: leave all/any {...} untranslated -#: ../gramps/gen/lib/date.py:420 ../gramps/gen/lib/date.py:427 +#: ../gramps/gen/lib/date.py:426 ../gramps/gen/lib/date.py:433 #, python-brace-format msgid "{number_of} year" msgid_plural "{number_of} years" @@ -6426,12 +6468,12 @@ msgstr[1] "{number_of} år" #. translators: needed for Arabic, ignore otherwise #. ok we have the children. Make a title off of them #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/date.py:434 ../gramps/gen/lib/date.py:445 +#: ../gramps/gen/lib/date.py:440 ../gramps/gen/lib/date.py:451 #: ../gramps/gen/plug/report/endnotes.py:118 #: ../gramps/gen/plug/report/endnotes.py:197 #: ../gramps/gen/plug/report/endnotes.py:204 #: ../gramps/gen/plug/report/endnotes.py:210 -#: ../gramps/plugins/drawreport/descendtree.py:350 +#: ../gramps/plugins/drawreport/descendtree.py:352 #: ../gramps/plugins/gramplet/persondetails.py:231 #: ../gramps/plugins/gramplet/whatsnext.py:370 #: ../gramps/plugins/gramplet/whatsnext.py:392 @@ -6443,7 +6485,7 @@ msgid ", " msgstr ", " #. translators: leave all/any {...} untranslated -#: ../gramps/gen/lib/date.py:436 +#: ../gramps/gen/lib/date.py:442 #, python-brace-format msgid "{number_of} month" msgid_plural "{number_of} months" @@ -6451,56 +6493,58 @@ msgstr[0] "{number_of} månad" msgstr[1] "{number_of} månader" #. translators: leave all/any {...} untranslated -#: ../gramps/gen/lib/date.py:447 +#: ../gramps/gen/lib/date.py:453 #, python-brace-format msgid "{number_of} day" msgid_plural "{number_of} days" msgstr[0] "{number_of} dag" msgstr[1] "{number_of} dagar" -#: ../gramps/gen/lib/date.py:454 +#: ../gramps/gen/lib/date.py:460 msgid "0 days" msgstr "0 dagar" -#: ../gramps/gen/lib/date.py:1867 +#: ../gramps/gen/lib/date.py:1824 #, fuzzy msgid "date-quality|none" msgstr "uppskattat " -#: ../gramps/gen/lib/date.py:1868 +#: ../gramps/gen/lib/date.py:1825 msgid "calculated" msgstr "beräknad" -#: ../gramps/gen/lib/date.py:1868 +#: ../gramps/gen/lib/date.py:1825 msgid "estimated" msgstr "uppskattad" -#: ../gramps/gen/lib/date.py:1882 +#: ../gramps/gen/lib/date.py:1839 #, fuzzy msgid "date-modifier|none" msgstr "före " -#: ../gramps/gen/lib/date.py:1883 ../gramps/plugins/lib/libsubstkeyword.py:315 +#: ../gramps/gen/lib/date.py:1840 ../gramps/plugins/lib/libsubstkeyword.py:315 msgid "about" msgstr "omkring" -#: ../gramps/gen/lib/date.py:1883 ../gramps/plugins/lib/libsubstkeyword.py:314 +#: ../gramps/gen/lib/date.py:1840 +#: ../gramps/plugins/importer/importprogen.py:1716 +#: ../gramps/plugins/lib/libsubstkeyword.py:314 msgid "after" msgstr "efter" -#: ../gramps/gen/lib/date.py:1883 ../gramps/plugins/lib/libsubstkeyword.py:314 +#: ../gramps/gen/lib/date.py:1840 ../gramps/plugins/lib/libsubstkeyword.py:314 msgid "before" msgstr "före" -#: ../gramps/gen/lib/date.py:1884 +#: ../gramps/gen/lib/date.py:1841 msgid "range" msgstr "intervall" -#: ../gramps/gen/lib/date.py:1884 +#: ../gramps/gen/lib/date.py:1841 msgid "span" msgstr "tidspann" -#: ../gramps/gen/lib/date.py:1884 +#: ../gramps/gen/lib/date.py:1841 msgid "textonly" msgstr "endast text" @@ -6543,28 +6587,26 @@ msgstr "Livshändelser" #. _FAMNAME = _("With %(namepartner)s (%(famid)s)") #. 1 #. get the family events -#. show "> Family: ..." and nothing else -#. show "V Family: ..." and the rest #: ../gramps/gen/lib/eventtype.py:139 ../gramps/gui/clipboard.py:771 -#: ../gramps/gui/configure.py:531 +#: ../gramps/gui/configure.py:537 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:59 #: ../gramps/gui/editors/displaytabs/personeventembedlist.py:52 #: ../gramps/gui/editors/editfamily.py:499 -#: ../gramps/gui/editors/editlink.py:91 +#: ../gramps/gui/editors/editlink.py:93 #: ../gramps/gui/editors/filtereditor.py:294 #: ../gramps/gui/glade/editldsord.glade:267 -#: ../gramps/plugins/export/exportcsv.py:541 +#: ../gramps/plugins/export/exportcsv.py:515 #: ../gramps/plugins/gramplet/quickviewgramplet.py:109 -#: ../gramps/plugins/importer/importcsv.py:210 -#: ../gramps/plugins/quickview/all_events.py:80 +#: ../gramps/plugins/importer/importcsv.py:211 +#: ../gramps/plugins/quickview/all_events.py:83 #: ../gramps/plugins/quickview/all_relations.py:270 #: ../gramps/plugins/quickview/filterbyname.py:165 #: ../gramps/plugins/quickview/filterbyname.py:240 -#: ../gramps/plugins/quickview/quickview.gpr.py:200 +#: ../gramps/plugins/quickview/quickview.gpr.py:203 #: ../gramps/plugins/quickview/references.py:86 -#: ../gramps/plugins/view/relview.py:1368 -#: ../gramps/plugins/view/relview.py:1392 -#: ../gramps/plugins/webreport/narrativeweb.py:3505 +#: ../gramps/plugins/view/relview.py:1378 +#: ../gramps/plugins/view/relview.py:1402 +#: ../gramps/plugins/webreport/narrativeweb.py:3509 msgid "Family" msgstr "Familj" @@ -6589,28 +6631,27 @@ msgid "Legal" msgstr "Legal" #: ../gramps/gen/lib/eventtype.py:153 ../gramps/gen/lib/eventtype.py:195 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:437 -#: ../gramps/plugins/webreport/narrativeweb.py:3087 -#: ../gramps/plugins/webreport/narrativeweb.py:7856 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:463 +#: ../gramps/plugins/webreport/narrativeweb.py:3081 +#: ../gramps/plugins/webreport/narrativeweb.py:7929 msgid "Residence" msgstr "Bosatt" #: ../gramps/gen/lib/eventtype.py:155 ../gramps/gui/glade/mergedata.glade:523 #: ../gramps/gui/glade/mergedata.glade:610 -#: ../gramps/plugins/lib/maps/placeselection.py:134 -#: ../gramps/plugins/lib/maps/placeselection.py:185 +#: ../gramps/plugins/lib/maps/placeselection.py:135 +#: ../gramps/plugins/lib/maps/placeselection.py:186 msgid "Other" msgstr "Annat" -#: ../gramps/gen/lib/eventtype.py:166 ../gramps/gui/merge/mergeperson.py:188 -#: ../gramps/plugins/textreport/familygroup.py:323 -#: ../gramps/plugins/textreport/familygroup.py:529 -#: ../gramps/plugins/textreport/familygroup.py:531 +#: ../gramps/gen/lib/eventtype.py:166 ../gramps/gui/merge/mergeperson.py:194 +#: ../gramps/plugins/textreport/familygroup.py:324 +#: ../gramps/plugins/textreport/familygroup.py:530 +#: ../gramps/plugins/textreport/familygroup.py:532 #: ../gramps/plugins/textreport/tagreport.py:172 -#: ../gramps/plugins/view/relview.py:610 ../gramps/plugins/view/relview.py:635 -#: ../gramps/plugins/webreport/narrativeweb.py:370 -#: ../gramps/plugins/webreport/narrativeweb.py:3262 -#: ../gramps/plugins/webreport/narrativeweb.py:6077 +#: ../gramps/plugins/view/relview.py:621 ../gramps/plugins/view/relview.py:646 +#: ../gramps/plugins/webreport/narrativeweb.py:3256 +#: ../gramps/plugins/webreport/narrativeweb.py:6136 msgid "Death" msgstr "Död" @@ -6737,13 +6778,13 @@ msgstr "Pensionering" msgid "Will" msgstr "Testamente" -#: ../gramps/gen/lib/eventtype.py:198 ../gramps/gui/merge/mergeperson.py:243 -#: ../gramps/plugins/export/exportcsv.py:498 -#: ../gramps/plugins/importer/importcsv.py:218 -#: ../gramps/plugins/textreport/familygroup.py:401 -#: ../gramps/plugins/textreport/familygroup.py:410 -#: ../gramps/plugins/textreport/familygroup.py:601 -#: ../gramps/plugins/webreport/narrativeweb.py:3506 +#: ../gramps/gen/lib/eventtype.py:198 ../gramps/gui/merge/mergeperson.py:258 +#: ../gramps/plugins/export/exportcsv.py:472 +#: ../gramps/plugins/importer/importcsv.py:219 +#: ../gramps/plugins/textreport/familygroup.py:402 +#: ../gramps/plugins/textreport/familygroup.py:411 +#: ../gramps/plugins/textreport/familygroup.py:602 +#: ../gramps/plugins/webreport/narrativeweb.py:3510 msgid "Marriage" msgstr "Giftermål" @@ -6768,7 +6809,7 @@ msgid "Engagement" msgstr "Förlovning" #: ../gramps/gen/lib/eventtype.py:204 -#: ../gramps/plugins/webreport/narrativeweb.py:3507 +#: ../gramps/plugins/webreport/narrativeweb.py:3511 msgid "Divorce" msgstr "Skilsmässa" @@ -6784,27 +6825,27 @@ msgstr "Upphävande" msgid "Alternate Marriage" msgstr "Alternativt giftermål" -#. cm2pt = ReportUtils.cm2pt +#. cm2pt = utils.cm2pt #. ------------------------------------------------------------------------ #. #. Constants #. #. ------------------------------------------------------------------------ #: ../gramps/gen/lib/eventtype.py:211 -#: ../gramps/plugins/drawreport/ancestortree.py:60 -#: ../gramps/plugins/drawreport/descendtree.py:55 +#: ../gramps/plugins/drawreport/ancestortree.py:61 +#: ../gramps/plugins/drawreport/descendtree.py:57 msgid "birth abbreviation|b." msgstr "f." #: ../gramps/gen/lib/eventtype.py:212 -#: ../gramps/plugins/drawreport/ancestortree.py:61 -#: ../gramps/plugins/drawreport/descendtree.py:56 +#: ../gramps/plugins/drawreport/ancestortree.py:62 +#: ../gramps/plugins/drawreport/descendtree.py:58 msgid "death abbreviation|d." msgstr "d." #: ../gramps/gen/lib/eventtype.py:213 -#: ../gramps/plugins/drawreport/ancestortree.py:62 -#: ../gramps/plugins/drawreport/descendtree.py:57 +#: ../gramps/plugins/drawreport/ancestortree.py:63 +#: ../gramps/plugins/drawreport/descendtree.py:59 msgid "marriage abbreviation|m." msgstr "g." @@ -6910,7 +6951,7 @@ msgstr "adel" #: ../gramps/gen/lib/eventtype.py:239 msgid "Number of Marriages abbreviation|n.o.mar." -msgstr "a.gift." +msgstr "a. giftenl" #: ../gramps/gen/lib/eventtype.py:240 msgid "Occupation abbreviation|occ." @@ -6989,7 +7030,7 @@ msgid "Unmarried" msgstr "Ogift" #: ../gramps/gen/lib/familyreltype.py:51 -#: ../gramps/plugins/webreport/webcal.py:2003 +#: ../gramps/plugins/webreport/webcal.py:2025 msgid "Married" msgstr "Gift" @@ -7023,15 +7064,14 @@ msgstr "" msgid "Canceled" msgstr "Avbruten" -#. ---------------------------------- #: ../gramps/gen/lib/ldsord.py:105 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:114 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:116 #: ../gramps/gui/glade/editchildref.glade:250 -#: ../gramps/gui/merge/mergeperson.py:247 -#: ../gramps/plugins/export/exportcsv.py:541 +#: ../gramps/gui/merge/mergeperson.py:261 +#: ../gramps/plugins/export/exportcsv.py:515 #: ../gramps/plugins/gramplet/children.py:93 #: ../gramps/plugins/gramplet/children.py:192 -#: ../gramps/plugins/importer/importcsv.py:209 +#: ../gramps/plugins/importer/importcsv.py:210 msgid "Child" msgstr "Barn" @@ -7082,15 +7122,15 @@ msgstr "Ej godkänd" msgid "Complete" msgstr "Fullständig" -#: ../gramps/gen/lib/markertype.py:54 ../gramps/plugins/tool/notrelated.py:101 +#: ../gramps/gen/lib/markertype.py:54 ../gramps/plugins/tool/notrelated.py:103 msgid "ToDo" msgstr "Att göra" #. 2 #. add media column -#: ../gramps/gen/lib/media.py:192 ../gramps/gen/lib/media.py:193 -#: ../gramps/gen/lib/person.py:255 ../gramps/gui/clipboard.py:659 -#: ../gramps/gui/editors/editlink.py:92 +#: ../gramps/gen/lib/media.py:157 ../gramps/gen/lib/media.py:158 +#: ../gramps/gen/lib/person.py:173 ../gramps/gui/clipboard.py:659 +#: ../gramps/gui/editors/editlink.py:94 #: ../gramps/gui/editors/filtereditor.py:298 #: ../gramps/plugins/gramplet/quickviewgramplet.py:110 #: ../gramps/plugins/quickview/filterbyname.py:109 @@ -7098,24 +7138,24 @@ msgstr "Att göra" #: ../gramps/plugins/quickview/filterbyname.py:215 #: ../gramps/plugins/quickview/filterbyname.py:270 #: ../gramps/plugins/quickview/filterbyname.py:398 -#: ../gramps/plugins/quickview/quickview.gpr.py:204 +#: ../gramps/plugins/quickview/quickview.gpr.py:207 #: ../gramps/plugins/quickview/references.py:93 #: ../gramps/plugins/textreport/tagreport.py:553 #: ../gramps/plugins/view/mediaview.py:129 #: ../gramps/plugins/view/view.gpr.py:80 ../gramps/plugins/view/view.gpr.py:88 -#: ../gramps/plugins/webreport/narrativeweb.py:1904 -#: ../gramps/plugins/webreport/narrativeweb.py:1968 -#: ../gramps/plugins/webreport/narrativeweb.py:2029 -#: ../gramps/plugins/webreport/narrativeweb.py:2076 -#: ../gramps/plugins/webreport/narrativeweb.py:2376 -#: ../gramps/plugins/webreport/narrativeweb.py:5032 -#: ../gramps/plugins/webreport/narrativeweb.py:5229 +#: ../gramps/plugins/webreport/narrativeweb.py:1880 +#: ../gramps/plugins/webreport/narrativeweb.py:1946 +#: ../gramps/plugins/webreport/narrativeweb.py:2015 +#: ../gramps/plugins/webreport/narrativeweb.py:2062 +#: ../gramps/plugins/webreport/narrativeweb.py:2362 +#: ../gramps/plugins/webreport/narrativeweb.py:5084 +#: ../gramps/plugins/webreport/narrativeweb.py:5283 msgid "Media" msgstr "Media" #. ######################### -#: ../gramps/gen/lib/media.py:194 ../gramps/gen/lib/person.py:246 -#: ../gramps/plugins/importer/importcsv.py:205 +#: ../gramps/gen/lib/media.py:159 ../gramps/gen/lib/person.py:164 +#: ../gramps/plugins/importer/importcsv.py:206 #: ../gramps/plugins/quickview/filterbyname.py:154 #: ../gramps/plugins/quickview/filterbyname.py:165 #: ../gramps/plugins/quickview/filterbyname.py:175 @@ -7132,81 +7172,79 @@ msgstr "Media" #: ../gramps/plugins/quickview/filterbyname.py:264 #: ../gramps/plugins/quickview/filterbyname.py:270 #: ../gramps/plugins/quickview/filterbyname.py:276 -#: ../gramps/plugins/textreport/familygroup.py:735 +#: ../gramps/plugins/textreport/familygroup.py:739 #: ../gramps/plugins/tool/findloop.py:103 #: ../gramps/plugins/tool/findloop.py:107 -#: ../gramps/plugins/webreport/narrativeweb.py:4154 -#: ../gramps/plugins/webreport/narrativeweb.py:4362 -#: ../gramps/plugins/webreport/narrativeweb.py:4905 -#: ../gramps/plugins/webreport/narrativeweb.py:7761 +#: ../gramps/plugins/webreport/narrativeweb.py:2909 +#: ../gramps/plugins/webreport/narrativeweb.py:4199 +#: ../gramps/plugins/webreport/narrativeweb.py:4410 +#: ../gramps/plugins/webreport/narrativeweb.py:4958 +#: ../gramps/plugins/webreport/narrativeweb.py:5463 +#: ../gramps/plugins/webreport/narrativeweb.py:7296 +#: ../gramps/plugins/webreport/narrativeweb.py:7832 msgid "Gramps ID" msgstr "Gramps-ID" -#: ../gramps/gen/lib/media.py:196 +#: ../gramps/gen/lib/media.py:161 msgid "MIME" msgstr "" -#: ../gramps/gen/lib/media.py:198 +#: ../gramps/gen/lib/media.py:163 msgid "Checksum" msgstr "" -#. there is no need to add an ending "", -#. as it will be added automatically by libhtml() -#. Translatable strings for variables within this plugin -#. gettext carries a huge footprint with it. -#: ../gramps/gen/lib/media.py:199 ../gramps/gen/lib/person.py:257 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:563 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:577 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:591 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:605 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:619 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:633 -#: ../gramps/plugins/textreport/indivcomplete.py:423 -#: ../gramps/plugins/textreport/indivcomplete.py:639 -#: ../gramps/plugins/webreport/narrativeweb.py:365 -#: ../gramps/plugins/webreport/narrativeweb.py:844 -#: ../gramps/plugins/webreport/narrativeweb.py:1404 -#: ../gramps/plugins/webreport/narrativeweb.py:1655 +#: ../gramps/gen/lib/media.py:164 ../gramps/gen/lib/person.py:175 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:589 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:603 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:617 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:631 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:645 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:659 +#: ../gramps/plugins/textreport/indivcomplete.py:458 +#: ../gramps/plugins/textreport/indivcomplete.py:677 +#: ../gramps/plugins/webreport/narrativeweb.py:798 +#: ../gramps/plugins/webreport/narrativeweb.py:1361 +#: ../gramps/plugins/webreport/narrativeweb.py:1617 msgid "Attributes" msgstr "Attribut" -#: ../gramps/gen/lib/media.py:200 ../gramps/gen/lib/name.py:201 -#: ../gramps/gen/lib/person.py:260 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:759 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:773 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:787 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:801 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:815 +#: ../gramps/gen/lib/media.py:165 ../gramps/gen/lib/name.py:137 +#: ../gramps/gen/lib/person.py:178 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:785 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:799 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:813 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:827 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:841 #: ../gramps/plugins/textreport/tagreport.py:802 -#: ../gramps/plugins/view/view.gpr.py:266 -#: ../gramps/plugins/view/view.gpr.py:274 +#: ../gramps/plugins/view/view.gpr.py:281 +#: ../gramps/plugins/view/view.gpr.py:289 msgid "Citations" msgstr "Citeringar" -#: ../gramps/gen/lib/media.py:201 ../gramps/gen/lib/name.py:202 -#: ../gramps/gen/lib/person.py:261 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:647 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:661 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:675 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:689 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:703 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:717 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:731 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:745 +#: ../gramps/gen/lib/media.py:166 ../gramps/gen/lib/name.py:138 +#: ../gramps/gen/lib/person.py:179 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:673 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:687 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:701 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:715 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:729 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:743 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:757 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:771 #: ../gramps/plugins/quickview/filterbyname.py:112 #: ../gramps/plugins/quickview/filterbyname.py:137 -#: ../gramps/plugins/textreport/indivcomplete.py:251 +#: ../gramps/plugins/textreport/indivcomplete.py:260 #: ../gramps/plugins/textreport/tagreport.py:484 #: ../gramps/plugins/view/noteview.py:110 #: ../gramps/plugins/view/view.gpr.py:95 #: ../gramps/plugins/view/view.gpr.py:103 -#: ../gramps/plugins/webreport/narrativeweb.py:378 -#: ../gramps/plugins/webreport/narrativeweb.py:1039 -#: ../gramps/plugins/webreport/narrativeweb.py:1672 +#: ../gramps/plugins/webreport/narrativeweb.py:993 +#: ../gramps/plugins/webreport/narrativeweb.py:1634 +#: ../gramps/plugins/webreport/narrativeweb.py:7069 msgid "Notes" msgstr "Notiser" -#: ../gramps/gen/lib/media.py:202 ../gramps/gen/lib/person.py:262 +#: ../gramps/gen/lib/media.py:167 ../gramps/gen/lib/person.py:180 #, fuzzy msgid "Last changed" msgstr "Senast ändrad" @@ -7214,7 +7252,7 @@ msgstr "Senast ändrad" #. wrap it all up and return to its callers #. position 0 = translatable label, position 1 = column class #. position 2 = data -#: ../gramps/gen/lib/media.py:203 ../gramps/gen/lib/name.py:203 +#: ../gramps/gen/lib/media.py:168 ../gramps/gen/lib/name.py:139 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:71 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:80 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:52 @@ -7222,40 +7260,41 @@ msgstr "Senast ändrad" #: ../gramps/gui/editors/displaytabs/placenameembedlist.py:64 #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:61 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:113 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:104 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:107 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:91 #: ../gramps/gui/glade/editaddress.glade:322 #: ../gramps/gui/glade/editaddress.glade:332 -#: ../gramps/gui/glade/editcitation.glade:116 -#: ../gramps/gui/glade/editcitation.glade:123 +#: ../gramps/gui/glade/editcitation.glade:115 +#: ../gramps/gui/glade/editcitation.glade:122 #: ../gramps/gui/glade/editdate.glade:324 #: ../gramps/gui/glade/editevent.glade:138 #: ../gramps/gui/glade/editevent.glade:148 #: ../gramps/gui/glade/editeventref.glade:378 #: ../gramps/gui/glade/editeventref.glade:388 -#: ../gramps/gui/glade/editldsord.glade:157 -#: ../gramps/gui/glade/editldsord.glade:167 +#: ../gramps/gui/glade/editldsord.glade:155 +#: ../gramps/gui/glade/editldsord.glade:165 #: ../gramps/gui/glade/editmedia.glade:244 #: ../gramps/gui/glade/editmedia.glade:254 #: ../gramps/gui/glade/editmediaref.glade:582 #: ../gramps/gui/glade/editmediaref.glade:592 -#: ../gramps/gui/glade/editname.glade:572 -#: ../gramps/gui/glade/editname.glade:582 +#: ../gramps/gui/glade/editname.glade:571 +#: ../gramps/gui/glade/editname.glade:581 #: ../gramps/gui/glade/editplacename.glade:132 #: ../gramps/gui/glade/editplacename.glade:142 -#: ../gramps/gui/selectors/selectevent.py:72 -#: ../gramps/plugins/export/exportcsv.py:499 -#: ../gramps/plugins/export/exportcsv.py:565 +#: ../gramps/gui/selectors/selectevent.py:71 +#: ../gramps/plugins/export/exportcsv.py:287 +#: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/ageondategramplet.py:66 +#: ../gramps/plugins/gramplet/coordinates.py:91 #: ../gramps/plugins/gramplet/events.py:87 -#: ../gramps/plugins/gramplet/locations.py:86 +#: ../gramps/plugins/gramplet/locations.py:87 #: ../gramps/plugins/gramplet/personresidence.py:60 -#: ../gramps/plugins/importer/importcsv.py:219 +#: ../gramps/plugins/importer/importcsv.py:220 #: ../gramps/plugins/quickview/onthisday.py:80 #: ../gramps/plugins/quickview/onthisday.py:81 #: ../gramps/plugins/quickview/onthisday.py:82 -#: ../gramps/plugins/textreport/indivcomplete.py:458 -#: ../gramps/plugins/textreport/indivcomplete.py:653 +#: ../gramps/plugins/textreport/indivcomplete.py:493 +#: ../gramps/plugins/textreport/indivcomplete.py:691 #: ../gramps/plugins/textreport/placereport.py:220 #: ../gramps/plugins/textreport/placereport.py:298 #: ../gramps/plugins/textreport/tagreport.py:349 @@ -7266,28 +7305,29 @@ msgstr "Senast ändrad" #: ../gramps/plugins/view/citationtreeview.py:95 #: ../gramps/plugins/view/eventview.py:85 #: ../gramps/plugins/view/mediaview.py:98 -#: ../gramps/plugins/webreport/narrativeweb.py:371 -#: ../gramps/plugins/webreport/narrativeweb.py:1036 -#: ../gramps/plugins/webreport/narrativeweb.py:1322 -#: ../gramps/plugins/webreport/narrativeweb.py:1351 -#: ../gramps/plugins/webreport/narrativeweb.py:2602 -#: ../gramps/plugins/webreport/narrativeweb.py:4153 -#: ../gramps/plugins/webreport/narrativeweb.py:5065 -#: ../gramps/plugins/webreport/narrativeweb.py:6700 +#: ../gramps/plugins/webreport/narrativeweb.py:990 +#: ../gramps/plugins/webreport/narrativeweb.py:1277 +#: ../gramps/plugins/webreport/narrativeweb.py:1307 +#: ../gramps/plugins/webreport/narrativeweb.py:1474 +#: ../gramps/plugins/webreport/narrativeweb.py:2588 +#: ../gramps/plugins/webreport/narrativeweb.py:4198 +#: ../gramps/plugins/webreport/narrativeweb.py:5117 +#: ../gramps/plugins/webreport/narrativeweb.py:5486 +#: ../gramps/plugins/webreport/narrativeweb.py:6782 msgid "Date" msgstr "Datum" -#: ../gramps/gen/lib/media.py:204 ../gramps/gen/lib/person.py:263 +#: ../gramps/gen/lib/media.py:169 ../gramps/gen/lib/person.py:181 #: ../gramps/gui/glade/editfamily.glade:773 #: ../gramps/gui/glade/editmedia.glade:396 #: ../gramps/gui/glade/editmediaref.glade:726 -#: ../gramps/gui/glade/editnote.glade:286 -#: ../gramps/gui/glade/editperson.glade:684 -#: ../gramps/gui/selectors/selectnote.py:78 +#: ../gramps/gui/glade/editnote.glade:284 +#: ../gramps/gui/glade/editperson.glade:683 +#: ../gramps/gui/selectors/selectnote.py:77 #: ../gramps/plugins/lib/libpersonview.py:111 #: ../gramps/plugins/lib/libplaceview.py:92 -#: ../gramps/plugins/textreport/indivcomplete.py:499 -#: ../gramps/plugins/tool/notrelated.py:127 +#: ../gramps/plugins/textreport/indivcomplete.py:534 +#: ../gramps/plugins/tool/notrelated.py:129 #: ../gramps/plugins/view/citationlistview.py:103 #: ../gramps/plugins/view/citationtreeview.py:98 #: ../gramps/plugins/view/eventview.py:88 @@ -7298,8 +7338,8 @@ msgstr "Datum" msgid "Tags" msgstr "Flaggor" -#: ../gramps/gen/lib/media.py:205 ../gramps/gen/lib/name.py:200 -#: ../gramps/gen/lib/person.py:264 ../gramps/gen/proxy/private.py:945 +#: ../gramps/gen/lib/media.py:170 ../gramps/gen/lib/name.py:136 +#: ../gramps/gen/lib/person.py:182 ../gramps/gen/proxy/private.py:945 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:77 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:64 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:84 @@ -7316,7 +7356,7 @@ msgstr "Flaggor" #: ../gramps/gui/glade/editaddress.glade:297 #: ../gramps/gui/glade/editattribute.glade:153 #: ../gramps/gui/glade/editchildref.glade:180 -#: ../gramps/gui/glade/editcitation.glade:346 +#: ../gramps/gui/glade/editcitation.glade:345 #: ../gramps/gui/glade/editevent.glade:355 #: ../gramps/gui/glade/editeventref.glade:149 #: ../gramps/gui/glade/editeventref.glade:420 @@ -7324,9 +7364,9 @@ msgstr "Flaggor" #: ../gramps/gui/glade/editmedia.glade:332 #: ../gramps/gui/glade/editmediaref.glade:301 #: ../gramps/gui/glade/editmediaref.glade:623 -#: ../gramps/gui/glade/editname.glade:156 -#: ../gramps/gui/glade/editnote.glade:235 -#: ../gramps/gui/glade/editperson.glade:418 +#: ../gramps/gui/glade/editname.glade:155 +#: ../gramps/gui/glade/editnote.glade:233 +#: ../gramps/gui/glade/editperson.glade:417 #: ../gramps/gui/glade/editpersonref.glade:158 #: ../gramps/gui/glade/editplace.glade:262 #: ../gramps/gui/glade/editplaceref.glade:365 @@ -7334,7 +7374,7 @@ msgstr "Flaggor" #: ../gramps/gui/glade/editreporef.glade:404 #: ../gramps/gui/glade/editrepository.glade:212 #: ../gramps/gui/glade/editsource.glade:295 -#: ../gramps/gui/glade/editurl.glade:157 +#: ../gramps/gui/glade/editurl.glade:156 #: ../gramps/plugins/lib/libpersonview.py:110 #: ../gramps/plugins/lib/libplaceview.py:91 #: ../gramps/plugins/view/citationlistview.py:102 @@ -7351,86 +7391,90 @@ msgstr "Privat" #. Priority #. Handle #. Add column with object name -#: ../gramps/gen/lib/name.py:199 ../gramps/gui/clipboard.py:589 -#: ../gramps/gui/configure.py:510 +#: ../gramps/gen/lib/name.py:135 ../gramps/gui/clipboard.py:589 +#: ../gramps/gui/configure.py:516 #: ../gramps/gui/editors/displaytabs/backreflist.py:61 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:73 #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:64 #: ../gramps/gui/editors/displaytabs/placenameembedlist.py:63 #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:59 #: ../gramps/gui/editors/editfamily.py:123 -#: ../gramps/gui/editors/editname.py:311 -#: ../gramps/gui/editors/filtereditor.py:820 -#: ../gramps/gui/editors/filtereditor.py:974 +#: ../gramps/gui/editors/editname.py:310 +#: ../gramps/gui/editors/filtereditor.py:817 +#: ../gramps/gui/editors/filtereditor.py:972 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:126 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:101 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:100 -#: ../gramps/gui/plug/_guioptions.py:1164 ../gramps/gui/plug/_windows.py:126 -#: ../gramps/gui/plug/_windows.py:1083 -#: ../gramps/gui/plug/report/_bookdialog.py:420 -#: ../gramps/gui/selectors/selectperson.py:94 -#: ../gramps/gui/selectors/selectplace.py:71 -#: ../gramps/gui/views/bookmarks.py:218 ../gramps/gui/views/tags.py:397 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:105 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:104 +#: ../gramps/gui/plug/_guioptions.py:1165 ../gramps/gui/plug/_windows.py:130 +#: ../gramps/gui/plug/_windows.py:1103 +#: ../gramps/gui/plug/report/_bookdialog.py:373 +#: ../gramps/gui/selectors/selectperson.py:93 +#: ../gramps/gui/selectors/selectplace.py:70 +#: ../gramps/gui/views/bookmarks.py:270 ../gramps/gui/views/tags.py:408 #: ../gramps/gui/views/treemodels/peoplemodel.py:616 -#: ../gramps/plugins/export/exportcsv.py:563 +#: ../gramps/plugins/export/exportcsv.py:285 #: ../gramps/plugins/gramplet/ancestor.py:63 #: ../gramps/plugins/gramplet/backlinks.py:56 #: ../gramps/plugins/gramplet/descendant.py:62 -#: ../gramps/plugins/gramplet/locations.py:84 +#: ../gramps/plugins/gramplet/locations.py:85 #: ../gramps/plugins/gramplet/placedetails.py:122 -#: ../gramps/plugins/importer/importcsv.py:222 +#: ../gramps/plugins/importer/importcsv.py:223 #: ../gramps/plugins/lib/libpersonview.py:98 #: ../gramps/plugins/lib/libplaceview.py:84 #: ../gramps/plugins/quickview/filterbyname.py:306 -#: ../gramps/plugins/textreport/indivcomplete.py:860 +#: ../gramps/plugins/textreport/indivcomplete.py:900 #: ../gramps/plugins/textreport/tagreport.py:160 #: ../gramps/plugins/textreport/tagreport.py:426 #: ../gramps/plugins/textreport/tagreport.py:654 -#: ../gramps/plugins/tool/dumpgenderstats.py:62 -#: ../gramps/plugins/tool/notrelated.py:124 -#: ../gramps/plugins/tool/removeunused.py:197 -#: ../gramps/plugins/tool/verify.py:542 ../gramps/plugins/view/repoview.py:85 -#: ../gramps/plugins/webreport/narrativeweb.py:7492 +#: ../gramps/plugins/tool/dumpgenderstats.py:71 +#: ../gramps/plugins/tool/dumpgenderstats.py:93 +#: ../gramps/plugins/tool/dumpgenderstats.py:94 +#: ../gramps/plugins/tool/dumpgenderstats.py:95 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 +#: ../gramps/plugins/tool/notrelated.py:126 +#: ../gramps/plugins/tool/removeunused.py:201 +#: ../gramps/plugins/tool/verify.py:577 ../gramps/plugins/view/repoview.py:85 +#: ../gramps/plugins/webreport/narrativeweb.py:7581 msgid "Name" msgstr "Namn" -#: ../gramps/gen/lib/name.py:204 ../gramps/plugins/importer/importcsv.py:149 +#: ../gramps/gen/lib/name.py:140 ../gramps/plugins/importer/importcsv.py:162 msgid "Given name" msgstr "Förnamn" -#: ../gramps/gen/lib/name.py:205 -#: ../gramps/plugins/webreport/narrativeweb.py:1898 -#: ../gramps/plugins/webreport/narrativeweb.py:1948 -#: ../gramps/plugins/webreport/narrativeweb.py:1951 -#: ../gramps/plugins/webreport/narrativeweb.py:2011 -#: ../gramps/plugins/webreport/narrativeweb.py:4454 -#: ../gramps/plugins/webreport/narrativeweb.py:4503 +#: ../gramps/gen/lib/name.py:141 +#: ../gramps/plugins/webreport/narrativeweb.py:1874 +#: ../gramps/plugins/webreport/narrativeweb.py:1926 +#: ../gramps/plugins/webreport/narrativeweb.py:1929 +#: ../gramps/plugins/webreport/narrativeweb.py:1997 +#: ../gramps/plugins/webreport/narrativeweb.py:4502 +#: ../gramps/plugins/webreport/narrativeweb.py:4552 msgid "Surnames" msgstr "Efternamn" -#: ../gramps/gen/lib/name.py:206 ../gramps/gen/utils/keyword.py:60 -#: ../gramps/gui/configure.py:640 ../gramps/gui/configure.py:642 -#: ../gramps/gui/configure.py:644 ../gramps/gui/configure.py:646 -#: ../gramps/gui/configure.py:647 ../gramps/gui/configure.py:652 -#: ../gramps/gui/configure.py:654 ../gramps/gui/configure.py:659 -#: ../gramps/gui/configure.py:661 ../gramps/gui/glade/editperson.glade:230 -#: ../gramps/plugins/export/exportcsv.py:380 -#: ../gramps/plugins/importer/importcsv.py:157 +#: ../gramps/gen/lib/name.py:142 ../gramps/gen/utils/keyword.py:60 +#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 +#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:652 +#: ../gramps/gui/configure.py:653 ../gramps/gui/configure.py:658 +#: ../gramps/gui/configure.py:660 ../gramps/gui/configure.py:665 +#: ../gramps/gui/configure.py:667 ../gramps/gui/glade/editperson.glade:229 +#: ../gramps/plugins/export/exportcsv.py:354 +#: ../gramps/plugins/importer/importcsv.py:167 msgid "Suffix" msgstr "Suffix" -#: ../gramps/gen/lib/name.py:207 ../gramps/gui/clipboard.py:964 +#: ../gramps/gen/lib/name.py:143 ../gramps/gui/clipboard.py:964 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:80 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:67 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:105 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:88 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:87 #: ../gramps/gui/selectors/selectobject.py:80 -#: ../gramps/gui/selectors/selectplace.py:74 -#: ../gramps/gui/selectors/selectrepository.py:70 -#: ../gramps/gui/selectors/selectsource.py:70 -#: ../gramps/gui/widgets/grampletpane.py:1557 -#: ../gramps/plugins/export/exportcsv.py:563 +#: ../gramps/gui/selectors/selectplace.py:73 +#: ../gramps/gui/selectors/selectrepository.py:69 +#: ../gramps/gui/selectors/selectsource.py:69 +#: ../gramps/gui/widgets/grampletpane.py:1562 +#: ../gramps/plugins/export/exportcsv.py:285 #: ../gramps/plugins/gramplet/persondetails.py:160 #: ../gramps/plugins/lib/libplaceview.py:86 #: ../gramps/plugins/textreport/tagreport.py:420 @@ -7438,13 +7482,13 @@ msgstr "Suffix" #: ../gramps/plugins/textreport/tagreport.py:739 #: ../gramps/plugins/view/mediaview.py:94 #: ../gramps/plugins/view/sourceview.py:82 -#: ../gramps/plugins/webreport/narrativeweb.py:3045 +#: ../gramps/plugins/webreport/narrativeweb.py:3036 msgid "Title" msgstr "Titel" #. Create the tree columns #. 0 selected? -#: ../gramps/gen/lib/name.py:208 ../gramps/gui/clipboard.py:961 +#: ../gramps/gen/lib/name.py:144 ../gramps/gui/clipboard.py:961 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:62 #: ../gramps/gui/editors/displaytabs/backreflist.py:59 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:77 @@ -7456,25 +7500,26 @@ msgstr "Titel" #: ../gramps/gui/editors/displaytabs/repoembedlist.py:69 #: ../gramps/gui/editors/displaytabs/srcattrembedlist.py:63 #: ../gramps/gui/editors/displaytabs/webembedlist.py:65 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:102 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:105 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:89 -#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:98 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:102 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:101 -#: ../gramps/gui/merge/mergeperson.py:239 ../gramps/gui/plug/_windows.py:119 -#: ../gramps/gui/plug/_windows.py:235 ../gramps/gui/plug/_windows.py:1082 -#: ../gramps/gui/plug/report/_bookdialog.py:421 -#: ../gramps/gui/plug/report/_bookdialog.py:425 -#: ../gramps/gui/selectors/selectevent.py:70 -#: ../gramps/gui/selectors/selectnote.py:77 +#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:102 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:106 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:105 +#: ../gramps/gui/merge/mergeperson.py:253 ../gramps/gui/plug/_windows.py:123 +#: ../gramps/gui/plug/_windows.py:239 ../gramps/gui/plug/_windows.py:1102 +#: ../gramps/gui/plug/report/_bookdialog.py:374 +#: ../gramps/gui/plug/report/_bookdialog.py:378 +#: ../gramps/gui/selectors/selectevent.py:69 +#: ../gramps/gui/selectors/selectnote.py:76 #: ../gramps/gui/selectors/selectobject.py:82 -#: ../gramps/gui/selectors/selectplace.py:73 -#: ../gramps/plugins/export/exportcsv.py:564 +#: ../gramps/gui/selectors/selectplace.py:72 +#: ../gramps/plugins/export/exportcsv.py:286 #: ../gramps/plugins/gramplet/backlinks.py:55 +#: ../gramps/plugins/gramplet/coordinates.py:89 #: ../gramps/plugins/gramplet/events.py:85 -#: ../gramps/plugins/gramplet/locations.py:85 +#: ../gramps/plugins/gramplet/locations.py:86 #: ../gramps/plugins/gramplet/placedetails.py:123 -#: ../gramps/plugins/importer/importcsv.py:223 +#: ../gramps/plugins/importer/importcsv.py:224 #: ../gramps/plugins/lib/libplaceview.py:87 #: ../gramps/plugins/quickview/filterbyname.py:326 #: ../gramps/plugins/quickview/linkreferences.py:45 @@ -7483,59 +7528,59 @@ msgstr "Titel" #: ../gramps/plugins/quickview/onthisday.py:82 #: ../gramps/plugins/quickview/references.py:70 #: ../gramps/plugins/quickview/siblings.py:48 -#: ../gramps/plugins/textreport/indivcomplete.py:457 -#: ../gramps/plugins/textreport/indivcomplete.py:652 +#: ../gramps/plugins/textreport/indivcomplete.py:492 +#: ../gramps/plugins/textreport/indivcomplete.py:690 #: ../gramps/plugins/textreport/tagreport.py:337 #: ../gramps/plugins/textreport/tagreport.py:432 #: ../gramps/plugins/textreport/tagreport.py:501 #: ../gramps/plugins/textreport/tagreport.py:576 #: ../gramps/plugins/textreport/tagreport.py:660 -#: ../gramps/plugins/tool/patchnames.py:402 +#: ../gramps/plugins/tool/patchnames.py:403 #: ../gramps/plugins/tool/sortevents.py:55 #: ../gramps/plugins/view/eventview.py:84 #: ../gramps/plugins/view/mediaview.py:96 #: ../gramps/plugins/view/noteview.py:81 ../gramps/plugins/view/repoview.py:87 -#: ../gramps/plugins/webreport/narrativeweb.py:390 -#: ../gramps/plugins/webreport/narrativeweb.py:1350 -#: ../gramps/plugins/webreport/narrativeweb.py:1670 -#: ../gramps/plugins/webreport/narrativeweb.py:2472 -#: ../gramps/plugins/webreport/narrativeweb.py:3046 -#: ../gramps/plugins/webreport/narrativeweb.py:4152 -#: ../gramps/plugins/webreport/narrativeweb.py:7768 +#: ../gramps/plugins/webreport/narrativeweb.py:1306 +#: ../gramps/plugins/webreport/narrativeweb.py:1632 +#: ../gramps/plugins/webreport/narrativeweb.py:2458 +#: ../gramps/plugins/webreport/narrativeweb.py:3038 +#: ../gramps/plugins/webreport/narrativeweb.py:4197 +#: ../gramps/plugins/webreport/narrativeweb.py:7752 +#: ../gramps/plugins/webreport/narrativeweb.py:7840 msgid "Type" msgstr "Typ" -#: ../gramps/gen/lib/name.py:209 +#: ../gramps/gen/lib/name.py:145 #, fuzzy msgid "Group as" msgstr "G_ruppera som:" -#: ../gramps/gen/lib/name.py:210 +#: ../gramps/gen/lib/name.py:146 #, fuzzy msgid "Sort as" msgstr "_Sortera som:" -#: ../gramps/gen/lib/name.py:211 +#: ../gramps/gen/lib/name.py:147 #, fuzzy msgid "Display as" msgstr "_Visa som:" -#: ../gramps/gen/lib/name.py:212 ../gramps/plugins/importer/importcsv.py:152 +#: ../gramps/gen/lib/name.py:148 ../gramps/plugins/importer/importcsv.py:163 msgid "Call name" msgstr "Tilltalsnamn" -#: ../gramps/gen/lib/name.py:213 +#: ../gramps/gen/lib/name.py:149 #, fuzzy msgid "Nick name" msgstr "Smeknamn" -#: ../gramps/gen/lib/name.py:214 +#: ../gramps/gen/lib/name.py:150 #, fuzzy msgid "Family nick name" msgstr "Familjesmeknamn:" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:516 ../gramps/gen/lib/name.py:531 +#: ../gramps/gen/lib/name.py:452 ../gramps/gen/lib/name.py:467 #, python-format msgid "%(surname)s, %(first)s %(suffix)s" msgstr "" @@ -7546,20 +7591,20 @@ msgstr "" #. translators: needed for Arabic, ignore otherwise #. make sure it's translated, so it can be used below, in "combine" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:520 ../gramps/gen/lib/name.py:535 -#: ../gramps/gen/plug/report/utils.py:249 -#: ../gramps/plugins/graph/gvfamilylines.py:449 -#: ../gramps/plugins/textreport/detancestralreport.py:439 -#: ../gramps/plugins/textreport/detdescendantreport.py:449 -#: ../gramps/plugins/textreport/indivcomplete.py:189 -#: ../gramps/plugins/textreport/indivcomplete.py:197 -#: ../gramps/plugins/textreport/indivcomplete.py:950 +#: ../gramps/gen/lib/name.py:456 ../gramps/gen/lib/name.py:471 +#: ../gramps/gen/plug/report/utils.py:257 +#: ../gramps/plugins/graph/gvfamilylines.py:459 +#: ../gramps/plugins/textreport/detancestralreport.py:440 +#: ../gramps/plugins/textreport/detdescendantreport.py:490 +#: ../gramps/plugins/textreport/indivcomplete.py:198 +#: ../gramps/plugins/textreport/indivcomplete.py:206 +#: ../gramps/plugins/textreport/indivcomplete.py:991 #, python-format msgid "%(str1)s, %(str2)s" msgstr "" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/gen/lib/name.py:548 +#: ../gramps/gen/lib/name.py:484 #, python-format msgid "%(first)s %(surname)s, %(suffix)s" msgstr "%(first)s %(surname)s, %(suffix)s" @@ -7577,7 +7622,7 @@ msgid "Surname|Taken" msgstr "Taget efternamn" #: ../gramps/gen/lib/nameorigintype.py:79 ../gramps/gen/utils/keyword.py:65 -#: ../gramps/gui/configure.py:653 +#: ../gramps/gui/configure.py:659 msgid "Patronymic" msgstr "Patronymikon" @@ -7602,7 +7647,7 @@ msgid "Matrilineal" msgstr "Matrilinjär" #: ../gramps/gen/lib/nameorigintype.py:86 ../gramps/gui/clipboard.py:323 -#: ../gramps/gui/plug/_windows.py:612 +#: ../gramps/gui/plug/_windows.py:625 msgid "Location" msgstr "Plats" @@ -7618,17 +7663,17 @@ msgstr "Namn vid födseln" msgid "Married Name" msgstr "Namn som gift" -#: ../gramps/gen/lib/notetype.py:73 ../gramps/gui/configure.py:1392 +#: ../gramps/gen/lib/notetype.py:75 ../gramps/gui/configure.py:1411 #: ../gramps/gui/editors/editeventref.py:89 #: ../gramps/gui/editors/editmediaref.py:106 -#: ../gramps/gui/editors/editplaceref.py:70 -#: ../gramps/gui/editors/editreporef.py:72 +#: ../gramps/gui/editors/editplaceref.py:71 +#: ../gramps/gui/editors/editreporef.py:71 #: ../gramps/gui/glade/editeventref.glade:183 -#: ../gramps/gui/glade/editeventref.glade:563 +#: ../gramps/gui/glade/editeventref.glade:601 #: ../gramps/gui/glade/editmediaref.glade:342 #: ../gramps/gui/glade/editmediaref.glade:756 -#: ../gramps/gui/glade/editname.glade:672 -#: ../gramps/gui/glade/editperson.glade:383 +#: ../gramps/gui/glade/editname.glade:671 +#: ../gramps/gui/glade/editperson.glade:382 #: ../gramps/gui/glade/editplaceref.glade:160 #: ../gramps/gui/glade/editplaceref.glade:598 #: ../gramps/gui/glade/editreporef.glade:225 @@ -7637,318 +7682,338 @@ msgstr "Namn som gift" msgid "General" msgstr "Allmänt" -#: ../gramps/gen/lib/notetype.py:74 +#: ../gramps/gen/lib/notetype.py:76 msgid "Research" msgstr "Forskning" -#: ../gramps/gen/lib/notetype.py:75 +#: ../gramps/gen/lib/notetype.py:77 msgid "Transcript" msgstr "Utskrift" -#: ../gramps/gen/lib/notetype.py:76 +#: ../gramps/gen/lib/notetype.py:78 msgid "Source text" msgstr "Källtext" #. 8 -#: ../gramps/gen/lib/notetype.py:77 ../gramps/gui/clipboard.py:490 -#: ../gramps/gui/configure.py:537 ../gramps/gui/editors/editcitation.py:119 +#: ../gramps/gen/lib/notetype.py:79 ../gramps/gui/clipboard.py:490 +#: ../gramps/gui/configure.py:543 ../gramps/gui/editors/editcitation.py:119 #: ../gramps/gui/editors/editcitation.py:125 -#: ../gramps/gui/editors/editlink.py:98 +#: ../gramps/gui/editors/editlink.py:100 #: ../gramps/gui/editors/filtereditor.py:301 #: ../gramps/gui/views/treemodels/citationtreemodel.py:170 #: ../gramps/plugins/gramplet/quickviewgramplet.py:115 -#: ../gramps/plugins/quickview/quickview.gpr.py:206 +#: ../gramps/plugins/quickview/quickview.gpr.py:209 #: ../gramps/plugins/quickview/references.py:89 msgid "Citation" msgstr "Citat" -#: ../gramps/gen/lib/notetype.py:78 ../gramps/gen/plug/_pluginreg.py:76 -#: ../gramps/gui/logger/_errorview.py:141 +#: ../gramps/gen/lib/notetype.py:80 ../gramps/gen/plug/_pluginreg.py:76 +#: ../gramps/gui/logger/_errorview.py:142 msgid "Report" msgstr "Rapport" -#: ../gramps/gen/lib/notetype.py:79 +#: ../gramps/gen/lib/notetype.py:81 msgid "Html code" msgstr "Html-kod" -#: ../gramps/gen/lib/notetype.py:80 +#: ../gramps/gen/lib/notetype.py:82 msgid "notetype|To Do" msgstr "Att-göra notis" -#: ../gramps/gen/lib/notetype.py:84 +#: ../gramps/gen/lib/notetype.py:83 +#, fuzzy +msgid "notetype|Link" +msgstr "Att-göra notis" + +#: ../gramps/gen/lib/notetype.py:87 msgid "Person Note" msgstr "Personnotis" -#: ../gramps/gen/lib/notetype.py:85 +#: ../gramps/gen/lib/notetype.py:88 msgid "Name Note" msgstr "Namnnotis" -#: ../gramps/gen/lib/notetype.py:86 +#: ../gramps/gen/lib/notetype.py:89 msgid "Attribute Note" msgstr "Attributnotis" -#: ../gramps/gen/lib/notetype.py:87 +#: ../gramps/gen/lib/notetype.py:90 msgid "Address Note" msgstr "Adressnotis" -#: ../gramps/gen/lib/notetype.py:88 +#: ../gramps/gen/lib/notetype.py:91 msgid "Association Note" msgstr "Släktskapsnotis" -#: ../gramps/gen/lib/notetype.py:89 +#: ../gramps/gen/lib/notetype.py:92 msgid "LDS Note" msgstr "SDH-notis" -#: ../gramps/gen/lib/notetype.py:90 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 +#: ../gramps/gen/lib/notetype.py:93 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 msgid "Family Note" msgstr "Familjenotis" -#: ../gramps/gen/lib/notetype.py:91 +#: ../gramps/gen/lib/notetype.py:94 msgid "Event Note" msgstr "Händelsenotis" -#: ../gramps/gen/lib/notetype.py:92 +#: ../gramps/gen/lib/notetype.py:95 msgid "Event Reference Note" msgstr "Händelsereferensnotis" -#: ../gramps/gen/lib/notetype.py:93 +#: ../gramps/gen/lib/notetype.py:96 msgid "Source Note" msgstr "Källnotis" -#: ../gramps/gen/lib/notetype.py:94 +#: ../gramps/gen/lib/notetype.py:97 msgid "Source Reference Note" msgstr "Källreferensnotis" -#: ../gramps/gen/lib/notetype.py:95 +#: ../gramps/gen/lib/notetype.py:98 msgid "Place Note" msgstr "Platsnotis" -#: ../gramps/gen/lib/notetype.py:96 +#: ../gramps/gen/lib/notetype.py:99 msgid "Repository Note" msgstr "Arkivplatsnotis" -#: ../gramps/gen/lib/notetype.py:97 +#: ../gramps/gen/lib/notetype.py:100 msgid "Repository Reference Note" msgstr "Arkivplatsreferensnotis" -#: ../gramps/gen/lib/notetype.py:98 +#: ../gramps/gen/lib/notetype.py:101 msgid "Media Note" msgstr "Medianotis" -#: ../gramps/gen/lib/notetype.py:99 +#: ../gramps/gen/lib/notetype.py:102 msgid "Media Reference Note" msgstr "Mediareferensnotis" -#: ../gramps/gen/lib/notetype.py:100 +#: ../gramps/gen/lib/notetype.py:103 msgid "Child Reference Note" msgstr "Barnreferensnotis" -#: ../gramps/gen/lib/person.py:245 +#: ../gramps/gen/lib/person.py:163 msgid "Handle" msgstr "" -#: ../gramps/gen/lib/person.py:247 ../gramps/gui/editors/editfamily.py:124 +#: ../gramps/gen/lib/person.py:165 ../gramps/gui/editors/editfamily.py:124 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:128 -#: ../gramps/gui/merge/mergeperson.py:180 -#: ../gramps/gui/selectors/selectperson.py:96 +#: ../gramps/gui/merge/mergeperson.py:184 +#: ../gramps/gui/selectors/selectperson.py:95 #: ../gramps/plugins/drawreport/statisticschart.py:338 -#: ../gramps/plugins/export/exportcsv.py:381 -#: ../gramps/plugins/importer/importcsv.py:158 +#: ../gramps/plugins/export/exportcsv.py:355 +#: ../gramps/plugins/importer/importcsv.py:168 #: ../gramps/plugins/lib/libpersonview.py:100 #: ../gramps/plugins/quickview/siblings.py:48 -#: ../gramps/plugins/textreport/indivcomplete.py:861 -#: ../gramps/plugins/webreport/narrativeweb.py:7222 +#: ../gramps/plugins/textreport/indivcomplete.py:901 +#: ../gramps/plugins/webreport/narrativeweb.py:7307 msgid "Gender" msgstr "Kön" -#: ../gramps/gen/lib/person.py:248 +#: ../gramps/gen/lib/person.py:166 #, fuzzy msgid "Primary name" msgstr "Huvudnamn" -#: ../gramps/gen/lib/person.py:249 +#: ../gramps/gen/lib/person.py:167 #, fuzzy msgid "Alternate names" msgstr "Alternativa namn" -#: ../gramps/gen/lib/person.py:250 +#: ../gramps/gen/lib/person.py:168 #, fuzzy msgid "Death reference index" msgstr "Händelsereferensnotis" -#: ../gramps/gen/lib/person.py:251 +#: ../gramps/gen/lib/person.py:169 #, fuzzy msgid "Birth reference index" msgstr "Redigera referens" -#: ../gramps/gen/lib/person.py:252 +#: ../gramps/gen/lib/person.py:170 #, fuzzy msgid "Event references" msgstr "Händelsereferens" -#: ../gramps/gen/lib/person.py:253 -#: ../gramps/plugins/graph/gvfamilylines.py:264 -#: ../gramps/plugins/graph/gvrelgraph.py:794 +#: ../gramps/gen/lib/person.py:171 +#: ../gramps/plugins/graph/gvfamilylines.py:272 +#: ../gramps/plugins/graph/gvrelgraph.py:797 #: ../gramps/plugins/quickview/filterbyname.py:94 #: ../gramps/plugins/quickview/filterbyname.py:119 -#: ../gramps/plugins/textreport/indivcomplete.py:588 +#: ../gramps/plugins/textreport/indivcomplete.py:626 #: ../gramps/plugins/textreport/tagreport.py:231 #: ../gramps/plugins/tool/verify.glade:753 #: ../gramps/plugins/view/familyview.py:114 #: ../gramps/plugins/view/view.gpr.py:50 ../gramps/plugins/view/view.gpr.py:58 +#: ../gramps/plugins/webreport/narrativeweb.py:647 #: ../gramps/plugins/webreport/narrativeweb.py:695 -#: ../gramps/plugins/webreport/narrativeweb.py:743 -#: ../gramps/plugins/webreport/narrativeweb.py:1899 -#: ../gramps/plugins/webreport/narrativeweb.py:1956 -#: ../gramps/plugins/webreport/narrativeweb.py:2012 -#: ../gramps/plugins/webreport/narrativeweb.py:3448 +#: ../gramps/plugins/webreport/narrativeweb.py:1875 +#: ../gramps/plugins/webreport/narrativeweb.py:1934 +#: ../gramps/plugins/webreport/narrativeweb.py:1998 +#: ../gramps/plugins/webreport/narrativeweb.py:3452 msgid "Families" msgstr "Familjer" -#: ../gramps/gen/lib/person.py:254 +#: ../gramps/gen/lib/person.py:172 #, fuzzy msgid "Parent families" msgstr "Sorterar om familjer" -#: ../gramps/gen/lib/person.py:256 ../gramps/gui/merge/mergeperson.py:254 -#: ../gramps/plugins/textreport/indivcomplete.py:371 -#: ../gramps/plugins/webreport/narrativeweb.py:1471 +#: ../gramps/gen/lib/person.py:174 ../gramps/gui/merge/mergeperson.py:268 +#: ../gramps/plugins/textreport/indivcomplete.py:406 +#: ../gramps/plugins/webreport/narrativeweb.py:1430 msgid "Addresses" msgstr "Adresser" -#: ../gramps/gen/lib/person.py:258 +#: ../gramps/gen/lib/person.py:176 msgid "Urls" msgstr "" -#: ../gramps/gen/lib/person.py:259 +#: ../gramps/gen/lib/person.py:177 #, fuzzy msgid "LDS ordinances" msgstr "SDH-ceremoni" -#: ../gramps/gen/lib/person.py:265 +#: ../gramps/gen/lib/person.py:183 #, fuzzy msgid "Person references" msgstr "Personreferenser" -#: ../gramps/gen/lib/person.py:266 +#: ../gramps/gen/lib/person.py:184 #, fuzzy msgid "Probably alive" msgstr "Personer som troligen lever" -#: ../gramps/gen/lib/person.py:641 +#: ../gramps/gen/lib/person.py:516 msgid "Merged Gramps ID" msgstr "Sammanslagna Gramps-ID" -#: ../gramps/gen/lib/placetype.py:65 ../gramps/gui/configure.py:515 +#: ../gramps/gen/lib/placetype.py:65 ../gramps/gui/configure.py:521 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:76 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:59 -#: ../gramps/gui/views/treemodels/placemodel.py:282 -#: ../gramps/plugins/lib/maps/placeselection.py:131 +#: ../gramps/gui/views/treemodels/placemodel.py:284 +#: ../gramps/plugins/lib/maps/placeselection.py:132 +#: ../gramps/plugins/view/geoplaces.py:558 #: ../gramps/plugins/view/repoview.py:93 -#: ../gramps/plugins/webreport/narrativeweb.py:369 -#: ../gramps/plugins/webreport/narrativeweb.py:3819 +#: ../gramps/plugins/webreport/narrativeweb.py:1481 +#: ../gramps/plugins/webreport/narrativeweb.py:2941 +#: ../gramps/plugins/webreport/narrativeweb.py:2967 +#: ../gramps/plugins/webreport/narrativeweb.py:3827 msgid "Country" msgstr "Land" #: ../gramps/gen/lib/placetype.py:66 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:58 -#: ../gramps/gui/views/treemodels/placemodel.py:282 -#: ../gramps/plugins/lib/maps/placeselection.py:132 -#: ../gramps/plugins/webreport/narrativeweb.py:3818 +#: ../gramps/gui/views/treemodels/placemodel.py:284 +#: ../gramps/plugins/lib/maps/placeselection.py:133 +#: ../gramps/plugins/view/geoplaces.py:561 msgid "State" msgstr "Län/delstat" #: ../gramps/gen/lib/placetype.py:67 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:57 -#: ../gramps/gui/views/treemodels/placemodel.py:282 -#: ../gramps/plugins/lib/maps/placeselection.py:133 -#: ../gramps/plugins/webreport/narrativeweb.py:368 +#: ../gramps/gui/views/treemodels/placemodel.py:284 +#: ../gramps/plugins/lib/maps/placeselection.py:134 +#: ../gramps/plugins/view/geoplaces.py:564 +#: ../gramps/plugins/webreport/narrativeweb.py:1479 +#: ../gramps/plugins/webreport/narrativeweb.py:2938 +#: ../gramps/plugins/webreport/narrativeweb.py:2964 msgid "County" msgstr "Landskap" -#: ../gramps/gen/lib/placetype.py:68 ../gramps/gui/configure.py:513 +#: ../gramps/gen/lib/placetype.py:68 ../gramps/gui/configure.py:519 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:74 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:56 +#: ../gramps/plugins/view/geoplaces.py:582 #: ../gramps/plugins/view/repoview.py:91 -#: ../gramps/plugins/webreport/narrativeweb.py:367 +#: ../gramps/plugins/webreport/narrativeweb.py:1477 +#: ../gramps/plugins/webreport/narrativeweb.py:2936 +#: ../gramps/plugins/webreport/narrativeweb.py:2962 msgid "City" msgstr "Ort" -#: ../gramps/gen/lib/placetype.py:69 +#: ../gramps/gen/lib/placetype.py:69 ../gramps/plugins/view/geoplaces.py:579 msgid "Parish" msgstr "Församling" -#: ../gramps/gen/lib/placetype.py:70 ../gramps/gui/configure.py:512 +#: ../gramps/gen/lib/placetype.py:70 ../gramps/gui/configure.py:518 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:73 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:55 +#: ../gramps/plugins/view/geoplaces.py:531 #: ../gramps/plugins/view/repoview.py:90 -#: ../gramps/plugins/webreport/narrativeweb.py:376 -#: ../gramps/plugins/webreport/narrativeweb.py:1516 +#: ../gramps/plugins/webreport/narrativeweb.py:1476 +#: ../gramps/plugins/webreport/narrativeweb.py:2935 +#: ../gramps/plugins/webreport/narrativeweb.py:2961 msgid "Locality" msgstr "Trakt/ort" #: ../gramps/gen/lib/placetype.py:71 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:72 #: ../gramps/gui/editors/displaytabs/locationembedlist.py:54 +#: ../gramps/plugins/view/geoplaces.py:534 #: ../gramps/plugins/view/repoview.py:89 -#: ../gramps/plugins/webreport/narrativeweb.py:389 +#: ../gramps/plugins/webreport/narrativeweb.py:1475 +#: ../gramps/plugins/webreport/narrativeweb.py:2934 +#: ../gramps/plugins/webreport/narrativeweb.py:2960 msgid "Street" msgstr "Gatuadress" -#: ../gramps/gen/lib/placetype.py:72 +#: ../gramps/gen/lib/placetype.py:72 ../gramps/plugins/view/geoplaces.py:567 msgid "Province" msgstr "Provins" -#: ../gramps/gen/lib/placetype.py:73 +#: ../gramps/gen/lib/placetype.py:73 ../gramps/plugins/view/geoplaces.py:570 msgid "Region" msgstr "Region" -#: ../gramps/gen/lib/placetype.py:74 +#: ../gramps/gen/lib/placetype.py:74 ../gramps/plugins/view/geoplaces.py:573 msgid "Department" msgstr "Departement" -#: ../gramps/gen/lib/placetype.py:75 +#: ../gramps/gen/lib/placetype.py:75 ../gramps/plugins/view/geoplaces.py:537 msgid "Neighborhood" msgstr "Grannskap" -#: ../gramps/gen/lib/placetype.py:76 +#: ../gramps/gen/lib/placetype.py:76 ../gramps/plugins/view/geoplaces.py:576 msgid "District" msgstr "Distrikt" -#: ../gramps/gen/lib/placetype.py:77 +#: ../gramps/gen/lib/placetype.py:77 ../gramps/plugins/view/geoplaces.py:540 msgid "Borough" msgstr "Kommun" -#: ../gramps/gen/lib/placetype.py:78 +#: ../gramps/gen/lib/placetype.py:78 ../gramps/plugins/view/geoplaces.py:588 msgid "Municipality" msgstr "Kommun/Stad" -#: ../gramps/gen/lib/placetype.py:79 +#: ../gramps/gen/lib/placetype.py:79 ../gramps/plugins/view/geoplaces.py:585 msgid "Town" msgstr "Stad" -#: ../gramps/gen/lib/placetype.py:80 +#: ../gramps/gen/lib/placetype.py:80 ../gramps/plugins/view/geoplaces.py:543 msgid "Village" msgstr "Samhälle" -#: ../gramps/gen/lib/placetype.py:81 +#: ../gramps/gen/lib/placetype.py:81 ../gramps/plugins/view/geoplaces.py:546 msgid "Hamlet" msgstr "By" -#: ../gramps/gen/lib/placetype.py:82 +#: ../gramps/gen/lib/placetype.py:82 ../gramps/plugins/view/geoplaces.py:549 msgid "Farm" msgstr "Gård" -#: ../gramps/gen/lib/placetype.py:83 +#: ../gramps/gen/lib/placetype.py:83 ../gramps/plugins/view/geoplaces.py:552 msgid "Building" msgstr "Byggnad" #: ../gramps/gen/lib/placetype.py:84 ../gramps/plugins/gramplet/leak.py:89 -#: ../gramps/plugins/webreport/narrativeweb.py:3043 -#: ../gramps/plugins/webreport/narrativeweb.py:4808 +#: ../gramps/plugins/view/geoplaces.py:555 +#: ../gramps/plugins/webreport/narrativeweb.py:3034 +#: ../gramps/plugins/webreport/narrativeweb.py:4861 msgid "Number" -msgstr "Antal" +msgstr "Nummer" #: ../gramps/gen/lib/repotype.py:54 msgid "Library" @@ -7990,7 +8055,7 @@ msgstr "Kassaskåp" msgid "Audio" msgstr "Ljud" -#: ../gramps/gen/lib/srcmediatype.py:59 ../gramps/gui/glade/book.glade:9 +#: ../gramps/gen/lib/srcmediatype.py:59 ../gramps/gui/glade/book.glade:7 msgid "Book" msgstr "Bok" @@ -8071,18 +8136,18 @@ msgstr "Markering" #: ../gramps/gen/lib/styledtexttagtype.py:68 msgid "Superscript" -msgstr "" +msgstr "Superskrift" #: ../gramps/gen/lib/styledtexttagtype.py:69 -#: ../gramps/gui/glade/editlink.glade:172 +#: ../gramps/gui/glade/editlink.glade:171 #: ../gramps/gui/widgets/styledtextbuffer.py:565 #: ../gramps/gui/widgets/styledtextbuffer.py:605 #: ../gramps/gui/widgets/styledtexteditor.py:472 msgid "Link" msgstr "Länk" -#: ../gramps/gen/lib/surnamebase.py:218 ../gramps/gen/lib/surnamebase.py:224 -#: ../gramps/gen/lib/surnamebase.py:227 +#: ../gramps/gen/lib/surnamebase.py:187 ../gramps/gen/lib/surnamebase.py:193 +#: ../gramps/gen/lib/surnamebase.py:196 #, python-format msgid "%(first)s %(second)s" msgstr "%(first)s %(second)s" @@ -8103,11 +8168,11 @@ msgstr "Webbsök" msgid "FTP" msgstr "FTP" -#: ../gramps/gen/merge/diff.py:188 +#: ../gramps/gen/merge/diff.py:109 msgid "Family Tree Differences" msgstr "Släktträdsskillnader" -#: ../gramps/gen/merge/diff.py:189 +#: ../gramps/gen/merge/diff.py:110 msgid "Searching..." msgstr "Letar..." @@ -8126,9 +8191,9 @@ msgstr "En förälder borde vara far eller mor." #: ../gramps/gen/merge/mergefamilyquery.py:103 #: ../gramps/gen/merge/mergefamilyquery.py:114 #: ../gramps/gen/merge/mergepersonquery.py:54 -#: ../gramps/gen/merge/test/merge_ref_test.py:1895 -#: ../gramps/gen/merge/test/merge_ref_test.py:1917 -#: ../gramps/gen/merge/test/merge_ref_test.py:1940 +#: ../gramps/gen/merge/test/merge_ref_test.py:1874 +#: ../gramps/gen/merge/test/merge_ref_test.py:1898 +#: ../gramps/gen/merge/test/merge_ref_test.py:1922 msgid "" "A parent and child cannot be merged. To merge these people, you must first " "break the relationship between them." @@ -8158,25 +8223,12 @@ msgstr "" "Makar kan inte slås ihop. För att slå ihop dessa personer, måste du först " "bryta relationen mellan dem." -#: ../gramps/gen/merge/mergepersonquery.py:117 +#: ../gramps/gen/merge/mergepersonquery.py:118 msgid "Merge Person" msgstr "Slå samman person" -#: ../gramps/gen/merge/mergepersonquery.py:156 -#: ../gramps/gen/merge/test/merge_ref_test.py:1503 -msgid "" -"A person with multiple relations with the same spouse is about to be merged. " -"This is beyond the capabilities of the merge routine. The merge is aborted." -msgstr "" -"En person med flera förhållanden med samma maka/make skall till att slås " -"ihop. Detta är inte möjlighet med sammanslagningsrutinen. Avbryts." - -#: ../gramps/gen/merge/mergepersonquery.py:167 -msgid "Multiple families get merged. This is unusual, the merge is aborted." -msgstr "Flera familjer slås ihop. Detta är unikt, avbryts." - #: ../gramps/gen/merge/mergeplacequery.py:60 -#: ../gramps/gui/merge/mergeplace.py:77 +#: ../gramps/gui/merge/mergeplace.py:78 msgid "Merge Places" msgstr "Slå samman platser" @@ -8204,7 +8256,7 @@ msgid "No description was provided" msgstr "Det finns ingen beskrivning" #: ../gramps/gen/plug/_options.py:386 -#: ../gramps/plugins/textreport/recordsreport.py:162 +#: ../gramps/plugins/textreport/recordsreport.py:163 #, python-format msgid "" "Option '%(opt_name)s' is present in %(file)s\n" @@ -8261,9 +8313,9 @@ msgstr "Släktskap" #: ../gramps/gen/plug/_pluginreg.py:86 ../gramps/gen/plug/_pluginreg.py:421 #: ../gramps/gui/glade/grampletpane.glade:156 -#: ../gramps/gui/widgets/grampletbar.py:625 +#: ../gramps/gui/widgets/grampletbar.py:627 #: ../gramps/gui/widgets/grampletpane.py:224 -#: ../gramps/gui/widgets/grampletpane.py:966 +#: ../gramps/gui/widgets/grampletpane.py:971 msgid "Gramplet" msgstr "Gramplet" @@ -8274,7 +8326,9 @@ msgstr "Sidopanel" #. add miscellaneous column #: ../gramps/gen/plug/_pluginreg.py:512 #: ../gramps/plugins/gramplet/faqgramplet.py:135 -#: ../gramps/plugins/webreport/narrativeweb.py:2079 +#: ../gramps/plugins/webreport/narrativeweb.py:2065 +#: ../gramps/plugins/webreport/narrativeweb.py:8127 +#: ../gramps/plugins/webreport/narrativeweb.py:8179 msgid "Miscellaneous" msgstr "Diverse" @@ -8342,28 +8396,28 @@ msgstr "Filen %s är redan öppnad, stäng den först." #: ../gramps/gen/utils/docgen/odstab.py:477 #: ../gramps/gen/utils/docgen/odstab.py:496 #: ../gramps/gen/utils/docgen/odstab.py:499 -#: ../gramps/plugins/docgen/asciidoc.py:175 +#: ../gramps/plugins/docgen/asciidoc.py:176 #: ../gramps/plugins/docgen/cairodoc.py:190 #: ../gramps/plugins/docgen/cairodoc.py:193 -#: ../gramps/plugins/docgen/odfdoc.py:1136 -#: ../gramps/plugins/docgen/odfdoc.py:1139 +#: ../gramps/plugins/docgen/odfdoc.py:1138 +#: ../gramps/plugins/docgen/odfdoc.py:1141 #: ../gramps/plugins/docgen/rtfdoc.py:92 ../gramps/plugins/docgen/rtfdoc.py:95 -#: ../gramps/plugins/docgen/svgdrawdoc.py:88 -#: ../gramps/plugins/docgen/svgdrawdoc.py:90 -#: ../gramps/plugins/export/exportcsv.py:324 -#: ../gramps/plugins/export/exportcsv.py:328 -#: ../gramps/plugins/export/exportgedcom.py:1494 +#: ../gramps/plugins/docgen/svgdrawdoc.py:89 +#: ../gramps/plugins/docgen/svgdrawdoc.py:91 +#: ../gramps/plugins/export/exportcsv.py:260 +#: ../gramps/plugins/export/exportcsv.py:264 +#: ../gramps/plugins/export/exportgedcom.py:1548 #: ../gramps/plugins/export/exportgeneweb.py:108 #: ../gramps/plugins/export/exportgeneweb.py:112 #: ../gramps/plugins/export/exportvcalendar.py:119 #: ../gramps/plugins/export/exportvcalendar.py:123 -#: ../gramps/plugins/export/exportvcard.py:70 -#: ../gramps/plugins/export/exportvcard.py:74 +#: ../gramps/plugins/export/exportvcard.py:71 +#: ../gramps/plugins/export/exportvcard.py:75 #: ../gramps/plugins/lib/libhtmlbackend.py:249 #: ../gramps/plugins/lib/libhtmlbackend.py:253 #: ../gramps/plugins/lib/libhtmlbackend.py:259 #: ../gramps/plugins/lib/libhtmlbackend.py:263 -#: ../gramps/plugins/webreport/narrativeweb.py:8157 +#: ../gramps/plugins/webreport/narrativeweb.py:8413 #, python-format msgid "Could not create %s" msgstr "Kunde inte skapa %s" @@ -8373,106 +8427,119 @@ msgstr "Kunde inte skapa %s" #. Private Constants #. #. ------------------------------------------------------------------------------- -#: ../gramps/gen/plug/docgen/graphdoc.py:64 +#: ../gramps/gen/plug/docgen/graphdoc.py:65 #: ../gramps/gen/plug/report/stdoptions.py:56 #: ../gramps/gen/plug/report/stdoptions.py:69 msgid "Default" msgstr "Standard" -#: ../gramps/gen/plug/docgen/graphdoc.py:65 +#: ../gramps/gen/plug/docgen/graphdoc.py:66 msgid "PostScript / Helvetica" msgstr "PostScript / Helvetica" -#: ../gramps/gen/plug/docgen/graphdoc.py:66 +#: ../gramps/gen/plug/docgen/graphdoc.py:67 msgid "TrueType / FreeSans" msgstr "TrueType / FreeSans" -#: ../gramps/gen/plug/docgen/graphdoc.py:68 -#: ../gramps/plugins/view/pedigreeview.py:2030 +#: ../gramps/gen/plug/docgen/graphdoc.py:69 +#: ../gramps/plugins/view/pedigreeview.py:2043 msgid "Vertical (↓)" msgstr "Vertikal (↓)" -#: ../gramps/gen/plug/docgen/graphdoc.py:69 -#: ../gramps/plugins/view/pedigreeview.py:2031 +#: ../gramps/gen/plug/docgen/graphdoc.py:70 +#: ../gramps/plugins/view/pedigreeview.py:2044 msgid "Vertical (↑)" msgstr "Vertikal (↑)" -#: ../gramps/gen/plug/docgen/graphdoc.py:70 -#: ../gramps/plugins/view/pedigreeview.py:2032 +#: ../gramps/gen/plug/docgen/graphdoc.py:71 +#: ../gramps/plugins/view/pedigreeview.py:2045 msgid "Horizontal (→)" msgstr "Horisontell (→)" -#: ../gramps/gen/plug/docgen/graphdoc.py:71 -#: ../gramps/plugins/view/pedigreeview.py:2033 +#: ../gramps/gen/plug/docgen/graphdoc.py:72 +#: ../gramps/plugins/view/pedigreeview.py:2046 msgid "Horizontal (←)" msgstr "Horisontell (←)" -#: ../gramps/gen/plug/docgen/graphdoc.py:73 +#: ../gramps/gen/plug/docgen/graphdoc.py:74 msgid "Bottom, left" msgstr "Nederkant, vänster" -#: ../gramps/gen/plug/docgen/graphdoc.py:74 +#: ../gramps/gen/plug/docgen/graphdoc.py:75 msgid "Bottom, right" msgstr "Nederkant, höger" -#: ../gramps/gen/plug/docgen/graphdoc.py:75 +#: ../gramps/gen/plug/docgen/graphdoc.py:76 msgid "Top, left" msgstr "Överkant, vänster" -#: ../gramps/gen/plug/docgen/graphdoc.py:76 +#: ../gramps/gen/plug/docgen/graphdoc.py:77 msgid "Top, Right" msgstr "Överkant, höger" -#: ../gramps/gen/plug/docgen/graphdoc.py:77 +#: ../gramps/gen/plug/docgen/graphdoc.py:78 msgid "Right, bottom" msgstr "Höger, nederkant" -#: ../gramps/gen/plug/docgen/graphdoc.py:78 +#: ../gramps/gen/plug/docgen/graphdoc.py:79 msgid "Right, top" msgstr "Höger, överkant" -#: ../gramps/gen/plug/docgen/graphdoc.py:79 +#: ../gramps/gen/plug/docgen/graphdoc.py:80 msgid "Left, bottom" msgstr "Vänster, nederkant" -#: ../gramps/gen/plug/docgen/graphdoc.py:80 +#: ../gramps/gen/plug/docgen/graphdoc.py:81 msgid "Left, top" msgstr "Vänster, överkant" -#: ../gramps/gen/plug/docgen/graphdoc.py:82 +#: ../gramps/gen/plug/docgen/graphdoc.py:83 msgid "Compress to minimal size" msgstr "Packa till minsta storlek" -#: ../gramps/gen/plug/docgen/graphdoc.py:83 +#: ../gramps/gen/plug/docgen/graphdoc.py:84 msgid "Fill the given area" msgstr "Fyll givet område" -#: ../gramps/gen/plug/docgen/graphdoc.py:84 +#: ../gramps/gen/plug/docgen/graphdoc.py:85 msgid "Expand uniformly" msgstr "Expandera likformigt" -#: ../gramps/gen/plug/docgen/graphdoc.py:86 -#: ../gramps/gui/glade/styleeditor.glade:1340 +#: ../gramps/gen/plug/docgen/graphdoc.py:87 +#: ../gramps/gui/glade/styleeditor.glade:1343 msgid "Top" msgstr "Överkant" -#: ../gramps/gen/plug/docgen/graphdoc.py:87 -#: ../gramps/gui/glade/styleeditor.glade:1355 +#: ../gramps/gen/plug/docgen/graphdoc.py:88 +#: ../gramps/gui/glade/styleeditor.glade:1358 msgid "Bottom" msgstr "Nederkant" +#: ../gramps/gen/plug/docgen/graphdoc.py:90 +#, fuzzy +msgid "Straight" +msgstr "rak" + +#: ../gramps/gen/plug/docgen/graphdoc.py:91 +msgid "Curved" +msgstr "" + +#: ../gramps/gen/plug/docgen/graphdoc.py:92 +msgid "Orthogonal" +msgstr "" + #. ############################### -#: ../gramps/gen/plug/docgen/graphdoc.py:131 +#: ../gramps/gen/plug/docgen/graphdoc.py:136 msgid "Graphviz Layout" msgstr "Graphviz Layout" #. ############################### -#: ../gramps/gen/plug/docgen/graphdoc.py:133 +#: ../gramps/gen/plug/docgen/graphdoc.py:138 #: ../gramps/gui/widgets/styledtexteditor.py:481 msgid "Font family" msgstr "Teckensnittsfamilj" -#: ../gramps/gen/plug/docgen/graphdoc.py:136 +#: ../gramps/gen/plug/docgen/graphdoc.py:141 msgid "" "Choose the font family. If international characters don't show, use FreeSans " "font. FreeSans is available from: http://www.nongnu.org/freefont/" @@ -8481,29 +8548,29 @@ msgstr "" "FreeSans-teckensnitt. FreeSans finns tillgänglig från: http://www.nongnu.org/" "freefont/" -#: ../gramps/gen/plug/docgen/graphdoc.py:142 +#: ../gramps/gen/plug/docgen/graphdoc.py:147 #: ../gramps/gui/widgets/styledtexteditor.py:493 msgid "Font size" msgstr "Typsnittsstorlek" -#: ../gramps/gen/plug/docgen/graphdoc.py:143 +#: ../gramps/gen/plug/docgen/graphdoc.py:148 msgid "The font size, in points." msgstr "Teckenstorleken i punkter." -#: ../gramps/gen/plug/docgen/graphdoc.py:146 +#: ../gramps/gen/plug/docgen/graphdoc.py:151 msgid "Graph Direction" msgstr "Riktning för diagram" -#: ../gramps/gen/plug/docgen/graphdoc.py:149 +#: ../gramps/gen/plug/docgen/graphdoc.py:154 msgid "Whether graph goes from top to bottom or left to right." msgstr "" "Huruvida diagrammet går uppifrån och ned eller från vänster till höger." -#: ../gramps/gen/plug/docgen/graphdoc.py:153 +#: ../gramps/gen/plug/docgen/graphdoc.py:158 msgid "Number of Horizontal Pages" msgstr "Antal sidor i horisontalled" -#: ../gramps/gen/plug/docgen/graphdoc.py:154 +#: ../gramps/gen/plug/docgen/graphdoc.py:159 msgid "" "Graphviz can create very large graphs by spreading the graph across a " "rectangular array of pages. This controls the number pages in the array " @@ -8513,11 +8580,11 @@ msgstr "" "rektangulärt fält av sidor. Detta kontrollerar antalet sidor i fältet " "horisontellt. Endast giltigt för dot och pdf via Ghostscript." -#: ../gramps/gen/plug/docgen/graphdoc.py:161 +#: ../gramps/gen/plug/docgen/graphdoc.py:166 msgid "Number of Vertical Pages" msgstr "Antal sidor i vertikalled" -#: ../gramps/gen/plug/docgen/graphdoc.py:162 +#: ../gramps/gen/plug/docgen/graphdoc.py:167 msgid "" "Graphviz can create very large graphs by spreading the graph across a " "rectangular array of pages. This controls the number pages in the array " @@ -8527,11 +8594,11 @@ msgstr "" "rektangulärt fält av sidor. Detta kontrollerar antalet sidor i fältet i " "vertikalled. Endast giltigt för dot och pdf via Ghostscript." -#: ../gramps/gen/plug/docgen/graphdoc.py:169 +#: ../gramps/gen/plug/docgen/graphdoc.py:174 msgid "Paging Direction" msgstr "Sidriktning" -#: ../gramps/gen/plug/docgen/graphdoc.py:172 +#: ../gramps/gen/plug/docgen/graphdoc.py:177 msgid "" "The order in which the graph pages are output. This option only applies if " "the horizontal pages or vertical pages are greater than 1." @@ -8539,17 +8606,27 @@ msgstr "" "Den ordning i vilket diagramsidor mats ut. Detta val är tillämpligt om antal " "horisontella eller vertikala sidor är större än 1." +#: ../gramps/gen/plug/docgen/graphdoc.py:182 +#, fuzzy +msgid "Connecting lines" +msgstr "Skapa familjer" + +#: ../gramps/gen/plug/docgen/graphdoc.py:185 +#, fuzzy +msgid "How the lines between objects will be drawn." +msgstr "Hur titeln kommer att visas." + #. ############################### -#: ../gramps/gen/plug/docgen/graphdoc.py:190 +#: ../gramps/gen/plug/docgen/graphdoc.py:201 msgid "Graphviz Options" msgstr "Graphviz-alternativ" #. ############################### -#: ../gramps/gen/plug/docgen/graphdoc.py:193 +#: ../gramps/gen/plug/docgen/graphdoc.py:204 msgid "Aspect ratio" msgstr "Aspektförhållande" -#: ../gramps/gen/plug/docgen/graphdoc.py:196 +#: ../gramps/gen/plug/docgen/graphdoc.py:207 msgid "" "Affects node spacing and scaling of the graph.\n" "If the graph is smaller than the print area:\n" @@ -8580,11 +8657,11 @@ msgstr "" " Expandera kommer att krympa diagrammet likformigt för att passa " "utskriftsytan." -#: ../gramps/gen/plug/docgen/graphdoc.py:212 +#: ../gramps/gen/plug/docgen/graphdoc.py:223 msgid "DPI" msgstr "DPI" -#: ../gramps/gen/plug/docgen/graphdoc.py:213 +#: ../gramps/gen/plug/docgen/graphdoc.py:224 msgid "" "Dots per inch. When creating images such as .gif or .png files for the web, " "try numbers such as 100 or 300 DPI. PostScript and PDF files always use 72 " @@ -8594,11 +8671,11 @@ msgstr "" "försök med tal som 100 eller 300 DPI. För PostScript- eller PDF-filer använd " "72 DPI." -#: ../gramps/gen/plug/docgen/graphdoc.py:220 +#: ../gramps/gen/plug/docgen/graphdoc.py:231 msgid "Node spacing" msgstr "Nodavstånd" -#: ../gramps/gen/plug/docgen/graphdoc.py:221 +#: ../gramps/gen/plug/docgen/graphdoc.py:232 msgid "" "The minimum amount of free space, in inches, between individual nodes. For " "vertical graphs, this corresponds to spacing between columns. For " @@ -8608,11 +8685,11 @@ msgstr "" "diagram motsvarar detta avståndet mellan kolumner. För horisontella diagram " "motsvara detta avståndet mellan rader." -#: ../gramps/gen/plug/docgen/graphdoc.py:228 +#: ../gramps/gen/plug/docgen/graphdoc.py:239 msgid "Rank spacing" msgstr "Rangordningsavstånd" -#: ../gramps/gen/plug/docgen/graphdoc.py:229 +#: ../gramps/gen/plug/docgen/graphdoc.py:240 msgid "" "The minimum amount of free space, in inches, between ranks. For vertical " "graphs, this corresponds to spacing between rows. For horizontal graphs, " @@ -8622,11 +8699,11 @@ msgstr "" "motsvarar detta avståndet mellan kolumner. För horisontella diagram motsvara " "detta avståndet mellan rader." -#: ../gramps/gen/plug/docgen/graphdoc.py:236 +#: ../gramps/gen/plug/docgen/graphdoc.py:247 msgid "Use subgraphs" msgstr "Använd underordnade stycken" -#: ../gramps/gen/plug/docgen/graphdoc.py:237 +#: ../gramps/gen/plug/docgen/graphdoc.py:248 msgid "" "Subgraphs can help Graphviz position spouses together, but with non-trivial " "graphs will result in longer lines and larger graphs." @@ -8636,96 +8713,96 @@ msgstr "" #. ############################### #. 3 -#: ../gramps/gen/plug/docgen/graphdoc.py:244 ../gramps/gui/clipboard.py:394 -#: ../gramps/gui/configure.py:545 ../gramps/gui/editors/editlink.py:93 +#: ../gramps/gen/plug/docgen/graphdoc.py:255 ../gramps/gui/clipboard.py:394 +#: ../gramps/gui/configure.py:551 ../gramps/gui/editors/editlink.py:95 #: ../gramps/gui/editors/editmedia.py:98 -#: ../gramps/gui/editors/editmedia.py:183 +#: ../gramps/gui/editors/editmedia.py:181 #: ../gramps/gui/editors/editmediaref.py:145 #: ../gramps/gui/editors/filtereditor.py:300 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:109 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:115 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:106 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:109 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:92 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:134 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:105 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:104 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:109 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:108 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:91 -#: ../gramps/gui/glade/editnote.glade:328 +#: ../gramps/gui/glade/editnote.glade:326 #: ../gramps/gui/views/treemodels/mediamodel.py:117 -#: ../gramps/plugins/drawreport/ancestortree.py:975 -#: ../gramps/plugins/drawreport/descendtree.py:1688 -#: ../gramps/plugins/export/exportcsv.py:386 -#: ../gramps/plugins/export/exportcsv.py:499 +#: ../gramps/plugins/drawreport/ancestortree.py:985 +#: ../gramps/plugins/drawreport/descendtree.py:1706 +#: ../gramps/plugins/export/exportcsv.py:360 +#: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/quickviewgramplet.py:111 -#: ../gramps/plugins/importer/importcsv.py:160 +#: ../gramps/plugins/importer/importcsv.py:170 #: ../gramps/plugins/quickview/filterbyname.py:225 #: ../gramps/plugins/quickview/filterbyname.py:276 -#: ../gramps/plugins/quickview/quickview.gpr.py:205 +#: ../gramps/plugins/quickview/quickview.gpr.py:208 #: ../gramps/plugins/quickview/references.py:94 -#: ../gramps/plugins/textreport/familygroup.py:365 -#: ../gramps/plugins/textreport/familygroup.py:427 +#: ../gramps/plugins/textreport/familygroup.py:366 +#: ../gramps/plugins/textreport/familygroup.py:428 msgid "Note" msgstr "Notis" #. ############################### -#: ../gramps/gen/plug/docgen/graphdoc.py:247 +#: ../gramps/gen/plug/docgen/graphdoc.py:258 msgid "Note to add to the graph" msgstr "Notis att lägga till grafen" -#: ../gramps/gen/plug/docgen/graphdoc.py:249 +#: ../gramps/gen/plug/docgen/graphdoc.py:260 msgid "This text will be added to the graph." msgstr "Den här texten läggs till grafen." -#: ../gramps/gen/plug/docgen/graphdoc.py:252 +#: ../gramps/gen/plug/docgen/graphdoc.py:263 msgid "Note location" msgstr "Placering av notis" -#: ../gramps/gen/plug/docgen/graphdoc.py:255 +#: ../gramps/gen/plug/docgen/graphdoc.py:266 msgid "Whether note will appear on top or bottom of the page." msgstr "Huruvida notis kommer att placeras i sidans över- eller underkant." -#: ../gramps/gen/plug/docgen/graphdoc.py:259 +#: ../gramps/gen/plug/docgen/graphdoc.py:270 msgid "Note size" msgstr "Notisstorlek" -#: ../gramps/gen/plug/docgen/graphdoc.py:260 +#: ../gramps/gen/plug/docgen/graphdoc.py:271 msgid "The size of note text, in points." msgstr "Storlek på notis, i punkter." -#: ../gramps/gen/plug/docgen/graphdoc.py:948 +#: ../gramps/gen/plug/docgen/graphdoc.py:961 msgid "PDF (Ghostscript)" msgstr "PDF (Ghostscript)" -#: ../gramps/gen/plug/docgen/graphdoc.py:954 +#: ../gramps/gen/plug/docgen/graphdoc.py:967 msgid "PDF (Graphviz)" msgstr "PDF (Graphviz)" -#: ../gramps/gen/plug/docgen/graphdoc.py:960 -#: ../gramps/plugins/docgen/docgen.gpr.py:158 +#: ../gramps/gen/plug/docgen/graphdoc.py:973 +#: ../gramps/plugins/docgen/docgen.gpr.py:161 msgid "PostScript" msgstr "PostScript" -#: ../gramps/gen/plug/docgen/graphdoc.py:966 +#: ../gramps/gen/plug/docgen/graphdoc.py:979 msgid "Structured Vector Graphics (SVG)" msgstr "Structured Vector Graphics (SVG)" -#: ../gramps/gen/plug/docgen/graphdoc.py:972 +#: ../gramps/gen/plug/docgen/graphdoc.py:985 msgid "Compressed Structured Vector Graphs (SVGZ)" msgstr "Compressed Structured Vector Graphs (SVGZ)" -#: ../gramps/gen/plug/docgen/graphdoc.py:978 +#: ../gramps/gen/plug/docgen/graphdoc.py:991 msgid "JPEG image" msgstr "JPEG-bild" -#: ../gramps/gen/plug/docgen/graphdoc.py:984 +#: ../gramps/gen/plug/docgen/graphdoc.py:997 msgid "GIF image" msgstr "GIF-bild" -#: ../gramps/gen/plug/docgen/graphdoc.py:990 +#: ../gramps/gen/plug/docgen/graphdoc.py:1003 msgid "PNG image" msgstr "PNG-bild" -#: ../gramps/gen/plug/docgen/graphdoc.py:996 +#: ../gramps/gen/plug/docgen/graphdoc.py:1009 msgid "Graphviz File" msgstr "Graphviz-fil" @@ -8756,9 +8833,9 @@ msgstr "Värden" #. Private Constants #. #. ------------------------------------------------------------------------ -#: ../gramps/gen/plug/report/_book.py:69 ../gramps/gui/plug/_dialogs.py:59 +#: ../gramps/gen/plug/report/_book.py:71 ../gramps/gui/plug/_dialogs.py:59 #: ../gramps/gui/plug/report/_bookdialog.py:84 -#: ../gramps/gui/viewmanager.py:111 +#: ../gramps/gui/viewmanager.py:112 msgid "Unsupported" msgstr "Ej stödd" @@ -8787,9 +8864,9 @@ msgid "Graphs" msgstr "Diagram" #: ../gramps/gen/plug/report/_constants.py:53 ../gramps/gui/clipboard.py:637 -#: ../gramps/gui/clipboard.py:645 ../gramps/gui/configure.py:1193 -#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:97 -#: ../gramps/plugins/textreport/custombooktext.py:129 +#: ../gramps/gui/clipboard.py:645 ../gramps/gui/configure.py:1200 +#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:101 +#: ../gramps/plugins/textreport/custombooktext.py:132 #: ../gramps/plugins/textreport/tagreport.py:507 msgid "Text" msgstr "Text" @@ -8799,9 +8876,9 @@ msgid "Graphics" msgstr "Grafik" #: ../gramps/gen/plug/report/endnotes.py:61 -#: ../gramps/plugins/textreport/ancestorreport.py:353 -#: ../gramps/plugins/textreport/detancestralreport.py:916 -#: ../gramps/plugins/textreport/detdescendantreport.py:1091 +#: ../gramps/plugins/textreport/ancestorreport.py:362 +#: ../gramps/plugins/textreport/detancestralreport.py:925 +#: ../gramps/plugins/textreport/detdescendantreport.py:1155 msgid "The style used for the generation header." msgstr "Mall som används för generationsrubriken." @@ -8833,16 +8910,47 @@ msgid "Endnotes" msgstr "Slutnoter" #. translators: needed for French, ignore otherwise +#. Styles Frame +#. translators: needed for French, ignore otherwise +#. Save Frame +#. translators: needed for French, ignore otherwise +#. Gramps ID +#. don't show rest +#. show "> Family: ..." and nothing else +#. show "V Family: ..." and the rest #: ../gramps/gen/plug/report/endnotes.py:175 +#: ../gramps/gui/editors/editfamily.py:945 +#: ../gramps/gui/editors/editfamily.py:952 #: ../gramps/gui/plug/report/_docreportdialog.py:184 #: ../gramps/gui/plug/report/_docreportdialog.py:235 #: ../gramps/gui/plug/report/_graphvizreportdialog.py:150 -#: ../gramps/plugins/textreport/familygroup.py:405 -#: ../gramps/plugins/textreport/indivcomplete.py:858 -#: ../gramps/plugins/textreport/indivcomplete.py:860 -#: ../gramps/plugins/textreport/indivcomplete.py:861 -#: ../gramps/plugins/textreport/indivcomplete.py:862 -#: ../gramps/plugins/textreport/indivcomplete.py:863 +#: ../gramps/gui/plug/report/_reportdialog.py:323 +#: ../gramps/gui/plug/report/_reportdialog.py:376 +#: ../gramps/gui/plug/report/_reportdialog.py:400 +#: ../gramps/gui/plug/report/_reportdialog.py:471 +#: ../gramps/gui/plug/report/_reportdialog.py:619 +#: ../gramps/plugins/gramplet/statsgramplet.py:105 +#: ../gramps/plugins/gramplet/statsgramplet.py:108 +#: ../gramps/plugins/gramplet/statsgramplet.py:111 +#: ../gramps/plugins/gramplet/statsgramplet.py:117 +#: ../gramps/plugins/gramplet/statsgramplet.py:122 +#: ../gramps/plugins/gramplet/statsgramplet.py:128 +#: ../gramps/plugins/gramplet/statsgramplet.py:132 +#: ../gramps/plugins/gramplet/statsgramplet.py:137 +#: ../gramps/plugins/gramplet/statsgramplet.py:141 +#: ../gramps/plugins/textreport/familygroup.py:406 +#: ../gramps/plugins/textreport/indivcomplete.py:898 +#: ../gramps/plugins/textreport/indivcomplete.py:900 +#: ../gramps/plugins/textreport/indivcomplete.py:901 +#: ../gramps/plugins/textreport/indivcomplete.py:902 +#: ../gramps/plugins/textreport/indivcomplete.py:903 +#: ../gramps/plugins/view/relview.py:538 ../gramps/plugins/view/relview.py:602 +#: ../gramps/plugins/view/relview.py:614 ../gramps/plugins/view/relview.py:631 +#: ../gramps/plugins/view/relview.py:641 ../gramps/plugins/view/relview.py:646 +#: ../gramps/plugins/view/relview.py:654 ../gramps/plugins/view/relview.py:862 +#: ../gramps/plugins/view/relview.py:898 +#: ../gramps/plugins/view/relview.py:1378 +#: ../gramps/plugins/view/relview.py:1402 #, python-format msgid "%s:" msgstr "%s:" @@ -8855,14 +8963,13 @@ msgstr "Översättning" msgid "The translation to be used for the report." msgstr "Översättning för rapporten." -#. label for the combo -#: ../gramps/gen/plug/report/stdoptions.py:68 ../gramps/gui/configure.py:974 -#: ../gramps/plugins/webreport/webcal.py:1628 +#: ../gramps/gen/plug/report/stdoptions.py:68 ../gramps/gui/configure.py:981 +#: ../gramps/plugins/webreport/webcal.py:1646 msgid "Name format" msgstr "Namnformat" #: ../gramps/gen/plug/report/stdoptions.py:73 -#: ../gramps/plugins/webreport/webcal.py:1632 +#: ../gramps/plugins/webreport/webcal.py:1650 msgid "Select the format to display names" msgstr "Välj format vid namnvisning" @@ -8915,87 +9022,104 @@ msgstr "" "Detta tillåter dig att begränsa uppgifter om personer, som inte har varit " "döda tillräckligt länge." -#: ../gramps/gen/plug/report/utils.py:155 -#: ../gramps/plugins/textreport/indivcomplete.py:848 -#: ../gramps/plugins/textreport/simplebooktitle.py:106 -#: ../gramps/plugins/webreport/narrativeweb.py:2122 -#: ../gramps/plugins/webreport/narrativeweb.py:2337 -#: ../gramps/plugins/webreport/narrativeweb.py:2402 -#: ../gramps/plugins/webreport/narrativeweb.py:2410 -msgid "Could not add photo to page" -msgstr "Kunde inte lägga foto till sidan" - -#: ../gramps/gen/plug/report/utils.py:156 ../gramps/gui/utils.py:415 -#: ../gramps/plugins/textreport/indivcomplete.py:852 +#: ../gramps/gen/plug/report/utils.py:158 +#: ../gramps/plugins/textreport/indivcomplete.py:892 msgid "File does not exist" msgstr "Filen finns inte" +#: ../gramps/gen/plug/report/utils.py:159 +#: ../gramps/plugins/textreport/indivcomplete.py:888 +#: ../gramps/plugins/textreport/simplebooktitle.py:106 +#: ../gramps/plugins/webreport/narrativeweb.py:2108 +#: ../gramps/plugins/webreport/narrativeweb.py:2323 +#: ../gramps/plugins/webreport/narrativeweb.py:2388 +#: ../gramps/plugins/webreport/narrativeweb.py:2396 +msgid "Could not add photo to page" +msgstr "Kunde inte lägga foto till sidan" + +#. translators: needed for French, ignore otherwise +#. translators: for French, else ignore +#. translators: needed for French, ignore otherwise +#: ../gramps/gen/plug/report/utils.py:160 +#: ../gramps/gui/editors/editattribute.py:135 +#: ../gramps/gui/plug/_windows.py:685 +#: ../gramps/plugins/textreport/detancestralreport.py:461 +#: ../gramps/plugins/textreport/detdescendantreport.py:508 +#: ../gramps/plugins/textreport/familygroup.py:136 +#: ../gramps/plugins/textreport/familygroup.py:302 +#: ../gramps/plugins/textreport/indivcomplete.py:890 +#: ../gramps/plugins/textreport/indivcomplete.py:930 +#: ../gramps/plugins/textreport/indivcomplete.py:1001 +#: ../gramps/plugins/textreport/placereport.py:180 +#, python-format +msgid "%(str1)s: %(str2)s" +msgstr "%(str1)s: %(str2)s" + #. Do this in case of command line options query (show=filter) -#: ../gramps/gen/plug/report/utils.py:280 +#: ../gramps/gen/plug/report/utils.py:289 msgid "PERSON" msgstr "PERSON" -#: ../gramps/gen/plug/report/utils.py:288 -#: ../gramps/gui/plug/report/_bookdialog.py:151 -#: ../gramps/plugins/tool/eventcmp.py:156 +#: ../gramps/gen/plug/report/utils.py:297 +#: ../gramps/plugins/textreport/notelinkreport.py:156 +#: ../gramps/plugins/textreport/summary.py:281 +#: ../gramps/plugins/tool/eventcmp.py:157 msgid "Entire Database" msgstr "Hela databasen" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:292 -#: ../gramps/gui/plug/export/_exportoptions.py:442 -#: ../gramps/plugins/textreport/descendreport.py:394 +#: ../gramps/gen/plug/report/utils.py:301 +#: ../gramps/gui/plug/export/_exportoptions.py:451 +#: ../gramps/plugins/textreport/descendreport.py:472 #, python-format msgid "Descendants of %s" msgstr "Ättlingar till %s" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:296 -#: ../gramps/gen/plug/report/utils.py:373 -#: ../gramps/gui/plug/export/_exportoptions.py:447 +#: ../gramps/gen/plug/report/utils.py:305 +#: ../gramps/gen/plug/report/utils.py:382 +#: ../gramps/gui/plug/export/_exportoptions.py:456 #, python-format msgid "Descendant Families of %s" msgstr "Ättlingafamiljer till %s" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:300 -#: ../gramps/gui/plug/export/_exportoptions.py:452 +#: ../gramps/gen/plug/report/utils.py:309 +#: ../gramps/gui/plug/export/_exportoptions.py:461 #, python-format msgid "Ancestors of %s" msgstr "Anor till %s" -#: ../gramps/gen/plug/report/utils.py:303 -#: ../gramps/gui/plug/export/_exportoptions.py:456 +#: ../gramps/gen/plug/report/utils.py:312 +#: ../gramps/gui/plug/export/_exportoptions.py:465 #, python-format msgid "People with common ancestor with %s" msgstr "Personer med ana gemensam med %s" -#: ../gramps/gen/plug/report/utils.py:345 -#: ../gramps/gui/plug/_guioptions.py:885 -#: ../gramps/gui/plug/report/_bookdialog.py:176 +#: ../gramps/gen/plug/report/utils.py:354 +#: ../gramps/gui/plug/_guioptions.py:886 msgid "unknown father" msgstr "okänd far" -#: ../gramps/gen/plug/report/utils.py:351 -#: ../gramps/gui/plug/_guioptions.py:891 -#: ../gramps/gui/plug/report/_bookdialog.py:182 +#: ../gramps/gen/plug/report/utils.py:360 +#: ../gramps/gui/plug/_guioptions.py:892 msgid "unknown mother" msgstr "okänd mor" -#: ../gramps/gen/plug/report/utils.py:353 -#: ../gramps/gui/plug/_guioptions.py:893 +#: ../gramps/gen/plug/report/utils.py:362 +#: ../gramps/gui/plug/_guioptions.py:894 #, python-format msgid "%(father_name)s and %(mother_name)s (%(family_id)s)" msgstr "%(father_name)s och %(mother_name)s (%(family_id)s)" #. Do this in case of command line options query (show=filter) -#: ../gramps/gen/plug/report/utils.py:360 +#: ../gramps/gen/plug/report/utils.py:369 #, fuzzy msgid "FAMILY" msgstr "FAMILJESMEKNAMN" #. feature request 2356: avoid genitive form -#: ../gramps/gen/plug/report/utils.py:377 +#: ../gramps/gen/plug/report/utils.py:386 #, fuzzy, python-format msgid "Ancestor Families of %s" msgstr "Anor till %s" @@ -9091,12 +9215,12 @@ msgstr "" "Om dun är säker på på att det inte är några problem med andra filer, tag " "bort den och strta om Gramps." -#: ../gramps/gen/relationship.py:860 -#: ../gramps/plugins/view/pedigreeview.py:1495 +#: ../gramps/gen/relationship.py:1273 +#: ../gramps/plugins/view/pedigreeview.py:1530 msgid "Relationship loop detected" msgstr "Släktskapsslinga upptäckt" -#: ../gramps/gen/relationship.py:919 +#: ../gramps/gen/relationship.py:1332 #, python-format msgid "" "Family Tree reaches back more than the maximum %d generations searched.\n" @@ -9106,118 +9230,118 @@ msgstr "" "genomsökts.\n" "Det är möjligt att släktskap har missats." -#: ../gramps/gen/relationship.py:993 +#: ../gramps/gen/relationship.py:1406 msgid "Relationship loop detected:" msgstr "Släktskapsslinga upptäckt:" -#: ../gramps/gen/relationship.py:994 +#: ../gramps/gen/relationship.py:1407 #, python-format msgid "Person %(person)s connects to himself via %(relation)s" msgstr "Person %(person)s länkar till själv via %(relation)s" -#: ../gramps/gen/relationship.py:1272 +#: ../gramps/gen/relationship.py:1685 msgid "undefined" msgstr "odefinierad" -#: ../gramps/gen/relationship.py:1757 +#: ../gramps/gen/relationship.py:2170 #: ../gramps/plugins/importer/importcsv.py:217 msgid "husband" msgstr "make" -#: ../gramps/gen/relationship.py:1759 -#: ../gramps/plugins/importer/importcsv.py:213 +#: ../gramps/gen/relationship.py:2172 +#: ../gramps/plugins/importer/importcsv.py:214 msgid "wife" msgstr "maka" -#: ../gramps/gen/relationship.py:1761 +#: ../gramps/gen/relationship.py:2174 msgid "gender unknown|spouse" msgstr "make/maka" -#: ../gramps/gen/relationship.py:1764 +#: ../gramps/gen/relationship.py:2177 msgid "ex-husband" msgstr "ex-make" -#: ../gramps/gen/relationship.py:1766 +#: ../gramps/gen/relationship.py:2179 msgid "ex-wife" msgstr "ex-maka" -#: ../gramps/gen/relationship.py:1768 +#: ../gramps/gen/relationship.py:2181 msgid "gender unknown|ex-spouse" msgstr "ex-make/maka" -#: ../gramps/gen/relationship.py:1771 +#: ../gramps/gen/relationship.py:2184 msgid "unmarried|husband" msgstr "sambo" -#: ../gramps/gen/relationship.py:1773 +#: ../gramps/gen/relationship.py:2186 msgid "unmarried|wife" msgstr "sambo" -#: ../gramps/gen/relationship.py:1775 +#: ../gramps/gen/relationship.py:2188 msgid "gender unknown,unmarried|spouse" msgstr "sambo" -#: ../gramps/gen/relationship.py:1778 +#: ../gramps/gen/relationship.py:2191 msgid "unmarried|ex-husband" msgstr "ex-make" -#: ../gramps/gen/relationship.py:1780 +#: ../gramps/gen/relationship.py:2193 msgid "unmarried|ex-wife" msgstr "ex-maka" -#: ../gramps/gen/relationship.py:1782 +#: ../gramps/gen/relationship.py:2195 msgid "gender unknown,unmarried|ex-spouse" msgstr "ex-sambo" -#: ../gramps/gen/relationship.py:1785 +#: ../gramps/gen/relationship.py:2198 msgid "male,civil union|partner" msgstr "partner" -#: ../gramps/gen/relationship.py:1787 +#: ../gramps/gen/relationship.py:2200 msgid "female,civil union|partner" msgstr "partner" -#: ../gramps/gen/relationship.py:1789 +#: ../gramps/gen/relationship.py:2202 msgid "gender unknown,civil union|partner" msgstr "partner" -#: ../gramps/gen/relationship.py:1792 +#: ../gramps/gen/relationship.py:2205 msgid "male,civil union|former partner" msgstr "ex-partner" -#: ../gramps/gen/relationship.py:1794 +#: ../gramps/gen/relationship.py:2207 msgid "female,civil union|former partner" msgstr "ex-partner" -#: ../gramps/gen/relationship.py:1796 +#: ../gramps/gen/relationship.py:2209 msgid "gender unknown,civil union|former partner" msgstr "ex-partner" -#: ../gramps/gen/relationship.py:1799 +#: ../gramps/gen/relationship.py:2212 msgid "male,unknown relation|partner" msgstr "partner" -#: ../gramps/gen/relationship.py:1801 +#: ../gramps/gen/relationship.py:2214 msgid "female,unknown relation|partner" msgstr "partner" -#: ../gramps/gen/relationship.py:1803 +#: ../gramps/gen/relationship.py:2216 msgid "gender unknown,unknown relation|partner" msgstr "partner" -#: ../gramps/gen/relationship.py:1808 +#: ../gramps/gen/relationship.py:2221 msgid "male,unknown relation|former partner" msgstr "ex-partner" -#: ../gramps/gen/relationship.py:1810 +#: ../gramps/gen/relationship.py:2223 msgid "female,unknown relation|former partner" msgstr "ex-partner" -#: ../gramps/gen/relationship.py:1812 +#: ../gramps/gen/relationship.py:2225 msgid "gender unknown,unknown relation|former partner" msgstr "ex-partner" -#: ../gramps/gen/relationship.py:1905 +#: ../gramps/gen/relationship.py:2318 #, python-format msgid "" "Family relationship translator not available for language '%s'. Using " @@ -9225,12 +9349,12 @@ msgid "" msgstr "Släktskapsnamn finns ej för språket '%s'. Använd engelska in stället." #: ../gramps/gen/utils/alive.py:148 -#: ../gramps/plugins/importer/importcsv.py:199 +#: ../gramps/plugins/importer/importcsv.py:201 msgid "death date" msgstr "dödsdatum" #: ../gramps/gen/utils/alive.py:153 -#: ../gramps/plugins/importer/importcsv.py:167 +#: ../gramps/plugins/importer/importcsv.py:177 msgid "birth date" msgstr "födelsedatum" @@ -9499,47 +9623,47 @@ msgstr "Hong Kong-kinesiska " msgid "Chinese (Traditional)" msgstr "Traditionell kinesiska" -#: ../gramps/gen/utils/grampslocale.py:831 +#: ../gramps/gen/utils/grampslocale.py:834 msgid "the person" msgstr "personen" -#: ../gramps/gen/utils/grampslocale.py:833 +#: ../gramps/gen/utils/grampslocale.py:836 msgid "the family" msgstr "familjen" -#: ../gramps/gen/utils/grampslocale.py:835 +#: ../gramps/gen/utils/grampslocale.py:838 msgid "the place" msgstr "platsen" -#: ../gramps/gen/utils/grampslocale.py:837 +#: ../gramps/gen/utils/grampslocale.py:840 msgid "the event" msgstr "händelsen" -#: ../gramps/gen/utils/grampslocale.py:839 +#: ../gramps/gen/utils/grampslocale.py:842 msgid "the repository" msgstr "arkivplatsen" -#: ../gramps/gen/utils/grampslocale.py:841 +#: ../gramps/gen/utils/grampslocale.py:844 msgid "the note" msgstr "notisen" -#: ../gramps/gen/utils/grampslocale.py:843 +#: ../gramps/gen/utils/grampslocale.py:846 msgid "the media" msgstr "mediat" -#: ../gramps/gen/utils/grampslocale.py:845 +#: ../gramps/gen/utils/grampslocale.py:848 msgid "the source" msgstr "källan" -#: ../gramps/gen/utils/grampslocale.py:847 +#: ../gramps/gen/utils/grampslocale.py:850 msgid "the filter" msgstr "filtret" -#: ../gramps/gen/utils/grampslocale.py:849 +#: ../gramps/gen/utils/grampslocale.py:852 msgid "the citation" msgstr "Varje citering" -#: ../gramps/gen/utils/grampslocale.py:851 +#: ../gramps/gen/utils/grampslocale.py:854 msgid "See details" msgstr "Se detaljer" @@ -9555,8 +9679,8 @@ msgstr "" msgid "Person|TITLE" msgstr "TITEL" -#: ../gramps/gen/utils/keyword.py:54 ../gramps/plugins/export/exportcsv.py:381 -#: ../gramps/plugins/tool/patchnames.py:439 +#: ../gramps/gen/utils/keyword.py:54 ../gramps/plugins/export/exportcsv.py:355 +#: ../gramps/plugins/tool/patchnames.py:440 msgid "Person|Title" msgstr "Titel" @@ -9564,28 +9688,28 @@ msgstr "Titel" msgid "GIVEN" msgstr "FÖRNAMN" -#: ../gramps/gen/utils/keyword.py:56 ../gramps/gui/configure.py:647 -#: ../gramps/gui/configure.py:654 ../gramps/gui/configure.py:656 -#: ../gramps/gui/configure.py:657 ../gramps/gui/configure.py:658 -#: ../gramps/gui/configure.py:659 ../gramps/gui/configure.py:660 +#: ../gramps/gen/utils/keyword.py:56 ../gramps/gui/configure.py:653 +#: ../gramps/gui/configure.py:660 ../gramps/gui/configure.py:662 +#: ../gramps/gui/configure.py:663 ../gramps/gui/configure.py:664 +#: ../gramps/gui/configure.py:665 ../gramps/gui/configure.py:666 msgid "SURNAME" msgstr "EFTERNAMN" #. show surname and first name #: ../gramps/gen/utils/keyword.py:56 ../gramps/gui/clipboard.py:621 -#: ../gramps/gui/configure.py:640 ../gramps/gui/configure.py:642 -#: ../gramps/gui/configure.py:644 ../gramps/gui/configure.py:646 -#: ../gramps/gui/configure.py:649 ../gramps/gui/configure.py:650 -#: ../gramps/gui/configure.py:651 ../gramps/gui/configure.py:652 +#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:648 +#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:652 +#: ../gramps/gui/configure.py:655 ../gramps/gui/configure.py:656 +#: ../gramps/gui/configure.py:657 ../gramps/gui/configure.py:658 #: ../gramps/gui/editors/displaytabs/surnametab.py:74 -#: ../gramps/gui/plug/_guioptions.py:88 ../gramps/gui/plug/_guioptions.py:1492 +#: ../gramps/gui/plug/_guioptions.py:88 ../gramps/gui/plug/_guioptions.py:1493 #: ../gramps/plugins/drawreport/statisticschart.py:334 -#: ../gramps/plugins/export/exportcsv.py:379 -#: ../gramps/plugins/importer/importcsv.py:147 +#: ../gramps/plugins/export/exportcsv.py:353 +#: ../gramps/plugins/importer/importcsv.py:159 #: ../gramps/plugins/quickview/filterbyname.py:354 -#: ../gramps/plugins/webreport/narrativeweb.py:3226 -#: ../gramps/plugins/webreport/narrativeweb.py:4503 -#: ../gramps/plugins/webreport/narrativeweb.py:6067 +#: ../gramps/plugins/webreport/narrativeweb.py:3220 +#: ../gramps/plugins/webreport/narrativeweb.py:4551 +#: ../gramps/plugins/webreport/narrativeweb.py:6126 msgid "Surname" msgstr "Efternamn" @@ -9601,9 +9725,9 @@ msgstr "Tilltalsnamn" msgid "Name|COMMON" msgstr "VANLIGT" -#: ../gramps/gen/utils/keyword.py:58 ../gramps/gui/configure.py:644 -#: ../gramps/gui/configure.py:646 ../gramps/gui/configure.py:649 -#: ../gramps/gui/configure.py:650 ../gramps/gui/configure.py:656 +#: ../gramps/gen/utils/keyword.py:58 ../gramps/gui/configure.py:650 +#: ../gramps/gui/configure.py:652 ../gramps/gui/configure.py:655 +#: ../gramps/gui/configure.py:656 ../gramps/gui/configure.py:662 msgid "Name|Common" msgstr "Vanligt" @@ -9685,7 +9809,7 @@ msgstr "Patronymikon[bnd]" msgid "RAWSURNAMES" msgstr "TOTALEFTERNAMN" -#: ../gramps/gen/utils/keyword.py:69 ../gramps/gui/configure.py:661 +#: ../gramps/gen/utils/keyword.py:69 ../gramps/gui/configure.py:667 msgid "Rawsurnames" msgstr "Totalefternamn" @@ -9703,9 +9827,9 @@ msgstr "PREFIX" #: ../gramps/gen/utils/keyword.py:71 #: ../gramps/gui/editors/displaytabs/surnametab.py:73 -#: ../gramps/gui/glade/editperson.glade:471 -#: ../gramps/plugins/export/exportcsv.py:380 -#: ../gramps/plugins/importer/importcsv.py:156 +#: ../gramps/gui/glade/editperson.glade:470 +#: ../gramps/plugins/export/exportcsv.py:354 +#: ../gramps/plugins/importer/importcsv.py:166 msgid "Prefix" msgstr "Prefix" @@ -9741,21 +9865,21 @@ msgstr "%(east_longitude)s E" msgid "%(west_longitude)s W" msgstr "%(west_longitude)s W" -#: ../gramps/gen/utils/string.py:46 ../gramps/gui/editors/editperson.py:351 +#: ../gramps/gen/utils/string.py:46 ../gramps/gui/editors/editperson.py:350 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 -#: ../gramps/gui/merge/mergeperson.py:61 +#: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 -#: ../gramps/plugins/webreport/narrativeweb.py:6263 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 +#: ../gramps/plugins/webreport/narrativeweb.py:6329 msgid "male" msgstr "man" -#: ../gramps/gen/utils/string.py:47 ../gramps/gui/editors/editperson.py:350 +#: ../gramps/gen/utils/string.py:47 ../gramps/gui/editors/editperson.py:349 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:89 -#: ../gramps/gui/merge/mergeperson.py:61 +#: ../gramps/gui/merge/mergeperson.py:64 #: ../gramps/gui/views/treemodels/peoplemodel.py:97 -#: ../gramps/plugins/tool/dumpgenderstats.py:35 -#: ../gramps/plugins/webreport/narrativeweb.py:6264 +#: ../gramps/plugins/tool/dumpgenderstats.py:46 +#: ../gramps/plugins/webreport/narrativeweb.py:6330 msgid "female" msgstr "kvinna" @@ -9767,25 +9891,26 @@ msgstr "okänt" msgid "Invalid" msgstr "Ogiltig" -#: ../gramps/gen/utils/string.py:55 ../gramps/gui/editors/editcitation.py:216 +#: ../gramps/gen/utils/string.py:55 ../gramps/gui/editors/editcitation.py:214 msgid "Very High" msgstr "Mycket hög" -#: ../gramps/gen/utils/string.py:56 ../gramps/gui/editors/editcitation.py:215 +#: ../gramps/gen/utils/string.py:56 ../gramps/gui/editors/editcitation.py:213 #: ../gramps/plugins/tool/finddupes.py:62 msgid "High" msgstr "Hög" -#: ../gramps/gen/utils/string.py:57 ../gramps/gui/editors/editcitation.py:214 +#: ../gramps/gen/utils/string.py:57 ../gramps/gui/editors/editcitation.py:212 +#: ../gramps/plugins/graph/gvfamilylines.py:242 msgid "Normal" msgstr "Normal" -#: ../gramps/gen/utils/string.py:58 ../gramps/gui/editors/editcitation.py:213 +#: ../gramps/gen/utils/string.py:58 ../gramps/gui/editors/editcitation.py:211 #: ../gramps/plugins/tool/finddupes.py:60 msgid "Low" msgstr "Låg" -#: ../gramps/gen/utils/string.py:59 ../gramps/gui/editors/editcitation.py:212 +#: ../gramps/gen/utils/string.py:59 ../gramps/gui/editors/editcitation.py:210 msgid "Very Low" msgstr "Mycket låg" @@ -9835,7 +9960,7 @@ msgstr "" "Objekt, som hänvisats till från denna notis, saknades i en fil, importerad " "som %s." -#: ../gramps/grampsapp.py:154 +#: ../gramps/grampsapp.py:158 #, python-format msgid "" "Your Python version does not meet the requirements. At least python %(v1)d." @@ -9848,16 +9973,16 @@ msgstr "" "\n" "Gramps kommer att avslutas nu.." -#: ../gramps/grampsapp.py:410 ../gramps/grampsapp.py:417 -#: ../gramps/grampsapp.py:461 +#: ../gramps/grampsapp.py:415 ../gramps/grampsapp.py:422 +#: ../gramps/grampsapp.py:466 msgid "Configuration error:" msgstr "Fel på inställningsparametrar:" -#: ../gramps/grampsapp.py:414 +#: ../gramps/grampsapp.py:419 msgid "Error reading configuration" msgstr "Fel vid läsning av inställningar" -#: ../gramps/grampsapp.py:418 +#: ../gramps/grampsapp.py:423 #, python-format msgid "" "A definition for the MIME-type %s could not be found \n" @@ -9902,71 +10027,70 @@ msgid "manual|Using_the_Clipboard" msgstr "Hur använda urklipp" #. We encounter a PLAC, having previously encountered an ADDR -#: ../gramps/gui/clipboard.py:303 ../gramps/gui/configure.py:511 -#: ../gramps/gui/editors/editaddress.py:168 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:102 +#: ../gramps/gui/clipboard.py:303 ../gramps/gui/configure.py:517 +#: ../gramps/gui/editors/editaddress.py:167 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:106 #: ../gramps/plugins/gramplet/repositorydetails.py:133 -#: ../gramps/plugins/lib/libgedcom.py:5418 -#: ../gramps/plugins/lib/libgedcom.py:5599 -#: ../gramps/plugins/textreport/familygroup.py:347 -#: ../gramps/plugins/webreport/narrativeweb.py:7855 +#: ../gramps/plugins/lib/libgedcom.py:5421 +#: ../gramps/plugins/lib/libgedcom.py:5587 +#: ../gramps/plugins/textreport/familygroup.py:348 +#: ../gramps/plugins/webreport/narrativeweb.py:7928 msgid "Address" msgstr "Adress" #. 0 this order range above -#: ../gramps/gui/clipboard.py:340 ../gramps/gui/configure.py:541 -#: ../gramps/gui/editors/editlink.py:90 +#: ../gramps/gui/clipboard.py:340 ../gramps/gui/configure.py:547 +#: ../gramps/gui/editors/editlink.py:92 #: ../gramps/gui/editors/filtereditor.py:295 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:133 #: ../gramps/plugins/gramplet/quickviewgramplet.py:108 #: ../gramps/plugins/quickview/filterbyname.py:175 #: ../gramps/plugins/quickview/filterbyname.py:246 -#: ../gramps/plugins/quickview/quickview.gpr.py:201 +#: ../gramps/plugins/quickview/quickview.gpr.py:204 #: ../gramps/plugins/quickview/references.py:87 -#: ../gramps/plugins/textreport/placereport.py:439 -#: ../gramps/plugins/webreport/narrativeweb.py:373 -#: ../gramps/plugins/webreport/narrativeweb.py:1035 +#: ../gramps/plugins/textreport/placereport.py:461 +#: ../gramps/plugins/webreport/narrativeweb.py:989 msgid "Event" msgstr "Händelse" #. 5 -#: ../gramps/gui/clipboard.py:367 ../gramps/gui/configure.py:533 +#: ../gramps/gui/clipboard.py:367 ../gramps/gui/configure.py:539 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:81 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:55 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:65 -#: ../gramps/gui/editors/editlink.py:95 +#: ../gramps/gui/editors/editlink.py:97 #: ../gramps/gui/editors/filtereditor.py:296 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:105 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:108 #: ../gramps/gui/glade/editevent.glade:270 -#: ../gramps/gui/plug/_guioptions.py:1342 -#: ../gramps/gui/selectors/selectevent.py:73 -#: ../gramps/gui/views/treemodels/placemodel.py:282 -#: ../gramps/plugins/export/exportcsv.py:499 -#: ../gramps/plugins/export/exportcsv.py:563 +#: ../gramps/gui/plug/_guioptions.py:1343 +#: ../gramps/gui/selectors/selectevent.py:72 +#: ../gramps/gui/views/treemodels/placemodel.py:284 +#: ../gramps/plugins/export/exportcsv.py:285 +#: ../gramps/plugins/export/exportcsv.py:473 +#: ../gramps/plugins/gramplet/coordinates.py:93 #: ../gramps/plugins/gramplet/events.py:91 #: ../gramps/plugins/gramplet/personresidence.py:61 #: ../gramps/plugins/gramplet/quickviewgramplet.py:112 -#: ../gramps/plugins/importer/importcsv.py:220 +#: ../gramps/plugins/importer/importcsv.py:221 #: ../gramps/plugins/quickview/filterbyname.py:185 #: ../gramps/plugins/quickview/filterbyname.py:252 #: ../gramps/plugins/quickview/onthisday.py:80 #: ../gramps/plugins/quickview/onthisday.py:81 #: ../gramps/plugins/quickview/onthisday.py:82 -#: ../gramps/plugins/quickview/quickview.gpr.py:203 +#: ../gramps/plugins/quickview/quickview.gpr.py:206 #: ../gramps/plugins/quickview/references.py:92 -#: ../gramps/plugins/textreport/indivcomplete.py:461 -#: ../gramps/plugins/textreport/indivcomplete.py:656 +#: ../gramps/plugins/textreport/indivcomplete.py:496 +#: ../gramps/plugins/textreport/indivcomplete.py:694 #: ../gramps/plugins/tool/sortevents.py:58 #: ../gramps/plugins/view/eventview.py:86 -#: ../gramps/plugins/webreport/narrativeweb.py:382 -#: ../gramps/plugins/webreport/narrativeweb.py:1037 -#: ../gramps/plugins/webreport/narrativeweb.py:1323 -#: ../gramps/plugins/webreport/narrativeweb.py:1353 +#: ../gramps/plugins/webreport/narrativeweb.py:991 +#: ../gramps/plugins/webreport/narrativeweb.py:1279 +#: ../gramps/plugins/webreport/narrativeweb.py:1309 msgid "Place" msgstr "Plats" #: ../gramps/gui/clipboard.py:427 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:116 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 msgid "Family Event" msgstr "Familjehändelse" @@ -9974,7 +10098,7 @@ msgstr "Familjehändelse" msgid "Url" msgstr "Url" -#: ../gramps/gui/clipboard.py:459 ../gramps/gui/editors/editattribute.py:136 +#: ../gramps/gui/clipboard.py:459 ../gramps/gui/editors/editattribute.py:135 msgid "Attribute" msgstr "Attribut" @@ -10031,13 +10155,13 @@ msgstr "%(frel)s %(mrel)s" #. #. ------------------------------------------------------------------------ #. functions for the actual quickreports -#: ../gramps/gui/clipboard.py:743 ../gramps/gui/configure.py:529 -#: ../gramps/gui/editors/editlink.py:94 +#: ../gramps/gui/clipboard.py:743 ../gramps/gui/configure.py:535 +#: ../gramps/gui/editors/editlink.py:96 #: ../gramps/gui/editors/filtereditor.py:293 #: ../gramps/gui/glade/editpersonref.glade:211 -#: ../gramps/plugins/export/exportcsv.py:379 +#: ../gramps/plugins/export/exportcsv.py:353 #: ../gramps/plugins/gramplet/quickviewgramplet.py:107 -#: ../gramps/plugins/importer/importcsv.py:207 +#: ../gramps/plugins/importer/importcsv.py:208 #: ../gramps/plugins/quickview/ageondate.py:54 #: ../gramps/plugins/quickview/attributematch.py:34 #: ../gramps/plugins/quickview/filterbyname.py:154 @@ -10050,33 +10174,33 @@ msgstr "%(frel)s %(mrel)s" #: ../gramps/plugins/quickview/filterbyname.py:365 #: ../gramps/plugins/quickview/filterbyname.py:373 #: ../gramps/plugins/quickview/filterbyname.py:409 -#: ../gramps/plugins/quickview/quickview.gpr.py:199 +#: ../gramps/plugins/quickview/quickview.gpr.py:202 #: ../gramps/plugins/quickview/references.py:85 #: ../gramps/plugins/quickview/samesurnames.py:115 #: ../gramps/plugins/quickview/samesurnames.py:160 #: ../gramps/plugins/textreport/placereport.py:221 #: ../gramps/plugins/textreport/placereport.py:297 -#: ../gramps/plugins/textreport/placereport.py:439 -#: ../gramps/plugins/tool/eventcmp.py:251 -#: ../gramps/plugins/webreport/narrativeweb.py:383 -#: ../gramps/plugins/webreport/narrativeweb.py:3504 -#: ../gramps/plugins/webreport/narrativeweb.py:4155 -#: ../gramps/plugins/webreport/narrativeweb.py:6985 +#: ../gramps/plugins/textreport/placereport.py:461 +#: ../gramps/plugins/tool/eventcmp.py:253 +#: ../gramps/plugins/webreport/narrativeweb.py:3508 +#: ../gramps/plugins/webreport/narrativeweb.py:4200 +#: ../gramps/plugins/webreport/narrativeweb.py:7067 msgid "Person" msgstr "Person" #. 7 -#: ../gramps/gui/clipboard.py:800 ../gramps/gui/configure.py:535 +#: ../gramps/gui/clipboard.py:800 ../gramps/gui/configure.py:541 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:78 -#: ../gramps/gui/editors/editlink.py:97 ../gramps/gui/editors/editsource.py:86 +#: ../gramps/gui/editors/editlink.py:99 ../gramps/gui/editors/editsource.py:86 #: ../gramps/gui/editors/filtereditor.py:297 #: ../gramps/gui/views/treemodels/citationtreemodel.py:170 -#: ../gramps/plugins/export/exportcsv.py:499 +#: ../gramps/plugins/export/exportcsv.py:473 #: ../gramps/plugins/gramplet/quickviewgramplet.py:114 -#: ../gramps/plugins/importer/importcsv.py:159 +#: ../gramps/plugins/importer/importcsv.py:169 +#: ../gramps/plugins/importer/importprogen.py:871 #: ../gramps/plugins/quickview/filterbyname.py:195 #: ../gramps/plugins/quickview/filterbyname.py:258 -#: ../gramps/plugins/quickview/quickview.gpr.py:202 +#: ../gramps/plugins/quickview/quickview.gpr.py:205 #: ../gramps/plugins/quickview/references.py:88 #: ../gramps/plugins/quickview/reporef.py:62 #: ../gramps/plugins/textreport/tagreport.py:722 @@ -10085,8 +10209,8 @@ msgid "Source" msgstr "Källa" #. 6 -#: ../gramps/gui/clipboard.py:827 ../gramps/gui/configure.py:543 -#: ../gramps/gui/editors/editlink.py:96 +#: ../gramps/gui/clipboard.py:827 ../gramps/gui/configure.py:549 +#: ../gramps/gui/editors/editlink.py:98 #: ../gramps/gui/editors/editrepository.py:77 #: ../gramps/gui/editors/editrepository.py:79 #: ../gramps/gui/editors/filtereditor.py:299 @@ -10096,36 +10220,37 @@ msgstr "Källa" msgid "Repository" msgstr "Arkivplats" -#: ../gramps/gui/clipboard.py:967 ../gramps/gui/dbman.py:125 +#: ../gramps/gui/clipboard.py:967 ../gramps/gui/dbman.py:126 #: ../gramps/gui/editors/displaytabs/attrembedlist.py:63 #: ../gramps/gui/editors/displaytabs/srcattrembedlist.py:64 #: ../gramps/plugins/gramplet/attributes.py:57 -#: ../gramps/plugins/lib/libmetadata.py:171 -#: ../gramps/plugins/tool/patchnames.py:405 -#: ../gramps/plugins/webreport/narrativeweb.py:392 -#: ../gramps/plugins/webreport/narrativeweb.py:1414 -#: ../gramps/plugins/webreport/narrativeweb.py:1671 +#: ../gramps/plugins/lib/libmetadata.py:173 +#: ../gramps/plugins/tool/patchnames.py:406 +#: ../gramps/plugins/webreport/narrativeweb.py:1372 +#: ../gramps/plugins/webreport/narrativeweb.py:1633 msgid "Value" msgstr "Värde" -#: ../gramps/gui/clipboard.py:1390 ../gramps/gui/clipboard.py:1396 -#: ../gramps/gui/clipboard.py:1434 ../gramps/gui/clipboard.py:1478 +#: ../gramps/gui/clipboard.py:1387 ../gramps/gui/clipboard.py:1393 +#: ../gramps/gui/clipboard.py:1431 ../gramps/gui/clipboard.py:1475 #: ../gramps/gui/glade/clipboard.glade:7 msgid "Clipboard" msgstr "Urklipp" -#: ../gramps/gui/clipboard.py:1522 ../gramps/gui/plug/quick/_quicktable.py:129 +#. Now add more items to popup menu, if available +#. See details (edit, etc): +#: ../gramps/gui/clipboard.py:1519 ../gramps/gui/plug/quick/_quicktable.py:141 #, python-format msgid "the object|See %s details" msgstr "Se %sdetaljer" #. --------------------------- -#: ../gramps/gui/clipboard.py:1528 ../gramps/gui/plug/quick/_quicktable.py:139 +#: ../gramps/gui/clipboard.py:1525 ../gramps/gui/plug/quick/_quicktable.py:149 #, python-format msgid "the object|Make %s active" msgstr "Gör %s aktiv" -#: ../gramps/gui/clipboard.py:1544 +#: ../gramps/gui/clipboard.py:1541 #, python-format msgid "the object|Create Filter from %s selected..." msgstr "Skapa filter från valda %s..." @@ -10139,18 +10264,18 @@ msgstr "Trädvy: första kolumnen \"%s\" kan ej ändras" msgid "Drag and drop the columns to change the order" msgstr "Drag och släpp kolumner för att ändra ordning" -#: ../gramps/gui/columnorder.py:107 ../gramps/gui/configure.py:1487 -#: ../gramps/gui/configure.py:1510 ../gramps/gui/plug/_dialogs.py:123 -#: ../gramps/gui/viewmanager.py:1341 -#: ../gramps/plugins/lib/maps/geography.py:965 -#: ../gramps/plugins/lib/maps/geography.py:1218 +#: ../gramps/gui/columnorder.py:107 ../gramps/gui/configure.py:1543 +#: ../gramps/gui/configure.py:1566 ../gramps/gui/configure.py:1591 +#: ../gramps/gui/plug/_dialogs.py:130 ../gramps/gui/viewmanager.py:1828 +#: ../gramps/plugins/lib/maps/geography.py:1007 +#: ../gramps/plugins/lib/maps/geography.py:1261 msgid "_Apply" msgstr "_Tillämpa" #. ################# -#: ../gramps/gui/columnorder.py:128 ../gramps/gui/configure.py:1104 -#: ../gramps/plugins/drawreport/ancestortree.py:846 -#: ../gramps/plugins/drawreport/descendtree.py:1548 +#: ../gramps/gui/columnorder.py:128 ../gramps/gui/configure.py:1111 +#: ../gramps/plugins/drawreport/ancestortree.py:856 +#: ../gramps/plugins/drawreport/descendtree.py:1566 msgid "Display" msgstr "Visa" @@ -10158,42 +10283,44 @@ msgstr "Visa" msgid "Column Name" msgstr "Kolumnnamn" -#: ../gramps/gui/configure.py:78 +#: ../gramps/gui/configure.py:80 msgid "Father's surname" msgstr "Faderns efternamn" -#: ../gramps/gui/configure.py:80 +#: ../gramps/gui/configure.py:82 msgid "Combination of mother's and father's surname" msgstr "Kombination av moderns och faderns efternamn" -#: ../gramps/gui/configure.py:81 +#: ../gramps/gui/configure.py:83 msgid "Icelandic style" msgstr "Isländska patronymikon" -#: ../gramps/gui/configure.py:103 ../gramps/gui/configure.py:105 +#: ../gramps/gui/configure.py:105 ../gramps/gui/configure.py:107 msgid "Display Name Editor" msgstr "Redigerare för namnvisning" #. self.window.connect('response', self.close) -#: ../gramps/gui/configure.py:104 ../gramps/gui/configure.py:178 -#: ../gramps/gui/glade/book.glade:469 ../gramps/gui/glade/book.glade:543 -#: ../gramps/gui/glade/clipboard.glade:73 ../gramps/gui/glade/dialog.glade:20 -#: ../gramps/gui/glade/dialog.glade:140 -#: ../gramps/gui/glade/displaystate.glade:25 -#: ../gramps/gui/glade/plugins.glade:24 ../gramps/gui/glade/rule.glade:26 -#: ../gramps/gui/glade/rule.glade:1029 ../gramps/gui/glade/tipofday.glade:117 -#: ../gramps/gui/glade/updateaddons.glade:26 -#: ../gramps/gui/plug/_windows.py:102 ../gramps/gui/plug/_windows.py:676 -#: ../gramps/gui/plug/_windows.py:732 -#: ../gramps/gui/plug/quick/_textbufdoc.py:62 ../gramps/gui/undohistory.py:90 -#: ../gramps/gui/viewmanager.py:1222 ../gramps/gui/views/bookmarks.py:236 -#: ../gramps/gui/views/tags.py:419 ../gramps/gui/widgets/grampletbar.py:633 +#: ../gramps/gui/configure.py:106 ../gramps/gui/configure.py:180 +#: ../gramps/gui/glade/book.glade:466 ../gramps/gui/glade/book.glade:538 +#: ../gramps/gui/glade/clipboard.glade:71 ../gramps/gui/glade/dialog.glade:20 +#: ../gramps/gui/glade/dialog.glade:141 +#: ../gramps/gui/glade/displaystate.glade:23 +#: ../gramps/gui/glade/plugins.glade:22 ../gramps/gui/glade/rule.glade:24 +#: ../gramps/gui/glade/rule.glade:1024 ../gramps/gui/glade/tipofday.glade:117 +#: ../gramps/gui/glade/updateaddons.glade:25 +#: ../gramps/gui/plug/_windows.py:105 ../gramps/gui/plug/_windows.py:691 +#: ../gramps/gui/plug/_windows.py:747 +#: ../gramps/gui/plug/quick/_textbufdoc.py:60 ../gramps/gui/undohistory.py:90 +#: ../gramps/gui/viewmanager.py:512 ../gramps/gui/viewmanager.py:1692 +#: ../gramps/gui/views/bookmarks.py:287 ../gramps/gui/views/tags.py:430 +#: ../gramps/gui/widgets/grampletbar.py:635 #: ../gramps/gui/widgets/grampletpane.py:236 -#: ../gramps/plugins/lib/maps/placeselection.py:107 +#: ../gramps/plugins/lib/maps/placeselection.py:108 +#: ../gramps/plugins/tool/dumpgenderstats.py:85 msgid "_Close" msgstr "_Stäng" -#: ../gramps/gui/configure.py:107 +#: ../gramps/gui/configure.py:110 #, fuzzy msgid "" "The following keywords are replaced with the appropriate name parts:\n" @@ -10256,21 +10383,38 @@ msgstr "" "i> titel, Sr suffix, Ed smeknamn, \n" " Underhills familjesmeknamn, Jose tilltalsnamn.\n" -#: ../gramps/gui/configure.py:136 +#: ../gramps/gui/configure.py:138 msgid " Name Editor" msgstr " Redigerare för namn" -#: ../gramps/gui/configure.py:154 ../gramps/gui/configure.py:1565 -#: ../gramps/gui/views/pageview.py:607 +#: ../gramps/gui/configure.py:156 ../gramps/gui/configure.py:1646 +#: ../gramps/gui/views/pageview.py:590 msgid "Preferences" msgstr "Inställningar" -#: ../gramps/gui/configure.py:229 ../gramps/gui/configure.py:234 -#: ../gramps/gui/configure.py:799 +#: ../gramps/gui/configure.py:232 ../gramps/gui/configure.py:238 +#: ../gramps/gui/configure.py:805 msgid "Invalid or incomplete format definition." msgstr "Ogiltig eller ofullständig formatdefinition." -#: ../gramps/gui/configure.py:508 +#. label for the combo +#. translators: needed for French, ignore otherwise +#: ../gramps/gui/configure.py:330 ../gramps/gui/configure.py:354 +#: ../gramps/gui/configure.py:375 ../gramps/gui/configure.py:388 +#: ../gramps/gui/configure.py:413 ../gramps/gui/configure.py:450 +#: ../gramps/gui/configure.py:472 ../gramps/gui/configure.py:981 +#: ../gramps/gui/configure.py:1009 ../gramps/gui/configure.py:1030 +#: ../gramps/gui/configure.py:1044 ../gramps/gui/configure.py:1057 +#: ../gramps/gui/configure.py:1070 ../gramps/gui/configure.py:1094 +#: ../gramps/gui/configure.py:1151 ../gramps/gui/configure.py:1375 +#: ../gramps/gui/configure.py:1393 ../gramps/gui/configure.py:1454 +#: ../gramps/gui/configure.py:1498 ../gramps/gui/views/navigationview.py:357 +#: ../gramps/plugins/gramplet/sessionloggramplet.py:84 +#, fuzzy, python-format +msgid "%s: " +msgstr " %s: %s" + +#: ../gramps/gui/configure.py:513 msgid "" "Enter your information so people can contact you when you distribute your " "Family Tree" @@ -10278,73 +10422,76 @@ msgstr "" "Skriv in information om dig, så personer kan ta kontakt med dig, när du " "slickar ut ditt släktträd" -#: ../gramps/gui/configure.py:514 +#: ../gramps/gui/configure.py:520 #: ../gramps/gui/editors/displaytabs/addrembedlist.py:75 #: ../gramps/plugins/view/repoview.py:92 msgid "State/County" msgstr "Stat/Län" -#: ../gramps/gui/configure.py:516 ../gramps/plugins/view/repoview.py:94 +#: ../gramps/gui/configure.py:522 ../gramps/plugins/view/repoview.py:94 msgid "ZIP/Postal Code" msgstr "Postnummer" -#: ../gramps/gui/configure.py:517 +#: ../gramps/gui/configure.py:523 ../gramps/plugins/export/exportgedcom.py:784 +#: ../gramps/plugins/export/exportgedcom.py:1152 #: ../gramps/plugins/gramplet/repositorydetails.py:121 -#: ../gramps/plugins/webreport/narrativeweb.py:384 +#: ../gramps/plugins/lib/libgedcom.py:3973 +#: ../gramps/plugins/lib/libgedcom.py:5684 +#: ../gramps/plugins/webreport/narrativeweb.py:1482 msgid "Phone" msgstr "Telefon" -#: ../gramps/gui/configure.py:518 ../gramps/gui/plug/_windows.py:610 +#: ../gramps/gui/configure.py:524 ../gramps/gui/plug/_windows.py:623 #: ../gramps/plugins/view/repoview.py:95 msgid "Email" msgstr "E-post" -#: ../gramps/gui/configure.py:519 +#: ../gramps/gui/configure.py:525 msgid "Researcher" msgstr "Forskare" -#: ../gramps/gui/configure.py:539 ../gramps/gui/editors/editperson.py:647 +#: ../gramps/gui/configure.py:545 ../gramps/gui/editors/editperson.py:646 #: ../gramps/gui/widgets/photo.py:86 msgid "Media Object" msgstr "Mediaobjekt" -#: ../gramps/gui/configure.py:547 +#: ../gramps/gui/configure.py:553 msgid "ID Formats" msgstr "ID-format" -#: ../gramps/gui/configure.py:557 +#: ../gramps/gui/configure.py:563 msgid "Set the colors used for boxes in the graphical views" msgstr "Bestäm färg att användas till rutor i de grafiska vyerna" -#: ../gramps/gui/configure.py:559 +#: ../gramps/gui/configure.py:565 msgid "Gender Male Alive" msgstr "Levande mansperson" -#: ../gramps/gui/configure.py:561 +#: ../gramps/gui/configure.py:567 msgid "Border Male Alive" msgstr "Kant för levande mansperson" -#: ../gramps/gui/configure.py:563 +#: ../gramps/gui/configure.py:569 msgid "Gender Male Death" msgstr "Död mansperson" -#: ../gramps/gui/configure.py:565 +#: ../gramps/gui/configure.py:571 msgid "Border Male Death" msgstr "Kant för död mansperson" -#: ../gramps/gui/configure.py:567 +#: ../gramps/gui/configure.py:573 msgid "Gender Female Alive" msgstr "Levande kvinnoperson" -#: ../gramps/gui/configure.py:569 +#: ../gramps/gui/configure.py:575 msgid "Border Female Alive" msgstr "Kant för levande kvinnoperson" -#: ../gramps/gui/configure.py:571 +#: ../gramps/gui/configure.py:577 msgid "Gender Female Death" msgstr "Död kvinnoperson" -#: ../gramps/gui/configure.py:573 +#: ../gramps/gui/configure.py:579 msgid "Border Female Death" msgstr "Kant för död kvinnoperson" @@ -10356,306 +10503,312 @@ msgstr "Kant för död kvinnoperson" #. # 'preferences.color-gender-other-death') #. # self.add_color(grid, _('Border Other Death'), 8, #. # 'preferences.bordercolor-gender-other-death') -#: ../gramps/gui/configure.py:583 +#: ../gramps/gui/configure.py:589 msgid "Gender Unknown Alive" msgstr "Levande av okänt kön" -#: ../gramps/gui/configure.py:585 +#: ../gramps/gui/configure.py:591 msgid "Border Unknown Alive" msgstr "Kant för levande av okänt kön" -#: ../gramps/gui/configure.py:587 +#: ../gramps/gui/configure.py:593 msgid "Gender Unknown Death" msgstr "Död person av okänt kön" -#: ../gramps/gui/configure.py:589 +#: ../gramps/gui/configure.py:595 msgid "Border Unknown Death" msgstr "Kant för person av okänt kön" -#: ../gramps/gui/configure.py:591 +#: ../gramps/gui/configure.py:597 msgid "Colors" msgstr "Färg" -#: ../gramps/gui/configure.py:599 +#: ../gramps/gui/configure.py:605 msgid "Suppress warning when adding parents to a child." msgstr "Varna inte när föräldrar läggs till ett barn." -#: ../gramps/gui/configure.py:603 +#: ../gramps/gui/configure.py:609 msgid "Suppress warning when canceling with changed data." msgstr "Varna inte när dialogfönster med osparad information stängs." -#: ../gramps/gui/configure.py:607 +#: ../gramps/gui/configure.py:613 msgid "Suppress warning about missing researcher when exporting to GEDCOM." msgstr "Undertryck varning om saknad forskare vid export till GEDCOM." -#: ../gramps/gui/configure.py:612 +#: ../gramps/gui/configure.py:618 msgid "Show plugin status dialog on plugin load error." msgstr "Visa statusfönster vid problem att ladda insticksmoduler." -#: ../gramps/gui/configure.py:615 +#: ../gramps/gui/configure.py:621 msgid "Warnings" msgstr "Varningar" -#: ../gramps/gui/configure.py:641 ../gramps/gui/configure.py:655 +#: ../gramps/gui/configure.py:647 ../gramps/gui/configure.py:661 msgid "Common" msgstr "Vanligt" -#: ../gramps/gui/configure.py:648 ../gramps/plugins/export/exportcsv.py:380 -#: ../gramps/plugins/importer/importcsv.py:153 +#: ../gramps/gui/configure.py:654 ../gramps/plugins/export/exportcsv.py:354 +#: ../gramps/plugins/importer/importcsv.py:164 msgid "Call" msgstr "Tilltalsnamn" -#: ../gramps/gui/configure.py:653 +#: ../gramps/gui/configure.py:659 msgid "NotPatronymic" msgstr "IckePatronymikon" -#: ../gramps/gui/configure.py:730 +#: ../gramps/gui/configure.py:736 msgid "Enter to save, Esc to cancel editing" msgstr "Vagnretur för att spara, Esc för att avbryta redigering" -#: ../gramps/gui/configure.py:777 +#: ../gramps/gui/configure.py:783 msgid "This format exists already." msgstr "Detta format finns redan." -#: ../gramps/gui/configure.py:816 +#: ../gramps/gui/configure.py:822 msgid "Format" msgstr "Format" -#: ../gramps/gui/configure.py:826 +#: ../gramps/gui/configure.py:832 msgid "Example" msgstr "Exempel" #. show an add button -#: ../gramps/gui/configure.py:846 -#: ../gramps/gui/editors/displaytabs/embeddedlist.py:151 -#: ../gramps/gui/editors/displaytabs/embeddedlist.py:158 -#: ../gramps/gui/editors/displaytabs/eventembedlist.py:312 +#. we now construct an add menu +#: ../gramps/gui/configure.py:852 +#: ../gramps/gui/editors/displaytabs/embeddedlist.py:146 +#: ../gramps/gui/editors/displaytabs/embeddedlist.py:153 +#: ../gramps/gui/editors/displaytabs/eventembedlist.py:314 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:127 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:122 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:129 #: ../gramps/gui/editors/displaytabs/webembedlist.py:115 -#: ../gramps/gui/editors/editfamily.py:149 -#: ../gramps/gui/plug/report/_bookdialog.py:694 -#: ../gramps/gui/views/tags.py:411 ../gramps/gui/widgets/fanchart.py:1777 -#: ../gramps/plugins/view/pedigreeview.py:1597 +#: ../gramps/gui/editors/editfamily.py:148 +#: ../gramps/gui/plug/report/_bookdialog.py:653 +#: ../gramps/gui/views/tags.py:422 ../gramps/gui/widgets/fanchart.py:1712 +#: ../gramps/gui/widgets/fanchart.py:1754 +#: ../gramps/plugins/view/pedigreeview.py:1627 msgid "_Add" msgstr "_Lägg till..." -#: ../gramps/gui/configure.py:849 -#: ../gramps/gui/editors/displaytabs/embeddedlist.py:153 -#: ../gramps/gui/editors/displaytabs/embeddedlist.py:159 -#: ../gramps/gui/editors/displaytabs/eventembedlist.py:313 +#: ../gramps/gui/configure.py:855 +#: ../gramps/gui/editors/displaytabs/embeddedlist.py:148 +#: ../gramps/gui/editors/displaytabs/embeddedlist.py:154 +#: ../gramps/gui/editors/displaytabs/eventembedlist.py:315 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:129 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:123 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:130 #: ../gramps/gui/editors/displaytabs/webembedlist.py:116 -#: ../gramps/gui/glade/editlink.glade:223 ../gramps/gui/viewmanager.py:476 -#: ../gramps/gui/views/tags.py:412 ../gramps/gui/widgets/fanchart.py:1578 -#: ../gramps/plugins/view/pedigreeview.py:1638 -#: ../gramps/plugins/view/pedigreeview.py:1886 +#: ../gramps/gui/glade/editlink.glade:222 +#: ../gramps/gui/plug/report/_bookdialog.py:627 +#: ../gramps/gui/viewmanager.py:487 ../gramps/gui/views/tags.py:423 +#: ../gramps/gui/widgets/fanchart.py:1511 +#: ../gramps/plugins/view/pedigreeview.py:1662 +#: ../gramps/plugins/view/pedigreeview.py:1890 msgid "_Edit" msgstr "R_edigera" -#: ../gramps/gui/configure.py:853 -#: ../gramps/gui/editors/displaytabs/embeddedlist.py:154 -#: ../gramps/gui/editors/displaytabs/embeddedlist.py:160 +#: ../gramps/gui/configure.py:859 +#: ../gramps/gui/editors/displaytabs/embeddedlist.py:149 +#: ../gramps/gui/editors/displaytabs/embeddedlist.py:155 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:130 #: ../gramps/gui/editors/displaytabs/nameembedlist.py:124 #: ../gramps/gui/editors/displaytabs/webembedlist.py:117 -#: ../gramps/gui/editors/editfamily.py:153 -#: ../gramps/gui/plug/report/_bookdialog.py:661 -#: ../gramps/gui/views/bookmarks.py:232 ../gramps/gui/views/listview.py:211 -#: ../gramps/gui/views/tags.py:413 ../gramps/plugins/lib/libpersonview.py:382 +#: ../gramps/gui/editors/editfamily.py:151 +#: ../gramps/gui/plug/report/_bookdialog.py:622 +#: ../gramps/gui/views/bookmarks.py:283 ../gramps/gui/views/listview.py:212 +#: ../gramps/gui/views/tags.py:424 ../gramps/plugins/lib/libpersonview.py:391 msgid "_Remove" msgstr "_Ta bort" -#: ../gramps/gui/configure.py:978 +#: ../gramps/gui/configure.py:985 #: ../gramps/gui/editors/displaytabs/buttontab.py:70 #: ../gramps/gui/glade/editfamily.glade:286 #: ../gramps/gui/glade/editfamily.glade:594 #: ../gramps/gui/glade/editperson.glade:12 -#: ../gramps/gui/glade/editperson.glade:517 ../gramps/gui/glade/rule.glade:466 -#: ../gramps/gui/glade/styleeditor.glade:1869 -#: ../gramps/gui/plug/_windows.py:148 ../gramps/gui/plug/_windows.py:203 -#: ../gramps/gui/plug/report/_bookdialog.py:666 +#: ../gramps/gui/glade/editperson.glade:516 ../gramps/gui/glade/rule.glade:463 +#: ../gramps/gui/glade/styleeditor.glade:1872 +#: ../gramps/gui/plug/_windows.py:152 ../gramps/gui/plug/_windows.py:207 +#: ../gramps/plugins/gramplet/coordinates.py:142 #: ../gramps/plugins/gramplet/descendant.py:110 msgid "Edit" msgstr "Redigera" -#: ../gramps/gui/configure.py:988 +#: ../gramps/gui/configure.py:995 msgid "Consider single pa/matronymic as surname" msgstr "Överväg enkelt patro/matronymikon som efternamn" -#: ../gramps/gui/configure.py:1002 +#: ../gramps/gui/configure.py:1009 msgid "Date format" msgstr "Datumformat" -#: ../gramps/gui/configure.py:1010 +#: ../gramps/gui/configure.py:1017 msgid "Years" msgstr "År" -#: ../gramps/gui/configure.py:1011 +#: ../gramps/gui/configure.py:1018 msgid "Years, Months" msgstr "År, månader" -#: ../gramps/gui/configure.py:1012 +#: ../gramps/gui/configure.py:1019 msgid "Years, Months, Days" msgstr "År, månader, dagar" -#: ../gramps/gui/configure.py:1024 +#: ../gramps/gui/configure.py:1031 msgid "Age display precision (requires restart)" msgstr "Precision vid visning av ålder (omstart krävs)" -#: ../gramps/gui/configure.py:1037 +#: ../gramps/gui/configure.py:1044 msgid "Calendar on reports" msgstr "Kalender för rapporter" -#: ../gramps/gui/configure.py:1050 +#: ../gramps/gui/configure.py:1057 msgid "Surname guessing" msgstr "Gissar efternamn" -#: ../gramps/gui/configure.py:1063 +#: ../gramps/gui/configure.py:1070 msgid "Default family relationship" msgstr "Standardfamiljesläktskap" -#: ../gramps/gui/configure.py:1070 +#: ../gramps/gui/configure.py:1077 msgid "Height multiple surname box (pixels)" msgstr "Höjd på rutan för flera efternamn (pixlar)" -#: ../gramps/gui/configure.py:1077 +#: ../gramps/gui/configure.py:1084 msgid "Active person's name and ID" msgstr "Aktiv persons namn och ID" -#: ../gramps/gui/configure.py:1078 +#: ../gramps/gui/configure.py:1085 +#: ../gramps/plugins/textreport/indivcomplete.py:358 msgid "Relationship to home person" msgstr "Släktskap till hemperson" -#: ../gramps/gui/configure.py:1087 +#: ../gramps/gui/configure.py:1094 msgid "Status bar" msgstr "Statusrad" -#: ../gramps/gui/configure.py:1094 +#: ../gramps/gui/configure.py:1101 msgid "Show text label beside Navigator buttons (requires restart)" msgstr "Visa textetiketter bredvid navigeringsknappar (aktiveras vid omstart)" -#: ../gramps/gui/configure.py:1100 +#: ../gramps/gui/configure.py:1107 msgid "Show close button in gramplet bar tabs" msgstr "Visa stängningsknapp i flikar hos gramplets" -#: ../gramps/gui/configure.py:1113 +#: ../gramps/gui/configure.py:1120 msgid "Enable automatic place title generation" msgstr "Tillåt automatisk skapande av platstitel." -#: ../gramps/gui/configure.py:1125 +#: ../gramps/gui/configure.py:1132 msgid "Suppress comma after house number" msgstr "Undertryck komma efter husnummer" -#: ../gramps/gui/configure.py:1130 +#: ../gramps/gui/configure.py:1137 msgid "Reverse display order" msgstr "Omvänt visningsordning" -#: ../gramps/gui/configure.py:1137 +#: ../gramps/gui/configure.py:1144 msgid "Full place name" msgstr "Komplett platsnamn:" -#: ../gramps/gui/configure.py:1138 -#, fuzzy +#: ../gramps/gui/configure.py:1145 msgid "-> Hamlet/Village/Town/City" msgstr "-> Hussamling/By Kommun/Stad" -#: ../gramps/gui/configure.py:1139 -#, fuzzy +#: ../gramps/gui/configure.py:1146 msgid "Hamlet/Village/Town/City ->" msgstr "Hussamling/By Kommun/Stad ->" -#: ../gramps/gui/configure.py:1144 +#: ../gramps/gui/configure.py:1151 msgid "Restrict" msgstr "Begränsa " -#: ../gramps/gui/configure.py:1150 +#: ../gramps/gui/configure.py:1157 #: ../gramps/gui/editors/displaytabs/placenameembedlist.py:65 msgid "Language" msgstr "Språk" -#: ../gramps/gui/configure.py:1157 +#: ../gramps/gui/configure.py:1164 #: ../gramps/plugins/quickview/filterbyname.py:100 #: ../gramps/plugins/quickview/filterbyname.py:125 #: ../gramps/plugins/textreport/tagreport.py:403 -#: ../gramps/plugins/view/view.gpr.py:204 -#: ../gramps/plugins/view/view.gpr.py:212 +#: ../gramps/plugins/view/view.gpr.py:219 #: ../gramps/plugins/view/view.gpr.py:227 -#: ../gramps/plugins/webreport/narrativeweb.py:1901 -#: ../gramps/plugins/webreport/narrativeweb.py:1962 -#: ../gramps/plugins/webreport/narrativeweb.py:2020 -#: ../gramps/plugins/webreport/narrativeweb.py:3779 -#: ../gramps/plugins/webreport/narrativeweb.py:3928 +#: ../gramps/plugins/view/view.gpr.py:242 +#: ../gramps/plugins/webreport/narrativeweb.py:1877 +#: ../gramps/plugins/webreport/narrativeweb.py:1940 +#: ../gramps/plugins/webreport/narrativeweb.py:2006 +#: ../gramps/plugins/webreport/narrativeweb.py:3787 +#: ../gramps/plugins/webreport/narrativeweb.py:3940 msgid "Places" msgstr "Platser" -#: ../gramps/gui/configure.py:1173 +#: ../gramps/gui/configure.py:1180 msgid "Missing surname" msgstr "Saknat efternamn" -#: ../gramps/gui/configure.py:1176 +#: ../gramps/gui/configure.py:1183 msgid "Missing given name" msgstr "Saknat förnamn" -#: ../gramps/gui/configure.py:1179 +#: ../gramps/gui/configure.py:1186 msgid "Missing record" msgstr "Saknad post" -#: ../gramps/gui/configure.py:1182 +#: ../gramps/gui/configure.py:1189 msgid "Private surname" msgstr "Privat efternamn" -#: ../gramps/gui/configure.py:1186 +#: ../gramps/gui/configure.py:1193 msgid "Private given name" msgstr "Privat förnamn" -#: ../gramps/gui/configure.py:1190 +#: ../gramps/gui/configure.py:1197 msgid "Private record" msgstr "Privat post" -#: ../gramps/gui/configure.py:1230 +#: ../gramps/gui/configure.py:1237 msgid "Change is not immediate" msgstr "Ändringen är inte omedelbar" -#: ../gramps/gui/configure.py:1231 +#: ../gramps/gui/configure.py:1238 msgid "" "Changing the date format will not take effect until the next time Gramps is " "started." msgstr "Ändring av datumformat blir effektivt först när Gramps har startat om." -#: ../gramps/gui/configure.py:1245 +#: ../gramps/gui/configure.py:1257 msgid "Date about range" msgstr "Ungefärligt datumintervall" -#: ../gramps/gui/configure.py:1248 +#: ../gramps/gui/configure.py:1260 msgid "Date after range" msgstr "Datum efterintervall" -#: ../gramps/gui/configure.py:1251 +#: ../gramps/gui/configure.py:1263 msgid "Date before range" msgstr "Datum föreintervall" -#: ../gramps/gui/configure.py:1254 +#: ../gramps/gui/configure.py:1266 msgid "Maximum age probably alive" msgstr "Maximal ålder för personer som troligen lever" -#: ../gramps/gui/configure.py:1257 +#: ../gramps/gui/configure.py:1269 msgid "Maximum sibling age difference" msgstr "Maximal åldersskillnad mellan syskon" -#: ../gramps/gui/configure.py:1260 +#: ../gramps/gui/configure.py:1272 msgid "Minimum years between generations" msgstr "Minst antal år mellan generationer" -#: ../gramps/gui/configure.py:1263 +#: ../gramps/gui/configure.py:1275 msgid "Average years between generations" msgstr "Antal år i medel mellan generationer" -#: ../gramps/gui/configure.py:1266 +#: ../gramps/gui/configure.py:1278 msgid "Markup for invalid date format" msgstr "Markering för ogiltigt datumformat" -#: ../gramps/gui/configure.py:1269 +#: ../gramps/gui/configure.py:1281 #, python-format msgid "" "Convenience markups are:\n" @@ -10686,23 +10839,28 @@ msgstr "" "Till example: <u><b>%s</b></u>\n" "kommer att visa Datum i fetstil, understruken.\n" -#: ../gramps/gui/configure.py:1283 +#: ../gramps/gui/configure.py:1295 msgid "Dates" msgstr "Datum" -#: ../gramps/gui/configure.py:1293 +#: ../gramps/gui/configure.py:1306 +msgid "Use alternate Font handler for GUI and Reports (requires restart)" +msgstr "" +"Använd alternativ fonthanterare till GUI och rapporter (kräver omstart)" + +#: ../gramps/gui/configure.py:1312 msgid "Add default source on GEDCOM import" msgstr "Lägg till standardkälla vid GEDCOM-import" -#: ../gramps/gui/configure.py:1297 +#: ../gramps/gui/configure.py:1316 msgid "Add tag on import" msgstr "Lägg till flagga vid import" -#: ../gramps/gui/configure.py:1308 +#: ../gramps/gui/configure.py:1327 msgid "Enable spelling checker" msgstr "Aktivera stavningskontroll" -#: ../gramps/gui/configure.py:1317 +#: ../gramps/gui/configure.py:1336 #, python-format msgid "" "GtkSpell not loaded. Spell checking will not be available.\n" @@ -10711,139 +10869,172 @@ msgstr "" "GtkSpell ej laddat. Stavningskontroll kommer ej att vara tillgängligt.\n" "För att åstadkomma det för Gramps se %(gramps_wiki_build_spell_url)s" -#: ../gramps/gui/configure.py:1324 +#: ../gramps/gui/configure.py:1343 msgid "Display Tip of the Day" msgstr "Visa dagens tips" -#: ../gramps/gui/configure.py:1329 +#: ../gramps/gui/configure.py:1348 msgid "Remember last view displayed" msgstr "Kom ihåg senaste visade vy" -#: ../gramps/gui/configure.py:1334 +#: ../gramps/gui/configure.py:1353 msgid "Max generations for relationships" msgstr "Största antal generationer för släktskap" -#: ../gramps/gui/configure.py:1340 +#: ../gramps/gui/configure.py:1359 msgid "Base path for relative media paths" msgstr "Grundsökväg för relativ mediasökväg" -#: ../gramps/gui/configure.py:1348 +#: ../gramps/gui/configure.py:1367 msgid "Once a month" msgstr "En gång i månaden" -#: ../gramps/gui/configure.py:1349 +#: ../gramps/gui/configure.py:1368 msgid "Once a week" msgstr "En gång i veckan" -#: ../gramps/gui/configure.py:1350 +#: ../gramps/gui/configure.py:1369 msgid "Once a day" msgstr "Dagligen" -#: ../gramps/gui/configure.py:1351 +#: ../gramps/gui/configure.py:1370 msgid "Always" msgstr "Alltid" -#: ../gramps/gui/configure.py:1356 -msgid "Check for updates" +#: ../gramps/gui/configure.py:1375 +#, fuzzy +msgid "Check for addon updates" msgstr "Kontrollera om det finns uppdateringar" -#: ../gramps/gui/configure.py:1362 +#: ../gramps/gui/configure.py:1381 msgid "Updated addons only" msgstr "Uppdatera endast tillägg" -#: ../gramps/gui/configure.py:1363 +#: ../gramps/gui/configure.py:1382 msgid "New addons only" msgstr "Endast ny tillägg" -#: ../gramps/gui/configure.py:1364 +#: ../gramps/gui/configure.py:1383 msgid "New and updated addons" msgstr "Nya och uppdaterade tillägg" -#: ../gramps/gui/configure.py:1374 +#: ../gramps/gui/configure.py:1393 msgid "What to check" msgstr "Vad skall kontrolleras" -#: ../gramps/gui/configure.py:1379 +#: ../gramps/gui/configure.py:1398 msgid "Where to check" msgstr "Var kontroll skall göras" -#: ../gramps/gui/configure.py:1383 +#: ../gramps/gui/configure.py:1402 msgid "Do not ask about previously notified addons" msgstr "Fråga ej om tidigare noterade tillägg" -#: ../gramps/gui/configure.py:1388 -msgid "Check now" -msgstr "Kontrollera nu" +#: ../gramps/gui/configure.py:1407 +#, fuzzy +msgid "Check for updated addons now" +msgstr "Kontrollera om det finns uppdateringar" -#: ../gramps/gui/configure.py:1398 +#: ../gramps/gui/configure.py:1417 msgid "Checking Addons Failed" msgstr "Kontroll av tillägg misslyckades" -#: ../gramps/gui/configure.py:1399 +#: ../gramps/gui/configure.py:1418 msgid "The addon repository appears to be unavailable. Please try again later." msgstr "Arkivplatsen med tillägg verkar vara otillgängligt. Försök senare." -#: ../gramps/gui/configure.py:1408 +#: ../gramps/gui/configure.py:1428 msgid "There are no available addons of this type" msgstr "Det finns inga tillgängliga tillägg av denna typ" -#: ../gramps/gui/configure.py:1409 +#: ../gramps/gui/configure.py:1429 #, python-format msgid "Checked for '%s'" msgstr "Kontrollerade om '%s'" -#: ../gramps/gui/configure.py:1410 +#: ../gramps/gui/configure.py:1430 msgid "' and '" msgstr "' och '" #. List of translated strings used here #. Dead code for l10n -#: ../gramps/gui/configure.py:1415 +#: ../gramps/gui/configure.py:1435 msgid "new" msgstr "ny" -#: ../gramps/gui/configure.py:1415 +#: ../gramps/gui/configure.py:1435 msgid "update" msgstr "uppdaterade" -#: ../gramps/gui/configure.py:1453 +#: ../gramps/gui/configure.py:1454 #, fuzzy msgid "Database backend" msgstr "Databas öppnad" -#: ../gramps/gui/configure.py:1460 +#: ../gramps/gui/configure.py:1462 msgid "Family Tree Database path" msgstr "Sökväg för databas till Släktträd" -#: ../gramps/gui/configure.py:1469 +#: ../gramps/gui/configure.py:1471 msgid "Automatically load last Family Tree" msgstr "Läs in senaste Släktträd automatiskt" -#: ../gramps/gui/configure.py:1482 +#: ../gramps/gui/configure.py:1477 +#, fuzzy +msgid "Backup path" +msgstr "Säkerhetskopiering avbruten" + +#: ../gramps/gui/configure.py:1484 +#, fuzzy +msgid "Backup on exit" +msgstr "Säkerhetskopiering avbruten" + +#: ../gramps/gui/configure.py:1491 +#, fuzzy +msgid "Every 15 minutes" +msgstr "Varje notis" + +#: ../gramps/gui/configure.py:1492 +#, fuzzy +msgid "Every 30 minutes" +msgstr "Varje notis" + +#: ../gramps/gui/configure.py:1493 +#, fuzzy +msgid "Every hour" +msgstr "Alla källor" + +#: ../gramps/gui/configure.py:1498 +#, fuzzy +msgid "Autobackup" +msgstr "Automatisk säkerhetskopiering..." + +#: ../gramps/gui/configure.py:1538 msgid "Select media directory" msgstr "Välj en mediamapp" -#: ../gramps/gui/configure.py:1485 ../gramps/gui/configure.py:1508 -#: ../gramps/gui/dbloader.py:141 ../gramps/gui/editors/edittaglist.py:117 -#: ../gramps/gui/glade/addmedia.glade:24 +#: ../gramps/gui/configure.py:1541 ../gramps/gui/configure.py:1564 +#: ../gramps/gui/configure.py:1589 ../gramps/gui/dbloader.py:397 +#: ../gramps/gui/editors/edittaglist.py:119 +#: ../gramps/gui/glade/addmedia.glade:22 #: ../gramps/gui/glade/baseselector.glade:24 -#: ../gramps/gui/glade/configure.glade:23 ../gramps/gui/glade/dialog.glade:416 -#: ../gramps/gui/glade/dialog.glade:700 ../gramps/gui/glade/dialog.glade:839 +#: ../gramps/gui/glade/configure.glade:23 ../gramps/gui/glade/dialog.glade:417 +#: ../gramps/gui/glade/dialog.glade:701 ../gramps/gui/glade/dialog.glade:842 #: ../gramps/gui/glade/editaddress.glade:21 #: ../gramps/gui/glade/editattribute.glade:21 #: ../gramps/gui/glade/editchildref.glade:22 -#: ../gramps/gui/glade/editcitation.glade:43 +#: ../gramps/gui/glade/editcitation.glade:42 #: ../gramps/gui/glade/editdate.glade:69 #: ../gramps/gui/glade/editevent.glade:21 #: ../gramps/gui/glade/editeventref.glade:38 #: ../gramps/gui/glade/editfamily.glade:21 -#: ../gramps/gui/glade/editldsord.glade:41 -#: ../gramps/gui/glade/editlink.glade:23 -#: ../gramps/gui/glade/editlocation.glade:22 +#: ../gramps/gui/glade/editldsord.glade:39 +#: ../gramps/gui/glade/editlink.glade:22 +#: ../gramps/gui/glade/editlocation.glade:21 #: ../gramps/gui/glade/editmedia.glade:22 #: ../gramps/gui/glade/editmediaref.glade:44 -#: ../gramps/gui/glade/editname.glade:22 ../gramps/gui/glade/editnote.glade:23 -#: ../gramps/gui/glade/editperson.glade:46 +#: ../gramps/gui/glade/editname.glade:21 ../gramps/gui/glade/editnote.glade:21 +#: ../gramps/gui/glade/editperson.glade:45 #: ../gramps/gui/glade/editpersonref.glade:21 #: ../gramps/gui/glade/editplace.glade:21 #: ../gramps/gui/glade/editplacename.glade:21 @@ -10851,47 +11042,51 @@ msgstr "Välj en mediamapp" #: ../gramps/gui/glade/editreporef.glade:22 #: ../gramps/gui/glade/editrepository.glade:22 #: ../gramps/gui/glade/editsource.glade:23 -#: ../gramps/gui/glade/editurl.glade:22 -#: ../gramps/gui/glade/mergecitation.glade:22 +#: ../gramps/gui/glade/editurl.glade:21 +#: ../gramps/gui/glade/mergecitation.glade:21 #: ../gramps/gui/glade/mergedata.glade:25 #: ../gramps/gui/glade/mergedata.glade:246 #: ../gramps/gui/glade/mergedata.glade:434 #: ../gramps/gui/glade/mergedata.glade:666 -#: ../gramps/gui/glade/mergeevent.glade:22 -#: ../gramps/gui/glade/mergefamily.glade:22 -#: ../gramps/gui/glade/mergemedia.glade:22 -#: ../gramps/gui/glade/mergenote.glade:22 -#: ../gramps/gui/glade/mergeperson.glade:23 -#: ../gramps/gui/glade/mergeplace.glade:22 -#: ../gramps/gui/glade/mergerepository.glade:22 -#: ../gramps/gui/glade/mergesource.glade:22 -#: ../gramps/gui/glade/reorder.glade:24 ../gramps/gui/glade/rule.glade:319 -#: ../gramps/gui/glade/rule.glade:750 ../gramps/gui/glade/styleeditor.glade:86 -#: ../gramps/gui/glade/styleeditor.glade:1720 -#: ../gramps/gui/logger/_errorview.py:140 ../gramps/gui/plug/_guioptions.py:78 -#: ../gramps/gui/plug/_guioptions.py:1727 ../gramps/gui/plug/_windows.py:427 -#: ../gramps/gui/plug/report/_fileentry.py:63 -#: ../gramps/gui/plug/report/_reportdialog.py:160 ../gramps/gui/utils.py:172 -#: ../gramps/gui/viewmanager.py:1339 ../gramps/gui/views/listview.py:1002 -#: ../gramps/gui/views/navigationview.py:360 ../gramps/gui/views/tags.py:629 +#: ../gramps/gui/glade/mergeevent.glade:21 +#: ../gramps/gui/glade/mergefamily.glade:21 +#: ../gramps/gui/glade/mergemedia.glade:21 +#: ../gramps/gui/glade/mergenote.glade:21 +#: ../gramps/gui/glade/mergeperson.glade:21 +#: ../gramps/gui/glade/mergeplace.glade:21 +#: ../gramps/gui/glade/mergerepository.glade:21 +#: ../gramps/gui/glade/mergesource.glade:21 +#: ../gramps/gui/glade/reorder.glade:22 ../gramps/gui/glade/rule.glade:316 +#: ../gramps/gui/glade/rule.glade:747 ../gramps/gui/glade/styleeditor.glade:86 +#: ../gramps/gui/glade/styleeditor.glade:1723 +#: ../gramps/gui/logger/_errorview.py:141 ../gramps/gui/plug/_guioptions.py:78 +#: ../gramps/gui/plug/_guioptions.py:1728 ../gramps/gui/plug/_windows.py:440 +#: ../gramps/gui/plug/report/_fileentry.py:64 +#: ../gramps/gui/plug/report/_reportdialog.py:161 ../gramps/gui/utils.py:178 +#: ../gramps/gui/viewmanager.py:1826 ../gramps/gui/views/listview.py:1022 +#: ../gramps/gui/views/navigationview.py:362 ../gramps/gui/views/tags.py:645 #: ../gramps/gui/widgets/progressdialog.py:437 -#: ../gramps/plugins/lib/maps/geography.py:964 -#: ../gramps/plugins/lib/maps/geography.py:1216 -#: ../gramps/plugins/tool/check.py:694 ../gramps/plugins/tool/eventcmp.py:396 -#: ../gramps/plugins/tool/populatesources.py:89 -#: ../gramps/plugins/tool/testcasegenerator.py:296 +#: ../gramps/plugins/lib/maps/geography.py:1006 +#: ../gramps/plugins/lib/maps/geography.py:1259 +#: ../gramps/plugins/tool/check.py:769 ../gramps/plugins/tool/eventcmp.py:398 +#: ../gramps/plugins/tool/populatesources.py:90 +#: ../gramps/plugins/tool/testcasegenerator.py:327 msgid "_Cancel" msgstr "_Avbryt" -#: ../gramps/gui/configure.py:1505 +#: ../gramps/gui/configure.py:1561 msgid "Select database directory" msgstr "Välj en databasmapp" -#: ../gramps/gui/dbloader.py:125 ../gramps/gui/plug/tool.py:108 +#: ../gramps/gui/configure.py:1586 ../gramps/gui/viewmanager.py:1823 +msgid "Select backup directory" +msgstr "Välj mapp för säkerhetskopia" + +#: ../gramps/gui/dbloader.py:119 ../gramps/gui/plug/tool.py:108 msgid "Undo history warning" msgstr "Redigeringshistorik - varning" -#: ../gramps/gui/dbloader.py:126 +#: ../gramps/gui/dbloader.py:120 msgid "" "Proceeding with import will erase the undo history for this session. In " "particular, you will not be able to revert the import or any changes made " @@ -10906,23 +11101,70 @@ msgstr "" "Om du vill ha möjlighet att ångra importen, måste du avbryta nu och " "säkerhetskopiera databasen." -#: ../gramps/gui/dbloader.py:131 +#: ../gramps/gui/dbloader.py:125 msgid "_Proceed with import" msgstr "_Fortsätt importera" -#: ../gramps/gui/dbloader.py:131 ../gramps/gui/plug/tool.py:115 +#: ../gramps/gui/dbloader.py:125 ../gramps/gui/plug/tool.py:115 msgid "_Stop" msgstr "_Stopp" -#: ../gramps/gui/dbloader.py:138 -msgid "Gramps: Import Family Tree" +#: ../gramps/gui/dbloader.py:202 ../gramps/gui/dbloader.py:217 +#: ../gramps/gui/dbloader.py:247 +msgid "Are you sure you want to upgrade this Family Tree?" +msgstr "Är du säker på att du vill uppgradera detta släktträd?" + +#: ../gramps/gui/dbloader.py:205 ../gramps/gui/dbloader.py:220 +#: ../gramps/gui/dbloader.py:250 +msgid "" +"I have made a backup,\n" +"please upgrade my Family Tree" +msgstr "" +"Jag har gjort en säkerhetskopia\n" +"uppgradera mitt släktträd" + +#: ../gramps/gui/dbloader.py:207 ../gramps/gui/dbloader.py:222 +#: ../gramps/gui/dbloader.py:237 ../gramps/gui/dbloader.py:252 +#: ../gramps/gui/plug/report/_bookdialog.py:243 +#: ../gramps/gui/plug/report/_bookdialog.py:739 +#: ../gramps/gui/viewmanager.py:792 +msgid "Cancel" +msgstr "Avbryt" + +#: ../gramps/gui/dbloader.py:232 +msgid "Are you sure you want to downgrade this Family Tree?" +msgstr "Är du säker på att du vill nedgradera detta släktträd?" + +#: ../gramps/gui/dbloader.py:235 +msgid "" +"I have made a backup,\n" +"please downgrade my Family Tree" +msgstr "" +"Jag har gjort en säkerhetskopia\n" +"nedgradera mitt släktträd" + +#: ../gramps/gui/dbloader.py:321 +msgid "All files" +msgstr "Alla filer" + +#: ../gramps/gui/dbloader.py:362 +msgid "Automatically detected" +msgstr "Avgörs automatiskt" + +#: ../gramps/gui/dbloader.py:371 +msgid "Select file _type:" +msgstr "Välj fil_typ:" + +#: ../gramps/gui/dbloader.py:387 +#, fuzzy +msgid "Import Family Tree" msgstr "Gramps: Importera släktträd" -#: ../gramps/gui/dbloader.py:143 +#: ../gramps/gui/dbloader.py:398 msgid "Import" msgstr "Importera" -#: ../gramps/gui/dbloader.py:199 +#: ../gramps/gui/dbloader.py:458 #, python-format msgid "" "File type \"%s\" is unknown to Gramps.\n" @@ -10935,28 +11177,28 @@ msgstr "" "Giltiga typer är: Gramps-databas, Gramps-XML, Gramps-paket och GEDCOM samt " "andra." -#: ../gramps/gui/dbloader.py:223 ../gramps/gui/dbloader.py:230 +#: ../gramps/gui/dbloader.py:481 ../gramps/gui/dbloader.py:488 msgid "Cannot open file" msgstr "Kan inte öppna fil" -#: ../gramps/gui/dbloader.py:224 +#: ../gramps/gui/dbloader.py:482 msgid "The selected file is a directory, not a file.\n" msgstr "Den valda filen är en katalog, inte en fil.\n" -#: ../gramps/gui/dbloader.py:231 +#: ../gramps/gui/dbloader.py:489 msgid "You do not have read access to the selected file." msgstr "Du har inte läsåtkomst till den valda filen." -#: ../gramps/gui/dbloader.py:241 +#: ../gramps/gui/dbloader.py:499 msgid "Cannot create file" msgstr "Kan inte skapa fil" -#: ../gramps/gui/dbloader.py:264 +#: ../gramps/gui/dbloader.py:524 #, python-format msgid "Could not import file: %s" msgstr "Kunde inte importera fil: %s" -#: ../gramps/gui/dbloader.py:265 +#: ../gramps/gui/dbloader.py:525 msgid "" "This file incorrectly identifies its character set, so it cannot be " "accurately imported. Please fix the encoding, and import again" @@ -10964,95 +11206,49 @@ msgstr "" "Denna fil identifierar sin teckenuppsättning felaktigt, så den kan ej " "importeras korrekt. Justera teckenkodningen och importera igen." -#: ../gramps/gui/dbloader.py:343 ../gramps/gui/dbloader.py:357 -#: ../gramps/gui/dbloader.py:385 -msgid "Are you sure you want to upgrade this Family Tree?" -msgstr "Är du säker på att du vill uppgradera detta släktträd?" - -#: ../gramps/gui/dbloader.py:346 ../gramps/gui/dbloader.py:360 -#: ../gramps/gui/dbloader.py:388 -msgid "" -"I have made a backup,\n" -"please upgrade my Family Tree" -msgstr "" -"Jag har gjort en säkerhetskopia\n" -"uppgradera mitt släktträd" - -#: ../gramps/gui/dbloader.py:348 ../gramps/gui/dbloader.py:362 -#: ../gramps/gui/dbloader.py:376 ../gramps/gui/dbloader.py:390 -#: ../gramps/gui/plug/report/_bookdialog.py:293 -#: ../gramps/gui/plug/report/_bookdialog.py:746 -#: ../gramps/gui/viewmanager.py:762 -msgid "Cancel" -msgstr "Avbryt" - -#: ../gramps/gui/dbloader.py:371 -msgid "Are you sure you want to downgrade this Family Tree?" -msgstr "Är du säker på att du vill nedgradera detta släktträd?" - -#: ../gramps/gui/dbloader.py:374 -msgid "" -"I have made a backup,\n" -"please downgrade my Family Tree" -msgstr "" -"Jag har gjort en säkerhetskopia\n" -"nedgradera mitt släktträd" - -#: ../gramps/gui/dbloader.py:458 -msgid "All files" -msgstr "Alla filer" - -#: ../gramps/gui/dbloader.py:499 -msgid "Automatically detected" -msgstr "Avgörs automatiskt" - -#: ../gramps/gui/dbloader.py:508 -msgid "Select file _type:" -msgstr "Välj fil_typ:" - -#: ../gramps/gui/dbman.py:95 +#: ../gramps/gui/dbman.py:97 #, fuzzy, python-format msgid "%s_-_Manage_Family_Trees" msgstr "_Hantera släktträd..." -#: ../gramps/gui/dbman.py:96 +#: ../gramps/gui/dbman.py:98 #, fuzzy msgid "Family_Trees_manager_window" msgstr "Släktträdsnamn" -#: ../gramps/gui/dbman.py:110 ../gramps/gui/glade/dbman.glade:352 +#: ../gramps/gui/dbman.py:112 ../gramps/gui/glade/dbman.glade:345 msgid "_Archive" msgstr "_Arkivera" -#: ../gramps/gui/dbman.py:110 +#: ../gramps/gui/dbman.py:112 msgid "_Extract" msgstr "_Extrahera" -#: ../gramps/gui/dbman.py:116 ../gramps/gui/dbman.py:141 +#: ../gramps/gui/dbman.py:119 ../gramps/gui/dbman.py:140 #, fuzzy msgid "Database Information" msgstr "Ingen datuminformation" -#: ../gramps/gui/dbman.py:118 ../gramps/gui/editors/edittaglist.py:118 -#: ../gramps/gui/glade/addmedia.glade:40 +#: ../gramps/gui/dbman.py:121 ../gramps/gui/editors/edittaglist.py:120 +#: ../gramps/gui/glade/addmedia.glade:38 #: ../gramps/gui/glade/baseselector.glade:40 -#: ../gramps/gui/glade/book.glade:485 ../gramps/gui/glade/book.glade:559 +#: ../gramps/gui/glade/book.glade:482 ../gramps/gui/glade/book.glade:554 #: ../gramps/gui/glade/configure.glade:39 ../gramps/gui/glade/dbman.glade:24 #: ../gramps/gui/glade/editaddress.glade:36 #: ../gramps/gui/glade/editattribute.glade:37 #: ../gramps/gui/glade/editchildref.glade:38 -#: ../gramps/gui/glade/editcitation.glade:58 +#: ../gramps/gui/glade/editcitation.glade:57 #: ../gramps/gui/glade/editdate.glade:85 #: ../gramps/gui/glade/editevent.glade:40 #: ../gramps/gui/glade/editeventref.glade:54 #: ../gramps/gui/glade/editfamily.glade:40 -#: ../gramps/gui/glade/editldsord.glade:57 -#: ../gramps/gui/glade/editlink.glade:39 -#: ../gramps/gui/glade/editlocation.glade:38 +#: ../gramps/gui/glade/editldsord.glade:55 +#: ../gramps/gui/glade/editlink.glade:38 +#: ../gramps/gui/glade/editlocation.glade:37 #: ../gramps/gui/glade/editmedia.glade:38 #: ../gramps/gui/glade/editmediaref.glade:59 -#: ../gramps/gui/glade/editname.glade:41 ../gramps/gui/glade/editnote.glade:39 -#: ../gramps/gui/glade/editperson.glade:65 +#: ../gramps/gui/glade/editname.glade:40 ../gramps/gui/glade/editnote.glade:37 +#: ../gramps/gui/glade/editperson.glade:64 #: ../gramps/gui/glade/editpersonref.glade:37 #: ../gramps/gui/glade/editplace.glade:36 #: ../gramps/gui/glade/editplacename.glade:36 @@ -11060,69 +11256,72 @@ msgstr "Ingen datuminformation" #: ../gramps/gui/glade/editreporef.glade:41 #: ../gramps/gui/glade/editrepository.glade:40 #: ../gramps/gui/glade/editsource.glade:40 -#: ../gramps/gui/glade/editurl.glade:38 -#: ../gramps/gui/glade/mergecitation.glade:38 +#: ../gramps/gui/glade/editurl.glade:37 +#: ../gramps/gui/glade/mergecitation.glade:37 #: ../gramps/gui/glade/mergedata.glade:262 #: ../gramps/gui/glade/mergedata.glade:451 #: ../gramps/gui/glade/mergedata.glade:682 -#: ../gramps/gui/glade/mergeevent.glade:38 -#: ../gramps/gui/glade/mergefamily.glade:38 -#: ../gramps/gui/glade/mergemedia.glade:38 -#: ../gramps/gui/glade/mergenote.glade:38 -#: ../gramps/gui/glade/mergeperson.glade:39 -#: ../gramps/gui/glade/mergeplace.glade:37 -#: ../gramps/gui/glade/mergerepository.glade:38 -#: ../gramps/gui/glade/mergesource.glade:38 -#: ../gramps/gui/glade/reorder.glade:40 ../gramps/gui/glade/rule.glade:336 -#: ../gramps/gui/glade/rule.glade:767 +#: ../gramps/gui/glade/mergeevent.glade:37 +#: ../gramps/gui/glade/mergefamily.glade:37 +#: ../gramps/gui/glade/mergemedia.glade:37 +#: ../gramps/gui/glade/mergenote.glade:37 +#: ../gramps/gui/glade/mergeperson.glade:37 +#: ../gramps/gui/glade/mergeplace.glade:36 +#: ../gramps/gui/glade/mergerepository.glade:37 +#: ../gramps/gui/glade/mergesource.glade:37 +#: ../gramps/gui/glade/reorder.glade:38 ../gramps/gui/glade/rule.glade:333 +#: ../gramps/gui/glade/rule.glade:764 #: ../gramps/gui/glade/styleeditor.glade:103 -#: ../gramps/gui/glade/styleeditor.glade:1736 +#: ../gramps/gui/glade/styleeditor.glade:1739 #: ../gramps/gui/plug/_guioptions.py:79 -#: ../gramps/gui/plug/report/_reportdialog.py:164 ../gramps/gui/utils.py:186 -#: ../gramps/gui/viewmanager.py:1220 ../gramps/gui/views/tags.py:628 -#: ../gramps/plugins/tool/check.py:695 +#: ../gramps/gui/plug/report/_reportdialog.py:165 ../gramps/gui/utils.py:192 +#: ../gramps/gui/viewmanager.py:1694 ../gramps/gui/views/tags.py:646 +#: ../gramps/plugins/tool/check.py:770 #: ../gramps/plugins/tool/patchnames.py:117 -#: ../gramps/plugins/tool/populatesources.py:90 -#: ../gramps/plugins/tool/testcasegenerator.py:297 +#: ../gramps/plugins/tool/populatesources.py:91 +#: ../gramps/plugins/tool/testcasegenerator.py:328 msgid "_OK" msgstr "_OK" -#: ../gramps/gui/dbman.py:124 +#: ../gramps/gui/dbman.py:125 #, fuzzy msgid "Setting" msgstr "Börjar" -#: ../gramps/gui/dbman.py:360 +#: ../gramps/gui/dbman.py:200 +msgid "Family Trees" +msgstr "Släktträd" + +#: ../gramps/gui/dbman.py:372 msgid "Family Tree name" msgstr "Släktträdsnamn" #. icon_column = Gtk.TreeViewColumn(_('Status'), render, #. icon_name=ICON_COL) -#: ../gramps/gui/dbman.py:373 +#: ../gramps/gui/dbman.py:385 #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:53 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:63 -#: ../gramps/gui/plug/_windows.py:123 ../gramps/gui/plug/_windows.py:180 +#: ../gramps/gui/plug/_windows.py:127 ../gramps/gui/plug/_windows.py:184 #: ../gramps/plugins/importer/importgedcom.glade:515 #: ../gramps/plugins/quickview/ageondate.py:54 -#: ../gramps/plugins/textreport/indivcomplete.py:459 -#: ../gramps/plugins/textreport/indivcomplete.py:654 +#: ../gramps/plugins/textreport/indivcomplete.py:494 +#: ../gramps/plugins/textreport/indivcomplete.py:692 #: ../gramps/plugins/textreport/notelinkreport.py:95 -#: ../gramps/plugins/webreport/narrativeweb.py:387 -#: ../gramps/plugins/webreport/narrativeweb.py:1354 +#: ../gramps/plugins/webreport/narrativeweb.py:1310 msgid "Status" msgstr "Status" -#: ../gramps/gui/dbman.py:380 +#: ../gramps/gui/dbman.py:392 #, fuzzy msgid "Database Type" msgstr "Databas öppnad" -#: ../gramps/gui/dbman.py:485 +#: ../gramps/gui/dbman.py:499 #, python-format msgid "Break the lock on the '%s' database?" msgstr "Bryta låset på '%s'-databasen?" -#: ../gramps/gui/dbman.py:486 +#: ../gramps/gui/dbman.py:500 msgid "" "Gramps believes that someone else is actively editing this database. You " "cannot edit this database while it is locked. If no one is editing the " @@ -11134,15 +11333,15 @@ msgstr "" "redigera databasen kan du utan risk bryta låset. Men om någon annan " "redigerar databasen och du bryter låset kan databasen förstöras." -#: ../gramps/gui/dbman.py:492 +#: ../gramps/gui/dbman.py:506 msgid "Break lock" msgstr "Bryt låsning" -#: ../gramps/gui/dbman.py:583 +#: ../gramps/gui/dbman.py:598 msgid "Rename failed" msgstr "Omdöpning misslyckades" -#: ../gramps/gui/dbman.py:584 +#: ../gramps/gui/dbman.py:599 #, python-format msgid "" "An attempt to rename a version failed with the following message:\n" @@ -11153,54 +11352,54 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:603 +#: ../gramps/gui/dbman.py:617 msgid "Could not rename the Family Tree." msgstr "Kunde inte döpa om släktträdet." -#: ../gramps/gui/dbman.py:604 +#: ../gramps/gui/dbman.py:618 msgid "Family Tree already exists, choose a unique name." msgstr "Släktträdet finns reda, välj ett unikt namn." -#: ../gramps/gui/dbman.py:647 +#: ../gramps/gui/dbman.py:662 msgid "Extracting archive..." msgstr "Extraherar arkiv..." -#: ../gramps/gui/dbman.py:652 +#: ../gramps/gui/dbman.py:667 msgid "Importing archive..." msgstr "Importerar arkiv..." -#: ../gramps/gui/dbman.py:668 +#: ../gramps/gui/dbman.py:683 #, python-format msgid "Remove the '%s' Family Tree?" msgstr "Tag bort släktträdet '%s'?" -#: ../gramps/gui/dbman.py:669 +#: ../gramps/gui/dbman.py:684 msgid "Removing this Family Tree will permanently destroy the data." msgstr "Genom att ta bort detta släktträd, förstörs data oåterkalleligen." -#: ../gramps/gui/dbman.py:671 +#: ../gramps/gui/dbman.py:686 msgid "Remove Family Tree" msgstr "Ta bort släktträd" -#: ../gramps/gui/dbman.py:677 +#: ../gramps/gui/dbman.py:691 #, python-format msgid "Remove the '%(revision)s' version of '%(database)s'" msgstr "Tag bort '%(revision)s'-versionen av '%(database)s'" -#: ../gramps/gui/dbman.py:681 +#: ../gramps/gui/dbman.py:695 msgid "" "Removing this version will prevent you from extracting it in the future." msgstr "Genom att ta bort denna version kan du senare inte extrahera den." -#: ../gramps/gui/dbman.py:683 +#: ../gramps/gui/dbman.py:697 msgid "Remove version" msgstr "Tag bort version" -#: ../gramps/gui/dbman.py:738 +#: ../gramps/gui/dbman.py:752 msgid "Deletion failed" msgstr "Borttagandet misslyckades" -#: ../gramps/gui/dbman.py:739 +#: ../gramps/gui/dbman.py:753 #, python-format msgid "" "An attempt to delete a version failed with the following message:\n" @@ -11211,25 +11410,25 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:756 +#: ../gramps/gui/dbman.py:770 #, fuzzy, python-format msgid "Convert the '%s' database?" msgstr "Bryta låset på '%s'-databasen?" -#: ../gramps/gui/dbman.py:757 +#: ../gramps/gui/dbman.py:771 msgid "You wish to convert this database into the new DB-API format?" msgstr "" -#: ../gramps/gui/dbman.py:758 +#: ../gramps/gui/dbman.py:772 msgid "Convert" msgstr "Omvandla" -#: ../gramps/gui/dbman.py:769 +#: ../gramps/gui/dbman.py:782 #, fuzzy, python-format msgid "Opening the '%s' database" msgstr "Öppna en befintlig databas" -#: ../gramps/gui/dbman.py:770 +#: ../gramps/gui/dbman.py:783 #, fuzzy msgid "An attempt to convert the database failed. Perhaps it needs updating." msgstr "" @@ -11238,34 +11437,34 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:782 ../gramps/gui/dbman.py:807 +#: ../gramps/gui/dbman.py:794 ../gramps/gui/dbman.py:819 #, fuzzy, python-format msgid "Converting the '%s' database" msgstr "Bryta låset på '%s'-databasen?" -#: ../gramps/gui/dbman.py:783 +#: ../gramps/gui/dbman.py:795 msgid "An attempt to export the database failed." msgstr "" -#: ../gramps/gui/dbman.py:786 +#: ../gramps/gui/dbman.py:799 #, fuzzy msgid "Converting data..." msgstr "Sorterar data..." -#: ../gramps/gui/dbman.py:791 ../gramps/gui/dbman.py:794 +#: ../gramps/gui/dbman.py:804 ../gramps/gui/dbman.py:807 #, fuzzy, python-format msgid "(Converted #%d)" msgstr "Omvandla" -#: ../gramps/gui/dbman.py:808 +#: ../gramps/gui/dbman.py:820 msgid "An attempt to import into the database failed." msgstr "" -#: ../gramps/gui/dbman.py:864 +#: ../gramps/gui/dbman.py:877 msgid "Repair Family Tree?" msgstr "Reparera släktträd?" -#: ../gramps/gui/dbman.py:865 +#: ../gramps/gui/dbman.py:878 #, python-format msgid "" "If you click %(bold_start)sProceed%(bold_end)s, Gramps will attempt to " @@ -11313,31 +11512,31 @@ msgstr "" "är fallet, kan du inaktivera reparationsknappen genom att ta bort filen " "%(recover_file)s i släktträdsmappen." -#: ../gramps/gui/dbman.py:896 +#: ../gramps/gui/dbman.py:909 msgid "Proceed, I have taken a backup" msgstr "Fortsätt, har säkerhetskopierat" -#: ../gramps/gui/dbman.py:897 +#: ../gramps/gui/dbman.py:910 msgid "Stop" msgstr "Stopp" -#: ../gramps/gui/dbman.py:919 +#: ../gramps/gui/dbman.py:933 msgid "Rebuilding database from backup files" msgstr "Bygger om databasen från säkerhetskopia" -#: ../gramps/gui/dbman.py:924 +#: ../gramps/gui/dbman.py:938 msgid "Error restoring backup data" msgstr "Fel vid återhämtning av säkerhetskopiedata" -#: ../gramps/gui/dbman.py:962 +#: ../gramps/gui/dbman.py:977 msgid "Could not create Family Tree" msgstr "Kunde inte skapa släktträd" -#: ../gramps/gui/dbman.py:1089 +#: ../gramps/gui/dbman.py:1105 msgid "Retrieve failed" msgstr "Återläsning misslyckades" -#: ../gramps/gui/dbman.py:1090 +#: ../gramps/gui/dbman.py:1106 #, python-format msgid "" "An attempt to retrieve the data failed with the following message:\n" @@ -11348,11 +11547,11 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:1129 ../gramps/gui/dbman.py:1156 +#: ../gramps/gui/dbman.py:1144 ../gramps/gui/dbman.py:1170 msgid "Archiving failed" msgstr "Misslyckades att arkivera" -#: ../gramps/gui/dbman.py:1130 +#: ../gramps/gui/dbman.py:1145 #, python-format msgid "" "An attempt to create the archive failed with the following message:\n" @@ -11363,15 +11562,15 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dbman.py:1135 +#: ../gramps/gui/dbman.py:1150 msgid "Creating data to be archived..." msgstr "Skapar data för arkivering..." -#: ../gramps/gui/dbman.py:1144 +#: ../gramps/gui/dbman.py:1159 msgid "Saving archive..." msgstr "Sparar arkiv..." -#: ../gramps/gui/dbman.py:1157 +#: ../gramps/gui/dbman.py:1171 #, python-format msgid "" "An attempt to archive the data failed with the following message:\n" @@ -11383,33 +11582,12 @@ msgstr "" "\n" "%s" -#: ../gramps/gui/dialog.py:202 -msgid "Error detected in database" -msgstr "Fel upptäckt i databas" - -#: ../gramps/gui/dialog.py:203 -#, python-format -msgid "" -"Gramps has detected an error in the database. This can usually be resolved " -"by running the \"Check and Repair Database\" tool.\n" -"\n" -"If this problem continues to exist after running this tool, please file a " -"bug report at %(gramps_bugtracker_url)s\n" -"\n" -msgstr "" -"Gramps har hittat ett fel i databasen. Detta kan oftast lösas genom att köra " -"verktyget \"Kontrollera och reparera\".\n" -"\n" -"Om detta problem fortsätter efter reparationen ovan, fyll i en felrapport " -"vid %(gramps_bugtracker_url)s\n" -"\n" - -#: ../gramps/gui/dialog.py:336 ../gramps/gui/dialog.py:409 -#: ../gramps/gui/utils.py:301 +#: ../gramps/gui/dialog.py:383 ../gramps/gui/dialog.py:461 +#: ../gramps/gui/utils.py:307 msgid "Attempt to force closing the dialog" msgstr "Försök att stänga dialogen med våld" -#: ../gramps/gui/dialog.py:337 ../gramps/gui/dialog.py:410 +#: ../gramps/gui/dialog.py:384 ../gramps/gui/dialog.py:462 msgid "" "Please do not force closing this important dialog.\n" "Instead select one of the available options" @@ -11417,44 +11595,44 @@ msgstr "" "Försök inte stänga den här viktiga dialogrutan med våld.\n" "Välj i stället någon av de tillgängliga alternativen" -#: ../gramps/gui/displaystate.py:378 +#: ../gramps/gui/displaystate.py:382 #: ../gramps/plugins/gramplet/persondetails.py:169 msgid "No active person" msgstr "Ingen aktiv person" -#: ../gramps/gui/displaystate.py:379 +#: ../gramps/gui/displaystate.py:383 msgid "No active family" msgstr "Ingen aktiv familj" -#: ../gramps/gui/displaystate.py:380 +#: ../gramps/gui/displaystate.py:384 msgid "No active event" msgstr "Ingen aktiv händelse" -#: ../gramps/gui/displaystate.py:381 +#: ../gramps/gui/displaystate.py:385 msgid "No active place" msgstr "Ingen aktiv plats" -#: ../gramps/gui/displaystate.py:382 +#: ../gramps/gui/displaystate.py:386 msgid "No active source" msgstr "Ingen aktiv källa" -#: ../gramps/gui/displaystate.py:383 +#: ../gramps/gui/displaystate.py:387 msgid "No active citation" msgstr "Ingen aktivt citering" -#: ../gramps/gui/displaystate.py:384 +#: ../gramps/gui/displaystate.py:388 msgid "No active repository" msgstr "Ingen aktiv arkivplats" -#: ../gramps/gui/displaystate.py:385 +#: ../gramps/gui/displaystate.py:389 msgid "No active media" msgstr "Inget aktivt media" -#: ../gramps/gui/displaystate.py:386 +#: ../gramps/gui/displaystate.py:390 msgid "No active note" msgstr "Ingen aktiv notis" -#: ../gramps/gui/displaystate.py:579 +#: ../gramps/gui/displaystate.py:621 #, fuzzy msgid "No active object" msgstr "Ingen aktiv notis" @@ -11462,7 +11640,7 @@ msgstr "Ingen aktiv notis" #: ../gramps/gui/editors/addmedia.py:70 #, fuzzy msgid "manual|Select_a_media_selector" -msgstr "Välj ett mediaobjekt" +msgstr "Välj en mediaobjektselektor" #: ../gramps/gui/editors/addmedia.py:104 msgid "Select a media object" @@ -11494,12 +11672,12 @@ msgstr "" "Mapp specificerad i inställningar: Bassökväg för relativa mediasökvägar: %s " "saknas Ändra inställningar eller använd inte relativ sökväg vid import" -#: ../gramps/gui/editors/addmedia.py:233 +#: ../gramps/gui/editors/addmedia.py:238 #, python-format msgid "Cannot display %s" msgstr "Kan inte visa %s" -#: ../gramps/gui/editors/addmedia.py:234 +#: ../gramps/gui/editors/addmedia.py:239 msgid "" "Gramps is not able to display the image file. This may be caused by a " "corrupt file." @@ -11561,7 +11739,6 @@ msgid "_Attributes" msgstr "Attrib_ut" #. Add column with object gramps_id -#. Gramps ID #: ../gramps/gui/editors/displaytabs/backreflist.py:60 #: ../gramps/gui/editors/displaytabs/citationembedlist.py:83 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:79 @@ -11569,46 +11746,46 @@ msgstr "Attrib_ut" #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:58 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:66 #: ../gramps/gui/editors/editfamily.py:122 -#: ../gramps/gui/editors/filtereditor.py:977 +#: ../gramps/gui/editors/filtereditor.py:975 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:104 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:111 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:100 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:111 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:103 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:113 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:87 -#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:96 +#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:100 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:127 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:100 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:99 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:104 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:103 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:86 -#: ../gramps/gui/merge/mergeperson.py:178 -#: ../gramps/gui/plug/_guioptions.py:1165 -#: ../gramps/gui/plug/_guioptions.py:1343 -#: ../gramps/gui/selectors/selectcitation.py:76 -#: ../gramps/gui/selectors/selectevent.py:75 -#: ../gramps/gui/selectors/selectfamily.py:70 -#: ../gramps/gui/selectors/selectnote.py:76 +#: ../gramps/gui/merge/mergeperson.py:182 +#: ../gramps/gui/plug/_guioptions.py:1166 +#: ../gramps/gui/plug/_guioptions.py:1344 +#: ../gramps/gui/selectors/selectcitation.py:75 +#: ../gramps/gui/selectors/selectevent.py:74 +#: ../gramps/gui/selectors/selectfamily.py:69 +#: ../gramps/gui/selectors/selectnote.py:75 #: ../gramps/gui/selectors/selectobject.py:81 -#: ../gramps/gui/selectors/selectperson.py:95 -#: ../gramps/gui/selectors/selectplace.py:72 -#: ../gramps/gui/selectors/selectrepository.py:71 -#: ../gramps/gui/selectors/selectsource.py:72 -#: ../gramps/gui/views/bookmarks.py:218 -#: ../gramps/gui/views/navigationview.py:355 -#: ../gramps/plugins/gramplet/locations.py:87 +#: ../gramps/gui/selectors/selectperson.py:94 +#: ../gramps/gui/selectors/selectplace.py:71 +#: ../gramps/gui/selectors/selectrepository.py:70 +#: ../gramps/gui/selectors/selectsource.py:71 +#: ../gramps/gui/views/bookmarks.py:270 +#: ../gramps/gui/views/navigationview.py:357 +#: ../gramps/plugins/gramplet/locations.py:88 #: ../gramps/plugins/lib/libpersonview.py:99 #: ../gramps/plugins/lib/libplaceview.py:85 -#: ../gramps/plugins/tool/eventcmp.py:251 -#: ../gramps/plugins/tool/notrelated.py:125 -#: ../gramps/plugins/tool/patchnames.py:399 -#: ../gramps/plugins/tool/removeunused.py:191 +#: ../gramps/plugins/tool/eventcmp.py:253 +#: ../gramps/plugins/tool/notrelated.py:127 +#: ../gramps/plugins/tool/patchnames.py:400 +#: ../gramps/plugins/tool/removeunused.py:195 #: ../gramps/plugins/tool/sortevents.py:56 -#: ../gramps/plugins/tool/verify.py:535 +#: ../gramps/plugins/tool/verify.py:570 #: ../gramps/plugins/view/citationlistview.py:99 #: ../gramps/plugins/view/citationtreeview.py:94 #: ../gramps/plugins/view/eventview.py:83 #: ../gramps/plugins/view/familyview.py:79 #: ../gramps/plugins/view/mediaview.py:95 -#: ../gramps/plugins/view/noteview.py:80 ../gramps/plugins/view/relview.py:591 +#: ../gramps/plugins/view/noteview.py:80 ../gramps/plugins/view/relview.py:602 #: ../gramps/plugins/view/repoview.py:86 #: ../gramps/plugins/view/sourceview.py:83 msgid "ID" @@ -11627,19 +11804,17 @@ msgstr "Redigera referens" msgid "%(part1)s - %(part2)s" msgstr "%(part1)s - %(part2)s" -#. we now construct an add menu #: ../gramps/gui/editors/displaytabs/buttontab.py:68 #: ../gramps/gui/glade/editfamily.glade:217 #: ../gramps/gui/glade/editfamily.glade:224 #: ../gramps/gui/glade/editfamily.glade:494 #: ../gramps/gui/glade/editfamily.glade:501 #: ../gramps/gui/glade/editperson.glade:22 -#: ../gramps/gui/glade/editperson.glade:362 ../gramps/gui/glade/rule.glade:425 -#: ../gramps/gui/glade/rule.glade:432 -#: ../gramps/gui/glade/styleeditor.glade:1830 -#: ../gramps/gui/glade/styleeditor.glade:1837 -#: ../gramps/gui/widgets/fanchart.py:1823 -#: ../gramps/plugins/view/relview.py:408 +#: ../gramps/gui/glade/editperson.glade:361 ../gramps/gui/glade/rule.glade:422 +#: ../gramps/gui/glade/rule.glade:429 +#: ../gramps/gui/glade/styleeditor.glade:1833 +#: ../gramps/gui/glade/styleeditor.glade:1840 +#: ../gramps/plugins/view/relview.py:418 msgid "Add" msgstr "Lägg till" @@ -11650,16 +11825,16 @@ msgstr "Lägg till" #: ../gramps/gui/glade/editfamily.glade:563 #: ../gramps/gui/glade/grampletpane.glade:104 #: ../gramps/gui/glade/grampletpane.glade:111 -#: ../gramps/gui/glade/rule.glade:493 ../gramps/gui/glade/rule.glade:500 -#: ../gramps/gui/glade/styleeditor.glade:1894 -#: ../gramps/gui/glade/styleeditor.glade:1901 +#: ../gramps/gui/glade/rule.glade:490 ../gramps/gui/glade/rule.glade:497 +#: ../gramps/gui/glade/styleeditor.glade:1897 +#: ../gramps/gui/glade/styleeditor.glade:1904 msgid "Remove" msgstr "Ta bort" #: ../gramps/gui/editors/displaytabs/buttontab.py:71 -#: ../gramps/gui/editors/displaytabs/embeddedlist.py:152 +#: ../gramps/gui/editors/displaytabs/embeddedlist.py:147 #: ../gramps/gui/editors/displaytabs/gallerytab.py:128 -#: ../gramps/plugins/view/relview.py:412 +#: ../gramps/plugins/view/relview.py:422 msgid "Share" msgstr "Dela" @@ -11703,17 +11878,17 @@ msgstr "Flytta den valda citeringen neråt" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:81 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:106 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:88 -#: ../gramps/gui/selectors/selectsource.py:71 +#: ../gramps/gui/selectors/selectsource.py:70 #: ../gramps/plugins/gramplet/citations.py:78 #: ../gramps/plugins/textreport/tagreport.py:745 #: ../gramps/plugins/view/sourceview.py:84 -#: ../gramps/plugins/webreport/narrativeweb.py:4809 -#: ../gramps/plugins/webreport/narrativeweb.py:4906 +#: ../gramps/plugins/webreport/narrativeweb.py:4862 +#: ../gramps/plugins/webreport/narrativeweb.py:4959 msgid "Author" msgstr "Författare" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:82 -#: ../gramps/plugins/webreport/narrativeweb.py:2603 +#: ../gramps/plugins/webreport/narrativeweb.py:2590 msgid "Page" msgstr "Sida" @@ -11722,18 +11897,18 @@ msgid "_Source Citations" msgstr "_Källciteringar" #: ../gramps/gui/editors/displaytabs/citationembedlist.py:171 -#: ../gramps/gui/editors/displaytabs/citationembedlist.py:181 -#: ../gramps/gui/editors/displaytabs/citationembedlist.py:254 -#: ../gramps/gui/editors/displaytabs/citationembedlist.py:274 +#: ../gramps/gui/editors/displaytabs/citationembedlist.py:182 +#: ../gramps/gui/editors/displaytabs/citationembedlist.py:256 +#: ../gramps/gui/editors/displaytabs/citationembedlist.py:277 #: ../gramps/gui/editors/displaytabs/eventembedlist.py:267 -#: ../gramps/gui/editors/displaytabs/gallerytab.py:337 -#: ../gramps/plugins/view/citationtreeview.py:430 -#: ../gramps/plugins/view/citationtreeview.py:481 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:332 +#: ../gramps/plugins/view/citationtreeview.py:454 +#: ../gramps/plugins/view/citationtreeview.py:497 msgid "Cannot share this reference" msgstr "Kan inte dela denna referens" -#: ../gramps/gui/editors/displaytabs/citationembedlist.py:190 -#: ../gramps/plugins/view/citationtreeview.py:489 +#: ../gramps/gui/editors/displaytabs/citationembedlist.py:192 +#: ../gramps/plugins/view/citationtreeview.py:505 msgid "" "This citation cannot be created at this time. Either the associated Source " "object is already being edited, or another citation associated with the same " @@ -11750,45 +11925,44 @@ msgstr "" #. may be a step family. However, it will be odd to display the #. parent as anything other than "Father" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:60 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:112 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:114 #: ../gramps/gui/glade/editfamily.glade:192 -#: ../gramps/gui/merge/mergeperson.py:220 -#: ../gramps/gui/selectors/selectfamily.py:71 -#: ../gramps/gui/widgets/reorderfam.py:83 +#: ../gramps/gui/merge/mergeperson.py:231 +#: ../gramps/gui/selectors/selectfamily.py:70 +#: ../gramps/gui/widgets/reorderfam.py:84 #: ../gramps/plugins/gramplet/persondetails.py:219 -#: ../gramps/plugins/importer/importcsv.py:215 +#: ../gramps/plugins/importer/importcsv.py:216 #: ../gramps/plugins/quickview/all_relations.py:300 -#: ../gramps/plugins/textreport/familygroup.py:227 -#: ../gramps/plugins/textreport/familygroup.py:238 -#: ../gramps/plugins/textreport/indivcomplete.py:308 -#: ../gramps/plugins/textreport/indivcomplete.py:310 -#: ../gramps/plugins/textreport/indivcomplete.py:862 +#: ../gramps/plugins/textreport/familygroup.py:228 +#: ../gramps/plugins/textreport/familygroup.py:239 +#: ../gramps/plugins/textreport/indivcomplete.py:317 +#: ../gramps/plugins/textreport/indivcomplete.py:319 +#: ../gramps/plugins/textreport/indivcomplete.py:902 #: ../gramps/plugins/textreport/tagreport.py:248 #: ../gramps/plugins/view/familyview.py:80 -#: ../gramps/plugins/view/relview.py:888 -#: ../gramps/plugins/webreport/narrativeweb.py:7353 +#: ../gramps/plugins/view/relview.py:899 +#: ../gramps/plugins/webreport/narrativeweb.py:7439 msgid "Father" msgstr "Far" -#. ---------------------------------- #: ../gramps/gui/editors/displaytabs/eventembedlist.py:61 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:113 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:115 #: ../gramps/gui/glade/editfamily.glade:470 -#: ../gramps/gui/merge/mergeperson.py:222 -#: ../gramps/gui/selectors/selectfamily.py:72 -#: ../gramps/gui/widgets/reorderfam.py:84 +#: ../gramps/gui/merge/mergeperson.py:234 +#: ../gramps/gui/selectors/selectfamily.py:71 +#: ../gramps/gui/widgets/reorderfam.py:85 #: ../gramps/plugins/gramplet/persondetails.py:220 -#: ../gramps/plugins/importer/importcsv.py:212 +#: ../gramps/plugins/importer/importcsv.py:213 #: ../gramps/plugins/quickview/all_relations.py:297 -#: ../gramps/plugins/textreport/familygroup.py:244 -#: ../gramps/plugins/textreport/familygroup.py:255 -#: ../gramps/plugins/textreport/indivcomplete.py:317 -#: ../gramps/plugins/textreport/indivcomplete.py:319 -#: ../gramps/plugins/textreport/indivcomplete.py:863 +#: ../gramps/plugins/textreport/familygroup.py:245 +#: ../gramps/plugins/textreport/familygroup.py:256 +#: ../gramps/plugins/textreport/indivcomplete.py:326 +#: ../gramps/plugins/textreport/indivcomplete.py:328 +#: ../gramps/plugins/textreport/indivcomplete.py:903 #: ../gramps/plugins/textreport/tagreport.py:254 #: ../gramps/plugins/view/familyview.py:81 -#: ../gramps/plugins/view/relview.py:889 -#: ../gramps/plugins/webreport/narrativeweb.py:7367 +#: ../gramps/plugins/view/relview.py:900 +#: ../gramps/plugins/webreport/narrativeweb.py:7453 msgid "Mother" msgstr "Mor" @@ -11827,7 +12001,7 @@ msgid "_Events" msgstr "H_ändelser" #: ../gramps/gui/editors/displaytabs/eventembedlist.py:247 -#: ../gramps/gui/editors/displaytabs/eventembedlist.py:346 +#: ../gramps/gui/editors/displaytabs/eventembedlist.py:348 msgid "" "This event reference cannot be edited at this time. Either the associated " "event is already being edited or another event reference that is associated " @@ -11841,18 +12015,18 @@ msgstr "" "\n" "För att redigera den här händelsereferensen, måste du stänga det fönstret." -#: ../gramps/gui/editors/displaytabs/eventembedlist.py:280 -#: ../gramps/gui/editors/displaytabs/eventembedlist.py:345 -#: ../gramps/gui/editors/displaytabs/gallerytab.py:357 +#: ../gramps/gui/editors/displaytabs/eventembedlist.py:281 +#: ../gramps/gui/editors/displaytabs/eventembedlist.py:347 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:353 #: ../gramps/gui/editors/displaytabs/repoembedlist.py:168 msgid "Cannot edit this reference" msgstr "Kan inte redigera denna referens" -#: ../gramps/gui/editors/displaytabs/eventembedlist.py:322 +#: ../gramps/gui/editors/displaytabs/eventembedlist.py:324 msgid "Cannot change Person" msgstr "Kan inte ändra person" -#: ../gramps/gui/editors/displaytabs/eventembedlist.py:323 +#: ../gramps/gui/editors/displaytabs/eventembedlist.py:325 msgid "You cannot change Person events in the Family Editor" msgstr "Du kan inte ändra personhändelser i familjeredigeraren" @@ -11864,10 +12038,9 @@ msgstr "%(groupname)s - %(groupnumber)d" #: ../gramps/gui/editors/displaytabs/familyldsembedlist.py:54 #: ../gramps/gui/editors/displaytabs/ldsembedlist.py:64 -#: ../gramps/plugins/textreport/indivcomplete.py:460 -#: ../gramps/plugins/textreport/indivcomplete.py:655 -#: ../gramps/plugins/webreport/narrativeweb.py:391 -#: ../gramps/plugins/webreport/narrativeweb.py:1352 +#: ../gramps/plugins/textreport/indivcomplete.py:495 +#: ../gramps/plugins/textreport/indivcomplete.py:693 +#: ../gramps/plugins/webreport/narrativeweb.py:1308 msgid "Temple" msgstr "Tempel" @@ -11875,29 +12048,28 @@ msgstr "Tempel" msgid "_Gallery" msgstr "_Galleri" -#: ../gramps/gui/editors/displaytabs/gallerytab.py:138 -#: ../gramps/gui/editors/editperson.py:650 -#: ../gramps/plugins/view/mediaview.py:210 -msgid "View" -msgstr "Visa" +#. Translators: _View means "to look at this" +#: ../gramps/gui/editors/displaytabs/gallerytab.py:140 +msgid "verb:look at this|_View" +msgstr "" -#: ../gramps/gui/editors/displaytabs/gallerytab.py:146 -#: ../gramps/plugins/view/mediaview.py:214 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:145 +#: ../gramps/plugins/view/mediaview.py:215 msgid "Open Containing _Folder" msgstr "Öppnar innehålls_mapp" -#: ../gramps/gui/editors/displaytabs/gallerytab.py:154 -#: ../gramps/gui/widgets/photo.py:87 -msgid "Make Active Media" +#: ../gramps/gui/editors/displaytabs/gallerytab.py:153 +#, fuzzy +msgid "_Make Active Media" msgstr "Gör aktivt media" -#: ../gramps/gui/editors/displaytabs/gallerytab.py:263 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:257 #: ../gramps/gui/editors/editperson.py:960 -#: ../gramps/plugins/textreport/indivcomplete.py:552 +#: ../gramps/plugins/textreport/indivcomplete.py:587 msgid "Non existing media found in the Gallery" msgstr "Inget befintligt media funnet i galleriet" -#: ../gramps/gui/editors/displaytabs/gallerytab.py:312 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:307 msgid "" "This media reference cannot be edited at this time. Either the associated " "media object is already being edited or another media reference that is " @@ -11910,8 +12082,8 @@ msgstr "" "\n" "För att redigera den här mediareferensen, måste du stänga det fönstret." -#: ../gramps/gui/editors/displaytabs/gallerytab.py:530 -#: ../gramps/plugins/view/mediaview.py:196 +#: ../gramps/gui/editors/displaytabs/gallerytab.py:527 +#: ../gramps/plugins/view/mediaview.py:197 msgid "Drag Media Object" msgstr "Dra mediaobjekt" @@ -11986,13 +12158,13 @@ msgstr "Ange som standardnamn" #. #. ------------------------------------------------------------------------- #: ../gramps/gui/editors/displaytabs/namemodel.py:56 -#: ../gramps/gui/plug/_guioptions.py:1246 ../gramps/gui/views/tags.py:488 +#: ../gramps/gui/plug/_guioptions.py:1247 ../gramps/gui/views/tags.py:496 #: ../gramps/plugins/quickview/all_relations.py:306 msgid "Yes" msgstr "Ja" #: ../gramps/gui/editors/displaytabs/namemodel.py:57 -#: ../gramps/gui/plug/_guioptions.py:1245 ../gramps/gui/views/tags.py:489 +#: ../gramps/gui/plug/_guioptions.py:1246 ../gramps/gui/views/tags.py:497 #: ../gramps/plugins/quickview/all_relations.py:310 msgid "No" msgstr "Nej" @@ -12031,11 +12203,11 @@ msgid "Move the selected note downwards" msgstr "Flytta den valda notisen neråt" #: ../gramps/gui/editors/displaytabs/notetab.py:78 -#: ../gramps/gui/glade/addmedia.glade:138 +#: ../gramps/gui/glade/addmedia.glade:136 #: ../gramps/gui/glade/editmedia.glade:188 #: ../gramps/gui/glade/editmediaref.glade:190 #: ../gramps/gui/glade/editmediaref.glade:503 -#: ../gramps/gui/selectors/selectnote.py:75 +#: ../gramps/gui/selectors/selectnote.py:74 #: ../gramps/plugins/view/noteview.py:79 msgid "Preview" msgstr "Förhandsgranskning" @@ -12046,7 +12218,7 @@ msgstr "_Notiser" #. add personal column #: ../gramps/gui/editors/displaytabs/personeventembedlist.py:50 -#: ../gramps/plugins/webreport/narrativeweb.py:2065 +#: ../gramps/plugins/webreport/narrativeweb.py:2051 msgid "Personal" msgstr "Personlig" @@ -12111,6 +12283,7 @@ msgid "_Associations" msgstr "_Släktskap" #: ../gramps/gui/editors/displaytabs/personrefembedlist.py:90 +#: ../gramps/plugins/importer/importprogen.py:1381 msgid "Godfather" msgstr "Fadder" @@ -12140,8 +12313,8 @@ msgid "Alternative Names" msgstr "Alternativa namn" #: ../gramps/gui/editors/displaytabs/placerefembedlist.py:69 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:104 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1276 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:108 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1302 msgid "Enclosed By" msgstr "Omgivet av" @@ -12221,6 +12394,7 @@ msgid "Move the selected surname downwards" msgstr "Flytta det valda efternamnet neråt" #: ../gramps/gui/editors/displaytabs/surnametab.py:77 +#: ../gramps/plugins/lib/libgedcom.py:618 msgid "Origin" msgstr "Ursprung" @@ -12261,33 +12435,31 @@ msgid "_Internet" msgstr "_Internet" #: ../gramps/gui/editors/displaytabs/webembedlist.py:118 -#: ../gramps/gui/glade/editurl.glade:201 -#: ../gramps/gui/views/navigationview.py:361 +#: ../gramps/gui/glade/editurl.glade:200 +#: ../gramps/gui/views/navigationview.py:363 msgid "_Jump to" msgstr "_Gå till" #: ../gramps/gui/editors/editaddress.py:65 -#, fuzzy msgid "manual|Address_Editor_dialog" -msgstr "Adressredigerare" +msgstr "Adressredigeraredialog" -#: ../gramps/gui/editors/editaddress.py:94 -#: ../gramps/gui/editors/editaddress.py:168 +#: ../gramps/gui/editors/editaddress.py:92 +#: ../gramps/gui/editors/editaddress.py:167 msgid "Address Editor" msgstr "Adressredigerare" #: ../gramps/gui/editors/editattribute.py:62 -#, fuzzy msgid "manual|Attribute_Editor_dialog" -msgstr "Attributredigerare" +msgstr "Attributredigeraredialog" -#: ../gramps/gui/editors/editattribute.py:96 +#: ../gramps/gui/editors/editattribute.py:94 #: ../gramps/gui/editors/editattribute.py:137 msgid "Attribute Editor" msgstr "Attributredigerare" -#: ../gramps/gui/editors/editattribute.py:131 -#: ../gramps/gui/editors/editattribute.py:135 +#: ../gramps/gui/editors/editattribute.py:130 +#: ../gramps/gui/editors/editattribute.py:134 msgid "New Attribute" msgstr "Nytt attribut" @@ -12299,38 +12471,37 @@ msgstr "Kan inte spara attribut" msgid "The attribute type cannot be empty" msgstr "Attributtypen kan inte vara tom" -#: ../gramps/gui/editors/editchildref.py:67 -#, fuzzy +#: ../gramps/gui/editors/editchildref.py:66 msgid "manual|Child_Reference_Editor" -msgstr "Redigera barnreferens" +msgstr "Barnreferens redigerare" -#: ../gramps/gui/editors/editchildref.py:102 -#: ../gramps/gui/editors/editchildref.py:197 +#: ../gramps/gui/editors/editchildref.py:99 +#: ../gramps/gui/editors/editchildref.py:195 msgid "Child Reference Editor" msgstr "Redigera barnreferens" -#: ../gramps/gui/editors/editchildref.py:197 +#: ../gramps/gui/editors/editchildref.py:195 msgid "Child Reference" msgstr "Barnreferens" #: ../gramps/gui/editors/editcitation.py:69 msgid "manual|New_Citation_dialog" -msgstr "" +msgstr "Dialog för ny citering" #: ../gramps/gui/editors/editcitation.py:128 #: ../gramps/gui/editors/editcitation.py:134 msgid "New Citation" msgstr "Ny citering" -#: ../gramps/gui/editors/editcitation.py:279 +#: ../gramps/gui/editors/editcitation.py:277 msgid "Edit Citation" msgstr "Redigera citering" -#: ../gramps/gui/editors/editcitation.py:287 +#: ../gramps/gui/editors/editcitation.py:285 msgid "No source selected" msgstr "Ingen källa vald" -#: ../gramps/gui/editors/editcitation.py:288 +#: ../gramps/gui/editors/editcitation.py:286 msgid "" "A source is anything (personal testimony, video recording, photograph, " "newspaper column, gravestone...) from which information can be derived. To " @@ -12343,17 +12514,17 @@ msgstr "" "skapa en citering väljer man först den begärda källan och sedan uppgift om " "platsen för informationen inom källan i Volym/sida-fältet." -#: ../gramps/gui/editors/editcitation.py:302 +#: ../gramps/gui/editors/editcitation.py:300 msgid "Cannot save citation. ID already exists." msgstr "Kan inte spara citering. ID finns redan." -#: ../gramps/gui/editors/editcitation.py:303 -#: ../gramps/gui/editors/editevent.py:250 -#: ../gramps/gui/editors/editmedia.py:299 +#: ../gramps/gui/editors/editcitation.py:301 +#: ../gramps/gui/editors/editevent.py:249 +#: ../gramps/gui/editors/editmedia.py:298 #: ../gramps/gui/editors/editperson.py:846 -#: ../gramps/gui/editors/editplace.py:297 +#: ../gramps/gui/editors/editplace.py:295 #: ../gramps/gui/editors/editreference.py:287 -#: ../gramps/gui/editors/editrepository.py:190 +#: ../gramps/gui/editors/editrepository.py:189 #: ../gramps/gui/editors/editsource.py:210 #, python-format msgid "" @@ -12365,17 +12536,17 @@ msgstr "" "värde används redan av '%(prim_object)s'. Skriv in ett annat ID eller lämna " "tomt för att få nästa tillgängliga ID-värde." -#: ../gramps/gui/editors/editcitation.py:315 +#: ../gramps/gui/editors/editcitation.py:311 #, python-format msgid "Add Citation (%s)" msgstr "Lägg till citering (%s)" -#: ../gramps/gui/editors/editcitation.py:321 +#: ../gramps/gui/editors/editcitation.py:316 #, python-format msgid "Edit Citation (%s)" msgstr "Redigera citering (%s)" -#: ../gramps/gui/editors/editcitation.py:356 +#: ../gramps/gui/editors/editcitation.py:354 #, python-format msgid "Delete Citation (%s)" msgstr "Radera citering (%s)" @@ -12417,39 +12588,38 @@ msgid "Calculated" msgstr "Beräknad" #: ../gramps/gui/editors/editdate.py:99 -#, fuzzy msgid "manual|Editing_dates" -msgstr "Skapar datum" +msgstr "Datumredigerare" -#: ../gramps/gui/editors/editdate.py:126 ../gramps/gui/editors/editdate.py:278 +#: ../gramps/gui/editors/editdate.py:126 ../gramps/gui/editors/editdate.py:279 msgid "Date selection" msgstr "Datumval" -#: ../gramps/gui/editors/editdate.py:268 +#: ../gramps/gui/editors/editdate.py:269 #, python-brace-format msgid "Correct the date or switch from `{cur_mode}' to `{text_mode}'" msgstr "Korrigera datumet eller byt från `{cur_mode}' till `{text_mode}'" #: ../gramps/gui/editors/editevent.py:64 msgid "manual|New_Event_dialog" -msgstr "" +msgstr "Dialog för ny händelse" #: ../gramps/gui/editors/editevent.py:98 -#: ../gramps/gui/editors/editeventref.py:252 +#: ../gramps/gui/editors/editeventref.py:261 #, python-format msgid "Event: %s" msgstr "Händelse: %s" #: ../gramps/gui/editors/editevent.py:100 -#: ../gramps/gui/editors/editeventref.py:254 +#: ../gramps/gui/editors/editeventref.py:263 msgid "New Event" msgstr "Ny händelse" -#: ../gramps/gui/editors/editevent.py:230 +#: ../gramps/gui/editors/editevent.py:228 #: ../gramps/plugins/view/geoclose.py:545 -#: ../gramps/plugins/view/geoevents.py:338 -#: ../gramps/plugins/view/geoevents.py:372 -#: ../gramps/plugins/view/geofamclose.py:736 +#: ../gramps/plugins/view/geoevents.py:340 +#: ../gramps/plugins/view/geoevents.py:374 +#: ../gramps/plugins/view/geofamclose.py:735 #: ../gramps/plugins/view/geofamily.py:430 #: ../gramps/plugins/view/geomoves.py:620 #: ../gramps/plugins/view/geoperson.py:440 @@ -12458,22 +12628,22 @@ msgstr "Ny händelse" msgid "Edit Event" msgstr "Redigera händelse" -#: ../gramps/gui/editors/editevent.py:239 -#: ../gramps/gui/editors/editevent.py:262 +#: ../gramps/gui/editors/editevent.py:237 +#: ../gramps/gui/editors/editevent.py:261 msgid "Cannot save event" msgstr "Kan inte spara händelse" -#: ../gramps/gui/editors/editevent.py:240 +#: ../gramps/gui/editors/editevent.py:238 msgid "No data exists for this event. Please enter data or cancel the edit." msgstr "" "Inga uppgifter finns för denna händelse. Ange sådana eller avbryt redigering." -#: ../gramps/gui/editors/editevent.py:249 +#: ../gramps/gui/editors/editevent.py:248 #: ../gramps/gui/editors/editreference.py:276 msgid "Cannot save event. ID already exists." msgstr "Kan inte spara händelse. ID finns redan." -#: ../gramps/gui/editors/editevent.py:263 +#: ../gramps/gui/editors/editevent.py:262 msgid "The event type cannot be empty" msgstr "Händelsetypen kan inte vara tom" @@ -12482,45 +12652,44 @@ msgstr "Händelsetypen kan inte vara tom" msgid "Add Event (%s)" msgstr "Lägg till händelse (%s)" -#: ../gramps/gui/editors/editevent.py:274 +#: ../gramps/gui/editors/editevent.py:273 #, python-format msgid "Edit Event (%s)" msgstr "Redigera händelse (%s)" -#: ../gramps/gui/editors/editevent.py:319 +#: ../gramps/gui/editors/editevent.py:318 #, python-format msgid "Delete Event (%s)" msgstr "Radera händelse (%s)" #: ../gramps/gui/editors/editeventref.py:57 -#, fuzzy msgid "manual|Event_Reference_Editor_dialog" -msgstr "Händelsereferensredigerare" +msgstr "Händelsereferensredigerardialog" -#: ../gramps/gui/editors/editeventref.py:78 -#: ../gramps/gui/editors/editeventref.py:255 +#: ../gramps/gui/editors/editeventref.py:76 +#: ../gramps/gui/editors/editeventref.py:264 msgid "Event Reference Editor" msgstr "Händelsereferensredigerare" #: ../gramps/gui/editors/editeventref.py:95 #: ../gramps/gui/editors/editmediaref.py:114 -#: ../gramps/gui/editors/editname.py:135 -#: ../gramps/gui/editors/editplaceref.py:76 -#: ../gramps/gui/editors/editreporef.py:78 +#: ../gramps/gui/editors/editname.py:134 +#: ../gramps/gui/editors/editplaceref.py:77 +#: ../gramps/gui/editors/editreporef.py:77 msgid "_General" msgstr "All_mänt" -#: ../gramps/gui/editors/editeventref.py:260 +#: ../gramps/gui/editors/editeventref.py:269 msgid "Modify Event" msgstr "Ändra händelse" -#: ../gramps/gui/editors/editeventref.py:265 +#: ../gramps/gui/editors/editeventref.py:274 msgid "Add Event" msgstr "Lägg till händelse" #: ../gramps/gui/editors/editfamily.py:91 msgid "manual|Family_Editor_dialog" -msgstr "" +msgstr "Familjeredigeraredialog" #: ../gramps/gui/editors/editfamily.py:111 msgid "Create a new person and add the child to the family" @@ -12559,7 +12728,7 @@ msgid "Maternal" msgstr "Möderne" #: ../gramps/gui/editors/editfamily.py:127 -#: ../gramps/gui/selectors/selectperson.py:97 +#: ../gramps/gui/selectors/selectperson.py:96 #: ../gramps/plugins/gramplet/children.py:94 #: ../gramps/plugins/gramplet/children.py:193 #: ../gramps/plugins/lib/libpersonview.py:101 @@ -12579,7 +12748,7 @@ msgid "Birth Date" msgstr "Födelsedatum" #: ../gramps/gui/editors/editfamily.py:128 -#: ../gramps/gui/selectors/selectperson.py:99 +#: ../gramps/gui/selectors/selectperson.py:98 #: ../gramps/plugins/gramplet/children.py:96 #: ../gramps/plugins/gramplet/children.py:195 #: ../gramps/plugins/lib/libpersonview.py:103 @@ -12589,13 +12758,13 @@ msgid "Death Date" msgstr "Dödsdatum" #: ../gramps/gui/editors/editfamily.py:129 -#: ../gramps/gui/selectors/selectperson.py:98 +#: ../gramps/gui/selectors/selectperson.py:97 #: ../gramps/plugins/lib/libpersonview.py:102 msgid "Birth Place" msgstr "Födelseort" #: ../gramps/gui/editors/editfamily.py:130 -#: ../gramps/gui/selectors/selectperson.py:100 +#: ../gramps/gui/selectors/selectperson.py:99 #: ../gramps/plugins/lib/libpersonview.py:104 msgid "Death Place" msgstr "Dödsort" @@ -12609,25 +12778,25 @@ msgstr "_Barn" msgid "Edit child" msgstr "Redigera barn" -#: ../gramps/gui/editors/editfamily.py:150 +#: ../gramps/gui/editors/editfamily.py:149 msgid "Add an existing child" msgstr "Lägg till ett befintligt barn" -#: ../gramps/gui/editors/editfamily.py:151 +#: ../gramps/gui/editors/editfamily.py:150 msgid "Edit relationship" msgstr "Redigera släktskap" -#: ../gramps/gui/editors/editfamily.py:219 -#: ../gramps/gui/editors/editfamily.py:234 -#: ../gramps/plugins/view/relview.py:1569 +#: ../gramps/gui/editors/editfamily.py:217 +#: ../gramps/gui/editors/editfamily.py:232 +#: ../gramps/plugins/view/relview.py:1579 msgid "Select Child" msgstr "Välj barn" -#: ../gramps/gui/editors/editfamily.py:367 +#: ../gramps/gui/editors/editfamily.py:365 msgid "Adding parents to a person" msgstr "Lägger föräldrar till en person" -#: ../gramps/gui/editors/editfamily.py:368 +#: ../gramps/gui/editors/editfamily.py:366 msgid "" "It is possible to accidentally create multiple families with the same " "parents. To help avoid this problem, only the buttons to select parents are " @@ -12639,11 +12808,11 @@ msgstr "" "aktiva när du skapar en ny familj. Övriga fält kommer att bli tillgängliga " "så snart du valt en förälder." -#: ../gramps/gui/editors/editfamily.py:462 +#: ../gramps/gui/editors/editfamily.py:461 msgid "Family has changed" msgstr "Familj har ändrats" -#: ../gramps/gui/editors/editfamily.py:463 +#: ../gramps/gui/editors/editfamily.py:462 #, python-format msgid "" "The %(object)s you are editing has changed outside this editor. This can be " @@ -12658,8 +12827,8 @@ msgstr "" "För att säkerställa att informationen fortfarande är rätt har visade data " "uppdaterats. Några redigeringar du gjort kan ha gått förlorade." -#: ../gramps/gui/editors/editfamily.py:468 -#: ../gramps/plugins/importer/importcsv.py:210 +#: ../gramps/gui/editors/editfamily.py:467 +#: ../gramps/plugins/importer/importcsv.py:211 #: ../gramps/plugins/view/familyview.py:260 msgid "family" msgstr "familj" @@ -12670,48 +12839,48 @@ msgid "New Family" msgstr "Ny familj" #: ../gramps/gui/editors/editfamily.py:505 -#: ../gramps/gui/editors/editfamily.py:1131 +#: ../gramps/gui/editors/editfamily.py:1134 #: ../gramps/plugins/view/geofamily.py:422 msgid "Edit Family" msgstr "Redigera familj" -#: ../gramps/gui/editors/editfamily.py:538 +#: ../gramps/gui/editors/editfamily.py:536 msgid "Select a person as the mother" msgstr "Välj en person som mor" -#: ../gramps/gui/editors/editfamily.py:539 +#: ../gramps/gui/editors/editfamily.py:537 msgid "Add a new person as the mother" msgstr "Lägg till en ny person som mor" -#: ../gramps/gui/editors/editfamily.py:540 +#: ../gramps/gui/editors/editfamily.py:538 msgid "Remove the person as the mother" msgstr "Ta bort personen som mor" -#: ../gramps/gui/editors/editfamily.py:553 +#: ../gramps/gui/editors/editfamily.py:551 msgid "Select a person as the father" msgstr "Välj en person som far" -#: ../gramps/gui/editors/editfamily.py:554 +#: ../gramps/gui/editors/editfamily.py:552 msgid "Add a new person as the father" msgstr "Lägg till en ny person som far" -#: ../gramps/gui/editors/editfamily.py:555 +#: ../gramps/gui/editors/editfamily.py:553 msgid "Remove the person as the father" msgstr "Ta bort personen som far" -#: ../gramps/gui/editors/editfamily.py:836 +#: ../gramps/gui/editors/editfamily.py:834 msgid "Select Mother" msgstr "Välj mor" -#: ../gramps/gui/editors/editfamily.py:881 +#: ../gramps/gui/editors/editfamily.py:879 msgid "Select Father" msgstr "Välj far" -#: ../gramps/gui/editors/editfamily.py:905 +#: ../gramps/gui/editors/editfamily.py:903 msgid "Duplicate Family" msgstr "Dubblerad familj" -#: ../gramps/gui/editors/editfamily.py:906 +#: ../gramps/gui/editors/editfamily.py:904 msgid "" "A family with these parents already exists in the database. If you save, you " "will create a duplicate family. It is recommended that you cancel the " @@ -12722,10 +12891,6 @@ msgstr "" "redigeringen idet här fönstret och välja den existerande familjen" #: ../gramps/gui/editors/editfamily.py:954 -#: ../gramps/plugins/view/relview.py:569 ../gramps/plugins/view/relview.py:991 -#: ../gramps/plugins/view/relview.py:1048 -#: ../gramps/plugins/view/relview.py:1172 -#: ../gramps/plugins/view/relview.py:1278 #, python-format msgid "Edit %s" msgstr "Redigera %s" @@ -12739,31 +12904,31 @@ msgstr "En far kan inte vara barn till sig själv" msgid "%s is listed as both the father and child of the family." msgstr "%s är listad som både far och barn i familjen." -#: ../gramps/gui/editors/editfamily.py:1073 +#: ../gramps/gui/editors/editfamily.py:1074 msgid "A mother cannot be her own child" msgstr "En mor kan inte vara barn till sig själv" -#: ../gramps/gui/editors/editfamily.py:1074 +#: ../gramps/gui/editors/editfamily.py:1075 #, python-format msgid "%s is listed as both the mother and child of the family." msgstr "%s är listad som både mor och barn i familjen." -#: ../gramps/gui/editors/editfamily.py:1081 +#: ../gramps/gui/editors/editfamily.py:1083 msgid "Cannot save family" msgstr "Kan inte spara familj" -#: ../gramps/gui/editors/editfamily.py:1082 +#: ../gramps/gui/editors/editfamily.py:1084 msgid "No data exists for this family. Please enter data or cancel the edit." msgstr "" "Inga uppgifter finns för den här familjen. Ange sådana eller avbryt " "redigeringen." -#: ../gramps/gui/editors/editfamily.py:1089 +#: ../gramps/gui/editors/editfamily.py:1092 msgid "Cannot save family. ID already exists." msgstr "Kan inte spara familj. ID finns redan." -#: ../gramps/gui/editors/editfamily.py:1090 -#: ../gramps/gui/editors/editnote.py:322 +#: ../gramps/gui/editors/editfamily.py:1093 +#: ../gramps/gui/editors/editnote.py:326 #: ../gramps/gui/editors/editreference.py:294 #, python-format msgid "" @@ -12775,65 +12940,63 @@ msgstr "" "värdet används redan av. Skriv in ett annat ID eller lämna tomt så fås nästa " "tillgängliga ID-värde." -#: ../gramps/gui/editors/editfamily.py:1105 +#: ../gramps/gui/editors/editfamily.py:1108 msgid "Add Family" msgstr "Lägg till familj" #: ../gramps/gui/editors/editldsord.py:67 -#, fuzzy msgid "manual|LDS_Ordinance_Editor" msgstr "Redigera SDH-ceremoni" -#: ../gramps/gui/editors/editldsord.py:160 -#: ../gramps/gui/editors/editldsord.py:316 -#: ../gramps/gui/editors/editldsord.py:353 -#: ../gramps/gui/editors/editldsord.py:439 +#: ../gramps/gui/editors/editldsord.py:158 +#: ../gramps/gui/editors/editldsord.py:315 +#: ../gramps/gui/editors/editldsord.py:352 +#: ../gramps/gui/editors/editldsord.py:443 msgid "LDS Ordinance Editor" msgstr "Redigera SDH-ceremoni" -#: ../gramps/gui/editors/editldsord.py:289 +#: ../gramps/gui/editors/editldsord.py:288 #, python-format msgid "%(father)s and %(mother)s [%(gramps_id)s]" msgstr "%(father)s och %(mother)s [%(gramps_id)s]" -#: ../gramps/gui/editors/editldsord.py:295 +#: ../gramps/gui/editors/editldsord.py:294 #, python-format msgid "%(father)s [%(gramps_id)s]" msgstr "%(father)s [%(gramps_id)s]" -#: ../gramps/gui/editors/editldsord.py:300 +#: ../gramps/gui/editors/editldsord.py:299 #, python-format msgid "%(mother)s [%(gramps_id)s]" msgstr "%(mother)s [%(gramps_id)s]" -#: ../gramps/gui/editors/editldsord.py:315 -#: ../gramps/gui/editors/editldsord.py:438 -#: ../gramps/plugins/textreport/indivcomplete.py:450 -#: ../gramps/plugins/textreport/indivcomplete.py:651 -#: ../gramps/plugins/webreport/narrativeweb.py:832 +#: ../gramps/gui/editors/editldsord.py:314 +#: ../gramps/gui/editors/editldsord.py:442 +#: ../gramps/plugins/textreport/indivcomplete.py:485 +#: ../gramps/plugins/textreport/indivcomplete.py:689 +#: ../gramps/plugins/webreport/narrativeweb.py:786 msgid "LDS Ordinance" msgstr "SDH-ceremoni" #: ../gramps/gui/editors/editlink.py:49 -#, fuzzy msgid "manual|Link_Editor" msgstr "Länkredigerare" -#: ../gramps/gui/editors/editlink.py:87 ../gramps/gui/editors/editlink.py:235 +#: ../gramps/gui/editors/editlink.py:87 ../gramps/gui/editors/editlink.py:237 msgid "Link Editor" msgstr "Länkredigerare" -#: ../gramps/gui/editors/editlink.py:89 +#: ../gramps/gui/editors/editlink.py:91 msgid "Internet Address" msgstr "Internetadress" -#: ../gramps/gui/editors/editlocation.py:50 +#: ../gramps/gui/editors/editlocation.py:48 msgid "Location Editor" msgstr "Redigera plats" #: ../gramps/gui/editors/editmedia.py:68 msgid "manual|New_Media_dialog" -msgstr "" +msgstr "Dialog för nytt media" #: ../gramps/gui/editors/editmedia.py:99 #: ../gramps/gui/editors/editmediaref.py:406 @@ -12846,31 +13009,31 @@ msgstr "Media: %s" msgid "New Media" msgstr "Nytt media" -#: ../gramps/gui/editors/editmedia.py:243 +#: ../gramps/gui/editors/editmedia.py:241 msgid "Edit Media Object" msgstr "Redigera mediaobjekt" -#: ../gramps/gui/editors/editmedia.py:288 +#: ../gramps/gui/editors/editmedia.py:286 msgid "Cannot save media object" msgstr "Kan inte spara mediaobjekt" -#: ../gramps/gui/editors/editmedia.py:289 +#: ../gramps/gui/editors/editmedia.py:287 msgid "" "No data exists for this media object. Please enter data or cancel the edit." msgstr "" "Inga uppgifter finns för detta mediaobjekt. Ange sådana eller avbryt " "redigeringen." -#: ../gramps/gui/editors/editmedia.py:298 +#: ../gramps/gui/editors/editmedia.py:297 #: ../gramps/gui/editors/editreference.py:279 msgid "Cannot save media object. ID already exists." msgstr "Kan ej spara mediaobjekt. ID finns redan." -#: ../gramps/gui/editors/editmedia.py:313 +#: ../gramps/gui/editors/editmedia.py:312 msgid "There is no media matching the current path value!" msgstr "Det finns inget media, som matchar värdet på den aktuella sökvägen!" -#: ../gramps/gui/editors/editmedia.py:314 +#: ../gramps/gui/editors/editmedia.py:313 #, python-format msgid "" "You have attempted to use the path with value '%(path)s'. This path does not " @@ -12879,13 +13042,13 @@ msgstr "" "Du har försökt använda sökvägen med värdet '%(path)s'. Denna sökväg saknas! " "Mata in en annan sökväg" -#: ../gramps/gui/editors/editmedia.py:327 +#: ../gramps/gui/editors/editmedia.py:324 #: ../gramps/gui/editors/editmediaref.py:523 #, python-format msgid "Add Media Object (%s)" msgstr "Lägg till mediaobjekt (%s)" -#: ../gramps/gui/editors/editmedia.py:332 +#: ../gramps/gui/editors/editmedia.py:329 #: ../gramps/gui/editors/editmediaref.py:517 #, python-format msgid "Edit Media Object (%s)" @@ -12896,11 +13059,10 @@ msgid "Remove Media Object" msgstr "Ta bort mediaobjekt" #: ../gramps/gui/editors/editmediaref.py:71 -#, fuzzy msgid "manual|Media_Reference_Editor_dialog" -msgstr "Mediareferensredigerare" +msgstr "Mediareferensredigerardialog" -#: ../gramps/gui/editors/editmediaref.py:95 +#: ../gramps/gui/editors/editmediaref.py:93 #: ../gramps/gui/editors/editmediaref.py:409 msgid "Media Reference Editor" msgstr "Mediareferensredigerare" @@ -12912,29 +13074,28 @@ msgstr "Mediareferensredigerare" msgid "Y coordinate|Y" msgstr "Y" -#: ../gramps/gui/editors/editname.py:122 ../gramps/gui/editors/editname.py:314 +#: ../gramps/gui/editors/editname.py:120 ../gramps/gui/editors/editname.py:313 msgid "Name Editor" msgstr "Namnredigerare" -#: ../gramps/gui/editors/editname.py:163 -#, fuzzy +#: ../gramps/gui/editors/editname.py:162 msgid "manual|Name_Editor" msgstr "Namnredigerare" -#: ../gramps/gui/editors/editname.py:175 -#: ../gramps/gui/editors/editperson.py:328 +#: ../gramps/gui/editors/editname.py:174 +#: ../gramps/gui/editors/editperson.py:327 msgid "Call name must be the given name that is normally used." msgstr "Tilltalsnamnet måste vara det normalt använda dopnamnet." -#: ../gramps/gui/editors/editname.py:313 +#: ../gramps/gui/editors/editname.py:312 msgid "New Name" msgstr "Nytt namn" -#: ../gramps/gui/editors/editname.py:380 +#: ../gramps/gui/editors/editname.py:379 msgid "Break global name grouping?" msgstr "Bryta global namngruppering?" -#: ../gramps/gui/editors/editname.py:381 +#: ../gramps/gui/editors/editname.py:380 #, python-format msgid "" "All people with the name of %(surname)s will no longer be grouped with the " @@ -12943,11 +13104,11 @@ msgstr "" "Alla personer med namnet %(surname)s kommer inte längre att grupperas med " "namn hos %(group_name)s." -#: ../gramps/gui/editors/editname.py:385 +#: ../gramps/gui/editors/editname.py:384 msgid "Continue" msgstr "Fortsätt" -#: ../gramps/gui/editors/editname.py:386 +#: ../gramps/gui/editors/editname.py:385 msgid "Return to Name Editor" msgstr "Åter till namnredigerare" @@ -12974,7 +13135,7 @@ msgstr "Gruppera endast detta namn" #: ../gramps/gui/editors/editnote.py:67 msgid "manual|Editing_information_about_notes" -msgstr "" +msgstr "Redigera information om notiser " #: ../gramps/gui/editors/editnote.py:150 #, python-format @@ -12995,33 +13156,33 @@ msgstr "Ny notis - %(context)s" msgid "New Note" msgstr "Ny notis" -#: ../gramps/gui/editors/editnote.py:191 +#: ../gramps/gui/editors/editnote.py:189 msgid "_Note" msgstr "_Notis" -#: ../gramps/gui/editors/editnote.py:294 ../gramps/gui/editors/editnote.py:339 +#: ../gramps/gui/editors/editnote.py:292 ../gramps/gui/editors/editnote.py:341 #: ../gramps/gui/editors/objectentries.py:436 msgid "Edit Note" msgstr "Redigera notis" -#: ../gramps/gui/editors/editnote.py:313 +#: ../gramps/gui/editors/editnote.py:316 msgid "Cannot save note" msgstr "Kan inte spara notis" -#: ../gramps/gui/editors/editnote.py:314 +#: ../gramps/gui/editors/editnote.py:317 msgid "No data exists for this note. Please enter data or cancel the edit." msgstr "" "Inga uppgifter finns för denna notis. Ange sådana eller avbryt redigeringen." -#: ../gramps/gui/editors/editnote.py:321 +#: ../gramps/gui/editors/editnote.py:325 msgid "Cannot save note. ID already exists." msgstr "Kan ej spara notis. ID finns redan." -#: ../gramps/gui/editors/editnote.py:334 +#: ../gramps/gui/editors/editnote.py:336 msgid "Add Note" msgstr "Lägg till notis" -#: ../gramps/gui/editors/editnote.py:354 +#: ../gramps/gui/editors/editnote.py:359 #, python-format msgid "Delete Note (%s)" msgstr "Radera notis (%s)" @@ -13040,32 +13201,37 @@ msgstr "Ny person: %(name)s" msgid "New Person" msgstr "Ny person" -#: ../gramps/gui/editors/editperson.py:246 +#: ../gramps/gui/editors/editperson.py:245 msgid "manual|Editing_information_about_people" -msgstr "" +msgstr "Redigera information om personer" -#: ../gramps/gui/editors/editperson.py:607 +#: ../gramps/gui/editors/editperson.py:606 #: ../gramps/plugins/view/geofamily.py:426 msgid "Edit Person" msgstr "Redigera person" -#: ../gramps/gui/editors/editperson.py:652 +#: ../gramps/gui/editors/editperson.py:649 +#: ../gramps/plugins/view/mediaview.py:211 +msgid "View" +msgstr "Visa" + +#: ../gramps/gui/editors/editperson.py:651 msgid "Edit Object Properties" msgstr "Redigera egenskaper för objekt" -#: ../gramps/gui/editors/editperson.py:691 +#: ../gramps/gui/editors/editperson.py:690 msgid "Make Active Person" msgstr "Markera aktiv person" -#: ../gramps/gui/editors/editperson.py:695 +#: ../gramps/gui/editors/editperson.py:694 msgid "Make Home Person" msgstr "Markera hemperson" -#: ../gramps/gui/editors/editperson.py:809 +#: ../gramps/gui/editors/editperson.py:808 msgid "Problem changing the gender" msgstr "Problem vid ändring av kön" -#: ../gramps/gui/editors/editperson.py:810 +#: ../gramps/gui/editors/editperson.py:809 msgid "" "Changing the gender caused problems with marriage information.\n" "Please check the person's marriages." @@ -13073,11 +13239,11 @@ msgstr "" "Ändring av kön skapade problem med giftermålsinformationen.\n" "Kontrollera personens giftermål." -#: ../gramps/gui/editors/editperson.py:821 +#: ../gramps/gui/editors/editperson.py:820 msgid "Cannot save person" msgstr "Kan inte spara person" -#: ../gramps/gui/editors/editperson.py:822 +#: ../gramps/gui/editors/editperson.py:821 msgid "No data exists for this person. Please enter data or cancel the edit." msgstr "" "Inga uppgifter finns för den här personen. Ange sådana eller avbryt " @@ -13087,21 +13253,26 @@ msgstr "" msgid "Cannot save person. ID already exists." msgstr "Kan inte spara person. ID finns redan." -#: ../gramps/gui/editors/editperson.py:863 +#: ../gramps/gui/editors/editperson.py:860 #, python-format msgid "Add Person (%s)" msgstr "Lägg till person (%s)" -#: ../gramps/gui/editors/editperson.py:869 +#: ../gramps/gui/editors/editperson.py:866 +#: ../gramps/plugins/view/relview.py:580 +#: ../gramps/plugins/view/relview.py:1002 +#: ../gramps/plugins/view/relview.py:1059 +#: ../gramps/plugins/view/relview.py:1183 +#: ../gramps/plugins/view/relview.py:1288 #, python-format msgid "Edit Person (%s)" msgstr "Redigera person (%s)" -#: ../gramps/gui/editors/editperson.py:1096 +#: ../gramps/gui/editors/editperson.py:1097 msgid "Unknown gender specified" msgstr "Okänt kön angivet" -#: ../gramps/gui/editors/editperson.py:1098 +#: ../gramps/gui/editors/editperson.py:1099 msgid "" "The gender of the person is currently unknown. Usually, this is a mistake. " "Please specify the gender." @@ -13109,121 +13280,119 @@ msgstr "" "Personens kön är för närvarande okänt. Detta är förmodligen ett misstag. Var " "vänlig ange kön." -#: ../gramps/gui/editors/editperson.py:1101 +#: ../gramps/gui/editors/editperson.py:1102 msgid "_Male" msgstr "_Man" -#: ../gramps/gui/editors/editperson.py:1102 +#: ../gramps/gui/editors/editperson.py:1103 msgid "_Female" msgstr "_Kvinna" -#: ../gramps/gui/editors/editperson.py:1103 +#: ../gramps/gui/editors/editperson.py:1104 msgid "_Unknown" msgstr "_Okänd" -#: ../gramps/gui/editors/editpersonref.py:68 -#, fuzzy +#: ../gramps/gui/editors/editpersonref.py:67 msgid "manual|Person_Reference_Editor" -msgstr "Redigera personreferenser" +msgstr "Personreferensredigerare" -#: ../gramps/gui/editors/editpersonref.py:97 -#: ../gramps/gui/editors/editpersonref.py:224 +#: ../gramps/gui/editors/editpersonref.py:93 +#: ../gramps/gui/editors/editpersonref.py:222 msgid "Person Reference Editor" msgstr "Redigera personreferenser" -#: ../gramps/gui/editors/editpersonref.py:224 +#: ../gramps/gui/editors/editpersonref.py:222 msgid "Person Reference" msgstr "Personreferens" -#: ../gramps/gui/editors/editpersonref.py:241 +#: ../gramps/gui/editors/editpersonref.py:239 msgid "No person selected" msgstr "Ingen person vald" -#: ../gramps/gui/editors/editpersonref.py:242 +#: ../gramps/gui/editors/editpersonref.py:240 msgid "You must either select a person or Cancel the edit" msgstr "Du måste antingen välja en person eller avbryta redigeringen" #: ../gramps/gui/editors/editplace.py:69 msgid "manual|Place_Editor_dialog" -msgstr "" +msgstr "Platsredigerardialog" -#: ../gramps/gui/editors/editplace.py:93 +#: ../gramps/gui/editors/editplace.py:91 #: ../gramps/gui/glade/editplace.glade:288 #: ../gramps/gui/merge/mergeplace.py:55 msgid "place|Name:" msgstr "Platsnamn:" -#: ../gramps/gui/editors/editplace.py:98 -#: ../gramps/gui/editors/editplaceref.py:95 +#: ../gramps/gui/editors/editplace.py:96 +#: ../gramps/gui/editors/editplaceref.py:96 #, python-format msgid "Place: %s" msgstr "Plats: %s" -#: ../gramps/gui/editors/editplace.py:100 -#: ../gramps/gui/editors/editplaceref.py:97 +#: ../gramps/gui/editors/editplace.py:98 +#: ../gramps/gui/editors/editplaceref.py:98 msgid "New Place" msgstr "Ny plats" -#: ../gramps/gui/editors/editplace.py:181 -#: ../gramps/gui/editors/editplaceref.py:171 +#: ../gramps/gui/editors/editplace.py:179 +#: ../gramps/gui/editors/editplaceref.py:172 msgid "Invalid latitude (syntax: 18\\u00b09'" msgstr "Ogiltig latitud (syntax: 18\\u00b09'" -#: ../gramps/gui/editors/editplace.py:182 -#: ../gramps/gui/editors/editplaceref.py:172 +#: ../gramps/gui/editors/editplace.py:180 +#: ../gramps/gui/editors/editplaceref.py:173 msgid "48.21\"S, -18.2412 or -18:9:48.21)" msgstr "48.21\"S, -18.2412 eller -18:9:48.21)" -#: ../gramps/gui/editors/editplace.py:184 -#: ../gramps/gui/editors/editplaceref.py:174 +#: ../gramps/gui/editors/editplace.py:182 +#: ../gramps/gui/editors/editplaceref.py:175 msgid "Invalid longitude (syntax: 18\\u00b09'" msgstr "Ogiltig longitud (syntax: 18\\u00b09'" -#: ../gramps/gui/editors/editplace.py:185 -#: ../gramps/gui/editors/editplaceref.py:175 +#: ../gramps/gui/editors/editplace.py:183 +#: ../gramps/gui/editors/editplaceref.py:176 msgid "48.21\"E, -18.2412 or -18:9:48.21)" msgstr "48.21\"E, -18.2412 eller -18:9:48.21)" -#: ../gramps/gui/editors/editplace.py:195 -#: ../gramps/plugins/lib/maps/geography.py:878 -#: ../gramps/plugins/view/geoplaces.py:345 -#: ../gramps/plugins/view/geoplaces.py:371 +#: ../gramps/gui/editors/editplace.py:193 +#: ../gramps/plugins/lib/maps/geography.py:920 +#: ../gramps/plugins/view/geoplaces.py:429 +#: ../gramps/plugins/view/geoplaces.py:455 msgid "Edit Place" msgstr "Redigera plats" -#: ../gramps/gui/editors/editplace.py:286 -#: ../gramps/gui/editors/editplaceref.py:277 +#: ../gramps/gui/editors/editplace.py:284 +#: ../gramps/gui/editors/editplaceref.py:278 msgid "Cannot save place. Name not entered." msgstr "Kan inte spara plats. Namn ej inmatat." -#: ../gramps/gui/editors/editplace.py:287 -#: ../gramps/gui/editors/editplaceref.py:278 +#: ../gramps/gui/editors/editplace.py:285 +#: ../gramps/gui/editors/editplaceref.py:279 msgid "You must enter a name before saving." msgstr "Du måste skriva in ett namn innan du sparar." -#: ../gramps/gui/editors/editplace.py:296 +#: ../gramps/gui/editors/editplace.py:294 msgid "Cannot save place. ID already exists." msgstr "Kan inte spara plats. ID finns redan." -#: ../gramps/gui/editors/editplace.py:310 +#: ../gramps/gui/editors/editplace.py:306 #, python-format msgid "Add Place (%s)" msgstr "Lägg till plats (%s)" -#: ../gramps/gui/editors/editplace.py:315 +#: ../gramps/gui/editors/editplace.py:311 #, python-format msgid "Edit Place (%s)" msgstr "Redigera plats (%s)" -#: ../gramps/gui/editors/editplace.py:340 +#: ../gramps/gui/editors/editplace.py:339 #, python-format msgid "Delete Place (%s)" msgstr "Radera plats (%s)" #: ../gramps/gui/editors/editplacename.py:49 -#, fuzzy msgid "manual|Place_Name_Editor_dialog" -msgstr " Redigerare för platsnamn" +msgstr "Platsnamnsredigerardialog" #: ../gramps/gui/editors/editplacename.py:101 #: ../gramps/gui/editors/editplacename.py:134 @@ -13231,9 +13400,8 @@ msgid "Place Name Editor" msgstr " Redigerare för platsnamn" #: ../gramps/gui/editors/editplacename.py:125 -#, fuzzy msgid "Invalid ISO code" -msgstr "Ogiltig tempelkod" +msgstr "Ogiltig ISO-kod" #: ../gramps/gui/editors/editplacename.py:138 msgid "Cannot save place name" @@ -13243,16 +13411,16 @@ msgstr "Kan inte spara platsnamn" msgid "The place name cannot be empty" msgstr "Platsnamnet kan inte vara tomt" -#: ../gramps/gui/editors/editplaceref.py:59 -#: ../gramps/gui/editors/editplaceref.py:98 +#: ../gramps/gui/editors/editplaceref.py:58 +#: ../gramps/gui/editors/editplaceref.py:99 msgid "Place Reference Editor" msgstr "Redigerare för platsnamn" -#: ../gramps/gui/editors/editplaceref.py:284 +#: ../gramps/gui/editors/editplaceref.py:285 msgid "Modify Place" msgstr "Redigera plats" -#: ../gramps/gui/editors/editplaceref.py:289 +#: ../gramps/gui/editors/editplaceref.py:290 msgid "Add Place" msgstr "Lägg till plats" @@ -13266,7 +13434,7 @@ msgstr "" "Om du stänger utan att spara, så kommer de ändringar du gjort att förloras" #: ../gramps/gui/editors/editreference.py:282 -#: ../gramps/gui/editors/editrepository.py:189 +#: ../gramps/gui/editors/editrepository.py:188 msgid "Cannot save repository. ID already exists." msgstr "Kan inte spara arkivplats. ID finns redan." @@ -13274,58 +13442,57 @@ msgstr "Kan inte spara arkivplats. ID finns redan." msgid "Cannot save item. ID already exists." msgstr "Kan ej spara. ID finns redan." -#: ../gramps/gui/editors/editreporef.py:62 +#: ../gramps/gui/editors/editreporef.py:60 msgid "Repository Reference Editor" msgstr "Redigera arkivplatsreferenser" -#: ../gramps/gui/editors/editreporef.py:185 +#: ../gramps/gui/editors/editreporef.py:184 #, python-format msgid "Repository: %s" msgstr "Arkivplats: %s" -#: ../gramps/gui/editors/editreporef.py:187 +#: ../gramps/gui/editors/editreporef.py:186 #: ../gramps/gui/editors/editrepository.py:81 msgid "New Repository" msgstr "Ny arkivplats" -#: ../gramps/gui/editors/editreporef.py:188 +#: ../gramps/gui/editors/editreporef.py:187 msgid "Repo Reference Editor" msgstr "Redigera arkivplatsreferens" -#: ../gramps/gui/editors/editreporef.py:193 +#: ../gramps/gui/editors/editreporef.py:192 msgid "Modify Repository" msgstr "Ändra arkivplats" -#: ../gramps/gui/editors/editreporef.py:198 +#: ../gramps/gui/editors/editreporef.py:197 msgid "Add Repository" msgstr "Lägg till arkivplats" #: ../gramps/gui/editors/editrepository.py:60 -#, fuzzy msgid "manual|New_Repositories_dialog" -msgstr "manual|Merge_Repositories" +msgstr "manual|Dialog för ny arkivplats" -#: ../gramps/gui/editors/editrepository.py:94 +#: ../gramps/gui/editors/editrepository.py:92 msgid "Edit Repository" msgstr "Redigera arkivplats" -#: ../gramps/gui/editors/editrepository.py:179 +#: ../gramps/gui/editors/editrepository.py:177 msgid "Cannot save repository" msgstr "Kan inte spara arkivplats" -#: ../gramps/gui/editors/editrepository.py:180 +#: ../gramps/gui/editors/editrepository.py:178 msgid "" "No data exists for this repository. Please enter data or cancel the edit." msgstr "" "Inga uppgifter finns för den här arkivplatsen. Ange sådana eller avbryt " "redigeringen." -#: ../gramps/gui/editors/editrepository.py:202 +#: ../gramps/gui/editors/editrepository.py:199 #, python-format msgid "Add Repository (%s)" msgstr "Lägg till arkivplats (%s)" -#: ../gramps/gui/editors/editrepository.py:207 +#: ../gramps/gui/editors/editrepository.py:204 #, python-format msgid "Edit Repository (%s)" msgstr "Redigera arkivplats (%s)" @@ -13337,21 +13504,21 @@ msgstr "Radera arkivplats (%s)" #: ../gramps/gui/editors/editsource.py:64 msgid "manual|New_Source_dialog" -msgstr "" +msgstr "Dialog för ny källa" #: ../gramps/gui/editors/editsource.py:88 msgid "New Source" msgstr "Ny källa" -#: ../gramps/gui/editors/editsource.py:194 +#: ../gramps/gui/editors/editsource.py:193 msgid "Edit Source" msgstr "Redigera källa" -#: ../gramps/gui/editors/editsource.py:199 +#: ../gramps/gui/editors/editsource.py:198 msgid "Cannot save source" msgstr "Kan inte spara källa" -#: ../gramps/gui/editors/editsource.py:200 +#: ../gramps/gui/editors/editsource.py:199 msgid "No data exists for this source. Please enter data or cancel the edit." msgstr "" "Inga uppgifter finns för den här källan. Ange sådana eller avbryt " @@ -13361,78 +13528,65 @@ msgstr "" msgid "Cannot save source. ID already exists." msgstr "Kan inte spara källa. ID finns redan." -#: ../gramps/gui/editors/editsource.py:222 +#: ../gramps/gui/editors/editsource.py:220 #, python-format msgid "Add Source (%s)" msgstr "Lägg till källa (%s)" -#: ../gramps/gui/editors/editsource.py:227 +#: ../gramps/gui/editors/editsource.py:225 #, python-format msgid "Edit Source (%s)" msgstr "Redigera källa (%s)" -#: ../gramps/gui/editors/editsource.py:242 +#: ../gramps/gui/editors/editsource.py:243 #, python-format msgid "Delete Source (%s)" msgstr "Radera källa (%s)" #: ../gramps/gui/editors/edittaglist.py:48 -#, fuzzy msgid "manual|Tag_selection_dialog" -msgstr "Flaggval" +msgstr "Flaggvalsdialog" -#: ../gramps/gui/editors/edittaglist.py:68 -#: ../gramps/gui/editors/edittaglist.py:126 +#: ../gramps/gui/editors/edittaglist.py:70 +#: ../gramps/gui/editors/edittaglist.py:127 msgid "Tag selection" msgstr "Flaggval" -#. pylint: disable-msg=E1101 -#: ../gramps/gui/editors/edittaglist.py:99 -#: ../gramps/gui/views/bookmarks.py:205 ../gramps/gui/views/tags.py:382 -#: ../gramps/gui/views/tags.py:605 ../gramps/gui/views/tags.py:621 -#, python-format -msgid "%(title)s - Gramps" -msgstr "%(title)s - Gramps" - -#: ../gramps/gui/editors/edittaglist.py:99 -msgid "Edit Tags" -msgstr "Redigera flaggor" - -#: ../gramps/gui/editors/edittaglist.py:107 +#: ../gramps/gui/editors/edittaglist.py:109 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:116 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:107 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:118 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:110 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:120 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:93 -#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:99 +#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:103 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:135 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:106 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:105 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:110 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:109 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:92 -#: ../gramps/gui/views/tags.py:221 ../gramps/gui/views/tags.py:226 -#: ../gramps/plugins/textreport/tagreport.py:898 +#: ../gramps/gui/views/tags.py:226 ../gramps/gui/views/tags.py:231 #: ../gramps/plugins/textreport/tagreport.py:902 +#: ../gramps/plugins/textreport/tagreport.py:906 msgid "Tag" msgstr "Flagga" -#: ../gramps/gui/editors/edittaglist.py:116 -#: ../gramps/gui/glade/addmedia.glade:57 +#: ../gramps/gui/editors/edittaglist.py:118 +#: ../gramps/gui/glade/addmedia.glade:55 #: ../gramps/gui/glade/baseselector.glade:56 -#: ../gramps/gui/glade/clipboard.glade:23 ../gramps/gui/glade/dbman.glade:157 +#: ../gramps/gui/glade/clipboard.glade:21 ../gramps/gui/glade/dbman.glade:150 #: ../gramps/gui/glade/editaddress.glade:55 #: ../gramps/gui/glade/editattribute.glade:54 #: ../gramps/gui/glade/editchildref.glade:58 -#: ../gramps/gui/glade/editcitation.glade:28 +#: ../gramps/gui/glade/editcitation.glade:27 #: ../gramps/gui/glade/editdate.glade:53 #: ../gramps/gui/glade/editevent.glade:58 #: ../gramps/gui/glade/editeventref.glade:22 #: ../gramps/gui/glade/editfamily.glade:60 -#: ../gramps/gui/glade/editldsord.glade:77 -#: ../gramps/gui/glade/editlink.glade:59 -#: ../gramps/gui/glade/editlocation.glade:55 +#: ../gramps/gui/glade/editldsord.glade:75 +#: ../gramps/gui/glade/editlink.glade:58 +#: ../gramps/gui/glade/editlocation.glade:54 #: ../gramps/gui/glade/editmedia.glade:55 #: ../gramps/gui/glade/editmediaref.glade:75 -#: ../gramps/gui/glade/editname.glade:60 ../gramps/gui/glade/editnote.glade:55 -#: ../gramps/gui/glade/editperson.glade:83 +#: ../gramps/gui/glade/editname.glade:59 ../gramps/gui/glade/editnote.glade:53 +#: ../gramps/gui/glade/editperson.glade:82 #: ../gramps/gui/glade/editpersonref.glade:57 #: ../gramps/gui/glade/editplace.glade:52 #: ../gramps/gui/glade/editplacename.glade:55 @@ -13440,53 +13594,51 @@ msgstr "Flagga" #: ../gramps/gui/glade/editreporef.glade:61 #: ../gramps/gui/glade/editrepository.glade:59 #: ../gramps/gui/glade/editsource.glade:58 -#: ../gramps/gui/glade/editurl.glade:58 -#: ../gramps/gui/glade/mergecitation.glade:54 +#: ../gramps/gui/glade/editurl.glade:57 +#: ../gramps/gui/glade/mergecitation.glade:53 #: ../gramps/gui/glade/mergedata.glade:77 #: ../gramps/gui/glade/mergedata.glade:278 #: ../gramps/gui/glade/mergedata.glade:468 #: ../gramps/gui/glade/mergedata.glade:698 -#: ../gramps/gui/glade/mergeevent.glade:54 -#: ../gramps/gui/glade/mergefamily.glade:54 -#: ../gramps/gui/glade/mergemedia.glade:54 -#: ../gramps/gui/glade/mergenote.glade:54 -#: ../gramps/gui/glade/mergeperson.glade:55 -#: ../gramps/gui/glade/mergeplace.glade:52 -#: ../gramps/gui/glade/mergerepository.glade:54 -#: ../gramps/gui/glade/mergesource.glade:54 -#: ../gramps/gui/glade/reorder.glade:56 ../gramps/gui/glade/rule.glade:43 -#: ../gramps/gui/glade/rule.glade:354 ../gramps/gui/glade/rule.glade:784 -#: ../gramps/gui/logger/_errorview.py:142 -#: ../gramps/gui/plug/report/_reportdialog.py:157 -#: ../gramps/gui/undohistory.py:82 ../gramps/gui/viewmanager.py:479 -#: ../gramps/gui/views/bookmarks.py:237 ../gramps/gui/views/tags.py:420 -#: ../gramps/gui/views/tags.py:627 ../gramps/gui/widgets/grampletbar.py:639 +#: ../gramps/gui/glade/mergeevent.glade:53 +#: ../gramps/gui/glade/mergefamily.glade:53 +#: ../gramps/gui/glade/mergemedia.glade:53 +#: ../gramps/gui/glade/mergenote.glade:53 +#: ../gramps/gui/glade/mergeperson.glade:53 +#: ../gramps/gui/glade/mergeplace.glade:51 +#: ../gramps/gui/glade/mergerepository.glade:53 +#: ../gramps/gui/glade/mergesource.glade:53 +#: ../gramps/gui/glade/reorder.glade:54 ../gramps/gui/glade/rule.glade:41 +#: ../gramps/gui/glade/rule.glade:351 ../gramps/gui/glade/rule.glade:781 +#: ../gramps/gui/logger/_errorview.py:143 +#: ../gramps/gui/plug/report/_reportdialog.py:158 +#: ../gramps/gui/undohistory.py:82 ../gramps/gui/viewmanager.py:490 +#: ../gramps/gui/views/bookmarks.py:288 ../gramps/gui/views/tags.py:431 +#: ../gramps/gui/views/tags.py:644 ../gramps/gui/widgets/grampletbar.py:641 #: ../gramps/gui/widgets/grampletpane.py:240 -#: ../gramps/plugins/tool/testcasegenerator.py:298 +#: ../gramps/plugins/tool/testcasegenerator.py:329 msgid "_Help" msgstr "_Hjälp" #: ../gramps/gui/editors/editurl.py:47 -#, fuzzy msgid "manual|Internet_Address_Editor" msgstr "Internetadressredigerare" -#: ../gramps/gui/editors/editurl.py:70 ../gramps/gui/editors/editurl.py:104 +#: ../gramps/gui/editors/editurl.py:68 ../gramps/gui/editors/editurl.py:103 msgid "Internet Address Editor" msgstr "Internetadressredigerare" #: ../gramps/gui/editors/filtereditor.py:83 msgid "manual|Add_Rule_dialog" -msgstr "" +msgstr "Dialog för lägg till regel" #: ../gramps/gui/editors/filtereditor.py:84 msgid "manual|Define_Filter_dialog" -msgstr "" +msgstr "Dialog för att definiera filter" #: ../gramps/gui/editors/filtereditor.py:85 -#, fuzzy msgid "manual|Custom_Filters" -msgstr "Anpassat filter" +msgstr "Anpassade filter" #: ../gramps/gui/editors/filtereditor.py:89 msgid "Person Filters" @@ -13550,45 +13702,45 @@ msgid "Give or select a source ID, leave empty to find objects with no source." msgstr "" "Ange eller välj en käll-ID, lämna tomt så hittas alla objekt utan källa." -#: ../gramps/gui/editors/filtereditor.py:563 -#, fuzzy +#: ../gramps/gui/editors/filtereditor.py:562 msgid "Include selected Gramps ID" -msgstr "Ta med Gramps ID" +msgstr "Ta med valda Gramps ID" -#: ../gramps/gui/editors/filtereditor.py:565 +#: ../gramps/gui/editors/filtereditor.py:564 msgid "Use exact case of letters" msgstr "Använd exakt skiftläge för bokstäver" -#: ../gramps/gui/editors/filtereditor.py:566 +#: ../gramps/gui/editors/filtereditor.py:565 msgid "Regular-Expression matching:" msgstr "Reguljärt uttryck som matchar:" -#: ../gramps/gui/editors/filtereditor.py:567 +#: ../gramps/gui/editors/filtereditor.py:566 msgid "Use regular expression" msgstr "Använd reguljärt uttryck" -#: ../gramps/gui/editors/filtereditor.py:569 -msgid "Also family events where person is wife/husband" +#: ../gramps/gui/editors/filtereditor.py:568 +#, fuzzy +msgid "Also family events where person is spouse" msgstr "Även familjehändelser, där person är maka/make" -#: ../gramps/gui/editors/filtereditor.py:572 +#: ../gramps/gui/editors/filtereditor.py:570 msgid "Only include primary participants" msgstr "Tag bara med primära deltagare" -#: ../gramps/gui/editors/filtereditor.py:596 +#: ../gramps/gui/editors/filtereditor.py:594 #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:76 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:77 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:87 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:80 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:89 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:66 -#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:73 +#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:77 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:92 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:80 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:76 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:84 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:80 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:65 msgid "Use regular expressions" msgstr "Använd reguljära uttryck" -#: ../gramps/gui/editors/filtereditor.py:597 +#: ../gramps/gui/editors/filtereditor.py:595 msgid "" "Interpret the contents of string fields as regular expressions.\n" "A decimal point will match any character. A question mark will match zero or " @@ -13607,38 +13759,38 @@ msgstr "" "kommer att matcha början på en rad. Ett dollartecken kommer att matcha " "slutet på en rad." -#: ../gramps/gui/editors/filtereditor.py:626 +#: ../gramps/gui/editors/filtereditor.py:624 msgid "Rule Name" msgstr "Namn på regel" -#: ../gramps/gui/editors/filtereditor.py:757 -#: ../gramps/gui/editors/filtereditor.py:761 -#: ../gramps/gui/glade/rule.glade:917 +#: ../gramps/gui/editors/filtereditor.py:755 +#: ../gramps/gui/editors/filtereditor.py:759 +#: ../gramps/gui/glade/rule.glade:914 msgid "No rule selected" msgstr "Ingen regel vald" -#: ../gramps/gui/editors/filtereditor.py:816 +#: ../gramps/gui/editors/filtereditor.py:812 msgid "Define filter" msgstr "Definiera filter" -#: ../gramps/gui/editors/filtereditor.py:820 -#: ../gramps/gui/glade/rule.glade:970 +#: ../gramps/gui/editors/filtereditor.py:817 +#: ../gramps/gui/glade/rule.glade:967 msgid "Values" msgstr "Värden" -#: ../gramps/gui/editors/filtereditor.py:919 +#: ../gramps/gui/editors/filtereditor.py:916 msgid "Add Rule" msgstr "Lägg till regel" -#: ../gramps/gui/editors/filtereditor.py:931 +#: ../gramps/gui/editors/filtereditor.py:928 msgid "Edit Rule" msgstr "Redigera regel" -#: ../gramps/gui/editors/filtereditor.py:966 +#: ../gramps/gui/editors/filtereditor.py:963 msgid "Filter Test" msgstr "Filtertest" -#: ../gramps/gui/editors/filtereditor.py:1105 +#: ../gramps/gui/editors/filtereditor.py:1102 msgid "Comment" msgstr "Kommentar" @@ -13646,40 +13798,40 @@ msgstr "Kommentar" #. ############################### #. ######################### #. ############################### -#: ../gramps/gui/editors/filtereditor.py:1105 -#: ../gramps/plugins/drawreport/calendarreport.py:468 -#: ../gramps/plugins/drawreport/statisticschart.py:984 -#: ../gramps/plugins/drawreport/timeline.py:413 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:983 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:997 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1011 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1025 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1039 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1053 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1067 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1081 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1095 -#: ../gramps/plugins/graph/gvrelgraph.py:666 -#: ../gramps/plugins/quickview/quickview.gpr.py:127 -#: ../gramps/plugins/textreport/birthdayreport.py:418 -#: ../gramps/plugins/textreport/familygroup.py:704 -#: ../gramps/plugins/textreport/indivcomplete.py:989 -#: ../gramps/plugins/textreport/recordsreport.py:213 +#: ../gramps/gui/editors/filtereditor.py:1102 +#: ../gramps/plugins/drawreport/calendarreport.py:472 +#: ../gramps/plugins/drawreport/statisticschart.py:988 +#: ../gramps/plugins/drawreport/timeline.py:417 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1009 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1023 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1037 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1051 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1065 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1079 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1093 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1107 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1121 +#: ../gramps/plugins/graph/gvrelgraph.py:669 +#: ../gramps/plugins/quickview/quickview.gpr.py:130 +#: ../gramps/plugins/textreport/birthdayreport.py:417 +#: ../gramps/plugins/textreport/familygroup.py:708 +#: ../gramps/plugins/textreport/indivcomplete.py:1035 +#: ../gramps/plugins/textreport/recordsreport.py:218 #: ../gramps/plugins/tool/sortevents.py:166 -#: ../gramps/plugins/webreport/narrativeweb.py:9368 -#: ../gramps/plugins/webreport/webcal.py:1606 +#: ../gramps/plugins/webreport/narrativeweb.py:9649 +#: ../gramps/plugins/webreport/webcal.py:1624 msgid "Filter" msgstr "Filter" -#: ../gramps/gui/editors/filtereditor.py:1113 +#: ../gramps/gui/editors/filtereditor.py:1110 msgid "Custom Filter Editor" msgstr "Anpassade filter" -#: ../gramps/gui/editors/filtereditor.py:1180 +#: ../gramps/gui/editors/filtereditor.py:1182 msgid "Delete Filter?" msgstr "Radera filter?" -#: ../gramps/gui/editors/filtereditor.py:1181 +#: ../gramps/gui/editors/filtereditor.py:1183 msgid "" "This filter is currently being used as the base for other filters. " "Deletingthis filter will result in removing all other filters that depend on " @@ -13688,7 +13840,7 @@ msgstr "" "Detta filter används nu som bas för andra filter. Genom att ta bort detta " "filter kommer alla filter, som beror på detta att tas bort." -#: ../gramps/gui/editors/filtereditor.py:1185 +#: ../gramps/gui/editors/filtereditor.py:1187 msgid "Delete Filter" msgstr "Radera filter" @@ -13749,7 +13901,7 @@ msgid "To select a media object, use drag-and-drop or use the buttons" msgstr "Använd dra-och-släpp eller knapparna för att välja ett mediaobjekt" #: ../gramps/gui/editors/objectentries.py:389 -#: ../gramps/gui/plug/_guioptions.py:1104 +#: ../gramps/gui/plug/_guioptions.py:1105 msgid "No image given, click button to select one" msgstr "Ingen bild angiven, klicka på knappen för att välja en" @@ -13758,7 +13910,7 @@ msgid "Edit media object" msgstr "Redigera mediaobjekt" #: ../gramps/gui/editors/objectentries.py:391 -#: ../gramps/gui/plug/_guioptions.py:1082 +#: ../gramps/gui/plug/_guioptions.py:1083 msgid "Select an existing media object" msgstr "Välj ett befintligt mediaobjekt" @@ -13776,12 +13928,12 @@ msgid "To select a note, use drag-and-drop or use the buttons" msgstr "Använd dra-och-släpp eller knapparna för att välja en notis" #: ../gramps/gui/editors/objectentries.py:435 -#: ../gramps/gui/plug/_guioptions.py:1002 +#: ../gramps/gui/plug/_guioptions.py:1003 msgid "No note given, click button to select one" msgstr "Ingen notis angiven, klicka på knappen för att välja en" #: ../gramps/gui/editors/objectentries.py:437 -#: ../gramps/gui/plug/_guioptions.py:977 +#: ../gramps/gui/plug/_guioptions.py:978 msgid "Select an existing note" msgstr "Välj en befintlig notis" @@ -13800,9 +13952,7 @@ msgid "_Find" msgstr "_Leta" #: ../gramps/gui/filters/_searchbar.py:57 -#: ../gramps/gui/glade/clipboard.glade:56 -#: ../gramps/gui/plug/report/_bookdialog.py:663 -#: ../gramps/gui/undohistory.py:88 +#: ../gramps/gui/glade/clipboard.glade:54 ../gramps/gui/undohistory.py:88 msgid "_Clear" msgstr "_Rensa" @@ -13827,19 +13977,19 @@ msgid "%s does not contain" msgstr "%s innehåller inte" #: ../gramps/gui/filters/_searchbar.py:168 -#: ../gramps/gui/views/listview.py:1140 ../gramps/gui/views/listview.py:1160 +#: ../gramps/gui/views/listview.py:1153 ../gramps/gui/views/listview.py:1173 msgid "Updating display..." msgstr "Uppdaterar visning..." #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:103 -#: ../gramps/gui/glade/editcitation.glade:264 +#: ../gramps/gui/glade/editcitation.glade:263 msgid "Source:" msgstr "Källa:" #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:107 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:89 #: ../gramps/plugins/view/sourceview.py:85 -#: ../gramps/plugins/webreport/narrativeweb.py:4907 +#: ../gramps/plugins/webreport/narrativeweb.py:4960 msgid "Abbreviation" msgstr "Förkortning" @@ -13863,27 +14013,27 @@ msgid "Citation: Minimum Confidence|Min. Conf." msgstr "Min. Konf." #: ../gramps/gui/filters/sidebar/_citationsidebarfilter.py:117 -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:108 -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:119 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:111 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:121 #: ../gramps/gui/filters/sidebar/_mediasidebarfilter.py:94 -#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:100 +#: ../gramps/gui/filters/sidebar/_notesidebarfilter.py:104 #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:136 -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:107 -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:106 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:111 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:110 #: ../gramps/gui/filters/sidebar/_sourcesidebarfilter.py:93 msgid "Custom filter" msgstr "Anpassat filter" -#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:103 +#: ../gramps/gui/filters/sidebar/_eventsidebarfilter.py:106 #: ../gramps/plugins/textreport/tagreport.py:343 msgid "Participants" msgstr "Deltagare" -#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:115 -#: ../gramps/gui/widgets/reorderfam.py:90 +#: ../gramps/gui/filters/sidebar/_familysidebarfilter.py:117 +#: ../gramps/gui/widgets/reorderfam.py:91 #: ../gramps/plugins/textreport/tagreport.py:260 #: ../gramps/plugins/view/familyview.py:82 -#: ../gramps/plugins/webreport/narrativeweb.py:6986 +#: ../gramps/plugins/webreport/narrativeweb.py:7068 msgid "Relationship" msgstr "Släktskap" @@ -13892,8 +14042,7 @@ msgid "any" msgstr "alla" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:129 -#: ../gramps/plugins/export/exportcsv.py:382 -#: ../gramps/plugins/importer/importcsv.py:166 +#: ../gramps/plugins/export/exportcsv.py:356 msgid "Birth date" msgstr "Födelsedatum" @@ -13904,19 +14053,18 @@ msgid "example: \"%(msg1)s\" or \"%(msg2)s\"" msgstr "exempel: \"%(msg1)s\" eller \"%(msg2)s\"" #: ../gramps/gui/filters/sidebar/_personsidebarfilter.py:131 -#: ../gramps/plugins/export/exportcsv.py:384 -#: ../gramps/plugins/importer/importcsv.py:198 +#: ../gramps/plugins/export/exportcsv.py:358 msgid "Death date" msgstr "Dödsdatum" -#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:103 -#: ../gramps/plugins/export/exportcsv.py:565 -#: ../gramps/plugins/importer/importcsv.py:226 +#: ../gramps/gui/filters/sidebar/_placesidebarfilter.py:107 +#: ../gramps/plugins/export/exportcsv.py:287 +#: ../gramps/plugins/importer/importcsv.py:227 #: ../gramps/plugins/lib/libplaceview.py:88 msgid "Code" msgstr "Kod" -#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:103 +#: ../gramps/gui/filters/sidebar/_reposidebarfilter.py:107 msgid "URL" msgstr "URL" @@ -13924,15 +14072,15 @@ msgstr "URL" msgid "Reset" msgstr "Återställ" -#: ../gramps/gui/glade/addmedia.glade:129 -#: ../gramps/gui/glade/editperson.glade:293 -#: ../gramps/gui/glade/editperson.glade:301 -#: ../gramps/plugins/lib/libmetadata.py:99 -#: ../gramps/plugins/textreport/simplebooktitle.py:148 +#: ../gramps/gui/glade/addmedia.glade:127 +#: ../gramps/gui/glade/editperson.glade:292 +#: ../gramps/gui/glade/editperson.glade:300 +#: ../gramps/plugins/lib/libmetadata.py:101 +#: ../gramps/plugins/textreport/simplebooktitle.py:152 msgid "Image" msgstr "Bild" -#: ../gramps/gui/glade/addmedia.glade:169 +#: ../gramps/gui/glade/addmedia.glade:167 #: ../gramps/gui/glade/editmedia.glade:111 #: ../gramps/gui/glade/editmediaref.glade:409 #: ../gramps/gui/glade/editplace.glade:90 @@ -13940,7 +14088,7 @@ msgstr "Bild" msgid "_Title:" msgstr "_Titel:" -#: ../gramps/gui/glade/addmedia.glade:193 +#: ../gramps/gui/glade/addmedia.glade:191 msgid "Convert to a relative path" msgstr "Konvertera till relativ sökväg" @@ -13948,51 +14096,52 @@ msgstr "Konvertera till relativ sökväg" msgid "Show all" msgstr "Visa alla" -#: ../gramps/gui/glade/book.glade:54 +#: ../gramps/gui/glade/book.glade:51 msgid "Book _name:" msgstr "Bok_namn:" -#: ../gramps/gui/glade/book.glade:93 +#: ../gramps/gui/glade/book.glade:90 +#: ../gramps/gui/plug/report/_bookdialog.py:624 msgid "Clear the book" msgstr "Rensa boken" -#: ../gramps/gui/glade/book.glade:115 +#: ../gramps/gui/glade/book.glade:112 msgid "Save current set of configured selections" msgstr "Spara aktuell uppsättning av inställda val" -#: ../gramps/gui/glade/book.glade:138 +#: ../gramps/gui/glade/book.glade:135 msgid "Open previously created book" msgstr "Öppna tidigare skapad bok" -#: ../gramps/gui/glade/book.glade:160 +#: ../gramps/gui/glade/book.glade:157 msgid "Manage previously created books" msgstr "Hantera tidigare skapade böcker" -#: ../gramps/gui/glade/book.glade:330 +#: ../gramps/gui/glade/book.glade:327 msgid "Add an item to the book" msgstr "Lägg till ett objekt till boken" -#: ../gramps/gui/glade/book.glade:353 +#: ../gramps/gui/glade/book.glade:350 msgid "Remove currently selected item from the book" msgstr "Ta bort det objekt som för tillfället är valt från boken" -#: ../gramps/gui/glade/book.glade:375 +#: ../gramps/gui/glade/book.glade:372 msgid "Move current selection one step up in the book" msgstr "Flytta aktuell markering ett steg uppåt i boken" -#: ../gramps/gui/glade/book.glade:397 +#: ../gramps/gui/glade/book.glade:394 msgid "Move current selection one step down in the book" msgstr "Flytta aktuell markering ett steg ned i boken" -#: ../gramps/gui/glade/book.glade:419 +#: ../gramps/gui/glade/book.glade:416 msgid "Configure currently selected item" msgstr "Ställ in det objekt som för tillfället är valt" -#: ../gramps/gui/glade/book.glade:527 ../gramps/gui/glade/dbman.glade:272 +#: ../gramps/gui/glade/book.glade:522 ../gramps/gui/glade/dbman.glade:265 msgid "_Delete" msgstr "_Radera" -#: ../gramps/gui/glade/clipboard.glade:40 +#: ../gramps/gui/glade/clipboard.glade:38 msgid "Clear _All" msgstr "Töm _allt" @@ -14040,42 +14189,42 @@ msgstr "Revisionskommentar - Gramps" msgid "Version description" msgstr "Versionsbeskrivning" -#: ../gramps/gui/glade/dbman.glade:107 +#: ../gramps/gui/glade/dbman.glade:103 msgid "Family Trees - Gramps" msgstr "Släktträd - Gramps" -#: ../gramps/gui/glade/dbman.glade:125 +#: ../gramps/gui/glade/dbman.glade:118 msgid "_Close Window" msgstr "_Stäng fönster" -#: ../gramps/gui/glade/dbman.glade:141 +#: ../gramps/gui/glade/dbman.glade:134 msgid "_Load Family Tree" msgstr "_Ladda släktträd" -#: ../gramps/gui/glade/dbman.glade:241 ../gramps/gui/glade/editlink.glade:209 +#: ../gramps/gui/glade/dbman.glade:234 ../gramps/gui/glade/editlink.glade:208 msgid "_New" msgstr "_Ny" -#: ../gramps/gui/glade/dbman.glade:257 +#: ../gramps/gui/glade/dbman.glade:250 #, fuzzy msgid "_Info" msgstr "Info" -#: ../gramps/gui/glade/dbman.glade:288 +#: ../gramps/gui/glade/dbman.glade:281 msgid "_Rename" msgstr "_Döp om" -#: ../gramps/gui/glade/dbman.glade:304 +#: ../gramps/gui/glade/dbman.glade:297 #: ../gramps/gui/glade/grampletpane.glade:137 msgid "Close" msgstr "Stäng" -#: ../gramps/gui/glade/dbman.glade:320 +#: ../gramps/gui/glade/dbman.glade:313 #, fuzzy msgid "Con_vert" msgstr "Omvandla" -#: ../gramps/gui/glade/dbman.glade:336 +#: ../gramps/gui/glade/dbman.glade:329 msgid "Re_pair" msgstr "_Reparera" @@ -14083,35 +14232,35 @@ msgstr "_Reparera" msgid "Do not show this dialog again" msgstr "Visa inte denna dialog igen" -#: ../gramps/gui/glade/dialog.glade:253 +#: ../gramps/gui/glade/dialog.glade:254 msgid "_Remove Object" msgstr "_Ta bort objekt" -#: ../gramps/gui/glade/dialog.glade:258 +#: ../gramps/gui/glade/dialog.glade:259 msgid "Remove object and all references to it from the database" msgstr "Ta bort objekt och alla referenser till det från databasen" -#: ../gramps/gui/glade/dialog.glade:269 +#: ../gramps/gui/glade/dialog.glade:270 msgid "_Keep Reference" msgstr "_Behåll referens" -#: ../gramps/gui/glade/dialog.glade:274 +#: ../gramps/gui/glade/dialog.glade:275 msgid "Keep reference to the missing file" msgstr "Behåll referens till den saknade filen" -#: ../gramps/gui/glade/dialog.glade:285 +#: ../gramps/gui/glade/dialog.glade:286 msgid "_Select File" msgstr "_Välj fil" -#: ../gramps/gui/glade/dialog.glade:292 +#: ../gramps/gui/glade/dialog.glade:293 msgid "Select replacement for the missing file" msgstr "Välj ersättning för den saknade filen" -#: ../gramps/gui/glade/dialog.glade:365 +#: ../gramps/gui/glade/dialog.glade:366 msgid "_Use this selection for all missing media files" msgstr "An_vänd denna flagga för alla saknade mediafiler" -#: ../gramps/gui/glade/dialog.glade:369 +#: ../gramps/gui/glade/dialog.glade:370 msgid "" "If you check this button, all the missing media files will be automatically " "treated according to the currently selected option. No further dialogs will " @@ -14121,31 +14270,31 @@ msgstr "" "automatiskt behandlas enligt den för tillfället valda alternativet. Inga " "ytterligare dialoger kommer att presenteras för saknade mediafiler." -#: ../gramps/gui/glade/dialog.glade:421 +#: ../gramps/gui/glade/dialog.glade:422 msgid "Cancel the rest of the operations" msgstr "Avbryt resterande del av jobben" -#: ../gramps/gui/glade/dialog.glade:432 +#: ../gramps/gui/glade/dialog.glade:433 msgid "_No" msgstr "_Nej" -#: ../gramps/gui/glade/dialog.glade:437 +#: ../gramps/gui/glade/dialog.glade:438 msgid "Do not apply the operation to this item" msgstr "Tillämpa inte jobbet på detta" -#: ../gramps/gui/glade/dialog.glade:448 +#: ../gramps/gui/glade/dialog.glade:449 msgid "_Yes" msgstr "_Ja" -#: ../gramps/gui/glade/dialog.glade:455 +#: ../gramps/gui/glade/dialog.glade:456 msgid "Apply the operation to this item" msgstr "Tillämpa jobbet på detta" -#: ../gramps/gui/glade/dialog.glade:528 +#: ../gramps/gui/glade/dialog.glade:529 msgid "_Use this answer for the rest of the items" msgstr "_Använd detta svar för resterande poster" -#: ../gramps/gui/glade/dialog.glade:532 +#: ../gramps/gui/glade/dialog.glade:533 msgid "" "If you check this button, your next answer will apply to the rest of the " "selected items" @@ -14153,49 +14302,54 @@ msgstr "" "Om du markerar denna knapp, kommer nästa svar att tillämpas på resterande " "valda poster" -#: ../gramps/gui/glade/dialog.glade:762 ../gramps/gui/glade/dialog.glade:778 -#: ../gramps/gui/glade/dialog.glade:889 +#: ../gramps/gui/glade/dialog.glade:763 ../gramps/gui/glade/dialog.glade:780 +#: ../gramps/gui/glade/dialog.glade:892 msgid "label" msgstr "etikett" -#: ../gramps/gui/glade/dialog.glade:824 +#: ../gramps/gui/glade/dialog.glade:827 msgid "Close _without saving" msgstr "Stäng _utan att spara" #. widget -#: ../gramps/gui/glade/dialog.glade:856 -#: ../gramps/gui/plug/report/_bookdialog.py:664 -#: ../gramps/gui/views/listview.py:1003 -#: ../gramps/gui/widgets/grampletpane.py:573 -#: ../gramps/plugins/tool/eventcmp.py:398 +#: ../gramps/gui/glade/dialog.glade:859 +#: ../gramps/gui/plug/report/_bookdialog.py:625 +#: ../gramps/gui/views/listview.py:1023 +#: ../gramps/gui/widgets/grampletpane.py:578 +#: ../gramps/plugins/tool/eventcmp.py:400 msgid "_Save" msgstr "_Spara" -#: ../gramps/gui/glade/dialog.glade:929 +#: ../gramps/gui/glade/dialog.glade:932 msgid "Do not ask again" msgstr "Fråga inte igen" +#: ../gramps/gui/glade/displaystate.glade:7 +#, fuzzy +msgid "Gramps Warnings" +msgstr "Varningar" + #: ../gramps/gui/glade/editaddress.glade:44 #: ../gramps/gui/glade/editchildref.glade:47 #: ../gramps/gui/glade/editevent.glade:47 #: ../gramps/gui/glade/editfamily.glade:49 -#: ../gramps/gui/glade/editldsord.glade:66 -#: ../gramps/gui/glade/editlink.glade:48 ../gramps/gui/glade/editname.glade:49 -#: ../gramps/gui/glade/editperson.glade:71 +#: ../gramps/gui/glade/editldsord.glade:64 +#: ../gramps/gui/glade/editlink.glade:47 ../gramps/gui/glade/editname.glade:48 +#: ../gramps/gui/glade/editperson.glade:70 #: ../gramps/gui/glade/editpersonref.glade:46 #: ../gramps/gui/glade/editplacename.glade:44 #: ../gramps/gui/glade/editreporef.glade:50 #: ../gramps/gui/glade/editrepository.glade:48 #: ../gramps/gui/glade/editsource.glade:46 -#: ../gramps/gui/glade/editurl.glade:47 +#: ../gramps/gui/glade/editurl.glade:46 msgid "Accept changes and close window" msgstr "Spara ändringar och stäng fönster" #: ../gramps/gui/glade/editaddress.glade:93 -#: ../gramps/gui/glade/editcitation.glade:91 +#: ../gramps/gui/glade/editcitation.glade:90 #: ../gramps/gui/glade/editevent.glade:111 #: ../gramps/gui/glade/editeventref.glade:238 -#: ../gramps/gui/glade/editldsord.glade:116 +#: ../gramps/gui/glade/editldsord.glade:114 #: ../gramps/gui/glade/editmedia.glade:125 #: ../gramps/gui/glade/editmediaref.glade:546 #: ../gramps/gui/glade/editplacename.glade:93 @@ -14208,7 +14362,7 @@ msgid "St_reet:" msgstr "_Gatuadress:" #: ../gramps/gui/glade/editaddress.glade:123 -#: ../gramps/gui/glade/editlocation.glade:94 +#: ../gramps/gui/glade/editlocation.glade:93 msgid "C_ity:" msgstr "_Stad/Kommun:" @@ -14217,12 +14371,12 @@ msgid "The town or city of the address" msgstr "Kommun eller stad för adressen" #: ../gramps/gui/glade/editaddress.glade:151 -#: ../gramps/plugins/tool/ownereditor.glade:194 +#: ../gramps/plugins/tool/ownereditor.glade:193 msgid "_State/County:" msgstr "_Stat/Län:" #: ../gramps/gui/glade/editaddress.glade:166 -#: ../gramps/gui/glade/editlocation.glade:249 +#: ../gramps/gui/glade/editlocation.glade:248 msgid "_ZIP/Postal code:" msgstr "Postnu_mmer:" @@ -14231,12 +14385,12 @@ msgid "Postal code" msgstr "Postnummer" #: ../gramps/gui/glade/editaddress.glade:194 -#: ../gramps/gui/glade/editlocation.glade:221 +#: ../gramps/gui/glade/editlocation.glade:220 msgid "Cou_ntry:" msgstr "La_nd:" #: ../gramps/gui/glade/editaddress.glade:209 -#: ../gramps/gui/glade/editlocation.glade:275 +#: ../gramps/gui/glade/editlocation.glade:274 msgid "Phon_e:" msgstr "_Telefon:" @@ -14268,7 +14422,7 @@ msgstr "" #: ../gramps/gui/glade/editaddress.glade:290 #: ../gramps/gui/glade/editattribute.glade:146 #: ../gramps/gui/glade/editchildref.glade:173 -#: ../gramps/gui/glade/editcitation.glade:339 +#: ../gramps/gui/glade/editcitation.glade:338 #: ../gramps/gui/glade/editevent.glade:348 #: ../gramps/gui/glade/editeventref.glade:142 #: ../gramps/gui/glade/editeventref.glade:413 @@ -14277,9 +14431,9 @@ msgstr "" #: ../gramps/gui/glade/editmedia.glade:325 #: ../gramps/gui/glade/editmediaref.glade:294 #: ../gramps/gui/glade/editmediaref.glade:616 -#: ../gramps/gui/glade/editname.glade:149 -#: ../gramps/gui/glade/editnote.glade:228 -#: ../gramps/gui/glade/editperson.glade:411 +#: ../gramps/gui/glade/editname.glade:148 +#: ../gramps/gui/glade/editnote.glade:226 +#: ../gramps/gui/glade/editperson.glade:410 #: ../gramps/gui/glade/editpersonref.glade:151 #: ../gramps/gui/glade/editplace.glade:255 #: ../gramps/gui/glade/editplaceref.glade:358 @@ -14287,19 +14441,19 @@ msgstr "" #: ../gramps/gui/glade/editreporef.glade:397 #: ../gramps/gui/glade/editrepository.glade:205 #: ../gramps/gui/glade/editsource.glade:288 -#: ../gramps/gui/glade/editurl.glade:150 -#: ../gramps/plugins/webreport/narrativeweb.py:9539 +#: ../gramps/gui/glade/editurl.glade:149 +#: ../gramps/plugins/webreport/narrativeweb.py:9835 msgid "Privacy" msgstr "Skyddade data" #: ../gramps/gui/glade/editaddress.glade:313 -#: ../gramps/gui/glade/editcitation.glade:107 +#: ../gramps/gui/glade/editcitation.glade:106 #: ../gramps/gui/glade/editevent.glade:127 #: ../gramps/gui/glade/editeventref.glade:369 -#: ../gramps/gui/glade/editldsord.glade:148 +#: ../gramps/gui/glade/editldsord.glade:146 #: ../gramps/gui/glade/editmedia.glade:235 #: ../gramps/gui/glade/editmediaref.glade:573 -#: ../gramps/gui/glade/editname.glade:563 +#: ../gramps/gui/glade/editname.glade:562 #: ../gramps/gui/glade/editplacename.glade:123 msgid "Invoke date editor" msgstr "Starta datumredigerare" @@ -14309,8 +14463,8 @@ msgid "Date at which the address is valid." msgstr "Det datum, vid vilket adressen är giltig." #: ../gramps/gui/glade/editaddress.glade:361 -#: ../gramps/gui/glade/editlocation.glade:315 -#: ../gramps/plugins/tool/ownereditor.glade:360 +#: ../gramps/gui/glade/editlocation.glade:314 +#: ../gramps/plugins/tool/ownereditor.glade:359 msgid "_Locality:" msgstr "_Omgivning:" @@ -14368,12 +14522,12 @@ msgstr "Öppna personredigerare för detta barn" #: ../gramps/gui/glade/editchildref.glade:240 #: ../gramps/gui/glade/editfamily.glade:279 -#: ../gramps/gui/glade/editfamily.glade:587 ../gramps/gui/glade/rule.glade:459 -#: ../gramps/gui/glade/styleeditor.glade:1862 +#: ../gramps/gui/glade/editfamily.glade:587 ../gramps/gui/glade/rule.glade:456 +#: ../gramps/gui/glade/styleeditor.glade:1865 msgid "Edition" msgstr "Utgåva" -#: ../gramps/gui/glade/editcitation.glade:137 +#: ../gramps/gui/glade/editcitation.glade:136 msgid "" "Specific location within the information referenced. For a published work, " "this could include the volume of a multi-volume work and the page number(s). " @@ -14390,15 +14544,15 @@ msgstr "" "det vara bladnummer, sidnummer etc. En folkräkning kan ha radnummer eller " "boplats och familjenummer utöver sidnummer." -#: ../gramps/gui/glade/editcitation.glade:153 +#: ../gramps/gui/glade/editcitation.glade:152 msgid "_Volume/Page:" msgstr "_Volym/sida:" -#: ../gramps/gui/glade/editcitation.glade:168 +#: ../gramps/gui/glade/editcitation.glade:167 msgid "Con_fidence:" msgstr "Tillf_örlitlighet:" -#: ../gramps/gui/glade/editcitation.glade:182 +#: ../gramps/gui/glade/editcitation.glade:181 msgid "" "The date of the entry in the source you are referencing, e.g. the date a " "house was visited during a census, or the date an entry was made in a birth " @@ -14408,7 +14562,7 @@ msgstr "" "hus besöktes under en folkräkning eller datumet för en inmatning gjorts i " "ett föddebok eller liknande. " -#: ../gramps/gui/glade/editcitation.glade:202 +#: ../gramps/gui/glade/editcitation.glade:201 msgid "" "Conveys the submitter's quantitative evaluation of the credibility of a " "piece of information, based upon its supporting evidence. It is not intended " @@ -14427,14 +14581,14 @@ msgstr "" "muntliga uppgifter eller möjlighet till påverkan från t. ex en " "självbiografiMycket hög = Direkt eller primär källa använd" -#: ../gramps/gui/glade/editcitation.glade:227 +#: ../gramps/gui/glade/editcitation.glade:226 #: ../gramps/gui/glade/editevent.glade:312 #: ../gramps/gui/glade/editeventref.glade:285 #: ../gramps/gui/glade/editfamily.glade:670 #: ../gramps/gui/glade/editmedia.glade:96 #: ../gramps/gui/glade/editmediaref.glade:394 -#: ../gramps/gui/glade/editnote.glade:168 -#: ../gramps/gui/glade/editperson.glade:618 +#: ../gramps/gui/glade/editnote.glade:166 +#: ../gramps/gui/glade/editperson.glade:617 #: ../gramps/gui/glade/editplace.glade:149 #: ../gramps/gui/glade/editreporef.glade:352 #: ../gramps/gui/glade/editrepository.glade:165 @@ -14442,12 +14596,13 @@ msgstr "" msgid "_ID:" msgstr "_ID:" -#: ../gramps/gui/glade/editcitation.glade:241 +#: ../gramps/gui/glade/editcitation.glade:240 msgid "A unique ID to identify the citation" msgstr "Ett unikt ID för att identifiera citeringen." -#: ../gramps/gui/glade/editcitation.glade:361 +#: ../gramps/gui/glade/editcitation.glade:360 #: ../gramps/gui/glade/editevent.glade:390 +#: ../gramps/gui/glade/editeventref.glade:465 #: ../gramps/gui/glade/editplace.glade:331 #: ../gramps/gui/glade/editplaceref.glade:478 #: ../gramps/gui/glade/editrepository.glade:234 @@ -14543,7 +14698,7 @@ msgstr "" #: ../gramps/gui/glade/editevent.glade:194 #: ../gramps/gui/glade/editeventref.glade:270 -#: ../gramps/gui/glade/editldsord.glade:131 +#: ../gramps/gui/glade/editldsord.glade:129 msgid "_Place:" msgstr "_Plats:" @@ -14551,7 +14706,7 @@ msgstr "_Plats:" #: ../gramps/gui/glade/editfamily.glade:185 #: ../gramps/gui/glade/editfamily.glade:463 #: ../gramps/gui/glade/editldsord.glade:257 -#: ../gramps/gui/glade/editlink.glade:165 +#: ../gramps/gui/glade/editlink.glade:164 #: ../gramps/gui/glade/editpersonref.glade:201 msgid "Selector" msgstr "Väljare" @@ -14583,7 +14738,7 @@ msgstr "Referensinformation" msgid "_Role:" msgstr "_Roll:" -#: ../gramps/gui/glade/editeventref.glade:500 +#: ../gramps/gui/glade/editeventref.glade:538 msgid "" "Note: Any changes in the shared event information will be reflected " "in the event itself, for all participants in the event." @@ -14591,15 +14746,15 @@ msgstr "" "Observera: Alla förändringar i en delad händelse kommer att " "återspeglas i händelsen själv och därmed händelsens alla deltagare." -#: ../gramps/gui/glade/editeventref.glade:586 +#: ../gramps/gui/glade/editeventref.glade:624 #: ../gramps/gui/glade/editplaceref.glade:627 #: ../gramps/gui/glade/editreporef.glade:460 msgid "Shared information" msgstr "Delad information" #: ../gramps/gui/glade/editfamily.glade:29 -#: ../gramps/gui/glade/editname.glade:30 -#: ../gramps/gui/glade/editperson.glade:52 +#: ../gramps/gui/glade/editname.glade:29 +#: ../gramps/gui/glade/editperson.glade:51 #: ../gramps/gui/glade/editreporef.glade:30 #: ../gramps/gui/glade/editrepository.glade:29 #: ../gramps/gui/glade/editsource.glade:28 @@ -14642,12 +14797,12 @@ msgid "A unique ID for the family" msgstr "Ett unikt IF för familjen" #: ../gramps/gui/glade/editfamily.glade:698 -#: ../gramps/gui/glade/editname.glade:103 -#: ../gramps/gui/glade/editnote.glade:135 -#: ../gramps/gui/glade/editperson.glade:728 +#: ../gramps/gui/glade/editname.glade:102 +#: ../gramps/gui/glade/editnote.glade:133 +#: ../gramps/gui/glade/editperson.glade:727 #: ../gramps/gui/glade/editreporef.glade:279 #: ../gramps/gui/glade/editrepository.glade:112 -#: ../gramps/gui/glade/editurl.glade:127 +#: ../gramps/gui/glade/editurl.glade:126 msgid "_Type:" msgstr "_Typ:" @@ -14662,8 +14817,8 @@ msgstr "" #: ../gramps/gui/glade/editfamily.glade:733 #: ../gramps/gui/glade/editmedia.glade:360 #: ../gramps/gui/glade/editmediaref.glade:696 -#: ../gramps/gui/glade/editnote.glade:250 -#: ../gramps/gui/glade/editperson.glade:651 +#: ../gramps/gui/glade/editnote.glade:248 +#: ../gramps/gui/glade/editperson.glade:650 msgid "_Tags:" msgstr "_Flaggor:" @@ -14672,47 +14827,52 @@ msgstr "_Flaggor:" msgid "Edit the tag list" msgstr "Redigera flagglistan" -#: ../gramps/gui/glade/editldsord.glade:182 +#: ../gramps/gui/glade/editldsord.glade:180 msgid "Ordinance:" msgstr "Prästvigsel:" -#: ../gramps/gui/glade/editldsord.glade:194 +#: ../gramps/gui/glade/editldsord.glade:192 msgid "LDS _Temple:" msgstr "SDH-_tempel:" -#: ../gramps/gui/glade/editldsord.glade:225 +#: ../gramps/gui/glade/editldsord.glade:223 msgid "_Family:" msgstr "_Efternamn:" +#: ../gramps/gui/glade/editldsord.glade:248 +#: ../gramps/gui/selectors/selectfamily.py:62 +msgid "Select Family" +msgstr "Välj familj" + #: ../gramps/gui/glade/editldsord.glade:282 msgid "_Status:" msgstr "_Status:" -#: ../gramps/gui/glade/editlink.glade:98 +#: ../gramps/gui/glade/editlink.glade:97 msgid "Gramps item:" msgstr "Grampsdel:" -#: ../gramps/gui/glade/editlink.glade:112 +#: ../gramps/gui/glade/editlink.glade:111 msgid "Internet Address:" msgstr "Internetadress:" -#: ../gramps/gui/glade/editlink.glade:127 +#: ../gramps/gui/glade/editlink.glade:126 msgid "_Link Type:" msgstr "_Länktyp:" -#: ../gramps/gui/glade/editlocation.glade:108 +#: ../gramps/gui/glade/editlocation.glade:107 msgid "The town or city where the place is." msgstr "Den kommun eller stad, där platsen ligger." -#: ../gramps/gui/glade/editlocation.glade:122 +#: ../gramps/gui/glade/editlocation.glade:121 msgid "S_treet:" msgstr "_Gatuadress:" -#: ../gramps/gui/glade/editlocation.glade:137 +#: ../gramps/gui/glade/editlocation.glade:136 msgid "Ch_urch parish:" msgstr "_Församling:" -#: ../gramps/gui/glade/editlocation.glade:151 +#: ../gramps/gui/glade/editlocation.glade:150 msgid "" "Lowest clergical division of this place. Typically used for church sources " "that only mention the parish." @@ -14720,21 +14880,21 @@ msgstr "" "Understa kyrkliga indelningen av denna plats. Används typiskt för " "kyrkokällor, som bara nämner församlingen." -#: ../gramps/gui/glade/editlocation.glade:165 +#: ../gramps/gui/glade/editlocation.glade:164 msgid "Co_unty:" msgstr "Lan_dskap:" -#: ../gramps/gui/glade/editlocation.glade:179 +#: ../gramps/gui/glade/editlocation.glade:178 msgid "Third level of place division. Eg., in the USA a county." msgstr "" "Tredje platsindelningsnivån. T. ex. i USA är det 'county', i Sverige är det " "landskap." -#: ../gramps/gui/glade/editlocation.glade:193 +#: ../gramps/gui/glade/editlocation.glade:192 msgid "_State:" msgstr "L_än/delstat:" -#: ../gramps/gui/glade/editlocation.glade:207 +#: ../gramps/gui/glade/editlocation.glade:206 msgid "" "Second level of place division, eg., in the USA a state, in Germany a " "Bundesland." @@ -14742,15 +14902,15 @@ msgstr "" "Andra indelningsnivån för platser. t. ex. i USA en delstat, i Sverige ett " "Län." -#: ../gramps/gui/glade/editlocation.glade:235 +#: ../gramps/gui/glade/editlocation.glade:234 msgid "The country where the place is." msgstr "Det land, där platsen ligger." -#: ../gramps/gui/glade/editlocation.glade:300 +#: ../gramps/gui/glade/editlocation.glade:299 msgid "Lowest level of a place division: eg the street name." msgstr "Understa nivån för en platsindelning: t. ex. gatunamn." -#: ../gramps/gui/glade/editlocation.glade:328 +#: ../gramps/gui/glade/editlocation.glade:327 msgid "A district within, or a settlement near to, a town or city." msgstr "Ett område inom eller en bebyggelse nära en kommun eller stad." @@ -14876,43 +15036,43 @@ msgstr "Välj fil" msgid "Shared Information" msgstr "Delad information" -#: ../gramps/gui/glade/editname.glade:119 -#: ../gramps/gui/glade/editperson.glade:317 +#: ../gramps/gui/glade/editname.glade:118 +#: ../gramps/gui/glade/editperson.glade:316 msgid "" "An identification of what type of Name this is, eg. Birth Name, Married Name." msgstr "" "En identifikation av vad sorts namn det är, t. ex. namn vid födsel, namn som " "gift." -#: ../gramps/gui/glade/editname.glade:193 -#: ../gramps/gui/glade/editperson.glade:135 +#: ../gramps/gui/glade/editname.glade:192 +#: ../gramps/gui/glade/editperson.glade:134 msgid "_Given:" msgstr "_Förnamn:" -#: ../gramps/gui/glade/editname.glade:208 -#: ../gramps/gui/glade/editperson.glade:198 +#: ../gramps/gui/glade/editname.glade:207 +#: ../gramps/gui/glade/editperson.glade:197 msgid "T_itle:" msgstr "T_itel:" -#: ../gramps/gui/glade/editname.glade:222 +#: ../gramps/gui/glade/editname.glade:221 msgid "Suffi_x:" msgstr "Suffi_x:" -#: ../gramps/gui/glade/editname.glade:236 +#: ../gramps/gui/glade/editname.glade:235 msgid "C_all Name:" msgstr "Tillt_alsnamn:" -#: ../gramps/gui/glade/editname.glade:251 -#: ../gramps/gui/glade/editperson.glade:151 +#: ../gramps/gui/glade/editname.glade:250 +#: ../gramps/gui/glade/editperson.glade:150 msgid "The person's given names" msgstr "Personens förnamn" -#: ../gramps/gui/glade/editname.glade:266 +#: ../gramps/gui/glade/editname.glade:265 msgid "_Nick Name:" msgstr "_Smeknamn:" -#: ../gramps/gui/glade/editname.glade:279 -#: ../gramps/gui/glade/editperson.glade:180 +#: ../gramps/gui/glade/editname.glade:278 +#: ../gramps/gui/glade/editperson.glade:179 msgid "" "Part of the Given name that is the normally used name. If background is red, " "call name is not part of Given name and will not be printed underlined in " @@ -14922,18 +15082,18 @@ msgstr "" "att tilltalsnamnet inte är del av förnamnet och kommer ej att skrivas " "understruket i vissa rapporter." -#: ../gramps/gui/glade/editname.glade:292 -#: ../gramps/gui/glade/editperson.glade:212 +#: ../gramps/gui/glade/editname.glade:291 +#: ../gramps/gui/glade/editperson.glade:211 msgid "A title used to refer to the person, such as 'Dr.' or 'Rev.'" msgstr "En titel för personen i fråga, såsom Doktor. Sömmerska," -#: ../gramps/gui/glade/editname.glade:305 -#: ../gramps/gui/glade/editperson.glade:226 +#: ../gramps/gui/glade/editname.glade:304 +#: ../gramps/gui/glade/editperson.glade:225 msgid "An optional suffix to the name, such as \"Jr.\" or \"III\"" msgstr "Ett valfritt suffix till namnet som \"Jr.\", \"III\" eller \"d. ä.\"" -#: ../gramps/gui/glade/editname.glade:318 -#: ../gramps/gui/glade/editperson.glade:260 +#: ../gramps/gui/glade/editname.glade:317 +#: ../gramps/gui/glade/editperson.glade:259 msgid "" "A descriptive name given in place of or in addition to the official given " "name." @@ -14941,15 +15101,15 @@ msgstr "" "Ett beskrivande namn satt i stället för eller som tillägg till den " "officiella namnet." -#: ../gramps/gui/glade/editname.glade:334 +#: ../gramps/gui/glade/editname.glade:333 msgid "Given Name(s) " msgstr "Förnamn " -#: ../gramps/gui/glade/editname.glade:385 +#: ../gramps/gui/glade/editname.glade:384 msgid "_Family Nick Name:" msgstr "_Familjesmeknamn:" -#: ../gramps/gui/glade/editname.glade:399 +#: ../gramps/gui/glade/editname.glade:398 msgid "" "A non official name given to a family to distinguish them of people with the " "same family name. Often referred to as eg. Farm name." @@ -14957,23 +15117,23 @@ msgstr "" "Ett icke officiellt namn givet till familjen för att skilja dem från andra " "med samma namn Ofta refererat t. ex. till ett gårdsnamn." -#: ../gramps/gui/glade/editname.glade:425 +#: ../gramps/gui/glade/editname.glade:424 msgid "Family Names " msgstr "Familjenamn " -#: ../gramps/gui/glade/editname.glade:463 +#: ../gramps/gui/glade/editname.glade:462 msgid "G_roup as:" msgstr "G_ruppera som:" -#: ../gramps/gui/glade/editname.glade:477 +#: ../gramps/gui/glade/editname.glade:476 msgid "_Sort as:" msgstr "_Sortera som:" -#: ../gramps/gui/glade/editname.glade:491 +#: ../gramps/gui/glade/editname.glade:490 msgid "_Display as:" msgstr "_Visa som:" -#: ../gramps/gui/glade/editname.glade:504 +#: ../gramps/gui/glade/editname.glade:503 msgid "" "People are displayed according to the name format given in the Preferences " "(the default).\n" @@ -14985,11 +15145,11 @@ msgstr "" "Här kan du säkerställa att denna person visas enligt ett anpassat format " "(extra format kan ställas in i Inställningar)." -#: ../gramps/gui/glade/editname.glade:525 +#: ../gramps/gui/glade/editname.glade:524 msgid "Dat_e:" msgstr "_Datum:" -#: ../gramps/gui/glade/editname.glade:539 +#: ../gramps/gui/glade/editname.glade:538 msgid "" "People are sorted according to the name format given in the Preferences (the " "default).\n" @@ -15001,7 +15161,7 @@ msgstr "" "Här kan du säkerställa att denna person sorteras enligt ett anpassat format " "(extra format kan ställas in i Inställningar)." -#: ../gramps/gui/glade/editname.glade:602 +#: ../gramps/gui/glade/editname.glade:601 msgid "" "The Person Tree view groups people under the primary surname. You can " "override this by setting here a group value. \n" @@ -15013,11 +15173,11 @@ msgstr "" "Du kommer att tillfrågas om du vill att grupperingen skall gälla bara denna " "person eller alla personer med detta särskilda efternamn." -#: ../gramps/gui/glade/editname.glade:616 +#: ../gramps/gui/glade/editname.glade:615 msgid "O_verride" msgstr "_Åsidosätt" -#: ../gramps/gui/glade/editname.glade:642 +#: ../gramps/gui/glade/editname.glade:641 msgid "" "A Date associated with this name. Eg. for a Married Name, date the name is " "first used or marriage date." @@ -15025,23 +15185,23 @@ msgstr "" "Ett datum kopplat till detta namn. T. ex. för att namn som gift, datum för " "första användning eller giftermåls datum." -#: ../gramps/gui/glade/editnote.glade:103 +#: ../gramps/gui/glade/editnote.glade:101 msgid "Styled Text Editor" msgstr "Mallredigerare" -#: ../gramps/gui/glade/editnote.glade:148 +#: ../gramps/gui/glade/editnote.glade:146 msgid "A type to classify the note." msgstr "En typ för att klassificera notisen." -#: ../gramps/gui/glade/editnote.glade:181 +#: ../gramps/gui/glade/editnote.glade:179 msgid "A unique ID to identify the note." msgstr "Ett unikt ID för att identifiera notisen." -#: ../gramps/gui/glade/editnote.glade:192 +#: ../gramps/gui/glade/editnote.glade:190 msgid "_Preformatted" msgstr "_Förformaterad" -#: ../gramps/gui/glade/editnote.glade:200 +#: ../gramps/gui/glade/editnote.glade:198 msgid "" "When active the whitespace in your note will be respected in reports. Use " "this to add formatting layout with spaces, eg a table. \n" @@ -15055,19 +15215,19 @@ msgstr "" "förbättrar rapportutseendet.\n" "Använd typsnitt med fast bredd vid förformatering." -#: ../gramps/gui/glade/editperson.glade:166 +#: ../gramps/gui/glade/editperson.glade:165 msgid "C_all:" msgstr "Tilltalsn_amn:" -#: ../gramps/gui/glade/editperson.glade:246 +#: ../gramps/gui/glade/editperson.glade:245 msgid "_Nick:" msgstr "_Smeknamn:" -#: ../gramps/gui/glade/editperson.glade:336 +#: ../gramps/gui/glade/editperson.glade:335 msgid "Click on a table cell to edit." msgstr "Klicka på en tabellcell för att redigera" -#: ../gramps/gui/glade/editperson.glade:356 +#: ../gramps/gui/glade/editperson.glade:355 msgid "" "Use Multiple Surnames\n" "Indicate that the surname consists of different parts. Every surname has its " @@ -15081,15 +15241,15 @@ msgstr "" "Ramón y Cajal kan lagras som Ramón, vilket ärvts från fadern, bindeordet y, " "och Cajal, vilket ärvts från modern." -#: ../gramps/gui/glade/editperson.glade:400 +#: ../gramps/gui/glade/editperson.glade:399 msgid "Set person as private data" msgstr "Markera person som privata data" -#: ../gramps/gui/glade/editperson.glade:451 +#: ../gramps/gui/glade/editperson.glade:450 msgid "_Surname:" msgstr "_Efternamn:" -#: ../gramps/gui/glade/editperson.glade:467 +#: ../gramps/gui/glade/editperson.glade:466 msgid "" "An optional prefix for the family that is not used in sorting, such as \"de" "\" or \"van\"." @@ -15097,36 +15257,36 @@ msgstr "" "Ett valbart prefix till familjenamnet, som ej används för sortering, som \"af" "\" eller \"von\"" -#: ../gramps/gui/glade/editperson.glade:486 +#: ../gramps/gui/glade/editperson.glade:485 msgid "" "Part of a person's name indicating the family to which the person belongs" msgstr "Del av en persons namn, som visar till vilken familj personen hör" -#: ../gramps/gui/glade/editperson.glade:512 +#: ../gramps/gui/glade/editperson.glade:511 msgid "Go to Name Editor to add more information about this name" msgstr "" "Gå till namnredigeraren för att lägga till ytterligare information om detta " "namn" -#: ../gramps/gui/glade/editperson.glade:537 +#: ../gramps/gui/glade/editperson.glade:536 msgid "O_rigin:" msgstr "_Ursprung:" -#: ../gramps/gui/glade/editperson.glade:552 +#: ../gramps/gui/glade/editperson.glade:551 msgid "" "The origin of this family name for this family, eg 'Inherited' or " "'Patronymic'." msgstr "Ursprunget till detta familjenamn, t. ex. 'Ärvt' eller 'Patronymikon'." -#: ../gramps/gui/glade/editperson.glade:586 +#: ../gramps/gui/glade/editperson.glade:585 msgid "G_ender:" msgstr "_Kön:" -#: ../gramps/gui/glade/editperson.glade:634 +#: ../gramps/gui/glade/editperson.glade:633 msgid "A unique ID for the person." msgstr "Ett unikt ID för personen." -#: ../gramps/gui/glade/editperson.glade:709 +#: ../gramps/gui/glade/editperson.glade:708 msgid "Preferred Name" msgstr "Förstahandsnamn" @@ -15282,8 +15442,8 @@ msgstr "ID-nummer på källan på arkivplatsen." #: ../gramps/gui/glade/editreporef.glade:264 #: ../gramps/gui/glade/editrepository.glade:97 -#: ../gramps/gui/glade/rule.glade:659 -#: ../gramps/plugins/tool/ownereditor.glade:152 +#: ../gramps/gui/glade/rule.glade:656 +#: ../gramps/plugins/tool/ownereditor.glade:151 msgid "_Name:" msgstr "_Namn:" @@ -15352,19 +15512,19 @@ msgstr "För_kortning:" msgid "A unique ID to identify the source" msgstr "Ett unikt ID, som identifierar källan." -#: ../gramps/gui/glade/editurl.glade:97 +#: ../gramps/gui/glade/editurl.glade:96 msgid "_Web address:" msgstr "_Webbadress:" -#: ../gramps/gui/glade/editurl.glade:112 +#: ../gramps/gui/glade/editurl.glade:111 msgid "_Description:" msgstr "_Beskrivning:" -#: ../gramps/gui/glade/editurl.glade:171 +#: ../gramps/gui/glade/editurl.glade:170 msgid "Type of internet address, eg. E-mail, Web Page, ..." msgstr "Typ av internet-adress, t. ex. e-post, hemsida, ..." -#: ../gramps/gui/glade/editurl.glade:190 +#: ../gramps/gui/glade/editurl.glade:189 msgid "" "The internet address as needed to navigate to it, eg. http://gramps-project." "org" @@ -15372,11 +15532,11 @@ msgstr "" "Den internetadress som behövs för att navigera till den, t. ex. http://" "gramps-project.org" -#: ../gramps/gui/glade/editurl.glade:206 +#: ../gramps/gui/glade/editurl.glade:205 msgid "Open the web address in the default browser." msgstr "Öppna webbadressen med standardbläddraren" -#: ../gramps/gui/glade/editurl.glade:218 +#: ../gramps/gui/glade/editurl.glade:217 msgid "A descriptive caption of the Internet location you are storing." msgstr "En beskrivning av den internetplats du vill spara." @@ -15404,7 +15564,7 @@ msgstr "Klicka för att radera ett Gramplet" msgid "Delete" msgstr "Radera" -#: ../gramps/gui/glade/mergecitation.glade:98 +#: ../gramps/gui/glade/mergecitation.glade:97 msgid "" "Select the citation that will provide the\n" "primary data for the merged citation." @@ -15412,56 +15572,56 @@ msgstr "" "Välj den citering som kommer att tillhandahålla\n" "primärdata för den sammanslagna citeringen." -#: ../gramps/gui/glade/mergecitation.glade:187 +#: ../gramps/gui/glade/mergecitation.glade:186 #: ../gramps/gui/glade/mergedata.glade:732 -#: ../gramps/gui/glade/mergesource.glade:187 +#: ../gramps/gui/glade/mergesource.glade:186 msgid "Source 1" msgstr "Källa 1" -#: ../gramps/gui/glade/mergecitation.glade:201 +#: ../gramps/gui/glade/mergecitation.glade:200 #: ../gramps/gui/glade/mergedata.glade:747 -#: ../gramps/gui/glade/mergesource.glade:201 +#: ../gramps/gui/glade/mergesource.glade:200 msgid "Source 2" msgstr "Källa 2" -#: ../gramps/gui/glade/mergecitation.glade:312 -#: ../gramps/gui/glade/mergecitation.glade:328 +#: ../gramps/gui/glade/mergecitation.glade:311 +#: ../gramps/gui/glade/mergecitation.glade:327 #: ../gramps/gui/glade/mergedata.glade:891 #: ../gramps/gui/glade/mergedata.glade:907 -#: ../gramps/gui/glade/mergeevent.glade:345 -#: ../gramps/gui/glade/mergeevent.glade:361 -#: ../gramps/gui/glade/mergefamily.glade:287 -#: ../gramps/gui/glade/mergefamily.glade:303 -#: ../gramps/gui/glade/mergemedia.glade:312 -#: ../gramps/gui/glade/mergemedia.glade:328 -#: ../gramps/gui/glade/mergenote.glade:312 -#: ../gramps/gui/glade/mergenote.glade:328 -#: ../gramps/gui/glade/mergeperson.glade:290 -#: ../gramps/gui/glade/mergeperson.glade:306 -#: ../gramps/gui/glade/mergeplace.glade:299 -#: ../gramps/gui/glade/mergeplace.glade:314 -#: ../gramps/gui/glade/mergerepository.glade:279 -#: ../gramps/gui/glade/mergerepository.glade:295 -#: ../gramps/gui/glade/mergesource.glade:345 -#: ../gramps/gui/glade/mergesource.glade:361 +#: ../gramps/gui/glade/mergeevent.glade:344 +#: ../gramps/gui/glade/mergeevent.glade:360 +#: ../gramps/gui/glade/mergefamily.glade:286 +#: ../gramps/gui/glade/mergefamily.glade:302 +#: ../gramps/gui/glade/mergemedia.glade:311 +#: ../gramps/gui/glade/mergemedia.glade:327 +#: ../gramps/gui/glade/mergenote.glade:311 +#: ../gramps/gui/glade/mergenote.glade:327 +#: ../gramps/gui/glade/mergeperson.glade:288 +#: ../gramps/gui/glade/mergeperson.glade:304 +#: ../gramps/gui/glade/mergeplace.glade:298 +#: ../gramps/gui/glade/mergeplace.glade:313 +#: ../gramps/gui/glade/mergerepository.glade:278 +#: ../gramps/gui/glade/mergerepository.glade:294 +#: ../gramps/gui/glade/mergesource.glade:344 +#: ../gramps/gui/glade/mergesource.glade:360 msgid "Gramps ID:" msgstr "Gramps-ID:" -#: ../gramps/gui/glade/mergecitation.glade:456 +#: ../gramps/gui/glade/mergecitation.glade:455 msgid "Notes, media objects and data-items of both citations will be combined." msgstr "" "Notiser, mediaobjekt och dataposter för bägge citeringarna kommer att " "kombineras." -#: ../gramps/gui/glade/mergecitation.glade:472 -#: ../gramps/gui/glade/mergeevent.glade:529 -#: ../gramps/gui/glade/mergefamily.glade:475 -#: ../gramps/gui/glade/mergemedia.glade:472 -#: ../gramps/gui/glade/mergenote.glade:487 -#: ../gramps/gui/glade/mergeperson.glade:427 -#: ../gramps/gui/glade/mergeplace.glade:636 -#: ../gramps/gui/glade/mergerepository.glade:415 -#: ../gramps/gui/glade/mergesource.glade:529 +#: ../gramps/gui/glade/mergecitation.glade:471 +#: ../gramps/gui/glade/mergeevent.glade:528 +#: ../gramps/gui/glade/mergefamily.glade:474 +#: ../gramps/gui/glade/mergemedia.glade:471 +#: ../gramps/gui/glade/mergenote.glade:486 +#: ../gramps/gui/glade/mergeperson.glade:425 +#: ../gramps/gui/glade/mergeplace.glade:635 +#: ../gramps/gui/glade/mergerepository.glade:414 +#: ../gramps/gui/glade/mergesource.glade:528 msgid "Detailed Selection" msgstr "Detaljurval" @@ -15475,9 +15635,9 @@ msgstr "_Slå samman och stäng" #. name, click?, width, toggle #: ../gramps/gui/glade/mergedata.glade:173 -#: ../gramps/gui/glade/mergedata.glade:189 ../gramps/gui/plug/_windows.py:1077 -#: ../gramps/plugins/tool/changenames.py:195 -#: ../gramps/plugins/tool/patchnames.py:396 +#: ../gramps/gui/glade/mergedata.glade:189 ../gramps/gui/plug/_windows.py:1097 +#: ../gramps/plugins/tool/changenames.py:196 +#: ../gramps/plugins/tool/patchnames.py:397 msgid "Select" msgstr "Välj" @@ -15493,16 +15653,16 @@ msgid "Title selection" msgstr "Titelval" #: ../gramps/gui/glade/mergedata.glade:576 -#: ../gramps/gui/glade/mergeplace.glade:180 +#: ../gramps/gui/glade/mergeplace.glade:179 msgid "Place 1" msgstr "Plats 1" #: ../gramps/gui/glade/mergedata.glade:593 -#: ../gramps/gui/glade/mergeplace.glade:194 +#: ../gramps/gui/glade/mergeplace.glade:193 msgid "Place 2" msgstr "Plats 2" -#: ../gramps/gui/glade/mergeevent.glade:98 +#: ../gramps/gui/glade/mergeevent.glade:97 msgid "" "Select the event that will provide the\n" "primary data for the merged event." @@ -15510,22 +15670,22 @@ msgstr "" "Välj den händelse som kommer att tillhandahålla\n" " primärdata för den sammanslagna händelsen." -#: ../gramps/gui/glade/mergeevent.glade:187 +#: ../gramps/gui/glade/mergeevent.glade:186 msgid "Event 1" msgstr "Händelse 1" -#: ../gramps/gui/glade/mergeevent.glade:201 +#: ../gramps/gui/glade/mergeevent.glade:200 msgid "Event 2" msgstr "Händelse 2" -#: ../gramps/gui/glade/mergeevent.glade:513 +#: ../gramps/gui/glade/mergeevent.glade:512 msgid "" "Attributes, notes, sources and media objects of both events will be combined." msgstr "" "Attribut, notiser, källor och mediaobjekt för bägge händelserna kommer att " "kombineras." -#: ../gramps/gui/glade/mergefamily.glade:99 +#: ../gramps/gui/glade/mergefamily.glade:98 msgid "" "Select the family that will provide the\n" "primary data for the merged family." @@ -15533,30 +15693,30 @@ msgstr "" "Välj den familj som kommer att tillhandahålla\n" "primärdata för den sammanslagna familjen." -#: ../gramps/gui/glade/mergefamily.glade:188 -#: ../gramps/gui/glade/mergefamily.glade:204 +#: ../gramps/gui/glade/mergefamily.glade:187 +#: ../gramps/gui/glade/mergefamily.glade:203 msgid "Father:" msgstr "Far:" -#: ../gramps/gui/glade/mergefamily.glade:221 -#: ../gramps/gui/glade/mergefamily.glade:237 +#: ../gramps/gui/glade/mergefamily.glade:220 +#: ../gramps/gui/glade/mergefamily.glade:236 msgid "Mother:" msgstr "Mor:" -#: ../gramps/gui/glade/mergefamily.glade:254 -#: ../gramps/gui/glade/mergefamily.glade:270 +#: ../gramps/gui/glade/mergefamily.glade:253 +#: ../gramps/gui/glade/mergefamily.glade:269 msgid "Relationship:" msgstr "Släktskap:" -#: ../gramps/gui/glade/mergefamily.glade:418 +#: ../gramps/gui/glade/mergefamily.glade:417 msgid "Family 1" msgstr "Familj 1" -#: ../gramps/gui/glade/mergefamily.glade:432 +#: ../gramps/gui/glade/mergefamily.glade:431 msgid "Family 2" msgstr "Familj 2" -#: ../gramps/gui/glade/mergefamily.glade:459 +#: ../gramps/gui/glade/mergefamily.glade:458 msgid "" "Events, lds_ord, media objects, attributes, notes, sources and tags of both " "families will be combined." @@ -15564,7 +15724,7 @@ msgstr "" "Händelser, lds_ord, media objekt, attribut, notiser och källor samt flaggor " "för bägge familjer kommer att kombineras." -#: ../gramps/gui/glade/mergemedia.glade:98 +#: ../gramps/gui/glade/mergemedia.glade:97 msgid "" "Select the object that will provide the\n" "primary data for the merged object." @@ -15572,21 +15732,21 @@ msgstr "" "Välj det objekt som kommer att tillhandahålla\n" "primärdata för det sammanslagna objektet." -#: ../gramps/gui/glade/mergemedia.glade:187 +#: ../gramps/gui/glade/mergemedia.glade:186 msgid "Object 1" msgstr "Objekt 1" -#: ../gramps/gui/glade/mergemedia.glade:201 +#: ../gramps/gui/glade/mergemedia.glade:200 msgid "Object 2" msgstr "Objekt 2" -#: ../gramps/gui/glade/mergemedia.glade:456 +#: ../gramps/gui/glade/mergemedia.glade:455 msgid "Attributes, sources, notes and tags of both objects will be combined." msgstr "" "Attribut, källor och notiser samt flaggor för bägge objekten kommer att " "kombineras." -#: ../gramps/gui/glade/mergenote.glade:98 +#: ../gramps/gui/glade/mergenote.glade:97 msgid "" "Select the note that will provide the\n" "primary data for the merged note." @@ -15594,21 +15754,21 @@ msgstr "" "Välj den notis som kommer att tillhandahålla\n" "primärdata för den sammanslagna notisen." -#: ../gramps/gui/glade/mergenote.glade:187 +#: ../gramps/gui/glade/mergenote.glade:186 msgid "Note 1" msgstr "Notis 1" -#: ../gramps/gui/glade/mergenote.glade:201 +#: ../gramps/gui/glade/mergenote.glade:200 msgid "Note 2" msgstr "Notis 2" -#: ../gramps/gui/glade/mergenote.glade:279 -#: ../gramps/gui/glade/mergenote.glade:295 -#: ../gramps/gui/views/listview.py:1007 +#: ../gramps/gui/glade/mergenote.glade:278 +#: ../gramps/gui/glade/mergenote.glade:294 +#: ../gramps/gui/views/listview.py:1027 msgid "Format:" msgstr "Format:" -#: ../gramps/gui/glade/mergeperson.glade:104 +#: ../gramps/gui/glade/mergeperson.glade:102 msgid "" "Select the person that will provide the\n" "primary data for the merged person." @@ -15616,20 +15776,20 @@ msgstr "" "Välj den person som kommer att tillhandahålla\n" "primärdata för den sammanslagna personen." -#: ../gramps/gui/glade/mergeperson.glade:198 +#: ../gramps/gui/glade/mergeperson.glade:196 msgid "Person 1" msgstr "Person 1" -#: ../gramps/gui/glade/mergeperson.glade:212 +#: ../gramps/gui/glade/mergeperson.glade:210 msgid "Person 2" msgstr "Person 2" -#: ../gramps/gui/glade/mergeperson.glade:257 -#: ../gramps/gui/glade/mergeperson.glade:273 +#: ../gramps/gui/glade/mergeperson.glade:255 +#: ../gramps/gui/glade/mergeperson.glade:271 msgid "Gender:" msgstr "Kön:" -#: ../gramps/gui/glade/mergeperson.glade:411 +#: ../gramps/gui/glade/mergeperson.glade:409 msgid "" "Events, media objects, addresses, attributes, urls, notes, sources and tags " "of both persons will be combined." @@ -15637,11 +15797,11 @@ msgstr "" "Händelser, mediaobjekt, adresser, attribut, url, notiser och källor samt " "flaggor för bägge personerna kommer att kombineras." -#: ../gramps/gui/glade/mergeperson.glade:502 +#: ../gramps/gui/glade/mergeperson.glade:500 msgid "Context Information" msgstr "Sammanhang" -#: ../gramps/gui/glade/mergeplace.glade:95 +#: ../gramps/gui/glade/mergeplace.glade:94 msgid "" "Select the place that will provide the\n" "primary data for the merged place." @@ -15649,7 +15809,7 @@ msgstr "" "Välj den plats som kommer att tillhandahålla\n" "primärdata för den sammanslagna platsen." -#: ../gramps/gui/glade/mergeplace.glade:620 +#: ../gramps/gui/glade/mergeplace.glade:619 msgid "" "Alternative names, sources, urls, media objects and notes of both places " "will be combined." @@ -15657,7 +15817,7 @@ msgstr "" "Alternativa namn, källor, url-er, mediaobjekt och notiser för bägge " "platserna kommer att kombineras." -#: ../gramps/gui/glade/mergerepository.glade:98 +#: ../gramps/gui/glade/mergerepository.glade:97 msgid "" "Select the repository that will provide the\n" "primary data for the merged repository." @@ -15665,20 +15825,20 @@ msgstr "" "Välj den arkivplats som kommer att tillhandahålla\n" "primärdata för den sammanslagna arkivplatsen." -#: ../gramps/gui/glade/mergerepository.glade:187 +#: ../gramps/gui/glade/mergerepository.glade:186 msgid "Repository 1" msgstr "Arkivplats 1" -#: ../gramps/gui/glade/mergerepository.glade:201 +#: ../gramps/gui/glade/mergerepository.glade:200 msgid "Repository 2" msgstr "Arkivplats 2" -#: ../gramps/gui/glade/mergerepository.glade:399 +#: ../gramps/gui/glade/mergerepository.glade:398 msgid "Addresses, urls and notes of both repositories will be combined." msgstr "" "Adresser, url och notiser för bägge arkivplatserna kommer att kombineras." -#: ../gramps/gui/glade/mergesource.glade:98 +#: ../gramps/gui/glade/mergesource.glade:97 msgid "" "Select the source that will provide the\n" "primary data for the merged source." @@ -15686,7 +15846,7 @@ msgstr "" "Välj den källa som kommer att tillhandahålla\n" "primärdata för den sammanslagna källan." -#: ../gramps/gui/glade/mergesource.glade:513 +#: ../gramps/gui/glade/mergesource.glade:512 msgid "" "Notes, media objects, data-items and repository references of both sources " "will be combined." @@ -15730,8 +15890,8 @@ msgstr "Orientering:" #: ../gramps/gui/glade/styleeditor.glade:724 #: ../gramps/gui/glade/styleeditor.glade:737 #: ../gramps/gui/glade/styleeditor.glade:869 -#: ../gramps/gui/glade/styleeditor.glade:1295 -#: ../gramps/gui/glade/styleeditor.glade:1641 +#: ../gramps/gui/glade/styleeditor.glade:1298 +#: ../gramps/gui/glade/styleeditor.glade:1644 #: ../gramps/gui/plug/report/_papermenu.py:208 msgid "cm" msgstr "cm" @@ -15760,137 +15920,137 @@ msgstr "_Nederkant" msgid "Metric" msgstr "Metrisk" -#: ../gramps/gui/glade/plugins.glade:46 +#: ../gramps/gui/glade/plugins.glade:44 msgid "Perform selected action" msgstr "Utför vald åtgärd" -#: ../gramps/gui/glade/plugins.glade:51 +#: ../gramps/gui/glade/plugins.glade:49 #: ../gramps/plugins/gramplet/ageondategramplet.py:68 msgid "Run" msgstr "Kör" -#: ../gramps/gui/glade/plugins.glade:141 ../gramps/gui/plug/_dialogs.py:284 +#: ../gramps/gui/glade/plugins.glade:139 ../gramps/gui/plug/_dialogs.py:291 msgid "Select a report from those available on the left." msgstr "Välj en rapport från de tillgängliga till vänster." -#: ../gramps/gui/glade/plugins.glade:162 +#: ../gramps/gui/glade/plugins.glade:160 msgid "Status:" msgstr "Status:" -#: ../gramps/gui/glade/plugins.glade:208 +#: ../gramps/gui/glade/plugins.glade:206 msgid "Author's email:" msgstr "Författares e-post:" -#: ../gramps/gui/glade/reorder.glade:89 +#: ../gramps/gui/glade/reorder.glade:87 msgid "Parent relationships" msgstr "Föräldrarelationer" -#: ../gramps/gui/glade/reorder.glade:119 ../gramps/gui/glade/reorder.glade:262 +#: ../gramps/gui/glade/reorder.glade:117 ../gramps/gui/glade/reorder.glade:260 msgid "Arrow top" msgstr "Piltopp" -#: ../gramps/gui/glade/reorder.glade:126 +#: ../gramps/gui/glade/reorder.glade:124 msgid "Move parent up" msgstr "Flyttar föräldrar upp" -#: ../gramps/gui/glade/reorder.glade:149 ../gramps/gui/glade/reorder.glade:292 +#: ../gramps/gui/glade/reorder.glade:147 ../gramps/gui/glade/reorder.glade:290 msgid "Arrow bottom" msgstr "Pilbotten" -#: ../gramps/gui/glade/reorder.glade:156 +#: ../gramps/gui/glade/reorder.glade:154 msgid "Move parent down" msgstr "Flyttar föräldrar ner" -#: ../gramps/gui/glade/reorder.glade:207 +#: ../gramps/gui/glade/reorder.glade:205 msgid "Family relationships" msgstr "Familjsläktskap" -#: ../gramps/gui/glade/reorder.glade:269 +#: ../gramps/gui/glade/reorder.glade:267 msgid "Move family up" msgstr "Flyttar familj upp" -#: ../gramps/gui/glade/reorder.glade:299 +#: ../gramps/gui/glade/reorder.glade:297 msgid "Move family down" msgstr "Flyttar familj ner" -#: ../gramps/gui/glade/rule.glade:124 +#: ../gramps/gui/glade/rule.glade:122 msgid "Add a new filter" msgstr "Lägg till nytt filter" -#: ../gramps/gui/glade/rule.glade:148 +#: ../gramps/gui/glade/rule.glade:146 msgid "Edit the selected filter" msgstr "Redigera det valda filtret" -#: ../gramps/gui/glade/rule.glade:172 +#: ../gramps/gui/glade/rule.glade:170 msgid "Clone the selected filter" msgstr "Klona det valda filtret" -#: ../gramps/gui/glade/rule.glade:194 +#: ../gramps/gui/glade/rule.glade:192 msgid "Test the selected filter" msgstr "Testa det valda filtret" -#: ../gramps/gui/glade/rule.glade:218 +#: ../gramps/gui/glade/rule.glade:216 msgid "Delete the selected filter" msgstr "Radera det valda filtret" -#: ../gramps/gui/glade/rule.glade:258 +#: ../gramps/gui/glade/rule.glade:256 msgid "Note: changes take effect only after this window is closed" msgstr "Observera: ändringar genomförs inte förrän detta fönster stängs" -#: ../gramps/gui/glade/rule.glade:290 gtklist.h:6 +#: ../gramps/gui/glade/rule.glade:288 gtklist.h:6 msgid "All rules must apply" msgstr "Alla regler måste uppfyllas" -#: ../gramps/gui/glade/rule.glade:293 gtklist.h:7 +#: ../gramps/gui/glade/rule.glade:291 gtklist.h:7 msgid "At least one rule must apply" msgstr "Minst en regel måste uppfyllas" -#: ../gramps/gui/glade/rule.glade:296 gtklist.h:8 +#: ../gramps/gui/glade/rule.glade:294 gtklist.h:8 msgid "Exactly one rule must apply" msgstr "Endast en regel måste uppfyllas" -#: ../gramps/gui/glade/rule.glade:416 +#: ../gramps/gui/glade/rule.glade:413 msgid "Add another rule to the filter" msgstr "Lägg till ytterligare en regel för filtret" -#: ../gramps/gui/glade/rule.glade:450 +#: ../gramps/gui/glade/rule.glade:447 msgid "Edit the selected rule" msgstr "Redigera den valda regeln" -#: ../gramps/gui/glade/rule.glade:484 +#: ../gramps/gui/glade/rule.glade:481 msgid "Delete the selected rule" msgstr "Radera den valda regeln" -#: ../gramps/gui/glade/rule.glade:524 +#: ../gramps/gui/glade/rule.glade:521 #: ../gramps/gui/glade/styleeditor.glade:403 #: ../gramps/plugins/export/exportcsv.glade:113 #: ../gramps/plugins/export/exportftree.glade:120 #: ../gramps/plugins/export/exportgeneweb.glade:121 #: ../gramps/plugins/export/exportvcalendar.glade:100 #: ../gramps/plugins/export/exportvcard.glade:109 -#: ../gramps/plugins/tool/finddupes.glade:133 -#: ../gramps/plugins/tool/mergecitations.glade:133 +#: ../gramps/plugins/tool/finddupes.glade:132 +#: ../gramps/plugins/tool/mergecitations.glade:132 #: ../gramps/plugins/tool/sortevents.py:82 msgid "Options" msgstr "Alternativ" -#: ../gramps/gui/glade/rule.glade:539 +#: ../gramps/gui/glade/rule.glade:536 msgid "Rule list" msgstr "Regellista" -#: ../gramps/gui/glade/rule.glade:554 +#: ../gramps/gui/glade/rule.glade:551 msgid "Definition" msgstr "Definition" -#: ../gramps/gui/glade/rule.glade:571 +#: ../gramps/gui/glade/rule.glade:568 msgid "Co_mment:" msgstr "Ko_mmentar:" -#: ../gramps/gui/glade/rule.glade:606 +#: ../gramps/gui/glade/rule.glade:603 msgid "Return values that do no_t match the filter rules" msgstr "Returnera värden som in_te matchar filterreglerna" -#: ../gramps/gui/glade/rule.glade:898 +#: ../gramps/gui/glade/rule.glade:895 msgid "Selected Rule" msgstr "Vald regel" @@ -15916,19 +16076,19 @@ msgstr "_Schweizisk (Arial, Helvetica, grotesk)" #. ################# #: ../gramps/gui/glade/styleeditor.glade:339 -#: ../gramps/plugins/drawreport/ancestortree.py:890 -#: ../gramps/plugins/drawreport/descendtree.py:1601 +#: ../gramps/plugins/drawreport/ancestortree.py:900 +#: ../gramps/plugins/drawreport/descendtree.py:1619 msgid "Size" msgstr "Storlek" #: ../gramps/gui/glade/styleeditor.glade:369 -#: ../gramps/gui/plug/report/_styleeditor.py:228 +#: ../gramps/gui/plug/report/_styleeditor.py:231 msgid "point size|pt" msgstr "Typsnittsstorlek" #: ../gramps/gui/glade/styleeditor.glade:384 -#: ../gramps/gui/glade/styleeditor.glade:1430 -#: ../gramps/gui/plug/_guioptions.py:1493 ../gramps/gui/views/tags.py:398 +#: ../gramps/gui/glade/styleeditor.glade:1433 +#: ../gramps/gui/plug/_guioptions.py:1494 ../gramps/gui/views/tags.py:409 msgid "Color" msgstr "Färg" @@ -15953,7 +16113,7 @@ msgid "Alignment" msgstr "Justering" #: ../gramps/gui/glade/styleeditor.glade:570 -#: ../gramps/plugins/drawreport/fanchart.py:701 +#: ../gramps/plugins/drawreport/fanchart.py:713 msgid "Background color" msgstr "Bakgrundsfärg" @@ -15982,8 +16142,8 @@ msgid "Belo_w:" msgstr "U_nder:" #: ../gramps/gui/glade/styleeditor.glade:753 -#: ../gramps/gui/glade/styleeditor.glade:1253 -#: ../gramps/plugins/drawreport/calendarreport.py:645 +#: ../gramps/gui/glade/styleeditor.glade:1256 +#: ../gramps/plugins/drawreport/calendarreport.py:648 msgid "Borders" msgstr "Kanter" @@ -16003,115 +16163,115 @@ msgstr "_Vänster" msgid "_Right" msgstr "H_öger" -#: ../gramps/gui/glade/styleeditor.glade:959 +#: ../gramps/gui/glade/styleeditor.glade:960 msgid "J_ustify" msgstr "_Justera" -#: ../gramps/gui/glade/styleeditor.glade:976 +#: ../gramps/gui/glade/styleeditor.glade:978 msgid "Cen_ter" msgstr "_I mitten" -#: ../gramps/gui/glade/styleeditor.glade:1005 +#: ../gramps/gui/glade/styleeditor.glade:1008 msgid "Le_ft" msgstr "V_änster" -#: ../gramps/gui/glade/styleeditor.glade:1023 +#: ../gramps/gui/glade/styleeditor.glade:1026 msgid "Righ_t" msgstr "H_öger" -#: ../gramps/gui/glade/styleeditor.glade:1040 +#: ../gramps/gui/glade/styleeditor.glade:1043 msgid "_Top" msgstr "_Överkant" -#: ../gramps/gui/glade/styleeditor.glade:1057 +#: ../gramps/gui/glade/styleeditor.glade:1060 msgid "_Bottom" msgstr "_Nederkant" -#: ../gramps/gui/glade/styleeditor.glade:1121 +#: ../gramps/gui/glade/styleeditor.glade:1124 msgid "Paragraph options" msgstr "Alternativ för stycken" -#: ../gramps/gui/glade/styleeditor.glade:1143 +#: ../gramps/gui/glade/styleeditor.glade:1146 msgid "Width" msgstr "Bredd" -#: ../gramps/gui/glade/styleeditor.glade:1158 +#: ../gramps/gui/glade/styleeditor.glade:1161 msgid "Column widths" msgstr "Kolumnbredd" -#: ../gramps/gui/glade/styleeditor.glade:1202 +#: ../gramps/gui/glade/styleeditor.glade:1205 msgid "%" msgstr "%" -#: ../gramps/gui/glade/styleeditor.glade:1228 +#: ../gramps/gui/glade/styleeditor.glade:1231 msgid "Table options" msgstr "Tabellalternativ" -#: ../gramps/gui/glade/styleeditor.glade:1284 +#: ../gramps/gui/glade/styleeditor.glade:1287 msgid "Padding:" msgstr "Utfyllnad:" -#: ../gramps/gui/glade/styleeditor.glade:1309 +#: ../gramps/gui/glade/styleeditor.glade:1312 msgid "Left" msgstr "Vänster" -#: ../gramps/gui/glade/styleeditor.glade:1325 +#: ../gramps/gui/glade/styleeditor.glade:1328 msgid "Right" msgstr "Höger" -#: ../gramps/gui/glade/styleeditor.glade:1384 +#: ../gramps/gui/glade/styleeditor.glade:1387 msgid "Cell options" msgstr "Cellalternativ" -#: ../gramps/gui/glade/styleeditor.glade:1409 +#: ../gramps/gui/glade/styleeditor.glade:1412 msgid "Line" msgstr "Linje" -#: ../gramps/gui/glade/styleeditor.glade:1449 +#: ../gramps/gui/glade/styleeditor.glade:1452 msgid "Style:" msgstr "Mall:" -#: ../gramps/gui/glade/styleeditor.glade:1462 +#: ../gramps/gui/glade/styleeditor.glade:1465 msgid "Width:" msgstr "Bredd:" -#: ../gramps/gui/glade/styleeditor.glade:1475 +#: ../gramps/gui/glade/styleeditor.glade:1478 msgid "Line:" msgstr "Linje" -#: ../gramps/gui/glade/styleeditor.glade:1488 +#: ../gramps/gui/glade/styleeditor.glade:1491 msgid "Fill:" msgstr "Ifyllnad" -#: ../gramps/gui/glade/styleeditor.glade:1503 +#: ../gramps/gui/glade/styleeditor.glade:1506 msgid "Shadow" msgstr "Skugga" -#: ../gramps/gui/glade/styleeditor.glade:1579 +#: ../gramps/gui/glade/styleeditor.glade:1582 msgid "pt" msgstr "pt" -#: ../gramps/gui/glade/styleeditor.glade:1602 +#: ../gramps/gui/glade/styleeditor.glade:1605 msgid "Spacing:" msgstr "Mellanrum" -#: ../gramps/gui/glade/styleeditor.glade:1624 +#: ../gramps/gui/glade/styleeditor.glade:1627 msgid "Draw shadow" msgstr "Rita skugga" -#: ../gramps/gui/glade/styleeditor.glade:1666 +#: ../gramps/gui/glade/styleeditor.glade:1669 msgid "Draw options" msgstr "Ritalternativ" -#: ../gramps/gui/glade/styleeditor.glade:1821 +#: ../gramps/gui/glade/styleeditor.glade:1824 msgid "Add a new style" msgstr "Lägg till ny mall" -#: ../gramps/gui/glade/styleeditor.glade:1853 +#: ../gramps/gui/glade/styleeditor.glade:1856 msgid "Edit the selected style" msgstr "Redigera den valda mallen" -#: ../gramps/gui/glade/styleeditor.glade:1885 +#: ../gramps/gui/glade/styleeditor.glade:1888 msgid "Delete the selected style" msgstr "Radera den valda mallen" @@ -16120,20 +16280,20 @@ msgid "_Display on startup" msgstr "_Visa vid uppstart" #: ../gramps/gui/glade/tipofday.glade:102 -#: ../gramps/gui/views/navigationview.py:291 +#: ../gramps/gui/views/navigationview.py:293 msgid "_Forward" msgstr "_Framåt" -#: ../gramps/gui/glade/updateaddons.glade:42 +#: ../gramps/gui/glade/updateaddons.glade:41 msgid "Install Selected _Addons" msgstr "Installera valda tillägg" -#: ../gramps/gui/glade/updateaddons.glade:73 -#: ../gramps/gui/plug/_windows.py:1058 +#: ../gramps/gui/glade/updateaddons.glade:72 +#: ../gramps/gui/plug/_windows.py:1078 msgid "Available Gramps Updates for Addons" msgstr "Tillgängliga uppdateringar av Grampstillägg" -#: ../gramps/gui/glade/updateaddons.glade:90 +#: ../gramps/gui/glade/updateaddons.glade:89 msgid "" "Gramps comes with a core set of plugins which provide all of the necessary " "features. However, you can extend this functionality with additional Addons. " @@ -16151,15 +16311,15 @@ msgstr "" "stänger denna dialogruta nu, kan du installera tillägg senare från menyn " "Redigera->Inställningar." -#: ../gramps/gui/glade/updateaddons.glade:106 +#: ../gramps/gui/glade/updateaddons.glade:105 msgid "_Select All" msgstr "_Välj allt" -#: ../gramps/gui/glade/updateaddons.glade:121 +#: ../gramps/gui/glade/updateaddons.glade:120 msgid "Select _None" msgstr "Välj _inget" -#: ../gramps/gui/grampsgui.py:58 +#: ../gramps/gui/grampsgui.py:60 msgid "" "Your version of gi (gnome-introspection) seems to be too old. You need a " "version which has the function 'require_version' to start Gramps" @@ -16167,7 +16327,7 @@ msgstr "" "Din version av gi (gnome-introspection) verkar vara för gammal. Du behöver " "en version, som har funktionen 'require_version' för att kunna starta Gramps" -#: ../gramps/gui/grampsgui.py:72 +#: ../gramps/gui/grampsgui.py:74 #, python-format msgid "" "Your pygobject version does not meet the requirements.\n" @@ -16182,7 +16342,7 @@ msgstr "" "\n" "Gramps kommer att avslutas nu." -#: ../gramps/gui/grampsgui.py:90 +#: ../gramps/gui/grampsgui.py:92 msgid "" "Gdk, Gtk, Pango or PangoCairo typelib not installed.\n" "Install Gnome Introspection, and pygobject version 3.12 or later.\n" @@ -16196,7 +16356,7 @@ msgstr "" "\n" "Gramps kommer att avslutas nu." -#: ../gramps/gui/grampsgui.py:101 +#: ../gramps/gui/grampsgui.py:103 #, python-format msgid "" "Your Gtk version does not meet the requirements.\n" @@ -16209,7 +16369,7 @@ msgstr "" "\n" "Gramps kommer att avslutas nu." -#: ../gramps/gui/grampsgui.py:112 +#: ../gramps/gui/grampsgui.py:114 msgid "" "\n" "cairo python support not installed. Install cairo for your version of " @@ -16223,15 +16383,19 @@ msgstr "" "\n" "Gramps kommer att avslutas nu." -#: ../gramps/gui/grampsgui.py:130 +#: ../gramps/gui/grampsgui.py:145 msgid "Danger: This is unstable code!" msgstr "Varning: Detta är instabil kod!" -#: ../gramps/gui/grampsgui.py:131 +#: ../gramps/gui/grampsgui.py:146 #, python-format +msgid "This Gramps ('%s') is a development release.\n" +msgstr "" + +#: ../gramps/gui/grampsgui.py:148 +#, fuzzy, python-format msgid "" -"This Gramps ('master') is a development release. This version is not meant " -"for normal usage. Use at your own risk.\n" +"This version is not meant for normal usage. Use at your own risk.\n" "\n" "This version may:\n" "1) Work differently than you expect.\n" @@ -16258,11 +16422,11 @@ msgstr "" "dem med denna version och säkerställ att du exporterar dina data till XML " "lite då och då." -#: ../gramps/gui/grampsgui.py:186 +#: ../gramps/gui/grampsgui.py:178 msgid "Gramps detected an incomplete GTK installation" msgstr "Gramps har upptäckt en ofullständig GTK-installation" -#: ../gramps/gui/grampsgui.py:187 +#: ../gramps/gui/grampsgui.py:180 #, python-format msgid "" "GTK translations for the current language (%(language)s) are missing.\n" @@ -16279,11 +16443,11 @@ msgstr "" "Se Gramps README-dokument för installationsförutsättningar,\n" "återfinns typiskt i /usr/share/doc/gramps.\n" -#: ../gramps/gui/grampsgui.py:230 +#: ../gramps/gui/grampsgui.py:297 msgid "Error parsing arguments" msgstr "Fel vid avsyning av argument" -#: ../gramps/gui/grampsgui.py:279 ../gramps/gui/grampsgui.py:317 +#: ../gramps/gui/grampsgui.py:347 ../gramps/gui/grampsgui.py:386 msgid "" "\n" "Gramps failed to start. Please report a bug about this.\n" @@ -16301,6 +16465,10 @@ msgstr "" "Du kan även ändra detta manuellt uppstartvyn filen gramps.ini \n" "genom att ändra parametern \"last-view\".\n" +#: ../gramps/gui/grampsgui.py:365 +msgid "Gramps terminated because of no DISPLAY" +msgstr "" + #: ../gramps/gui/logger/_errorreportassistant.py:86 msgid "Error Report Assistant" msgstr "Felrapporthjälpen" @@ -16468,7 +16636,6 @@ msgstr "" "fylla i en felrapport." #: ../gramps/gui/logger/_errorview.py:45 -#, fuzzy msgid "manual|Error_Report" msgstr "Felrapport" @@ -16476,11 +16643,11 @@ msgstr "Felrapport" msgid "Error Report" msgstr "Felrapport" -#: ../gramps/gui/logger/_errorview.py:101 +#: ../gramps/gui/logger/_errorview.py:102 msgid "Gramps has experienced an unexpected error" msgstr "Det har uppstått ett oväntat fel i Gramps" -#: ../gramps/gui/logger/_errorview.py:110 +#: ../gramps/gui/logger/_errorview.py:111 msgid "" "Your data will be safe but it would be advisable to restart Gramps " "immediately. If you would like to report the problem to the Gramps team " @@ -16491,8 +16658,8 @@ msgstr "" "rapportera felet till Gramps utvecklarteam kan du klicka på Rapportera och " "du kommer att få hjälp att fylla i en felrapport." -#: ../gramps/gui/logger/_errorview.py:119 -#: ../gramps/gui/logger/_errorview.py:134 +#: ../gramps/gui/logger/_errorview.py:120 +#: ../gramps/gui/logger/_errorview.py:135 msgid "Error Detail" msgstr "Feldetaljer" @@ -16508,16 +16675,16 @@ msgstr "Skapade %(year)4d/%(month)02d/%(day)02d" #: ../gramps/gui/merge/mergecitation.py:46 msgid "manual|Merge_Citations" -msgstr "" +msgstr "Slå samman citeringar" #: ../gramps/gui/merge/mergecitation.py:68 -#: ../gramps/plugins/tool/tools.gpr.py:439 +#: ../gramps/plugins/tool/tools.gpr.py:442 msgid "Merge Citations" msgstr "Slå samman citeringar" #: ../gramps/gui/merge/mergeevent.py:45 msgid "manual|Merge_Events" -msgstr "" +msgstr "Slå samman händelser" #: ../gramps/gui/merge/mergeevent.py:67 msgid "Merge Events" @@ -16531,109 +16698,126 @@ msgstr "an inte slå samman familjer." msgid "Merge Families" msgstr "Slå samman familjer" -#: ../gramps/gui/merge/mergefamily.py:222 -#: ../gramps/gui/merge/mergeperson.py:328 -#: ../gramps/plugins/lib/libpersonview.py:418 +#: ../gramps/gui/merge/mergefamily.py:227 +#: ../gramps/gui/merge/mergeperson.py:350 +#: ../gramps/plugins/lib/libpersonview.py:427 msgid "Cannot merge people" msgstr "Kan inte slå samman personer" #: ../gramps/gui/merge/mergemedia.py:44 msgid "manual|Merge_Media_Objects" -msgstr "" +msgstr "Slå samman mediaobjekt" #: ../gramps/gui/merge/mergenote.py:44 msgid "manual|Merge_Notes" -msgstr "" +msgstr "Slå samman notiser" -#: ../gramps/gui/merge/mergenote.py:93 +#: ../gramps/gui/merge/mergenote.py:94 msgid "flowed" msgstr "flytande" -#: ../gramps/gui/merge/mergenote.py:93 +#: ../gramps/gui/merge/mergenote.py:94 msgid "preformatted" msgstr "förformaterad" #: ../gramps/gui/merge/mergeperson.py:58 msgid "manual|Merge_People" -msgstr "" +msgstr "Slå samman personer" -#: ../gramps/gui/merge/mergeperson.py:89 +#. translators: needed for French, ignore otherwise +#: ../gramps/gui/merge/mergeperson.py:62 +#, fuzzy, python-format +msgid "%(key)s:\t%(value)s" +msgstr "%(type)s: %(value)s" + +#: ../gramps/gui/merge/mergeperson.py:92 msgid "Merge People" msgstr "Slå samman personer" -#: ../gramps/gui/merge/mergeperson.py:193 -#: ../gramps/plugins/textreport/indivcomplete.py:343 +#: ../gramps/gui/merge/mergeperson.py:199 +#: ../gramps/plugins/textreport/indivcomplete.py:378 msgid "Alternate Names" msgstr "Alternativa namn" -#: ../gramps/gui/merge/mergeperson.py:200 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:451 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:465 +#: ../gramps/gui/merge/mergeperson.py:206 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:477 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:491 #: ../gramps/plugins/quickview/filterbyname.py:97 #: ../gramps/plugins/quickview/filterbyname.py:122 #: ../gramps/plugins/textreport/tagreport.py:320 #: ../gramps/plugins/view/eventview.py:119 #: ../gramps/plugins/view/view.gpr.py:35 ../gramps/plugins/view/view.gpr.py:43 -#: ../gramps/plugins/webreport/narrativeweb.py:1900 -#: ../gramps/plugins/webreport/narrativeweb.py:1965 -#: ../gramps/plugins/webreport/narrativeweb.py:2019 -#: ../gramps/plugins/webreport/narrativeweb.py:4118 -#: ../gramps/plugins/webreport/narrativeweb.py:4338 -#: ../gramps/plugins/webreport/narrativeweb.py:7269 +#: ../gramps/plugins/webreport/narrativeweb.py:1876 +#: ../gramps/plugins/webreport/narrativeweb.py:1943 +#: ../gramps/plugins/webreport/narrativeweb.py:2005 +#: ../gramps/plugins/webreport/narrativeweb.py:4163 +#: ../gramps/plugins/webreport/narrativeweb.py:4386 +#: ../gramps/plugins/webreport/narrativeweb.py:7355 msgid "Events" msgstr "Händelser" #. Go over parents and build their menu -#. don't show rest -#: ../gramps/gui/merge/mergeperson.py:215 -#: ../gramps/gui/widgets/fanchart.py:1742 +#: ../gramps/gui/merge/mergeperson.py:224 +#: ../gramps/gui/widgets/fanchart.py:1679 #: ../gramps/plugins/quickview/all_relations.py:305 -#: ../gramps/plugins/tool/notrelated.py:126 -#: ../gramps/plugins/view/pedigreeview.py:1781 -#: ../gramps/plugins/view/relview.py:527 ../gramps/plugins/view/relview.py:851 -#: ../gramps/plugins/view/relview.py:887 -#: ../gramps/plugins/webreport/narrativeweb.py:379 -#: ../gramps/plugins/webreport/narrativeweb.py:3270 -#: ../gramps/plugins/webreport/narrativeweb.py:6085 -#: ../gramps/plugins/webreport/narrativeweb.py:7476 +#: ../gramps/plugins/tool/notrelated.py:128 +#: ../gramps/plugins/view/pedigreeview.py:1790 +#: ../gramps/plugins/view/relview.py:538 ../gramps/plugins/view/relview.py:862 +#: ../gramps/plugins/view/relview.py:898 +#: ../gramps/plugins/webreport/narrativeweb.py:3265 +#: ../gramps/plugins/webreport/narrativeweb.py:6145 +#: ../gramps/plugins/webreport/narrativeweb.py:7565 msgid "Parents" msgstr "Föräldrar" -#: ../gramps/gui/merge/mergeperson.py:218 -#: ../gramps/gui/merge/mergeperson.py:232 +#: ../gramps/gui/merge/mergeperson.py:228 +#: ../gramps/gui/merge/mergeperson.py:245 #: ../gramps/plugins/tool/findloop.py:111 msgid "Family ID" msgstr "Familje-ID" -#: ../gramps/gui/merge/mergeperson.py:224 +#: ../gramps/gui/merge/mergeperson.py:236 msgid "No parents found" msgstr "Inga föräldrar hittades" #. Go over spouses and build their menu -#: ../gramps/gui/merge/mergeperson.py:226 -#: ../gramps/gui/widgets/fanchart.py:1626 -#: ../gramps/plugins/textreport/kinshipreport.py:131 -#: ../gramps/plugins/view/pedigreeview.py:1659 +#: ../gramps/gui/merge/mergeperson.py:238 +#: ../gramps/gui/widgets/fanchart.py:1551 +#: ../gramps/plugins/textreport/kinshipreport.py:132 +#: ../gramps/plugins/view/pedigreeview.py:1677 msgid "Spouses" msgstr "Makar" -#: ../gramps/gui/merge/mergeperson.py:236 -#: ../gramps/gui/selectors/selectperson.py:101 -#: ../gramps/gui/widgets/reorderfam.py:89 +#: ../gramps/gui/merge/mergeperson.py:249 +#: ../gramps/gui/selectors/selectperson.py:100 +#: ../gramps/gui/widgets/reorderfam.py:90 #: ../gramps/plugins/gramplet/children.py:98 #: ../gramps/plugins/lib/libpersonview.py:105 -#: ../gramps/plugins/textreport/familygroup.py:565 -#: ../gramps/plugins/view/relview.py:1395 +#: ../gramps/plugins/textreport/familygroup.py:566 +#: ../gramps/plugins/view/relview.py:1405 msgid "Spouse" msgstr "Maka/make" -#: ../gramps/gui/merge/mergeperson.py:250 +#: ../gramps/gui/merge/mergeperson.py:264 msgid "No spouses or children found" msgstr "Inga makar eller barn hittades" +#. Add column with the warning text +#: ../gramps/gui/merge/mergeperson.py:343 ../gramps/plugins/tool/verify.py:563 +msgid "Warning" +msgstr "Varning" + +#: ../gramps/gui/merge/mergeperson.py:344 +msgid "" +"The persons have been merged.\n" +"However, the families for this merge were too complex to automatically " +"handle. We recommend that you go to Relationships view and see if " +"additional manual merging of families is necessary." +msgstr "" + #: ../gramps/gui/merge/mergeplace.py:53 msgid "manual|Merge_Places" -msgstr "" +msgstr "Slå samman platser" #: ../gramps/gui/merge/mergerepository.py:44 msgid "manual|Merge_Repositories" @@ -16641,37 +16825,37 @@ msgstr "manual|Merge_Repositories" #: ../gramps/gui/merge/mergesource.py:45 msgid "manual|Merge_Sources" -msgstr "" +msgstr "Slå samman källor" #: ../gramps/gui/merge/mergesource.py:67 msgid "Merge Sources" msgstr "Slå samman källor" -#: ../gramps/gui/plug/_dialogs.py:283 +#: ../gramps/gui/plug/_dialogs.py:290 msgid "Report Selection" msgstr "Val av rapport" -#: ../gramps/gui/plug/_dialogs.py:285 +#: ../gramps/gui/plug/_dialogs.py:292 msgid "Generate selected report" msgstr "Skapa vald rapport" -#: ../gramps/gui/plug/_dialogs.py:285 +#: ../gramps/gui/plug/_dialogs.py:292 msgid "_Generate" msgstr "_Skapa" -#: ../gramps/gui/plug/_dialogs.py:314 +#: ../gramps/gui/plug/_dialogs.py:321 msgid "Tool Selection" msgstr "Val av verktyg" -#: ../gramps/gui/plug/_dialogs.py:315 +#: ../gramps/gui/plug/_dialogs.py:322 msgid "Select a tool from those available on the left." msgstr "Välj ett verktyg från de tillgängliga till vänster." -#: ../gramps/gui/plug/_dialogs.py:316 ../gramps/plugins/tool/verify.glade:144 +#: ../gramps/gui/plug/_dialogs.py:323 ../gramps/plugins/tool/verify.glade:144 msgid "_Run" msgstr "_Kör" -#: ../gramps/gui/plug/_dialogs.py:317 +#: ../gramps/gui/plug/_dialogs.py:324 msgid "Run selected tool" msgstr "Kör valt verktyg" @@ -16684,292 +16868,281 @@ msgstr "Välj efternamn" msgid "Count" msgstr "Räkna" -#. we could use database.get_surname_list(), but if we do that -#. all we get is a list of names without a count...therefore -#. we'll traverse the entire database ourself and build up a -#. list that we can use -#. for name in database.get_surname_list(): -#. self.__model.append([name, 0]) -#. build up the list of surnames, keeping track of the count for each -#. name (this can be a lengthy process, so by passing in the -#. dictionary we can be certain we only do this once) -#: ../gramps/gui/plug/_guioptions.py:117 +#: ../gramps/gui/plug/_guioptions.py:118 msgid "Finding Surnames" msgstr "Letar efternamn" -#: ../gramps/gui/plug/_guioptions.py:118 +#: ../gramps/gui/plug/_guioptions.py:119 msgid "Finding surnames" msgstr "Letar efternamn" -#: ../gramps/gui/plug/_guioptions.py:674 +#: ../gramps/gui/plug/_guioptions.py:675 msgid "Select a different person" msgstr "Välj en annan person" -#: ../gramps/gui/plug/_guioptions.py:701 +#: ../gramps/gui/plug/_guioptions.py:702 msgid "Select a person for the report" msgstr "Välj en personen för rapporten" -#: ../gramps/gui/plug/_guioptions.py:784 +#: ../gramps/gui/plug/_guioptions.py:785 msgid "Select a different family" msgstr "Välj en annan familj" -#: ../gramps/gui/plug/_guioptions.py:1241 +#: ../gramps/gui/plug/_guioptions.py:1242 #, python-format msgid "Also include %s?" msgstr "Skall även %s tas med?" -#: ../gramps/gui/plug/_guioptions.py:1243 -#: ../gramps/gui/selectors/selectperson.py:87 +#: ../gramps/gui/plug/_guioptions.py:1244 +#: ../gramps/gui/selectors/selectperson.py:86 msgid "Select Person" msgstr "Välj person" -#: ../gramps/gui/plug/_guioptions.py:1563 +#: ../gramps/gui/plug/_guioptions.py:1564 #, python-format msgid "Select color for %s" msgstr "Välj färg på %s" -#: ../gramps/gui/plug/_guioptions.py:1725 -#: ../gramps/gui/plug/report/_reportdialog.py:449 +#: ../gramps/gui/plug/_guioptions.py:1726 +#: ../gramps/gui/plug/report/_reportdialog.py:451 msgid "Save As" msgstr "Spara som" -#: ../gramps/gui/plug/_guioptions.py:1729 ../gramps/gui/plug/_windows.py:429 -#: ../gramps/gui/plug/report/_bookdialog.py:665 -#: ../gramps/gui/plug/report/_fileentry.py:65 +#: ../gramps/gui/plug/_guioptions.py:1730 ../gramps/gui/plug/_windows.py:442 +#: ../gramps/gui/plug/report/_bookdialog.py:626 +#: ../gramps/gui/plug/report/_fileentry.py:66 msgid "_Open" msgstr "_Öppna" -#: ../gramps/gui/plug/_guioptions.py:1806 -#: ../gramps/gui/plug/report/_reportdialog.py:327 +#: ../gramps/gui/plug/_guioptions.py:1807 +#: ../gramps/gui/plug/report/_reportdialog.py:328 msgid "Style Editor" msgstr "Mallredigerare" -#: ../gramps/gui/plug/_windows.py:87 +#: ../gramps/gui/plug/_windows.py:90 msgid "Hidden" msgstr "Gömd" -#: ../gramps/gui/plug/_windows.py:89 +#: ../gramps/gui/plug/_windows.py:92 msgid "Visible" msgstr "Synlig" -#: ../gramps/gui/plug/_windows.py:94 +#: ../gramps/gui/plug/_windows.py:97 msgid "Plugin Manager" msgstr "Insticksmodulshanterare" -#: ../gramps/gui/plug/_windows.py:140 ../gramps/gui/plug/_windows.py:194 +#: ../gramps/gui/plug/_windows.py:144 ../gramps/gui/plug/_windows.py:198 msgid "Info" msgstr "Info" #. id_col -#: ../gramps/gui/plug/_windows.py:143 ../gramps/gui/plug/_windows.py:197 +#: ../gramps/gui/plug/_windows.py:147 ../gramps/gui/plug/_windows.py:201 msgid "Hide/Unhide" msgstr "Göm/Visa" #. id_col -#: ../gramps/gui/plug/_windows.py:151 ../gramps/gui/plug/_windows.py:206 +#: ../gramps/gui/plug/_windows.py:155 ../gramps/gui/plug/_windows.py:210 msgid "Load" msgstr "Ladda" -#: ../gramps/gui/plug/_windows.py:157 +#: ../gramps/gui/plug/_windows.py:161 msgid "Registered Plugins" msgstr "Registrerade insticksmoduler" -#: ../gramps/gui/plug/_windows.py:170 +#: ../gramps/gui/plug/_windows.py:174 msgid "Loaded" msgstr "Laddade" -#: ../gramps/gui/plug/_windows.py:175 +#: ../gramps/gui/plug/_windows.py:179 msgid "File" msgstr "Fil" -#: ../gramps/gui/plug/_windows.py:184 +#: ../gramps/gui/plug/_windows.py:188 msgid "Message" msgstr "Meddelande" -#: ../gramps/gui/plug/_windows.py:212 +#: ../gramps/gui/plug/_windows.py:216 msgid "Loaded Plugins" msgstr "Laddade insticksmoduler" #. self.addon_list.connect('button-press-event', self.button_press) -#: ../gramps/gui/plug/_windows.py:231 +#: ../gramps/gui/plug/_windows.py:235 msgid "Addon Name" msgstr "Namn på tillägg" -#: ../gramps/gui/plug/_windows.py:246 +#: ../gramps/gui/plug/_windows.py:250 msgid "Path to Addon:" msgstr "Sökväg för tillägg:" -#: ../gramps/gui/plug/_windows.py:266 +#: ../gramps/gui/plug/_windows.py:270 msgid "Install Addon" msgstr "Installera tillägg" -#: ../gramps/gui/plug/_windows.py:269 +#: ../gramps/gui/plug/_windows.py:273 msgid "Install All Addons" msgstr "Installera alla tillägg" -#: ../gramps/gui/plug/_windows.py:272 +#: ../gramps/gui/plug/_windows.py:276 msgid "Refresh Addon List" msgstr "Läs om tilläggslistan" #. Only show the "Reload" button when in debug mode #. (without -O on the command line) -#: ../gramps/gui/plug/_windows.py:285 +#: ../gramps/gui/plug/_windows.py:289 msgid "Reload" msgstr "Ladda om" -#: ../gramps/gui/plug/_windows.py:308 +#: ../gramps/gui/plug/_windows.py:316 msgid "Refreshing Addon List" msgstr "Läser om tilläggslistan" -#: ../gramps/gui/plug/_windows.py:309 ../gramps/gui/plug/_windows.py:314 -#: ../gramps/gui/plug/_windows.py:405 +#: ../gramps/gui/plug/_windows.py:318 ../gramps/gui/plug/_windows.py:323 +#: ../gramps/gui/plug/_windows.py:418 msgid "Reading gramps-project.org..." msgstr "Läser gramps-project.org..." -#: ../gramps/gui/plug/_windows.py:332 +#: ../gramps/gui/plug/_windows.py:341 msgid "Checking addon..." msgstr "Kontrollerar tillägg..." -#: ../gramps/gui/plug/_windows.py:340 +#: ../gramps/gui/plug/_windows.py:349 msgid "Unknown Help URL" msgstr "Okänt hjälp-URL" -#: ../gramps/gui/plug/_windows.py:351 +#: ../gramps/gui/plug/_windows.py:360 msgid "Unknown URL" msgstr "Okänt URL" -#: ../gramps/gui/plug/_windows.py:386 +#: ../gramps/gui/plug/_windows.py:396 msgid "Install all Addons" msgstr "Installera alla tillägg" -#: ../gramps/gui/plug/_windows.py:386 +#: ../gramps/gui/plug/_windows.py:396 msgid "Installing..." msgstr "Installerar..." -#: ../gramps/gui/plug/_windows.py:404 +#: ../gramps/gui/plug/_windows.py:416 msgid "Installing Addon" msgstr "Installerar tillägg" -#: ../gramps/gui/plug/_windows.py:425 +#: ../gramps/gui/plug/_windows.py:438 msgid "Load Addon" msgstr "Ladda tillägg" -#: ../gramps/gui/plug/_windows.py:487 +#: ../gramps/gui/plug/_windows.py:500 #: ../gramps/plugins/tool/dateparserdisplaytest.py:188 msgid "Fail" msgstr "Fel" -#: ../gramps/gui/plug/_windows.py:502 ../gramps/gui/widgets/grampletbar.py:547 +#: ../gramps/gui/plug/_windows.py:515 ../gramps/gui/widgets/grampletbar.py:548 msgid "OK" msgstr "OK" -#: ../gramps/gui/plug/_windows.py:606 +#: ../gramps/gui/plug/_windows.py:619 msgid "Plugin name" msgstr "Insticksmodulnamn" -#: ../gramps/gui/plug/_windows.py:608 +#: ../gramps/gui/plug/_windows.py:621 msgid "Version" msgstr "Version" -#: ../gramps/gui/plug/_windows.py:609 +#: ../gramps/gui/plug/_windows.py:622 msgid "Authors" msgstr "Författare" -#. Save Frame -#: ../gramps/gui/plug/_windows.py:611 -#: ../gramps/gui/plug/report/_reportdialog.py:468 +#: ../gramps/gui/plug/_windows.py:624 +#: ../gramps/gui/plug/report/_reportdialog.py:471 msgid "Filename" msgstr "Filnamn" -#: ../gramps/gui/plug/_windows.py:614 +#: ../gramps/gui/plug/_windows.py:627 msgid "Detailed Info" msgstr "Detaljinformation" -#: ../gramps/gui/plug/_windows.py:671 +#: ../gramps/gui/plug/_windows.py:686 msgid "Plugin Error" msgstr "Insticksmodulfel" -#: ../gramps/gui/plug/_windows.py:736 +#: ../gramps/gui/plug/_windows.py:751 msgid "_Execute" msgstr "_Utför" -#: ../gramps/gui/plug/_windows.py:1027 -#: ../gramps/plugins/tool/ownereditor.py:162 +#: ../gramps/gui/plug/_windows.py:1047 +#: ../gramps/plugins/tool/ownereditor.py:163 msgid "Main window" msgstr "Huvudfönster" -#: ../gramps/gui/plug/_windows.py:1094 +#: ../gramps/gui/plug/_windows.py:1114 #, python-format msgid "%(adjective)s: %(addon)s" msgstr "%(adjective)s: %(addon)s" -#: ../gramps/gui/plug/_windows.py:1155 +#: ../gramps/gui/plug/_windows.py:1173 msgid "Downloading and installing selected addons..." msgstr "Laddar ner och installerar valda tillägg..." -#: ../gramps/gui/plug/_windows.py:1190 +#: ../gramps/gui/plug/_windows.py:1208 msgid "Installation Errors" msgstr "Installationsfel" -#: ../gramps/gui/plug/_windows.py:1191 +#: ../gramps/gui/plug/_windows.py:1209 msgid "The following addons had errors: " msgstr "Följande tillägg hade fel: " -#: ../gramps/gui/plug/_windows.py:1195 ../gramps/gui/plug/_windows.py:1203 +#: ../gramps/gui/plug/_windows.py:1213 ../gramps/gui/plug/_windows.py:1221 msgid "Done downloading and installing addons" msgstr "Laddar ner och installerar tillägg" #. translators: leave all/any {...} untranslated -#: ../gramps/gui/plug/_windows.py:1197 +#: ../gramps/gui/plug/_windows.py:1215 #, python-brace-format msgid "{number_of} addon was installed." msgid_plural "{number_of} addons were installed." msgstr[0] "{number_of} tillägg installerades." msgstr[1] "{number_of} tillägg installerades." -#: ../gramps/gui/plug/_windows.py:1200 -msgid "You need to restart Gramps to see new views." -msgstr "Du måste starta om Gramps för att se nya vyer." +#: ../gramps/gui/plug/_windows.py:1218 +#, fuzzy +msgid "If you have installed a 'Gramps View', you will need to restart Gramps." +msgstr "" +"När vald, använd webkit, annars används mozilla.\n" +"Gramps måste startas om." -#: ../gramps/gui/plug/_windows.py:1204 +#: ../gramps/gui/plug/_windows.py:1222 msgid "No addons were installed." msgstr "Inga tillägg installerades." #. set up ManagedWindow -#: ../gramps/gui/plug/export/_exportassistant.py:116 +#: ../gramps/gui/plug/export/_exportassistant.py:119 msgid "Export Assistant" msgstr "Exporthjälpen" -#: ../gramps/gui/plug/export/_exportassistant.py:180 +#: ../gramps/gui/plug/export/_exportassistant.py:181 msgid "Saving your data" msgstr "Sparar dina data" -#: ../gramps/gui/plug/export/_exportassistant.py:226 +#: ../gramps/gui/plug/export/_exportassistant.py:227 msgid "Choose the output format" msgstr "Välj format för utdata" -#: ../gramps/gui/plug/export/_exportassistant.py:240 +#: ../gramps/gui/plug/export/_exportassistant.py:241 msgid "Export options" msgstr "Exportalternativ" -#: ../gramps/gui/plug/export/_exportassistant.py:310 +#: ../gramps/gui/plug/export/_exportassistant.py:312 msgid "Select save file" msgstr "Välj fil att spara" -#: ../gramps/gui/plug/export/_exportassistant.py:354 -#: ../gramps/plugins/tool/mediamanager.py:103 +#: ../gramps/gui/plug/export/_exportassistant.py:358 +#: ../gramps/plugins/tool/mediamanager.py:105 msgid "Final confirmation" msgstr "Slutgiltigt godkännande" -#: ../gramps/gui/plug/export/_exportassistant.py:370 -msgid "Please wait while your data is selected and exported" -msgstr "Vänta medan dina data väljs ut och exporteras" - -#: ../gramps/gui/plug/export/_exportassistant.py:382 +#: ../gramps/gui/plug/export/_exportassistant.py:383 msgid "Summary" msgstr "Sammanfattning" -#: ../gramps/gui/plug/export/_exportassistant.py:449 +#: ../gramps/gui/plug/export/_exportassistant.py:451 #, python-format msgid "" "The data will be exported as follows:\n" @@ -16985,7 +17158,7 @@ msgstr "" "Tryck Verkställ för att fortsätta, Avbryt för att avbryta eller Bakåt för " "att återse alternativ." -#: ../gramps/gui/plug/export/_exportassistant.py:462 +#: ../gramps/gui/plug/export/_exportassistant.py:464 #, python-format msgid "" "The data will be saved as follows:\n" @@ -17005,7 +17178,7 @@ msgstr "" "Tryck Verkställ för att fortsätta, Avbryt för att avbryta eller Bakåt för " "att återse alternativ." -#: ../gramps/gui/plug/export/_exportassistant.py:472 +#: ../gramps/gui/plug/export/_exportassistant.py:474 msgid "" "The selected file and folder to save to cannot be created or found.\n" "\n" @@ -17016,11 +17189,11 @@ msgstr "" "\n" "Tryck Back för att återvända och välj ett giltigt filnamn." -#: ../gramps/gui/plug/export/_exportassistant.py:498 +#: ../gramps/gui/plug/export/_exportassistant.py:501 msgid "Your data has been saved" msgstr "Dina data har sparats" -#: ../gramps/gui/plug/export/_exportassistant.py:500 +#: ../gramps/gui/plug/export/_exportassistant.py:503 msgid "" "The copy of your data has been successfully saved. You may press Close " "button now to continue.\n" @@ -17037,16 +17210,16 @@ msgstr "" "öppnade databasen kommer inte att förändra kopian som du just tog. " #. add test, what is dir -#: ../gramps/gui/plug/export/_exportassistant.py:508 +#: ../gramps/gui/plug/export/_exportassistant.py:511 #, python-format msgid "Filename: %s" msgstr "Filnamn: %s" -#: ../gramps/gui/plug/export/_exportassistant.py:510 +#: ../gramps/gui/plug/export/_exportassistant.py:513 msgid "Saving failed" msgstr "Misslyckades att spara" -#: ../gramps/gui/plug/export/_exportassistant.py:512 +#: ../gramps/gui/plug/export/_exportassistant.py:515 msgid "" "There was an error while saving your data. You may try starting the export " "again.\n" @@ -17059,7 +17232,7 @@ msgstr "" "Observera: Den aktuella databasen är oskadad. Det var bara kopian av " "informationen som inte gick att spara." -#: ../gramps/gui/plug/export/_exportassistant.py:533 +#: ../gramps/gui/plug/export/_exportassistant.py:531 msgid "" "Under normal circumstances, Gramps does not require you to directly save " "your changes. All changes you make are immediately saved to the database.\n" @@ -17083,155 +17256,163 @@ msgstr "" "Om du ändrar dig under denna process, kan du när som helst trycka på " "avbrytknappen och din aktuella databas kommer fortfarande vara intakt." -#: ../gramps/gui/plug/export/_exportassistant.py:602 +#: ../gramps/gui/plug/export/_exportassistant.py:601 msgid "Error exporting your Family Tree" msgstr "Fel vid export av ditt släktträd" +#: ../gramps/gui/plug/export/_exportassistant.py:609 +msgid "Please wait while your data is selected and exported" +msgstr "Vänta medan dina data väljs ut och exporteras" + #: ../gramps/gui/plug/export/_exportoptions.py:67 msgid "Selecting Preview Data" msgstr "Väljer data till förhandsgranskning" -#: ../gramps/gui/plug/export/_exportoptions.py:67 -#: ../gramps/gui/plug/export/_exportoptions.py:70 +#: ../gramps/gui/plug/export/_exportoptions.py:68 +#: ../gramps/gui/plug/export/_exportoptions.py:71 msgid "Selecting..." msgstr "Väljer..." -#: ../gramps/gui/plug/export/_exportoptions.py:159 +#: ../gramps/gui/plug/export/_exportoptions.py:161 msgid "Unfiltered Family Tree:" msgstr "Ofiltrerat släktträd:" #. translators: leave all/any {...} untranslated -#: ../gramps/gui/plug/export/_exportoptions.py:163 -#: ../gramps/gui/plug/export/_exportoptions.py:269 -#: ../gramps/gui/plug/export/_exportoptions.py:564 +#: ../gramps/gui/plug/export/_exportoptions.py:165 +#: ../gramps/gui/plug/export/_exportoptions.py:272 +#: ../gramps/gui/plug/export/_exportoptions.py:573 #, python-brace-format msgid "{number_of} Person" msgid_plural "{number_of} People" msgstr[0] "{number_of} Person" msgstr[1] "{number_of} Personer" -#: ../gramps/gui/plug/export/_exportoptions.py:166 +#: ../gramps/gui/plug/export/_exportoptions.py:168 msgid "Click to see preview of unfiltered data" msgstr "Klicka för granska ofiltrerade data" -#: ../gramps/gui/plug/export/_exportoptions.py:178 +#: ../gramps/gui/plug/export/_exportoptions.py:180 msgid "_Do not include records marked private" msgstr "_Ta inte med data markerade som privata" -#: ../gramps/gui/plug/export/_exportoptions.py:193 -#: ../gramps/gui/plug/export/_exportoptions.py:379 +#: ../gramps/gui/plug/export/_exportoptions.py:195 +#: ../gramps/gui/plug/export/_exportoptions.py:388 msgid "Change order" msgstr "Ändra ordning" -#: ../gramps/gui/plug/export/_exportoptions.py:198 +#: ../gramps/gui/plug/export/_exportoptions.py:200 msgid "Calculate Previews" msgstr "Beräknar förhandsgranskningar" #: ../gramps/gui/plug/export/_exportoptions.py:278 +msgid ":" +msgstr "" + +#: ../gramps/gui/plug/export/_exportoptions.py:282 msgid "_Person Filter" msgstr "_Personfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:290 +#: ../gramps/gui/plug/export/_exportoptions.py:295 msgid "Click to see preview after person filter" msgstr "Klicka för att granska efter personfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:295 +#: ../gramps/gui/plug/export/_exportoptions.py:300 msgid "_Note Filter" msgstr "_Notisfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:307 +#: ../gramps/gui/plug/export/_exportoptions.py:313 msgid "Click to see preview after note filter" msgstr "Klicka för att granska efter notisfilter" #. Frame 3: -#: ../gramps/gui/plug/export/_exportoptions.py:310 +#: ../gramps/gui/plug/export/_exportoptions.py:316 msgid "Privacy Filter" msgstr "Privatfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:316 +#: ../gramps/gui/plug/export/_exportoptions.py:323 msgid "Click to see preview after privacy filter" msgstr "Klicka för granska efter privatfilter" #. Frame 4: -#: ../gramps/gui/plug/export/_exportoptions.py:319 +#: ../gramps/gui/plug/export/_exportoptions.py:326 msgid "Living Filter" msgstr "Filter med levande" -#: ../gramps/gui/plug/export/_exportoptions.py:326 +#: ../gramps/gui/plug/export/_exportoptions.py:334 msgid "Click to see preview after living filter" msgstr "Klicka för att granska efter filter med levande" -#: ../gramps/gui/plug/export/_exportoptions.py:330 +#: ../gramps/gui/plug/export/_exportoptions.py:338 msgid "Reference Filter" msgstr "Referensfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:336 +#: ../gramps/gui/plug/export/_exportoptions.py:345 msgid "Click to see preview after reference filter" msgstr "Klicka för att granska efter referensfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:386 +#: ../gramps/gui/plug/export/_exportoptions.py:395 msgid "Hide order" msgstr "Dölj ordning" -#: ../gramps/gui/plug/export/_exportoptions.py:579 +#: ../gramps/gui/plug/export/_exportoptions.py:588 msgid "Filtering private data" msgstr "Filtrerar privata data" -#: ../gramps/gui/plug/export/_exportoptions.py:588 +#: ../gramps/gui/plug/export/_exportoptions.py:597 msgid "Filtering living persons" msgstr "Filtrerar levande personer" -#: ../gramps/gui/plug/export/_exportoptions.py:605 +#: ../gramps/gui/plug/export/_exportoptions.py:614 msgid "Applying selected person filter" msgstr "Tillämpar valt personfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:615 +#: ../gramps/gui/plug/export/_exportoptions.py:624 msgid "Applying selected note filter" msgstr "Tillämpar valt notisfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:624 +#: ../gramps/gui/plug/export/_exportoptions.py:633 msgid "Filtering referenced records" msgstr "Filtrerar refererade poster" -#: ../gramps/gui/plug/export/_exportoptions.py:665 +#: ../gramps/gui/plug/export/_exportoptions.py:674 msgid "Cannot edit a system filter" msgstr "Kan inte redigera systemfilter" -#: ../gramps/gui/plug/export/_exportoptions.py:666 +#: ../gramps/gui/plug/export/_exportoptions.py:675 msgid "Please select a different filter to edit" msgstr "Välj ett annan filter att redigera" -#: ../gramps/gui/plug/export/_exportoptions.py:695 -#: ../gramps/gui/plug/export/_exportoptions.py:719 +#: ../gramps/gui/plug/export/_exportoptions.py:705 +#: ../gramps/gui/plug/export/_exportoptions.py:729 msgid "Include all selected people" msgstr "Ta bara med alla valda personer" -#: ../gramps/gui/plug/export/_exportoptions.py:709 +#: ../gramps/gui/plug/export/_exportoptions.py:719 msgid "Include all selected notes" msgstr "Ta med alla valda notiser" -#: ../gramps/gui/plug/export/_exportoptions.py:720 +#: ../gramps/gui/plug/export/_exportoptions.py:730 msgid "Replace given names of living people" msgstr "Byt ut förnamn på levande personer" -#: ../gramps/gui/plug/export/_exportoptions.py:721 +#: ../gramps/gui/plug/export/_exportoptions.py:731 #, fuzzy msgid "Replace complete name of living people" msgstr "Byt ut förnamn på levande personer" -#: ../gramps/gui/plug/export/_exportoptions.py:722 +#: ../gramps/gui/plug/export/_exportoptions.py:732 msgid "Do not include living people" msgstr "Tag ej med levande personer" -#: ../gramps/gui/plug/export/_exportoptions.py:731 +#: ../gramps/gui/plug/export/_exportoptions.py:741 msgid "Include all selected records" msgstr "Ta med valda poster" -#: ../gramps/gui/plug/export/_exportoptions.py:732 +#: ../gramps/gui/plug/export/_exportoptions.py:742 msgid "Do not include records not linked to a selected person" msgstr "Ta inte med poster ej länkade till en vald person" -#: ../gramps/gui/plug/export/_exportoptions.py:753 +#: ../gramps/gui/plug/export/_exportoptions.py:763 #, fuzzy msgid "Use Compression" msgstr "Använd reguljärt uttryck" @@ -17241,94 +17422,89 @@ msgid "Web Connect" msgstr "Hemsideanslutning" #: ../gramps/gui/plug/quick/_quickreports.py:139 -#: ../gramps/gui/plug/quick/_textbufdoc.py:75 -#: ../gramps/gui/plug/quick/_textbufdoc.py:155 -#: ../gramps/gui/plug/quick/_textbufdoc.py:157 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:196 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:203 -#: ../gramps/plugins/lib/libpersonview.py:373 +#: ../gramps/gui/plug/quick/_textbufdoc.py:74 +#: ../gramps/gui/plug/quick/_textbufdoc.py:154 +#: ../gramps/gui/plug/quick/_textbufdoc.py:156 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:216 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:223 +#: ../gramps/plugins/lib/libpersonview.py:382 #: ../gramps/plugins/lib/libplaceview.py:152 #: ../gramps/plugins/view/citationlistview.py:182 -#: ../gramps/plugins/view/citationtreeview.py:290 +#: ../gramps/plugins/view/citationtreeview.py:316 #: ../gramps/plugins/view/eventview.py:214 #: ../gramps/plugins/view/familyview.py:209 -#: ../gramps/plugins/view/mediaview.py:218 +#: ../gramps/plugins/view/mediaview.py:219 #: ../gramps/plugins/view/noteview.py:201 #: ../gramps/plugins/view/repoview.py:153 #: ../gramps/plugins/view/sourceview.py:138 msgid "Quick View" msgstr "Snabbrapportvy" -#: ../gramps/gui/plug/quick/_quicktable.py:121 +#: ../gramps/gui/plug/quick/_quicktable.py:134 #: ../gramps/plugins/gramplet/descendant.py:113 msgid "Copy all" msgstr "Kopiera allt" -#: ../gramps/gui/plug/quick/_quicktable.py:152 +#: ../gramps/gui/plug/quick/_quicktable.py:161 msgid "See data not in Filter" msgstr "Se data ej i filter" -#: ../gramps/gui/plug/report/_bookdialog.py:184 -#, python-format -msgid "%(father)s and %(mother)s (%(id)s)" -msgstr "%(father)s och %(mother)s (%(id)s)" - -#: ../gramps/gui/plug/report/_bookdialog.py:220 +#: ../gramps/gui/plug/report/_bookdialog.py:166 msgid "Available Books" msgstr "Tillgängliga böcker" -#: ../gramps/gui/plug/report/_bookdialog.py:290 +#: ../gramps/gui/plug/report/_bookdialog.py:240 msgid "Discard Unsaved Changes" msgstr "Kasta osparade ändringar?" -#: ../gramps/gui/plug/report/_bookdialog.py:291 +#: ../gramps/gui/plug/report/_bookdialog.py:241 msgid "You have made changes which have not been saved." msgstr "Du har gjort ändringar, som inte har sparats." -#: ../gramps/gui/plug/report/_bookdialog.py:292 -#: ../gramps/gui/plug/report/_bookdialog.py:745 +#: ../gramps/gui/plug/report/_bookdialog.py:242 +#: ../gramps/gui/plug/report/_bookdialog.py:738 msgid "Proceed" msgstr "Fortsätt" -#: ../gramps/gui/plug/report/_bookdialog.py:349 +#: ../gramps/gui/plug/report/_bookdialog.py:301 msgid "Name of the book. MANDATORY" msgstr "Namn på bok. OBLIGATORISKT" -#: ../gramps/gui/plug/report/_bookdialog.py:371 +#: ../gramps/gui/plug/report/_bookdialog.py:323 #, fuzzy msgid "Manage Books" msgstr "Tillgängliga böcker" -#: ../gramps/gui/plug/report/_bookdialog.py:409 +#: ../gramps/gui/plug/report/_bookdialog.py:362 msgid "New Book" msgstr "Ny bok" -#: ../gramps/gui/plug/report/_bookdialog.py:412 +#: ../gramps/gui/plug/report/_bookdialog.py:365 msgid "_Available items" msgstr "_Tillgängliga objekt" -#: ../gramps/gui/plug/report/_bookdialog.py:416 +#: ../gramps/gui/plug/report/_bookdialog.py:369 msgid "Current _book" msgstr "Aktuell _bok" -#: ../gramps/gui/plug/report/_bookdialog.py:424 +#: ../gramps/gui/plug/report/_bookdialog.py:377 #: ../gramps/plugins/drawreport/statisticschart.py:307 msgid "Item name" msgstr "Objektnamn" -#: ../gramps/gui/plug/report/_bookdialog.py:427 +#: ../gramps/gui/plug/report/_bookdialog.py:380 msgid "Subject" msgstr "Ämne" -#: ../gramps/gui/plug/report/_bookdialog.py:439 +#: ../gramps/gui/plug/report/_bookdialog.py:394 msgid "Book selection list" msgstr "Val av bok" -#: ../gramps/gui/plug/report/_bookdialog.py:493 +#: ../gramps/gui/plug/report/_bookdialog.py:446 msgid "Different database" msgstr "Annan databas" -#: ../gramps/gui/plug/report/_bookdialog.py:494 +#: ../gramps/gui/plug/report/_bookdialog.py:447 #, python-format msgid "" "This book was created with the references to database %s.\n" @@ -17345,49 +17521,43 @@ msgstr "" "Därför ställs centralpersonen för varje objekt in till den aktiva personen i " "den för tillfället öppna databasen." -#: ../gramps/gui/plug/report/_bookdialog.py:596 +#: ../gramps/gui/plug/report/_bookdialog.py:553 msgid "No selected book item" msgstr "Ingen vald bokpost" -#: ../gramps/gui/plug/report/_bookdialog.py:597 +#: ../gramps/gui/plug/report/_bookdialog.py:554 msgid "Please select a book item to configure." msgstr "Välj en bokpost att konfigurera." -#: ../gramps/gui/plug/report/_bookdialog.py:658 -#: ../gramps/gui/views/bookmarks.py:230 ../gramps/gui/views/tags.py:409 +#: ../gramps/gui/plug/report/_bookdialog.py:619 +#: ../gramps/gui/views/bookmarks.py:281 ../gramps/gui/views/tags.py:420 msgid "_Up" msgstr "_Upp" -#: ../gramps/gui/plug/report/_bookdialog.py:659 -#: ../gramps/gui/views/bookmarks.py:231 ../gramps/gui/views/tags.py:410 +#: ../gramps/gui/plug/report/_bookdialog.py:620 +#: ../gramps/gui/views/bookmarks.py:282 ../gramps/gui/views/tags.py:421 msgid "_Down" msgstr "_Ned" -#: ../gramps/gui/plug/report/_bookdialog.py:660 +#: ../gramps/gui/plug/report/_bookdialog.py:621 msgid "Setup" msgstr "Inställningar" -#: ../gramps/gui/plug/report/_bookdialog.py:670 -msgid "Book Menu" -msgstr "Bokmeny" - -#: ../gramps/gui/plug/report/_bookdialog.py:698 -msgid "Available Items Menu" -msgstr "Tillgängliga objektmeny" - +#: ../gramps/gui/plug/report/_bookdialog.py:710 #: ../gramps/gui/plug/report/_bookdialog.py:721 msgid "No items" msgstr "Inga poster" -#: ../gramps/gui/plug/report/_bookdialog.py:721 +#: ../gramps/gui/plug/report/_bookdialog.py:711 +#: ../gramps/gui/plug/report/_bookdialog.py:722 msgid "This book has no items." msgstr "Denna bok saknar poster." -#: ../gramps/gui/plug/report/_bookdialog.py:733 +#: ../gramps/gui/plug/report/_bookdialog.py:728 msgid "No book name" msgstr "Inget namn på bok" -#: ../gramps/gui/plug/report/_bookdialog.py:734 +#: ../gramps/gui/plug/report/_bookdialog.py:729 msgid "" "You are about to save away a book with no name.\n" "\n" @@ -17397,20 +17567,20 @@ msgstr "" "\n" "Ange ett namn innan du sparar det." -#: ../gramps/gui/plug/report/_bookdialog.py:741 +#: ../gramps/gui/plug/report/_bookdialog.py:735 msgid "Book name already exists" msgstr "Boknamnet finns redan" -#: ../gramps/gui/plug/report/_bookdialog.py:742 +#: ../gramps/gui/plug/report/_bookdialog.py:736 msgid "You are about to save away a book with a name which already exists." msgstr "Du är på väg att spara en bok med ett namn, som redan finns." -#: ../gramps/gui/plug/report/_bookdialog.py:918 +#: ../gramps/gui/plug/report/_bookdialog.py:926 #, fuzzy msgid "Generate Book" msgstr "Skapad av" -#: ../gramps/gui/plug/report/_bookdialog.py:955 +#: ../gramps/gui/plug/report/_bookdialog.py:969 msgid "Gramps Book" msgstr "Gramps-bok" @@ -17449,14 +17619,13 @@ msgstr "Liggande" msgid "inch|in." msgstr "tum" -#: ../gramps/gui/plug/report/_reportdialog.py:141 +#: ../gramps/gui/plug/report/_reportdialog.py:142 msgid "Configuration" msgstr "Inställning" -#. Styles Frame -#: ../gramps/gui/plug/report/_reportdialog.py:322 -#: ../gramps/gui/plug/report/_styleeditor.py:101 -#: ../gramps/gui/plug/report/_styleeditor.py:230 +#: ../gramps/gui/plug/report/_reportdialog.py:323 +#: ../gramps/gui/plug/report/_styleeditor.py:103 +#: ../gramps/gui/plug/report/_styleeditor.py:233 msgid "Style" msgstr "Mall" @@ -17471,54 +17640,56 @@ msgstr "Mall" #. menu.add_option(category_name, "Spouse_disp", Spouse_disp) #. ################# #. ######################### +#. ################# #. ############################### #. --------------------- #. ############################### #. Report Options #. ######################### #. ############################### -#: ../gramps/gui/plug/report/_reportdialog.py:364 -#: ../gramps/plugins/drawreport/ancestortree.py:827 -#: ../gramps/plugins/drawreport/calendarreport.py:464 -#: ../gramps/plugins/drawreport/fanchart.py:678 -#: ../gramps/plugins/drawreport/statisticschart.py:980 -#: ../gramps/plugins/drawreport/timeline.py:411 -#: ../gramps/plugins/graph/gvfamilylines.py:108 +#: ../gramps/gui/plug/report/_reportdialog.py:365 +#: ../gramps/plugins/drawreport/ancestortree.py:837 +#: ../gramps/plugins/drawreport/calendarreport.py:468 +#: ../gramps/plugins/drawreport/descendtree.py:1520 +#: ../gramps/plugins/drawreport/fanchart.py:686 +#: ../gramps/plugins/drawreport/statisticschart.py:984 +#: ../gramps/plugins/drawreport/timeline.py:415 +#: ../gramps/plugins/graph/gvfamilylines.py:110 #: ../gramps/plugins/graph/gvhourglass.py:306 -#: ../gramps/plugins/graph/gvrelgraph.py:662 -#: ../gramps/plugins/textreport/alphabeticalindex.py:88 -#: ../gramps/plugins/textreport/ancestorreport.py:272 -#: ../gramps/plugins/textreport/birthdayreport.py:411 -#: ../gramps/plugins/textreport/descendreport.py:418 -#: ../gramps/plugins/textreport/detancestralreport.py:770 -#: ../gramps/plugins/textreport/detdescendantreport.py:922 -#: ../gramps/plugins/textreport/endoflinereport.py:260 -#: ../gramps/plugins/textreport/familygroup.py:700 -#: ../gramps/plugins/textreport/indivcomplete.py:986 -#: ../gramps/plugins/textreport/kinshipreport.py:346 -#: ../gramps/plugins/textreport/numberofancestorsreport.py:194 -#: ../gramps/plugins/textreport/placereport.py:414 -#: ../gramps/plugins/textreport/recordsreport.py:211 -#: ../gramps/plugins/textreport/simplebooktitle.py:130 -#: ../gramps/plugins/textreport/summary.py:283 -#: ../gramps/plugins/textreport/tableofcontents.py:87 -#: ../gramps/plugins/textreport/tagreport.py:890 -#: ../gramps/plugins/webreport/narrativeweb.py:9342 -#: ../gramps/plugins/webreport/webcal.py:1591 +#: ../gramps/plugins/graph/gvrelgraph.py:665 +#: ../gramps/plugins/textreport/alphabeticalindex.py:93 +#: ../gramps/plugins/textreport/ancestorreport.py:281 +#: ../gramps/plugins/textreport/birthdayreport.py:415 +#: ../gramps/plugins/textreport/descendreport.py:504 +#: ../gramps/plugins/textreport/detancestralreport.py:779 +#: ../gramps/plugins/textreport/detdescendantreport.py:975 +#: ../gramps/plugins/textreport/endoflinereport.py:269 +#: ../gramps/plugins/textreport/familygroup.py:704 +#: ../gramps/plugins/textreport/indivcomplete.py:1032 +#: ../gramps/plugins/textreport/kinshipreport.py:355 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:203 +#: ../gramps/plugins/textreport/placereport.py:432 +#: ../gramps/plugins/textreport/recordsreport.py:216 +#: ../gramps/plugins/textreport/simplebooktitle.py:134 +#: ../gramps/plugins/textreport/summary.py:287 +#: ../gramps/plugins/textreport/tableofcontents.py:92 +#: ../gramps/plugins/textreport/tagreport.py:894 +#: ../gramps/plugins/webreport/narrativeweb.py:9623 +#: ../gramps/plugins/webreport/webcal.py:1609 msgid "Report Options" msgstr "Rapportalternativ" #. need any labels at top: -#: ../gramps/gui/plug/report/_reportdialog.py:453 +#: ../gramps/gui/plug/report/_reportdialog.py:456 msgid "Document Options" msgstr "Dokumentalternativ" -#: ../gramps/gui/plug/report/_reportdialog.py:499 -#: ../gramps/gui/plug/report/_reportdialog.py:526 +#: ../gramps/gui/plug/report/_reportdialog.py:502 +#: ../gramps/gui/plug/report/_reportdialog.py:529 msgid "Permission problem" msgstr "Rättighetsproblem" -#: ../gramps/gui/plug/report/_reportdialog.py:500 +#: ../gramps/gui/plug/report/_reportdialog.py:503 #, python-format msgid "" "You do not have permission to write under the directory %s\n" @@ -17529,26 +17700,26 @@ msgstr "" "\n" "Välj en annan katalog eller korrigera rättigheterna." -#: ../gramps/gui/plug/report/_reportdialog.py:509 +#: ../gramps/gui/plug/report/_reportdialog.py:512 msgid "File already exists" msgstr "Filen finns redan" -#: ../gramps/gui/plug/report/_reportdialog.py:510 +#: ../gramps/gui/plug/report/_reportdialog.py:513 msgid "" "You can choose to either overwrite the file, or change the selected filename." msgstr "" "Du kan välja att antingen skriva över filen eller att ändra det\n" "filnamn som valts." -#: ../gramps/gui/plug/report/_reportdialog.py:512 +#: ../gramps/gui/plug/report/_reportdialog.py:515 msgid "_Overwrite" msgstr "_Skriv över" -#: ../gramps/gui/plug/report/_reportdialog.py:513 +#: ../gramps/gui/plug/report/_reportdialog.py:516 msgid "_Change filename" msgstr "_Ändra filnamn" -#: ../gramps/gui/plug/report/_reportdialog.py:527 +#: ../gramps/gui/plug/report/_reportdialog.py:530 #, python-format msgid "" "You do not have permission to create %s\n" @@ -17559,13 +17730,13 @@ msgstr "" "\n" "Välj en annan sökväg eller korrigera rättigheterna." -#: ../gramps/gui/plug/report/_reportdialog.py:534 -#: ../gramps/plugins/export/exportxml.py:143 +#: ../gramps/gui/plug/report/_reportdialog.py:537 +#: ../gramps/plugins/export/exportxml.py:146 msgid "No directory" msgstr "Ingen katalog" -#: ../gramps/gui/plug/report/_reportdialog.py:535 -#: ../gramps/plugins/export/exportxml.py:144 +#: ../gramps/gui/plug/report/_reportdialog.py:538 +#: ../gramps/plugins/export/exportxml.py:147 #, python-format msgid "" "There is no directory %s.\n" @@ -17576,55 +17747,55 @@ msgstr "" "\n" "Välj en annan katalog eller skapa den." -#: ../gramps/gui/plug/report/_reportdialog.py:661 -#: ../gramps/gui/plug/tool.py:136 ../gramps/plugins/tool/relcalc.py:149 +#: ../gramps/gui/plug/report/_reportdialog.py:664 +#: ../gramps/gui/plug/tool.py:135 ../gramps/plugins/tool/relcalc.py:150 msgid "Active person has not been set" msgstr "Ingen aktiv person har valts" -#: ../gramps/gui/plug/report/_reportdialog.py:662 +#: ../gramps/gui/plug/report/_reportdialog.py:665 msgid "You must select an active person for this report to work properly." msgstr "" "Du måste välja en aktiv person för att den här rapporten skall fungera " "ordentligt." -#: ../gramps/gui/plug/report/_reportdialog.py:714 -#: ../gramps/gui/plug/report/_reportdialog.py:720 +#: ../gramps/gui/plug/report/_reportdialog.py:717 +#: ../gramps/gui/plug/report/_reportdialog.py:724 msgid "Report could not be created" msgstr "Rapporten kunde inte skapas" #: ../gramps/gui/plug/report/_stylecombobox.py:66 #: ../gramps/gui/plug/report/_stylecombobox.py:85 -#: ../gramps/gui/plug/report/_styleeditor.py:115 -#: ../gramps/gui/plug/report/_styleeditor.py:157 -#: ../gramps/gui/plug/report/_styleeditor.py:168 +#: ../gramps/gui/plug/report/_styleeditor.py:117 +#: ../gramps/gui/plug/report/_styleeditor.py:160 +#: ../gramps/gui/plug/report/_styleeditor.py:171 #: ../gramps/plugins/importer/importgedcom.glade:11 gtklist.h:1 msgid "default" msgstr "standard" -#: ../gramps/gui/plug/report/_styleeditor.py:88 +#: ../gramps/gui/plug/report/_styleeditor.py:90 msgid "Document Styles" msgstr "Dokumentmallar" -#: ../gramps/gui/plug/report/_styleeditor.py:128 +#: ../gramps/gui/plug/report/_styleeditor.py:130 msgid "New Style" msgstr "Ny mall" -#: ../gramps/gui/plug/report/_styleeditor.py:139 +#: ../gramps/gui/plug/report/_styleeditor.py:141 msgid "Error saving stylesheet" msgstr "Fel när mallblad skulle sparas" -#: ../gramps/gui/plug/report/_styleeditor.py:227 +#: ../gramps/gui/plug/report/_styleeditor.py:230 msgid "Style editor" msgstr "Mallredigerare" -#: ../gramps/gui/plug/report/_styleeditor.py:305 -#: ../gramps/gui/plug/report/_styleeditor.py:326 -#: ../gramps/gui/plug/report/_styleeditor.py:342 -#: ../gramps/gui/plug/report/_styleeditor.py:375 +#: ../gramps/gui/plug/report/_styleeditor.py:308 +#: ../gramps/gui/plug/report/_styleeditor.py:329 +#: ../gramps/gui/plug/report/_styleeditor.py:345 +#: ../gramps/gui/plug/report/_styleeditor.py:378 msgid "No description available" msgstr "Beskrivning saknas" -#: ../gramps/gui/plug/report/_styleeditor.py:352 +#: ../gramps/gui/plug/report/_styleeditor.py:355 #, python-format msgid "Column %d:" msgstr "Kolumn %d:" @@ -17674,66 +17845,59 @@ msgstr "" msgid "_Proceed with the tool" msgstr "_Fortsätt med verktyget" -#: ../gramps/gui/plug/tool.py:137 ../gramps/plugins/tool/relcalc.py:150 +#: ../gramps/gui/plug/tool.py:136 ../gramps/plugins/tool/relcalc.py:151 msgid "You must select an active person for this tool to work properly." msgstr "" "Du måste välja en aktiv person för att det här verktyget skall fungera." #: ../gramps/gui/selectors/selectcitation.py:51 -#, fuzzy msgid "manual|Select_Source_or_Citation_selector" -msgstr "Välj källa eller citering" +msgstr "Välj selektor för källa eller citering" -#: ../gramps/gui/selectors/selectcitation.py:68 +#: ../gramps/gui/selectors/selectcitation.py:67 msgid "Select Source or Citation" msgstr "Välj källa eller citering" -#: ../gramps/gui/selectors/selectcitation.py:75 +#: ../gramps/gui/selectors/selectcitation.py:74 #: ../gramps/plugins/view/citationtreeview.py:93 msgid "Source: Title or Citation: Volume/Page" msgstr "Källa; Titel eller citering: Volym/Sida" -#: ../gramps/gui/selectors/selectcitation.py:77 -#: ../gramps/gui/selectors/selectevent.py:76 -#: ../gramps/gui/selectors/selectfamily.py:73 -#: ../gramps/gui/selectors/selectnote.py:79 +#: ../gramps/gui/selectors/selectcitation.py:76 +#: ../gramps/gui/selectors/selectevent.py:75 +#: ../gramps/gui/selectors/selectfamily.py:72 +#: ../gramps/gui/selectors/selectnote.py:78 #: ../gramps/gui/selectors/selectobject.py:83 -#: ../gramps/gui/selectors/selectperson.py:102 -#: ../gramps/gui/selectors/selectplace.py:75 -#: ../gramps/gui/selectors/selectrepository.py:72 -#: ../gramps/gui/selectors/selectsource.py:73 +#: ../gramps/gui/selectors/selectperson.py:101 +#: ../gramps/gui/selectors/selectplace.py:74 +#: ../gramps/gui/selectors/selectrepository.py:71 +#: ../gramps/gui/selectors/selectsource.py:72 msgid "Last Change" msgstr "Senaste ändring" #: ../gramps/gui/selectors/selectevent.py:46 msgid "manual|Select_Event_selector" -msgstr "" +msgstr "Välj händelseselektor" -#: ../gramps/gui/selectors/selectevent.py:63 +#: ../gramps/gui/selectors/selectevent.py:62 msgid "Select Event" msgstr "Välj händelse" #: ../gramps/gui/selectors/selectfamily.py:46 -#, fuzzy msgid "manual|Select_Family_selector" -msgstr "an inte slå samman familjer." - -#: ../gramps/gui/selectors/selectfamily.py:63 -msgid "Select Family" -msgstr "Välj familj" +msgstr "Välj familje selektor" #: ../gramps/gui/selectors/selectnote.py:49 msgid "manual|Select_Note_selector" -msgstr "" +msgstr "Välj notisselektor" -#: ../gramps/gui/selectors/selectnote.py:68 +#: ../gramps/gui/selectors/selectnote.py:67 msgid "Select Note" msgstr "Välj notis" #: ../gramps/gui/selectors/selectobject.py:60 -#, fuzzy msgid "manual|Select_Media_Object_selector" -msgstr "Välj mediaobjekt" +msgstr "Välj mediaobjektselektor " #: ../gramps/gui/selectors/selectobject.py:70 msgid "Select Media Object" @@ -17741,30 +17905,29 @@ msgstr "Välj mediaobjekt" #: ../gramps/gui/selectors/selectperson.py:54 msgid "manual|Select_Child_selector" -msgstr "" +msgstr "Välj barnselektor" #: ../gramps/gui/selectors/selectperson.py:56 msgid "manual|Select_Father_selector" -msgstr "" +msgstr "Välj farselektor" #: ../gramps/gui/selectors/selectperson.py:58 msgid "manual|Select_Mother_selector" -msgstr "" +msgstr "Välj morselektor" #: ../gramps/gui/selectors/selectplace.py:47 msgid "manual|Select_Place_selector" -msgstr "" +msgstr "Välj platsselektor" -#: ../gramps/gui/selectors/selectplace.py:64 +#: ../gramps/gui/selectors/selectplace.py:63 msgid "Select Place" msgstr "Välj plats" #: ../gramps/gui/selectors/selectrepository.py:46 -#, fuzzy msgid "manual|Repositories" -msgstr "manual|Merge_Repositories" +msgstr "manual|Arkivplatser" -#: ../gramps/gui/selectors/selectrepository.py:63 +#: ../gramps/gui/selectors/selectrepository.py:62 msgid "Select Repository" msgstr "Välj arkivplats" @@ -17778,7 +17941,7 @@ msgstr "Välj arkivplats" msgid "manual|xxxx" msgstr "" -#: ../gramps/gui/selectors/selectsource.py:63 +#: ../gramps/gui/selectors/selectsource.py:62 msgid "Select Source" msgstr "Välj källa" @@ -17798,21 +17961,21 @@ msgstr "" "Du har inga installerade ordböcker. Antingen installera någon eller tag bort " "rättstavning" -#: ../gramps/gui/spell.py:151 +#: ../gramps/gui/spell.py:153 #, python-format msgid "Spelling checker initialization failed: %s" msgstr "Installation av stavningskontroll misslyckades: %s" #: ../gramps/gui/tipofday.py:67 ../gramps/gui/tipofday.py:68 -#: ../gramps/gui/tipofday.py:119 ../gramps/gui/viewmanager.py:496 +#: ../gramps/gui/tipofday.py:121 ../gramps/gui/viewmanager.py:507 msgid "Tip of the Day" msgstr "Dagens tips" -#: ../gramps/gui/tipofday.py:86 +#: ../gramps/gui/tipofday.py:87 msgid "Failed to display tip of the day" msgstr "Misslyckades med att visa dagens tips" -#: ../gramps/gui/tipofday.py:87 +#: ../gramps/gui/tipofday.py:88 #, python-format msgid "" "Unable to read the tips from external file.\n" @@ -17825,19 +17988,19 @@ msgstr "" #: ../gramps/gui/undohistory.py:57 msgid "11" -msgstr "" +msgstr "11" #: ../gramps/gui/undohistory.py:73 msgid "Undo History" msgstr "Redigeringshistorik" -#: ../gramps/gui/undohistory.py:84 ../gramps/gui/viewmanager.py:572 -#: ../gramps/gui/viewmanager.py:1165 +#: ../gramps/gui/undohistory.py:84 ../gramps/gui/viewmanager.py:595 +#: ../gramps/gui/viewmanager.py:1239 msgid "_Undo" msgstr "_Ångra" -#: ../gramps/gui/undohistory.py:86 ../gramps/gui/viewmanager.py:577 -#: ../gramps/gui/viewmanager.py:1182 +#: ../gramps/gui/undohistory.py:86 ../gramps/gui/viewmanager.py:600 +#: ../gramps/gui/viewmanager.py:1256 msgid "_Redo" msgstr "Åte_rställ" @@ -17855,44 +18018,50 @@ msgstr "Ursprunglig tid" msgid "Action" msgstr "Åtgärd" -#: ../gramps/gui/undohistory.py:197 +#: ../gramps/gui/undohistory.py:196 msgid "Delete confirmation" msgstr "Slutligt godkännande av radering" -#: ../gramps/gui/undohistory.py:198 +#: ../gramps/gui/undohistory.py:197 msgid "Are you sure you want to clear the Undo history?" msgstr "Är du säker på att du vill rensa redigeringshistoriken?" -#: ../gramps/gui/undohistory.py:199 ../gramps/plugins/gramplet/eval.py:80 +#: ../gramps/gui/undohistory.py:198 ../gramps/plugins/gramplet/eval.py:80 msgid "Clear" msgstr "Rensa" -#: ../gramps/gui/undohistory.py:235 +#: ../gramps/gui/undohistory.py:234 msgid "Database opened" msgstr "Databas öppnad" -#: ../gramps/gui/undohistory.py:237 +#: ../gramps/gui/undohistory.py:236 msgid "History cleared" msgstr "Historik rensad" -#: ../gramps/gui/utils.py:222 +#: ../gramps/gui/utils.py:228 msgid "Canceling..." msgstr "Avbryter..." -#: ../gramps/gui/utils.py:302 +#: ../gramps/gui/utils.py:308 msgid "Please do not force closing this important dialog." msgstr "Försök inte stänga den här viktiga dialogrutan med våld." -#: ../gramps/gui/utils.py:365 +#: ../gramps/gui/utils.py:371 msgid "The external program failed to launch or experienced an error" msgstr "" "Det gick ej att starta det externa programmet eller det signalerade ett fel" -#: ../gramps/gui/utils.py:375 +#: ../gramps/gui/utils.py:381 msgid "Error from external program" msgstr "Fel från externt program" -#: ../gramps/gui/utils.py:576 +#: ../gramps/gui/utils.py:422 +#: ../gramps/plugins/textreport/simplebooktitle.py:107 +#, python-format +msgid "File %s does not exist" +msgstr "Filen %s finns inte" + +#: ../gramps/gui/utils.py:585 msgid "" "Cannot open new citation editor at this time. Either the citation is already " "being edited, or the associated source is already being edited, and opening " @@ -17910,190 +18079,195 @@ msgstr "" "För att redigera en citering, så stäng källredigeraren och öppna en " "redigerare enbart för citeringen" -#: ../gramps/gui/utils.py:589 +#: ../gramps/gui/utils.py:598 msgid "Cannot open new citation editor" msgstr "Kan inte öppna ny citeringsredigerare" -#: ../gramps/gui/viewmanager.py:450 +#: ../gramps/gui/viewmanager.py:439 ../gramps/gui/viewmanager.py:1213 +#, fuzzy +msgid "No Family Tree" +msgstr "Släktträd" + +#: ../gramps/gui/viewmanager.py:461 msgid "Connect to a recent database" msgstr "Anslut till en tidigare databas" -#: ../gramps/gui/viewmanager.py:468 +#: ../gramps/gui/viewmanager.py:479 msgid "_Family Trees" msgstr "_Släktträd" -#: ../gramps/gui/viewmanager.py:469 +#: ../gramps/gui/viewmanager.py:480 msgid "_Manage Family Trees..." msgstr "_Hantera släktträd..." -#: ../gramps/gui/viewmanager.py:470 +#: ../gramps/gui/viewmanager.py:481 msgid "Manage databases" msgstr "Hantera databaser" -#: ../gramps/gui/viewmanager.py:471 +#: ../gramps/gui/viewmanager.py:482 msgid "Open _Recent" msgstr "Öppna _senaste" -#: ../gramps/gui/viewmanager.py:472 +#: ../gramps/gui/viewmanager.py:483 msgid "Open an existing database" msgstr "Öppna en befintlig databas" -#: ../gramps/gui/viewmanager.py:473 +#: ../gramps/gui/viewmanager.py:484 msgid "_Quit" msgstr "_Avsluta" -#: ../gramps/gui/viewmanager.py:475 +#: ../gramps/gui/viewmanager.py:486 msgid "_View" msgstr "_Visa" -#: ../gramps/gui/viewmanager.py:477 +#: ../gramps/gui/viewmanager.py:488 msgid "_Preferences..." msgstr "_Inställningar..." -#: ../gramps/gui/viewmanager.py:480 +#: ../gramps/gui/viewmanager.py:491 msgid "Gramps _Home Page" msgstr "Gramps _hemsida" -#: ../gramps/gui/viewmanager.py:482 +#: ../gramps/gui/viewmanager.py:493 msgid "Gramps _Mailing Lists" msgstr "Gramps _sändlistor" -#: ../gramps/gui/viewmanager.py:484 +#: ../gramps/gui/viewmanager.py:495 msgid "_Report a Bug" msgstr "_Rapportera ett programfel" -#: ../gramps/gui/viewmanager.py:486 +#: ../gramps/gui/viewmanager.py:497 msgid "_Extra Reports/Tools" msgstr "_Extra rapporter/hjälpmedel" -#: ../gramps/gui/viewmanager.py:488 +#: ../gramps/gui/viewmanager.py:499 msgid "_About" msgstr "_Om" -#: ../gramps/gui/viewmanager.py:490 +#: ../gramps/gui/viewmanager.py:501 msgid "_Plugin Manager" msgstr "_Instickshanterare" -#: ../gramps/gui/viewmanager.py:492 +#: ../gramps/gui/viewmanager.py:503 msgid "_FAQ" msgstr "_FAQ" -#: ../gramps/gui/viewmanager.py:493 +#: ../gramps/gui/viewmanager.py:504 msgid "_Key Bindings" msgstr "_Tangentkopplingar" -#: ../gramps/gui/viewmanager.py:494 +#: ../gramps/gui/viewmanager.py:505 msgid "_User Manual" msgstr "Användarhand_bok" -#: ../gramps/gui/viewmanager.py:501 +#: ../gramps/gui/viewmanager.py:513 +#, fuzzy +msgid "Close the current database" +msgstr "Anslut till en tidigare databas" + +#: ../gramps/gui/viewmanager.py:514 msgid "_Export..." msgstr "_Exportera..." -#: ../gramps/gui/viewmanager.py:503 +#: ../gramps/gui/viewmanager.py:516 msgid "Make Backup..." msgstr "Gör säkerhetskopiering..." -#: ../gramps/gui/viewmanager.py:504 +#: ../gramps/gui/viewmanager.py:517 msgid "Make a Gramps XML backup of the database" msgstr "Gör en Gramps XML-säkerhetskopia av databasen" -#: ../gramps/gui/viewmanager.py:506 +#: ../gramps/gui/viewmanager.py:519 msgid "_Abandon Changes and Quit" msgstr "_Överge ändringar och avsluta" -#: ../gramps/gui/viewmanager.py:507 ../gramps/gui/viewmanager.py:510 +#: ../gramps/gui/viewmanager.py:520 ../gramps/gui/viewmanager.py:523 msgid "_Reports" msgstr "_Rapporter" -#: ../gramps/gui/viewmanager.py:508 +#: ../gramps/gui/viewmanager.py:521 msgid "Open the reports dialog" msgstr "Öppna rapportdialogen" -#: ../gramps/gui/viewmanager.py:509 +#: ../gramps/gui/viewmanager.py:522 msgid "_Go" msgstr "_Gå till" -#: ../gramps/gui/viewmanager.py:511 +#: ../gramps/gui/viewmanager.py:524 msgid "Books..." msgstr "Böcker..." -#: ../gramps/gui/viewmanager.py:512 +#: ../gramps/gui/viewmanager.py:525 msgid "_Windows" msgstr "_Fönster" -#: ../gramps/gui/viewmanager.py:549 +#: ../gramps/gui/viewmanager.py:572 msgid "Clip_board" msgstr "_Urklipp" -#: ../gramps/gui/viewmanager.py:550 +#: ../gramps/gui/viewmanager.py:573 msgid "Open the Clipboard dialog" msgstr "Öppna urklippsdialogen" -#: ../gramps/gui/viewmanager.py:551 +#: ../gramps/gui/viewmanager.py:574 msgid "_Import..." msgstr "_Importera..." -#: ../gramps/gui/viewmanager.py:553 ../gramps/gui/viewmanager.py:556 +#: ../gramps/gui/viewmanager.py:576 ../gramps/gui/viewmanager.py:579 msgid "_Tools" msgstr "Verk_tyg" -#: ../gramps/gui/viewmanager.py:554 +#: ../gramps/gui/viewmanager.py:577 msgid "Open the tools dialog" msgstr "Öppna verktygsdialogen" -#: ../gramps/gui/viewmanager.py:555 +#: ../gramps/gui/viewmanager.py:578 msgid "_Bookmarks" msgstr "_Bokmärken" -#: ../gramps/gui/viewmanager.py:557 +#: ../gramps/gui/viewmanager.py:580 msgid "_Configure..." msgstr "_Inställningsvy..." -#: ../gramps/gui/viewmanager.py:558 +#: ../gramps/gui/viewmanager.py:581 msgid "Configure the active view" msgstr "Ställ in den aktiva vyn" -#: ../gramps/gui/viewmanager.py:563 +#: ../gramps/gui/viewmanager.py:586 msgid "_Navigator" msgstr "_Navigator" -#: ../gramps/gui/viewmanager.py:565 +#: ../gramps/gui/viewmanager.py:588 msgid "_Toolbar" msgstr "_Verktygsrad" -#: ../gramps/gui/viewmanager.py:567 +#: ../gramps/gui/viewmanager.py:590 msgid "F_ull Screen" msgstr "F_ull skärm" -#: ../gramps/gui/viewmanager.py:583 +#: ../gramps/gui/viewmanager.py:606 msgid "Undo History..." msgstr "Redigeringshistorik..." -#: ../gramps/gui/viewmanager.py:606 +#: ../gramps/gui/viewmanager.py:629 #, python-format msgid "Key %s is not bound" msgstr "Tangent %s är inte knuten till någonting" -#. load plugins -#: ../gramps/gui/viewmanager.py:707 -msgid "Loading plugins..." -msgstr "Läser in insticksmoduler..." - -#: ../gramps/gui/viewmanager.py:714 ../gramps/gui/viewmanager.py:729 -msgid "Ready" -msgstr "Färdig" - #. registering plugins -#: ../gramps/gui/viewmanager.py:722 +#: ../gramps/gui/viewmanager.py:736 msgid "Registering plugins..." msgstr "Registrerar insticksmoduler..." -#: ../gramps/gui/viewmanager.py:758 +#: ../gramps/gui/viewmanager.py:743 +msgid "Ready" +msgstr "Färdig" + +#: ../gramps/gui/viewmanager.py:788 msgid "Abort changes?" msgstr "Överge ändringar?" -#: ../gramps/gui/viewmanager.py:759 +#: ../gramps/gui/viewmanager.py:789 msgid "" "Aborting changes will return the database to the state it was before you " "started this editing session." @@ -18101,15 +18275,15 @@ msgstr "" "Att överge ändringar innebär att databasen återställs till utseendet före " "den här redigeringssessionen." -#: ../gramps/gui/viewmanager.py:761 +#: ../gramps/gui/viewmanager.py:791 msgid "Abort changes" msgstr "Överge ändringar" -#: ../gramps/gui/viewmanager.py:772 +#: ../gramps/gui/viewmanager.py:802 msgid "Cannot abandon session's changes" msgstr "Kan inte överge sessionens ändringar" -#: ../gramps/gui/viewmanager.py:773 +#: ../gramps/gui/viewmanager.py:803 msgid "" "Changes cannot be completely abandoned because the number of changes made in " "the session exceeded the limit." @@ -18117,126 +18291,31 @@ msgstr "" "Ändringar kan inte helt överges eftersom antalet ändringar gjorda under " "sessionen överskrider gränsen." -#: ../gramps/gui/viewmanager.py:929 +#: ../gramps/gui/viewmanager.py:964 msgid "View failed to load. Check error output." msgstr "Vy gick aj att ladda. Kontrollera felutskrift." -#: ../gramps/gui/viewmanager.py:1068 +#: ../gramps/gui/viewmanager.py:1116 msgid "Import Statistics" msgstr "Importstatistik" -#: ../gramps/gui/viewmanager.py:1134 +#: ../gramps/gui/viewmanager.py:1183 msgid "Read Only" msgstr "Skrivskyddad" -#: ../gramps/gui/viewmanager.py:1216 -msgid "Gramps XML Backup" -msgstr "Gramps XML-säkerhetskopia" - -#: ../gramps/gui/viewmanager.py:1246 -#: ../gramps/plugins/importer/importgedcom.glade:289 -msgid "File:" -msgstr "Fil:" - -#: ../gramps/gui/viewmanager.py:1278 -msgid "Media:" -msgstr "Media:" - -#. ################# -#. -------------------- -#. ############################### -#. What to include -#. ######################### -#. ############################### -#: ../gramps/gui/viewmanager.py:1284 -#: ../gramps/plugins/drawreport/ancestortree.py:953 -#: ../gramps/plugins/drawreport/descendtree.py:1653 -#: ../gramps/plugins/graph/gvfamilylines.py:187 -#: ../gramps/plugins/graph/gvrelgraph.py:689 -#: ../gramps/plugins/textreport/detancestralreport.py:843 -#: ../gramps/plugins/textreport/detdescendantreport.py:999 -#: ../gramps/plugins/textreport/familygroup.py:732 -#: ../gramps/plugins/textreport/indivcomplete.py:1021 -msgid "Include" -msgstr "Ta med" - -#: ../gramps/gui/viewmanager.py:1285 -#: ../gramps/plugins/gramplet/statsgramplet.py:137 -msgid "Megabyte|MB" -msgstr "MB" - -#: ../gramps/gui/viewmanager.py:1286 -msgid "Exclude" -msgstr "Uteslut" - -#: ../gramps/gui/viewmanager.py:1301 -msgid "Backup file already exists! Overwrite?" -msgstr "Säkerhetskopia finns redan! Skriva över?" - #: ../gramps/gui/viewmanager.py:1302 -#, python-format -msgid "The file '%s' exists." -msgstr "Filen '%s' finns." +msgid "Autobackup..." +msgstr "Automatisk säkerhetskopiering..." -#: ../gramps/gui/viewmanager.py:1303 -msgid "Proceed and overwrite" -msgstr "Fortsätt och skriv över" +#: ../gramps/gui/viewmanager.py:1307 +msgid "Error saving backup data" +msgstr "Fel vid sparande av säkerhetskopiedata" -#: ../gramps/gui/viewmanager.py:1304 -msgid "Cancel the backup" -msgstr "Avbryt säkerhetskopieringen" - -#: ../gramps/gui/viewmanager.py:1312 -msgid "Making backup..." -msgstr "Tar säkerhetskopia..." - -#: ../gramps/gui/viewmanager.py:1324 -#, python-format -msgid "Backup saved to '%s'" -msgstr "Säkerhetskopia sparad till ' %s'" - -#: ../gramps/gui/viewmanager.py:1327 -msgid "Backup aborted" -msgstr "Säkerhetskopiering avbruten" - -#: ../gramps/gui/viewmanager.py:1336 -msgid "Select backup directory" -msgstr "Välj mapp för säkerhetskopia" - -#: ../gramps/gui/viewmanager.py:1600 -msgid "Failed Loading Plugin" -msgstr "Misslyckades med att ladda insticksmodul" - -#: ../gramps/gui/viewmanager.py:1601 -#, python-format -msgid "" -"The plugin %(name)s did not load and reported an error.\n" -"\n" -"%(error_msg)s\n" -"\n" -"If you are unable to fix the fault yourself then you can submit a bug at " -"%(gramps_bugtracker_url)s or contact the plugin author " -"(%(firstauthoremail)s).\n" -"\n" -"If you do not want Gramps to try and load this plugin again, you can hide it " -"by using the Plugin Manager on the Help menu." -msgstr "" -"Insticksmodulen %(name)s kunde inte laddas och rapporterade ett fel.\n" -"\n" -"%(error_msg)s\n" -"\n" -"Om du inte kan rätta till felet själv, så kan du skicka in en felrapport via " -"%(gramps_bugtracker_url)s eller kontakta författaren " -"(%(firstauthoremail)s).\n" -"\n" -"Om du inte vill att Gramps skall försöka ladda denna modul igen, kan du " -"gömma den genom att använda Insticksmodulshanteraren under Hjälp-meny." - -#: ../gramps/gui/viewmanager.py:1657 +#: ../gramps/gui/viewmanager.py:1517 msgid "Failed Loading View" msgstr "Misslyckades med att ladda vy" -#: ../gramps/gui/viewmanager.py:1658 +#: ../gramps/gui/viewmanager.py:1518 #, python-format msgid "" "The view %(name)s did not load and reported an error.\n" @@ -18261,60 +18340,161 @@ msgstr "" "Om du inte vill att Gramps skall försöka ladda denna vy igen, kan du gömma " "den genom att använda Insticksmodulshanterareen under Hjälp-meny." -#: ../gramps/gui/views/bookmarks.py:64 -msgid "manual|Bookmarks" -msgstr "" +#: ../gramps/gui/viewmanager.py:1610 +msgid "Failed Loading Plugin" +msgstr "Misslyckades med att ladda insticksmodul" -#: ../gramps/gui/views/bookmarks.py:205 ../gramps/gui/views/bookmarks.py:212 -#: ../gramps/gui/views/navigationview.py:274 +#: ../gramps/gui/viewmanager.py:1611 +#, python-format +msgid "" +"The plugin %(name)s did not load and reported an error.\n" +"\n" +"%(error_msg)s\n" +"\n" +"If you are unable to fix the fault yourself then you can submit a bug at " +"%(gramps_bugtracker_url)s or contact the plugin author " +"(%(firstauthoremail)s).\n" +"\n" +"If you do not want Gramps to try and load this plugin again, you can hide it " +"by using the Plugin Manager on the Help menu." +msgstr "" +"Insticksmodulen %(name)s kunde inte laddas och rapporterade ett fel.\n" +"\n" +"%(error_msg)s\n" +"\n" +"Om du inte kan rätta till felet själv, så kan du skicka in en felrapport via " +"%(gramps_bugtracker_url)s eller kontakta författaren " +"(%(firstauthoremail)s).\n" +"\n" +"Om du inte vill att Gramps skall försöka ladda denna modul igen, kan du " +"gömma den genom att använda Insticksmodulshanteraren under Hjälp-meny." + +#: ../gramps/gui/viewmanager.py:1690 +msgid "Gramps XML Backup" +msgstr "Gramps XML-säkerhetskopia" + +#: ../gramps/gui/viewmanager.py:1719 +#: ../gramps/plugins/importer/importgedcom.glade:289 +msgid "File:" +msgstr "Fil:" + +#: ../gramps/gui/viewmanager.py:1751 +msgid "Media:" +msgstr "Media:" + +#. ################# +#. -------------------- +#. ############################### +#. What to include +#. ############################### +#: ../gramps/gui/viewmanager.py:1757 +#: ../gramps/plugins/drawreport/ancestortree.py:963 +#: ../gramps/plugins/drawreport/descendtree.py:1671 +#: ../gramps/plugins/graph/gvfamilylines.py:189 +#: ../gramps/plugins/graph/gvrelgraph.py:692 +#: ../gramps/plugins/textreport/detancestralreport.py:852 +#: ../gramps/plugins/textreport/detdescendantreport.py:1061 +#: ../gramps/plugins/textreport/detdescendantreport.py:1085 +#: ../gramps/plugins/textreport/indivcomplete.py:1067 +msgid "Include" +msgstr "Ta med" + +#: ../gramps/gui/viewmanager.py:1758 +#: ../gramps/plugins/gramplet/statsgramplet.py:139 +#: ../gramps/plugins/webreport/narrativeweb.py:8121 +msgid "Megabyte|MB" +msgstr "MB" + +#: ../gramps/gui/viewmanager.py:1760 +msgid "Exclude" +msgstr "Uteslut" + +#: ../gramps/gui/viewmanager.py:1780 +msgid "Backup file already exists! Overwrite?" +msgstr "Säkerhetskopia finns redan! Skriva över?" + +#: ../gramps/gui/viewmanager.py:1781 +#, python-format +msgid "The file '%s' exists." +msgstr "Filen '%s' finns." + +#: ../gramps/gui/viewmanager.py:1782 +msgid "Proceed and overwrite" +msgstr "Fortsätt och skriv över" + +#: ../gramps/gui/viewmanager.py:1783 +msgid "Cancel the backup" +msgstr "Avbryt säkerhetskopieringen" + +#: ../gramps/gui/viewmanager.py:1798 +msgid "Making backup..." +msgstr "Tar säkerhetskopia..." + +#: ../gramps/gui/viewmanager.py:1811 +#, python-format +msgid "Backup saved to '%s'" +msgstr "Säkerhetskopia sparad till ' %s'" + +#: ../gramps/gui/viewmanager.py:1814 +msgid "Backup aborted" +msgstr "Säkerhetskopiering avbruten" + +#: ../gramps/gui/views/bookmarks.py:66 +msgid "manual|Bookmarks" +msgstr "Bokmärken" + +#. this is meaningless while it's modal +#: ../gramps/gui/views/bookmarks.py:253 ../gramps/gui/views/bookmarks.py:264 +#: ../gramps/gui/views/bookmarks.py:357 +#: ../gramps/gui/views/navigationview.py:276 msgid "Organize Bookmarks" msgstr "Ordna bokmärken" -#: ../gramps/gui/views/bookmarks.py:407 +#: ../gramps/gui/views/bookmarks.py:460 msgid "Cannot bookmark this reference" msgstr "Kan inte bokmärka denna referens" -#: ../gramps/gui/views/listview.py:209 -#: ../gramps/plugins/lib/libpersonview.py:380 +#: ../gramps/gui/views/listview.py:210 +#: ../gramps/plugins/lib/libpersonview.py:389 msgid "_Add..." msgstr "_Lägg till..." -#: ../gramps/gui/views/listview.py:213 -#: ../gramps/plugins/lib/libpersonview.py:384 +#: ../gramps/gui/views/listview.py:214 +#: ../gramps/plugins/lib/libpersonview.py:393 msgid "_Merge..." msgstr "_Slå samman..." -#: ../gramps/gui/views/listview.py:215 -#: ../gramps/plugins/lib/libpersonview.py:386 +#: ../gramps/gui/views/listview.py:216 +#: ../gramps/plugins/lib/libpersonview.py:395 msgid "Export View..." msgstr "Exportera vy..." -#: ../gramps/gui/views/listview.py:221 -#: ../gramps/plugins/lib/libpersonview.py:371 +#: ../gramps/gui/views/listview.py:222 +#: ../gramps/plugins/lib/libpersonview.py:380 msgid "action|_Edit..." msgstr "R_edigera..." -#: ../gramps/gui/views/listview.py:437 +#: ../gramps/gui/views/listview.py:443 msgid "Active object not visible" msgstr "Aktivt objekt är inte synlig" -#: ../gramps/gui/views/listview.py:448 -#: ../gramps/gui/views/navigationview.py:255 -#: ../gramps/plugins/lib/maps/geography.py:202 -#: ../gramps/plugins/lib/maps/geography.py:218 +#: ../gramps/gui/views/listview.py:453 +#: ../gramps/gui/views/navigationview.py:256 +#: ../gramps/plugins/lib/maps/geography.py:203 +#: ../gramps/plugins/lib/maps/geography.py:219 #: ../gramps/plugins/view/familyview.py:220 msgid "Could Not Set a Bookmark" msgstr "Kunde inte infoga ett bokmärke" -#: ../gramps/gui/views/listview.py:449 +#: ../gramps/gui/views/listview.py:454 msgid "A bookmark could not be set because nothing was selected." msgstr "Inget bokmärke kunde läggas till eftersom inget valts." -#: ../gramps/gui/views/listview.py:540 +#: ../gramps/gui/views/listview.py:546 msgid "Multiple Selection Delete" msgstr "Borttagning med flerurval" -#: ../gramps/gui/views/listview.py:541 +#: ../gramps/gui/views/listview.py:547 msgid "" "More than one item has been selected for deletion. Select the option " "indicating how to delete the items:" @@ -18322,15 +18502,15 @@ msgstr "" "Mer än en post har valts för borttagning. Välj alternativet för hur posterna " "skall tas bort:" -#: ../gramps/gui/views/listview.py:543 +#: ../gramps/gui/views/listview.py:549 msgid "Delete All" msgstr "Tag bort allt" -#: ../gramps/gui/views/listview.py:544 +#: ../gramps/gui/views/listview.py:550 msgid "Confirm Each Delete" msgstr "Bekräfta varje borttagande" -#: ../gramps/gui/views/listview.py:554 +#: ../gramps/gui/views/listview.py:561 msgid "" "This item is currently being used. Deleting it will remove it from the " "database and from all other items that reference it." @@ -18338,93 +18518,93 @@ msgstr "" "Den här posten används för närvarande. Om du raderar den, så kommer den att " "tas bort från databasen och från alla poster som refererar till den." -#: ../gramps/gui/views/listview.py:558 +#: ../gramps/gui/views/listview.py:565 #: ../gramps/plugins/view/familyview.py:267 msgid "Deleting item will remove it from the database." msgstr "Att radera posten innebär att den tas bort från databasen." -#: ../gramps/gui/views/listview.py:565 -#: ../gramps/plugins/lib/libpersonview.py:312 +#: ../gramps/gui/views/listview.py:572 +#: ../gramps/plugins/lib/libpersonview.py:315 #: ../gramps/plugins/view/familyview.py:260 #, python-format msgid "Delete %s?" msgstr "Radera %s?" -#: ../gramps/gui/views/listview.py:566 +#: ../gramps/gui/views/listview.py:573 msgid "_Delete Item" msgstr "_Radera post" -#: ../gramps/gui/views/listview.py:607 +#: ../gramps/gui/views/listview.py:615 msgid "Column clicked, sorting..." msgstr "Kolumn ändrad, sorterar..." -#: ../gramps/gui/views/listview.py:999 +#: ../gramps/gui/views/listview.py:1019 msgid "Export View as Spreadsheet" msgstr "Exportera vy som kalkylblad" -#: ../gramps/gui/views/listview.py:1012 +#: ../gramps/gui/views/listview.py:1032 msgid "CSV" msgstr "CSV" -#: ../gramps/gui/views/listview.py:1013 +#: ../gramps/gui/views/listview.py:1033 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument kalkylblad" -#: ../gramps/gui/views/listview.py:1208 +#: ../gramps/gui/views/listview.py:1221 msgid "Columns" msgstr "Kolumner" -#: ../gramps/gui/views/navigationview.py:251 +#: ../gramps/gui/views/navigationview.py:252 #, python-format msgid "%s has been bookmarked" msgstr "%s har lagts till i bokmärkena" -#: ../gramps/gui/views/navigationview.py:256 -#: ../gramps/plugins/lib/maps/geography.py:203 -#: ../gramps/plugins/lib/maps/geography.py:219 +#: ../gramps/gui/views/navigationview.py:257 +#: ../gramps/plugins/lib/maps/geography.py:204 +#: ../gramps/plugins/lib/maps/geography.py:220 #: ../gramps/plugins/view/familyview.py:221 msgid "A bookmark could not be set because no one was selected." msgstr "Inget bokmärke kunde infogas eftersom ingen hade valts." -#: ../gramps/gui/views/navigationview.py:271 +#: ../gramps/gui/views/navigationview.py:273 msgid "_Add Bookmark" msgstr "_Lägg till bokmärke" -#: ../gramps/gui/views/navigationview.py:274 +#: ../gramps/gui/views/navigationview.py:276 #, python-format msgid "%(title)s..." msgstr "%(title)s..." -#: ../gramps/gui/views/navigationview.py:292 +#: ../gramps/gui/views/navigationview.py:294 msgid "Go to the next object in the history" msgstr "Gå till nästa objekt i historiken" -#: ../gramps/gui/views/navigationview.py:299 +#: ../gramps/gui/views/navigationview.py:301 msgid "_Back" msgstr "_Bakåt" -#: ../gramps/gui/views/navigationview.py:300 +#: ../gramps/gui/views/navigationview.py:302 msgid "Go to the previous object in the history" msgstr "Gå till föregående objekt i historiken" -#: ../gramps/gui/views/navigationview.py:304 -#: ../gramps/plugins/view/pedigreeview.py:1541 +#: ../gramps/gui/views/navigationview.py:306 +#: ../gramps/plugins/view/pedigreeview.py:1577 msgid "_Home" msgstr "_Hem" -#: ../gramps/gui/views/navigationview.py:306 +#: ../gramps/gui/views/navigationview.py:308 msgid "Go to the default person" msgstr "Gå till standardpersonen" -#: ../gramps/gui/views/navigationview.py:310 +#: ../gramps/gui/views/navigationview.py:312 msgid "Set _Home Person" msgstr "Välj _hemperson" -#: ../gramps/gui/views/navigationview.py:335 +#: ../gramps/gui/views/navigationview.py:337 msgid "No Home Person" msgstr "Hemperson är inte bestämd." -#: ../gramps/gui/views/navigationview.py:336 +#: ../gramps/gui/views/navigationview.py:338 msgid "" "You need to set a 'default person' to go to. Select the People View, select " "the person you want as 'Home Person', then confirm your choice via the menu " @@ -18434,90 +18614,89 @@ msgstr "" "den person du vill ha som 'hemperson'. Bekräfta ditt val via menyn Redigera -" "> Välj Hemperson." -#: ../gramps/gui/views/navigationview.py:346 -#: ../gramps/gui/views/navigationview.py:349 +#: ../gramps/gui/views/navigationview.py:348 +#: ../gramps/gui/views/navigationview.py:351 msgid "Jump to by Gramps ID" msgstr "Hoppa till Gramps-ID" -#: ../gramps/gui/views/navigationview.py:373 +#: ../gramps/gui/views/navigationview.py:375 #, python-format msgid "Error: %s is not a valid Gramps ID" msgstr "Fel: %s är inte ett giltigt Gramps-ID" -#: ../gramps/gui/views/pageview.py:405 +#: ../gramps/gui/views/pageview.py:422 msgid "_Sidebar" msgstr "_Sidopanel" -#: ../gramps/gui/views/pageview.py:408 +#: ../gramps/gui/views/pageview.py:425 msgid "_Bottombar" msgstr "_Bottenpanel" -#: ../gramps/gui/views/pageview.py:578 +#: ../gramps/gui/views/pageview.py:561 #, python-format msgid "Configure %(cat)s - %(view)s" msgstr "Ställ in %(cat)s - %(view)s" -#: ../gramps/gui/views/pageview.py:595 +#: ../gramps/gui/views/pageview.py:578 #, python-format msgid "%(cat)s - %(view)s" msgstr "%(cat)s - %(view)s" -#: ../gramps/gui/views/pageview.py:614 +#: ../gramps/gui/views/pageview.py:598 #, python-format msgid "Configure %s View" msgstr "Ställ in vyn %s" #. top widget at the top -#: ../gramps/gui/views/pageview.py:628 +#: ../gramps/gui/views/pageview.py:612 #, python-format msgid "View %(name)s: %(msg)s" msgstr "Vy %(name)s: %(msg)s" -#: ../gramps/gui/views/tags.py:86 -#, fuzzy -msgid "manual|Organize_Tags_Window" -msgstr "Ordna flaggor" - #: ../gramps/gui/views/tags.py:87 -#, fuzzy -msgid "manual|New_Tag_dialog" -msgstr "Flaggor" +msgid "manual|Organize_Tags_Window" +msgstr "Ordna flaggfönster" -#: ../gramps/gui/views/tags.py:222 +#: ../gramps/gui/views/tags.py:88 +msgid "manual|New_Tag_dialog" +msgstr "Dialog för ny flagga" + +#: ../gramps/gui/views/tags.py:227 msgid "New Tag..." msgstr "Ny flagga..." -#: ../gramps/gui/views/tags.py:224 +#: ../gramps/gui/views/tags.py:229 msgid "Organize Tags..." msgstr "Ordna flaggor..." -#: ../gramps/gui/views/tags.py:227 +#: ../gramps/gui/views/tags.py:232 msgid "Tag selected rows" msgstr "Flagga valda rader" -#: ../gramps/gui/views/tags.py:269 +#: ../gramps/gui/views/tags.py:272 msgid "Adding Tags" msgstr "Lägger till flaggor" -#: ../gramps/gui/views/tags.py:274 +#: ../gramps/gui/views/tags.py:277 #, python-format msgid "Tag Selection (%s)" msgstr "Flaggval (%s)" -#: ../gramps/gui/views/tags.py:337 -msgid "Change Tag Priority" -msgstr "Ändra prioritet bland flaggor" - -#: ../gramps/gui/views/tags.py:382 ../gramps/gui/views/tags.py:389 +#: ../gramps/gui/views/tags.py:326 ../gramps/gui/views/tags.py:335 +#: ../gramps/gui/views/tags.py:400 msgid "Organize Tags" msgstr "Ordna flaggor" -#: ../gramps/gui/views/tags.py:485 +#: ../gramps/gui/views/tags.py:354 +msgid "Change Tag Priority" +msgstr "Ändra prioritet bland flaggor" + +#: ../gramps/gui/views/tags.py:493 #, python-format msgid "Remove tag '%s'?" msgstr "Ta bort flagga '%s'?" -#: ../gramps/gui/views/tags.py:486 +#: ../gramps/gui/views/tags.py:494 msgid "" "The tag definition will be removed. The tag will be also removed from all " "objects in the database." @@ -18525,66 +18704,66 @@ msgstr "" "Flagdefinitionen kommer att tas bort. Flaggan kommer även att tas bort från " "alla objekt i databasen." -#: ../gramps/gui/views/tags.py:517 +#: ../gramps/gui/views/tags.py:526 msgid "Removing Tags" msgstr "Tar bort flaggor" -#: ../gramps/gui/views/tags.py:522 +#: ../gramps/gui/views/tags.py:531 #, python-format msgid "Delete Tag (%s)" msgstr "Radera flagga (%s)" -#: ../gramps/gui/views/tags.py:581 -msgid "Cannot save tag" -msgstr "Kan inte spara flagga" - -#: ../gramps/gui/views/tags.py:582 -msgid "The tag name cannot be empty" -msgstr "Flaggnamnet kan inte vara tomt" - -#: ../gramps/gui/views/tags.py:586 -#, python-format -msgid "Add Tag (%s)" -msgstr "Lägg till flagga (%s)" - -#: ../gramps/gui/views/tags.py:592 -#, python-format -msgid "Edit Tag (%s)" -msgstr "Redigera flagga (%s)" - -#: ../gramps/gui/views/tags.py:602 +#: ../gramps/gui/views/tags.py:556 #, python-format msgid "Tag: %s" msgstr "Flagga: %s" -#: ../gramps/gui/views/tags.py:604 +#: ../gramps/gui/views/tags.py:558 msgid "New Tag" msgstr "Ny flagga" -#: ../gramps/gui/views/tags.py:614 +#: ../gramps/gui/views/tags.py:604 +msgid "Cannot save tag" +msgstr "Kan inte spara flagga" + +#: ../gramps/gui/views/tags.py:605 +msgid "The tag name cannot be empty" +msgstr "Flaggnamnet kan inte vara tomt" + +#: ../gramps/gui/views/tags.py:610 +#, python-format +msgid "Add Tag (%s)" +msgstr "Lägg till flagga (%s)" + +#: ../gramps/gui/views/tags.py:616 +#, python-format +msgid "Edit Tag (%s)" +msgstr "Redigera flagga (%s)" + +#: ../gramps/gui/views/tags.py:631 msgid "Tag Name:" msgstr "Flaggnamn:" -#: ../gramps/gui/views/tags.py:621 +#: ../gramps/gui/views/tags.py:638 +#, python-format +msgid "%(title)s - Gramps" +msgstr "%(title)s - Gramps" + +#: ../gramps/gui/views/tags.py:638 msgid "Pick a Color" msgstr "Välj en färg" -#: ../gramps/gui/views/treemodels/placemodel.py:136 -#: ../gramps/gui/views/treemodels/placemodel.py:144 -#: ../gramps/gui/views/treemodels/placemodel.py:152 -#: ../gramps/gui/views/treemodels/placemodel.py:160 +#: ../gramps/gui/views/treemodels/placemodel.py:138 +#: ../gramps/gui/views/treemodels/placemodel.py:146 +#: ../gramps/gui/views/treemodels/placemodel.py:154 +#: ../gramps/gui/views/treemodels/placemodel.py:162 msgid "Error in format" msgstr "Formatfel" #: ../gramps/gui/views/treemodels/treebasemodel.py:533 -#: ../gramps/gui/views/treemodels/treebasemodel.py:584 -msgid "Building View" -msgstr "Bygger upp vy" - -#: ../gramps/gui/views/treemodels/treebasemodel.py:587 -#, fuzzy +#: ../gramps/gui/views/treemodels/treebasemodel.py:581 msgid "Loading items..." -msgstr "Laddar..." +msgstr "Laddar detaljer" #: ../gramps/gui/widgets/buttons.py:159 msgid "Record is private" @@ -18594,77 +18773,71 @@ msgstr "Posten när privat" msgid "Record is public" msgstr "Posten är offentlig" -#: ../gramps/gui/widgets/expandcollapsearrow.py:85 +#: ../gramps/gui/widgets/expandcollapsearrow.py:86 msgid "Expand this section" msgstr "Expandera denna del" -#: ../gramps/gui/widgets/expandcollapsearrow.py:89 +#: ../gramps/gui/widgets/expandcollapsearrow.py:90 msgid "Collapse this section" msgstr "Komprimera denna del" -#: ../gramps/gui/widgets/fanchart.py:1564 -#: ../gramps/plugins/view/pedigreeview.py:1595 -#: ../gramps/plugins/view/pedigreeview.py:1624 -msgid "People Menu" -msgstr "Personmeny" - -#: ../gramps/gui/widgets/fanchart.py:1589 -#: ../gramps/plugins/view/relview.py:800 +#: ../gramps/gui/widgets/fanchart.py:1519 +#: ../gramps/plugins/view/relview.py:811 msgid "Edit family" msgstr "Redigera familj" -#: ../gramps/gui/widgets/fanchart.py:1608 -#: ../gramps/plugins/view/relview.py:801 +#: ../gramps/gui/widgets/fanchart.py:1535 +#: ../gramps/plugins/view/relview.py:812 msgid "Reorder families" msgstr "Sorterar om familjer" -#: ../gramps/gui/widgets/fanchart.py:1614 -#: ../gramps/plugins/view/pedigreeview.py:1646 -#: ../gramps/plugins/view/pedigreeview.py:1894 +#: ../gramps/gui/widgets/fanchart.py:1541 +#: ../gramps/plugins/view/pedigreeview.py:1667 +#: ../gramps/plugins/view/pedigreeview.py:1895 msgid "_Copy" msgstr "_Kopiera" #. Go over siblings and build their menu -#: ../gramps/gui/widgets/fanchart.py:1662 -#: ../gramps/plugins/quickview/quickview.gpr.py:316 -#: ../gramps/plugins/view/pedigreeview.py:1696 -#: ../gramps/plugins/view/relview.py:903 +#: ../gramps/gui/widgets/fanchart.py:1585 +#: ../gramps/plugins/quickview/quickview.gpr.py:319 +#: ../gramps/plugins/view/pedigreeview.py:1711 +#: ../gramps/plugins/view/relview.py:914 msgid "Siblings" msgstr "Syskon" #. Go over children and build their menu -#: ../gramps/gui/widgets/fanchart.py:1705 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:829 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:843 -#: ../gramps/plugins/textreport/familygroup.py:638 -#: ../gramps/plugins/textreport/indivcomplete.py:625 -#: ../gramps/plugins/view/pedigreeview.py:1741 -#: ../gramps/plugins/view/relview.py:1410 -#: ../gramps/plugins/webreport/narrativeweb.py:800 +#: ../gramps/gui/widgets/fanchart.py:1644 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:855 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:869 +#: ../gramps/plugins/textreport/familygroup.py:639 +#: ../gramps/plugins/textreport/indivcomplete.py:663 +#: ../gramps/plugins/view/pedigreeview.py:1753 +#: ../gramps/plugins/view/relview.py:1420 +#: ../gramps/plugins/webreport/narrativeweb.py:753 msgid "Children" msgstr "Barn" #. Go over parents and build their menu -#: ../gramps/gui/widgets/fanchart.py:1788 -#: ../gramps/plugins/view/pedigreeview.py:1831 +#: ../gramps/gui/widgets/fanchart.py:1721 +#: ../gramps/plugins/view/pedigreeview.py:1838 msgid "Related" msgstr "Släkt" -#: ../gramps/gui/widgets/fanchart.py:1841 +#: ../gramps/gui/widgets/fanchart.py:1769 msgid "Add partner to person" msgstr "Lägger partner till en person" -#: ../gramps/gui/widgets/fanchart.py:1850 +#: ../gramps/gui/widgets/fanchart.py:1776 msgid "Add a person" msgstr "Lägg till en person" -#: ../gramps/gui/widgets/fanchart.py:1925 -#: ../gramps/plugins/view/relview.py:1551 +#: ../gramps/gui/widgets/fanchart.py:1851 +#: ../gramps/plugins/view/relview.py:1561 msgid "Add Child to Family" msgstr "Lägg till barn till familjen" #: ../gramps/gui/widgets/grampletbar.py:206 -#: ../gramps/gui/widgets/grampletpane.py:1176 +#: ../gramps/gui/widgets/grampletpane.py:1181 msgid "Unnamed Gramplet" msgstr "Gramplet utan namn" @@ -18681,7 +18854,7 @@ msgstr "" "gramplets" #: ../gramps/gui/widgets/grampletbar.py:486 -#: ../gramps/plugins/view/dashboardview.py:94 +#: ../gramps/plugins/view/dashboardview.py:100 msgid "Add a gramplet" msgstr "Lägg till en Gramplet" @@ -18693,11 +18866,11 @@ msgstr "Tag bort en Gramplet" msgid "Restore default gramplets" msgstr "Återställ standardgramplets" -#: ../gramps/gui/widgets/grampletbar.py:544 +#: ../gramps/gui/widgets/grampletbar.py:545 msgid "Restore to defaults?" msgstr "Återställ till standard?" -#: ../gramps/gui/widgets/grampletbar.py:545 +#: ../gramps/gui/widgets/grampletbar.py:546 msgid "" "The gramplet bar will be restored to contain its default gramplets. This " "action cannot be undone." @@ -18706,44 +18879,44 @@ msgstr "" "åtgärd kan ej ångras." #. default tooltip -#: ../gramps/gui/widgets/grampletpane.py:798 +#: ../gramps/gui/widgets/grampletpane.py:803 msgid "Drag Properties Button to move and click it for setup" msgstr "Drag egenskapsknappen för att flytta och klicka på den för inställning" #. build the GUI: -#: ../gramps/gui/widgets/grampletpane.py:994 +#: ../gramps/gui/widgets/grampletpane.py:999 msgid "Right click to add gramplets" msgstr "Högerklicka för att få fler Gramplets" -#: ../gramps/gui/widgets/grampletpane.py:1041 +#: ../gramps/gui/widgets/grampletpane.py:1046 msgid "Untitled Gramplet" msgstr "Gramplet utan namn" -#: ../gramps/gui/widgets/grampletpane.py:1529 +#: ../gramps/gui/widgets/grampletpane.py:1534 msgid "Number of Columns" msgstr "Antal kolumner" -#: ../gramps/gui/widgets/grampletpane.py:1534 +#: ../gramps/gui/widgets/grampletpane.py:1539 msgid "Gramplet Layout" msgstr "Gramplet layout" -#: ../gramps/gui/widgets/grampletpane.py:1564 +#: ../gramps/gui/widgets/grampletpane.py:1569 msgid "Use maximum height available" msgstr "Använd maximalt tillgänglig höjd" -#: ../gramps/gui/widgets/grampletpane.py:1570 +#: ../gramps/gui/widgets/grampletpane.py:1575 msgid "Height if not maximized" msgstr "Höjd om ej maximerad" -#: ../gramps/gui/widgets/grampletpane.py:1577 +#: ../gramps/gui/widgets/grampletpane.py:1582 msgid "Detached width" msgstr "Bredd, frikopplad" -#: ../gramps/gui/widgets/grampletpane.py:1584 +#: ../gramps/gui/widgets/grampletpane.py:1589 msgid "Detached height" msgstr "Höjd, frikopplad" -#: ../gramps/gui/widgets/labels.py:120 +#: ../gramps/gui/widgets/labels.py:121 msgid "" "Click to make this person active\n" "Right click to display the edit menu\n" @@ -18768,6 +18941,10 @@ msgid "" "application." msgstr "Dubbelklicka på bilden så syns den i standardbildvisaren." +#: ../gramps/gui/widgets/photo.py:87 +msgid "Make Active Media" +msgstr "Gör aktivt media" + #: ../gramps/gui/widgets/progressdialog.py:298 msgid "Progress Information" msgstr "Framåtskridande" @@ -18776,7 +18953,7 @@ msgstr "Framåtskridande" msgid "Reorder Relationships" msgstr "Ordna om släktskap" -#: ../gramps/gui/widgets/reorderfam.py:167 +#: ../gramps/gui/widgets/reorderfam.py:168 #, python-format msgid "Reorder Relationships: %s" msgstr "Ordna om släktskap: %s" @@ -18855,20 +19032,20 @@ msgstr "Detta fält är obligatoriskt" msgid "'%s' is not a valid date value" msgstr "'%s' är ej ett giltigt datumvärde" -#: ../gramps/plugins/database/bsddb.gpr.py:23 +#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:26 msgid "BSDDB" msgstr "" -#: ../gramps/plugins/database/bsddb.gpr.py:24 +#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:27 #, fuzzy msgid "_BSDDB Database" msgstr "Hela databasen" -#: ../gramps/plugins/database/bsddb.gpr.py:25 +#: ../gramps/plugins/db/bsddb/bsddb.gpr.py:28 msgid "Berkeley Software Distribution Database Backend" msgstr "" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:398 +#: ../gramps/plugins/db/bsddb/upgrade.py:398 #, python-format msgid "" "%(n1)6d People upgraded with %(n2)6d citations in %(n3)6d secs\n" @@ -18876,7 +19053,7 @@ msgstr "" "%(n1)6d personer uppgraderade med %(n2)6d citeringar i %(n3)6d " "sekunder\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:399 +#: ../gramps/plugins/db/bsddb/upgrade.py:399 #, python-format msgid "" "%(n1)6d Families upgraded with %(n2)6d citations in %(n3)6d secs\n" @@ -18884,7 +19061,7 @@ msgstr "" "%(n1)6d familjer uppgraderade med %(n2)6d citeringar i %(n3)6d " "sekunder\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:400 +#: ../gramps/plugins/db/bsddb/upgrade.py:400 #, python-format msgid "" "%(n1)6d Events upgraded with %(n2)6d citations in %(n3)6d secs\n" @@ -18892,7 +19069,7 @@ msgstr "" "%(n1)6d händelser uppgraderade med %(n2)6d citeringar i %(n3)6d " "sekunder\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:401 +#: ../gramps/plugins/db/bsddb/upgrade.py:401 #, python-format msgid "" "%(n1)6d Media Objects upgraded with %(n2)6d citations in %(n3)6d secs\n" @@ -18900,7 +19077,7 @@ msgstr "" "%(n1)6d mediaobjekt uppgraderade med %(n2)6d citeringar i %(n3)6d " "sekunder\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:402 +#: ../gramps/plugins/db/bsddb/upgrade.py:402 #, python-format msgid "" "%(n1)6d Places upgraded with %(n2)6d citations in %(n3)6d secs\n" @@ -18908,7 +19085,7 @@ msgstr "" "%(n1)6d platser uppgraderade med %(n2)6d citeringar i %(n3)6d " "sekunder\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:403 +#: ../gramps/plugins/db/bsddb/upgrade.py:403 #, python-format msgid "" "%(n1)6d Repositories upgraded with %(n2)6d citations in %(n3)6d secs\n" @@ -18916,7 +19093,7 @@ msgstr "" "%(n1)6d arkivplatser uppgraderade med %(n2)6d citeringar i %(n3)6d " "sekunder\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:404 +#: ../gramps/plugins/db/bsddb/upgrade.py:404 #, python-format msgid "" "%(n1)6d Sources upgraded with %(n2)6d citations in %(n3)6d secs\n" @@ -18924,11 +19101,11 @@ msgstr "" "%(n1)6d platser uppgraderade med %(n2)6d citeringar i %(n3)6d " "sekunder\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:789 +#: ../gramps/plugins/db/bsddb/upgrade.py:789 msgid "Number of new objects upgraded:\n" msgstr "Antal nya uppgraderade objekt:\n" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:798 +#: ../gramps/plugins/db/bsddb/upgrade.py:798 msgid "" "\n" "\n" @@ -18944,11 +19121,11 @@ msgstr "" "för att slå samman citeringar som innehåller liknande\n" "that contain similar information" -#: ../gramps/plugins/database/bsddb_support/upgrade.py:802 +#: ../gramps/plugins/db/bsddb/upgrade.py:802 msgid "Upgrade Statistics" msgstr "Uppgadera statistik" -#: ../gramps/plugins/database/bsddb_support/write.py:1340 +#: ../gramps/plugins/db/bsddb/write.py:1309 #, python-format msgid "" "An attempt is made to save a reference key which is partly bytecode, this is " @@ -18961,11 +19138,11 @@ msgstr "" #. Make a tuple of the functions and classes that we need for #. each of the primary object tables. -#: ../gramps/plugins/database/bsddb_support/write.py:1409 +#: ../gramps/plugins/db/bsddb/write.py:1378 msgid "Rebuild reference map" msgstr "Bygg om referenskarta" -#: ../gramps/plugins/database/bsddb_support/write.py:2209 +#: ../gramps/plugins/db/bsddb/write.py:2151 #, python-format msgid "" "A second transaction is started while there is still a transaction, \"%s\", " @@ -18974,117 +19151,127 @@ msgstr "" "En andra transaktion har påbörjats medan det fortfarande finns en " "transaktion, \"%s\", aktiv i databasen." -#: ../gramps/plugins/database/bsddb_support/write.py:2558 +#: ../gramps/plugins/db/bsddb/write.py:2462 #, fuzzy msgid "DB-API version" msgstr "Bsddb-version" -#: ../gramps/plugins/database/bsddb_support/write.py:2570 +#: ../gramps/plugins/db/bsddb/write.py:2474 #, fuzzy msgid "Database db version" msgstr "Bsddb-version" -#: ../gramps/plugins/database/dbapi.gpr.py:23 +#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:26 msgid "DB-API" msgstr "" -#: ../gramps/plugins/database/dbapi.gpr.py:24 +#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:27 msgid "DB-_API Database" msgstr "" -#: ../gramps/plugins/database/dbapi.gpr.py:25 +#: ../gramps/plugins/db/dbapi/dbapi.gpr.py:28 #, fuzzy msgid "DB-API Database" msgstr "Hela databasen" -#: ../gramps/plugins/database/inmemorydb.gpr.py:23 +#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:26 msgid "In-Memory" msgstr "" -#: ../gramps/plugins/database/inmemorydb.gpr.py:24 +#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:27 #, fuzzy msgid "In-_Memory Database" msgstr "Importera databas" -#: ../gramps/plugins/database/inmemorydb.gpr.py:25 +#: ../gramps/plugins/db/dbapi/inmemorydb.gpr.py:28 #, fuzzy msgid "In-Memory Database" msgstr "Importera databas" -#. internal name: don't translate -#: ../gramps/plugins/docgen/asciidoc.py:462 +#: ../gramps/plugins/db/dummydb.gpr.py:26 +#, fuzzy +msgid "Dummy database" +msgstr "Gramps databas" + +#: ../gramps/plugins/db/dummydb.gpr.py:27 +#: ../gramps/plugins/db/dummydb.gpr.py:28 +#, fuzzy +msgid "Dummy Database" +msgstr "Hela databasen" + +#: ../gramps/plugins/docgen/asciidoc.py:463 msgid "Characters per line" msgstr "Tecken per rad" -#: ../gramps/plugins/docgen/asciidoc.py:463 +#: ../gramps/plugins/docgen/asciidoc.py:464 msgid "The number of characters per line" msgstr "Antal tecken per rad" -#: ../gramps/plugins/docgen/docgen.gpr.py:31 +#: ../gramps/plugins/docgen/docgen.gpr.py:34 msgid "Plain Text" msgstr "Vanlig text" -#: ../gramps/plugins/docgen/docgen.gpr.py:32 +#: ../gramps/plugins/docgen/docgen.gpr.py:35 msgid "Generates documents in plain text format (.txt)." msgstr "Skapar dokument i enkelt textformat (.txt)." -#: ../gramps/plugins/docgen/docgen.gpr.py:52 +#: ../gramps/plugins/docgen/docgen.gpr.py:55 msgid "Print..." msgstr "Skriv ut..." -#: ../gramps/plugins/docgen/docgen.gpr.py:53 +#: ../gramps/plugins/docgen/docgen.gpr.py:56 msgid "Generates documents and prints them directly." msgstr "Skapar dokument och skriver ut dem direkt." -#: ../gramps/plugins/docgen/docgen.gpr.py:73 +#: ../gramps/plugins/docgen/docgen.gpr.py:76 msgid "HTML" msgstr "HTML" -#: ../gramps/plugins/docgen/docgen.gpr.py:74 +#: ../gramps/plugins/docgen/docgen.gpr.py:77 msgid "Generates documents in HTML format." msgstr "Skapar dokument i HTML-format." -#: ../gramps/plugins/docgen/docgen.gpr.py:94 +#: ../gramps/plugins/docgen/docgen.gpr.py:97 msgid "LaTeX" msgstr "LaTeX-dokument" -#: ../gramps/plugins/docgen/docgen.gpr.py:95 +#: ../gramps/plugins/docgen/docgen.gpr.py:98 msgid "Generates documents in LaTeX format." msgstr "Skapar dokument i formatet LaTeX." -#: ../gramps/plugins/docgen/docgen.gpr.py:115 +#: ../gramps/plugins/docgen/docgen.gpr.py:118 msgid "OpenDocument Text" msgstr "OpenDocument-text" -#: ../gramps/plugins/docgen/docgen.gpr.py:116 +#: ../gramps/plugins/docgen/docgen.gpr.py:119 msgid "Generates documents in OpenDocument Text format (.odt)." msgstr "Skapar dokument i formatet OpenDocument Text (.odt)." -#: ../gramps/plugins/docgen/docgen.gpr.py:137 +#: ../gramps/plugins/docgen/docgen.gpr.py:140 msgid "PDF document" msgstr "PDF-dokument" -#: ../gramps/plugins/docgen/docgen.gpr.py:138 +#: ../gramps/plugins/docgen/docgen.gpr.py:141 msgid "Generates documents in PDF format (.pdf)." msgstr "Skapar dokument i PDF-format (.pdf)." -#: ../gramps/plugins/docgen/docgen.gpr.py:159 +#: ../gramps/plugins/docgen/docgen.gpr.py:162 msgid "Generates documents in PostScript format (.ps)." msgstr "Skapar dokument i formatet PostScript (.ps)." -#: ../gramps/plugins/docgen/docgen.gpr.py:179 +#: ../gramps/plugins/docgen/docgen.gpr.py:182 msgid "RTF document" msgstr "RTF-dokument" -#: ../gramps/plugins/docgen/docgen.gpr.py:180 +#: ../gramps/plugins/docgen/docgen.gpr.py:183 msgid "Generates documents in Rich Text format (.rtf)." msgstr "Skapar dokument i formatet Rich Text (.rtf)." -#: ../gramps/plugins/docgen/docgen.gpr.py:200 +#: ../gramps/plugins/docgen/docgen.gpr.py:203 msgid "SVG document" msgstr "SVG-dokument" -#: ../gramps/plugins/docgen/docgen.gpr.py:201 +#: ../gramps/plugins/docgen/docgen.gpr.py:204 msgid "Generates documents in Scalable Vector Graphics format (.svg)." msgstr "Skapar ett dokument i formatet Scalable Vector Graphics (.svg)." @@ -19138,14 +19325,14 @@ msgid "of %d" msgstr "av %d" #: ../gramps/plugins/docgen/htmldoc.py:273 -#: ../gramps/plugins/webreport/narrativeweb.py:9258 -#: ../gramps/plugins/webreport/webcal.py:265 +#: ../gramps/plugins/webreport/narrativeweb.py:9534 +#: ../gramps/plugins/webreport/webcal.py:268 msgid "Possible destination error" msgstr "Möjligt målfel" #: ../gramps/plugins/docgen/htmldoc.py:274 -#: ../gramps/plugins/webreport/narrativeweb.py:9259 -#: ../gramps/plugins/webreport/webcal.py:266 +#: ../gramps/plugins/webreport/narrativeweb.py:9535 +#: ../gramps/plugins/webreport/webcal.py:269 msgid "" "You appear to have set your target directory to a directory used for data " "storage. This could create problems with file management. It is recommended " @@ -19161,11 +19348,11 @@ msgstr "" msgid "Could not create jpeg version of image %(name)s" msgstr "Kunde inte skapa jpeg-version av bild %(name)s" -#: ../gramps/plugins/docgen/latexdoc.py:1240 +#: ../gramps/plugins/docgen/latexdoc.py:1241 msgid "PIL (Python Imaging Library) not loaded." msgstr "" -#: ../gramps/plugins/docgen/latexdoc.py:1241 +#: ../gramps/plugins/docgen/latexdoc.py:1242 #, fuzzy msgid "" "Production of jpg images from non-jpg images in LaTeX documents will not be " @@ -19177,150 +19364,149 @@ msgstr "" "pakethanterare till att installera python3-imaging eller python3-pillow " "eller python3-pillow" -#: ../gramps/plugins/docgen/odfdoc.py:1164 +#: ../gramps/plugins/docgen/odfdoc.py:1166 #, python-format msgid "Could not open %s" msgstr "Kunde inte öppna %s" -#. internal name: don't translate -#: ../gramps/plugins/docgen/svgdrawdoc.py:339 +#: ../gramps/plugins/docgen/svgdrawdoc.py:341 msgid "SVG background color" msgstr "SVG-bakgrundsfärg" -#: ../gramps/plugins/docgen/svgdrawdoc.py:341 +#: ../gramps/plugins/docgen/svgdrawdoc.py:343 msgid "transparent background" msgstr "genomskinlig bakgrund" -#: ../gramps/plugins/docgen/svgdrawdoc.py:342 -#: ../gramps/plugins/drawreport/fanchart.py:702 +#: ../gramps/plugins/docgen/svgdrawdoc.py:344 +#: ../gramps/plugins/drawreport/fanchart.py:714 msgid "white" msgstr "vit" -#: ../gramps/plugins/docgen/svgdrawdoc.py:343 +#: ../gramps/plugins/docgen/svgdrawdoc.py:345 msgid "black" msgstr "svart" -#: ../gramps/plugins/docgen/svgdrawdoc.py:344 +#: ../gramps/plugins/docgen/svgdrawdoc.py:346 msgid "red" msgstr "röd" -#: ../gramps/plugins/docgen/svgdrawdoc.py:345 +#: ../gramps/plugins/docgen/svgdrawdoc.py:347 msgid "green" msgstr "grön" -#: ../gramps/plugins/docgen/svgdrawdoc.py:346 +#: ../gramps/plugins/docgen/svgdrawdoc.py:348 msgid "blue" msgstr "blå" -#: ../gramps/plugins/docgen/svgdrawdoc.py:347 +#: ../gramps/plugins/docgen/svgdrawdoc.py:349 msgid "cyan" msgstr "cyan" -#: ../gramps/plugins/docgen/svgdrawdoc.py:348 +#: ../gramps/plugins/docgen/svgdrawdoc.py:350 msgid "magenta" msgstr "magenta" -#: ../gramps/plugins/docgen/svgdrawdoc.py:349 +#: ../gramps/plugins/docgen/svgdrawdoc.py:351 msgid "yellow" msgstr "gul" -#: ../gramps/plugins/docgen/svgdrawdoc.py:350 +#: ../gramps/plugins/docgen/svgdrawdoc.py:352 msgid "The color, if any, of the SVG background" msgstr "Färg, om någon, på SVG-bakgrund" #. we want no text, but need a text for the TOC in a book! -#: ../gramps/plugins/drawreport/ancestortree.py:113 +#: ../gramps/plugins/drawreport/ancestortree.py:114 msgid "Ancestor Graph" msgstr "Antavla" #. feature request 2356: avoid genitive form -#: ../gramps/plugins/drawreport/ancestortree.py:130 +#: ../gramps/plugins/drawreport/ancestortree.py:131 #, python-format msgid "Ancestor Graph for %s" msgstr "Antavla för %s" -#: ../gramps/plugins/drawreport/ancestortree.py:356 +#: ../gramps/plugins/drawreport/ancestortree.py:358 #: ../gramps/plugins/drawreport/calendarreport.py:113 -#: ../gramps/plugins/drawreport/descendtree.py:687 -#: ../gramps/plugins/drawreport/fanchart.py:194 +#: ../gramps/plugins/drawreport/descendtree.py:689 +#: ../gramps/plugins/drawreport/fanchart.py:195 #: ../gramps/plugins/graph/gvhourglass.py:100 -#: ../gramps/plugins/textreport/ancestorreport.py:111 +#: ../gramps/plugins/graph/gvrelgraph.py:179 +#: ../gramps/plugins/textreport/ancestorreport.py:112 #: ../gramps/plugins/textreport/birthdayreport.py:113 -#: ../gramps/plugins/textreport/descendreport.py:368 -#: ../gramps/plugins/textreport/detancestralreport.py:159 -#: ../gramps/plugins/textreport/detdescendantreport.py:173 -#: ../gramps/plugins/textreport/endoflinereport.py:89 -#: ../gramps/plugins/textreport/kinshipreport.py:104 -#: ../gramps/plugins/textreport/numberofancestorsreport.py:83 +#: ../gramps/plugins/textreport/descendreport.py:440 +#: ../gramps/plugins/textreport/detancestralreport.py:160 +#: ../gramps/plugins/textreport/detdescendantreport.py:179 +#: ../gramps/plugins/textreport/endoflinereport.py:90 +#: ../gramps/plugins/textreport/kinshipreport.py:105 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:84 #, python-format msgid "Person %s is not in the Database" msgstr "Person %s saknas i databasen" -#: ../gramps/plugins/drawreport/ancestortree.py:601 -#: ../gramps/plugins/drawreport/ancestortree.py:687 -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:50 +#: ../gramps/plugins/drawreport/ancestortree.py:603 +#: ../gramps/plugins/drawreport/ancestortree.py:689 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:53 msgid "Ancestor Tree" msgstr "Antavla, traditionell" -#: ../gramps/plugins/drawreport/ancestortree.py:602 +#: ../gramps/plugins/drawreport/ancestortree.py:604 msgid "Making the Tree..." msgstr "Gör släktträdet..." -#: ../gramps/plugins/drawreport/ancestortree.py:688 +#: ../gramps/plugins/drawreport/ancestortree.py:690 msgid "Printing the Tree..." msgstr "Skriver ut släktträdet..." #. ################# -#: ../gramps/plugins/drawreport/ancestortree.py:777 -#: ../gramps/plugins/drawreport/descendtree.py:1505 +#: ../gramps/plugins/drawreport/ancestortree.py:787 +#: ../gramps/plugins/drawreport/descendtree.py:1540 msgid "Tree Options" msgstr "Trädalternativ" -#: ../gramps/plugins/drawreport/ancestortree.py:779 -#: ../gramps/plugins/drawreport/calendarreport.py:474 -#: ../gramps/plugins/drawreport/fanchart.py:680 +#: ../gramps/plugins/drawreport/ancestortree.py:789 +#: ../gramps/plugins/drawreport/calendarreport.py:478 +#: ../gramps/plugins/drawreport/fanchart.py:688 #: ../gramps/plugins/graph/gvhourglass.py:308 -#: ../gramps/plugins/graph/gvrelgraph.py:672 -#: ../gramps/plugins/textreport/ancestorreport.py:274 -#: ../gramps/plugins/textreport/birthdayreport.py:423 -#: ../gramps/plugins/textreport/descendreport.py:420 -#: ../gramps/plugins/textreport/detancestralreport.py:773 -#: ../gramps/plugins/textreport/detdescendantreport.py:925 -#: ../gramps/plugins/textreport/endoflinereport.py:262 -#: ../gramps/plugins/textreport/kinshipreport.py:348 -#: ../gramps/plugins/textreport/numberofancestorsreport.py:196 +#: ../gramps/plugins/graph/gvrelgraph.py:675 +#: ../gramps/plugins/textreport/ancestorreport.py:283 +#: ../gramps/plugins/textreport/descendreport.py:506 +#: ../gramps/plugins/textreport/detancestralreport.py:782 +#: ../gramps/plugins/textreport/detdescendantreport.py:978 +#: ../gramps/plugins/textreport/endoflinereport.py:271 +#: ../gramps/plugins/textreport/kinshipreport.py:357 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:205 msgid "Center Person" msgstr "Huvudperson" -#: ../gramps/plugins/drawreport/ancestortree.py:780 +#: ../gramps/plugins/drawreport/ancestortree.py:790 msgid "The center person for the tree" msgstr "Huvudpersonen för trädet" -#: ../gramps/plugins/drawreport/ancestortree.py:790 +#: ../gramps/plugins/drawreport/ancestortree.py:800 msgid "Include siblings of the center person" msgstr "Ta med syskon till centralpersonen" -#: ../gramps/plugins/drawreport/ancestortree.py:792 +#: ../gramps/plugins/drawreport/ancestortree.py:802 msgid "" "Whether to only display the center person or all of his/her siblings too" msgstr "Huruvida enbart visa centerpersonen eller alla syskonen också" -#: ../gramps/plugins/drawreport/ancestortree.py:796 -#: ../gramps/plugins/drawreport/descendtree.py:1531 -#: ../gramps/plugins/drawreport/fanchart.py:688 -#: ../gramps/plugins/textreport/ancestorreport.py:284 -#: ../gramps/plugins/textreport/descendreport.py:438 -#: ../gramps/plugins/textreport/detancestralreport.py:788 -#: ../gramps/plugins/textreport/detdescendantreport.py:944 +#: ../gramps/plugins/drawreport/ancestortree.py:806 +#: ../gramps/plugins/drawreport/descendtree.py:1542 +#: ../gramps/plugins/drawreport/fanchart.py:700 +#: ../gramps/plugins/textreport/ancestorreport.py:293 +#: ../gramps/plugins/textreport/descendreport.py:531 +#: ../gramps/plugins/textreport/detancestralreport.py:797 +#: ../gramps/plugins/textreport/detdescendantreport.py:1006 msgid "Generations" msgstr "Generationer" -#: ../gramps/plugins/drawreport/ancestortree.py:797 -#: ../gramps/plugins/drawreport/descendtree.py:1532 +#: ../gramps/plugins/drawreport/ancestortree.py:807 +#: ../gramps/plugins/drawreport/descendtree.py:1543 msgid "The number of generations to include in the tree" msgstr "Antal generationer, som skall tas med i trädet" -#: ../gramps/plugins/drawreport/ancestortree.py:801 +#: ../gramps/plugins/drawreport/ancestortree.py:811 msgid "" "Display unknown\n" "generations" @@ -19328,62 +19514,62 @@ msgstr "" "Visa okända\n" "generationer" -#: ../gramps/plugins/drawreport/ancestortree.py:803 +#: ../gramps/plugins/drawreport/ancestortree.py:813 msgid "The number of generations of empty boxes that will be displayed" msgstr "Det antal generationer med tomma rutor, som kommer att visas" -#: ../gramps/plugins/drawreport/ancestortree.py:810 -#: ../gramps/plugins/drawreport/descendtree.py:1540 +#: ../gramps/plugins/drawreport/ancestortree.py:820 +#: ../gramps/plugins/drawreport/descendtree.py:1560 msgid "Compress tree" msgstr "Komprimera träd" -#: ../gramps/plugins/drawreport/ancestortree.py:812 +#: ../gramps/plugins/drawreport/ancestortree.py:822 msgid "" "Whether to remove any extra blank spaces set aside for people that are " "unknown" msgstr "" "Huruvida ta bort några extra tomma utrymmen, reserverade för okända personer" -#: ../gramps/plugins/drawreport/ancestortree.py:829 -#: ../gramps/plugins/drawreport/descendtree.py:1655 +#: ../gramps/plugins/drawreport/ancestortree.py:839 +#: ../gramps/plugins/drawreport/descendtree.py:1673 msgid "Report Title" msgstr "Rapporttitel" -#: ../gramps/plugins/drawreport/ancestortree.py:830 -#: ../gramps/plugins/drawreport/descendtree.py:1656 -#: ../gramps/plugins/drawreport/descendtree.py:1711 +#: ../gramps/plugins/drawreport/ancestortree.py:840 +#: ../gramps/plugins/drawreport/descendtree.py:1674 +#: ../gramps/plugins/drawreport/descendtree.py:1729 msgid "Do not include a title" msgstr "Tag ej med titel" -#: ../gramps/plugins/drawreport/ancestortree.py:831 +#: ../gramps/plugins/drawreport/ancestortree.py:841 msgid "Include Report Title" msgstr "Ta med rapporttitel" -#: ../gramps/plugins/drawreport/ancestortree.py:832 -#: ../gramps/plugins/drawreport/descendtree.py:1664 +#: ../gramps/plugins/drawreport/ancestortree.py:842 +#: ../gramps/plugins/drawreport/descendtree.py:1682 msgid "Choose a title for the report" msgstr "Välj en titel på rapporten" -#: ../gramps/plugins/drawreport/ancestortree.py:835 -#: ../gramps/plugins/drawreport/descendtree.py:1668 +#: ../gramps/plugins/drawreport/ancestortree.py:845 +#: ../gramps/plugins/drawreport/descendtree.py:1686 msgid "Include a border" msgstr "Ta med en kant" -#: ../gramps/plugins/drawreport/ancestortree.py:836 -#: ../gramps/plugins/drawreport/descendtree.py:1669 +#: ../gramps/plugins/drawreport/ancestortree.py:846 +#: ../gramps/plugins/drawreport/descendtree.py:1687 msgid "Whether to make a border around the report." msgstr "Huruvida göra en ram runt rapporten .." -#: ../gramps/plugins/drawreport/ancestortree.py:839 -#: ../gramps/plugins/drawreport/descendtree.py:1672 +#: ../gramps/plugins/drawreport/ancestortree.py:849 +#: ../gramps/plugins/drawreport/descendtree.py:1690 msgid "Include Page Numbers" msgstr "Tag med sidnummer" -#: ../gramps/plugins/drawreport/ancestortree.py:840 +#: ../gramps/plugins/drawreport/ancestortree.py:850 msgid "Whether to print page numbers on each page." msgstr "Huruvida skriva ut sidnummer på varje sida." -#: ../gramps/plugins/drawreport/ancestortree.py:848 +#: ../gramps/plugins/drawreport/ancestortree.py:858 msgid "" "Father\n" "Display Format" @@ -19391,7 +19577,7 @@ msgstr "" "Far\n" "Visningsformat" -#: ../gramps/plugins/drawreport/ancestortree.py:852 +#: ../gramps/plugins/drawreport/ancestortree.py:862 msgid "Display format for the fathers box." msgstr "Visningsformat för fadersruta." @@ -19402,7 +19588,7 @@ msgstr "Visningsformat för fadersruta." #. missing.set_help(_("What will print when information is not known")) #. menu.add_option(category_name, "miss_val", missing) #. category_name = _("Secondary") -#: ../gramps/plugins/drawreport/ancestortree.py:865 +#: ../gramps/plugins/drawreport/ancestortree.py:875 msgid "" "Mother\n" "Display Format" @@ -19410,11 +19596,11 @@ msgstr "" "Mor\n" "Visningsformat" -#: ../gramps/plugins/drawreport/ancestortree.py:870 +#: ../gramps/plugins/drawreport/ancestortree.py:880 msgid "Display format for the mothers box." msgstr "Visningsformat för modersruta." -#: ../gramps/plugins/drawreport/ancestortree.py:873 +#: ../gramps/plugins/drawreport/ancestortree.py:883 msgid "" "Center person uses\n" "which format" @@ -19422,30 +19608,30 @@ msgstr "" "Huvidperson använder\n" "vilket format" -#: ../gramps/plugins/drawreport/ancestortree.py:875 +#: ../gramps/plugins/drawreport/ancestortree.py:885 msgid "Use Fathers Display format" msgstr "Använd faders visningsformat" -#: ../gramps/plugins/drawreport/ancestortree.py:876 +#: ../gramps/plugins/drawreport/ancestortree.py:886 msgid "Use Mothers display format" msgstr "Använd moders visningsformat" -#: ../gramps/plugins/drawreport/ancestortree.py:877 +#: ../gramps/plugins/drawreport/ancestortree.py:887 msgid "Which Display format to use the center person" msgstr "Vilket visningsformat, som skall användas för huvudpersonen" -#: ../gramps/plugins/drawreport/ancestortree.py:880 -#: ../gramps/plugins/drawreport/descendtree.py:1582 +#: ../gramps/plugins/drawreport/ancestortree.py:890 +#: ../gramps/plugins/drawreport/descendtree.py:1600 msgid "Include Marriage box" msgstr "Ta med giftermålsruta" -#: ../gramps/plugins/drawreport/ancestortree.py:882 -#: ../gramps/plugins/drawreport/descendtree.py:1584 +#: ../gramps/plugins/drawreport/ancestortree.py:892 +#: ../gramps/plugins/drawreport/descendtree.py:1602 msgid "Whether to include a separate marital box in the report" msgstr "Huruvida ta med separat giftermålsruta i rapporten." -#: ../gramps/plugins/drawreport/ancestortree.py:885 -#: ../gramps/plugins/drawreport/descendtree.py:1587 +#: ../gramps/plugins/drawreport/ancestortree.py:895 +#: ../gramps/plugins/drawreport/descendtree.py:1605 msgid "" "Marriage\n" "Display Format" @@ -19453,38 +19639,38 @@ msgstr "" "Giftermål\n" "Visningsformat" -#: ../gramps/plugins/drawreport/ancestortree.py:886 -#: ../gramps/plugins/drawreport/descendtree.py:1588 +#: ../gramps/plugins/drawreport/ancestortree.py:896 +#: ../gramps/plugins/drawreport/descendtree.py:1606 msgid "Display format for the marital box." msgstr "Visningsformat för giftermålsrutan." -#: ../gramps/plugins/drawreport/ancestortree.py:892 -#: ../gramps/plugins/drawreport/descendtree.py:1603 +#: ../gramps/plugins/drawreport/ancestortree.py:902 +#: ../gramps/plugins/drawreport/descendtree.py:1621 msgid "Scale tree to fit" msgstr "Anpassa träd genom skalning" -#: ../gramps/plugins/drawreport/ancestortree.py:893 -#: ../gramps/plugins/drawreport/descendtree.py:1604 +#: ../gramps/plugins/drawreport/ancestortree.py:903 +#: ../gramps/plugins/drawreport/descendtree.py:1622 msgid "Do not scale tree" msgstr "Skala inte om trädet" -#: ../gramps/plugins/drawreport/ancestortree.py:894 -#: ../gramps/plugins/drawreport/descendtree.py:1605 +#: ../gramps/plugins/drawreport/ancestortree.py:904 +#: ../gramps/plugins/drawreport/descendtree.py:1623 msgid "Scale tree to fit page width only" msgstr "Skala om trädet för att anpassa till enbart till sidobredd" -#: ../gramps/plugins/drawreport/ancestortree.py:895 -#: ../gramps/plugins/drawreport/descendtree.py:1606 +#: ../gramps/plugins/drawreport/ancestortree.py:905 +#: ../gramps/plugins/drawreport/descendtree.py:1624 msgid "Scale tree to fit the size of the page" msgstr "Skala om träd för att passa på en enda sida" -#: ../gramps/plugins/drawreport/ancestortree.py:897 -#: ../gramps/plugins/drawreport/descendtree.py:1608 +#: ../gramps/plugins/drawreport/ancestortree.py:907 +#: ../gramps/plugins/drawreport/descendtree.py:1626 msgid "Whether to scale the tree to fit a specific paper size" msgstr "Huruvida skala om att passa för en särskild storlek" -#: ../gramps/plugins/drawreport/ancestortree.py:904 -#: ../gramps/plugins/drawreport/descendtree.py:1615 +#: ../gramps/plugins/drawreport/ancestortree.py:914 +#: ../gramps/plugins/drawreport/descendtree.py:1633 msgid "" "Resize Page to Fit Tree size\n" "\n" @@ -19493,8 +19679,8 @@ msgstr "" "Skala om sida att passa trädstorlek.\n" "Notera: Tar över val i fliken för pappersval" -#: ../gramps/plugins/drawreport/ancestortree.py:910 -#: ../gramps/plugins/drawreport/descendtree.py:1621 +#: ../gramps/plugins/drawreport/ancestortree.py:920 +#: ../gramps/plugins/drawreport/descendtree.py:1639 msgid "" "Whether to resize the page to fit the size \n" "of the tree. Note: the page will have a \n" @@ -19527,33 +19713,33 @@ msgstr "" "kommer sidan att skalas om så att allt tomrum i \n" "antingen sida eller höjd försvinner." -#: ../gramps/plugins/drawreport/ancestortree.py:930 +#: ../gramps/plugins/drawreport/ancestortree.py:940 msgid "inter-box scale factor" msgstr "Skalfaktor mellan rutor" -#: ../gramps/plugins/drawreport/ancestortree.py:933 +#: ../gramps/plugins/drawreport/ancestortree.py:943 msgid "Make the inter-box spacing bigger or smaller" msgstr "Gör rutans mellanrum större eller mindre" -#: ../gramps/plugins/drawreport/ancestortree.py:936 -#: ../gramps/plugins/drawreport/descendtree.py:1646 +#: ../gramps/plugins/drawreport/ancestortree.py:946 +#: ../gramps/plugins/drawreport/descendtree.py:1664 msgid "box shadow scale factor" msgstr "rutans skuggskalfaktor" #. down to 0 -#: ../gramps/plugins/drawreport/ancestortree.py:938 -#: ../gramps/plugins/drawreport/descendtree.py:1648 +#: ../gramps/plugins/drawreport/ancestortree.py:948 +#: ../gramps/plugins/drawreport/descendtree.py:1666 msgid "Make the box shadow bigger or smaller" msgstr "Gör rutans skugga större eller mindre" #. ################# -#: ../gramps/plugins/drawreport/ancestortree.py:943 -#: ../gramps/plugins/drawreport/descendtree.py:1592 +#: ../gramps/plugins/drawreport/ancestortree.py:953 +#: ../gramps/plugins/drawreport/descendtree.py:1610 msgid "Replace" msgstr "Ersätt" -#: ../gramps/plugins/drawreport/ancestortree.py:946 -#: ../gramps/plugins/drawreport/descendtree.py:1595 +#: ../gramps/plugins/drawreport/ancestortree.py:956 +#: ../gramps/plugins/drawreport/descendtree.py:1613 msgid "" "Replace Display Format:\n" "'Replace this'/' with this'" @@ -19561,8 +19747,8 @@ msgstr "" "Ersätt visningsformat:\n" "'Byt detta'/'mot detta'" -#: ../gramps/plugins/drawreport/ancestortree.py:948 -#: ../gramps/plugins/drawreport/descendtree.py:1597 +#: ../gramps/plugins/drawreport/ancestortree.py:958 +#: ../gramps/plugins/drawreport/descendtree.py:1615 msgid "" "i.e.\n" "United States of America/U.S.A" @@ -19570,13 +19756,13 @@ msgstr "" "T. ex.\n" "Amerikas Förenta Stater" -#: ../gramps/plugins/drawreport/ancestortree.py:955 -#: ../gramps/plugins/drawreport/descendtree.py:1676 +#: ../gramps/plugins/drawreport/ancestortree.py:965 +#: ../gramps/plugins/drawreport/descendtree.py:1694 msgid "Include Blank Pages" msgstr "Ta med blanka sidor" -#: ../gramps/plugins/drawreport/ancestortree.py:956 -#: ../gramps/plugins/drawreport/descendtree.py:1677 +#: ../gramps/plugins/drawreport/ancestortree.py:966 +#: ../gramps/plugins/drawreport/descendtree.py:1695 msgid "Whether to include pages that are blank." msgstr "Huruvida ta med sidor, som är blanka." @@ -19587,18 +19773,18 @@ msgstr "Huruvida ta med sidor, som är blanka." #. _("Whether to include thumbnails of people.")) #. menu.add_option(category_name, "includeImages", self.__include_images) #. category_name = _("Notes") -#: ../gramps/plugins/drawreport/ancestortree.py:970 -#: ../gramps/plugins/drawreport/descendtree.py:1682 +#: ../gramps/plugins/drawreport/ancestortree.py:980 +#: ../gramps/plugins/drawreport/descendtree.py:1700 msgid "Include a note" msgstr "Ta en notis" -#: ../gramps/plugins/drawreport/ancestortree.py:971 -#: ../gramps/plugins/drawreport/descendtree.py:1684 +#: ../gramps/plugins/drawreport/ancestortree.py:981 +#: ../gramps/plugins/drawreport/descendtree.py:1702 msgid "Whether to include a note on the report." msgstr ".Huruvida ta med en notis i rapporten." -#: ../gramps/plugins/drawreport/ancestortree.py:976 -#: ../gramps/plugins/drawreport/descendtree.py:1689 +#: ../gramps/plugins/drawreport/ancestortree.py:986 +#: ../gramps/plugins/drawreport/descendtree.py:1707 msgid "" "Add a note\n" "\n" @@ -19609,55 +19795,55 @@ msgstr "" "\n" "$T inflikar dagens datum" -#: ../gramps/plugins/drawreport/ancestortree.py:981 -#: ../gramps/plugins/drawreport/descendtree.py:1694 +#: ../gramps/plugins/drawreport/ancestortree.py:991 +#: ../gramps/plugins/drawreport/descendtree.py:1712 msgid "Note Location" msgstr "Placering av notis" -#: ../gramps/plugins/drawreport/ancestortree.py:984 -#: ../gramps/plugins/drawreport/descendtree.py:1697 +#: ../gramps/plugins/drawreport/ancestortree.py:994 +#: ../gramps/plugins/drawreport/descendtree.py:1715 msgid "Where to place the note." msgstr "Var notisen skall placeras." -#: ../gramps/plugins/drawreport/ancestortree.py:999 +#: ../gramps/plugins/drawreport/ancestortree.py:1009 msgid "No generations of empty boxes for unknown ancestors" msgstr "Inget skapande av tomma rutor för okända förfäder" -#: ../gramps/plugins/drawreport/ancestortree.py:1002 +#: ../gramps/plugins/drawreport/ancestortree.py:1012 msgid "One Generation of empty boxes for unknown ancestors" msgstr "En uppsättning tomma rutor för okända förfäder" -#: ../gramps/plugins/drawreport/ancestortree.py:1007 +#: ../gramps/plugins/drawreport/ancestortree.py:1017 msgid " Generations of empty boxes for unknown ancestors" msgstr "Flera uppsättningar tomma rutor för okända förfäder" -#: ../gramps/plugins/drawreport/ancestortree.py:1023 -#: ../gramps/plugins/drawreport/descendtree.py:1745 -#: ../gramps/plugins/textreport/ancestorreport.py:363 -#: ../gramps/plugins/textreport/detancestralreport.py:952 -#: ../gramps/plugins/textreport/detdescendantreport.py:1127 -#: ../gramps/plugins/textreport/endoflinereport.py:305 -#: ../gramps/plugins/textreport/endoflinereport.py:324 -#: ../gramps/plugins/textreport/familygroup.py:851 -#: ../gramps/plugins/textreport/indivcomplete.py:1152 -#: ../gramps/plugins/textreport/kinshipreport.py:410 -#: ../gramps/plugins/textreport/notelinkreport.py:193 -#: ../gramps/plugins/textreport/numberofancestorsreport.py:225 -#: ../gramps/plugins/textreport/recordsreport.py:320 -#: ../gramps/plugins/textreport/summary.py:326 -#: ../gramps/plugins/textreport/tagreport.py:960 +#: ../gramps/plugins/drawreport/ancestortree.py:1033 +#: ../gramps/plugins/drawreport/descendtree.py:1763 +#: ../gramps/plugins/textreport/ancestorreport.py:372 +#: ../gramps/plugins/textreport/detancestralreport.py:961 +#: ../gramps/plugins/textreport/detdescendantreport.py:1191 +#: ../gramps/plugins/textreport/endoflinereport.py:314 +#: ../gramps/plugins/textreport/endoflinereport.py:333 +#: ../gramps/plugins/textreport/familygroup.py:860 +#: ../gramps/plugins/textreport/indivcomplete.py:1203 +#: ../gramps/plugins/textreport/kinshipreport.py:421 +#: ../gramps/plugins/textreport/notelinkreport.py:198 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:234 +#: ../gramps/plugins/textreport/recordsreport.py:336 +#: ../gramps/plugins/textreport/summary.py:330 +#: ../gramps/plugins/textreport/tagreport.py:964 msgid "The basic style used for the text display." msgstr "Grundläggande mall som används för textvisning." -#: ../gramps/plugins/drawreport/ancestortree.py:1033 -#: ../gramps/plugins/drawreport/descendtree.py:1767 -#: ../gramps/plugins/textreport/familygroup.py:863 -#: ../gramps/plugins/textreport/tagreport.py:978 +#: ../gramps/plugins/drawreport/ancestortree.py:1043 +#: ../gramps/plugins/drawreport/descendtree.py:1785 +#: ../gramps/plugins/textreport/familygroup.py:872 +#: ../gramps/plugins/textreport/tagreport.py:982 msgid "The basic style used for the note display." msgstr "Grundläggande mall som används för visning av notiser." -#: ../gramps/plugins/drawreport/ancestortree.py:1043 -#: ../gramps/plugins/drawreport/descendtree.py:1735 +#: ../gramps/plugins/drawreport/ancestortree.py:1053 +#: ../gramps/plugins/drawreport/descendtree.py:1753 msgid "The basic style used for the title display." msgstr "Grundläggande mall som används för visning av titel." @@ -19686,13 +19872,13 @@ msgstr "Formaterar månader..." #: ../gramps/plugins/drawreport/calendarreport.py:315 #: ../gramps/plugins/textreport/birthdayreport.py:259 -#: ../gramps/plugins/webreport/webcal.py:1257 +#: ../gramps/plugins/webreport/webcal.py:1269 msgid "Applying Filter..." msgstr "Tillämpar filter..." #: ../gramps/plugins/drawreport/calendarreport.py:322 #: ../gramps/plugins/textreport/birthdayreport.py:269 -#: ../gramps/plugins/webreport/webcal.py:1262 +#: ../gramps/plugins/webreport/webcal.py:1274 msgid "Reading database..." msgstr "Läser databas..." @@ -19736,282 +19922,281 @@ msgstr[1] "" "{spouse} och\n" " {person}, {nyears}" -#: ../gramps/plugins/drawreport/calendarreport.py:470 -#: ../gramps/plugins/webreport/webcal.py:1608 +#: ../gramps/plugins/drawreport/calendarreport.py:474 +#: ../gramps/plugins/webreport/webcal.py:1626 msgid "Select filter to restrict people that appear on calendar" msgstr "Välj ett filter, som begränsar vilka personer, som tas med på kalender" -#: ../gramps/plugins/drawreport/calendarreport.py:475 -#: ../gramps/plugins/drawreport/fanchart.py:681 -#: ../gramps/plugins/graph/gvrelgraph.py:673 -#: ../gramps/plugins/textreport/ancestorreport.py:275 -#: ../gramps/plugins/textreport/birthdayreport.py:424 -#: ../gramps/plugins/textreport/descendreport.py:421 -#: ../gramps/plugins/textreport/detancestralreport.py:774 -#: ../gramps/plugins/textreport/detdescendantreport.py:926 -#: ../gramps/plugins/textreport/endoflinereport.py:263 -#: ../gramps/plugins/textreport/kinshipreport.py:349 -#: ../gramps/plugins/textreport/numberofancestorsreport.py:197 +#: ../gramps/plugins/drawreport/calendarreport.py:479 +#: ../gramps/plugins/drawreport/fanchart.py:689 +#: ../gramps/plugins/graph/gvrelgraph.py:676 +#: ../gramps/plugins/textreport/ancestorreport.py:284 +#: ../gramps/plugins/textreport/descendreport.py:507 +#: ../gramps/plugins/textreport/detancestralreport.py:783 +#: ../gramps/plugins/textreport/detdescendantreport.py:979 +#: ../gramps/plugins/textreport/endoflinereport.py:272 +#: ../gramps/plugins/textreport/kinshipreport.py:358 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:206 msgid "The center person for the report" msgstr "Huvudpersonen för rapporten" -#: ../gramps/plugins/drawreport/calendarreport.py:486 -#: ../gramps/plugins/textreport/birthdayreport.py:435 -#: ../gramps/plugins/webreport/webcal.py:1637 +#: ../gramps/plugins/drawreport/calendarreport.py:490 +#: ../gramps/plugins/textreport/birthdayreport.py:433 +#: ../gramps/plugins/webreport/webcal.py:1655 msgid "Include only living people" msgstr "Ta bara med nu levande personer" -#: ../gramps/plugins/drawreport/calendarreport.py:487 -#: ../gramps/plugins/webreport/webcal.py:1638 +#: ../gramps/plugins/drawreport/calendarreport.py:491 +#: ../gramps/plugins/webreport/webcal.py:1656 msgid "Include only living people in the calendar" msgstr "Ta bara med nu levande personer i kalendern" #. ######################### -#: ../gramps/plugins/drawreport/calendarreport.py:493 -#: ../gramps/plugins/webreport/webcal.py:1666 +#: ../gramps/plugins/drawreport/calendarreport.py:497 +#: ../gramps/plugins/webreport/webcal.py:1685 msgid "Content Options" msgstr "Innehållsalternativ" #. ######################### -#: ../gramps/plugins/drawreport/calendarreport.py:497 -#: ../gramps/plugins/drawreport/calendarreport.py:499 +#: ../gramps/plugins/drawreport/calendarreport.py:501 +#: ../gramps/plugins/drawreport/calendarreport.py:503 msgid "Year of calendar" msgstr "Kalenderår" -#: ../gramps/plugins/drawreport/calendarreport.py:502 -#: ../gramps/plugins/textreport/birthdayreport.py:439 -#: ../gramps/plugins/webreport/webcal.py:1692 +#: ../gramps/plugins/drawreport/calendarreport.py:506 +#: ../gramps/plugins/textreport/birthdayreport.py:448 +#: ../gramps/plugins/webreport/webcal.py:1711 msgid "Country for holidays" msgstr "Land för helgdagar" -#: ../gramps/plugins/drawreport/calendarreport.py:513 -#: ../gramps/plugins/textreport/birthdayreport.py:450 +#: ../gramps/plugins/drawreport/calendarreport.py:517 +#: ../gramps/plugins/textreport/birthdayreport.py:459 msgid "Select the country to see associated holidays" msgstr "Välj landet för att få med dess helgdagar" #. Default selection ???? -#: ../gramps/plugins/drawreport/calendarreport.py:516 -#: ../gramps/plugins/textreport/birthdayreport.py:453 -#: ../gramps/plugins/webreport/webcal.py:1708 +#: ../gramps/plugins/drawreport/calendarreport.py:520 +#: ../gramps/plugins/textreport/birthdayreport.py:462 +#: ../gramps/plugins/webreport/webcal.py:1727 msgid "First day of week" msgstr "Veckans första dag" -#: ../gramps/plugins/drawreport/calendarreport.py:521 -#: ../gramps/plugins/webreport/webcal.py:1712 +#: ../gramps/plugins/drawreport/calendarreport.py:525 +#: ../gramps/plugins/webreport/webcal.py:1730 msgid "Select the first day of the week for the calendar" msgstr "Välj veckans första dag för kalendern" -#: ../gramps/plugins/drawreport/calendarreport.py:524 -#: ../gramps/plugins/textreport/birthdayreport.py:461 -#: ../gramps/plugins/webreport/webcal.py:1716 +#: ../gramps/plugins/drawreport/calendarreport.py:528 +#: ../gramps/plugins/textreport/birthdayreport.py:470 +#: ../gramps/plugins/webreport/webcal.py:1734 msgid "Birthday surname" msgstr "Namn vid födseln" -#: ../gramps/plugins/drawreport/calendarreport.py:525 -#: ../gramps/plugins/textreport/birthdayreport.py:462 -#: ../gramps/plugins/webreport/webcal.py:1717 +#: ../gramps/plugins/drawreport/calendarreport.py:529 +#: ../gramps/plugins/textreport/birthdayreport.py:471 +#: ../gramps/plugins/webreport/webcal.py:1735 msgid "Wives use husband's surname (from first family listed)" msgstr "Hustrur använder sina makars efternamn (från första uppräknade familj)" -#: ../gramps/plugins/drawreport/calendarreport.py:526 -#: ../gramps/plugins/textreport/birthdayreport.py:463 -#: ../gramps/plugins/webreport/webcal.py:1719 +#: ../gramps/plugins/drawreport/calendarreport.py:530 +#: ../gramps/plugins/textreport/birthdayreport.py:472 +#: ../gramps/plugins/webreport/webcal.py:1737 msgid "Wives use husband's surname (from last family listed)" msgstr "Hustrur använder sina makars efternamn (från sista uppräknade familj)" -#: ../gramps/plugins/drawreport/calendarreport.py:527 -#: ../gramps/plugins/textreport/birthdayreport.py:464 -#: ../gramps/plugins/webreport/webcal.py:1721 +#: ../gramps/plugins/drawreport/calendarreport.py:531 +#: ../gramps/plugins/textreport/birthdayreport.py:473 +#: ../gramps/plugins/webreport/webcal.py:1739 msgid "Wives use their own surname" msgstr "Hustrur använder sina egna efternamn" -#: ../gramps/plugins/drawreport/calendarreport.py:528 -#: ../gramps/plugins/textreport/birthdayreport.py:465 -#: ../gramps/plugins/webreport/webcal.py:1722 +#: ../gramps/plugins/drawreport/calendarreport.py:532 +#: ../gramps/plugins/textreport/birthdayreport.py:474 +#: ../gramps/plugins/webreport/webcal.py:1740 msgid "Select married women's displayed surname" msgstr "Välj gifta kvinnors visade efternamn" -#: ../gramps/plugins/drawreport/calendarreport.py:531 -#: ../gramps/plugins/textreport/birthdayreport.py:468 -#: ../gramps/plugins/webreport/webcal.py:1732 +#: ../gramps/plugins/drawreport/calendarreport.py:535 +#: ../gramps/plugins/textreport/birthdayreport.py:477 +#: ../gramps/plugins/webreport/webcal.py:1750 msgid "Include birthdays" msgstr "Ta med födelsedagar" -#: ../gramps/plugins/drawreport/calendarreport.py:532 -#: ../gramps/plugins/webreport/webcal.py:1733 +#: ../gramps/plugins/drawreport/calendarreport.py:536 +#: ../gramps/plugins/webreport/webcal.py:1751 msgid "Include birthdays in the calendar" msgstr "Ta med födelsedagar i kalendern" -#: ../gramps/plugins/drawreport/calendarreport.py:535 -#: ../gramps/plugins/textreport/birthdayreport.py:472 -#: ../gramps/plugins/webreport/webcal.py:1736 +#: ../gramps/plugins/drawreport/calendarreport.py:539 +#: ../gramps/plugins/textreport/birthdayreport.py:481 +#: ../gramps/plugins/webreport/webcal.py:1754 msgid "Include anniversaries" msgstr "Ta med årsdagar" -#: ../gramps/plugins/drawreport/calendarreport.py:536 -#: ../gramps/plugins/webreport/webcal.py:1737 +#: ../gramps/plugins/drawreport/calendarreport.py:540 +#: ../gramps/plugins/webreport/webcal.py:1755 msgid "Include anniversaries in the calendar" msgstr "Ta med årsdagar i kalendern" #. ######################### -#: ../gramps/plugins/drawreport/calendarreport.py:540 -#: ../gramps/plugins/drawreport/calendarreport.py:541 -#: ../gramps/plugins/textreport/birthdayreport.py:483 +#: ../gramps/plugins/drawreport/calendarreport.py:544 +#: ../gramps/plugins/drawreport/calendarreport.py:545 +#: ../gramps/plugins/textreport/birthdayreport.py:490 msgid "Text Options" msgstr "Textalternativ" #. ######################### -#: ../gramps/plugins/drawreport/calendarreport.py:544 -#: ../gramps/plugins/textreport/birthdayreport.py:489 +#: ../gramps/plugins/drawreport/calendarreport.py:548 +#: ../gramps/plugins/textreport/birthdayreport.py:496 msgid "Text Area 1" msgstr "Textområde 1" -#: ../gramps/plugins/drawreport/calendarreport.py:545 +#: ../gramps/plugins/drawreport/calendarreport.py:549 msgid "First line of text at bottom of calendar" msgstr "Första textraden nertill på kalendern" -#: ../gramps/plugins/drawreport/calendarreport.py:548 -#: ../gramps/plugins/textreport/birthdayreport.py:493 +#: ../gramps/plugins/drawreport/calendarreport.py:552 +#: ../gramps/plugins/textreport/birthdayreport.py:500 msgid "Text Area 2" msgstr "Textområde 2" -#: ../gramps/plugins/drawreport/calendarreport.py:549 +#: ../gramps/plugins/drawreport/calendarreport.py:553 msgid "Second line of text at bottom of calendar" msgstr "Andra textraden nertill på kalendern" -#: ../gramps/plugins/drawreport/calendarreport.py:552 -#: ../gramps/plugins/textreport/birthdayreport.py:497 +#: ../gramps/plugins/drawreport/calendarreport.py:556 +#: ../gramps/plugins/textreport/birthdayreport.py:504 msgid "Text Area 3" msgstr "Textområde 3" -#: ../gramps/plugins/drawreport/calendarreport.py:553 +#: ../gramps/plugins/drawreport/calendarreport.py:557 msgid "Third line of text at bottom of calendar" msgstr "Tredje textraden nertill på kalendern" -#: ../gramps/plugins/drawreport/calendarreport.py:623 +#: ../gramps/plugins/drawreport/calendarreport.py:626 msgid "Title text and background color" msgstr "Rubriktext och bakgrundsfärg" -#: ../gramps/plugins/drawreport/calendarreport.py:627 +#: ../gramps/plugins/drawreport/calendarreport.py:630 msgid "Calendar day numbers" msgstr "Dagnummer i kalender" -#: ../gramps/plugins/drawreport/calendarreport.py:630 +#: ../gramps/plugins/drawreport/calendarreport.py:633 msgid "Daily text display" msgstr "Daglig text" -#: ../gramps/plugins/drawreport/calendarreport.py:632 +#: ../gramps/plugins/drawreport/calendarreport.py:635 msgid "Holiday text display" msgstr "Visning av helgdagstext" -#: ../gramps/plugins/drawreport/calendarreport.py:635 +#: ../gramps/plugins/drawreport/calendarreport.py:638 msgid "Days of the week text" msgstr "Veckodagstext" -#: ../gramps/plugins/drawreport/calendarreport.py:639 -#: ../gramps/plugins/textreport/birthdayreport.py:565 +#: ../gramps/plugins/drawreport/calendarreport.py:642 +#: ../gramps/plugins/textreport/birthdayreport.py:584 msgid "Text at bottom, line 1" msgstr "Text vid nederkant, rad 1" -#: ../gramps/plugins/drawreport/calendarreport.py:641 -#: ../gramps/plugins/textreport/birthdayreport.py:567 +#: ../gramps/plugins/drawreport/calendarreport.py:644 +#: ../gramps/plugins/textreport/birthdayreport.py:586 msgid "Text at bottom, line 2" msgstr "Text vid nederkant, rad 2" -#: ../gramps/plugins/drawreport/calendarreport.py:643 -#: ../gramps/plugins/textreport/birthdayreport.py:569 +#: ../gramps/plugins/drawreport/calendarreport.py:646 +#: ../gramps/plugins/textreport/birthdayreport.py:588 msgid "Text at bottom, line 3" msgstr "Text vid nederkant, rad 3" -#: ../gramps/plugins/drawreport/descendtree.py:156 +#: ../gramps/plugins/drawreport/descendtree.py:158 #, python-format msgid "Descendant Chart for %(person)s and %(father1)s, %(mother1)s" msgstr "Stamtavla för %(person)s och %(father1)s, %(mother1)s" #. Should be 2 items in names list -#: ../gramps/plugins/drawreport/descendtree.py:163 +#: ../gramps/plugins/drawreport/descendtree.py:165 #, python-format msgid "Descendant Chart for %(person)s, %(father1)s and %(mother1)s" msgstr "Stamtavla för %(person)s, %(father1)s och %(mother1)s" #. Should be 2 items in both names and names2 lists -#: ../gramps/plugins/drawreport/descendtree.py:170 +#: ../gramps/plugins/drawreport/descendtree.py:172 #, python-format msgid "" "Descendant Chart for %(father1)s, %(father2)s and %(mother1)s, %(mother2)s" msgstr "Stamtavla för %(father1)s, %(father2)s samt %(mother1)s, %(mother2)s" -#: ../gramps/plugins/drawreport/descendtree.py:180 +#: ../gramps/plugins/drawreport/descendtree.py:182 #, python-format msgid "Descendant Chart for %(person)s" msgstr "Stamtavla för %(person)s" #. Should be two items in names list -#: ../gramps/plugins/drawreport/descendtree.py:182 +#: ../gramps/plugins/drawreport/descendtree.py:184 #, python-format msgid "Descendant Chart for %(father)s and %(mother)s" msgstr "Stamtavla för %(father)s och %(mother)s" #. we want no text, but need a text for the TOC in a book! -#: ../gramps/plugins/drawreport/descendtree.py:211 +#: ../gramps/plugins/drawreport/descendtree.py:213 msgid "Descendant Graph" msgstr "Diagram med ättlingar" -#: ../gramps/plugins/drawreport/descendtree.py:324 +#: ../gramps/plugins/drawreport/descendtree.py:326 #, python-format msgid "Family Chart for %(person)s" msgstr "Familjetavla för %(person)s" -#: ../gramps/plugins/drawreport/descendtree.py:327 +#: ../gramps/plugins/drawreport/descendtree.py:329 #, python-format msgid "Family Chart for %(father1)s and %(mother1)s" msgstr "Familjetavla för %(father1)s och %(mother1)s" -#: ../gramps/plugins/drawreport/descendtree.py:353 +#: ../gramps/plugins/drawreport/descendtree.py:355 #, python-format msgid "Cousin Chart for %(names)s" msgstr "Kusintavla för %(names)s" -#: ../gramps/plugins/drawreport/descendtree.py:755 +#: ../gramps/plugins/drawreport/descendtree.py:757 #, python-format msgid "Family %s is not in the Database" msgstr "Famil %s saknas i databasen" #. if self.name == "familial_descend_tree": -#: ../gramps/plugins/drawreport/descendtree.py:1508 -#: ../gramps/plugins/drawreport/descendtree.py:1512 +#: ../gramps/plugins/drawreport/descendtree.py:1523 +#: ../gramps/plugins/drawreport/descendtree.py:1527 msgid "Report for" msgstr "Rapport för" -#: ../gramps/plugins/drawreport/descendtree.py:1509 +#: ../gramps/plugins/drawreport/descendtree.py:1524 msgid "The main person for the report" msgstr "Huvudpersonen för rapporten" -#: ../gramps/plugins/drawreport/descendtree.py:1513 +#: ../gramps/plugins/drawreport/descendtree.py:1528 msgid "The main family for the report" msgstr "Huvudfamiljen för rapporten" -#: ../gramps/plugins/drawreport/descendtree.py:1523 -msgid "Start with the parent(s) of the selected first" -msgstr "Börja med föräldrar till den valda först" - -#: ../gramps/plugins/drawreport/descendtree.py:1526 -msgid "Will show the parents, brother and sisters of the selected person." -msgstr "Kommer att visa föräldrar, bröder och systrar till den valda personen." - -#: ../gramps/plugins/drawreport/descendtree.py:1535 +#: ../gramps/plugins/drawreport/descendtree.py:1546 msgid "Level of Spouses" msgstr "Nivå för make/makar" -#: ../gramps/plugins/drawreport/descendtree.py:1536 +#: ../gramps/plugins/drawreport/descendtree.py:1547 msgid "0=no Spouses, 1=include Spouses, 2=include Spouses of the spouse, etc" msgstr "0=inga makar, 1=tag med makar, 2=tag med makar till makar, etc" -#: ../gramps/plugins/drawreport/descendtree.py:1541 +#: ../gramps/plugins/drawreport/descendtree.py:1552 +msgid "Start with the parent(s) of the selected first" +msgstr "Börja med föräldrar till den valda först" + +#: ../gramps/plugins/drawreport/descendtree.py:1555 +msgid "Will show the parents, brother and sisters of the selected person." +msgstr "Kommer att visa föräldrar, bröder och systrar till den valda personen." + +#: ../gramps/plugins/drawreport/descendtree.py:1561 msgid "Whether to move people up, where possible, resulting in a smaller tree" msgstr "Huruvida flytta personer upp, om möjligt, vilket ger ett mindre träd" -#: ../gramps/plugins/drawreport/descendtree.py:1550 +#: ../gramps/plugins/drawreport/descendtree.py:1568 msgid "" "Descendant\n" "Display Format" @@ -20019,15 +20204,15 @@ msgstr "" "Ättlingar\n" "Visningsformat" -#: ../gramps/plugins/drawreport/descendtree.py:1554 +#: ../gramps/plugins/drawreport/descendtree.py:1572 msgid "Display format for a descendant." msgstr "Visningsformat för ättlingar." -#: ../gramps/plugins/drawreport/descendtree.py:1557 +#: ../gramps/plugins/drawreport/descendtree.py:1575 msgid "Bold direct descendants" msgstr "Fetstil för direkta ättlingar" -#: ../gramps/plugins/drawreport/descendtree.py:1559 +#: ../gramps/plugins/drawreport/descendtree.py:1577 msgid "" "Whether to bold those people that are direct (not step or half) descendants." msgstr "" @@ -20040,15 +20225,15 @@ msgstr "" #. True) #. diffspouse.set_help(_("Whether spouses can have a different format.")) #. menu.add_option(category_name, "diffspouse", diffspouse) -#: ../gramps/plugins/drawreport/descendtree.py:1571 +#: ../gramps/plugins/drawreport/descendtree.py:1589 msgid "Indent Spouses" msgstr "Drag in makar" -#: ../gramps/plugins/drawreport/descendtree.py:1572 +#: ../gramps/plugins/drawreport/descendtree.py:1590 msgid "Whether to indent the spouses in the tree." msgstr "Huruvida dra in makar i trädet." -#: ../gramps/plugins/drawreport/descendtree.py:1575 +#: ../gramps/plugins/drawreport/descendtree.py:1593 msgid "" "Spousal\n" "Display Format" @@ -20056,109 +20241,109 @@ msgstr "" "Makar\n" "Visningsformat" -#: ../gramps/plugins/drawreport/descendtree.py:1579 +#: ../gramps/plugins/drawreport/descendtree.py:1597 msgid "Display format for a spouse." msgstr "Visningsformat för make/make." -#: ../gramps/plugins/drawreport/descendtree.py:1641 +#: ../gramps/plugins/drawreport/descendtree.py:1659 msgid "inter-box Y scale factor" msgstr "Y-skalfaktor innerruta" -#: ../gramps/plugins/drawreport/descendtree.py:1643 +#: ../gramps/plugins/drawreport/descendtree.py:1661 msgid "Make the inter-box Y bigger or smaller" msgstr "Gör innerrutans Y större eller mindre" -#: ../gramps/plugins/drawreport/descendtree.py:1657 -#: ../gramps/plugins/drawreport/descendtree.py:1712 +#: ../gramps/plugins/drawreport/descendtree.py:1675 +#: ../gramps/plugins/drawreport/descendtree.py:1730 msgid "Descendant Chart for [selected person(s)]" msgstr "Stamtavla för [valda person(er)]" -#: ../gramps/plugins/drawreport/descendtree.py:1660 -#: ../gramps/plugins/drawreport/descendtree.py:1716 +#: ../gramps/plugins/drawreport/descendtree.py:1678 +#: ../gramps/plugins/drawreport/descendtree.py:1734 msgid "Family Chart for [names of chosen family]" msgstr "Familjetavla för [namn på vald familj]" -#: ../gramps/plugins/drawreport/descendtree.py:1663 -#: ../gramps/plugins/drawreport/descendtree.py:1720 +#: ../gramps/plugins/drawreport/descendtree.py:1681 +#: ../gramps/plugins/drawreport/descendtree.py:1738 msgid "Cousin Chart for [names of children]" msgstr "Kusintavla för [namn på barnen]" -#: ../gramps/plugins/drawreport/descendtree.py:1673 +#: ../gramps/plugins/drawreport/descendtree.py:1691 msgid "Whether to include page numbers on each page." msgstr "Huruvida ta med sidnummer på varje sida." -#: ../gramps/plugins/drawreport/descendtree.py:1757 +#: ../gramps/plugins/drawreport/descendtree.py:1775 msgid "The bold style used for the text display." msgstr "Fetstilsmall mall som används för textvisning." -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:34 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:37 msgid "Ancestor Chart" msgstr "Antavla" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:35 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:38 msgid "Produces a graphical ancestral chart" msgstr "Skapar en traditionell grafisk antavla" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:51 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:54 msgid "Produces a graphical ancestral tree" msgstr "Skapar en grafisk antavla" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:72 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:71 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:77 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:75 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:74 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:80 msgid "Calendar" msgstr "Kalender" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:73 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:76 msgid "Produces a graphical calendar" msgstr "Skapar en grafisk kalender." -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:94 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:97 msgid "Descendant Chart" msgstr "Stamtavla" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:95 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:98 msgid "Produces a graphical descendant chart" msgstr "Skapar en grafisk stamtavla." -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:110 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:113 msgid "Descendant Tree" msgstr "Stamtavla" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:111 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:114 msgid "Produces a graphical descendant tree" msgstr "Skapar ett grafisk stamträd." -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:132 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:135 msgid "Family Descendant Chart" msgstr "Familjestamtavla" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:133 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:136 msgid "Produces a graphical descendant chart around a family" msgstr "Skapar ett grafisk stamtavla utgående från en familj" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:149 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:152 msgid "Family Descendant Tree" msgstr "Familjestamtavla" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:150 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:153 msgid "Produces a graphical descendant tree around a family" msgstr "Skapar ett grafisk stamträd utgående från en familj" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:172 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:118 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:127 -#: ../gramps/plugins/view/fanchartview.py:71 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:175 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:121 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:130 +#: ../gramps/plugins/view/fanchartview.py:73 #: ../gramps/plugins/view/view.gpr.py:141 msgid "Fan Chart" msgstr "Antavla i cirkelformat" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:173 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:176 msgid "Produces fan charts" msgstr "Skapar en grafisk antavla i cirkelformat." #. extract requested items from the database and count them -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:194 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:197 #: ../gramps/plugins/drawreport/statisticschart.py:799 #: ../gramps/plugins/drawreport/statisticschart.py:809 #: ../gramps/plugins/drawreport/statisticschart.py:843 @@ -20166,26 +20351,26 @@ msgstr "Skapar en grafisk antavla i cirkelformat." msgid "Statistics Charts" msgstr "Statistik" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:195 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:198 msgid "Produces statistical bar and pie charts of the people in the database" msgstr "Skapar stapel- och cirkeldiagram över personerna i databasen." -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:218 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:221 #: ../gramps/plugins/drawreport/timeline.py:277 msgid "Timeline Chart" msgstr "Livslängdslinjer" -#: ../gramps/plugins/drawreport/drawplugins.gpr.py:219 +#: ../gramps/plugins/drawreport/drawplugins.gpr.py:222 msgid "Produces a timeline chart." msgstr "Skapar ett tidslinjediagram." #. choose one line or two lines translation according to the width -#: ../gramps/plugins/drawreport/fanchart.py:256 +#: ../gramps/plugins/drawreport/fanchart.py:257 #, python-format msgid "%(generations)d Generation Fan Chart for %(person)s" msgstr "%(generations)d generationers cirkeldiagram för %(person)s" -#: ../gramps/plugins/drawreport/fanchart.py:271 +#: ../gramps/plugins/drawreport/fanchart.py:272 #, python-format msgid "" "%(generations)d Generation Fan Chart for\n" @@ -20194,88 +20379,102 @@ msgstr "" "%(generations)d generationers cirkeldiagram för \n" "%(person)s" -#: ../gramps/plugins/drawreport/fanchart.py:689 -#: ../gramps/plugins/textreport/ancestorreport.py:285 -#: ../gramps/plugins/textreport/descendreport.py:439 -#: ../gramps/plugins/textreport/detancestralreport.py:789 -#: ../gramps/plugins/textreport/detdescendantreport.py:946 +#. Content options +#. Content +#: ../gramps/plugins/drawreport/fanchart.py:698 +#: ../gramps/plugins/textreport/birthdayreport.py:441 +#: ../gramps/plugins/textreport/descendreport.py:518 +#: ../gramps/plugins/textreport/detancestralreport.py:805 +#: ../gramps/plugins/textreport/detdescendantreport.py:1015 +#: ../gramps/plugins/textreport/kinshipreport.py:369 +#: ../gramps/plugins/textreport/placereport.py:442 +#: ../gramps/plugins/textreport/recordsreport.py:240 +#: ../gramps/plugins/view/relview.py:1726 +msgid "Content" +msgstr "Innehåll" + +#: ../gramps/plugins/drawreport/fanchart.py:701 +#: ../gramps/plugins/textreport/ancestorreport.py:294 +#: ../gramps/plugins/textreport/descendreport.py:532 +#: ../gramps/plugins/textreport/detancestralreport.py:798 +#: ../gramps/plugins/textreport/detdescendantreport.py:1008 msgid "The number of generations to include in the report" msgstr "Antal generationer, som skall tas med i rapporten" -#: ../gramps/plugins/drawreport/fanchart.py:693 +#: ../gramps/plugins/drawreport/fanchart.py:705 msgid "Type of graph" msgstr "Diagramtyp" -#: ../gramps/plugins/drawreport/fanchart.py:694 +#: ../gramps/plugins/drawreport/fanchart.py:706 msgid "full circle" msgstr "hel cirkel" -#: ../gramps/plugins/drawreport/fanchart.py:695 +#: ../gramps/plugins/drawreport/fanchart.py:707 msgid "half circle" msgstr "halvcirkel" -#: ../gramps/plugins/drawreport/fanchart.py:696 +#: ../gramps/plugins/drawreport/fanchart.py:708 msgid "quarter circle" msgstr "kvartscirkel" -#: ../gramps/plugins/drawreport/fanchart.py:697 +#: ../gramps/plugins/drawreport/fanchart.py:709 msgid "The form of the graph: full circle, half circle, or quarter circle." msgstr "Utseende på diagrammet: hel cirkel, halvcirkel eller kvartscirkel." -#: ../gramps/plugins/drawreport/fanchart.py:703 +#: ../gramps/plugins/drawreport/fanchart.py:715 msgid "generation dependent" msgstr "generationsberoende" -#: ../gramps/plugins/drawreport/fanchart.py:704 +#: ../gramps/plugins/drawreport/fanchart.py:716 msgid "Background color is either white or generation dependent" msgstr "Bakgrundsfärg är antingen vit eller generationsberoende" -#: ../gramps/plugins/drawreport/fanchart.py:708 +#: ../gramps/plugins/drawreport/fanchart.py:720 msgid "Orientation of radial texts" msgstr "Riktning på radial text" -#: ../gramps/plugins/drawreport/fanchart.py:710 +#: ../gramps/plugins/drawreport/fanchart.py:722 msgid "upright" msgstr "rak" -#: ../gramps/plugins/drawreport/fanchart.py:711 +#: ../gramps/plugins/drawreport/fanchart.py:723 msgid "roundabout" msgstr "rundad" -#: ../gramps/plugins/drawreport/fanchart.py:712 +#: ../gramps/plugins/drawreport/fanchart.py:724 msgid "Print radial texts upright or roundabout" msgstr "Skriv radiell text upprätt eller avrundat" -#: ../gramps/plugins/drawreport/fanchart.py:714 +#: ../gramps/plugins/drawreport/fanchart.py:726 msgid "Draw empty boxes" msgstr "Rita tomma rutor" -#: ../gramps/plugins/drawreport/fanchart.py:715 +#: ../gramps/plugins/drawreport/fanchart.py:727 msgid "Draw the background although there is no information" msgstr "Fyll med bakgrundsfärg när informations saknas" -#: ../gramps/plugins/drawreport/fanchart.py:719 +#: ../gramps/plugins/drawreport/fanchart.py:731 msgid "Use one font style for all generations" msgstr "Använd textmall för alla generationer" -#: ../gramps/plugins/drawreport/fanchart.py:721 +#: ../gramps/plugins/drawreport/fanchart.py:733 msgid "" "You can customize font and color for each generation in the style editor" msgstr "" "Du kan anpassa typsnitt och färg för varje generation i mallredigeraren" -#: ../gramps/plugins/drawreport/fanchart.py:750 -#: ../gramps/plugins/textreport/alphabeticalindex.py:98 -#: ../gramps/plugins/textreport/recordsreport.py:293 -#: ../gramps/plugins/textreport/tableofcontents.py:97 +#: ../gramps/plugins/drawreport/fanchart.py:760 +#: ../gramps/plugins/textreport/alphabeticalindex.py:103 +#: ../gramps/plugins/textreport/recordsreport.py:309 +#: ../gramps/plugins/textreport/tableofcontents.py:102 msgid "The style used for the title." msgstr "Mall som används för titeln." -#: ../gramps/plugins/drawreport/fanchart.py:760 +#: ../gramps/plugins/drawreport/fanchart.py:770 msgid "The basic style used for the default text display." msgstr "Grundläggande mall som används för textvisning." -#: ../gramps/plugins/drawreport/fanchart.py:771 +#: ../gramps/plugins/drawreport/fanchart.py:781 #, python-format msgid "The style used for the text display of generation \"%d\"" msgstr "Mall som används för textvisning av generation \"%d\"" @@ -20327,14 +20526,13 @@ msgid "Death month" msgstr "Dödsmånad" #: ../gramps/plugins/drawreport/statisticschart.py:348 -#: ../gramps/plugins/export/exportcsv.py:382 -#: ../gramps/plugins/importer/importcsv.py:161 +#: ../gramps/plugins/export/exportcsv.py:356 +#: ../gramps/plugins/importer/importcsv.py:172 msgid "Birth place" msgstr "Födelseort" #: ../gramps/plugins/drawreport/statisticschart.py:350 -#: ../gramps/plugins/export/exportcsv.py:384 -#: ../gramps/plugins/importer/importcsv.py:193 +#: ../gramps/plugins/export/exportcsv.py:358 msgid "Death place" msgstr "Dödsort" @@ -20427,7 +20625,7 @@ msgstr "Personinformation saknas" #: ../gramps/plugins/drawreport/statisticschart.py:771 #: ../gramps/plugins/drawreport/timeline.py:118 #: ../gramps/plugins/textreport/placereport.py:97 -#: ../gramps/plugins/textreport/recordsreport.py:91 +#: ../gramps/plugins/textreport/recordsreport.py:92 #: ../gramps/plugins/textreport/tagreport.py:98 #, python-format msgid "(Living people: %(option_name)s)" @@ -20461,123 +20659,130 @@ msgstr "Sparar diagram..." msgid "%s (persons):" msgstr "%s (personer):" -#: ../gramps/plugins/drawreport/statisticschart.py:985 -#: ../gramps/plugins/textreport/recordsreport.py:215 +#: ../gramps/plugins/drawreport/statisticschart.py:989 +#: ../gramps/plugins/textreport/recordsreport.py:220 msgid "Determines what people are included in the report." msgstr "Avgör vilka personer, som tas med i rapporten." -#: ../gramps/plugins/drawreport/statisticschart.py:990 -#: ../gramps/plugins/drawreport/timeline.py:419 -#: ../gramps/plugins/textreport/indivcomplete.py:995 -#: ../gramps/plugins/textreport/recordsreport.py:219 +#: ../gramps/plugins/drawreport/statisticschart.py:994 +#: ../gramps/plugins/drawreport/timeline.py:423 +#: ../gramps/plugins/textreport/birthdayreport.py:423 +#: ../gramps/plugins/textreport/indivcomplete.py:1041 +#: ../gramps/plugins/textreport/recordsreport.py:224 #: ../gramps/plugins/tool/sortevents.py:171 -#: ../gramps/plugins/webreport/narrativeweb.py:9374 -#: ../gramps/plugins/webreport/webcal.py:1612 +#: ../gramps/plugins/webreport/narrativeweb.py:9655 +#: ../gramps/plugins/webreport/webcal.py:1630 msgid "Filter Person" msgstr "Filtrera person" -#: ../gramps/plugins/drawreport/statisticschart.py:991 -#: ../gramps/plugins/textreport/indivcomplete.py:996 +#: ../gramps/plugins/drawreport/statisticschart.py:995 +#: ../gramps/plugins/textreport/birthdayreport.py:424 +#: ../gramps/plugins/textreport/indivcomplete.py:1042 msgid "The center person for the filter." msgstr "Huvudpersonen för filtret." #. ############################### -#: ../gramps/plugins/drawreport/statisticschart.py:1007 +#: ../gramps/plugins/drawreport/statisticschart.py:1011 #, fuzzy msgid "Report Details" msgstr "Arkivplatsdetaljer" #. ############################### -#: ../gramps/plugins/drawreport/statisticschart.py:1011 +#: ../gramps/plugins/drawreport/statisticschart.py:1015 msgid "Sort chart items by" msgstr "Sortera tabellposter via" -#: ../gramps/plugins/drawreport/statisticschart.py:1016 +#: ../gramps/plugins/drawreport/statisticschart.py:1020 msgid "Select how the statistical data is sorted." msgstr "Välj hur de statistiska uppgifterna ska sorteras." -#: ../gramps/plugins/drawreport/statisticschart.py:1019 +#: ../gramps/plugins/drawreport/statisticschart.py:1023 msgid "Sort in reverse order" msgstr "Sortera i omvänd ordning" -#: ../gramps/plugins/drawreport/statisticschart.py:1020 +#: ../gramps/plugins/drawreport/statisticschart.py:1024 msgid "Check to reverse the sorting order." msgstr "Välj för att få omvänd sorteringsordning." -#: ../gramps/plugins/drawreport/statisticschart.py:1024 +#: ../gramps/plugins/drawreport/statisticschart.py:1028 msgid "People Born After" msgstr "Personer födda efter" -#: ../gramps/plugins/drawreport/statisticschart.py:1026 +#: ../gramps/plugins/drawreport/statisticschart.py:1030 msgid "Birth year from which to include people." msgstr "Det födelseår från vilket personer skall tas med." -#: ../gramps/plugins/drawreport/statisticschart.py:1029 +#: ../gramps/plugins/drawreport/statisticschart.py:1033 msgid "People Born Before" msgstr "Personer födda före" -#: ../gramps/plugins/drawreport/statisticschart.py:1031 +#: ../gramps/plugins/drawreport/statisticschart.py:1035 msgid "Birth year until which to include people" msgstr "Det födelseår t o m vilket personer skall tas med" -#: ../gramps/plugins/drawreport/statisticschart.py:1034 +#: ../gramps/plugins/drawreport/statisticschart.py:1038 msgid "Include people without known birth years" msgstr "Ta med personer utan känt födelseår" -#: ../gramps/plugins/drawreport/statisticschart.py:1036 +#: ../gramps/plugins/drawreport/statisticschart.py:1040 msgid "Whether to include people without known birth years." msgstr ".Huruvida ta med personer utan känt födelseår." -#: ../gramps/plugins/drawreport/statisticschart.py:1040 +#: ../gramps/plugins/drawreport/statisticschart.py:1044 msgid "Genders included" msgstr "Kön medtagna" -#: ../gramps/plugins/drawreport/statisticschart.py:1045 +#: ../gramps/plugins/drawreport/statisticschart.py:1049 msgid "Select which genders are included into statistics." msgstr "Välj vilka kön, som ska tas med i statistik." -#: ../gramps/plugins/drawreport/statisticschart.py:1049 +#: ../gramps/plugins/drawreport/statisticschart.py:1053 msgid "Max. items for a pie" msgstr "Max antal objekt för en cirkel" -#: ../gramps/plugins/drawreport/statisticschart.py:1050 +#: ../gramps/plugins/drawreport/statisticschart.py:1054 msgid "" "With fewer items pie chart and legend will be used instead of a bar chart." msgstr "" "Med färre poster kommer cirkeldiagram med teckenförklaring att användas i " "stället för stapeldiagram." -#: ../gramps/plugins/drawreport/statisticschart.py:1065 -msgid "Charts 1" +#: ../gramps/plugins/drawreport/statisticschart.py:1069 +#, fuzzy +msgid "Charts 3" msgstr "Diagram 1" -#: ../gramps/plugins/drawreport/statisticschart.py:1067 +#: ../gramps/plugins/drawreport/statisticschart.py:1071 msgid "Charts 2" msgstr "Diagram 2" -#: ../gramps/plugins/drawreport/statisticschart.py:1069 +#: ../gramps/plugins/drawreport/statisticschart.py:1073 +msgid "Charts 1" +msgstr "Diagram 1" + +#: ../gramps/plugins/drawreport/statisticschart.py:1075 msgid "Include charts with indicated data." msgstr "Ta med diagram med markerade data." -#: ../gramps/plugins/drawreport/statisticschart.py:1112 +#: ../gramps/plugins/drawreport/statisticschart.py:1117 msgid "The style used for the items and values." msgstr "Mall som används för objekt och värden." -#: ../gramps/plugins/drawreport/statisticschart.py:1121 -#: ../gramps/plugins/drawreport/timeline.py:494 -#: ../gramps/plugins/textreport/ancestorreport.py:340 -#: ../gramps/plugins/textreport/descendreport.py:471 -#: ../gramps/plugins/textreport/detancestralreport.py:906 -#: ../gramps/plugins/textreport/detdescendantreport.py:1081 -#: ../gramps/plugins/textreport/endoflinereport.py:287 -#: ../gramps/plugins/textreport/familygroup.py:842 -#: ../gramps/plugins/textreport/indivcomplete.py:1120 -#: ../gramps/plugins/textreport/kinshipreport.py:392 -#: ../gramps/plugins/textreport/notelinkreport.py:173 -#: ../gramps/plugins/textreport/numberofancestorsreport.py:218 -#: ../gramps/plugins/textreport/simplebooktitle.py:167 -#: ../gramps/plugins/textreport/summary.py:307 -#: ../gramps/plugins/textreport/tagreport.py:929 +#: ../gramps/plugins/drawreport/statisticschart.py:1126 +#: ../gramps/plugins/drawreport/timeline.py:497 +#: ../gramps/plugins/textreport/ancestorreport.py:349 +#: ../gramps/plugins/textreport/descendreport.py:562 +#: ../gramps/plugins/textreport/detancestralreport.py:915 +#: ../gramps/plugins/textreport/detdescendantreport.py:1145 +#: ../gramps/plugins/textreport/endoflinereport.py:296 +#: ../gramps/plugins/textreport/familygroup.py:851 +#: ../gramps/plugins/textreport/indivcomplete.py:1171 +#: ../gramps/plugins/textreport/kinshipreport.py:403 +#: ../gramps/plugins/textreport/notelinkreport.py:178 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:227 +#: ../gramps/plugins/textreport/simplebooktitle.py:171 +#: ../gramps/plugins/textreport/summary.py:311 +#: ../gramps/plugins/textreport/tagreport.py:933 msgid "The style used for the title of the page." msgstr "Mall som används för sidans titel." @@ -20599,7 +20804,7 @@ msgid "Timeline" msgstr "Livslängdslinje" #: ../gramps/plugins/drawreport/timeline.py:133 -#: ../gramps/plugins/textreport/familygroup.py:662 +#: ../gramps/plugins/textreport/familygroup.py:663 msgid "Applying filter..." msgstr "Tillämpar filter..." @@ -20625,75 +20830,75 @@ msgstr "Ingen datuminformation" msgid "Finding date range..." msgstr "Letar efter område..." -#: ../gramps/plugins/drawreport/timeline.py:415 +#: ../gramps/plugins/drawreport/timeline.py:419 msgid "Determines what people are included in the report" msgstr "Avgör vilka personer, som tas med i rapporten" -#: ../gramps/plugins/drawreport/timeline.py:420 -#: ../gramps/plugins/textreport/recordsreport.py:220 +#: ../gramps/plugins/drawreport/timeline.py:424 +#: ../gramps/plugins/textreport/recordsreport.py:225 #: ../gramps/plugins/tool/sortevents.py:172 -#: ../gramps/plugins/webreport/narrativeweb.py:9375 -#: ../gramps/plugins/webreport/webcal.py:1613 +#: ../gramps/plugins/webreport/narrativeweb.py:9656 +#: ../gramps/plugins/webreport/webcal.py:1631 msgid "The center person for the filter" msgstr "Huvudpersonen för filtret" -#: ../gramps/plugins/drawreport/timeline.py:433 +#: ../gramps/plugins/drawreport/timeline.py:437 #: ../gramps/plugins/tool/sortevents.py:178 msgid "Sort by" msgstr "Sortera efter" -#: ../gramps/plugins/drawreport/timeline.py:438 +#: ../gramps/plugins/drawreport/timeline.py:442 #: ../gramps/plugins/tool/sortevents.py:183 msgid "Sorting method to use" msgstr "Använd sorteringsmetod" -#: ../gramps/plugins/drawreport/timeline.py:476 +#: ../gramps/plugins/drawreport/timeline.py:479 msgid "The style used for the person's name." msgstr "Mall som används för personens namn." -#: ../gramps/plugins/drawreport/timeline.py:485 +#: ../gramps/plugins/drawreport/timeline.py:488 msgid "The style used for the year labels." msgstr "Mall som används för årsetiketter." -#: ../gramps/plugins/export/export.gpr.py:31 -#: ../gramps/plugins/importer/import.gpr.py:33 +#: ../gramps/plugins/export/export.gpr.py:34 +#: ../gramps/plugins/importer/import.gpr.py:36 msgid "Comma Separated Values Spreadsheet (CSV)" msgstr "Kalkylblad med kommasSeparerade värden (CSV)" -#: ../gramps/plugins/export/export.gpr.py:32 +#: ../gramps/plugins/export/export.gpr.py:35 msgid "Comma _Separated Values Spreadsheet (CSV)" msgstr "Kalkylblad med Komma-_Separerade-Värden (CSV)" -#: ../gramps/plugins/export/export.gpr.py:33 +#: ../gramps/plugins/export/export.gpr.py:36 msgid "CSV is a common spreadsheet format." msgstr "CSV är ett vanligt kalkylbladsformat." -#: ../gramps/plugins/export/export.gpr.py:41 +#: ../gramps/plugins/export/export.gpr.py:44 msgid "CSV spreadsheet options" msgstr "CSV-kalkylbladsalternativ" -#: ../gramps/plugins/export/export.gpr.py:52 +#: ../gramps/plugins/export/export.gpr.py:55 msgid "Web Family Tree" msgstr "Web Family Tree" -#: ../gramps/plugins/export/export.gpr.py:53 +#: ../gramps/plugins/export/export.gpr.py:56 msgid "_Web Family Tree" msgstr "_Web Family Tree" -#: ../gramps/plugins/export/export.gpr.py:54 +#: ../gramps/plugins/export/export.gpr.py:57 msgid "Web Family Tree format" msgstr "Web Family Tree-format." -#: ../gramps/plugins/export/export.gpr.py:62 +#: ../gramps/plugins/export/export.gpr.py:65 msgid "Web Family Tree export options" msgstr "Web Family Tree exportalternativ" -#: ../gramps/plugins/export/export.gpr.py:74 +#: ../gramps/plugins/export/export.gpr.py:77 msgid "GE_DCOM" msgstr "GE_DCOM" -#: ../gramps/plugins/export/export.gpr.py:75 -#: ../gramps/plugins/importer/import.gpr.py:52 +#: ../gramps/plugins/export/export.gpr.py:78 +#: ../gramps/plugins/importer/import.gpr.py:55 msgid "" "GEDCOM is used to transfer data between genealogy programs. Most genealogy " "software will accept a GEDCOM file as input." @@ -20701,50 +20906,50 @@ msgstr "" "GEDCOM används för att överföra data mellan släktforskningsprogram. De " "flesta släktforskningsprogram accepterar en GEDCOM-fil som indata." -#: ../gramps/plugins/export/export.gpr.py:84 +#: ../gramps/plugins/export/export.gpr.py:87 msgid "GEDCOM export options" msgstr "GEDCOM-exportalternativ" -#: ../gramps/plugins/export/export.gpr.py:96 +#: ../gramps/plugins/export/export.gpr.py:99 msgid "_GeneWeb" msgstr "_GeneWeb" -#: ../gramps/plugins/export/export.gpr.py:97 +#: ../gramps/plugins/export/export.gpr.py:100 msgid "GeneWeb is a web based genealogy program." msgstr "GeneWeb är ett webbaserat släktforskningsprogram." -#: ../gramps/plugins/export/export.gpr.py:105 +#: ../gramps/plugins/export/export.gpr.py:108 msgid "GeneWeb export options" msgstr "GeneWeb exportalternativ" -#: ../gramps/plugins/export/export.gpr.py:116 +#: ../gramps/plugins/export/export.gpr.py:119 msgid "Gramps XML Package (family tree and media)" msgstr "Gramps-XML-paket (släktträd och media)" -#: ../gramps/plugins/export/export.gpr.py:117 +#: ../gramps/plugins/export/export.gpr.py:120 msgid "Gra_mps XML Package (family tree and media)" msgstr "Gra_mps-XML-paket (släktträd och media)" -#: ../gramps/plugins/export/export.gpr.py:118 +#: ../gramps/plugins/export/export.gpr.py:121 msgid "" "Gramps package is an archived XML family tree together with the media object " "files." msgstr "" "Gramps-paket är en arkiverad XML-databas tillsammans med mediaobjektfiler." -#: ../gramps/plugins/export/export.gpr.py:127 +#: ../gramps/plugins/export/export.gpr.py:130 msgid "Gramps package export options" msgstr "Gramps-paket exportalternativ" -#: ../gramps/plugins/export/export.gpr.py:138 +#: ../gramps/plugins/export/export.gpr.py:141 msgid "Gramps XML (family tree)" msgstr "Gramps-XML (Släktträd)" -#: ../gramps/plugins/export/export.gpr.py:139 +#: ../gramps/plugins/export/export.gpr.py:142 msgid "Gramps _XML (family tree)" msgstr "Gramps-_XML (Släktträd)" -#: ../gramps/plugins/export/export.gpr.py:140 +#: ../gramps/plugins/export/export.gpr.py:143 msgid "" "Gramps XML export is a complete archived XML backup of a Gramps family tree " "without the media object files. Suitable for backup purposes." @@ -20752,40 +20957,40 @@ msgstr "" "Gramps XML-export är en komplett arkiverad XML-databas utan " "mediaobjektfiler. Den är lämplig som säkerhetskopia." -#: ../gramps/plugins/export/export.gpr.py:150 +#: ../gramps/plugins/export/export.gpr.py:153 msgid "Gramps XML export options" msgstr "Gramps XML exportalternativ" -#: ../gramps/plugins/export/export.gpr.py:161 +#: ../gramps/plugins/export/export.gpr.py:164 msgid "vCalendar" msgstr "vCalendar" -#: ../gramps/plugins/export/export.gpr.py:162 +#: ../gramps/plugins/export/export.gpr.py:165 msgid "vC_alendar" msgstr "vCa_lender" -#: ../gramps/plugins/export/export.gpr.py:163 +#: ../gramps/plugins/export/export.gpr.py:166 msgid "vCalendar is used in many calendaring and PIM applications." msgstr "vCalendar används av många kalender- och PIM-program." -#: ../gramps/plugins/export/export.gpr.py:171 +#: ../gramps/plugins/export/export.gpr.py:174 msgid "vCalendar export options" msgstr "vCalendar exportalternativ" -#: ../gramps/plugins/export/export.gpr.py:182 -#: ../gramps/plugins/importer/import.gpr.py:164 +#: ../gramps/plugins/export/export.gpr.py:185 +#: ../gramps/plugins/importer/import.gpr.py:167 msgid "vCard" msgstr "vCard" -#: ../gramps/plugins/export/export.gpr.py:183 +#: ../gramps/plugins/export/export.gpr.py:186 msgid "_vCard" msgstr "_vCard" -#: ../gramps/plugins/export/export.gpr.py:184 +#: ../gramps/plugins/export/export.gpr.py:187 msgid "vCard is used in many addressbook and pim applications." msgstr "vCard används av många adressboks- och pimprogram." -#: ../gramps/plugins/export/export.gpr.py:192 +#: ../gramps/plugins/export/export.gpr.py:195 msgid "vCard export options" msgstr "vCard exportalternativ" @@ -20813,135 +21018,146 @@ msgstr "Översätt _rubriker" msgid "Export:" msgstr "Export:" -#: ../gramps/plugins/export/exportcsv.py:200 +#: ../gramps/plugins/export/exportcsv.py:135 msgid "Include people" msgstr "Ta med personer" -#: ../gramps/plugins/export/exportcsv.py:201 +#: ../gramps/plugins/export/exportcsv.py:136 msgid "Include marriages" msgstr "Ta med giftermål" -#: ../gramps/plugins/export/exportcsv.py:202 +#: ../gramps/plugins/export/exportcsv.py:137 msgid "Include children" msgstr "Tag med barn" -#: ../gramps/plugins/export/exportcsv.py:203 -#: ../gramps/plugins/graph/gvfamilylines.py:212 +#: ../gramps/plugins/export/exportcsv.py:138 +#: ../gramps/plugins/graph/gvfamilylines.py:214 msgid "Include places" msgstr "Ta med platser" -#: ../gramps/plugins/export/exportcsv.py:204 +#: ../gramps/plugins/export/exportcsv.py:139 msgid "Translate headers" msgstr "Översätt rubriker" -#: ../gramps/plugins/export/exportcsv.py:365 +#: ../gramps/plugins/export/exportcsv.py:286 +#: ../gramps/plugins/gramplet/coordinates.py:95 +#: ../gramps/plugins/gramplet/placedetails.py:131 +#: ../gramps/plugins/lib/libplaceview.py:89 +#: ../gramps/plugins/webreport/narrativeweb.py:2918 +#: ../gramps/plugins/webreport/narrativeweb.py:3828 +msgid "Latitude" +msgstr "Latitud" + +#: ../gramps/plugins/export/exportcsv.py:286 +#: ../gramps/plugins/gramplet/coordinates.py:96 +#: ../gramps/plugins/gramplet/placedetails.py:133 +#: ../gramps/plugins/lib/libplaceview.py:90 +#: ../gramps/plugins/webreport/narrativeweb.py:2926 +#: ../gramps/plugins/webreport/narrativeweb.py:3829 +msgid "Longitude" +msgstr "Longitud" + +#: ../gramps/plugins/export/exportcsv.py:287 +msgid "Enclosed_by" +msgstr "Omgivet av" + +#: ../gramps/plugins/export/exportcsv.py:339 #, python-brace-format msgid "CSV export doesn't support non-primary surnames, {count} dropped" msgstr "CSV-export stöder ej ickeprimära efternamn, {count} tappade" -#: ../gramps/plugins/export/exportcsv.py:382 -#: ../gramps/plugins/importer/importcsv.py:168 +#: ../gramps/plugins/export/exportcsv.py:356 msgid "Birth source" msgstr "Föddekälla" -#: ../gramps/plugins/export/exportcsv.py:383 -#: ../gramps/plugins/importer/importcsv.py:178 +#: ../gramps/plugins/export/exportcsv.py:357 msgid "Baptism date" msgstr "Dopdag" -#: ../gramps/plugins/export/exportcsv.py:383 -#: ../gramps/plugins/importer/importcsv.py:172 +#: ../gramps/plugins/export/exportcsv.py:357 msgid "Baptism place" msgstr "Dopplats" -#: ../gramps/plugins/export/exportcsv.py:383 -#: ../gramps/plugins/importer/importcsv.py:181 +#: ../gramps/plugins/export/exportcsv.py:357 msgid "Baptism source" msgstr "Dopkälla" -#: ../gramps/plugins/export/exportcsv.py:384 -#: ../gramps/plugins/importer/importcsv.py:200 +#: ../gramps/plugins/export/exportcsv.py:358 msgid "Death source" msgstr "Dödekälla" -#: ../gramps/plugins/export/exportcsv.py:385 -#: ../gramps/plugins/importer/importcsv.py:188 +#: ../gramps/plugins/export/exportcsv.py:359 msgid "Burial date" msgstr "Begravningdatum" -#: ../gramps/plugins/export/exportcsv.py:385 -#: ../gramps/plugins/importer/importcsv.py:183 +#: ../gramps/plugins/export/exportcsv.py:359 msgid "Burial place" msgstr "Begravningsplats" -#: ../gramps/plugins/export/exportcsv.py:385 -#: ../gramps/plugins/importer/importcsv.py:191 +#: ../gramps/plugins/export/exportcsv.py:359 msgid "Burial source" msgstr "Begravningskälla" -#: ../gramps/plugins/export/exportcsv.py:498 -#: ../gramps/plugins/importer/importcsv.py:215 -#: ../gramps/plugins/textreport/familygroup.py:619 -#: ../gramps/plugins/webreport/narrativeweb.py:2736 +#: ../gramps/plugins/export/exportcsv.py:472 +#: ../gramps/plugins/importer/importcsv.py:217 +#: ../gramps/plugins/textreport/familygroup.py:620 +#: ../gramps/plugins/webreport/narrativeweb.py:2726 msgid "Husband" msgstr "Make" -#: ../gramps/plugins/export/exportcsv.py:498 -#: ../gramps/plugins/importer/importcsv.py:212 -#: ../gramps/plugins/textreport/familygroup.py:628 -#: ../gramps/plugins/webreport/narrativeweb.py:2734 +#: ../gramps/plugins/export/exportcsv.py:472 +#: ../gramps/plugins/importer/importcsv.py:214 +#: ../gramps/plugins/textreport/familygroup.py:629 +#: ../gramps/plugins/webreport/narrativeweb.py:2724 msgid "Wife" msgstr "Maka" -#: ../gramps/plugins/export/exportcsv.py:564 -#: ../gramps/plugins/gramplet/placedetails.py:131 -#: ../gramps/plugins/lib/libplaceview.py:89 -#: ../gramps/plugins/webreport/narrativeweb.py:375 -#: ../gramps/plugins/webreport/narrativeweb.py:3820 -msgid "Latitude" -msgstr "Latitud" - -#: ../gramps/plugins/export/exportcsv.py:564 -#: ../gramps/plugins/gramplet/placedetails.py:133 -#: ../gramps/plugins/importer/importcsv.py:225 -#: ../gramps/plugins/lib/libplaceview.py:90 -#: ../gramps/plugins/webreport/narrativeweb.py:377 -#: ../gramps/plugins/webreport/narrativeweb.py:3821 -msgid "Longitude" -msgstr "Longitud" - -#: ../gramps/plugins/export/exportcsv.py:565 -#: ../gramps/plugins/importer/importcsv.py:228 -msgid "Enclosed_by" -msgstr "Omgivet av" - #: ../gramps/plugins/export/exportftree.glade:150 #: ../gramps/plugins/export/exportgeneweb.glade:151 msgid "_Restrict data on living people" msgstr "Begränsa information om nu le_vande personer" -#: ../gramps/plugins/export/exportgedcom.py:388 +#: ../gramps/plugins/export/exportgedcom.py:394 msgid "Writing individuals" msgstr "Skapar personer" -#: ../gramps/plugins/export/exportgedcom.py:756 -#: ../gramps/plugins/textreport/familygroup.py:667 +#: ../gramps/plugins/export/exportgedcom.py:786 +#: ../gramps/plugins/export/exportgedcom.py:1062 +#: ../gramps/plugins/export/exportgedcom.py:1154 +#: ../gramps/plugins/lib/libgedcom.py:3988 +#: ../gramps/plugins/lib/libgedcom.py:5696 +#: ../gramps/plugins/lib/libgedcom.py:6829 +msgid "FAX" +msgstr "FAX" + +#: ../gramps/plugins/export/exportgedcom.py:800 +#: ../gramps/plugins/textreport/familygroup.py:668 msgid "Writing families" msgstr "Skriver familjer" -#: ../gramps/plugins/export/exportgedcom.py:922 +#: ../gramps/plugins/export/exportgedcom.py:966 msgid "Writing sources" msgstr "Skriver källor" -#: ../gramps/plugins/export/exportgedcom.py:957 +#: ../gramps/plugins/export/exportgedcom.py:1001 msgid "Writing notes" msgstr "Skriver notiser" -#: ../gramps/plugins/export/exportgedcom.py:995 +#: ../gramps/plugins/export/exportgedcom.py:1039 msgid "Writing repositories" msgstr "Skriver arkivplatser" -#: ../gramps/plugins/export/exportgedcom.py:1497 +#: ../gramps/plugins/export/exportgedcom.py:1156 +#: ../gramps/plugins/lib/libgedcom.py:5708 +msgid "EMAIL" +msgstr "e-post" + +#: ../gramps/plugins/export/exportgedcom.py:1158 +#: ../gramps/plugins/lib/libgedcom.py:5720 +msgid "WWW" +msgstr "WWW" + +#: ../gramps/plugins/export/exportgedcom.py:1551 msgid "GEDCOM Export failed" msgstr "GEDCOM-export misslyckades" @@ -20967,9 +21183,9 @@ msgid "No families matched by selected filter" msgstr "Inga familjer matchades av det valda filtret" #: ../gramps/plugins/export/exportpkg.py:179 -#: ../gramps/plugins/export/exportxml.py:136 -#: ../gramps/plugins/export/exportxml.py:152 -#: ../gramps/plugins/export/exportxml.py:170 +#: ../gramps/plugins/export/exportxml.py:139 +#: ../gramps/plugins/export/exportxml.py:155 +#: ../gramps/plugins/export/exportxml.py:173 #, python-format msgid "Failure writing %s" msgstr "Misslyckades med att skriva till %s" @@ -20999,7 +21215,7 @@ msgstr "Döden av %s" msgid "Anniversary: %s" msgstr "Årsdag för: %s" -#: ../gramps/plugins/export/exportxml.py:137 +#: ../gramps/plugins/export/exportxml.py:140 msgid "" "The database cannot be saved because you do not have permission to write to " "the directory. Please make sure you have write access to the directory and " @@ -21009,7 +21225,7 @@ msgstr "" "katalogen. Kontrollera att du har skrivåtkomst till katalogen och försök " "igen." -#: ../gramps/plugins/export/exportxml.py:153 +#: ../gramps/plugins/export/exportxml.py:156 msgid "" "The database cannot be saved because you do not have permission to write to " "the file. Please make sure you have write access to the file and try again." @@ -21075,8 +21291,10 @@ msgid "Mother - Child Age Diff Distribution" msgstr "Fördelning av mor - barn åldersskillnad" #: ../gramps/plugins/gramplet/agestats.py:238 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:242 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:249 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:262 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:269 +#: ../gramps/plugins/webreport/narrativeweb.py:1886 +#: ../gramps/plugins/webreport/narrativeweb.py:8063 msgid "Statistics" msgstr "Statistik" @@ -21107,8 +21325,8 @@ msgstr "Dubbelklicka för att kunna se %d personer" #: ../gramps/plugins/gramplet/ancestor.py:141 #: ../gramps/plugins/gramplet/ancestor.py:149 -#: ../gramps/plugins/gramplet/descendant.py:170 -#: ../gramps/plugins/gramplet/descendant.py:178 +#: ../gramps/plugins/gramplet/descendant.py:172 +#: ../gramps/plugins/gramplet/descendant.py:180 #, python-format msgid "%(abbr)s %(date)s" msgstr "%(abbr)s %(date)s" @@ -21126,8 +21344,8 @@ msgstr "" "Dubbelklicka på en rad för att visa en snabbrapport med valda attribut." #: ../gramps/plugins/gramplet/attributes.py:56 -#: ../gramps/plugins/lib/libmetadata.py:170 -#: ../gramps/plugins/webreport/narrativeweb.py:1413 +#: ../gramps/plugins/lib/libmetadata.py:172 +#: ../gramps/plugins/webreport/narrativeweb.py:1370 msgid "Key" msgstr "Nyckel" @@ -21156,9 +21374,33 @@ msgstr "Utgivare" msgid "" msgstr "" -#: ../gramps/plugins/gramplet/descendant.py:108 -msgid "Descendent Menu" -msgstr "Ättlingameny" +#: ../gramps/plugins/gramplet/coordinates.py:83 +#, fuzzy +msgid "Right-click on a row to edit the selected event or the related place." +msgstr "Dubbelklicka på en rad för att redigera den valda platsen." + +#: ../gramps/plugins/gramplet/coordinates.py:94 +#: ../gramps/plugins/textreport/tagreport.py:154 +#: ../gramps/plugins/textreport/tagreport.py:242 +#: ../gramps/plugins/textreport/tagreport.py:331 +#: ../gramps/plugins/textreport/tagreport.py:414 +#: ../gramps/plugins/textreport/tagreport.py:495 +#: ../gramps/plugins/textreport/tagreport.py:564 +#: ../gramps/plugins/textreport/tagreport.py:648 +#: ../gramps/plugins/textreport/tagreport.py:733 +#: ../gramps/plugins/textreport/tagreport.py:813 +msgid "Id" +msgstr "Id" + +#: ../gramps/plugins/gramplet/coordinates.py:143 +#, fuzzy +msgid "Edit the event" +msgstr "händelsen" + +#: ../gramps/plugins/gramplet/coordinates.py:148 +#, fuzzy +msgid "Edit the place" +msgstr "Redigera plats" #: ../gramps/plugins/gramplet/eval.py:72 msgid "Evaluation" @@ -21181,8 +21423,9 @@ msgstr "Tillämpa" msgid "Double-click on a row to edit the selected event." msgstr "Dubbelklicka på en rad för att redigera den valda händelsen." -#: ../gramps/plugins/gramplet/fanchartdescgramplet.py:62 -#: ../gramps/plugins/gramplet/fanchartgramplet.py:65 +#: ../gramps/plugins/gramplet/fanchart2waygramplet.py:87 +#: ../gramps/plugins/gramplet/fanchartdescgramplet.py:64 +#: ../gramps/plugins/gramplet/fanchartgramplet.py:67 msgid "" "Click to expand/contract person\n" "Right-click for options\n" @@ -21306,11 +21549,13 @@ msgid "" " 10. %(gramps_FAQ_html_start)s%(faq_section)sHow can I make a website with " "Gramps and my tree?%(html_end)s\n" msgstr "" +" 10. %(gramps_FAQ_html_start)s%(faq_section)sHur kan jag göra en hemsida med " +"Gramps och mitt släktträd?%(html_end)s\n" #: ../gramps/plugins/gramplet/faqgramplet.py:148 #, python-format msgid " 11. %(web_html_start)sHow do I record one's occupation?%(html_end)s\n" -msgstr "" +msgstr " 11. %(web_html_start)sHur registrerar jag någons yrke?%(html_end)s\n" #: ../gramps/plugins/gramplet/faqgramplet.py:154 #, python-format @@ -21318,6 +21563,8 @@ msgid "" " 12. %(gramps_FAQ_html_start)s%(faq_section)sWhat do I do if I have found a " "bug?%(html_end)s\n" msgstr "" +" 12. %(gramps_FAQ_html_start)s%(faq_section)sVad gör jag om jag hittar ett " +"fel?%(html_end)s\n" #: ../gramps/plugins/gramplet/faqgramplet.py:159 #, python-format @@ -21325,6 +21572,8 @@ msgid "" " 13. %(gramps_wiki_html_start)s%(section)sIs there a manual for Gramps?" "%(html_end)s\n" msgstr "" +" 13. %(gramps_wiki_html_start)s%(section)sFinns det en handbok för Gramps?" +"%(html_end)s\n" #: ../gramps/plugins/gramplet/faqgramplet.py:164 #, python-format @@ -21338,6 +21587,7 @@ msgstr "" #, python-format msgid " 15. %(gramps_wiki_html_start)s%(section)sHow do I ...?%(html_end)s\n" msgstr "" +" 15. %(gramps_wiki_html_start)s%(section)sHur gör jag ...?%(html_end)s\n" #: ../gramps/plugins/gramplet/faqgramplet.py:174 #, python-format @@ -21345,6 +21595,8 @@ msgid "" " 16. %(gramps_wiki_html_start)s%(section)sHow can I help with Gramps?" "%(html_end)s\n" msgstr "" +" 16. %(gramps_wiki_html_start)s%(section)sHur kan jag hjälpa till med Gramps?" +"%(html_end)s\n" #: ../gramps/plugins/gramplet/givennamegramplet.py:53 msgid "Double-click given name for details" @@ -21384,231 +21636,249 @@ msgstr "Visning av totalt antal förnamn" msgid "Total people" msgstr "Antal personer" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:42 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:50 -#: ../gramps/plugins/quickview/quickview.gpr.py:32 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:45 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:53 +#: ../gramps/plugins/quickview/quickview.gpr.py:35 msgid "Age on Date" msgstr "Ålder vid datum" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:43 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:46 msgid "Gramplet showing ages of living people on a specific date" msgstr "Gramplet med ålder på levande personer på en särskild dag" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:55 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:62 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:58 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:65 msgid "Age Stats" msgstr "Åldersstatistik" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:56 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:59 msgid "Gramplet showing graphs of various ages" msgstr "Gramplet visande diagram över olika åldrar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:72 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:75 msgid "Gramplet showing calendar and events on specific dates in history" msgstr "Grampet med almanacka och händelser på en särskild dag i historien" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:84 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:91 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:87 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:94 msgid "Descendants" msgstr "Ättlingar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:85 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:88 msgid "Gramplet showing active person's descendants" msgstr "Gramplet med aktiv persons ättlingar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:101 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:108 -#: ../gramps/plugins/webreport/narrativeweb.py:6904 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:104 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:111 +#: ../gramps/plugins/webreport/narrativeweb.py:6986 msgid "Ancestors" msgstr "Anor" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:102 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:180 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:105 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:200 msgid "Gramplet showing active person's ancestors" msgstr "Gramplet med aktiv persons förfäder" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:119 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:122 msgid "Gramplet showing active person's direct ancestors as a fanchart" msgstr "Gramplet med aktiv persons nära förfäder som ett cirkeldiagram" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:135 -#: ../gramps/plugins/view/fanchartdescview.py:72 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:138 +#: ../gramps/plugins/view/fanchartdescview.py:75 msgid "Descendant Fan Chart" msgstr "Cirkeldiagram med ättlingar (stamtavla)" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:136 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:139 msgid "Gramplet showing active person's direct descendants as a fanchart" msgstr "Gramplet med aktiv persons nära förfäder, som ett cirkeldiagram" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:144 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:147 #: ../gramps/plugins/view/view.gpr.py:156 msgid "Descendant Fan" msgstr "Cirkeldiagram med ättlingar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:152 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:158 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:155 +#: ../gramps/plugins/view/fanchart2wayview.py:78 +#, fuzzy +msgid "2-Way Fan Chart" +msgstr "Antavla i cirkelformat" + +#: ../gramps/plugins/gramplet/gramplet.gpr.py:156 +#, fuzzy +msgid "" +"Gramplet showing active person's direct ancestors and descendants as a " +"fanchart" +msgstr "Gramplet med aktiv persons nära förfäder, som ett cirkeldiagram" + +#: ../gramps/plugins/gramplet/gramplet.gpr.py:164 +#: ../gramps/plugins/view/view.gpr.py:171 +msgid "2-Way Fan" +msgstr "" + +#: ../gramps/plugins/gramplet/gramplet.gpr.py:172 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:178 msgid "FAQ" msgstr "FAQ" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:153 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:173 msgid "Gramplet showing frequently asked questions" msgstr "Gramplet med ofta ställad frågor (FAQ)" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:165 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:172 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:185 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:192 msgid "Given Name Cloud" msgstr "Förnamnsstatistik" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:166 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:186 msgid "Gramplet showing all given names as a text cloud" msgstr "Gramplet med alla förnamn som ett textmoln" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:179 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:185 -#: ../gramps/plugins/view/pedigreeview.py:512 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:199 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:205 +#: ../gramps/plugins/view/pedigreeview.py:528 #: ../gramps/plugins/view/view.gpr.py:125 -#: ../gramps/plugins/webreport/narrativeweb.py:7090 +#: ../gramps/plugins/webreport/narrativeweb.py:7172 msgid "Pedigree" msgstr "Antavla" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:197 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:217 msgid "Gramplet showing an active item Quick View" msgstr "Gramplet med en aktiv Snabb-titt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:212 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:218 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:232 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:238 msgid "Relatives" msgstr "Släktingar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:213 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:233 msgid "Gramplet showing active person's relatives" msgstr "Gramplet med aktiv persons släktingar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:228 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:235 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:248 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:255 msgid "Session Log" msgstr "Körningslogg" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:229 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:249 msgid "Gramplet showing all activity for this session" msgstr "Gramplet med alla aktiviteter under denna körning" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:243 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:263 msgid "Gramplet showing summary data of the Family Tree" msgstr "Gramplet med en sammanfattning av data för släktträdet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:256 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:263 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:276 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:283 msgid "Surname Cloud" msgstr "Efternamnsstatistik" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:257 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:277 msgid "Gramplet showing all surnames as a text cloud" msgstr "Gramplet med alla efternamn som ett textmoln" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:270 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:277 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1125 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1139 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1153 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1167 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1181 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1195 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1209 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1223 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:290 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:297 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1151 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1165 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1179 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1193 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1207 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1221 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1235 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1249 msgid "gramplet|To Do" msgstr "Att-göra-grampet" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:271 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:291 msgid "Gramplet for displaying a To Do list" msgstr "Gramplet erbjuder visa en Att Göra-lista" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:285 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:291 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:305 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:311 msgid "Top Surnames" msgstr "Vanligaste efternamnen" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:286 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:306 msgid "Gramplet showing most frequent surnames in this tree" msgstr "Gramplet med de vanligaste efternamn i detta släktträd" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:298 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:318 msgid "Welcome" msgstr "Välkommen" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:299 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:319 msgid "Gramplet showing a welcome message" msgstr "Gramplet med välkomstmeddelande" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:305 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:325 msgid "Welcome to Gramps!" msgstr "Välkommen till Gramps!" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:312 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:332 msgid "What's Next" msgstr "Nästa uppgift" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:313 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:333 msgid "Gramplet suggesting items to research" msgstr "Gramplet med förslag på kommande forskningsuppgifter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:319 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:339 msgid "What's Next?" msgstr "Nästa uppgift" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:329 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:349 msgid "Person Details" msgstr "Persondetaljer" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:330 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:350 msgid "Gramplet showing details of a person" msgstr "Gramplet visande detaljer för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:337 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:351 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:365 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:357 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:371 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:385 msgid "Details" msgstr "Detaljer" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:343 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:363 msgid "Repository Details" msgstr "Arkivplatsdetaljer" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:344 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:364 msgid "Gramplet showing details of a repository" msgstr "Gramplet visande detaljer för en arkivplats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:357 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:377 msgid "Place Details" msgstr "Platsdetaljer" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:358 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:378 msgid "Gramplet showing details of a place" msgstr "Gramplet visande detaljer för en plats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:371 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:379 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:391 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:399 msgid "Media Preview" msgstr "Mediagranskning" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:372 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:392 msgid "Gramplet showing a preview of a media object" msgstr "Gramplet med förhandsgranskning av ett mediaobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:399 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:407 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:419 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:427 msgid "Image Metadata" msgstr "Bildmetadata" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:400 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:420 msgid "Gramplet showing metadata for a media object" msgstr "Gramplet visande metadata av mediaobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:421 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:441 msgid "GExiv2 module not loaded." msgstr "GExiv2-modul ej laddad" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:422 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:442 #, python-format msgid "" "Image metadata functionality will not be available.\n" @@ -21617,526 +21887,543 @@ msgstr "" "Bildmetadatafunktionalitet kommer ej att vara tillgängligt.\n" "För att åstadkomma det för Gramps se %(gramps_wiki_build_gexiv2_url)s" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:429 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:455 msgid "Person Residence" msgstr "Personboende" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:430 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:456 msgid "Gramplet showing residence events for a person" msgstr "Gramplet visande bostadshändelser för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:443 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:469 msgid "Person Events" msgstr "Personliga händelser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:444 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:470 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1323 msgid "Gramplet showing the events for a person" msgstr "Gramplet visande händelser för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:457 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:483 msgid "Family Events" msgstr "Familjehändelser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:458 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:484 msgid "Gramplet showing the events for a family" msgstr "Gramplet visande händelser för en familj" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:471 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:497 msgid "Person Gallery" msgstr "Persongalleri" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:472 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:498 msgid "Gramplet showing media objects for a person" msgstr "Gramplet visande mediaobjekt för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:479 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:493 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:507 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:521 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:535 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:549 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:505 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:519 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:533 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:547 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:561 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:575 msgid "Gallery" msgstr "Galleri" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:485 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:511 msgid "Family Gallery" msgstr "Familjgalleri" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:486 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:512 msgid "Gramplet showing media objects for a family" msgstr "Gramplet visande mediaobjekt för en familj" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:499 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:525 msgid "Event Gallery" msgstr "Händelsegalleri" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:500 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:526 msgid "Gramplet showing media objects for an event" msgstr "Gramplet visande mediaobjekt för en händelse" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:513 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:539 msgid "Place Gallery" msgstr "Platsgalleri" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:514 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:540 msgid "Gramplet showing media objects for a place" msgstr "Gramplet visande mediaobjekt för en plats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:527 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:553 msgid "Source Gallery" msgstr "Källgalleri" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:528 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:554 msgid "Gramplet showing media objects for a source" msgstr "Gramplet visande mediaobjekt för en källa" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:541 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:567 msgid "Citation Gallery" msgstr "Citeringsgalleri" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:542 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:568 msgid "Gramplet showing media objects for a citation" msgstr "Gramplet visande mediaobjekt för en citering" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:555 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:581 msgid "Person Attributes" msgstr "Personattribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:556 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:582 msgid "Gramplet showing the attributes of a person" msgstr "Gramplet visande en persons attribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:569 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:595 msgid "Event Attributes" msgstr "Händelseattribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:570 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:596 msgid "Gramplet showing the attributes of an event" msgstr "Gramplet visande en händelses attribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:583 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:609 msgid "Family Attributes" msgstr "Familjeattribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:584 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:610 msgid "Gramplet showing the attributes of a family" msgstr "Gramplet visande en familjs attribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:597 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:623 msgid "Media Attributes" msgstr "Mediaattribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:598 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:624 msgid "Gramplet showing the attributes of a media object" msgstr "Gramplet visande ett mediaobjekts attribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:611 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:637 msgid "Source Attributes" msgstr "Källattribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:612 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:638 msgid "Gramplet showing the attributes of a source object" msgstr "Gramplet visande attribut för ett källobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:625 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:651 msgid "Citation Attributes" msgstr "Citeringsattribut" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:626 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:652 msgid "Gramplet showing the attributes of a citation object" msgstr "Gramplet visande attributen för ett citeringsobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:639 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:665 msgid "Person Notes" msgstr "Personnotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:640 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:666 msgid "Gramplet showing the notes for a person" msgstr "Gramplet visande notiserna för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:653 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:679 msgid "Event Notes" msgstr "Händelsenotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:654 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:680 msgid "Gramplet showing the notes for an event" msgstr "Gramplet visande notiserna för en händelse" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:667 -#: ../gramps/plugins/textreport/familygroup.py:771 +#. ######################### +#: ../gramps/plugins/gramplet/gramplet.gpr.py:693 +#: ../gramps/plugins/textreport/familygroup.py:773 msgid "Family Notes" msgstr "Familjenotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:668 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:694 msgid "Gramplet showing the notes for a family" msgstr "Gramplet visande notiserna för en familj" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:681 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:707 msgid "Place Notes" msgstr "Platsnotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:682 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:708 msgid "Gramplet showing the notes for a place" msgstr "Gramplet visande notiserna för en plats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:695 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:721 msgid "Source Notes" msgstr "Källnotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:696 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:722 msgid "Gramplet showing the notes for a source" msgstr "Gramplet visande notiserna för en källa" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:709 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:735 msgid "Citation Notes" msgstr "Citeringsnotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:710 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:736 msgid "Gramplet showing the notes for a citation" msgstr "Gramplet visande notiserna för en citering" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:723 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:749 msgid "Repository Notes" msgstr "Arkivplatsnotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:724 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:750 msgid "Gramplet showing the notes for a repository" msgstr "Gramplet visande notiserna för en arkivplats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:737 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:763 msgid "Media Notes" msgstr "Medianotiser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:738 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:764 msgid "Gramplet showing the notes for a media object" msgstr "Gramplet visande notiserna för ett mediaobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:751 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:777 msgid "Person Citations" msgstr "Personciteringar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:752 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:778 msgid "Gramplet showing the citations for a person" msgstr "Gramplet visande citeringar för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:765 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:791 msgid "Event Citations" msgstr "Händelseciteringar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:766 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:792 msgid "Gramplet showing the citations for an event" msgstr "Gramplet visande citeringarna för en händelse" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:779 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:805 msgid "Family Citations" msgstr "Familjeciteringar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:780 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:806 msgid "Gramplet showing the citations for a family" msgstr "Gramplet visande citeringar för en familj" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:793 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:819 msgid "Place Citations" msgstr "Platsciteringar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:794 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:820 msgid "Gramplet showing the citations for a place" msgstr "Gramplet visande citeringana för en plats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:807 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:833 msgid "Media Citations" msgstr "Mediciteringar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:808 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:834 msgid "Gramplet showing the citations for a media object" msgstr "Gramplet visande citeringarna för ett mediaobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:821 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:847 msgid "Person Children" msgstr "Barn" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:822 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:848 msgid "Gramplet showing the children of a person" msgstr "Gramplet visande en persons barn" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:835 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:861 msgid "Family Children" msgstr "Familjebarn" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:836 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:862 msgid "Gramplet showing the children of a family" msgstr "Gramplet visande barnen i en familj" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:849 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:875 msgid "Person References" msgstr "Personreferenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:850 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:876 msgid "Gramplet showing the backlink references for a person" msgstr "Gramplet visande referenser för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:857 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:871 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:885 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:899 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:913 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:927 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:941 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:955 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:969 -#: ../gramps/plugins/webreport/narrativeweb.py:2683 -#: ../gramps/plugins/webreport/narrativeweb.py:3172 -#: ../gramps/plugins/webreport/narrativeweb.py:5675 -#: ../gramps/plugins/webreport/narrativeweb.py:6686 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:883 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:897 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:911 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:925 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:939 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:953 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:967 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:981 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:995 +#: ../gramps/plugins/webreport/narrativeweb.py:2670 +#: ../gramps/plugins/webreport/narrativeweb.py:3166 +#: ../gramps/plugins/webreport/narrativeweb.py:5734 +#: ../gramps/plugins/webreport/narrativeweb.py:6768 msgid "References" msgstr "Referenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:863 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:889 msgid "Event References" msgstr "Händelsereferens" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:864 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:890 msgid "Gramplet showing the backlink references for an event" msgstr "Gramplet visande referenserna för en händelse" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:877 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:903 msgid "Family References" msgstr "Familjereferenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:878 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:904 msgid "Gramplet showing the backlink references for a family" msgstr "Gramplet visande referenserna för an familj" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:891 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:917 msgid "Place References" msgstr "Platsreferenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:892 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:918 msgid "Gramplet showing the backlink references for a place" msgstr "Gramplet visande referenserna för en plats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:905 -#: ../gramps/plugins/webreport/narrativeweb.py:2567 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:931 +#: ../gramps/plugins/webreport/narrativeweb.py:2553 msgid "Source References" msgstr "Källhänvisningar" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:906 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:932 msgid "Gramplet showing the backlink references for a source" msgstr "Gramplet visande referenserna för en källa" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:919 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:945 msgid "Citation References" msgstr "Citeringsreferenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:920 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:946 msgid "Gramplet showing the backlink references for a citation" msgstr "Gramplet visande bakåtlänkat för en citering" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:933 -#: ../gramps/plugins/quickview/quickview.gpr.py:248 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:959 +#: ../gramps/plugins/quickview/quickview.gpr.py:251 msgid "Repository References" msgstr "Arkivplatsreferenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:934 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:960 msgid "Gramplet showing the backlink references for a repository" msgstr "Gramplet visande referenserna för en arkivplats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:947 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:973 msgid "Media References" msgstr "Mediareferenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:948 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:974 msgid "Gramplet showing the backlink references for a media object" msgstr "Gramplet visande referenserna för ett mediaobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:961 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:987 msgid "Note References" msgstr "Notisreferenser" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:962 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:988 msgid "Gramplet showing the backlink references for a note" msgstr "Gramplet visande referenser för en notis" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:975 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1001 msgid "Person Filter" msgstr "Personfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:976 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1002 msgid "Gramplet providing a person filter" msgstr "Gramplet erbjuder ett personfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:989 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1015 msgid "Family Filter" msgstr "Familjefilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:990 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1016 msgid "Gramplet providing a family filter" msgstr "Gramplet erbjuder ett familjefilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1003 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1029 msgid "Event Filter" msgstr "Händelsefilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1004 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1030 msgid "Gramplet providing an event filter" msgstr "Gramplet erbjuder ett händelsefilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1017 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1043 msgid "Source Filter" msgstr "Källfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1018 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1044 msgid "Gramplet providing a source filter" msgstr "Gramplet erbjuder ett källfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1031 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1057 msgid "Citation Filter" msgstr "Citeringsfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1032 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1058 msgid "Gramplet providing a citation filter" msgstr "Gramplet erbjuder ett citeringsfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1045 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1071 msgid "Place Filter" msgstr "Platsfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1046 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1072 msgid "Gramplet providing a place filter" msgstr "Gramplet erbjuder ett platsfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1059 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1085 msgid "Media Filter" msgstr "Mediafilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1060 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1086 msgid "Gramplet providing a media filter" msgstr "Gramplet erbjuder ett mediafilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1073 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1099 msgid "Repository Filter" msgstr "Arkivplatsfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1074 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1100 msgid "Gramplet providing a repository filter" msgstr "Gramplet erbjuder ett arkivplatsfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1087 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1113 msgid "Note Filter" msgstr "Notisfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1088 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1114 msgid "Gramplet providing a note filter" msgstr "Gramplet erbjuder ett notisfilter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1101 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1112 -#: ../gramps/plugins/textreport/recordsreport.py:118 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1127 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1138 +#: ../gramps/plugins/textreport/recordsreport.py:119 msgid "Records" msgstr "Rekord" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1102 -#: ../gramps/plugins/textreport/textplugins.gpr.py:413 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1128 +#: ../gramps/plugins/textreport/textplugins.gpr.py:416 msgid "Shows some interesting records about people and families" msgstr "Visar några intressanta rekord om personer och familjer" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1117 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1143 msgid "Person To Do" msgstr "Person Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1118 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1144 msgid "Gramplet showing the To Do notes for a person" msgstr "Gramplet visande Att Göra notiser för en person" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1131 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1157 msgid "Event To Do" msgstr "Händelse Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1132 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1158 msgid "Gramplet showing the To Do notes for an event" msgstr "Gramplet visande Att Göra notiser för en händelse" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1145 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1171 msgid "Family To Do" msgstr "Familj Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1146 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1172 msgid "Gramplet showing the To Do notes for a family" msgstr "Gramplet visande Att Göra notiser för en familj" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1159 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1185 msgid "Place To Do" msgstr "Plats Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1160 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1186 msgid "Gramplet showing the To Do notes for a place" msgstr "Gramplet visande Att Göra notiser för en plats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1173 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1199 msgid "Source To Do" msgstr "Käll Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1174 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1200 msgid "Gramplet showing the To Do notes for a source" msgstr "Gramplet visande Att Göra notiser för en källa" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1187 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1213 msgid "Citation To Do" msgstr "Citering Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1188 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1214 msgid "Gramplet showing the To Do notes for a citation" msgstr "Gramplet visande Att Göra notiser för en citering" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1201 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1227 msgid "Repository To Do" msgstr "Arkivplats Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1202 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1228 msgid "Gramplet showing the To Do notes for a repository" msgstr "Gramplet visande Att Göra notiser för en arkivplats" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1215 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1241 msgid "Media To Do" msgstr "Media Att Göra" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1216 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1242 msgid "Gramplet showing the To Do notes for a media object" msgstr "Gramplet visande Att Göra notiser för ett mediaobjekt" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1255 -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1263 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1281 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1289 msgid "SoundEx" msgstr "SoundEx-kod:" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1256 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1282 msgid "Gramplet to generate SoundEx codes" msgstr "Gramplet för att skapa SoundEx-koder" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1268 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1294 #, fuzzy msgid "Place Enclosed By" -msgstr "Omgivet av" +msgstr "Plats innesluter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1269 -#, fuzzy +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1295 msgid "Gramplet showing the places enclosed by the active place" -msgstr "Gramplet visande källorna för en plats" +msgstr "Gramplet visande de platser som omges av den aktiva platsen" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1282 -#, fuzzy +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1308 msgid "Place Encloses" -msgstr "Platsnotiser" +msgstr "Plats innesluter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1283 -#, fuzzy +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1309 msgid "Gramplet showing the places that the active place encloses" -msgstr "Gramplet visande citeringana för en plats" +msgstr "Gramplet visande de platser som den aktiva platsen innesluter" -#: ../gramps/plugins/gramplet/gramplet.gpr.py:1290 -#, fuzzy +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1316 msgid "Encloses" -msgstr "Omgivet av" +msgstr "Innesluter" + +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1322 +msgid "Geography coordinates for Person Events" +msgstr "" + +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1330 +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1344 +#, fuzzy +msgid "Events Coordinates" +msgstr "Händelser %(date)s" + +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1336 +msgid "Geography coordinates for Family Events" +msgstr "" + +#: ../gramps/plugins/gramplet/gramplet.gpr.py:1337 +#, fuzzy +msgid "Gramplet showing the events for all the family" +msgstr "Gramplet visande händelser för en familj" #: ../gramps/plugins/gramplet/leak.py:93 msgid "Uncollected object" @@ -22161,7 +22448,7 @@ msgstr "%d refererar till" msgid "Uncollected Objects: %s" msgstr "Ej skräpsamlade objekt: %s" -#: ../gramps/plugins/gramplet/locations.py:80 +#: ../gramps/plugins/gramplet/locations.py:81 msgid "Double-click on a row to edit the selected place." msgstr "Dubbelklicka på en rad för att redigera den valda platsen." @@ -22179,8 +22466,8 @@ msgstr "Rör musen över länkar för alternativ" #: ../gramps/plugins/gramplet/pedigreegramplet.py:58 #: ../gramps/plugins/gramplet/pedigreegramplet.py:67 #: ../gramps/plugins/gramplet/pedigreegramplet.py:78 -#: ../gramps/plugins/view/fanchartdescview.py:274 -#: ../gramps/plugins/view/fanchartview.py:272 +#: ../gramps/plugins/view/fanchartdescview.py:294 +#: ../gramps/plugins/view/fanchartview.py:290 msgid "Max generations" msgstr "Max antal generationer" @@ -22246,10 +22533,10 @@ msgstr " utgörs av en individ (%(percent)s komplett)\n" #. Create the Generation title, set an index marker #: ../gramps/plugins/gramplet/pedigreegramplet.py:267 -#: ../gramps/plugins/textreport/ancestorreport.py:212 -#: ../gramps/plugins/textreport/detancestralreport.py:217 -#: ../gramps/plugins/textreport/detdescendantreport.py:312 -#: ../gramps/plugins/textreport/endoflinereport.py:184 +#: ../gramps/plugins/textreport/ancestorreport.py:213 +#: ../gramps/plugins/textreport/detancestralreport.py:218 +#: ../gramps/plugins/textreport/detdescendantreport.py:347 +#: ../gramps/plugins/textreport/endoflinereport.py:185 #, python-format msgid "Generation %d" msgstr "Generation %d" @@ -22401,56 +22688,71 @@ msgstr "Dubbelklicka på post för att se matchningar" #: ../gramps/plugins/gramplet/statsgramplet.py:87 #: ../gramps/plugins/textreport/summary.py:241 +#: ../gramps/plugins/webreport/narrativeweb.py:8083 msgid "less than 1" msgstr "mindre än 1" #. ------------------------- -#: ../gramps/plugins/gramplet/statsgramplet.py:98 -#: ../gramps/plugins/graph/gvfamilylines.py:248 +#: ../gramps/plugins/gramplet/statsgramplet.py:99 +#: ../gramps/plugins/graph/gvfamilylines.py:256 #: ../gramps/plugins/textreport/summary.py:114 -#: ../gramps/plugins/webreport/narrativeweb.py:1897 -#: ../gramps/plugins/webreport/narrativeweb.py:1953 -#: ../gramps/plugins/webreport/narrativeweb.py:2010 -#: ../gramps/plugins/webreport/narrativeweb.py:6034 +#: ../gramps/plugins/webreport/narrativeweb.py:1873 +#: ../gramps/plugins/webreport/narrativeweb.py:1931 +#: ../gramps/plugins/webreport/narrativeweb.py:1996 +#: ../gramps/plugins/webreport/narrativeweb.py:6093 +#: ../gramps/plugins/webreport/narrativeweb.py:8094 +#: ../gramps/plugins/webreport/narrativeweb.py:8161 msgid "Individuals" msgstr "Personer" -#: ../gramps/plugins/gramplet/statsgramplet.py:100 +#: ../gramps/plugins/gramplet/statsgramplet.py:101 +#: ../gramps/plugins/webreport/narrativeweb.py:8097 +#: ../gramps/plugins/webreport/narrativeweb.py:8162 msgid "Number of individuals" msgstr "Antal personer" -#: ../gramps/plugins/gramplet/statsgramplet.py:110 +#: ../gramps/plugins/gramplet/statsgramplet.py:111 +#: ../gramps/plugins/webreport/narrativeweb.py:8103 +#: ../gramps/plugins/webreport/narrativeweb.py:8169 msgid "Individuals with unknown gender" msgstr "Personer med okänt kön" -#: ../gramps/plugins/gramplet/statsgramplet.py:114 +#: ../gramps/plugins/gramplet/statsgramplet.py:115 #: ../gramps/plugins/textreport/summary.py:212 +#: ../gramps/plugins/webreport/narrativeweb.py:8107 +#: ../gramps/plugins/webreport/narrativeweb.py:8173 msgid "Family Information" msgstr "Familjeinformation" -#: ../gramps/plugins/gramplet/statsgramplet.py:120 +#: ../gramps/plugins/gramplet/statsgramplet.py:122 +#: ../gramps/plugins/webreport/narrativeweb.py:8110 msgid "Unique surnames" msgstr "Unika efternamn" -#: ../gramps/plugins/gramplet/statsgramplet.py:124 +#: ../gramps/plugins/gramplet/statsgramplet.py:126 #: ../gramps/plugins/textreport/summary.py:229 +#: ../gramps/plugins/webreport/narrativeweb.py:8114 msgid "Media Objects" msgstr "Mediaobjekt" -#: ../gramps/plugins/gramplet/statsgramplet.py:126 +#: ../gramps/plugins/gramplet/statsgramplet.py:128 +#: ../gramps/plugins/webreport/narrativeweb.py:8116 msgid "Total number of media object references" msgstr "Totalt antal referenser till mediaobjekt" -#: ../gramps/plugins/gramplet/statsgramplet.py:130 +#: ../gramps/plugins/gramplet/statsgramplet.py:132 +#: ../gramps/plugins/webreport/narrativeweb.py:8118 msgid "Number of unique media objects" msgstr "Antal unika mediaobjekt" -#: ../gramps/plugins/gramplet/statsgramplet.py:135 +#: ../gramps/plugins/gramplet/statsgramplet.py:137 +#: ../gramps/plugins/webreport/narrativeweb.py:8120 msgid "Total size of media objects" msgstr "Sammanlagd storlek på mediaobjekt" -#: ../gramps/plugins/gramplet/statsgramplet.py:139 +#: ../gramps/plugins/gramplet/statsgramplet.py:141 #: ../gramps/plugins/textreport/summary.py:259 +#: ../gramps/plugins/webreport/narrativeweb.py:8123 msgid "Missing Media Objects" msgstr "Saknade mediaobjekt" @@ -22753,27 +23055,27 @@ msgstr "föräldrar saknas" msgid ": %s\n" msgstr ": %s\n" -#: ../gramps/plugins/graph/graphplugins.gpr.py:33 +#: ../gramps/plugins/graph/graphplugins.gpr.py:36 msgid "Family Lines Graph" msgstr "Släktlinjediagram" -#: ../gramps/plugins/graph/graphplugins.gpr.py:34 +#: ../gramps/plugins/graph/graphplugins.gpr.py:37 msgid "Produces family line graphs using Graphviz." msgstr "Skapar ett diagram för en släktlinje med Graphviz." -#: ../gramps/plugins/graph/graphplugins.gpr.py:56 +#: ../gramps/plugins/graph/graphplugins.gpr.py:59 msgid "Hourglass Graph" msgstr "Timglasdiagram" -#: ../gramps/plugins/graph/graphplugins.gpr.py:57 +#: ../gramps/plugins/graph/graphplugins.gpr.py:60 msgid "Produces an hourglass graph using Graphviz." msgstr "Skapar ett timglasdiagram med Graphviz." -#: ../gramps/plugins/graph/graphplugins.gpr.py:78 +#: ../gramps/plugins/graph/graphplugins.gpr.py:81 msgid "Relationship Graph" msgstr "Släktskapsdiagram" -#: ../gramps/plugins/graph/graphplugins.gpr.py:79 +#: ../gramps/plugins/graph/graphplugins.gpr.py:82 msgid "Produces relationship graphs using Graphviz." msgstr "Skapar en släktskapsdiagram genom att använda Graphviz." @@ -22782,48 +23084,48 @@ msgstr "Skapar en släktskapsdiagram genom att använda Graphviz." #. Constant options items #. #. ------------------------------------------------------------------------ -#: ../gramps/plugins/graph/gvfamilylines.py:71 +#: ../gramps/plugins/graph/gvfamilylines.py:73 #: ../gramps/plugins/graph/gvhourglass.py:57 -#: ../gramps/plugins/graph/gvrelgraph.py:70 +#: ../gramps/plugins/graph/gvrelgraph.py:71 msgid "B&W outline" msgstr "Svartvit kontur" -#: ../gramps/plugins/graph/gvfamilylines.py:72 +#: ../gramps/plugins/graph/gvfamilylines.py:74 #: ../gramps/plugins/graph/gvhourglass.py:58 -#: ../gramps/plugins/graph/gvrelgraph.py:71 +#: ../gramps/plugins/graph/gvrelgraph.py:72 msgid "Colored outline" msgstr "Färglagd kontur" -#: ../gramps/plugins/graph/gvfamilylines.py:73 +#: ../gramps/plugins/graph/gvfamilylines.py:75 #: ../gramps/plugins/graph/gvhourglass.py:59 -#: ../gramps/plugins/graph/gvrelgraph.py:72 +#: ../gramps/plugins/graph/gvrelgraph.py:73 msgid "Color fill" msgstr "Färgfyllning" -#: ../gramps/plugins/graph/gvfamilylines.py:116 +#: ../gramps/plugins/graph/gvfamilylines.py:118 msgid "Follow parents to determine \"family lines\"" msgstr "Följ föräldrar för att bestämma släktlinjer" -#: ../gramps/plugins/graph/gvfamilylines.py:118 +#: ../gramps/plugins/graph/gvfamilylines.py:120 msgid "" "Parents and their ancestors will be considered when determining \"family " "lines\"." msgstr "" "Föräldrar och deras förfäder tas med vid bestämning av \"släktlinjer\"." -#: ../gramps/plugins/graph/gvfamilylines.py:122 +#: ../gramps/plugins/graph/gvfamilylines.py:124 msgid "Follow children to determine \"family lines\"" msgstr "Följ barn för att bestämma \"släktlinjer\"" -#: ../gramps/plugins/graph/gvfamilylines.py:124 +#: ../gramps/plugins/graph/gvfamilylines.py:126 msgid "Children will be considered when determining \"family lines\"." msgstr "Barn tas med vid bestämning av \"släktlinjer\"." -#: ../gramps/plugins/graph/gvfamilylines.py:128 +#: ../gramps/plugins/graph/gvfamilylines.py:130 msgid "Try to remove extra people and families" msgstr "Försök att ta bort överflödiga personer och familjer" -#: ../gramps/plugins/graph/gvfamilylines.py:130 +#: ../gramps/plugins/graph/gvfamilylines.py:132 msgid "" "People and families not directly related to people of interest will be " "removed when determining \"family lines\"." @@ -22832,26 +23134,26 @@ msgstr "" "tas bort vid bestämning av\"släktlinjer\"." #. see bug report #2180 -#: ../gramps/plugins/graph/gvfamilylines.py:136 +#: ../gramps/plugins/graph/gvfamilylines.py:138 #: ../gramps/plugins/graph/gvhourglass.py:349 -#: ../gramps/plugins/graph/gvrelgraph.py:805 +#: ../gramps/plugins/graph/gvrelgraph.py:808 msgid "Use rounded corners" msgstr "Använd avrundade hörn" -#: ../gramps/plugins/graph/gvfamilylines.py:137 +#: ../gramps/plugins/graph/gvfamilylines.py:139 #: ../gramps/plugins/graph/gvhourglass.py:351 -#: ../gramps/plugins/graph/gvrelgraph.py:806 +#: ../gramps/plugins/graph/gvrelgraph.py:809 msgid "Use rounded corners to differentiate between women and men." msgstr "Använd avrundade hörn för att skilja mellan kvinnor och män." #. ############################### -#: ../gramps/plugins/graph/gvfamilylines.py:141 +#: ../gramps/plugins/graph/gvfamilylines.py:143 #: ../gramps/plugins/graph/gvhourglass.py:341 -#: ../gramps/plugins/graph/gvrelgraph.py:772 +#: ../gramps/plugins/graph/gvrelgraph.py:775 msgid "Graph coloring" msgstr "Färgläggning av diagram" -#: ../gramps/plugins/graph/gvfamilylines.py:144 +#: ../gramps/plugins/graph/gvfamilylines.py:146 msgid "" "Males will be shown with blue, females with red, unless otherwise set above " "for filled. If the sex of an individual is unknown it will be shown with " @@ -22861,16 +23163,16 @@ msgstr "" "för fyllning. Om könet för en person är okänt, visas den i grått." #. -------------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:153 +#: ../gramps/plugins/graph/gvfamilylines.py:155 msgid "People of Interest" msgstr "Intressanta personer" #. -------------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:156 +#: ../gramps/plugins/graph/gvfamilylines.py:158 msgid "People of interest" msgstr "Intressanta personer" -#: ../gramps/plugins/graph/gvfamilylines.py:157 +#: ../gramps/plugins/graph/gvfamilylines.py:159 msgid "" "People of interest are used as a starting point when determining \"family " "lines\"." @@ -22878,74 +23180,74 @@ msgstr "" "Intressanta personer används som utgångspunkt i samband med bestämning av " "\"släktlinjer\"." -#: ../gramps/plugins/graph/gvfamilylines.py:161 +#: ../gramps/plugins/graph/gvfamilylines.py:163 msgid "Limit the number of ancestors" msgstr "Begränsa antal förfäder" -#: ../gramps/plugins/graph/gvfamilylines.py:163 +#: ../gramps/plugins/graph/gvfamilylines.py:165 msgid "Whether to limit the number of ancestors." msgstr "Huruvida begränsa antal förfäder." -#: ../gramps/plugins/graph/gvfamilylines.py:169 +#: ../gramps/plugins/graph/gvfamilylines.py:171 msgid "The maximum number of ancestors to include." msgstr "Maximalt antal förfäder, som skall tas med." -#: ../gramps/plugins/graph/gvfamilylines.py:173 +#: ../gramps/plugins/graph/gvfamilylines.py:175 msgid "Limit the number of descendants" msgstr "Begränsa antalet ättlingar" -#: ../gramps/plugins/graph/gvfamilylines.py:176 +#: ../gramps/plugins/graph/gvfamilylines.py:178 msgid "Whether to limit the number of descendants." msgstr "Huruvida begränsa antalet ättlingar." -#: ../gramps/plugins/graph/gvfamilylines.py:182 +#: ../gramps/plugins/graph/gvfamilylines.py:184 msgid "The maximum number of descendants to include." msgstr "Maximalt antal ättlingar, som skall tas med." -#: ../gramps/plugins/graph/gvfamilylines.py:193 +#: ../gramps/plugins/graph/gvfamilylines.py:195 #: ../gramps/plugins/graph/gvhourglass.py:328 -#: ../gramps/plugins/graph/gvrelgraph.py:720 -#: ../gramps/plugins/textreport/indivcomplete.py:1049 +#: ../gramps/plugins/graph/gvrelgraph.py:723 +#: ../gramps/plugins/textreport/indivcomplete.py:1095 msgid "Include Gramps ID" msgstr "Ta med Gramps ID" -#: ../gramps/plugins/graph/gvfamilylines.py:194 +#: ../gramps/plugins/graph/gvfamilylines.py:196 #: ../gramps/plugins/graph/gvhourglass.py:329 -#: ../gramps/plugins/graph/gvrelgraph.py:721 +#: ../gramps/plugins/graph/gvrelgraph.py:724 msgid "Do not include" msgstr "Tag ej med" -#: ../gramps/plugins/graph/gvfamilylines.py:195 +#: ../gramps/plugins/graph/gvfamilylines.py:197 #: ../gramps/plugins/graph/gvhourglass.py:330 -#: ../gramps/plugins/graph/gvrelgraph.py:722 +#: ../gramps/plugins/graph/gvrelgraph.py:725 msgid "Share an existing line" msgstr "Dela en existerande linje" -#: ../gramps/plugins/graph/gvfamilylines.py:196 +#: ../gramps/plugins/graph/gvfamilylines.py:198 #: ../gramps/plugins/graph/gvhourglass.py:331 -#: ../gramps/plugins/graph/gvrelgraph.py:723 +#: ../gramps/plugins/graph/gvrelgraph.py:726 msgid "On a line of its own" msgstr "På sin egna linje" -#: ../gramps/plugins/graph/gvfamilylines.py:197 +#: ../gramps/plugins/graph/gvfamilylines.py:199 #: ../gramps/plugins/graph/gvhourglass.py:332 -#: ../gramps/plugins/graph/gvrelgraph.py:724 +#: ../gramps/plugins/graph/gvrelgraph.py:727 msgid "Whether (and where) to include Gramps IDs" msgstr "Huruvida och var ta med Gramps ID" -#: ../gramps/plugins/graph/gvfamilylines.py:200 +#: ../gramps/plugins/graph/gvfamilylines.py:202 msgid "Include dates" msgstr "Ta med datum" -#: ../gramps/plugins/graph/gvfamilylines.py:201 +#: ../gramps/plugins/graph/gvfamilylines.py:203 msgid "Whether to include dates for people and families." msgstr "Huruvida ta med datum för personer och familjer." -#: ../gramps/plugins/graph/gvfamilylines.py:206 +#: ../gramps/plugins/graph/gvfamilylines.py:208 msgid "Limit dates to years only" msgstr "Begränsa datum till år enbart" -#: ../gramps/plugins/graph/gvfamilylines.py:207 +#: ../gramps/plugins/graph/gvfamilylines.py:209 msgid "" "Prints just dates' year, neither month or day nor date approximation or " "interval are shown." @@ -22953,143 +23255,161 @@ msgstr "" "Skriver enbart ut år för datum, varken månad eller dag eller datumskattning " "eller -intervall visas." -#: ../gramps/plugins/graph/gvfamilylines.py:213 +#: ../gramps/plugins/graph/gvfamilylines.py:215 msgid "Whether to include placenames for people and families." msgstr "Huruvida ta med namn på platser för personer och familjer." -#: ../gramps/plugins/graph/gvfamilylines.py:217 +#: ../gramps/plugins/graph/gvfamilylines.py:219 msgid "Include the number of children" msgstr "Ta med antal barn" -#: ../gramps/plugins/graph/gvfamilylines.py:219 +#: ../gramps/plugins/graph/gvfamilylines.py:221 msgid "" "Whether to include the number of children for families with more than 1 " "child." msgstr "Huruvida ta med antal barn för familjer med mer än ett barn." -#: ../gramps/plugins/graph/gvfamilylines.py:224 -#: ../gramps/plugins/graph/gvrelgraph.py:736 +#: ../gramps/plugins/graph/gvfamilylines.py:226 +#: ../gramps/plugins/graph/gvrelgraph.py:739 msgid "Include thumbnail images of people" msgstr "Ta med miniatyrbilder på personer" -#: ../gramps/plugins/graph/gvfamilylines.py:227 +#: ../gramps/plugins/graph/gvfamilylines.py:229 msgid "Whether to include thumbnail images of people." msgstr "Huruvida miniatyrbilder av personer skall tas med." -#: ../gramps/plugins/graph/gvfamilylines.py:232 +#: ../gramps/plugins/graph/gvfamilylines.py:234 msgid "Thumbnail location" msgstr "Minatyrbildsplats" -#: ../gramps/plugins/graph/gvfamilylines.py:233 -#: ../gramps/plugins/graph/gvrelgraph.py:743 +#: ../gramps/plugins/graph/gvfamilylines.py:235 +#: ../gramps/plugins/graph/gvrelgraph.py:746 msgid "Above the name" msgstr "Ovanför namnet" -#: ../gramps/plugins/graph/gvfamilylines.py:234 -#: ../gramps/plugins/graph/gvrelgraph.py:744 +#: ../gramps/plugins/graph/gvfamilylines.py:236 +#: ../gramps/plugins/graph/gvrelgraph.py:747 msgid "Beside the name" msgstr "Vid sidan om namnet" -#: ../gramps/plugins/graph/gvfamilylines.py:235 -#: ../gramps/plugins/graph/gvrelgraph.py:746 +#: ../gramps/plugins/graph/gvfamilylines.py:237 +#: ../gramps/plugins/graph/gvrelgraph.py:749 msgid "Where the thumbnail image should appear relative to the name" msgstr "Var miniatyrbilden skall synas relativt till namnet" +#: ../gramps/plugins/graph/gvfamilylines.py:241 +#, fuzzy +msgid "Thumbnail size" +msgstr "Minatyrbild" + +#: ../gramps/plugins/graph/gvfamilylines.py:243 +msgid "Large" +msgstr "" + +#: ../gramps/plugins/graph/gvfamilylines.py:244 +#, fuzzy +msgid "Size of the thumbnail image" +msgstr "Skapa och använd bara av mediaminiatyrbilder" + #. ---------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:240 +#: ../gramps/plugins/graph/gvfamilylines.py:248 msgid "Family Colors" msgstr "Släktfärger" #. ---------------------------- -#: ../gramps/plugins/graph/gvfamilylines.py:243 +#: ../gramps/plugins/graph/gvfamilylines.py:251 msgid "Family colors" msgstr "Släktfärger" -#: ../gramps/plugins/graph/gvfamilylines.py:244 +#: ../gramps/plugins/graph/gvfamilylines.py:252 msgid "Colors to use for various family lines." msgstr "Färger, som används för olika släktlinjer." -#: ../gramps/plugins/graph/gvfamilylines.py:252 -#: ../gramps/plugins/graph/gvrelgraph.py:781 +#: ../gramps/plugins/graph/gvfamilylines.py:260 +#: ../gramps/plugins/graph/gvrelgraph.py:784 msgid "The color to use to display men." msgstr "Färgen som används för att visa män." -#: ../gramps/plugins/graph/gvfamilylines.py:256 -#: ../gramps/plugins/graph/gvrelgraph.py:785 +#: ../gramps/plugins/graph/gvfamilylines.py:264 +#: ../gramps/plugins/graph/gvrelgraph.py:788 msgid "The color to use to display women." msgstr "Färgen som används för att visa kvinnor." -#: ../gramps/plugins/graph/gvfamilylines.py:260 -#: ../gramps/plugins/graph/gvrelgraph.py:790 +#: ../gramps/plugins/graph/gvfamilylines.py:268 +#: ../gramps/plugins/graph/gvrelgraph.py:793 msgid "The color to use when the gender is unknown." msgstr "Färgen som används för att visa okänt kön." -#: ../gramps/plugins/graph/gvfamilylines.py:265 -#: ../gramps/plugins/graph/gvrelgraph.py:795 +#: ../gramps/plugins/graph/gvfamilylines.py:273 +#: ../gramps/plugins/graph/gvrelgraph.py:798 msgid "The color to use to display families." msgstr "Färgen, som används vid visning av familjer." -#: ../gramps/plugins/graph/gvfamilylines.py:364 +#: ../gramps/plugins/graph/gvfamilylines.py:374 +#: ../gramps/plugins/textreport/familygroup.py:675 +#: ../gramps/plugins/textreport/indivcomplete.py:812 msgid "Empty report" msgstr "Tom rapport" -#: ../gramps/plugins/graph/gvfamilylines.py:365 +#: ../gramps/plugins/graph/gvfamilylines.py:375 +#: ../gramps/plugins/textreport/familygroup.py:676 +#: ../gramps/plugins/textreport/indivcomplete.py:813 msgid "You did not specify anybody" msgstr "Du specificerad ingen" -#: ../gramps/plugins/graph/gvfamilylines.py:424 +#: ../gramps/plugins/graph/gvfamilylines.py:434 #, fuzzy msgid "Number of people in database:" msgstr "Antal personer" -#: ../gramps/plugins/graph/gvfamilylines.py:427 +#: ../gramps/plugins/graph/gvfamilylines.py:437 #, fuzzy msgid "Number of people of interest:" msgstr "Intressanta personer" -#: ../gramps/plugins/graph/gvfamilylines.py:430 +#: ../gramps/plugins/graph/gvfamilylines.py:440 #, fuzzy msgid "Number of families in database:" msgstr "Antal familjer: %d" -#: ../gramps/plugins/graph/gvfamilylines.py:433 +#: ../gramps/plugins/graph/gvfamilylines.py:443 #, fuzzy msgid "Number of families of interest:" msgstr "Antal familjer" -#: ../gramps/plugins/graph/gvfamilylines.py:437 +#: ../gramps/plugins/graph/gvfamilylines.py:447 msgid "Additional people removed:" msgstr "" -#: ../gramps/plugins/graph/gvfamilylines.py:440 +#: ../gramps/plugins/graph/gvfamilylines.py:450 #, fuzzy msgid "Additional families removed:" msgstr "samtliga familjer" -#: ../gramps/plugins/graph/gvfamilylines.py:443 +#: ../gramps/plugins/graph/gvfamilylines.py:453 #, fuzzy msgid "Initial list of people of interest:" msgstr "Intressanta personer" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/graph/gvfamilylines.py:929 +#: ../gramps/plugins/graph/gvfamilylines.py:942 #, python-brace-format msgid "{number_of} child" msgid_plural "{number_of} children" msgstr[0] "{number_of} barn" msgstr[1] "{number_of} barn" -#: ../gramps/plugins/graph/gvfamilylines.py:1004 +#: ../gramps/plugins/graph/gvfamilylines.py:1017 #, fuzzy, python-format msgid "father: %s" msgstr "far" -#: ../gramps/plugins/graph/gvfamilylines.py:1013 +#: ../gramps/plugins/graph/gvfamilylines.py:1026 #, fuzzy, python-format msgid "mother: %s" msgstr "Notis: %s" -#: ../gramps/plugins/graph/gvfamilylines.py:1025 +#: ../gramps/plugins/graph/gvfamilylines.py:1038 #, fuzzy, python-format msgid "child: %s" msgstr "barn" @@ -23099,7 +23419,7 @@ msgid "The Center person for the graph" msgstr "Huvudpersonen för rapporten" #: ../gramps/plugins/graph/gvhourglass.py:318 -#: ../gramps/plugins/textreport/kinshipreport.py:358 +#: ../gramps/plugins/textreport/kinshipreport.py:371 msgid "Max Descendant Generations" msgstr "Maximalt antal ättlingsgenerationer" @@ -23108,7 +23428,7 @@ msgid "The number of generations of descendants to include in the graph" msgstr "Antal ättlingsgenerationer, som skall ingå i rapporten" #: ../gramps/plugins/graph/gvhourglass.py:323 -#: ../gramps/plugins/textreport/kinshipreport.py:362 +#: ../gramps/plugins/textreport/kinshipreport.py:375 msgid "Max Ancestor Generations" msgstr "Maximalt antal förfadersgenerationer" @@ -23118,12 +23438,12 @@ msgstr "Antal förfadersgenerationer, som skall ingå i rapporten" #. ############################### #: ../gramps/plugins/graph/gvhourglass.py:338 -#: ../gramps/plugins/graph/gvrelgraph.py:769 +#: ../gramps/plugins/graph/gvrelgraph.py:772 msgid "Graph Style" msgstr "Diagrammall" #: ../gramps/plugins/graph/gvhourglass.py:344 -#: ../gramps/plugins/graph/gvrelgraph.py:775 +#: ../gramps/plugins/graph/gvrelgraph.py:778 msgid "" "Males will be shown with blue, females with red. If the sex of an " "individual is unknown it will be shown with gray." @@ -23131,73 +23451,73 @@ msgstr "" "Män kommer att visas i blått, kvinnor i rött. Om könet för en person är " "okänt, visas den i grått." -#: ../gramps/plugins/graph/gvrelgraph.py:74 +#: ../gramps/plugins/graph/gvrelgraph.py:75 msgid "Descendants <- Ancestors" msgstr "Ättlingar <- Anor" -#: ../gramps/plugins/graph/gvrelgraph.py:75 +#: ../gramps/plugins/graph/gvrelgraph.py:76 msgid "Descendants -> Ancestors" msgstr "Ättlingar -> Anor" -#: ../gramps/plugins/graph/gvrelgraph.py:76 +#: ../gramps/plugins/graph/gvrelgraph.py:77 msgid "Descendants <-> Ancestors" msgstr "Ättlingar <-> Anor" -#: ../gramps/plugins/graph/gvrelgraph.py:77 +#: ../gramps/plugins/graph/gvrelgraph.py:78 msgid "Descendants - Ancestors" msgstr "Ättlingar - Anor" -#: ../gramps/plugins/graph/gvrelgraph.py:668 +#: ../gramps/plugins/graph/gvrelgraph.py:671 msgid "Determines what people are included in the graph" msgstr "Avgör vilka personer, som tas med i rapporten" #. ############################### -#: ../gramps/plugins/graph/gvrelgraph.py:692 +#: ../gramps/plugins/graph/gvrelgraph.py:695 msgid "Dates and/or Places" msgstr "Datum och/eller platser" -#: ../gramps/plugins/graph/gvrelgraph.py:693 +#: ../gramps/plugins/graph/gvrelgraph.py:696 msgid "Do not include any dates or places" msgstr "Tag ej med några datum eller platser" -#: ../gramps/plugins/graph/gvrelgraph.py:694 +#: ../gramps/plugins/graph/gvrelgraph.py:697 msgid "Include (birth, marriage, death) dates, but no places" msgstr "Ta med födelse-, giftermåls- och dödsdatum, men inga platser" -#: ../gramps/plugins/graph/gvrelgraph.py:696 +#: ../gramps/plugins/graph/gvrelgraph.py:699 msgid "Include (birth, marriage, death) dates, and places" msgstr "Ta med födelse-, giftermåls- och dödsdatum samt platser" -#: ../gramps/plugins/graph/gvrelgraph.py:698 +#: ../gramps/plugins/graph/gvrelgraph.py:701 msgid "Include (birth, marriage, death) dates, and places if no dates" msgstr "Ta med födelse-, giftermåls- och dödsdatum om inga datum" -#: ../gramps/plugins/graph/gvrelgraph.py:700 +#: ../gramps/plugins/graph/gvrelgraph.py:703 msgid "Include (birth, marriage, death) years, but no places" msgstr "Ta med födelse-, giftermåls- och dödsår. men inga platser" -#: ../gramps/plugins/graph/gvrelgraph.py:702 +#: ../gramps/plugins/graph/gvrelgraph.py:705 msgid "Include (birth, marriage, death) years, and places" msgstr "Ta med födelse-, giftermåls- och dödsår samt platser" -#: ../gramps/plugins/graph/gvrelgraph.py:704 +#: ../gramps/plugins/graph/gvrelgraph.py:707 msgid "Include (birth, marriage, death) places, but no dates" msgstr "Ta med födelse-, giftermåls- och dödsplatser, men inga datum" -#: ../gramps/plugins/graph/gvrelgraph.py:706 +#: ../gramps/plugins/graph/gvrelgraph.py:709 #, fuzzy msgid "Include (birth, marriage, death) dates and places on same line" msgstr "Ta med födelse-, giftermåls- och dödsdatum samt platser" -#: ../gramps/plugins/graph/gvrelgraph.py:709 +#: ../gramps/plugins/graph/gvrelgraph.py:712 msgid "Whether to include dates and/or places" msgstr "Huruvida ta med datum och eller platser" -#: ../gramps/plugins/graph/gvrelgraph.py:712 +#: ../gramps/plugins/graph/gvrelgraph.py:715 msgid "Include URLs" msgstr "Ta med URL:er" -#: ../gramps/plugins/graph/gvrelgraph.py:713 +#: ../gramps/plugins/graph/gvrelgraph.py:716 msgid "" "Include a URL in each graph node so that PDF and imagemap files can be " "generated that contain active links to the files generated by the 'Narrated " @@ -23207,96 +23527,98 @@ msgstr "" "imagemapfiler med aktiva länkar till de filer som skapats med rapporten " "'Rapport som webbplats'." -#: ../gramps/plugins/graph/gvrelgraph.py:728 +#: ../gramps/plugins/graph/gvrelgraph.py:731 +#: ../gramps/plugins/textreport/indivcomplete.py:1108 msgid "Include relationship to center person" msgstr "Ta med släktskap till centralperson" -#: ../gramps/plugins/graph/gvrelgraph.py:729 +#: ../gramps/plugins/graph/gvrelgraph.py:732 +#: ../gramps/plugins/textreport/indivcomplete.py:1109 msgid "Whether to show every person's relationship to the center person" msgstr "Huruvida visa varje persons släktskap för den centralpersonen" -#: ../gramps/plugins/graph/gvrelgraph.py:738 +#: ../gramps/plugins/graph/gvrelgraph.py:741 msgid "Whether to include thumbnails of people." msgstr "Huruvida miniatyrbilder av personer skall tas med." -#: ../gramps/plugins/graph/gvrelgraph.py:742 +#: ../gramps/plugins/graph/gvrelgraph.py:745 msgid "Thumbnail Location" msgstr "Miniatyrbildsplats" #. occupation = BooleanOption(_("Include occupation"), False) -#: ../gramps/plugins/graph/gvrelgraph.py:750 +#: ../gramps/plugins/graph/gvrelgraph.py:753 #, fuzzy msgid "Include occupation" msgstr "Ta med kusiner" -#: ../gramps/plugins/graph/gvrelgraph.py:751 +#: ../gramps/plugins/graph/gvrelgraph.py:754 #, fuzzy msgid "Do not include any occupation" msgstr "Tag ej med titel" -#: ../gramps/plugins/graph/gvrelgraph.py:752 +#: ../gramps/plugins/graph/gvrelgraph.py:755 #, fuzzy msgid "Include description of most recent occupation" msgstr "Ta med syskon till centralpersonen" -#: ../gramps/plugins/graph/gvrelgraph.py:754 +#: ../gramps/plugins/graph/gvrelgraph.py:757 msgid "Include date, description and place of all occupations" msgstr "" -#: ../gramps/plugins/graph/gvrelgraph.py:756 +#: ../gramps/plugins/graph/gvrelgraph.py:759 #, fuzzy msgid "Whether to include the last occupation" msgstr "Huruvida ta med alternativ för databasnedladdning" -#: ../gramps/plugins/graph/gvrelgraph.py:760 +#: ../gramps/plugins/graph/gvrelgraph.py:763 msgid "Include relationship debugging numbers also" msgstr "Tag även med släktskapsavlusningsnummer" -#: ../gramps/plugins/graph/gvrelgraph.py:763 +#: ../gramps/plugins/graph/gvrelgraph.py:766 msgid "" "Whether to include 'Ga' and 'Gb' also, to debug the relationship calculator" msgstr "" "Huruvida även ta med 'Ga' och 'Gb', för att avlusa släktskapsberäknaren" -#: ../gramps/plugins/graph/gvrelgraph.py:798 +#: ../gramps/plugins/graph/gvrelgraph.py:801 msgid "Arrowhead direction" msgstr "Riktning för pilspets" -#: ../gramps/plugins/graph/gvrelgraph.py:801 +#: ../gramps/plugins/graph/gvrelgraph.py:804 msgid "Choose the direction that the arrows point." msgstr "Välj den riktning som pilarna ska peka åt." -#: ../gramps/plugins/graph/gvrelgraph.py:811 +#: ../gramps/plugins/graph/gvrelgraph.py:814 msgid "Indicate non-birth relationships with dotted lines" msgstr "Indikera icke-födelserelationer med punkterade linjer" -#: ../gramps/plugins/graph/gvrelgraph.py:812 +#: ../gramps/plugins/graph/gvrelgraph.py:815 msgid "Non-birth relationships will show up as dotted lines in the graph." msgstr "" "Icke-födelserelationer kommer att visas med punkterade linjer i grafen." -#: ../gramps/plugins/graph/gvrelgraph.py:816 +#: ../gramps/plugins/graph/gvrelgraph.py:819 msgid "Show family nodes" msgstr "Visa familjenoder" -#: ../gramps/plugins/graph/gvrelgraph.py:817 +#: ../gramps/plugins/graph/gvrelgraph.py:820 msgid "Families will show up as ellipses, linked to parents and children." msgstr "" "Familjer kommer att visas som ellipser, länkade till föräldrar och barn." -#: ../gramps/plugins/importer/import.gpr.py:34 +#: ../gramps/plugins/importer/import.gpr.py:37 msgid "Import data from CSV files" msgstr "Importera data från CSV-filer" -#: ../gramps/plugins/importer/import.gpr.py:71 +#: ../gramps/plugins/importer/import.gpr.py:74 msgid "Import data from GeneWeb files" msgstr "Importera data från GeneWeb-filer" -#: ../gramps/plugins/importer/import.gpr.py:88 +#: ../gramps/plugins/importer/import.gpr.py:91 msgid "Gramps package (portable XML)" msgstr "Gramps-paket (portabel XML)" -#: ../gramps/plugins/importer/import.gpr.py:89 +#: ../gramps/plugins/importer/import.gpr.py:92 msgid "" "Import data from a Gramps package (an archived XML Family Tree together with " "the media object files.)" @@ -23304,11 +23626,11 @@ msgstr "" "Importera data från ett Gramps-paket (en arkiverad XML-databas tillsammans " "med mediaobjektfiler)." -#: ../gramps/plugins/importer/import.gpr.py:107 +#: ../gramps/plugins/importer/import.gpr.py:110 msgid "Gramps XML Family Tree" msgstr "Gramps XML-släktträd" -#: ../gramps/plugins/importer/import.gpr.py:108 +#: ../gramps/plugins/importer/import.gpr.py:111 msgid "" "The Gramps XML format is a text version of a Family Tree. It is read-write " "compatible with the present Gramps database format." @@ -23316,29 +23638,29 @@ msgstr "" "Gramps XML-databas är en textversion av släktträd. Det är läs- och " "skrivkompatibelt med Gramps nuvarande databasformat." -#: ../gramps/plugins/importer/import.gpr.py:128 +#: ../gramps/plugins/importer/import.gpr.py:131 msgid "Gramps 2.x database" msgstr "Gramps 2.x databas" -#: ../gramps/plugins/importer/import.gpr.py:129 +#: ../gramps/plugins/importer/import.gpr.py:132 msgid "Import data from Gramps 2.x database files" msgstr "Importera data från Gramps 2.x databasfil" -#: ../gramps/plugins/importer/import.gpr.py:146 +#: ../gramps/plugins/importer/import.gpr.py:149 msgid "Pro-Gen" msgstr "Pro-Gen" -#: ../gramps/plugins/importer/import.gpr.py:147 +#: ../gramps/plugins/importer/import.gpr.py:150 msgid "Import data from Pro-Gen files" msgstr "Importera data från Pro-Gen-filer" -#: ../gramps/plugins/importer/import.gpr.py:165 +#: ../gramps/plugins/importer/import.gpr.py:168 msgid "Import data from vCard files" msgstr "Import data från vCard-filer" -#: ../gramps/plugins/importer/importcsv.py:112 -#: ../gramps/plugins/importer/importgedcom.py:123 -#: ../gramps/plugins/importer/importgedcom.py:137 +#: ../gramps/plugins/importer/importcsv.py:123 +#: ../gramps/plugins/importer/importgedcom.py:129 +#: ../gramps/plugins/importer/importgedcom.py:143 #: ../gramps/plugins/importer/importgeneweb.py:152 #: ../gramps/plugins/importer/importgeneweb.py:158 #: ../gramps/plugins/importer/importvcard.py:69 @@ -23347,207 +23669,177 @@ msgstr "Import data från vCard-filer" msgid "%s could not be opened\n" msgstr "%s kunde inte öppnas\n" -#: ../gramps/plugins/importer/importcsv.py:114 -#: ../gramps/plugins/importer/importgedcom.py:146 +#: ../gramps/plugins/importer/importcsv.py:125 +#: ../gramps/plugins/importer/importgedcom.py:152 #: ../gramps/plugins/importer/importgeneweb.py:161 -#: ../gramps/plugins/importer/importprogen.py:85 +#: ../gramps/plugins/importer/importprogen.py:92 #: ../gramps/plugins/importer/importvcard.py:74 msgid "Results" msgstr "Resultat" -#: ../gramps/plugins/importer/importcsv.py:114 -#: ../gramps/plugins/importer/importgedcom.py:146 +#: ../gramps/plugins/importer/importcsv.py:125 +#: ../gramps/plugins/importer/importgedcom.py:152 #: ../gramps/plugins/importer/importgeneweb.py:161 -#: ../gramps/plugins/importer/importprogen.py:85 +#: ../gramps/plugins/importer/importprogen.py:92 #: ../gramps/plugins/importer/importvcard.py:74 msgid "done" msgstr "klart" -#: ../gramps/plugins/importer/importcsv.py:151 +#: ../gramps/plugins/importer/importcsv.py:161 msgid "given name" msgstr "förnamn" -#: ../gramps/plugins/importer/importcsv.py:154 +#: ../gramps/plugins/importer/importcsv.py:164 msgid "call" msgstr "tilltalsnamn" -#: ../gramps/plugins/importer/importcsv.py:155 -msgid "Person or Place|Title" -msgstr "Titel" - -#: ../gramps/plugins/importer/importcsv.py:155 +#: ../gramps/plugins/importer/importcsv.py:165 msgid "Person or Place|title" msgstr "titel" -#: ../gramps/plugins/importer/importcsv.py:158 +#: ../gramps/plugins/importer/importcsv.py:165 +msgid "title" +msgstr "Titel" + +#: ../gramps/plugins/importer/importcsv.py:168 msgid "gender" msgstr "kön" -#: ../gramps/plugins/importer/importcsv.py:159 +#: ../gramps/plugins/importer/importcsv.py:169 msgid "source" msgstr "källa" -#: ../gramps/plugins/importer/importcsv.py:160 +#: ../gramps/plugins/importer/importcsv.py:170 msgid "note" msgstr "notis" -#: ../gramps/plugins/importer/importcsv.py:162 +#: ../gramps/plugins/importer/importcsv.py:172 msgid "birth place" msgstr "födelseort" -#: ../gramps/plugins/importer/importcsv.py:163 -msgid "Birth place id" -msgstr "Födelseort-id" - -#: ../gramps/plugins/importer/importcsv.py:164 +#: ../gramps/plugins/importer/importcsv.py:174 msgid "birth place id" msgstr "födelseort id" -#: ../gramps/plugins/importer/importcsv.py:170 +#: ../gramps/plugins/importer/importcsv.py:179 msgid "birth source" msgstr "föddekälla" -#: ../gramps/plugins/importer/importcsv.py:173 +#: ../gramps/plugins/importer/importcsv.py:181 msgid "baptism place" msgstr "dopplats" -#: ../gramps/plugins/importer/importcsv.py:175 -msgid "Baptism place id" -msgstr "Dopplats id" - -#: ../gramps/plugins/importer/importcsv.py:176 +#: ../gramps/plugins/importer/importcsv.py:183 msgid "baptism place id" msgstr "dopplats id" -#: ../gramps/plugins/importer/importcsv.py:179 +#: ../gramps/plugins/importer/importcsv.py:185 msgid "baptism date" msgstr "dopdag" -#: ../gramps/plugins/importer/importcsv.py:182 +#: ../gramps/plugins/importer/importcsv.py:187 msgid "baptism source" msgstr "dopkälla" -#: ../gramps/plugins/importer/importcsv.py:184 +#: ../gramps/plugins/importer/importcsv.py:188 msgid "burial place" msgstr "begravningsplats" -#: ../gramps/plugins/importer/importcsv.py:185 -msgid "Burial place id" -msgstr "Begravningsplats id" - -#: ../gramps/plugins/importer/importcsv.py:186 +#: ../gramps/plugins/importer/importcsv.py:190 msgid "burial place id" msgstr "begravningsplats id" -#: ../gramps/plugins/importer/importcsv.py:189 +#: ../gramps/plugins/importer/importcsv.py:192 msgid "burial date" msgstr "begravningsdatum" -#: ../gramps/plugins/importer/importcsv.py:192 +#: ../gramps/plugins/importer/importcsv.py:194 msgid "burial source" msgstr "begravningskälla" -#: ../gramps/plugins/importer/importcsv.py:194 +#: ../gramps/plugins/importer/importcsv.py:196 msgid "death place" msgstr "dödsort" -#: ../gramps/plugins/importer/importcsv.py:195 -msgid "Death place id" -msgstr "Dödsort id" - -#: ../gramps/plugins/importer/importcsv.py:196 +#: ../gramps/plugins/importer/importcsv.py:198 msgid "death place id" msgstr "dödsort id" -#: ../gramps/plugins/importer/importcsv.py:202 +#: ../gramps/plugins/importer/importcsv.py:203 msgid "death source" msgstr "dödekälla" -#: ../gramps/plugins/importer/importcsv.py:203 -msgid "Death cause" -msgstr "Dödsorsak" - -#: ../gramps/plugins/importer/importcsv.py:204 +#: ../gramps/plugins/importer/importcsv.py:205 msgid "death cause" msgstr "dödsorsak" -#: ../gramps/plugins/importer/importcsv.py:206 -msgid "Gramps id" -msgstr "Gramps ID" - -#: ../gramps/plugins/importer/importcsv.py:207 +#: ../gramps/plugins/importer/importcsv.py:208 msgid "person" msgstr "person" -#: ../gramps/plugins/importer/importcsv.py:209 +#. ---------------------------------- +#: ../gramps/plugins/importer/importcsv.py:210 msgid "child" msgstr "barn" -#: ../gramps/plugins/importer/importcsv.py:213 -msgid "Parent2" -msgstr "Förälder2" - +#. ---------------------------------- #: ../gramps/plugins/importer/importcsv.py:213 msgid "mother" msgstr "mor" -#: ../gramps/plugins/importer/importcsv.py:214 +#: ../gramps/plugins/importer/importcsv.py:215 msgid "parent2" msgstr "förälder2" -#: ../gramps/plugins/importer/importcsv.py:216 -msgid "Parent1" -msgstr "Förälder1" - #: ../gramps/plugins/importer/importcsv.py:216 msgid "father" msgstr "far" -#: ../gramps/plugins/importer/importcsv.py:217 +#: ../gramps/plugins/importer/importcsv.py:218 msgid "parent1" msgstr "förälder1" -#: ../gramps/plugins/importer/importcsv.py:218 +#: ../gramps/plugins/importer/importcsv.py:219 msgid "marriage" msgstr "giftermål" -#: ../gramps/plugins/importer/importcsv.py:219 +#: ../gramps/plugins/importer/importcsv.py:220 msgid "date" msgstr "datum" -#: ../gramps/plugins/importer/importcsv.py:220 +#: ../gramps/plugins/importer/importcsv.py:221 msgid "place" msgstr "plats" #: ../gramps/plugins/importer/importcsv.py:222 +msgid "place id" +msgstr "plats ID" + +#: ../gramps/plugins/importer/importcsv.py:223 msgid "name" msgstr "namn" -#: ../gramps/plugins/importer/importcsv.py:223 +#: ../gramps/plugins/importer/importcsv.py:224 msgid "type" msgstr "typ" -#: ../gramps/plugins/importer/importcsv.py:224 +#: ../gramps/plugins/importer/importcsv.py:225 msgid "latitude" msgstr "latitud" -#: ../gramps/plugins/importer/importcsv.py:225 +#: ../gramps/plugins/importer/importcsv.py:226 msgid "longitude" msgstr "longitud" -#: ../gramps/plugins/importer/importcsv.py:226 +#: ../gramps/plugins/importer/importcsv.py:227 msgid "code" msgstr "kod" -#: ../gramps/plugins/importer/importcsv.py:227 -msgid "Enclosed by" -msgstr "Omgivet av" - -#: ../gramps/plugins/importer/importcsv.py:227 +#: ../gramps/plugins/importer/importcsv.py:228 msgid "enclosed by" msgstr "omgivet av" -#: ../gramps/plugins/importer/importcsv.py:228 +#: ../gramps/plugins/importer/importcsv.py:229 msgid "enclosed_by" msgstr "omgivet_av" @@ -23556,22 +23848,22 @@ msgstr "omgivet_av" msgid "format error: line %(line)d: %(zero)s" msgstr "formatfelr: rad %(line)d: %(zero)s" -#: ../gramps/plugins/importer/importcsv.py:331 +#: ../gramps/plugins/importer/importcsv.py:337 msgid "CSV Import" msgstr "CSV-import" -#: ../gramps/plugins/importer/importcsv.py:333 +#: ../gramps/plugins/importer/importcsv.py:339 msgid "Reading data..." msgstr "Läser data..." -#: ../gramps/plugins/importer/importcsv.py:340 +#: ../gramps/plugins/importer/importcsv.py:346 msgid "CSV import" msgstr "CSV-import" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/importer/importcsv.py:348 +#: ../gramps/plugins/importer/importcsv.py:354 #: ../gramps/plugins/importer/importgeneweb.py:273 -#: ../gramps/plugins/importer/importvcard.py:233 +#: ../gramps/plugins/importer/importvcard.py:247 #, python-brace-format msgid "Import Complete: {number_of} second" msgid_plural "Import Complete: {number_of} seconds" @@ -23641,16 +23933,16 @@ msgstr "Version:" msgid "Families:" msgstr "Familjer:" -#: ../gramps/plugins/importer/importgedcom.py:126 +#: ../gramps/plugins/importer/importgedcom.py:132 msgid "Invalid GEDCOM file" msgstr "Ogiltig GEDCOM-fil" -#: ../gramps/plugins/importer/importgedcom.py:127 +#: ../gramps/plugins/importer/importgedcom.py:133 #, python-format msgid "%s could not be imported" msgstr "%s kunde inte importeras" -#: ../gramps/plugins/importer/importgedcom.py:144 +#: ../gramps/plugins/importer/importgedcom.py:150 msgid "Error reading GEDCOM file" msgstr "Fel vid läsning av GEDCOM-fil" @@ -23676,6 +23968,7 @@ msgid "Change Name" msgstr "Ändra namn" #: ../gramps/plugins/importer/importgeneweb.py:89 +#: ../gramps/plugins/lib/libgedcom.py:603 msgid "Circumcision" msgstr "Omskärelse" @@ -23688,6 +23981,7 @@ msgid "Dotation" msgstr "Donation" #: ../gramps/plugins/importer/importgeneweb.py:100 +#: ../gramps/plugins/lib/libgedcom.py:609 msgid "Excommunication" msgstr "Bannlysa" @@ -23696,6 +23990,7 @@ msgid "LDS Family Link" msgstr "LDS släktlänkar" #: ../gramps/plugins/importer/importgeneweb.py:103 +#: ../gramps/plugins/lib/libgedcom.py:611 msgid "Funeral" msgstr "Begravning" @@ -23813,10 +24108,10 @@ msgstr "" "för att ställa in riktiga sökvägar för dina mediaobjekt." #: ../gramps/plugins/importer/importgrdb.py:61 -#: ../gramps/plugins/importer/importprogen.py:74 -#: ../gramps/plugins/importer/importprogen.py:83 -#: ../gramps/plugins/importer/importxml.py:436 -#: ../gramps/plugins/importer/importxml.py:439 +#: ../gramps/plugins/importer/importprogen.py:81 +#: ../gramps/plugins/importer/importprogen.py:90 +#: ../gramps/plugins/importer/importxml.py:440 +#: ../gramps/plugins/importer/importxml.py:443 #, python-format msgid "%s could not be opened" msgstr "%s kunde inte öppnas" @@ -23838,79 +24133,140 @@ msgstr "" "exempel denna), skapa en ny tom databas och importera Gramps XML in till " "denna version. Se: :%(gramps_wiki_migrate_two_to_three_url)s" -#: ../gramps/plugins/importer/importprogen.py:80 +#: ../gramps/plugins/importer/importprogen.py:87 +#: ../gramps/plugins/importer/importprogen.py:511 msgid "Pro-Gen data error" msgstr "Pro-Gen datafel" -#: ../gramps/plugins/importer/importprogen.py:174 +#: ../gramps/plugins/importer/importprogen.py:180 msgid "Not a Pro-Gen file" msgstr "Inte en Pro-Gen fil" -#: ../gramps/plugins/importer/importprogen.py:392 +#: ../gramps/plugins/importer/importprogen.py:390 #, python-format msgid "Field '%(fldname)s' not found" msgstr "Fält '%(fldname)s' hittades ej" -#: ../gramps/plugins/importer/importprogen.py:468 -#, python-format -msgid "Cannot find DEF file: %(deffname)s" +#: ../gramps/plugins/importer/importprogen.py:454 +#, fuzzy, python-format +msgid "Cannot find DEF file: %(dname)s" msgstr "Kan ej hitta DEF-fil: %(deffname)s" -#. print self.def_.diag() -#: ../gramps/plugins/importer/importprogen.py:514 +#. Raise a error message +#: ../gramps/plugins/importer/importprogen.py:510 +msgid "Not a supported Pro-Gen import file language" +msgstr "" + +#. TODO no-parent +#: ../gramps/plugins/importer/importprogen.py:515 msgid "Import from Pro-Gen" msgstr "Importera från Pro-Gen" -#: ../gramps/plugins/importer/importprogen.py:520 +#: ../gramps/plugins/importer/importprogen.py:516 +#, fuzzy +msgid "Initializing" +msgstr "Initialer" + +#: ../gramps/plugins/importer/importprogen.py:522 msgid "Pro-Gen import" msgstr "Pro-Gen-import" -#: ../gramps/plugins/importer/importprogen.py:749 -#, python-format -msgid "date did not match: '%(text)s' (%(msg)s)" +#: ../gramps/plugins/importer/importprogen.py:583 +#, fuzzy, python-format +msgid "Import from Pro-Gen (%s)" +msgstr "Importera från Pro-Gen" + +#. Hmmm. Just use the plain text. +#: ../gramps/plugins/importer/importprogen.py:1061 +#, fuzzy, python-format +msgid "Date did not match: '%(text)s' (%(msg)s)" msgstr "datum matchade inte: '%(text)s' (%(msg)s)" #. The records are numbered 1..N -#: ../gramps/plugins/importer/importprogen.py:829 +#: ../gramps/plugins/importer/importprogen.py:1118 msgid "Importing individuals" msgstr "Importerar personer" #. The records are numbered 1..N -#: ../gramps/plugins/importer/importprogen.py:1104 +#: ../gramps/plugins/importer/importprogen.py:1501 msgid "Importing families" msgstr "Importerar familjer" +#. We have seen some case insensitivity in DEF files ... +#. F13: Father +#. F14: Mother #. The records are numbered 1..N -#: ../gramps/plugins/importer/importprogen.py:1281 +#: ../gramps/plugins/importer/importprogen.py:1768 msgid "Adding children" msgstr "Lägger till barn" -#: ../gramps/plugins/importer/importprogen.py:1292 -#, python-format -msgid "cannot find father for I%(person)s (father=%(id)d)" +#: ../gramps/plugins/importer/importprogen.py:1785 +#, fuzzy, python-format +msgid "Cannot find father for I%(person)s (Father=%(id)d)" msgstr "kan inte hitta far till I%(person)s (far=%(id)d)" -#: ../gramps/plugins/importer/importprogen.py:1295 -#, python-format -msgid "cannot find mother for I%(person)s (mother=%(mother)d)" +#: ../gramps/plugins/importer/importprogen.py:1788 +#, fuzzy, python-format +msgid "Cannot find mother for I%(person)s (Mother=%(mother)d)" msgstr "kan inte hitta mor till I%(person)s (mor=%(mother)d)" -#: ../gramps/plugins/importer/importvcard.py:227 +#: ../gramps/plugins/importer/importvcard.py:226 +#, fuzzy, python-format +msgid "Line %(line)5d: %(prob)s\n" +msgstr "formatfelr: rad %(line)d: %(zero)s" + +#: ../gramps/plugins/importer/importvcard.py:241 msgid "vCard import" msgstr "vCard-import" -#: ../gramps/plugins/importer/importvcard.py:316 +#: ../gramps/plugins/importer/importvcard.py:252 +#, fuzzy +msgid "VCARD import report: No errors detected" +msgstr "GEDCOM importrappport: Inga fel hittade" + +#: ../gramps/plugins/importer/importvcard.py:254 +#, fuzzy, python-format +msgid "VCARD import report: %s errors detected\n" +msgstr "GEDCOM importrappport: %s fel hittades" + +#: ../gramps/plugins/importer/importvcard.py:319 +#, python-format +msgid "Token >%(token)s< unknown. line skipped: %(line)s" +msgstr "" + +#: ../gramps/plugins/importer/importvcard.py:333 +msgid "" +"BEGIN property not properly closed by END property, Gramps can't cope with " +"nested VCards." +msgstr "" + +#: ../gramps/plugins/importer/importvcard.py:344 #, python-format msgid "Import of VCards version %s is not supported by Gramps." msgstr "Import av VCards version %s stöds ej av Gramps." -#: ../gramps/plugins/importer/importvcard.py:484 -#, python-brace-format -msgid "Invalid date {date} in BDAY {vcard_snippet}, preserving date as text." +#: ../gramps/plugins/importer/importvcard.py:364 +msgid "" +"VCard is malformed missing the compulsory N property, so there is no name; " +"skip it." +msgstr "" + +#: ../gramps/plugins/importer/importvcard.py:369 +msgid "" +"VCard is malformed missing the compulsory FN property, get name from N alone." +msgstr "" + +#: ../gramps/plugins/importer/importvcard.py:373 +msgid "VCard is malformed wrong number of name components." +msgstr "" + +#: ../gramps/plugins/importer/importvcard.py:515 +#, fuzzy, python-brace-format +msgid "Invalid date in BDAY {vcard_snippet}, preserving date as text." msgstr "" "Ogiltigt datum i {date} i BDAY {vcard_snippet}, behåller datum som text." -#: ../gramps/plugins/importer/importvcard.py:492 +#: ../gramps/plugins/importer/importvcard.py:523 #, python-brace-format msgid "" "Date {vcard_snippet} not in appropriate format yyyy-mm-dd, preserving date " @@ -24093,26 +24449,26 @@ msgstr "" "Objekt, vilka är kandidater till sammanslagning:\n" #. there is no old style XML -#: ../gramps/plugins/importer/importxml.py:804 -#: ../gramps/plugins/importer/importxml.py:1274 -#: ../gramps/plugins/importer/importxml.py:1547 -#: ../gramps/plugins/importer/importxml.py:1966 +#: ../gramps/plugins/importer/importxml.py:808 +#: ../gramps/plugins/importer/importxml.py:1278 +#: ../gramps/plugins/importer/importxml.py:1551 +#: ../gramps/plugins/importer/importxml.py:1970 msgid "The Gramps Xml you are trying to import is malformed." msgstr "Den Gramps XML du försöker importera är felaktigt utformad." -#: ../gramps/plugins/importer/importxml.py:805 +#: ../gramps/plugins/importer/importxml.py:809 msgid "Attributes that link the data together are missing." msgstr "Attribut, som länkar data tillsammans, saknas." -#: ../gramps/plugins/importer/importxml.py:909 +#: ../gramps/plugins/importer/importxml.py:913 msgid "Gramps XML import" msgstr "Gramps XML-import" -#: ../gramps/plugins/importer/importxml.py:944 +#: ../gramps/plugins/importer/importxml.py:948 msgid "Could not change media path" msgstr "Kunde inte ändra mediasökväg" -#: ../gramps/plugins/importer/importxml.py:945 +#: ../gramps/plugins/importer/importxml.py:949 #, python-format msgid "" "The opened file has media path %s, which conflicts with the media path of " @@ -24125,7 +24481,7 @@ msgstr "" "mediasökvägen har behållits. Kopiera filerna till en korrekt mapp eller " "ändra mediasökvägen i Inställningar." -#: ../gramps/plugins/importer/importxml.py:1004 +#: ../gramps/plugins/importer/importxml.py:1008 msgid "" "The .gramps file you are importing does not contain information about the " "version of Gramps with, which it was produced.\n" @@ -24137,11 +24493,11 @@ msgstr "" "\n" "Filen kommer ej att importeras." -#: ../gramps/plugins/importer/importxml.py:1007 +#: ../gramps/plugins/importer/importxml.py:1011 msgid "Import file misses Gramps version" msgstr "Importfil saknar Gramps-version" -#: ../gramps/plugins/importer/importxml.py:1009 +#: ../gramps/plugins/importer/importxml.py:1013 #, python-format msgid "" "The .gramps file you are importing was made by version %(newer)s of Gramps, " @@ -24152,7 +24508,7 @@ msgstr "" "kör dock en äldre version %(older)s. Filen kommer inte att importeras. " "Uppgradera till senaste version av Gramps och försök igen." -#: ../gramps/plugins/importer/importxml.py:1017 +#: ../gramps/plugins/importer/importxml.py:1021 #, python-format msgid "" "The .gramps file you are importing was made by version %(oldgramps)s of " @@ -24173,11 +24529,11 @@ msgstr "" " %(gramps_wiki_xml_url)s\n" " för mer info." -#: ../gramps/plugins/importer/importxml.py:1028 +#: ../gramps/plugins/importer/importxml.py:1032 msgid "The file will not be imported" msgstr "Filen kommer inte att importeras" -#: ../gramps/plugins/importer/importxml.py:1030 +#: ../gramps/plugins/importer/importxml.py:1034 #, python-format msgid "" "The .gramps file you are importing was made by version %(oldgramps)s of " @@ -24200,25 +24556,25 @@ msgstr "" " %(gramps_wiki_xml_url)s\n" " för mer info." -#: ../gramps/plugins/importer/importxml.py:1043 +#: ../gramps/plugins/importer/importxml.py:1047 msgid "Old xml file" msgstr "Gammal xml-fil" -#: ../gramps/plugins/importer/importxml.py:1195 -#: ../gramps/plugins/importer/importxml.py:2677 +#: ../gramps/plugins/importer/importxml.py:1199 +#: ../gramps/plugins/importer/importxml.py:2681 #, python-format msgid "Witness name: %s" msgstr "Vittnets namn: %s" -#: ../gramps/plugins/importer/importxml.py:1275 +#: ../gramps/plugins/importer/importxml.py:1279 msgid "Any event reference must have a 'hlink' attribute." msgstr "Alla händelsereferenser måste ha ett 'hlink'-attribut." -#: ../gramps/plugins/importer/importxml.py:1548 +#: ../gramps/plugins/importer/importxml.py:1552 msgid "Any person reference must have a 'hlink' attribute." msgstr "Alls personreferenser måste ha ett 'hlink'-attribut." -#: ../gramps/plugins/importer/importxml.py:1736 +#: ../gramps/plugins/importer/importxml.py:1740 #, python-format msgid "" "Your Family Tree groups name \"%(key)s\" together with \"%(parent)s\", did " @@ -24227,31 +24583,31 @@ msgstr "" "Ditt släktträd grupperar namn \"%(key)s\" tillsammans med \"%(parent)s\", " "ändrade inte denna gruppering till \"%(value)s\"." -#: ../gramps/plugins/importer/importxml.py:1739 +#: ../gramps/plugins/importer/importxml.py:1743 msgid "Gramps ignored a name grouping" msgstr "Gramps ignorerar namemap-värde" -#: ../gramps/plugins/importer/importxml.py:1798 +#: ../gramps/plugins/importer/importxml.py:1802 msgid "Unknown when imported" msgstr "Okänt vid import" -#: ../gramps/plugins/importer/importxml.py:1967 +#: ../gramps/plugins/importer/importxml.py:1971 msgid "Any note reference must have a 'hlink' attribute." msgstr "Alla notisreferenser måste ha ett 'hlink'-attribut." #. TRANSLATORS: leave the {date} and {xml} untranslated in the format string, #. but you may re-order them if needed. -#: ../gramps/plugins/importer/importxml.py:2497 +#: ../gramps/plugins/importer/importxml.py:2501 #, python-brace-format msgid "Invalid date {date} in XML {xml}, preserving XML as text" msgstr "Ogiltigt datum {date} i XML {xml}, behåller XML som text" -#: ../gramps/plugins/importer/importxml.py:2547 +#: ../gramps/plugins/importer/importxml.py:2551 #, python-format msgid "Witness comment: %s" msgstr "Vittnets kommentar: %s" -#: ../gramps/plugins/importer/importxml.py:3200 +#: ../gramps/plugins/importer/importxml.py:3204 #, python-format msgid "" "Error: family '%(family)s' father '%(father)s' does not refer back to the " @@ -24260,7 +24616,7 @@ msgstr "" "FEL: familj '%(family)s' far '%(father)s' refererar ej tillbaka till " "familjen. Referens tillagd." -#: ../gramps/plugins/importer/importxml.py:3216 +#: ../gramps/plugins/importer/importxml.py:3220 #, python-format msgid "" "Error: family '%(family)s' mother '%(mother)s' does not refer back to the " @@ -24269,7 +24625,7 @@ msgstr "" "FEL: familj '%(family)s' mor '%(mother)s' refererar ej tillbaka till " "familjen. Referens tillagd." -#: ../gramps/plugins/importer/importxml.py:3238 +#: ../gramps/plugins/importer/importxml.py:3242 #, python-format msgid "" "Error: family '%(family)s' child '%(child)s' does not refer back to the " @@ -24287,56 +24643,117 @@ msgstr "" "Mismatch mellan vald extension %(ext)s och aktuellt format.\n" " Skriver till %(filename)s i format %(impliedext)s." -#: ../gramps/plugins/lib/libgedcom.py:765 +#: ../gramps/plugins/lib/libgedcom.py:604 +msgid "Common Law Marriage" +msgstr "Samboförhållande" + +#: ../gramps/plugins/lib/libgedcom.py:605 +#: ../gramps/plugins/webreport/narrativeweb.py:9636 +#: ../gramps/plugins/webreport/webcal.py:1613 +msgid "Destination" +msgstr "Mål" + +#: ../gramps/plugins/lib/libgedcom.py:606 +msgid "DNA" +msgstr "DNA" + +#: ../gramps/plugins/lib/libgedcom.py:607 +msgid "Cause of Death" +msgstr "Dödsorsak" + +#: ../gramps/plugins/lib/libgedcom.py:608 +msgid "Employment" +msgstr "Anställning" + +#: ../gramps/plugins/lib/libgedcom.py:610 +msgid "Eye Color" +msgstr "Ögonfärg" + +#: ../gramps/plugins/lib/libgedcom.py:612 +msgid "Height" +msgstr "Längd" + +#: ../gramps/plugins/lib/libgedcom.py:613 +msgid "Initiatory (LDS)" +msgstr "" + +#: ../gramps/plugins/lib/libgedcom.py:614 +msgid "Military ID" +msgstr "Militär ID" + +#: ../gramps/plugins/lib/libgedcom.py:615 +msgid "Mission (LDS)" +msgstr "" + +#: ../gramps/plugins/lib/libgedcom.py:616 +msgid "Namesake" +msgstr "Namne" + +#: ../gramps/plugins/lib/libgedcom.py:617 +msgid "Ordinance" +msgstr "Ceremoni" + +#: ../gramps/plugins/lib/libgedcom.py:619 +msgid "Separation" +msgstr "Skilsmässa" + +#. Applies to Families +#: ../gramps/plugins/lib/libgedcom.py:620 +msgid "Weight" +msgstr "Vikt" + +#: ../gramps/plugins/lib/libgedcom.py:825 msgid "Line ignored " msgstr "Rad ignorerad" #. e.g. Illegal character (oxAB) (0xCB)... 1 NOTE xyz?pqr?lmn -#: ../gramps/plugins/lib/libgedcom.py:1560 +#: ../gramps/plugins/lib/libgedcom.py:1423 #, python-format msgid "Illegal character%s" msgstr "Ogiltigt tecken%s" -#: ../gramps/plugins/lib/libgedcom.py:1828 +#: ../gramps/plugins/lib/libgedcom.py:1696 msgid "Your GEDCOM file is corrupted. It appears to have been truncated." msgstr "Din GEDCOM-fil är trasig. Den verkar ha blivit avkortad." -#: ../gramps/plugins/lib/libgedcom.py:1911 +#: ../gramps/plugins/lib/libgedcom.py:1778 #, python-format msgid "Import from GEDCOM (%s)" msgstr "Import från GEDCOM (%s)" -#: ../gramps/plugins/lib/libgedcom.py:2711 -#: ../gramps/plugins/lib/libgedcom.py:3127 +#: ../gramps/plugins/lib/libgedcom.py:2614 +#: ../gramps/plugins/lib/libgedcom.py:3062 msgid "GEDCOM import" msgstr "GEDCOM-import" -#: ../gramps/plugins/lib/libgedcom.py:2739 +#: ../gramps/plugins/lib/libgedcom.py:2642 msgid "GEDCOM import report: No errors detected" msgstr "GEDCOM importrappport: Inga fel hittade" -#: ../gramps/plugins/lib/libgedcom.py:2741 +#: ../gramps/plugins/lib/libgedcom.py:2644 #, python-format msgid "GEDCOM import report: %s errors detected" msgstr "GEDCOM importrappport: %s fel hittades" -#: ../gramps/plugins/lib/libgedcom.py:3048 -msgid "Tag recognized but not supported" -msgstr "Flagga upptäck, men stöds ej" - -#: ../gramps/plugins/lib/libgedcom.py:3059 +#: ../gramps/plugins/lib/libgedcom.py:2957 +#: ../gramps/plugins/lib/libgedcom.py:2981 +#: ../gramps/plugins/lib/libgedcom.py:2994 msgid "Line ignored as not understood" msgstr "Rad gick inte att förstå, så den ignorerades." -#: ../gramps/plugins/lib/libgedcom.py:3084 +#: ../gramps/plugins/lib/libgedcom.py:2983 +msgid "Tag recognized but not supported" +msgstr "Flagga upptäck, men stöds ej" + +#: ../gramps/plugins/lib/libgedcom.py:3019 msgid "Skipped subordinate line" msgstr "Hoppade över underordnad rad" -#: ../gramps/plugins/lib/libgedcom.py:3118 +#: ../gramps/plugins/lib/libgedcom.py:3053 msgid "Records not imported into " msgstr "Poster, som ej importerats till " -#: ../gramps/plugins/lib/libgedcom.py:3154 +#: ../gramps/plugins/lib/libgedcom.py:3089 #, python-format msgid "" "Error: %(msg)s '%(gramps_id)s' (input as @%(xref)s@) not in input GEDCOM. " @@ -24345,7 +24762,7 @@ msgstr "" "FEL: %(msg)s '%(gramps_id)s' (indata som @%(xref)s@) ej i GEDCOM-indata. " "Post syntetiserad" -#: ../gramps/plugins/lib/libgedcom.py:3163 +#: ../gramps/plugins/lib/libgedcom.py:3098 #, python-format msgid "" "Error: %(msg)s '%(gramps_id)s' (input as @%(xref)s@) not in input GEDCOM. " @@ -24354,7 +24771,7 @@ msgstr "" "FEL: %(msg)s '%(gramps_id)s' (indata som @%(xref)s@) ej i GEDCOM-indata. " "Post med typiskt attribut \"Okänd\" skapats" -#: ../gramps/plugins/lib/libgedcom.py:3202 +#: ../gramps/plugins/lib/libgedcom.py:3143 #, python-format msgid "" "Error: family '%(family)s' (input as @%(orig_family)s@) person %(person)s " @@ -24365,7 +24782,7 @@ msgstr "" "(indata som %(orig_person)s) är ej en medlem i refererade familj. " "Familjereferens borttagen från person" -#: ../gramps/plugins/lib/libgedcom.py:3280 +#: ../gramps/plugins/lib/libgedcom.py:3221 #, python-format msgid "" "\n" @@ -24385,196 +24802,177 @@ msgstr "" #. message means that the element %s was ignored, but #. expressed the wrong way round because the message is #. truncated for output -#: ../gramps/plugins/lib/libgedcom.py:3352 +#: ../gramps/plugins/lib/libgedcom.py:3293 #, python-format msgid "ADDR element ignored '%s'" msgstr "ADDR-element ignoreras '%s'" -#: ../gramps/plugins/lib/libgedcom.py:3372 +#: ../gramps/plugins/lib/libgedcom.py:3313 msgid "TRLR (trailer)" msgstr "TRLR (trailer)" -#: ../gramps/plugins/lib/libgedcom.py:3401 +#: ../gramps/plugins/lib/libgedcom.py:3342 msgid "(Submitter):" msgstr "(Inskickare):" -#: ../gramps/plugins/lib/libgedcom.py:3432 -#: ../gramps/plugins/lib/libgedcom.py:7024 +#: ../gramps/plugins/lib/libgedcom.py:3366 +#: ../gramps/plugins/lib/libgedcom.py:7085 msgid "GEDCOM data" msgstr "GEDCOM-data" -#: ../gramps/plugins/lib/libgedcom.py:3478 +#: ../gramps/plugins/lib/libgedcom.py:3412 msgid "Unknown tag" msgstr "Okänd flagga" -#: ../gramps/plugins/lib/libgedcom.py:3480 -#: ../gramps/plugins/lib/libgedcom.py:3494 -#: ../gramps/plugins/lib/libgedcom.py:3498 -#: ../gramps/plugins/lib/libgedcom.py:3519 +#: ../gramps/plugins/lib/libgedcom.py:3414 +#: ../gramps/plugins/lib/libgedcom.py:3428 +#: ../gramps/plugins/lib/libgedcom.py:3432 +#: ../gramps/plugins/lib/libgedcom.py:3453 msgid "Top Level" msgstr "Översta nivå" -#: ../gramps/plugins/lib/libgedcom.py:3591 +#: ../gramps/plugins/lib/libgedcom.py:3528 #, python-format msgid "INDI (individual) Gramps ID %s" msgstr "INDI (individual) Gramps ID %s" -#: ../gramps/plugins/lib/libgedcom.py:3708 +#: ../gramps/plugins/lib/libgedcom.py:3647 msgid "Empty Alias ignored" msgstr "Tomt alias ignorerat" -#: ../gramps/plugins/lib/libgedcom.py:3788 -#: ../gramps/plugins/lib/libgedcom.py:5121 -#: ../gramps/plugins/lib/libgedcom.py:5349 -#: ../gramps/plugins/lib/libgedcom.py:5482 -#: ../gramps/plugins/lib/libgedcom.py:6152 -#: ../gramps/plugins/lib/libgedcom.py:6305 -msgid "Filename omitted" -msgstr "Filnamn saknas" - -#: ../gramps/plugins/lib/libgedcom.py:3790 -#: ../gramps/plugins/lib/libgedcom.py:5123 -#: ../gramps/plugins/lib/libgedcom.py:5351 -#: ../gramps/plugins/lib/libgedcom.py:5484 -#: ../gramps/plugins/lib/libgedcom.py:6154 -#: ../gramps/plugins/lib/libgedcom.py:6307 -msgid "Form omitted" -msgstr "Form utelämnad" - -#: ../gramps/plugins/lib/libgedcom.py:4879 +#: ../gramps/plugins/lib/libgedcom.py:4812 #, python-format msgid "FAM (family) Gramps ID %s" msgstr "FAM (family) Gramps ID %s" -#: ../gramps/plugins/lib/libgedcom.py:5265 -#: ../gramps/plugins/lib/libgedcom.py:7327 -#: ../gramps/plugins/lib/libgedcom.py:7367 -msgid "Empty note ignored" -msgstr "Tom notis ignorerades" +#: ../gramps/plugins/lib/libgedcom.py:5164 +#: ../gramps/plugins/lib/libgedcom.py:6518 +msgid "Filename omitted" +msgstr "Filnamn saknas" + +#: ../gramps/plugins/lib/libgedcom.py:5187 +#: ../gramps/plugins/lib/libgedcom.py:6558 +#, python-format +msgid "Could not import %s" +msgstr "Kunde inte importera %s" + +#: ../gramps/plugins/lib/libgedcom.py:5244 +#: ../gramps/plugins/lib/libgedcom.py:6659 +msgid "Media-Type" +msgstr "Mediatyp" + +#: ../gramps/plugins/lib/libgedcom.py:5268 +#: ../gramps/plugins/lib/libgedcom.py:6549 +msgid "Multiple FILE in a single OBJE ignored" +msgstr "Flera FILER filer i ett enda OBJE ignoreras" #. We have previously found a PLAC -#: ../gramps/plugins/lib/libgedcom.py:5420 +#: ../gramps/plugins/lib/libgedcom.py:5423 msgid "A second PLAC ignored" msgstr "Ett andra PLAC ignorerad" #. For RootsMagic etc. Place Details e.g. address, hospital, cemetary -#: ../gramps/plugins/lib/libgedcom.py:5573 +#: ../gramps/plugins/lib/libgedcom.py:5561 msgid "Detail" msgstr "Detalj" #. We have perviously found an ADDR, or have populated location #. from PLAC title -#: ../gramps/plugins/lib/libgedcom.py:5586 +#: ../gramps/plugins/lib/libgedcom.py:5574 msgid "Location already populated; ADDR ignored" msgstr "Plats redan ifylld; ADDR ignorerad" -#. empty: discard, with warning and skip subs -#. Note: level+2 -#: ../gramps/plugins/lib/libgedcom.py:5671 -msgid "Empty event note ignored" -msgstr "Tom händelsenotis ignorerades" - -#: ../gramps/plugins/lib/libgedcom.py:5989 -#: ../gramps/plugins/lib/libgedcom.py:6804 +#: ../gramps/plugins/lib/libgedcom.py:5979 +#: ../gramps/plugins/lib/libgedcom.py:6866 msgid "Warn: ADDR overwritten" msgstr "Varning: ADDR överskrivet" -#: ../gramps/plugins/lib/libgedcom.py:6166 -#: ../gramps/plugins/lib/libgedcom.py:6601 +#: ../gramps/plugins/lib/libgedcom.py:6144 +msgid "Citation Justification" +msgstr "Citeringsförsvar" + +#: ../gramps/plugins/lib/libgedcom.py:6171 msgid "REFN ignored" msgstr "REFN ignorerad" #. SOURce with the given gramps_id had no title -#: ../gramps/plugins/lib/libgedcom.py:6265 +#: ../gramps/plugins/lib/libgedcom.py:6270 #, python-format msgid "No title - ID %s" msgstr "Ingen titel - ID %s" -#: ../gramps/plugins/lib/libgedcom.py:6270 +#: ../gramps/plugins/lib/libgedcom.py:6275 #, python-format msgid "SOUR (source) Gramps ID %s" msgstr "SOUR (source) Gramps ID %s" -#: ../gramps/plugins/lib/libgedcom.py:6526 +#: ../gramps/plugins/lib/libgedcom.py:6525 #, python-format msgid "OBJE (multi-media object) Gramps ID %s" msgstr "OBJE (multi-media objekt) Gramps ID %s" -#: ../gramps/plugins/lib/libgedcom.py:6554 -#: ../gramps/plugins/lib/libgedcom.py:7556 -#, python-format -msgid "Could not import %s" -msgstr "Kunde inte importera %s" - -#: ../gramps/plugins/lib/libgedcom.py:6591 -msgid "BLOB ignored" -msgstr "BLOB ignorerad" - -#: ../gramps/plugins/lib/libgedcom.py:6611 -msgid "Multimedia REFN:TYPE ignored" -msgstr "Multimedia REFN:TYPE ignorerad" - -#: ../gramps/plugins/lib/libgedcom.py:6621 -msgid "Mutimedia RIN ignored" -msgstr "Mutimedia RIN ignorerad" - -#: ../gramps/plugins/lib/libgedcom.py:6708 +#: ../gramps/plugins/lib/libgedcom.py:6755 #, python-format msgid "REPO (repository) Gramps ID %s" msgstr "REPO (repository) Gramps ID %s" -#: ../gramps/plugins/lib/libgedcom.py:6939 +#: ../gramps/plugins/lib/libgedcom.py:6816 +#: ../gramps/plugins/lib/libgedcom.py:7792 +msgid "Only one phone number supported" +msgstr "Endast ett telefonnummer stöds" + +#: ../gramps/plugins/lib/libgedcom.py:7001 msgid "HEAD (header)" msgstr "HEAD (header)" -#: ../gramps/plugins/lib/libgedcom.py:6961 +#: ../gramps/plugins/lib/libgedcom.py:7022 msgid "Approved system identification" msgstr "Godkänd systemidentifiering" -#: ../gramps/plugins/lib/libgedcom.py:6973 +#: ../gramps/plugins/lib/libgedcom.py:7034 msgid "Generated By" msgstr "Skapad av" -#: ../gramps/plugins/lib/libgedcom.py:6989 +#: ../gramps/plugins/lib/libgedcom.py:7050 msgid "Name of software product" msgstr "Namn på programvaruprodukt" -#: ../gramps/plugins/lib/libgedcom.py:7003 +#: ../gramps/plugins/lib/libgedcom.py:7064 msgid "Version number of software product" msgstr "Versionsnummer på programvaruprodukt" -#: ../gramps/plugins/lib/libgedcom.py:7021 +#: ../gramps/plugins/lib/libgedcom.py:7082 #, python-format msgid "Business that produced the product: %s" msgstr "Företag som framställt produkten: %s" -#: ../gramps/plugins/lib/libgedcom.py:7043 +#: ../gramps/plugins/lib/libgedcom.py:7104 msgid "Name of source data" msgstr "Namn på källdata" -#: ../gramps/plugins/lib/libgedcom.py:7060 +#: ../gramps/plugins/lib/libgedcom.py:7121 msgid "Copyright of source data" msgstr "Copyright för källdata" -#: ../gramps/plugins/lib/libgedcom.py:7077 +#: ../gramps/plugins/lib/libgedcom.py:7138 msgid "Publication date of source data" msgstr "Publiceringsdatum för källdata" #. feature request 2356: avoid genitive form -#: ../gramps/plugins/lib/libgedcom.py:7091 +#: ../gramps/plugins/lib/libgedcom.py:7152 #, python-format msgid "Import from %s" msgstr "Import från %s" -#: ../gramps/plugins/lib/libgedcom.py:7130 +#: ../gramps/plugins/lib/libgedcom.py:7191 msgid "Submission record identifier" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7143 +#: ../gramps/plugins/lib/libgedcom.py:7204 msgid "Language of GEDCOM text" msgstr "Språk i GEDCOM-text" -#: ../gramps/plugins/lib/libgedcom.py:7169 +#: ../gramps/plugins/lib/libgedcom.py:7225 #, python-format msgid "" "Import of GEDCOM file %(filename)s with DEST=%(by)s, could cause errors in " @@ -24583,83 +24981,88 @@ msgstr "" "Import av GEDCOM fil %(filename)s med DEST=%(by)s, kan orsaka del i den " "skapade databasen!" -#: ../gramps/plugins/lib/libgedcom.py:7172 +#: ../gramps/plugins/lib/libgedcom.py:7228 msgid "Look for nameless events." msgstr "Sök efter namnlösa händelser." -#: ../gramps/plugins/lib/libgedcom.py:7196 +#: ../gramps/plugins/lib/libgedcom.py:7252 msgid "Character set" msgstr "Teckentabell" -#: ../gramps/plugins/lib/libgedcom.py:7201 +#: ../gramps/plugins/lib/libgedcom.py:7257 msgid "Character set and version" msgstr "Teckentabell och version" -#: ../gramps/plugins/lib/libgedcom.py:7218 +#: ../gramps/plugins/lib/libgedcom.py:7274 msgid "GEDCOM version not supported" msgstr "GEDCOM-versionen stöds ej" -#: ../gramps/plugins/lib/libgedcom.py:7222 +#: ../gramps/plugins/lib/libgedcom.py:7278 msgid "GEDCOM version" msgstr "GEDCOM-version" #. Allow Lineage-Linked etc. though it should be in uppercase -#: ../gramps/plugins/lib/libgedcom.py:7230 +#: ../gramps/plugins/lib/libgedcom.py:7286 msgid "GEDCOM FORM should be in uppercase" msgstr "GEDCOM FORM bör vara med versaler" -#: ../gramps/plugins/lib/libgedcom.py:7232 +#: ../gramps/plugins/lib/libgedcom.py:7288 msgid "GEDCOM FORM not supported" msgstr "GEDCOM-form ej stödd" -#: ../gramps/plugins/lib/libgedcom.py:7235 +#: ../gramps/plugins/lib/libgedcom.py:7291 msgid "GEDCOM form" msgstr "GEDCOM-form" -#: ../gramps/plugins/lib/libgedcom.py:7284 +#: ../gramps/plugins/lib/libgedcom.py:7340 msgid "Creation date of GEDCOM" msgstr "Skapelsedatum för GEDCOM" -#: ../gramps/plugins/lib/libgedcom.py:7289 +#: ../gramps/plugins/lib/libgedcom.py:7345 msgid "Creation date and time of GEDCOM" msgstr "Skapelsedatum och tid för GEDCOM" -#: ../gramps/plugins/lib/libgedcom.py:7382 +#: ../gramps/plugins/lib/libgedcom.py:7386 +#: ../gramps/plugins/lib/libgedcom.py:7428 +msgid "Empty note ignored" +msgstr "Tom notis ignorerades" + +#: ../gramps/plugins/lib/libgedcom.py:7444 #, python-format msgid "NOTE Gramps ID %s" msgstr "NOTE Gramps ID %s" -#: ../gramps/plugins/lib/libgedcom.py:7432 +#: ../gramps/plugins/lib/libgedcom.py:7495 msgid "Submission: Submitter" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7434 +#: ../gramps/plugins/lib/libgedcom.py:7497 msgid "Submission: Family file" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7436 +#: ../gramps/plugins/lib/libgedcom.py:7499 msgid "Submission: Temple code" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7438 +#: ../gramps/plugins/lib/libgedcom.py:7501 msgid "Submission: Generations of ancestors" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7440 +#: ../gramps/plugins/lib/libgedcom.py:7503 msgid "Submission: Generations of descendants" msgstr "" -#: ../gramps/plugins/lib/libgedcom.py:7442 +#: ../gramps/plugins/lib/libgedcom.py:7505 msgid "Submission: Ordinance process flag" msgstr "" #. # Okay we have no clue which temple this is. #. # We should tell the user and store it anyway. -#: ../gramps/plugins/lib/libgedcom.py:7663 +#: ../gramps/plugins/lib/libgedcom.py:7731 msgid "Invalid temple code" msgstr "Ogiltig tempelkod" -#: ../gramps/plugins/lib/libgedcom.py:7751 +#: ../gramps/plugins/lib/libgedcom.py:7825 msgid "" "Your GEDCOM file is corrupted. The file appears to be encoded using the " "UTF16 character set, but is missing the BOM marker." @@ -24667,7 +25070,7 @@ msgstr "" "Din GEDCOM-fil är förstörd. Filen verkar varar kodad med UTF16-" "teckenuppsättning, men saknar BOM-markering." -#: ../gramps/plugins/lib/libgedcom.py:7754 +#: ../gramps/plugins/lib/libgedcom.py:7828 msgid "Your GEDCOM file is empty." msgstr "Din GEDCOM-fil är tom." @@ -24713,30 +25116,30 @@ msgstr "Creative Commons - Erkännande, Ickekommersiell, Dela Lika 2.5 Sverige" msgid "No copyright notice" msgstr "Ingen copyrightnotis" -#: ../gramps/plugins/lib/libmetadata.py:60 -#: ../gramps/plugins/lib/libmetadata.py:96 +#: ../gramps/plugins/lib/libmetadata.py:62 +#: ../gramps/plugins/lib/libmetadata.py:98 msgid "Invalid format" msgstr "Ogiltigt format" -#: ../gramps/plugins/lib/libmetadata.py:64 +#: ../gramps/plugins/lib/libmetadata.py:66 #, python-format msgid "%(hr)02d:%(min)02d:%(sec)02d" msgstr "%(hr)02d:%(min)02d:%(sec)02d" -#: ../gramps/plugins/lib/libmetadata.py:67 +#: ../gramps/plugins/lib/libmetadata.py:69 #, python-format msgid "%(date)s %(time)s" msgstr "%(date)s %(time)s" -#: ../gramps/plugins/lib/libmetadata.py:100 +#: ../gramps/plugins/lib/libmetadata.py:102 msgid "Camera" msgstr "Kamera" -#: ../gramps/plugins/lib/libmetadata.py:101 +#: ../gramps/plugins/lib/libmetadata.py:103 msgid "GPS" msgstr "GPS" -#: ../gramps/plugins/lib/libmetadata.py:102 +#: ../gramps/plugins/lib/libmetadata.py:104 msgid "Advanced" msgstr "Avancerade" @@ -24841,7 +25244,7 @@ msgid "She was born on %(birth_date)s." msgstr "Hon föddes %(birth_date)s." #: ../gramps/plugins/lib/libnarrate.py:125 -#: ../gramps/plugins/webreport/webcal.py:1991 +#: ../gramps/plugins/webreport/webcal.py:2013 #, python-format msgid "Born %(birth_date)s." msgstr "Född %(birth_date)s." @@ -25205,7 +25608,7 @@ msgstr "Hon dog %(death_date)s, vid en ålder av %(age)s." #. latin cross for html code #: ../gramps/plugins/lib/libnarrate.py:283 #: ../gramps/plugins/lib/libnarrate.py:316 -#: ../gramps/plugins/webreport/webcal.py:1981 +#: ../gramps/plugins/webreport/webcal.py:2003 #, python-format msgid "Died %(death_date)s." msgstr "Dog %(death_date)s." @@ -28002,30 +28405,30 @@ msgstr "Ta bort den valda personen" msgid "Merge the selected persons" msgstr "Slå ihop del valda personerna" -#: ../gramps/plugins/lib/libpersonview.py:298 +#: ../gramps/plugins/lib/libpersonview.py:301 msgid "_Delete Person" msgstr "_Radera person" -#: ../gramps/plugins/lib/libpersonview.py:316 +#: ../gramps/plugins/lib/libpersonview.py:319 msgid "Deleting the person will remove the person from the database." msgstr "Att radera personen innebär att personen tas bort från databasen." -#: ../gramps/plugins/lib/libpersonview.py:339 +#: ../gramps/plugins/lib/libpersonview.py:342 #, python-format msgid "Delete Person (%s)" msgstr "Radera person (%s)" -#: ../gramps/plugins/lib/libpersonview.py:369 -#: ../gramps/plugins/view/pedigreeview.py:662 -#: ../gramps/plugins/view/relview.py:421 +#: ../gramps/plugins/lib/libpersonview.py:378 +#: ../gramps/plugins/view/pedigreeview.py:694 +#: ../gramps/plugins/view/relview.py:431 msgid "Person Filter Editor" msgstr "Redigera personfilter" -#: ../gramps/plugins/lib/libpersonview.py:374 +#: ../gramps/plugins/lib/libpersonview.py:383 msgid "Web Connection" msgstr "Nätanslutning" -#: ../gramps/plugins/lib/libpersonview.py:419 +#: ../gramps/plugins/lib/libpersonview.py:428 msgid "" "Exactly two people must be selected to perform a merge. A second person can " "be selected by holding down the control key while clicking on the desired " @@ -28132,65 +28535,65 @@ msgstr "" msgid "Merging these places would create a cycle in the place hierarchy." msgstr "Att slå ihop dessa platser skulle skapa en en slinga i platsstrukturen" -#: ../gramps/plugins/lib/libplugins.gpr.py:32 +#: ../gramps/plugins/lib/libplugins.gpr.py:35 msgid "Provides a library for using Cairo to generate documents." msgstr "" "Tillhandahåller ett bibliotek genom att använda Cairo till att skapa " "dokument." -#: ../gramps/plugins/lib/libplugins.gpr.py:51 +#: ../gramps/plugins/lib/libplugins.gpr.py:54 msgid "Provides GEDCOM processing functionality" msgstr "Tillhandahåller bearbetning av GEDCOM" -#: ../gramps/plugins/lib/libplugins.gpr.py:68 +#: ../gramps/plugins/lib/libplugins.gpr.py:71 msgid "Provides recursive routines for reports" msgstr "Åstadkommer rekursiva rutiner för rapporter" -#: ../gramps/plugins/lib/libplugins.gpr.py:85 +#: ../gramps/plugins/lib/libplugins.gpr.py:88 msgid "Provides common functionality for Gramps XML import/export." msgstr "Tillhandahåller grundfunktioner för Gramps XML import/export." -#: ../gramps/plugins/lib/libplugins.gpr.py:103 +#: ../gramps/plugins/lib/libplugins.gpr.py:106 msgid "Provides holiday information for different countries." msgstr "Tillhandahåller information om helgdagar för olika länder." -#: ../gramps/plugins/lib/libplugins.gpr.py:121 +#: ../gramps/plugins/lib/libplugins.gpr.py:124 msgid "Manages a HTML file implementing DocBackend." msgstr "Hanterar an HTML-fil genom DocBackend." -#: ../gramps/plugins/lib/libplugins.gpr.py:139 +#: ../gramps/plugins/lib/libplugins.gpr.py:142 msgid "Common constants for html files." msgstr "Gemensamma konstanter för html-filer." -#: ../gramps/plugins/lib/libplugins.gpr.py:157 +#: ../gramps/plugins/lib/libplugins.gpr.py:160 msgid "Manages an HTML DOM tree." msgstr "Hanterar att HTML-DOM-träd." -#: ../gramps/plugins/lib/libplugins.gpr.py:175 +#: ../gramps/plugins/lib/libplugins.gpr.py:178 msgid "Provides base functionality for map services." msgstr "Tillhandahåller grundfunktioner för karttjänster." -#: ../gramps/plugins/lib/libplugins.gpr.py:192 +#: ../gramps/plugins/lib/libplugins.gpr.py:195 msgid "Provides Textual Narration." msgstr "Tillhandahåller en textbeskrivning." -#: ../gramps/plugins/lib/libplugins.gpr.py:209 +#: ../gramps/plugins/lib/libplugins.gpr.py:212 msgid "Manages an ODF file implementing DocBackend." msgstr "Hanterar en ODF-fil genom DocBackend." -#: ../gramps/plugins/lib/libplugins.gpr.py:226 +#: ../gramps/plugins/lib/libplugins.gpr.py:229 msgid "Provides the Base needed for the List People views." msgstr "Erbjuder önskvärd grund för vyn lista personer." -#: ../gramps/plugins/lib/libplugins.gpr.py:243 +#: ../gramps/plugins/lib/libplugins.gpr.py:246 msgid "Provides the Base needed for the List Place views." msgstr "Erbjuder önskvärd grund för vyn lista platser." -#: ../gramps/plugins/lib/libplugins.gpr.py:260 +#: ../gramps/plugins/lib/libplugins.gpr.py:263 msgid "Provides variable substitution on display lines." msgstr "Erbjuder variabelersättning på visningrader." -#: ../gramps/plugins/lib/libplugins.gpr.py:276 +#: ../gramps/plugins/lib/libplugins.gpr.py:279 msgid "" "Provides the base needed for the ancestor and descendant graphical reports." msgstr "" @@ -28298,86 +28701,100 @@ msgstr "Nederkant, vänster" msgid "Bottom Right" msgstr "Nederkant, höger" -#: ../gramps/plugins/lib/maps/geography.py:297 -#: ../gramps/plugins/view/fanchartdescview.py:166 -#: ../gramps/plugins/view/fanchartview.py:164 +#: ../gramps/plugins/lib/maps/geography.py:308 +#: ../gramps/plugins/view/fanchart2wayview.py:191 +#: ../gramps/plugins/view/fanchartdescview.py:186 +#: ../gramps/plugins/view/fanchartview.py:182 msgid "_Print..." msgstr "Skriv ut..." -#: ../gramps/plugins/lib/maps/geography.py:299 +#: ../gramps/plugins/lib/maps/geography.py:310 msgid "Print or save the Map" msgstr "Skriv ut eller spara kartan" -#: ../gramps/plugins/lib/maps/geography.py:336 +#: ../gramps/plugins/lib/maps/geography.py:347 msgid "Map Menu" msgstr "Kartmeny" -#: ../gramps/plugins/lib/maps/geography.py:339 +#: ../gramps/plugins/lib/maps/geography.py:350 msgid "Remove cross hair" msgstr "Tag bort hårkors" -#: ../gramps/plugins/lib/maps/geography.py:341 +#: ../gramps/plugins/lib/maps/geography.py:352 msgid "Add cross hair" msgstr "Lägg till hårkors" -#: ../gramps/plugins/lib/maps/geography.py:348 +#: ../gramps/plugins/lib/maps/geography.py:359 msgid "Unlock zoom and position" msgstr "Lås upp zoom och position" -#: ../gramps/plugins/lib/maps/geography.py:350 +#: ../gramps/plugins/lib/maps/geography.py:361 msgid "Lock zoom and position" msgstr "Lås zoom och position" -#: ../gramps/plugins/lib/maps/geography.py:357 +#: ../gramps/plugins/lib/maps/geography.py:368 msgid "Add place" msgstr "Lägg till plats" -#: ../gramps/plugins/lib/maps/geography.py:362 +#: ../gramps/plugins/lib/maps/geography.py:373 msgid "Link place" msgstr "Länka Plats" -#: ../gramps/plugins/lib/maps/geography.py:367 +#: ../gramps/plugins/lib/maps/geography.py:378 msgid "Add place from kml" msgstr "Lägg till plats från kml" -#: ../gramps/plugins/lib/maps/geography.py:372 +#: ../gramps/plugins/lib/maps/geography.py:383 msgid "Center here" msgstr "Centrera hit" -#: ../gramps/plugins/lib/maps/geography.py:385 +#: ../gramps/plugins/lib/maps/geography.py:396 #, python-format msgid "Replace '%(map)s' by =>" msgstr "Ersätt '%(map)s' med =>" -#: ../gramps/plugins/lib/maps/geography.py:404 +#: ../gramps/plugins/lib/maps/geography.py:415 +#, python-format +msgid "Reload all visible tiles for '%(map)s'." +msgstr "" + +#: ../gramps/plugins/lib/maps/geography.py:425 #, python-format msgid "Clear the '%(map)s' tiles cache." msgstr "Nollställ '%(map)s'-rutnätscachen." #: ../gramps/plugins/lib/maps/geography.py:882 +msgid "You can't use the print functionality" +msgstr "Du kan inte använda utskriftsfunktionen" + +#: ../gramps/plugins/lib/maps/geography.py:883 +msgid "Your Gtk version is too old." +msgstr "Din version av Gtk är för gammal" + +#: ../gramps/plugins/lib/maps/geography.py:924 #: ../gramps/plugins/view/geoclose.py:550 -#: ../gramps/plugins/view/geoevents.py:343 -#: ../gramps/plugins/view/geoevents.py:376 -#: ../gramps/plugins/view/geofamclose.py:741 +#: ../gramps/plugins/view/geoevents.py:345 +#: ../gramps/plugins/view/geoevents.py:378 +#: ../gramps/plugins/view/geofamclose.py:740 #: ../gramps/plugins/view/geofamily.py:434 #: ../gramps/plugins/view/geomoves.py:625 #: ../gramps/plugins/view/geoperson.py:445 #: ../gramps/plugins/view/geoperson.py:466 #: ../gramps/plugins/view/geoperson.py:506 -#: ../gramps/plugins/view/geoplaces.py:350 -#: ../gramps/plugins/view/geoplaces.py:375 +#: ../gramps/plugins/view/geoplaces.py:434 +#: ../gramps/plugins/view/geoplaces.py:459 msgid "Center on this place" msgstr "Centrera på denna plats" -#: ../gramps/plugins/lib/maps/geography.py:961 +#: ../gramps/plugins/lib/maps/geography.py:1003 msgid "Select a kml file used to add places" msgstr "Välj en kml-fil för att lägga till platser" -#: ../gramps/plugins/lib/maps/geography.py:1026 +#: ../gramps/plugins/lib/maps/geography.py:1068 msgid "You have at least two places with the same title." msgstr "Du har minst två platser med samma titel." -#: ../gramps/plugins/lib/maps/geography.py:1027 +#: ../gramps/plugins/lib/maps/geography.py:1069 #, python-format msgid "" "The title of the places is:\n" @@ -28394,19 +28811,19 @@ msgstr "" "\n" "%(bold_start)sI kan ej fullfölja din begäran%(bold_end)s.\n" -#: ../gramps/plugins/lib/maps/geography.py:1155 +#: ../gramps/plugins/lib/maps/geography.py:1198 msgid "Nothing for this view." msgstr "Inget för denna vy." -#: ../gramps/plugins/lib/maps/geography.py:1156 +#: ../gramps/plugins/lib/maps/geography.py:1199 msgid "Specific parameters" msgstr "Särskilda parametrar" -#: ../gramps/plugins/lib/maps/geography.py:1174 +#: ../gramps/plugins/lib/maps/geography.py:1217 msgid "Where to save the tiles for offline mode." msgstr "Var spara delrutor i ej ansluten mod." -#: ../gramps/plugins/lib/maps/geography.py:1178 +#: ../gramps/plugins/lib/maps/geography.py:1221 msgid "" "If you have no more space in your file system. You can remove all tiles " "placed in the above path.\n" @@ -28416,45 +28833,49 @@ msgstr "" "så kan du ta bort alla alla delrutor placerade i ovan sökväg.\n" "Se upp! Om du inte har Internet, kommer du inte at få någon karta." -#: ../gramps/plugins/lib/maps/geography.py:1183 +#: ../gramps/plugins/lib/maps/geography.py:1226 msgid "Zoom used when centering" msgstr "Zoom vid centrering" -#: ../gramps/plugins/lib/maps/geography.py:1187 +#: ../gramps/plugins/lib/maps/geography.py:1230 msgid "The maximum number of places to show" msgstr "Maximalt antal platser att visa" -#: ../gramps/plugins/lib/maps/geography.py:1191 +#: ../gramps/plugins/lib/maps/geography.py:1234 msgid "" "Use keypad for shortcuts :\n" "Either we choose the + and - from the keypad if we select this,\n" "or we use the characters from the keyboard." msgstr "" +"Använd tangentbord till genvägar:\n" +"Antingen väljer vi + och - från tangentbordet om vi väljer detta, eller så " +"använder vi tecken från tangentbordet." -#: ../gramps/plugins/lib/maps/geography.py:1197 +#: ../gramps/plugins/lib/maps/geography.py:1240 msgid "The map" msgstr "Kartan" -#: ../gramps/plugins/lib/maps/geography.py:1213 +#: ../gramps/plugins/lib/maps/geography.py:1256 msgid "Select tile cache directory for offline mode" msgstr "Välj buffertmapp för att arbeta utan internet." -#: ../gramps/plugins/lib/maps/osmgps.py:119 +#: ../gramps/plugins/lib/maps/osmgps.py:138 #, python-format msgid "Can't create tiles cache directory %s" msgstr "Kunde inte mapp %s för delrutor" -#: ../gramps/plugins/lib/maps/osmgps.py:141 +#: ../gramps/plugins/lib/maps/osmgps.py:161 +#: ../gramps/plugins/lib/maps/osmgps.py:226 #, python-format msgid "Can't create tiles cache directory for '%s'." msgstr "Kunde inte skapa mapp för delrutor för '%s" -#: ../gramps/plugins/lib/maps/placeselection.py:106 -#: ../gramps/plugins/lib/maps/placeselection.py:108 +#: ../gramps/plugins/lib/maps/placeselection.py:107 +#: ../gramps/plugins/lib/maps/placeselection.py:109 msgid "Place Selection in a region" msgstr "Placera val i en region" -#: ../gramps/plugins/lib/maps/placeselection.py:109 +#: ../gramps/plugins/lib/maps/placeselection.py:110 msgid "" "Choose the radius of the selection.\n" "On the map you should see a circle or an oval depending on the latitude." @@ -28462,13 +28883,13 @@ msgstr "" "Välj radie på valet.\n" "På kartan bör du nu se en cirkel eller oval, beroende på latitud." -#: ../gramps/plugins/lib/maps/placeselection.py:147 +#: ../gramps/plugins/lib/maps/placeselection.py:148 msgid "The green values in the row correspond to the current place values." msgstr "Det gröna värdet på en rad motsvarar den aktuella platsen värde." #. here, we could add value from geography names services ... #. if we found no place, we must create a default place. -#: ../gramps/plugins/lib/maps/placeselection.py:197 +#: ../gramps/plugins/lib/maps/placeselection.py:195 msgid "New place with empty fields" msgstr "Ny plats med tomma fält" @@ -28493,16 +28914,16 @@ msgid "Longitude not within '8.05' to '24.15'" msgstr "Longitud ej inom '8.05' to '24.15'" #: ../gramps/plugins/mapservices/eniroswedenmap.py:147 -#: ../gramps/plugins/mapservices/eniroswedenmap.py:174 -#: ../gramps/plugins/mapservices/eniroswedenmap.py:179 +#: ../gramps/plugins/mapservices/eniroswedenmap.py:175 +#: ../gramps/plugins/mapservices/eniroswedenmap.py:181 msgid "Eniro map not available" msgstr "Eniros karta ej tillgänglig" -#: ../gramps/plugins/mapservices/eniroswedenmap.py:175 +#: ../gramps/plugins/mapservices/eniroswedenmap.py:176 msgid "Coordinates needed in Denmark" msgstr "Koordinater behövs i Danmark" -#: ../gramps/plugins/mapservices/eniroswedenmap.py:180 +#: ../gramps/plugins/mapservices/eniroswedenmap.py:182 msgid "" "Latitude and longitude,\n" "or street and city needed" @@ -28527,7 +28948,7 @@ msgid "Open on maps.google.com" msgstr "Öppnar på maps.google.com" #: ../gramps/plugins/mapservices/mapservice.gpr.py:69 -#: ../gramps/plugins/webreport/narrativeweb.py:9674 +#: ../gramps/plugins/webreport/narrativeweb.py:9976 msgid "OpenStreetMap" msgstr "OpenStreetMap" @@ -28574,26 +28995,36 @@ msgid "Sorted events of %s" msgstr "Sorterade händelser för %s" #: ../gramps/plugins/quickview/all_events.py:60 -#: ../gramps/plugins/quickview/all_events.py:106 -#: ../gramps/plugins/quickview/all_events.py:118 +#: ../gramps/plugins/quickview/all_events.py:110 +#: ../gramps/plugins/quickview/all_events.py:125 msgid "Event Date" msgstr "Händelsedatum" #: ../gramps/plugins/quickview/all_events.py:60 -#: ../gramps/plugins/quickview/all_events.py:106 -#: ../gramps/plugins/quickview/all_events.py:118 +#: ../gramps/plugins/quickview/all_events.py:110 +#: ../gramps/plugins/quickview/all_events.py:125 msgid "Event Place" msgstr "Händelseplats" #: ../gramps/plugins/quickview/all_events.py:60 -#: ../gramps/plugins/quickview/all_events.py:105 -#: ../gramps/plugins/quickview/all_events.py:117 -#: ../gramps/plugins/webreport/narrativeweb.py:6702 +#: ../gramps/plugins/quickview/all_events.py:109 +#: ../gramps/plugins/quickview/all_events.py:124 +#: ../gramps/plugins/webreport/narrativeweb.py:6784 msgid "Event Type" msgstr "Händelsetyp" +#: ../gramps/plugins/quickview/all_events.py:70 +#: ../gramps/plugins/quickview/all_events.py:120 +#: ../gramps/plugins/quickview/all_events.py:134 +#: ../gramps/plugins/quickview/attributematch.py:50 +#: ../gramps/plugins/quickview/reporef.py:83 +#: ../gramps/plugins/quickview/siblings.py:72 +#, fuzzy +msgid "Not found" +msgstr "Inga föräldrar hittades" + #. display the results -#: ../gramps/plugins/quickview/all_events.py:100 +#: ../gramps/plugins/quickview/all_events.py:103 #, python-format msgid "" "Sorted events of family\n" @@ -28602,12 +29033,12 @@ msgstr "" "Sorterade händelser för familj\n" " %(father)s - %(mother)s" -#: ../gramps/plugins/quickview/all_events.py:105 -#: ../gramps/plugins/quickview/all_events.py:117 +#: ../gramps/plugins/quickview/all_events.py:109 +#: ../gramps/plugins/quickview/all_events.py:124 msgid "Family Member" msgstr "Familjemedlem" -#: ../gramps/plugins/quickview/all_events.py:116 +#: ../gramps/plugins/quickview/all_events.py:123 msgid "Personal events of the children" msgstr "Personliga händelser för barnen" @@ -28616,13 +29047,13 @@ msgid "Home person not set." msgstr "Hemperson är inte bestämd." #: ../gramps/plugins/quickview/all_relations.py:79 -#: ../gramps/plugins/tool/relcalc.py:192 +#: ../gramps/plugins/tool/relcalc.py:194 #, python-format msgid "%(person)s and %(active_person)s are the same person." msgstr "%(person)s och %(active_person)s är samma person." #: ../gramps/plugins/quickview/all_relations.py:88 -#: ../gramps/plugins/tool/relcalc.py:205 +#: ../gramps/plugins/tool/relcalc.py:207 #, python-format msgid "%(person)s is the %(relationship)s of %(active_person)s." msgstr "%(person)s är %(relationship)s till %(active_person)s." @@ -28656,12 +29087,11 @@ msgid "Parent" msgstr "Föräldrar" #: ../gramps/plugins/quickview/all_relations.py:286 -#: ../gramps/plugins/view/relview.py:404 -#: ../gramps/plugins/webreport/narrativeweb.py:381 -#: ../gramps/plugins/webreport/narrativeweb.py:2738 -#: ../gramps/plugins/webreport/narrativeweb.py:2740 -#: ../gramps/plugins/webreport/narrativeweb.py:3266 -#: ../gramps/plugins/webreport/narrativeweb.py:6081 +#: ../gramps/plugins/view/relview.py:414 +#: ../gramps/plugins/webreport/narrativeweb.py:2728 +#: ../gramps/plugins/webreport/narrativeweb.py:2730 +#: ../gramps/plugins/webreport/narrativeweb.py:3260 +#: ../gramps/plugins/webreport/narrativeweb.py:6140 msgid "Partner" msgstr "Partner" @@ -28832,27 +29262,28 @@ msgstr "Objekt" #: ../gramps/plugins/quickview/filterbyname.py:91 #: ../gramps/plugins/quickview/filterbyname.py:116 #: ../gramps/plugins/textreport/tagreport.py:143 -#: ../gramps/plugins/view/view.gpr.py:180 -#: ../gramps/plugins/view/view.gpr.py:188 -#: ../gramps/plugins/view/view.gpr.py:197 +#: ../gramps/plugins/view/view.gpr.py:195 +#: ../gramps/plugins/view/view.gpr.py:203 +#: ../gramps/plugins/view/view.gpr.py:212 msgid "People" msgstr "Personer" #: ../gramps/plugins/quickview/filterbyname.py:103 #: ../gramps/plugins/quickview/filterbyname.py:128 #: ../gramps/plugins/view/sourceview.py:115 -#: ../gramps/plugins/view/view.gpr.py:250 -#: ../gramps/plugins/view/view.gpr.py:258 -#: ../gramps/plugins/view/view.gpr.py:289 -#: ../gramps/plugins/webreport/narrativeweb.py:386 -#: ../gramps/plugins/webreport/narrativeweb.py:1040 -#: ../gramps/plugins/webreport/narrativeweb.py:1355 -#: ../gramps/plugins/webreport/narrativeweb.py:1673 -#: ../gramps/plugins/webreport/narrativeweb.py:1902 -#: ../gramps/plugins/webreport/narrativeweb.py:1959 -#: ../gramps/plugins/webreport/narrativeweb.py:2021 -#: ../gramps/plugins/webreport/narrativeweb.py:4775 -#: ../gramps/plugins/webreport/narrativeweb.py:4872 +#: ../gramps/plugins/view/view.gpr.py:265 +#: ../gramps/plugins/view/view.gpr.py:273 +#: ../gramps/plugins/view/view.gpr.py:304 +#: ../gramps/plugins/webreport/narrativeweb.py:994 +#: ../gramps/plugins/webreport/narrativeweb.py:1311 +#: ../gramps/plugins/webreport/narrativeweb.py:1486 +#: ../gramps/plugins/webreport/narrativeweb.py:1635 +#: ../gramps/plugins/webreport/narrativeweb.py:1878 +#: ../gramps/plugins/webreport/narrativeweb.py:1937 +#: ../gramps/plugins/webreport/narrativeweb.py:2007 +#: ../gramps/plugins/webreport/narrativeweb.py:4828 +#: ../gramps/plugins/webreport/narrativeweb.py:4925 +#: ../gramps/plugins/webreport/narrativeweb.py:7070 msgid "Sources" msgstr "Källor" @@ -28860,13 +29291,13 @@ msgstr "Källor" #: ../gramps/plugins/quickview/filterbyname.py:131 #: ../gramps/plugins/textreport/tagreport.py:637 #: ../gramps/plugins/view/repoview.py:129 -#: ../gramps/plugins/view/view.gpr.py:235 -#: ../gramps/plugins/view/view.gpr.py:243 -#: ../gramps/plugins/webreport/narrativeweb.py:1903 -#: ../gramps/plugins/webreport/narrativeweb.py:2022 -#: ../gramps/plugins/webreport/narrativeweb.py:3034 -#: ../gramps/plugins/webreport/narrativeweb.py:7658 -#: ../gramps/plugins/webreport/narrativeweb.py:7742 +#: ../gramps/plugins/view/view.gpr.py:250 +#: ../gramps/plugins/view/view.gpr.py:258 +#: ../gramps/plugins/webreport/narrativeweb.py:1879 +#: ../gramps/plugins/webreport/narrativeweb.py:2008 +#: ../gramps/plugins/webreport/narrativeweb.py:3025 +#: ../gramps/plugins/webreport/narrativeweb.py:7728 +#: ../gramps/plugins/webreport/narrativeweb.py:7813 msgid "Repositories" msgstr "Arkivplatser" @@ -28949,7 +29380,7 @@ msgstr "Fadersnamn" #: ../gramps/plugins/quickview/lineage.py:61 #: ../gramps/plugins/quickview/lineage.py:93 -#: ../gramps/plugins/quickview/lineage.py:181 +#: ../gramps/plugins/quickview/lineage.py:183 msgid "Remark" msgstr "Anmärkning" @@ -28981,17 +29412,17 @@ msgid "Direct line female descendants" msgstr "Direkta kvinnliga ättlingar" #: ../gramps/plugins/quickview/lineage.py:125 -#: ../gramps/plugins/quickview/lineage.py:219 +#: ../gramps/plugins/quickview/lineage.py:221 msgid "ERROR : Too many levels in the tree (perhaps a loop?)." msgstr "FEL : För många nivåer i trädet (kanske en slinga?)." -#: ../gramps/plugins/quickview/lineage.py:154 +#: ../gramps/plugins/quickview/lineage.py:156 msgid "No birth relation with child" msgstr "Ingen födelserelation med barn" -#: ../gramps/plugins/quickview/lineage.py:158 -#: ../gramps/plugins/quickview/lineage.py:178 -#: ../gramps/plugins/tool/verify.py:978 +#: ../gramps/plugins/quickview/lineage.py:160 +#: ../gramps/plugins/quickview/lineage.py:180 +#: ../gramps/plugins/tool/verify.py:1064 msgid "Unknown gender" msgstr "Okänt kön" @@ -29054,121 +29485,121 @@ msgstr "Övriga händelser under %(year)d" msgid "No other events in %(year)d" msgstr "Inga övriga händelser under %(year)d" -#: ../gramps/plugins/quickview/quickview.gpr.py:33 +#: ../gramps/plugins/quickview/quickview.gpr.py:36 msgid "Display people and ages on a particular date" msgstr "Visar personer och åldrar på en särskild dag" -#: ../gramps/plugins/quickview/quickview.gpr.py:52 +#: ../gramps/plugins/quickview/quickview.gpr.py:55 msgid "Attribute Match" msgstr "Attributmatchning" -#: ../gramps/plugins/quickview/quickview.gpr.py:53 +#: ../gramps/plugins/quickview/quickview.gpr.py:56 msgid "Display people with same attribute." msgstr "Visa personer med lika attribut." -#: ../gramps/plugins/quickview/quickview.gpr.py:72 +#: ../gramps/plugins/quickview/quickview.gpr.py:75 msgid "All Events" msgstr "Alla händelser" -#: ../gramps/plugins/quickview/quickview.gpr.py:73 +#: ../gramps/plugins/quickview/quickview.gpr.py:76 msgid "Display a person's events, both personal and family." msgstr "Visa händelser för en person, både personliga och familjerelaterade." -#: ../gramps/plugins/quickview/quickview.gpr.py:87 +#: ../gramps/plugins/quickview/quickview.gpr.py:90 msgid "All Family Events" msgstr "Alla familjehändelser" -#: ../gramps/plugins/quickview/quickview.gpr.py:88 +#: ../gramps/plugins/quickview/quickview.gpr.py:91 msgid "Display the family and family members events." msgstr "Visa släkten och släktmedlemmarnas händelser." -#: ../gramps/plugins/quickview/quickview.gpr.py:107 +#: ../gramps/plugins/quickview/quickview.gpr.py:110 msgid "Relation to Home Person" msgstr "Släktskap till hemperson" -#: ../gramps/plugins/quickview/quickview.gpr.py:108 +#: ../gramps/plugins/quickview/quickview.gpr.py:111 msgid "Display all relationships between person and home person." msgstr "Visa alla släktskap mellan person och hemperson." -#: ../gramps/plugins/quickview/quickview.gpr.py:128 +#: ../gramps/plugins/quickview/quickview.gpr.py:131 msgid "Display filtered data" msgstr "Visa filtrerade data" -#: ../gramps/plugins/quickview/quickview.gpr.py:147 +#: ../gramps/plugins/quickview/quickview.gpr.py:150 msgid "Father lineage" msgstr "Faderns ätt" -#: ../gramps/plugins/quickview/quickview.gpr.py:148 +#: ../gramps/plugins/quickview/quickview.gpr.py:151 msgid "Display father lineage" msgstr "Visa fadersätten" -#: ../gramps/plugins/quickview/quickview.gpr.py:161 +#: ../gramps/plugins/quickview/quickview.gpr.py:164 msgid "Mother lineage" msgstr "Moderns ätt" -#: ../gramps/plugins/quickview/quickview.gpr.py:162 +#: ../gramps/plugins/quickview/quickview.gpr.py:165 msgid "Display mother lineage" msgstr "Visa modersätt" -#: ../gramps/plugins/quickview/quickview.gpr.py:181 +#: ../gramps/plugins/quickview/quickview.gpr.py:184 msgid "On This Day" msgstr "På denna dag" -#: ../gramps/plugins/quickview/quickview.gpr.py:182 +#: ../gramps/plugins/quickview/quickview.gpr.py:185 msgid "Display events on a particular day" msgstr "Visar händelser på en speciell dag" -#: ../gramps/plugins/quickview/quickview.gpr.py:208 +#: ../gramps/plugins/quickview/quickview.gpr.py:211 #: ../gramps/plugins/quickview/references.py:91 msgid "Source or Citation" msgstr "Källa eller citering" -#: ../gramps/plugins/quickview/quickview.gpr.py:214 +#: ../gramps/plugins/quickview/quickview.gpr.py:217 #, python-format msgid "%s References" msgstr "%sreferenser" -#: ../gramps/plugins/quickview/quickview.gpr.py:215 +#: ../gramps/plugins/quickview/quickview.gpr.py:218 #, python-format msgid "Display references for a %s" msgstr "Visa referenser för en %s" -#: ../gramps/plugins/quickview/quickview.gpr.py:228 +#: ../gramps/plugins/quickview/quickview.gpr.py:231 msgid "Link References" msgstr "Länkreferenser" -#: ../gramps/plugins/quickview/quickview.gpr.py:229 +#: ../gramps/plugins/quickview/quickview.gpr.py:232 msgid "Display link references for a note" msgstr "Visa länkreferenser för en notis" -#: ../gramps/plugins/quickview/quickview.gpr.py:249 +#: ../gramps/plugins/quickview/quickview.gpr.py:252 msgid "" "Display the repository reference for sources related to the active repository" msgstr "" "Visa arkivplatsreferensen för källor relaterade till den aktiva arkivplatsen" -#: ../gramps/plugins/quickview/quickview.gpr.py:269 +#: ../gramps/plugins/quickview/quickview.gpr.py:272 msgid "Same Surnames" msgstr "Samma efternamn" -#: ../gramps/plugins/quickview/quickview.gpr.py:270 +#: ../gramps/plugins/quickview/quickview.gpr.py:273 msgid "Display people with the same surname as a person." msgstr "Visa personer med samma efternamn som en person." -#: ../gramps/plugins/quickview/quickview.gpr.py:283 +#: ../gramps/plugins/quickview/quickview.gpr.py:286 msgid "Same Given Names" msgstr "Lika förnamn" -#: ../gramps/plugins/quickview/quickview.gpr.py:284 -#: ../gramps/plugins/quickview/quickview.gpr.py:298 +#: ../gramps/plugins/quickview/quickview.gpr.py:287 +#: ../gramps/plugins/quickview/quickview.gpr.py:301 msgid "Display people with the same given name as a person." msgstr "Visa personer med lika förnamn som en person." -#: ../gramps/plugins/quickview/quickview.gpr.py:297 +#: ../gramps/plugins/quickview/quickview.gpr.py:300 msgid "Same Given Names - stand-alone" msgstr "Lika förnamn - fristående" -#: ../gramps/plugins/quickview/quickview.gpr.py:317 +#: ../gramps/plugins/quickview/quickview.gpr.py:320 msgid "Display a person's siblings." msgstr "Visa en persons syskon." @@ -29184,7 +29615,7 @@ msgid "No references for this %s" msgstr "Inga referenser för denna %s" #: ../gramps/plugins/quickview/reporef.py:62 -#: ../gramps/plugins/webreport/narrativeweb.py:3047 +#: ../gramps/plugins/webreport/narrativeweb.py:3040 msgid "Call number" msgstr "Referensnummer" @@ -29265,111 +29696,110 @@ msgstr "Syskon" msgid "self" msgstr "själv" -#: ../gramps/plugins/rel/relplugins.gpr.py:31 +#: ../gramps/plugins/rel/relplugins.gpr.py:34 msgid "Catalan Relationship Calculator" msgstr "Katalansk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:32 -#: ../gramps/plugins/rel/relplugins.gpr.py:46 -#: ../gramps/plugins/rel/relplugins.gpr.py:59 -#: ../gramps/plugins/rel/relplugins.gpr.py:75 -#: ../gramps/plugins/rel/relplugins.gpr.py:91 -#: ../gramps/plugins/rel/relplugins.gpr.py:106 -#: ../gramps/plugins/rel/relplugins.gpr.py:121 -#: ../gramps/plugins/rel/relplugins.gpr.py:138 -#: ../gramps/plugins/rel/relplugins.gpr.py:152 -#: ../gramps/plugins/rel/relplugins.gpr.py:165 -#: ../gramps/plugins/rel/relplugins.gpr.py:178 -#: ../gramps/plugins/rel/relplugins.gpr.py:191 -#: ../gramps/plugins/rel/relplugins.gpr.py:208 -#: ../gramps/plugins/rel/relplugins.gpr.py:225 -#: ../gramps/plugins/rel/relplugins.gpr.py:241 -#: ../gramps/plugins/rel/relplugins.gpr.py:257 -#: ../gramps/plugins/rel/relplugins.gpr.py:273 -#: ../gramps/plugins/rel/relplugins.gpr.py:287 -#: ../gramps/plugins/rel/relplugins.gpr.py:300 -#: ../gramps/plugins/rel/relplugins.gpr.py:314 +#: ../gramps/plugins/rel/relplugins.gpr.py:35 +#: ../gramps/plugins/rel/relplugins.gpr.py:49 +#: ../gramps/plugins/rel/relplugins.gpr.py:62 +#: ../gramps/plugins/rel/relplugins.gpr.py:78 +#: ../gramps/plugins/rel/relplugins.gpr.py:94 +#: ../gramps/plugins/rel/relplugins.gpr.py:109 +#: ../gramps/plugins/rel/relplugins.gpr.py:124 +#: ../gramps/plugins/rel/relplugins.gpr.py:141 +#: ../gramps/plugins/rel/relplugins.gpr.py:155 +#: ../gramps/plugins/rel/relplugins.gpr.py:168 +#: ../gramps/plugins/rel/relplugins.gpr.py:181 +#: ../gramps/plugins/rel/relplugins.gpr.py:194 +#: ../gramps/plugins/rel/relplugins.gpr.py:211 +#: ../gramps/plugins/rel/relplugins.gpr.py:228 +#: ../gramps/plugins/rel/relplugins.gpr.py:244 +#: ../gramps/plugins/rel/relplugins.gpr.py:260 +#: ../gramps/plugins/rel/relplugins.gpr.py:276 +#: ../gramps/plugins/rel/relplugins.gpr.py:290 +#: ../gramps/plugins/rel/relplugins.gpr.py:303 +#: ../gramps/plugins/rel/relplugins.gpr.py:317 msgid "Calculates relationships between people" msgstr "Beräknar släktskap mellan personer" -#: ../gramps/plugins/rel/relplugins.gpr.py:45 +#: ../gramps/plugins/rel/relplugins.gpr.py:48 msgid "Czech Relationship Calculator" msgstr "Tjeckisk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:58 +#: ../gramps/plugins/rel/relplugins.gpr.py:61 msgid "Danish Relationship Calculator" msgstr "Dansk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:74 +#: ../gramps/plugins/rel/relplugins.gpr.py:77 msgid "German Relationship Calculator" msgstr "Tysk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:90 +#: ../gramps/plugins/rel/relplugins.gpr.py:93 msgid "Spanish Relationship Calculator" msgstr "Spansk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:105 +#: ../gramps/plugins/rel/relplugins.gpr.py:108 msgid "Finnish Relationship Calculator" msgstr "Finsk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:120 +#: ../gramps/plugins/rel/relplugins.gpr.py:123 msgid "French Relationship Calculator" msgstr "Fransk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:137 +#: ../gramps/plugins/rel/relplugins.gpr.py:140 msgid "Croatian Relationship Calculator" msgstr "Kroatisk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:151 +#: ../gramps/plugins/rel/relplugins.gpr.py:154 msgid "Hungarian Relationship Calculator" msgstr "Ungersk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:164 -#, fuzzy +#: ../gramps/plugins/rel/relplugins.gpr.py:167 msgid "Icelandic Relationship Calculator" -msgstr "Italiensk släktskapsberäknare" +msgstr "Isländsk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:177 +#: ../gramps/plugins/rel/relplugins.gpr.py:180 msgid "Italian Relationship Calculator" msgstr "Italiensk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:190 +#: ../gramps/plugins/rel/relplugins.gpr.py:193 msgid "Dutch Relationship Calculator" msgstr "Holländsk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:207 +#: ../gramps/plugins/rel/relplugins.gpr.py:210 msgid "Norwegian Relationship Calculator" msgstr "Norsk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:224 +#: ../gramps/plugins/rel/relplugins.gpr.py:227 msgid "Polish Relationship Calculator" msgstr "Polsk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:240 +#: ../gramps/plugins/rel/relplugins.gpr.py:243 msgid "Portuguese Relationship Calculator" msgstr "Portugisisk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:256 +#: ../gramps/plugins/rel/relplugins.gpr.py:259 msgid "Russian Relationship Calculator" msgstr "Rysk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:272 +#: ../gramps/plugins/rel/relplugins.gpr.py:275 msgid "Slovak Relationship Calculator" msgstr "Slovakisk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:286 +#: ../gramps/plugins/rel/relplugins.gpr.py:289 msgid "Slovenian Relationship Calculator" msgstr "Slovensk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:299 +#: ../gramps/plugins/rel/relplugins.gpr.py:302 msgid "Swedish Relationship Calculator" msgstr "Svensk släktskapsberäknare" -#: ../gramps/plugins/rel/relplugins.gpr.py:313 +#: ../gramps/plugins/rel/relplugins.gpr.py:316 msgid "Ukrainian Relationship Calculator" msgstr "Ukrainsk släktskapsberäknare" -#: ../gramps/plugins/sidebar/dropdownsidebar.py:159 +#: ../gramps/plugins/sidebar/dropdownsidebar.py:164 msgid "Click to select a view" msgstr "Klicka för att välja en vy" @@ -29409,42 +29839,48 @@ msgstr "Val av vyer från lista med expandering" msgid "Expander" msgstr "Expander" -#: ../gramps/plugins/textreport/alphabeticalindex.py:64 -#: ../gramps/plugins/textreport/textplugins.gpr.py:390 +#: ../gramps/plugins/textreport/alphabeticalindex.py:65 +#: ../gramps/plugins/textreport/textplugins.gpr.py:393 msgid "Alphabetical Index" msgstr "Alfabetisk index" -#: ../gramps/plugins/textreport/alphabeticalindex.py:68 +#: ../gramps/plugins/textreport/alphabeticalindex.py:69 msgid "Index" msgstr "Index" -#: ../gramps/plugins/textreport/alphabeticalindex.py:115 +#: ../gramps/plugins/textreport/alphabeticalindex.py:89 +#: ../gramps/plugins/textreport/tableofcontents.py:88 +#, fuzzy +msgid "Entire Book" +msgstr "Ny bok" + +#: ../gramps/plugins/textreport/alphabeticalindex.py:120 msgid "The style used for index entries." msgstr "Mall som används för indexrader." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/ancestorreport.py:191 +#: ../gramps/plugins/textreport/ancestorreport.py:192 #, python-format msgid "Ahnentafel Report for %s" msgstr "Antavla för %s" -#: ../gramps/plugins/textreport/ancestorreport.py:288 -#: ../gramps/plugins/textreport/detancestralreport.py:792 -#: ../gramps/plugins/textreport/detdescendantreport.py:949 +#: ../gramps/plugins/textreport/ancestorreport.py:297 +#: ../gramps/plugins/textreport/detancestralreport.py:840 +#: ../gramps/plugins/textreport/detdescendantreport.py:1051 msgid "Page break between generations" msgstr "Sidbrytning mellan generationer" -#: ../gramps/plugins/textreport/ancestorreport.py:290 -#: ../gramps/plugins/textreport/detancestralreport.py:794 -#: ../gramps/plugins/textreport/detdescendantreport.py:951 +#: ../gramps/plugins/textreport/ancestorreport.py:299 +#: ../gramps/plugins/textreport/detancestralreport.py:842 +#: ../gramps/plugins/textreport/detdescendantreport.py:1053 msgid "Whether to start a new page after each generation." msgstr "Huruvida påbörja en ny sida efter varje generation." -#: ../gramps/plugins/textreport/ancestorreport.py:293 +#: ../gramps/plugins/textreport/ancestorreport.py:302 msgid "Add linebreak after each name" msgstr "Lägg till radbrytning efter varje namn" -#: ../gramps/plugins/textreport/ancestorreport.py:294 +#: ../gramps/plugins/textreport/ancestorreport.py:303 msgid "Indicates if a line break should follow the name." msgstr "Visar om ny rad borde komma efter namnet." @@ -29452,7 +29888,7 @@ msgstr "Visar om ny rad borde komma efter namnet." #: ../gramps/plugins/textreport/birthdayreport.py:219 #: ../gramps/plugins/textreport/birthdayreport.py:258 #: ../gramps/plugins/textreport/birthdayreport.py:268 -#: ../gramps/plugins/textreport/textplugins.gpr.py:56 +#: ../gramps/plugins/textreport/textplugins.gpr.py:59 msgid "Birthday and Anniversary Report" msgstr "Födelsedags- och årsdagsrapport" @@ -29479,72 +29915,74 @@ msgid_plural "{person}, {age}{relation}" msgstr[0] "" msgstr[1] "" -#: ../gramps/plugins/textreport/birthdayreport.py:413 -#: ../gramps/plugins/textreport/birthdayreport.py:415 -msgid "Year of report" -msgstr "År för rapporter" +#: ../gramps/plugins/textreport/birthdayreport.py:419 +#: ../gramps/plugins/textreport/familygroup.py:710 +#: ../gramps/plugins/textreport/indivcomplete.py:1037 +msgid "Select the filter to be applied to the report." +msgstr "Välj det filter som skall tillämpas för rapporten." -#: ../gramps/plugins/textreport/birthdayreport.py:420 -msgid "Select filter to restrict people that appear on report" -msgstr "Välj ett filter, som begränsar vilka personer, som tas med på rapport" - -#: ../gramps/plugins/textreport/birthdayreport.py:436 +#: ../gramps/plugins/textreport/birthdayreport.py:434 msgid "Include only living people in the report" msgstr "Ta bara med nu levande personer i rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:458 +#: ../gramps/plugins/textreport/birthdayreport.py:443 +#: ../gramps/plugins/textreport/birthdayreport.py:445 +msgid "Year of report" +msgstr "År för rapporter" + +#: ../gramps/plugins/textreport/birthdayreport.py:467 msgid "Select the first day of the week for the report" msgstr "Välj veckans första dag för rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:469 +#: ../gramps/plugins/textreport/birthdayreport.py:478 msgid "Include birthdays in the report" msgstr "Ta med födelsedagar i rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:473 +#: ../gramps/plugins/textreport/birthdayreport.py:482 msgid "Include anniversaries in the report" msgstr "Ta med årsdagar i rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:476 +#: ../gramps/plugins/textreport/birthdayreport.py:485 msgid "Include relationships to center person" msgstr "Ta med släktskap till centralperson" -#: ../gramps/plugins/textreport/birthdayreport.py:478 +#: ../gramps/plugins/textreport/birthdayreport.py:487 msgid "Include relationships to center person (slower)" msgstr "Ta med släktskap till centralperson (långsammare)" -#: ../gramps/plugins/textreport/birthdayreport.py:485 +#: ../gramps/plugins/textreport/birthdayreport.py:492 msgid "Title text" msgstr "Titeltext" -#: ../gramps/plugins/textreport/birthdayreport.py:486 +#: ../gramps/plugins/textreport/birthdayreport.py:493 msgid "Title of report" msgstr "Titel på rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:490 +#: ../gramps/plugins/textreport/birthdayreport.py:497 msgid "First line of text at bottom of report" msgstr "Första textraden nertill på rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:494 +#: ../gramps/plugins/textreport/birthdayreport.py:501 msgid "Second line of text at bottom of report" msgstr "Andra textraden nertill på rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:498 +#: ../gramps/plugins/textreport/birthdayreport.py:505 msgid "Third line of text at bottom of report" msgstr "Tredje textraden nertill på rapporten" -#: ../gramps/plugins/textreport/birthdayreport.py:555 +#: ../gramps/plugins/textreport/birthdayreport.py:574 msgid "Title text style" msgstr "Titeltextmall" -#: ../gramps/plugins/textreport/birthdayreport.py:558 +#: ../gramps/plugins/textreport/birthdayreport.py:577 msgid "Data text display" msgstr "Datatextvisning" -#: ../gramps/plugins/textreport/birthdayreport.py:560 +#: ../gramps/plugins/textreport/birthdayreport.py:579 msgid "Day text style" msgstr "Dagtextmall" -#: ../gramps/plugins/textreport/birthdayreport.py:563 +#: ../gramps/plugins/textreport/birthdayreport.py:582 msgid "Month text style" msgstr "Månadstextmall" @@ -29552,407 +29990,400 @@ msgstr "Månadstextmall" #: ../gramps/plugins/textreport/custombooktext.py:89 #: ../gramps/plugins/textreport/custombooktext.py:91 #: ../gramps/plugins/textreport/custombooktext.py:93 -#: ../gramps/plugins/textreport/textplugins.gpr.py:78 +#: ../gramps/plugins/textreport/textplugins.gpr.py:81 msgid "Custom Text" msgstr "Anpassad text" -#: ../gramps/plugins/textreport/custombooktext.py:131 +#: ../gramps/plugins/textreport/custombooktext.py:134 msgid "Initial Text" msgstr "Inledande text" -#: ../gramps/plugins/textreport/custombooktext.py:132 +#: ../gramps/plugins/textreport/custombooktext.py:135 msgid "Text to display at the top." msgstr "Text, som skall visas upptill." -#: ../gramps/plugins/textreport/custombooktext.py:135 +#: ../gramps/plugins/textreport/custombooktext.py:138 msgid "Middle Text" msgstr "Mittentext" -#: ../gramps/plugins/textreport/custombooktext.py:136 +#: ../gramps/plugins/textreport/custombooktext.py:139 msgid "Text to display in the middle" msgstr "Text, som skall visas i mitten" -#: ../gramps/plugins/textreport/custombooktext.py:139 +#: ../gramps/plugins/textreport/custombooktext.py:142 msgid "Final Text" msgstr "Avslutande text" -#: ../gramps/plugins/textreport/custombooktext.py:140 +#: ../gramps/plugins/textreport/custombooktext.py:143 msgid "Text to display last." msgstr "Text, som skall visas sist." -#: ../gramps/plugins/textreport/custombooktext.py:152 +#: ../gramps/plugins/textreport/custombooktext.py:165 msgid "The style used for the first portion of the custom text." msgstr "Mall som används för den första delen av den anpassade texten." -#: ../gramps/plugins/textreport/custombooktext.py:162 +#: ../gramps/plugins/textreport/custombooktext.py:175 msgid "The style used for the middle portion of the custom text." msgstr "Mall som används för mittendelen av den anpassade texten." -#: ../gramps/plugins/textreport/custombooktext.py:172 +#: ../gramps/plugins/textreport/custombooktext.py:185 msgid "The style used for the last portion of the custom text." msgstr "Mall som används för den sista delen av den anpassade texten." -#: ../gramps/plugins/textreport/descendreport.py:235 -#: ../gramps/plugins/textreport/descendreport.py:241 +#: ../gramps/plugins/textreport/descendreport.py:307 +#: ../gramps/plugins/textreport/descendreport.py:313 #, python-format msgid "sp. %(spouse)s" msgstr "m. %(spouse)s" -#: ../gramps/plugins/textreport/descendreport.py:252 +#: ../gramps/plugins/textreport/descendreport.py:324 #, fuzzy, python-format msgid "sp. see %(reference)s: %(spouse)s" msgstr "sp. se %(reference)s : %(spouse)s" -#: ../gramps/plugins/textreport/descendreport.py:312 +#: ../gramps/plugins/textreport/descendreport.py:384 #, python-format msgid "%s sp." msgstr "%s sp." -#: ../gramps/plugins/textreport/descendreport.py:430 -#: ../gramps/plugins/textreport/detdescendantreport.py:935 +#: ../gramps/plugins/textreport/descendreport.py:520 +#: ../gramps/plugins/textreport/detdescendantreport.py:988 msgid "Numbering system" msgstr "Numreringssystem" -#: ../gramps/plugins/textreport/descendreport.py:432 +#: ../gramps/plugins/textreport/descendreport.py:522 msgid "Simple numbering" msgstr "Enkel numrering" -#: ../gramps/plugins/textreport/descendreport.py:433 +#: ../gramps/plugins/textreport/descendreport.py:523 +#: ../gramps/plugins/textreport/detdescendantreport.py:992 +msgid "d'Aboville numbering" +msgstr "d'Aboville-numrering" + +#: ../gramps/plugins/textreport/descendreport.py:524 +#: ../gramps/plugins/textreport/detdescendantreport.py:990 +msgid "Henry numbering" +msgstr "Henry-numrering" + +#: ../gramps/plugins/textreport/descendreport.py:525 +#: ../gramps/plugins/textreport/detdescendantreport.py:991 +#, fuzzy +msgid "Modified Henry numbering" +msgstr "Henry-numrering" + +#: ../gramps/plugins/textreport/descendreport.py:526 msgid "de Villiers/Pama numbering" msgstr "de Villiers/Pama-numrering" -#: ../gramps/plugins/textreport/descendreport.py:434 +#: ../gramps/plugins/textreport/descendreport.py:527 msgid "Meurgey de Tupigny numbering" msgstr "Meurgey de Tupigny-numrering" -#: ../gramps/plugins/textreport/descendreport.py:435 -#: ../gramps/plugins/textreport/detdescendantreport.py:941 +#: ../gramps/plugins/textreport/descendreport.py:528 +#: ../gramps/plugins/textreport/detdescendantreport.py:995 msgid "The numbering system to be used" msgstr "Det numreringssystem som skall användas" -#: ../gramps/plugins/textreport/descendreport.py:442 +#: ../gramps/plugins/textreport/descendreport.py:535 msgid "Show marriage info" msgstr "Visa giftermålsdata" -#: ../gramps/plugins/textreport/descendreport.py:444 +#: ../gramps/plugins/textreport/descendreport.py:537 msgid "Whether to show marriage information in the report." msgstr "Huruvida ta med giftermålssinformation i rapporten" -#: ../gramps/plugins/textreport/descendreport.py:447 +#: ../gramps/plugins/textreport/descendreport.py:540 msgid "Show divorce info" msgstr "Visa skillsmässoinformation" -#: ../gramps/plugins/textreport/descendreport.py:448 +#: ../gramps/plugins/textreport/descendreport.py:541 msgid "Whether to show divorce information in the report." msgstr "Huruvida ta med skilsmässoinformation i rapporten." -#: ../gramps/plugins/textreport/descendreport.py:451 +#: ../gramps/plugins/textreport/descendreport.py:544 msgid "Show duplicate trees" msgstr "Visa dubblerat träd" -#: ../gramps/plugins/textreport/descendreport.py:453 +#: ../gramps/plugins/textreport/descendreport.py:546 msgid "Whether to show duplicate Family Trees in the report." msgstr "Huruvida ta med dubblerade släktträd i rapporten." -#: ../gramps/plugins/textreport/descendreport.py:485 +#: ../gramps/plugins/textreport/descendreport.py:576 #, python-format msgid "The style used for the level %d display." msgstr "Mall som används för visning av nivå %d." -#: ../gramps/plugins/textreport/descendreport.py:496 +#: ../gramps/plugins/textreport/descendreport.py:587 #, python-format msgid "The style used for the spouse level %d display." msgstr "Mall som används för visning av makar på nivå %d." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/detancestralreport.py:205 +#: ../gramps/plugins/textreport/detancestralreport.py:206 #, python-format msgid "Ancestral Report for %s" msgstr "Antavla för %s" -#: ../gramps/plugins/textreport/detancestralreport.py:268 -#: ../gramps/plugins/textreport/detdescendantreport.py:822 -#: ../gramps/plugins/textreport/detdescendantreport.py:840 -#: ../gramps/plugins/textreport/detdescendantreport.py:851 -#: ../gramps/plugins/textreport/detdescendantreport.py:877 +#: ../gramps/plugins/textreport/detancestralreport.py:269 +#: ../gramps/plugins/textreport/detdescendantreport.py:866 +#: ../gramps/plugins/textreport/detdescendantreport.py:884 +#: ../gramps/plugins/textreport/detdescendantreport.py:895 +#: ../gramps/plugins/textreport/detdescendantreport.py:921 #, python-format msgid "More about %(person_name)s:" msgstr "Mer om %(person_name)s:" -#: ../gramps/plugins/textreport/detancestralreport.py:304 -#: ../gramps/plugins/textreport/detdescendantreport.py:408 +#: ../gramps/plugins/textreport/detancestralreport.py:305 +#: ../gramps/plugins/textreport/detdescendantreport.py:448 #, python-format msgid "%(name)s is the same person as [%(id_str)s]." msgstr "%(name)s är samma person som [%(id_str)s]." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/detancestralreport.py:346 -#: ../gramps/plugins/textreport/detdescendantreport.py:809 +#: ../gramps/plugins/textreport/detancestralreport.py:347 +#: ../gramps/plugins/textreport/detdescendantreport.py:853 #, python-format msgid "Notes for %s" msgstr "Notiser om %s" -#: ../gramps/plugins/textreport/detancestralreport.py:364 -#: ../gramps/plugins/textreport/detdescendantreport.py:830 +#: ../gramps/plugins/textreport/detancestralreport.py:365 +#: ../gramps/plugins/textreport/detdescendantreport.py:874 #, python-format msgid "%(name_kind)s: %(name)s%(endnotes)s" msgstr "%(name_kind)s: %(name)s%(endnotes)s" -#: ../gramps/plugins/textreport/detancestralreport.py:393 -#: ../gramps/plugins/textreport/detdescendantreport.py:864 +#: ../gramps/plugins/textreport/detancestralreport.py:394 +#: ../gramps/plugins/textreport/detdescendantreport.py:908 msgid "Address: " msgstr "Adress: " #. translators: needed for Arabic, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:402 -#: ../gramps/plugins/textreport/detdescendantreport.py:867 +#: ../gramps/plugins/textreport/detancestralreport.py:403 +#: ../gramps/plugins/textreport/detdescendantreport.py:911 #, python-format msgid "%s, " msgstr "%s, " #. translators: needed for French, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:415 -#: ../gramps/plugins/textreport/detancestralreport.py:483 -#: ../gramps/plugins/textreport/detdescendantreport.py:483 -#: ../gramps/plugins/textreport/detdescendantreport.py:746 -#: ../gramps/plugins/textreport/detdescendantreport.py:886 +#: ../gramps/plugins/textreport/detancestralreport.py:416 +#: ../gramps/plugins/textreport/detancestralreport.py:484 +#: ../gramps/plugins/textreport/detdescendantreport.py:524 +#: ../gramps/plugins/textreport/detdescendantreport.py:789 +#: ../gramps/plugins/textreport/detdescendantreport.py:930 #, python-format msgid "%(type)s: %(value)s%(endnotes)s" msgstr "%(type)s: %(value)s%(endnotes)s" -#. translators: needed for French, ignore otherwise -#. translators: for French, else ignore -#. translators: needed for French, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:460 -#: ../gramps/plugins/textreport/detdescendantreport.py:467 -#: ../gramps/plugins/textreport/familygroup.py:135 -#: ../gramps/plugins/textreport/familygroup.py:301 -#: ../gramps/plugins/textreport/indivcomplete.py:850 -#: ../gramps/plugins/textreport/indivcomplete.py:890 -#: ../gramps/plugins/textreport/indivcomplete.py:960 -#: ../gramps/plugins/textreport/placereport.py:180 -#, python-format -msgid "%(str1)s: %(str2)s" -msgstr "%(str1)s: %(str2)s" - -#: ../gramps/plugins/textreport/detancestralreport.py:464 +#: ../gramps/plugins/textreport/detancestralreport.py:465 #, fuzzy, python-format msgid "%(event_role)s at %(event_name)s of %(primary_person)s: %(event_text)s" msgstr "%(event_name)s: %(event_text)s" #. translators: needed for Arabic, ignore otherwise -#: ../gramps/plugins/textreport/detancestralreport.py:480 -#: ../gramps/plugins/textreport/detdescendantreport.py:367 -#: ../gramps/plugins/textreport/detdescendantreport.py:480 -#: ../gramps/plugins/textreport/familygroup.py:132 +#: ../gramps/plugins/textreport/detancestralreport.py:481 +#: ../gramps/plugins/textreport/detdescendantreport.py:407 +#: ../gramps/plugins/textreport/detdescendantreport.py:521 +#: ../gramps/plugins/textreport/familygroup.py:133 msgid "; " msgstr "; " -#: ../gramps/plugins/textreport/detancestralreport.py:584 -#: ../gramps/plugins/textreport/detdescendantreport.py:633 +#: ../gramps/plugins/textreport/detancestralreport.py:585 +#: ../gramps/plugins/textreport/detdescendantreport.py:676 #, python-format msgid "Children of %(mother_name)s and %(father_name)s" msgstr "Barn till %(mother_name)s och %(father_name)s" -#: ../gramps/plugins/textreport/detancestralreport.py:647 -#: ../gramps/plugins/textreport/detdescendantreport.py:719 -#: ../gramps/plugins/textreport/detdescendantreport.py:738 +#: ../gramps/plugins/textreport/detancestralreport.py:648 +#: ../gramps/plugins/textreport/detdescendantreport.py:762 +#: ../gramps/plugins/textreport/detdescendantreport.py:781 #, python-format msgid "More about %(mother_name)s and %(father_name)s:" msgstr "Mer om %(mother_name)s och %(father_name)s:" -#: ../gramps/plugins/textreport/detancestralreport.py:702 -#: ../gramps/plugins/textreport/detdescendantreport.py:573 +#: ../gramps/plugins/textreport/detancestralreport.py:703 +#: ../gramps/plugins/textreport/detdescendantreport.py:615 #, python-format msgid "Spouse: %s" msgstr "Make/Maka: %s" -#: ../gramps/plugins/textreport/detancestralreport.py:706 -#: ../gramps/plugins/textreport/detdescendantreport.py:577 +#: ../gramps/plugins/textreport/detancestralreport.py:707 +#: ../gramps/plugins/textreport/detdescendantreport.py:619 #, python-format msgid "Relationship with: %s" msgstr "Släktskap med: %s" -#: ../gramps/plugins/textreport/detancestralreport.py:777 +#: ../gramps/plugins/textreport/detancestralreport.py:786 msgid "Sosa-Stradonitz number" msgstr "Sosa-Stradonitz nummer" -#: ../gramps/plugins/textreport/detancestralreport.py:779 +#: ../gramps/plugins/textreport/detancestralreport.py:788 msgid "The Sosa-Stradonitz number of the central person." msgstr "Sosa-Stradonitz- numret på centralpersonen." -#: ../gramps/plugins/textreport/detancestralreport.py:797 -#: ../gramps/plugins/textreport/detdescendantreport.py:954 -#: ../gramps/plugins/textreport/indivcomplete.py:1013 -msgid "Page break before end notes" -msgstr "Sidbrytning före slutnotiser" - -#: ../gramps/plugins/textreport/detancestralreport.py:799 -#: ../gramps/plugins/textreport/detdescendantreport.py:956 -#: ../gramps/plugins/textreport/indivcomplete.py:1015 -msgid "Whether to start a new page before the end notes." -msgstr "Huruvida påbörja en ny sida före slutnotiserna." - -#. Content options -#. Content -#: ../gramps/plugins/textreport/detancestralreport.py:806 -#: ../gramps/plugins/textreport/detdescendantreport.py:963 -#: ../gramps/plugins/view/relview.py:1716 -msgid "Content" -msgstr "Innehåll" - -#: ../gramps/plugins/textreport/detancestralreport.py:808 -#: ../gramps/plugins/textreport/detdescendantreport.py:965 +#: ../gramps/plugins/textreport/detancestralreport.py:807 +#: ../gramps/plugins/textreport/detdescendantreport.py:1017 msgid "Use callname for common name" msgstr "Använd tilltalsnamn" -#: ../gramps/plugins/textreport/detancestralreport.py:809 -#: ../gramps/plugins/textreport/detdescendantreport.py:967 +#: ../gramps/plugins/textreport/detancestralreport.py:808 +#: ../gramps/plugins/textreport/detdescendantreport.py:1019 msgid "Whether to use the call name as the first name." msgstr "Huruvida använda tilltalsnamn, som första namn." -#: ../gramps/plugins/textreport/detancestralreport.py:813 -#: ../gramps/plugins/textreport/detdescendantreport.py:971 +#: ../gramps/plugins/textreport/detancestralreport.py:812 +#: ../gramps/plugins/textreport/detdescendantreport.py:1023 msgid "Use full dates instead of only the year" msgstr "Använd fullständiga datum i stället för enbart årtal" -#: ../gramps/plugins/textreport/detancestralreport.py:815 -#: ../gramps/plugins/textreport/detdescendantreport.py:973 +#: ../gramps/plugins/textreport/detancestralreport.py:814 +#: ../gramps/plugins/textreport/detdescendantreport.py:1025 msgid "Whether to use full dates instead of just year." msgstr "Huruvida använda fullständiga datum i stället för enbart årtal." -#: ../gramps/plugins/textreport/detancestralreport.py:818 -#: ../gramps/plugins/textreport/detdescendantreport.py:976 +#: ../gramps/plugins/textreport/detancestralreport.py:817 +#: ../gramps/plugins/textreport/detdescendantreport.py:1028 msgid "List children" msgstr "Lista barn" -#: ../gramps/plugins/textreport/detancestralreport.py:819 -#: ../gramps/plugins/textreport/detdescendantreport.py:977 +#: ../gramps/plugins/textreport/detancestralreport.py:818 +#: ../gramps/plugins/textreport/detdescendantreport.py:1029 msgid "Whether to list children." msgstr "Huruvida lista barn." -#: ../gramps/plugins/textreport/detancestralreport.py:822 -#: ../gramps/plugins/textreport/detdescendantreport.py:980 +#: ../gramps/plugins/textreport/detancestralreport.py:821 +#: ../gramps/plugins/textreport/detdescendantreport.py:1032 msgid "Compute death age" msgstr "Beräkna ålder vid död" -#: ../gramps/plugins/textreport/detancestralreport.py:823 -#: ../gramps/plugins/textreport/detdescendantreport.py:981 +#: ../gramps/plugins/textreport/detancestralreport.py:822 +#: ../gramps/plugins/textreport/detdescendantreport.py:1033 msgid "Whether to compute a person's age at death." msgstr "Huruvida beräkna ålder vid död." -#: ../gramps/plugins/textreport/detancestralreport.py:826 -#: ../gramps/plugins/textreport/detdescendantreport.py:984 +#: ../gramps/plugins/textreport/detancestralreport.py:825 +#: ../gramps/plugins/textreport/detdescendantreport.py:1036 msgid "Omit duplicate ancestors" msgstr "Utelämna dubblerade anor" -#: ../gramps/plugins/textreport/detancestralreport.py:827 -#: ../gramps/plugins/textreport/detdescendantreport.py:985 +#: ../gramps/plugins/textreport/detancestralreport.py:826 +#: ../gramps/plugins/textreport/detdescendantreport.py:1037 msgid "Whether to omit duplicate ancestors." msgstr "Huruvida utelämna dubblerade anor." -#: ../gramps/plugins/textreport/detancestralreport.py:830 +#: ../gramps/plugins/textreport/detancestralreport.py:829 msgid "Use Complete Sentences" msgstr "Använd fullständiga meningar" -#: ../gramps/plugins/textreport/detancestralreport.py:832 -#: ../gramps/plugins/textreport/detdescendantreport.py:990 +#: ../gramps/plugins/textreport/detancestralreport.py:831 +#: ../gramps/plugins/textreport/detdescendantreport.py:1042 msgid "Whether to use complete sentences or succinct language." msgstr "Huruvida använda fullständiga meningar eller ett kortfattat språk." -#: ../gramps/plugins/textreport/detancestralreport.py:836 -#: ../gramps/plugins/textreport/detdescendantreport.py:993 +#: ../gramps/plugins/textreport/detancestralreport.py:835 +#: ../gramps/plugins/textreport/detdescendantreport.py:1045 msgid "Add descendant reference in child list" msgstr "Lägg till ättlingareferens i barnlista" -#: ../gramps/plugins/textreport/detancestralreport.py:838 -#: ../gramps/plugins/textreport/detdescendantreport.py:996 +#: ../gramps/plugins/textreport/detancestralreport.py:837 +#: ../gramps/plugins/textreport/detdescendantreport.py:1048 msgid "Whether to add descendant references in child list." msgstr "Huruvida lägg till ättlingareferens i barnlista." #: ../gramps/plugins/textreport/detancestralreport.py:845 -#: ../gramps/plugins/textreport/detdescendantreport.py:1001 +#: ../gramps/plugins/textreport/detdescendantreport.py:1056 +#: ../gramps/plugins/textreport/indivcomplete.py:1059 +msgid "Page break before end notes" +msgstr "Sidbrytning före slutnotiser" + +#: ../gramps/plugins/textreport/detancestralreport.py:847 +#: ../gramps/plugins/textreport/detdescendantreport.py:1058 +#: ../gramps/plugins/textreport/indivcomplete.py:1061 +msgid "Whether to start a new page before the end notes." +msgstr "Huruvida påbörja en ny sida före slutnotiserna." + +#: ../gramps/plugins/textreport/detancestralreport.py:854 +#: ../gramps/plugins/textreport/detdescendantreport.py:1072 msgid "Include notes" msgstr "Ta med notiser" -#: ../gramps/plugins/textreport/detancestralreport.py:846 -#: ../gramps/plugins/textreport/detdescendantreport.py:1002 +#: ../gramps/plugins/textreport/detancestralreport.py:855 +#: ../gramps/plugins/textreport/detdescendantreport.py:1073 msgid "Whether to include notes." msgstr "Huruvida ta med notiser." -#: ../gramps/plugins/textreport/detancestralreport.py:849 -#: ../gramps/plugins/textreport/detdescendantreport.py:1005 +#: ../gramps/plugins/textreport/detancestralreport.py:858 +#: ../gramps/plugins/textreport/detdescendantreport.py:1091 msgid "Include attributes" msgstr "Ta med attribut" -#: ../gramps/plugins/textreport/detancestralreport.py:850 -#: ../gramps/plugins/textreport/detdescendantreport.py:1006 -#: ../gramps/plugins/textreport/familygroup.py:758 -#: ../gramps/plugins/textreport/indivcomplete.py:1042 +#: ../gramps/plugins/textreport/detancestralreport.py:859 +#: ../gramps/plugins/textreport/detdescendantreport.py:1092 +#: ../gramps/plugins/textreport/familygroup.py:756 +#: ../gramps/plugins/textreport/indivcomplete.py:1088 msgid "Whether to include attributes." msgstr "Huruvida ta med attribut." -#: ../gramps/plugins/textreport/detancestralreport.py:853 -#: ../gramps/plugins/textreport/detdescendantreport.py:1010 -#: ../gramps/plugins/textreport/indivcomplete.py:1037 +#: ../gramps/plugins/textreport/detancestralreport.py:862 +#: ../gramps/plugins/textreport/detdescendantreport.py:1064 +#: ../gramps/plugins/textreport/indivcomplete.py:1083 msgid "Include Photo/Images from Gallery" msgstr "Ta med foton/bilder från galleri" -#: ../gramps/plugins/textreport/detancestralreport.py:854 -#: ../gramps/plugins/textreport/detdescendantreport.py:1011 -#: ../gramps/plugins/textreport/indivcomplete.py:1038 +#: ../gramps/plugins/textreport/detancestralreport.py:863 +#: ../gramps/plugins/textreport/detdescendantreport.py:1065 +#: ../gramps/plugins/textreport/indivcomplete.py:1084 msgid "Whether to include images." msgstr "Huruvida ta med bilder." -#: ../gramps/plugins/textreport/detancestralreport.py:857 -#: ../gramps/plugins/textreport/detdescendantreport.py:1014 +#: ../gramps/plugins/textreport/detancestralreport.py:866 +#: ../gramps/plugins/textreport/detdescendantreport.py:1095 msgid "Include alternative names" msgstr "Ta med alternativa namn" -#: ../gramps/plugins/textreport/detancestralreport.py:858 -#: ../gramps/plugins/textreport/detdescendantreport.py:1015 +#: ../gramps/plugins/textreport/detancestralreport.py:867 +#: ../gramps/plugins/textreport/detdescendantreport.py:1096 msgid "Whether to include other names." msgstr "Huruvida ta med andra namn." -#: ../gramps/plugins/textreport/detancestralreport.py:861 -#: ../gramps/plugins/textreport/detdescendantreport.py:1018 +#: ../gramps/plugins/textreport/detancestralreport.py:870 +#: ../gramps/plugins/textreport/detdescendantreport.py:1068 msgid "Include events" msgstr "Ta med händelser" -#: ../gramps/plugins/textreport/detancestralreport.py:862 -#: ../gramps/plugins/textreport/detdescendantreport.py:1019 +#: ../gramps/plugins/textreport/detancestralreport.py:871 +#: ../gramps/plugins/textreport/detdescendantreport.py:1069 msgid "Whether to include events." msgstr "Huruvida ta med händelser." -#: ../gramps/plugins/textreport/detancestralreport.py:865 -#: ../gramps/plugins/textreport/detdescendantreport.py:1022 +#: ../gramps/plugins/textreport/detancestralreport.py:874 +#: ../gramps/plugins/textreport/detdescendantreport.py:1087 msgid "Include addresses" msgstr "Ta med adresser" -#: ../gramps/plugins/textreport/detancestralreport.py:866 -#: ../gramps/plugins/textreport/detdescendantreport.py:1023 +#: ../gramps/plugins/textreport/detancestralreport.py:875 +#: ../gramps/plugins/textreport/detdescendantreport.py:1088 msgid "Whether to include addresses." msgstr "Huruvida ta med adresser." -#: ../gramps/plugins/textreport/detancestralreport.py:869 -#: ../gramps/plugins/textreport/detdescendantreport.py:1026 +#: ../gramps/plugins/textreport/detancestralreport.py:878 +#: ../gramps/plugins/textreport/detdescendantreport.py:1099 msgid "Include sources" msgstr "Ta med källor" -#: ../gramps/plugins/textreport/detancestralreport.py:870 -#: ../gramps/plugins/textreport/detdescendantreport.py:1027 +#: ../gramps/plugins/textreport/detancestralreport.py:879 +#: ../gramps/plugins/textreport/detdescendantreport.py:1100 msgid "Whether to include source references." msgstr "Huruvida ta med källreferenser." -#: ../gramps/plugins/textreport/detancestralreport.py:873 -#: ../gramps/plugins/textreport/detdescendantreport.py:1030 -#: ../gramps/plugins/textreport/indivcomplete.py:1029 +#: ../gramps/plugins/textreport/detancestralreport.py:882 +#: ../gramps/plugins/textreport/detdescendantreport.py:1103 +#: ../gramps/plugins/textreport/indivcomplete.py:1075 msgid "Include sources notes" msgstr "Ta med källnotiser" -#: ../gramps/plugins/textreport/detancestralreport.py:874 -#: ../gramps/plugins/textreport/detdescendantreport.py:1032 -#: ../gramps/plugins/textreport/indivcomplete.py:1031 +#: ../gramps/plugins/textreport/detancestralreport.py:883 +#: ../gramps/plugins/textreport/detdescendantreport.py:1105 +#: ../gramps/plugins/textreport/indivcomplete.py:1077 msgid "" "Whether to include source notes in the Endnotes section. Only works if " "Include sources is selected." @@ -29960,121 +30391,132 @@ msgstr "" "Huruvida ta ned källnotiser i notförteckningen. Fungerar bara om källor " "medtages." -#: ../gramps/plugins/textreport/detancestralreport.py:879 +#: ../gramps/plugins/textreport/detancestralreport.py:888 #, fuzzy msgid "Include other events" msgstr "Ta med händelser" -#: ../gramps/plugins/textreport/detancestralreport.py:880 +#: ../gramps/plugins/textreport/detancestralreport.py:889 #, fuzzy msgid "Whether to include other events people participated in." msgstr "Huruvida ta med händelser för föräldrar." #. How to handle missing information #. Missing information -#: ../gramps/plugins/textreport/detancestralreport.py:886 -#: ../gramps/plugins/textreport/detdescendantreport.py:1059 +#: ../gramps/plugins/textreport/detancestralreport.py:895 +#: ../gramps/plugins/textreport/detdescendantreport.py:1123 msgid "Missing information" msgstr "Saknad information" -#: ../gramps/plugins/textreport/detancestralreport.py:888 -#: ../gramps/plugins/textreport/detdescendantreport.py:1062 +#: ../gramps/plugins/textreport/detancestralreport.py:897 +#: ../gramps/plugins/textreport/detdescendantreport.py:1126 msgid "Replace missing places with ______" msgstr "Ersätt saknade platser med ______" -#: ../gramps/plugins/textreport/detancestralreport.py:889 -#: ../gramps/plugins/textreport/detdescendantreport.py:1064 +#: ../gramps/plugins/textreport/detancestralreport.py:898 +#: ../gramps/plugins/textreport/detdescendantreport.py:1128 msgid "Whether to replace missing Places with blanks." msgstr "Huruvida ersätta saknade platser med mellanslag." -#: ../gramps/plugins/textreport/detancestralreport.py:892 -#: ../gramps/plugins/textreport/detdescendantreport.py:1067 +#: ../gramps/plugins/textreport/detancestralreport.py:901 +#: ../gramps/plugins/textreport/detdescendantreport.py:1131 msgid "Replace missing dates with ______" msgstr "Ersätt saknade datum med ______" -#: ../gramps/plugins/textreport/detancestralreport.py:893 -#: ../gramps/plugins/textreport/detdescendantreport.py:1068 +#: ../gramps/plugins/textreport/detancestralreport.py:902 +#: ../gramps/plugins/textreport/detdescendantreport.py:1132 msgid "Whether to replace missing Dates with blanks." msgstr "Huruvida ersätta saknade datum med mellanslag." -#: ../gramps/plugins/textreport/detancestralreport.py:926 -#: ../gramps/plugins/textreport/detdescendantreport.py:1101 +#: ../gramps/plugins/textreport/detancestralreport.py:935 +#: ../gramps/plugins/textreport/detdescendantreport.py:1165 msgid "The style used for the children list title." msgstr "Mall som används för barnlistetiteln." -#: ../gramps/plugins/textreport/detancestralreport.py:936 -#: ../gramps/plugins/textreport/detdescendantreport.py:1111 +#: ../gramps/plugins/textreport/detancestralreport.py:945 +#: ../gramps/plugins/textreport/detdescendantreport.py:1175 msgid "The style used for the children list." msgstr "Mall som används för barnlistan." -#: ../gramps/plugins/textreport/detancestralreport.py:959 -#: ../gramps/plugins/textreport/detdescendantreport.py:1134 +#: ../gramps/plugins/textreport/detancestralreport.py:968 +#: ../gramps/plugins/textreport/detdescendantreport.py:1198 msgid "The style used for the first personal entry." msgstr "Mall som används för den första personinformationen." -#: ../gramps/plugins/textreport/detancestralreport.py:969 +#: ../gramps/plugins/textreport/detancestralreport.py:978 msgid "The style used for the More About header." msgstr "Mall som används för notisdelens rubrik." -#: ../gramps/plugins/textreport/detancestralreport.py:979 -#: ../gramps/plugins/textreport/detdescendantreport.py:1156 +#: ../gramps/plugins/textreport/detancestralreport.py:988 +#: ../gramps/plugins/textreport/detdescendantreport.py:1220 msgid "The style used for additional detail data." msgstr "Mall som används för allmänna data." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/detdescendantreport.py:299 +#: ../gramps/plugins/textreport/detdescendantreport.py:334 #, python-format msgid "Descendant Report for %(person_name)s" msgstr "Stamtavla för %(person_name)s" -#: ../gramps/plugins/textreport/detdescendantreport.py:593 +#: ../gramps/plugins/textreport/detdescendantreport.py:635 #, python-format msgid "Ref: %(number)s. %(name)s" msgstr "Ref: %(number)s. %(name)s" -#: ../gramps/plugins/textreport/detdescendantreport.py:696 +#: ../gramps/plugins/textreport/detdescendantreport.py:739 #, python-format msgid "Notes for %(mother_name)s and %(father_name)s:" msgstr "Notiser för %(mother_name)s och %(father_name)s:" -#: ../gramps/plugins/textreport/detdescendantreport.py:937 -msgid "Henry numbering" -msgstr "Henry-numrering" - -#: ../gramps/plugins/textreport/detdescendantreport.py:938 -msgid "d'Aboville numbering" -msgstr "d'Aboville-numrering" - -#: ../gramps/plugins/textreport/detdescendantreport.py:940 +#: ../gramps/plugins/textreport/detdescendantreport.py:994 msgid "Record (Modified Register) numbering" msgstr "Post(modifierat register)-numrering" -#: ../gramps/plugins/textreport/detdescendantreport.py:988 +#: ../gramps/plugins/textreport/detdescendantreport.py:998 +#, fuzzy +msgid "Report structure" +msgstr "Rapporttitel" + +#: ../gramps/plugins/textreport/detdescendantreport.py:1001 +#, fuzzy +msgid "show people by generations" +msgstr "Samtliga generationer" + +#: ../gramps/plugins/textreport/detdescendantreport.py:1002 +msgid "show people by lineage" +msgstr "" + +#: ../gramps/plugins/textreport/detdescendantreport.py:1003 +#, fuzzy +msgid "How people are organized in the report" +msgstr "Avgör vilka personer, som tas med i rapporten" + +#: ../gramps/plugins/textreport/detdescendantreport.py:1040 msgid "Use complete sentences" msgstr "Använd fullständiga meningar" -#: ../gramps/plugins/textreport/detdescendantreport.py:1036 -#: ../gramps/plugins/textreport/kinshipreport.py:366 +#: ../gramps/plugins/textreport/detdescendantreport.py:1076 +#: ../gramps/plugins/textreport/kinshipreport.py:379 msgid "Include spouses" msgstr "Ta med make/maka" -#: ../gramps/plugins/textreport/detdescendantreport.py:1038 +#: ../gramps/plugins/textreport/detdescendantreport.py:1078 msgid "Whether to include detailed spouse information." msgstr "Huruvida ta med detaljerad information om make/maka." -#: ../gramps/plugins/textreport/detdescendantreport.py:1041 +#: ../gramps/plugins/textreport/detdescendantreport.py:1081 msgid "Include spouse reference" msgstr "Ta med make/maka-referens" -#: ../gramps/plugins/textreport/detdescendantreport.py:1042 +#: ../gramps/plugins/textreport/detdescendantreport.py:1082 msgid "Whether to include reference to spouse." msgstr "Huruvida ta med referenser till make/maka." -#: ../gramps/plugins/textreport/detdescendantreport.py:1046 +#: ../gramps/plugins/textreport/detdescendantreport.py:1110 msgid "Include sign of succession ('+') in child-list" msgstr "Tag med tecken på avkomma ('+') i barnlista" -#: ../gramps/plugins/textreport/detdescendantreport.py:1047 +#: ../gramps/plugins/textreport/detdescendantreport.py:1111 msgid "" "Whether to include a sign ('+') before the descendant number in the child-" "list to indicate a child has succession." @@ -30082,11 +30524,11 @@ msgstr "" "Huruvida ta med ett tecken ('+') före ättlingsnummer i barnlistan för att " "indikera att barnet har avkomma." -#: ../gramps/plugins/textreport/detdescendantreport.py:1052 +#: ../gramps/plugins/textreport/detdescendantreport.py:1116 msgid "Include path to start-person" msgstr "Ta med släktskapsförhållande till startperson" -#: ../gramps/plugins/textreport/detdescendantreport.py:1053 +#: ../gramps/plugins/textreport/detdescendantreport.py:1117 msgid "" "Whether to include the path of descendancy from the start-person to each " "descendant." @@ -30094,360 +30536,371 @@ msgstr "" "Huruvida ta med släktskapsförhållandet från startpersonen till varje " "släkting." -#: ../gramps/plugins/textreport/detdescendantreport.py:1145 +#: ../gramps/plugins/textreport/detdescendantreport.py:1209 msgid "The style used for the More About header and for headers of mates." msgstr "Mall som används för Mer Om-rubriken samt för rubriker för makar." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/endoflinereport.py:157 +#: ../gramps/plugins/textreport/endoflinereport.py:158 #, python-format msgid "End of Line Report for %s" msgstr "Rapport över oavslutade släktband för %s" #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/endoflinereport.py:164 +#: ../gramps/plugins/textreport/endoflinereport.py:165 #, python-format msgid "All the ancestors of %s who are missing a parent" msgstr "Alla de förfäder till %s, vilka saknar en förälder" -#: ../gramps/plugins/textreport/endoflinereport.py:209 -#: ../gramps/plugins/textreport/kinshipreport.py:319 +#: ../gramps/plugins/textreport/endoflinereport.py:210 +#: ../gramps/plugins/textreport/kinshipreport.py:320 #, python-format msgid " (%(birth_date)s - %(death_date)s)" msgstr " (%(birth_date)s - %(death_date)s)" -#: ../gramps/plugins/textreport/endoflinereport.py:296 -#: ../gramps/plugins/textreport/indivcomplete.py:1162 -#: ../gramps/plugins/textreport/notelinkreport.py:183 -#: ../gramps/plugins/textreport/tagreport.py:950 +#: ../gramps/plugins/textreport/endoflinereport.py:305 +#: ../gramps/plugins/textreport/indivcomplete.py:1213 +#: ../gramps/plugins/textreport/notelinkreport.py:188 +#: ../gramps/plugins/textreport/tagreport.py:954 msgid "The style used for the section headers." msgstr "Mall som används för sektionsrubriken." -#: ../gramps/plugins/textreport/endoflinereport.py:315 +#: ../gramps/plugins/textreport/endoflinereport.py:324 msgid "The basic style used for generation headings." msgstr "Grundläggande mall använd för generationsrubriker." -#: ../gramps/plugins/textreport/familygroup.py:502 +#: ../gramps/plugins/textreport/familygroup.py:503 msgid "acronym for male|M" msgstr "M" -#: ../gramps/plugins/textreport/familygroup.py:504 +#: ../gramps/plugins/textreport/familygroup.py:505 msgid "acronym for female|F" msgstr "K" -#: ../gramps/plugins/textreport/familygroup.py:506 +#: ../gramps/plugins/textreport/familygroup.py:507 #, python-format msgid "acronym for unknown|%dU" msgstr "%dO" -#: ../gramps/plugins/textreport/familygroup.py:610 +#: ../gramps/plugins/textreport/familygroup.py:611 #, python-format msgid "Family Group Report - Generation %d" msgstr "Familjegruppsrapport - generation %d" -#: ../gramps/plugins/textreport/familygroup.py:612 -#: ../gramps/plugins/textreport/familygroup.py:661 -#: ../gramps/plugins/textreport/familygroup.py:666 -#: ../gramps/plugins/textreport/familygroup.py:675 -#: ../gramps/plugins/textreport/textplugins.gpr.py:188 +#: ../gramps/plugins/textreport/familygroup.py:613 +#: ../gramps/plugins/textreport/familygroup.py:662 +#: ../gramps/plugins/textreport/familygroup.py:667 +#: ../gramps/plugins/textreport/textplugins.gpr.py:191 msgid "Family Group Report" msgstr "Familjegrupp" -#: ../gramps/plugins/textreport/familygroup.py:706 -#: ../gramps/plugins/textreport/indivcomplete.py:991 -msgid "Select the filter to be applied to the report." -msgstr "Välj det filter som skall tillämpas för rapporten." - -#: ../gramps/plugins/textreport/familygroup.py:710 +#: ../gramps/plugins/textreport/familygroup.py:714 msgid "Center Family" msgstr "Huvudfamilj" -#: ../gramps/plugins/textreport/familygroup.py:711 +#: ../gramps/plugins/textreport/familygroup.py:715 #, fuzzy msgid "The center family for the filter" msgstr "Huvudfamiljen för rapporten" -#: ../gramps/plugins/textreport/familygroup.py:724 +#: ../gramps/plugins/textreport/familygroup.py:728 #, fuzzy msgid "Recursive (down)" msgstr "Rekursiv" -#: ../gramps/plugins/textreport/familygroup.py:725 +#: ../gramps/plugins/textreport/familygroup.py:729 msgid "Create reports for all descendants of this family." msgstr "Skapa rapporter för alla ättlingar till denna familj." +#. ######################### #: ../gramps/plugins/textreport/familygroup.py:736 -#: ../gramps/plugins/textreport/indivcomplete.py:1050 +#, fuzzy +msgid "Include 1" +msgstr "Ta med" + +#: ../gramps/plugins/textreport/familygroup.py:740 +#: ../gramps/plugins/textreport/indivcomplete.py:1096 msgid "Whether to include Gramps ID next to names." msgstr "Huruvida ta med Gramps ID bredvid namnen" -#: ../gramps/plugins/textreport/familygroup.py:739 -msgid "Generation numbers (recursive only)" -msgstr "Generationsnummer (endast rekursivt)" - -#: ../gramps/plugins/textreport/familygroup.py:741 -msgid "Whether to include the generation on each report (recursive only)." -msgstr "Huruvida ta med generationen på varje rapport (endast rekursivt)." - -#: ../gramps/plugins/textreport/familygroup.py:745 +#: ../gramps/plugins/textreport/familygroup.py:743 msgid "Parent Events" msgstr "Föräldrarnas händelser" -#: ../gramps/plugins/textreport/familygroup.py:746 +#: ../gramps/plugins/textreport/familygroup.py:744 msgid "Whether to include events for parents." msgstr "Huruvida ta med händelser för föräldrar." -#: ../gramps/plugins/textreport/familygroup.py:749 +#: ../gramps/plugins/textreport/familygroup.py:747 msgid "Parent Addresses" msgstr "Föräldrarnas adresser" -#: ../gramps/plugins/textreport/familygroup.py:750 +#: ../gramps/plugins/textreport/familygroup.py:748 msgid "Whether to include addresses for parents." msgstr "Huruvida ta med adresser till föräldrar." -#: ../gramps/plugins/textreport/familygroup.py:753 +#: ../gramps/plugins/textreport/familygroup.py:751 msgid "Parent Notes" msgstr "Föräldrarnas notiser" -#: ../gramps/plugins/textreport/familygroup.py:754 +#: ../gramps/plugins/textreport/familygroup.py:752 msgid "Whether to include notes for parents." msgstr "Huruvida ta med notiser för föräldrar." -#: ../gramps/plugins/textreport/familygroup.py:757 +#: ../gramps/plugins/textreport/familygroup.py:755 msgid "Parent Attributes" msgstr "Föräldraattribut" -#: ../gramps/plugins/textreport/familygroup.py:761 +#: ../gramps/plugins/textreport/familygroup.py:759 msgid "Alternate Parent Names" msgstr "Föräldrarnas alternativa namn" -#: ../gramps/plugins/textreport/familygroup.py:763 +#: ../gramps/plugins/textreport/familygroup.py:761 msgid "Whether to include alternate names for parents." msgstr "Huruvida ta med alternativt namn på föräldrar." -#: ../gramps/plugins/textreport/familygroup.py:766 +#: ../gramps/plugins/textreport/familygroup.py:764 msgid "Parent Marriage" msgstr "Föräldrarnas giftermål" -#: ../gramps/plugins/textreport/familygroup.py:768 +#: ../gramps/plugins/textreport/familygroup.py:766 msgid "Whether to include marriage information for parents." msgstr "Huruvida ta med giftermålssinformation för föräldrar." -#: ../gramps/plugins/textreport/familygroup.py:772 +#. ######################### +#: ../gramps/plugins/textreport/familygroup.py:770 +#, fuzzy +msgid "Include 2" +msgstr "Ta med" + +#: ../gramps/plugins/textreport/familygroup.py:774 #, fuzzy msgid "Whether to include notes for families." msgstr "Huruvida ta med notiser för föräldrar." -#: ../gramps/plugins/textreport/familygroup.py:775 +#: ../gramps/plugins/textreport/familygroup.py:777 msgid "Dates of Relatives" msgstr "Släktingars datum" -#: ../gramps/plugins/textreport/familygroup.py:776 +#: ../gramps/plugins/textreport/familygroup.py:778 msgid "Whether to include dates for relatives (father, mother, spouse)." msgstr "Huruvida ta med släktingars datum (far, mor, make/maka)." -#: ../gramps/plugins/textreport/familygroup.py:780 +#: ../gramps/plugins/textreport/familygroup.py:782 msgid "Children Marriages" msgstr "Barns giftermål" -#: ../gramps/plugins/textreport/familygroup.py:782 +#: ../gramps/plugins/textreport/familygroup.py:784 msgid "Whether to include marriage information for children." msgstr "Huruvida ta med giftermålsformation för barn." +#: ../gramps/plugins/textreport/familygroup.py:787 +msgid "Generation numbers (recursive only)" +msgstr "Generationsnummer (endast rekursivt)" + +#: ../gramps/plugins/textreport/familygroup.py:789 +msgid "Whether to include the generation on each report (recursive only)." +msgstr "Huruvida ta med generationen på varje rapport (endast rekursivt)." + +#. TODO make insensitive if ... #. ######################### -#: ../gramps/plugins/textreport/familygroup.py:786 +#: ../gramps/plugins/textreport/familygroup.py:794 msgid "Missing Information" msgstr "Saknad information" #. ######################### -#: ../gramps/plugins/textreport/familygroup.py:789 +#: ../gramps/plugins/textreport/familygroup.py:797 msgid "Print fields for missing information" msgstr "Skriv fält för saknad information" -#: ../gramps/plugins/textreport/familygroup.py:791 +#: ../gramps/plugins/textreport/familygroup.py:799 msgid "Whether to include fields for missing information." msgstr "Huruvida ta med fält för saknad information." -#: ../gramps/plugins/textreport/familygroup.py:873 +#: ../gramps/plugins/textreport/familygroup.py:882 msgid "The style used for the text related to the children." msgstr "Mall som används för text angående barnen." -#: ../gramps/plugins/textreport/familygroup.py:883 +#: ../gramps/plugins/textreport/familygroup.py:892 msgid "The style used for the parent's name" msgstr "Mall som används för förälderns namn" #. make sure it's translated, so it can be used below, in "combine" -#: ../gramps/plugins/textreport/indivcomplete.py:178 +#: ../gramps/plugins/textreport/indivcomplete.py:187 #, python-format msgid "%(str1)s in %(str2)s. " msgstr "%(str1)s i %(str2)s. " #. for example (a stepfather): John Smith, relationship: Step -#: ../gramps/plugins/textreport/indivcomplete.py:234 +#: ../gramps/plugins/textreport/indivcomplete.py:243 #, python-format msgid "%(parent-name)s, relationship: %(rel-type)s" msgstr "%(parent-name)s, släktskap: %(rel-type)s" -#: ../gramps/plugins/textreport/indivcomplete.py:282 +#: ../gramps/plugins/textreport/indivcomplete.py:291 msgid "Alternate Parents" msgstr "Alternativa föräldrar" -#: ../gramps/plugins/textreport/indivcomplete.py:396 -#: ../gramps/plugins/webreport/narrativeweb.py:6973 +#: ../gramps/plugins/textreport/indivcomplete.py:431 +#: ../gramps/plugins/webreport/narrativeweb.py:7055 msgid "Associations" msgstr "Relationer" -#: ../gramps/plugins/textreport/indivcomplete.py:541 +#: ../gramps/plugins/textreport/indivcomplete.py:576 msgid "Images" msgstr "Bilder" -#: ../gramps/plugins/textreport/indivcomplete.py:789 -#: ../gramps/plugins/textreport/textplugins.gpr.py:211 +#: ../gramps/plugins/textreport/indivcomplete.py:829 +#: ../gramps/plugins/textreport/textplugins.gpr.py:214 msgid "Complete Individual Report" msgstr "Ansedel" -#: ../gramps/plugins/textreport/indivcomplete.py:869 -#: ../gramps/plugins/tool/dumpgenderstats.py:63 +#: ../gramps/plugins/textreport/indivcomplete.py:909 +#: ../gramps/plugins/tool/dumpgenderstats.py:72 +#: ../gramps/plugins/tool/dumpgenderstats.py:96 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 msgid "Male" msgstr "Man" -#: ../gramps/plugins/textreport/indivcomplete.py:871 -#: ../gramps/plugins/tool/dumpgenderstats.py:64 +#: ../gramps/plugins/textreport/indivcomplete.py:911 +#: ../gramps/plugins/tool/dumpgenderstats.py:73 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:99 msgid "Female" msgstr "Kvinna" -#: ../gramps/plugins/textreport/indivcomplete.py:885 +#: ../gramps/plugins/textreport/indivcomplete.py:925 msgid "(image)" msgstr "(Bild)" -#: ../gramps/plugins/textreport/indivcomplete.py:1009 +#: ../gramps/plugins/textreport/indivcomplete.py:1055 msgid "List events chronologically" msgstr "Lista händelser kronologiskt" -#: ../gramps/plugins/textreport/indivcomplete.py:1010 +#: ../gramps/plugins/textreport/indivcomplete.py:1056 msgid "Whether to sort events into chronological order." msgstr "Huruvida sortera händelser kronologiskt." #. ############################### -#: ../gramps/plugins/textreport/indivcomplete.py:1024 +#: ../gramps/plugins/textreport/indivcomplete.py:1070 msgid "Include Source Information" msgstr "Ta med källinformation" -#: ../gramps/plugins/textreport/indivcomplete.py:1025 +#: ../gramps/plugins/textreport/indivcomplete.py:1071 msgid "Whether to cite sources." msgstr "Huruvida citera källor." -#: ../gramps/plugins/textreport/indivcomplete.py:1041 +#: ../gramps/plugins/textreport/indivcomplete.py:1087 #, fuzzy msgid "Include Attributes" msgstr "Ta med attribut" -#: ../gramps/plugins/textreport/indivcomplete.py:1045 +#: ../gramps/plugins/textreport/indivcomplete.py:1091 #, fuzzy msgid "Include Census Events" msgstr "Ta med händelser" -#: ../gramps/plugins/textreport/indivcomplete.py:1046 +#: ../gramps/plugins/textreport/indivcomplete.py:1092 #, fuzzy msgid "Whether to include Census Events." msgstr "Huruvida ta med händelser." -#: ../gramps/plugins/textreport/indivcomplete.py:1053 +#: ../gramps/plugins/textreport/indivcomplete.py:1099 #, fuzzy msgid "Include Notes" msgstr "Ta med notiser" -#: ../gramps/plugins/textreport/indivcomplete.py:1054 +#: ../gramps/plugins/textreport/indivcomplete.py:1100 #, fuzzy msgid "Whether to include Person and Family Notes." msgstr "Huruvida ta med andra namn." -#: ../gramps/plugins/textreport/indivcomplete.py:1057 +#: ../gramps/plugins/textreport/indivcomplete.py:1103 #, fuzzy msgid "Include Tags" msgstr "Ta med datum" -#: ../gramps/plugins/textreport/indivcomplete.py:1058 +#: ../gramps/plugins/textreport/indivcomplete.py:1104 #, fuzzy msgid "Whether to include tags." msgstr "Huruvida ta med bilder." #. ############################### -#: ../gramps/plugins/textreport/indivcomplete.py:1062 +#: ../gramps/plugins/textreport/indivcomplete.py:1114 msgid "Sections" msgstr "Sektioner" #. ############################### -#: ../gramps/plugins/textreport/indivcomplete.py:1065 +#: ../gramps/plugins/textreport/indivcomplete.py:1117 msgid "Event groups" msgstr "Händelsegrupper" -#: ../gramps/plugins/textreport/indivcomplete.py:1066 +#: ../gramps/plugins/textreport/indivcomplete.py:1118 msgid "Check if a separate section is required." msgstr "Kontrollera om en särskild sektion krävs." -#: ../gramps/plugins/textreport/indivcomplete.py:1132 +#: ../gramps/plugins/textreport/indivcomplete.py:1183 msgid "The style used for category labels." msgstr "Mall som används för kategorietiketter." -#: ../gramps/plugins/textreport/indivcomplete.py:1143 +#: ../gramps/plugins/textreport/indivcomplete.py:1194 msgid "The style used for the spouse's name." msgstr "Mall som används för makans/makens namn." -#: ../gramps/plugins/textreport/indivcomplete.py:1172 +#: ../gramps/plugins/textreport/indivcomplete.py:1223 msgid "A style used for image facts." msgstr "Mall som används för bildfakta." -#: ../gramps/plugins/textreport/indivcomplete.py:1182 +#: ../gramps/plugins/textreport/indivcomplete.py:1233 msgid "A style used for image captions." msgstr "Den mall, som används för bildbeskrivning." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/kinshipreport.py:123 +#: ../gramps/plugins/textreport/kinshipreport.py:124 #, python-format msgid "Kinship Report for %s" msgstr "Släktskapsrapport för %s" -#: ../gramps/plugins/textreport/kinshipreport.py:359 +#: ../gramps/plugins/textreport/kinshipreport.py:372 msgid "The maximum number of descendant generations" msgstr "Maximalt antal generationer med ättlingar" -#: ../gramps/plugins/textreport/kinshipreport.py:363 +#: ../gramps/plugins/textreport/kinshipreport.py:376 msgid "The maximum number of ancestor generations" msgstr "Maximalt antal generationer med förfäder" -#: ../gramps/plugins/textreport/kinshipreport.py:367 +#: ../gramps/plugins/textreport/kinshipreport.py:380 msgid "Whether to include spouses" msgstr "Huruvida make/maka skall tas med" -#: ../gramps/plugins/textreport/kinshipreport.py:370 +#: ../gramps/plugins/textreport/kinshipreport.py:383 msgid "Include cousins" msgstr "Ta med kusiner" -#: ../gramps/plugins/textreport/kinshipreport.py:371 +#: ../gramps/plugins/textreport/kinshipreport.py:384 msgid "Whether to include cousins" msgstr "Huruvida ta med kusiner" -#: ../gramps/plugins/textreport/kinshipreport.py:374 +#: ../gramps/plugins/textreport/kinshipreport.py:387 msgid "Include aunts/uncles/nephews/nieces" msgstr "" "Ta med fastrar/mostrar/farbröder/morbröder/brorsöner/systersöner/" "brorsdöttrar/systerdöttrar" -#: ../gramps/plugins/textreport/kinshipreport.py:375 +#: ../gramps/plugins/textreport/kinshipreport.py:388 msgid "Whether to include aunts/uncles/nephews/nieces" msgstr "" "Huruvida ta med fastrar/mostrar/farbröder/morbröder/brorsöner/systersöner/" "brorsdöttrar/systerdöttrar" -#: ../gramps/plugins/textreport/kinshipreport.py:402 -#: ../gramps/plugins/textreport/summary.py:316 +#: ../gramps/plugins/textreport/kinshipreport.py:413 +#: ../gramps/plugins/textreport/summary.py:320 msgid "The basic style used for sub-headings." msgstr "Grundläggande mall som används för underrubriker." #: ../gramps/plugins/textreport/notelinkreport.py:67 msgid "Note Link Check Report" -msgstr "" +msgstr "Rapport med kontroll av notislänkar" #: ../gramps/plugins/textreport/notelinkreport.py:77 msgid "Note ID" @@ -30465,18 +30918,18 @@ msgstr "Länk till" msgid "Failed" msgstr "Misslyckades" -#: ../gramps/plugins/textreport/notelinkreport.py:204 -#: ../gramps/plugins/textreport/tagreport.py:971 +#: ../gramps/plugins/textreport/notelinkreport.py:209 +#: ../gramps/plugins/textreport/tagreport.py:975 msgid "The basic style used for table headings." msgstr "Grundläggande mall som används för tabellrubriker." #. feature request 2356: avoid genitive form -#: ../gramps/plugins/textreport/numberofancestorsreport.py:104 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:105 #, python-format msgid "Number of Ancestors for %s" msgstr "Antal anor för %s" -#: ../gramps/plugins/textreport/numberofancestorsreport.py:125 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:126 #, python-brace-format msgid "Generation {number} has {count} individual. {percent}" msgid_plural "Generation {number} has {count} individuals. {percent}" @@ -30485,7 +30938,7 @@ msgstr[1] "Generation {number} has {count} individers. {percent}" #. TC # English return something like: #. Total ancestors in generations 2 to 3 is 4. (66.67%) -#: ../gramps/plugins/textreport/numberofancestorsreport.py:167 +#: ../gramps/plugins/textreport/numberofancestorsreport.py:168 #, python-format msgid "" "Total ancestors in generations %(second_generation)d to %(last_generation)d " @@ -30499,13 +30952,13 @@ msgstr "" #: ../gramps/plugins/textreport/placereport.py:123 #: ../gramps/plugins/textreport/placereport.py:137 #: ../gramps/plugins/textreport/placereport.py:154 -#: ../gramps/plugins/textreport/textplugins.gpr.py:300 +#: ../gramps/plugins/textreport/textplugins.gpr.py:303 msgid "Place Report" msgstr "Rapport över platser" #: ../gramps/plugins/textreport/placereport.py:124 msgid "Please select at least one place before running this." -msgstr "" +msgstr "Var snäll och välj minst en plats innan detta körs" #: ../gramps/plugins/textreport/placereport.py:155 msgid "Generating report" @@ -30544,159 +30997,160 @@ msgstr "Personer förknippade med denna plats" msgid "%(father)s (%(father_id)s) and %(mother)s (%(mother_id)s)" msgstr "%(father)s (%(father_id)s) och %(mother)s (%(mother_id)s)" -#: ../gramps/plugins/textreport/placereport.py:420 +#: ../gramps/plugins/textreport/placereport.py:448 msgid "Select using filter" msgstr "Välj filteranvändning" -#: ../gramps/plugins/textreport/placereport.py:421 +#: ../gramps/plugins/textreport/placereport.py:449 msgid "Select places using a filter" msgstr "Välj ut platser med hjälp av filter" -#: ../gramps/plugins/textreport/placereport.py:428 +#: ../gramps/plugins/textreport/placereport.py:456 msgid "Select places individually" msgstr "Välj ut platser individuellt" -#: ../gramps/plugins/textreport/placereport.py:429 +#: ../gramps/plugins/textreport/placereport.py:457 msgid "List of places to report on" msgstr "Lista på platser att rapportera om" -#: ../gramps/plugins/textreport/placereport.py:438 +#: ../gramps/plugins/textreport/placereport.py:460 msgid "Center on" msgstr "Huvudperson" -#: ../gramps/plugins/textreport/placereport.py:440 +#: ../gramps/plugins/textreport/placereport.py:462 msgid "If report is event or person centered" msgstr "Huruvida rapporten är händelse- eller person-centrerad" -#: ../gramps/plugins/textreport/placereport.py:473 +#: ../gramps/plugins/textreport/placereport.py:493 msgid "The style used for the title of the report." msgstr "Den mall, som används för rapportens titel." -#: ../gramps/plugins/textreport/placereport.py:488 -#: ../gramps/plugins/textreport/recordsreport.py:303 -#: ../gramps/plugins/textreport/simplebooktitle.py:177 -#: ../gramps/plugins/textreport/tagreport.py:940 +#: ../gramps/plugins/textreport/placereport.py:508 +#: ../gramps/plugins/textreport/recordsreport.py:319 +#: ../gramps/plugins/textreport/simplebooktitle.py:181 +#: ../gramps/plugins/textreport/tagreport.py:944 msgid "The style used for the subtitle." msgstr "Mall som används för undertiteln." -#: ../gramps/plugins/textreport/placereport.py:502 +#: ../gramps/plugins/textreport/placereport.py:522 msgid "The style used for place title." msgstr "Den mall, som används för platstiteln." -#: ../gramps/plugins/textreport/placereport.py:514 +#: ../gramps/plugins/textreport/placereport.py:534 msgid "The style used for place details." msgstr "Den mall, som används för detaljer om platser." -#: ../gramps/plugins/textreport/placereport.py:526 +#: ../gramps/plugins/textreport/placereport.py:546 msgid "The style used for a column title." msgstr "Den mall, som används för en kolumntitel." -#: ../gramps/plugins/textreport/placereport.py:540 +#: ../gramps/plugins/textreport/placereport.py:560 msgid "The style used for each section." msgstr "Den mall, som används för varje sektion." -#: ../gramps/plugins/textreport/placereport.py:571 +#: ../gramps/plugins/textreport/placereport.py:591 msgid "The style used for event and person details." msgstr "Den mall, som används för händelse- och persondetaljer." -#: ../gramps/plugins/textreport/recordsreport.py:173 +#: ../gramps/plugins/textreport/recordsreport.py:174 #, python-format msgid "%(number)s. " msgstr "%(number)s. " -#: ../gramps/plugins/textreport/recordsreport.py:233 +#: ../gramps/plugins/textreport/recordsreport.py:242 msgid "Number of ranks to display" msgstr "Antal ordningar att visa" -#: ../gramps/plugins/textreport/recordsreport.py:236 +#: ../gramps/plugins/textreport/recordsreport.py:245 msgid "Use call name" msgstr "Använd tilltalsnamn" -#: ../gramps/plugins/textreport/recordsreport.py:238 +#: ../gramps/plugins/textreport/recordsreport.py:247 msgid "Don't use call name" msgstr "Använd inte tilltalsnamn" -#: ../gramps/plugins/textreport/recordsreport.py:239 +#: ../gramps/plugins/textreport/recordsreport.py:248 msgid "Replace first names with call name" msgstr "Byt ut förnamn mot tilltalsnamn" -#: ../gramps/plugins/textreport/recordsreport.py:241 +#: ../gramps/plugins/textreport/recordsreport.py:250 msgid "Underline call name in first names / add call name to first name" msgstr "" "Stryk under tilltalsnamn bland förnamn / lägg till tilltalsnamn till förnamn" -#: ../gramps/plugins/textreport/recordsreport.py:245 +#: ../gramps/plugins/textreport/recordsreport.py:254 msgid "Footer text" msgstr "Fottext" -#: ../gramps/plugins/textreport/recordsreport.py:253 -msgid "Person Records" +#: ../gramps/plugins/textreport/recordsreport.py:267 +#, fuzzy +msgid "Person Records 2" msgstr "Personposter" -#: ../gramps/plugins/textreport/recordsreport.py:255 +#: ../gramps/plugins/textreport/recordsreport.py:269 +#, fuzzy +msgid "Person Records 1" +msgstr "Personposter" + +#: ../gramps/plugins/textreport/recordsreport.py:272 msgid "Family Records" msgstr "Familjeposter" -#: ../gramps/plugins/textreport/recordsreport.py:312 +#: ../gramps/plugins/textreport/recordsreport.py:328 msgid "The style used for headings." msgstr "Mall som används för rubriker." -#: ../gramps/plugins/textreport/recordsreport.py:330 -#: ../gramps/plugins/textreport/simplebooktitle.py:187 +#: ../gramps/plugins/textreport/recordsreport.py:346 +#: ../gramps/plugins/textreport/simplebooktitle.py:191 msgid "The style used for the footer." msgstr "Mall som används för sidfoten." -#: ../gramps/plugins/textreport/simplebooktitle.py:107 -#, python-format -msgid "File %s does not exist" -msgstr "Filen %s finns inte" - -#: ../gramps/plugins/textreport/simplebooktitle.py:132 +#: ../gramps/plugins/textreport/simplebooktitle.py:136 msgid "Title of the Book" msgstr "Titel för boken" -#: ../gramps/plugins/textreport/simplebooktitle.py:132 +#: ../gramps/plugins/textreport/simplebooktitle.py:136 msgid "book|Title" msgstr "Titel" -#: ../gramps/plugins/textreport/simplebooktitle.py:133 +#: ../gramps/plugins/textreport/simplebooktitle.py:137 msgid "Title string for the book." msgstr "Bokens titel." -#: ../gramps/plugins/textreport/simplebooktitle.py:136 +#: ../gramps/plugins/textreport/simplebooktitle.py:140 msgid "Subtitle" msgstr "Undertitel" -#: ../gramps/plugins/textreport/simplebooktitle.py:136 +#: ../gramps/plugins/textreport/simplebooktitle.py:140 msgid "Subtitle of the Book" msgstr "Undertitel för boken" -#: ../gramps/plugins/textreport/simplebooktitle.py:137 +#: ../gramps/plugins/textreport/simplebooktitle.py:141 msgid "Subtitle string for the book." msgstr "Bokens undertitel." -#: ../gramps/plugins/textreport/simplebooktitle.py:142 +#: ../gramps/plugins/textreport/simplebooktitle.py:146 #, python-format msgid "Copyright %(year)d %(name)s" msgstr "Copyright %(year)d %(name)s" -#: ../gramps/plugins/textreport/simplebooktitle.py:144 +#: ../gramps/plugins/textreport/simplebooktitle.py:148 msgid "Footer" msgstr "Sidfot" -#: ../gramps/plugins/textreport/simplebooktitle.py:145 +#: ../gramps/plugins/textreport/simplebooktitle.py:149 msgid "Footer string for the page." msgstr "Sidans fottext." -#: ../gramps/plugins/textreport/simplebooktitle.py:150 +#: ../gramps/plugins/textreport/simplebooktitle.py:154 msgid "Gramps ID of the media object to use as an image." msgstr "Gramps-ID för det mediaobjekt, som skall användas som bild." -#: ../gramps/plugins/textreport/simplebooktitle.py:153 +#: ../gramps/plugins/textreport/simplebooktitle.py:157 msgid "Image Size" msgstr "Bildstorlek" -#: ../gramps/plugins/textreport/simplebooktitle.py:154 +#: ../gramps/plugins/textreport/simplebooktitle.py:158 msgid "" "Size of the image in cm. A value of 0 indicates that the image should be fit " "to the page." @@ -30705,7 +31159,7 @@ msgstr "" "sidan." #: ../gramps/plugins/textreport/summary.py:91 -#: ../gramps/plugins/textreport/textplugins.gpr.py:345 +#: ../gramps/plugins/textreport/textplugins.gpr.py:348 msgid "Database Summary Report" msgstr "Sammanfattning av databas" @@ -30769,33 +31223,33 @@ msgstr "Antal unika mediaobjekt: %d" msgid "Total size of media objects: %s MB" msgstr "Sammanlagd storlek på mediaobjekt: %s MB" -#: ../gramps/plugins/textreport/summary.py:287 +#: ../gramps/plugins/textreport/summary.py:291 msgid "Whether to count private data" msgstr "Huruvida räkna privata data" -#: ../gramps/plugins/textreport/tableofcontents.py:63 -#: ../gramps/plugins/textreport/textplugins.gpr.py:368 +#: ../gramps/plugins/textreport/tableofcontents.py:64 +#: ../gramps/plugins/textreport/textplugins.gpr.py:371 msgid "Table Of Contents" msgstr "Innehållstabell" -#: ../gramps/plugins/textreport/tableofcontents.py:67 +#: ../gramps/plugins/textreport/tableofcontents.py:68 msgid "Contents" msgstr "Innehåll" -#: ../gramps/plugins/textreport/tableofcontents.py:112 +#: ../gramps/plugins/textreport/tableofcontents.py:117 msgid "The style used for first level headings." msgstr "Mall som används för översta nivån av rubriker." -#: ../gramps/plugins/textreport/tableofcontents.py:118 +#: ../gramps/plugins/textreport/tableofcontents.py:123 msgid "The style used for second level headings." msgstr "Mall som används för andra nivån på rubriker." -#: ../gramps/plugins/textreport/tableofcontents.py:124 +#: ../gramps/plugins/textreport/tableofcontents.py:129 msgid "The style used for third level headings." msgstr "Mall som används för tredje nivån på rubriker." #: ../gramps/plugins/textreport/tagreport.py:104 -#: ../gramps/plugins/textreport/textplugins.gpr.py:255 +#: ../gramps/plugins/textreport/textplugins.gpr.py:258 msgid "Tag Report" msgstr "Flaggrapport" @@ -30809,18 +31263,6 @@ msgstr "Du måste skapa en flagga innan du kör denna rapport." msgid "Tag Report for %s Items" msgstr "Flaggrapport: %s-poster" -#: ../gramps/plugins/textreport/tagreport.py:154 -#: ../gramps/plugins/textreport/tagreport.py:242 -#: ../gramps/plugins/textreport/tagreport.py:331 -#: ../gramps/plugins/textreport/tagreport.py:414 -#: ../gramps/plugins/textreport/tagreport.py:495 -#: ../gramps/plugins/textreport/tagreport.py:564 -#: ../gramps/plugins/textreport/tagreport.py:648 -#: ../gramps/plugins/textreport/tagreport.py:733 -#: ../gramps/plugins/textreport/tagreport.py:813 -msgid "Id" -msgstr "Id" - #: ../gramps/plugins/textreport/tagreport.py:666 msgid "Email Address" msgstr "e-postadress" @@ -30830,59 +31272,59 @@ msgstr "e-postadress" msgid "Publication Information" msgstr "Publiceringsinformation" -#: ../gramps/plugins/textreport/tagreport.py:905 +#: ../gramps/plugins/textreport/tagreport.py:909 msgid "The tag to use for the report" msgstr "Den flagga, som skall användas för rapporten" -#: ../gramps/plugins/textreport/textplugins.gpr.py:34 +#: ../gramps/plugins/textreport/textplugins.gpr.py:37 msgid "Ahnentafel Report" msgstr "Antavla, kortfattad" -#: ../gramps/plugins/textreport/textplugins.gpr.py:35 +#: ../gramps/plugins/textreport/textplugins.gpr.py:38 msgid "Produces a textual ancestral report" msgstr "Skapar en antavla med minsta tänkbar information." -#: ../gramps/plugins/textreport/textplugins.gpr.py:57 +#: ../gramps/plugins/textreport/textplugins.gpr.py:60 msgid "Produces a report of birthdays and anniversaries" msgstr "Skapar en rapport med födelsedagar och årsdagar." -#: ../gramps/plugins/textreport/textplugins.gpr.py:79 +#: ../gramps/plugins/textreport/textplugins.gpr.py:82 msgid "Add custom text to the book report" msgstr "Lägg till användartext till bokrapporten" -#: ../gramps/plugins/textreport/textplugins.gpr.py:100 +#: ../gramps/plugins/textreport/textplugins.gpr.py:103 msgid "Descendant Report" msgstr "Stamtavla, kortfattad" -#: ../gramps/plugins/textreport/textplugins.gpr.py:101 +#: ../gramps/plugins/textreport/textplugins.gpr.py:104 msgid "Produces a list of descendants of the active person" msgstr "Skapar en kortfattad lista över den aktiva personens ättlingar." -#: ../gramps/plugins/textreport/textplugins.gpr.py:122 +#: ../gramps/plugins/textreport/textplugins.gpr.py:125 msgid "Detailed Ancestral Report" msgstr "Antavla, detaljerad" -#: ../gramps/plugins/textreport/textplugins.gpr.py:123 +#: ../gramps/plugins/textreport/textplugins.gpr.py:126 msgid "Produces a detailed ancestral report" msgstr "Skapar en antavla med mycket information." -#: ../gramps/plugins/textreport/textplugins.gpr.py:144 +#: ../gramps/plugins/textreport/textplugins.gpr.py:147 msgid "Detailed Descendant Report" msgstr "Stamtavla, detaljerad" -#: ../gramps/plugins/textreport/textplugins.gpr.py:145 +#: ../gramps/plugins/textreport/textplugins.gpr.py:148 msgid "Produces a detailed descendant report" msgstr "Skapar en detaljerad stamtavla." -#: ../gramps/plugins/textreport/textplugins.gpr.py:166 +#: ../gramps/plugins/textreport/textplugins.gpr.py:169 msgid "End of Line Report" msgstr "Rapport för oavslutade släktband" -#: ../gramps/plugins/textreport/textplugins.gpr.py:167 +#: ../gramps/plugins/textreport/textplugins.gpr.py:170 msgid "Produces a textual end of line report" msgstr "Skapar en textrapport för oavslutade släktband." -#: ../gramps/plugins/textreport/textplugins.gpr.py:189 +#: ../gramps/plugins/textreport/textplugins.gpr.py:192 msgid "" "Produces a family group report showing information on a set of parents and " "their children." @@ -30890,67 +31332,67 @@ msgstr "" "Skapar en rapport för familjegrupp, som visar information om ett föräldrapar " "och dess barn." -#: ../gramps/plugins/textreport/textplugins.gpr.py:212 +#: ../gramps/plugins/textreport/textplugins.gpr.py:215 msgid "Produces a complete report on the selected people" msgstr "Skapar en fullständig ansedel om den valda personen." -#: ../gramps/plugins/textreport/textplugins.gpr.py:233 +#: ../gramps/plugins/textreport/textplugins.gpr.py:236 msgid "Kinship Report" msgstr "Lista med släktingar" -#: ../gramps/plugins/textreport/textplugins.gpr.py:234 +#: ../gramps/plugins/textreport/textplugins.gpr.py:237 msgid "Produces a textual report of kinship for a given person" msgstr "Skapar en lista med släktingar till en given person." -#: ../gramps/plugins/textreport/textplugins.gpr.py:256 +#: ../gramps/plugins/textreport/textplugins.gpr.py:259 msgid "Produces a list of people with a specified tag" msgstr "Skapar en lista över personer med en särskild flagga" -#: ../gramps/plugins/textreport/textplugins.gpr.py:278 +#: ../gramps/plugins/textreport/textplugins.gpr.py:281 msgid "Number of Ancestors Report" msgstr "Rapport över antal anor" -#: ../gramps/plugins/textreport/textplugins.gpr.py:279 +#: ../gramps/plugins/textreport/textplugins.gpr.py:282 msgid "Counts number of ancestors of selected person" msgstr "Beräknar antalet anor för vald person" -#: ../gramps/plugins/textreport/textplugins.gpr.py:301 +#: ../gramps/plugins/textreport/textplugins.gpr.py:304 msgid "Produces a textual place report" msgstr "Skapar en textinriktad rapport över platser" -#: ../gramps/plugins/textreport/textplugins.gpr.py:323 +#: ../gramps/plugins/textreport/textplugins.gpr.py:326 msgid "Title Page" msgstr "Titelsida" -#: ../gramps/plugins/textreport/textplugins.gpr.py:324 +#: ../gramps/plugins/textreport/textplugins.gpr.py:327 msgid "Produces a title page for book reports." msgstr "Skapar en titelsida för bokrapporter." -#: ../gramps/plugins/textreport/textplugins.gpr.py:346 +#: ../gramps/plugins/textreport/textplugins.gpr.py:349 msgid "Provides a summary of the current database" msgstr "Visar en sammanfattning av den aktuella databasen." -#: ../gramps/plugins/textreport/textplugins.gpr.py:369 +#: ../gramps/plugins/textreport/textplugins.gpr.py:372 msgid "Produces a table of contents for book reports." msgstr "Skapar en innehållsförteckning för bokrapporter." -#: ../gramps/plugins/textreport/textplugins.gpr.py:391 +#: ../gramps/plugins/textreport/textplugins.gpr.py:394 msgid "Produces an alphabetical index for book reports." msgstr "Skapar ett alfabetiskt index för bokrapporter." -#: ../gramps/plugins/textreport/textplugins.gpr.py:412 +#: ../gramps/plugins/textreport/textplugins.gpr.py:415 msgid "Records Report" msgstr "Rekordrapport" -#: ../gramps/plugins/textreport/textplugins.gpr.py:434 +#: ../gramps/plugins/textreport/textplugins.gpr.py:437 msgid "Note Link Report" -msgstr "" +msgstr "Rapport med notislänkar" -#: ../gramps/plugins/textreport/textplugins.gpr.py:435 +#: ../gramps/plugins/textreport/textplugins.gpr.py:438 msgid "Shows status of links in notes" -msgstr "" +msgstr "Visa status för länkar i notiser" -#: ../gramps/plugins/tool/changenames.glade:35 +#: ../gramps/plugins/tool/changenames.glade:33 msgid "" "Below is a list of the family names that \n" "Gramps can convert to correct capitalization. \n" @@ -30960,21 +31402,20 @@ msgstr "" "kan konvertera till korrekt skiftlägesinformation.\n" "Välj de namn som du vill att Gramps ska konvertera. " -#: ../gramps/plugins/tool/changenames.glade:108 +#: ../gramps/plugins/tool/changenames.glade:106 msgid "_Accept changes and close" msgstr "_Godkänn ändringar och stäng" #: ../gramps/plugins/tool/changenames.py:64 -#, fuzzy msgid "manual|Fix_Capitalization_of_Family_Names" -msgstr "Normera stor bokstav för efternamn" +msgstr "Normera stor bokstav för familjenamn" #: ../gramps/plugins/tool/changenames.py:75 -#: ../gramps/plugins/tool/changenames.py:235 +#: ../gramps/plugins/tool/changenames.py:236 msgid "Capitalization changes" msgstr "Skiftlägesändringar" -#: ../gramps/plugins/tool/changenames.py:85 +#: ../gramps/plugins/tool/changenames.py:86 msgid "Checking Family Names" msgstr "Kontrollerar efternamn" @@ -30984,7 +31425,7 @@ msgstr "Söker efternamn" #: ../gramps/plugins/tool/changenames.py:144 #: ../gramps/plugins/tool/eventnames.py:126 -#: ../gramps/plugins/tool/patchnames.py:363 +#: ../gramps/plugins/tool/patchnames.py:364 msgid "No modifications made" msgstr "Inga modifieringar gjordes" @@ -30992,17 +31433,17 @@ msgstr "Inga modifieringar gjordes" msgid "No capitalization changes were detected." msgstr "Inga skiftlägesändringar upptäcktes." -#: ../gramps/plugins/tool/changenames.py:198 +#: ../gramps/plugins/tool/changenames.py:199 msgid "Original Name" msgstr "Ursprungligt namn" -#: ../gramps/plugins/tool/changenames.py:202 +#: ../gramps/plugins/tool/changenames.py:203 msgid "Capitalization Change" msgstr "Skiftlägesändring" -#: ../gramps/plugins/tool/changenames.py:209 -#: ../gramps/plugins/tool/eventcmp.py:302 -#: ../gramps/plugins/tool/patchnames.py:418 +#: ../gramps/plugins/tool/changenames.py:210 +#: ../gramps/plugins/tool/eventcmp.py:304 +#: ../gramps/plugins/tool/patchnames.py:419 msgid "Building display" msgstr "Förbereder visning" @@ -31026,36 +31467,36 @@ msgstr "Ny händelsetyp:" msgid "Change Event Types" msgstr "Ändra händelsetyper" -#: ../gramps/plugins/tool/changetypes.py:117 -#: ../gramps/plugins/tool/changetypes.py:140 +#: ../gramps/plugins/tool/changetypes.py:118 +#: ../gramps/plugins/tool/changetypes.py:141 msgid "Change types" msgstr "Ändra typer" -#: ../gramps/plugins/tool/changetypes.py:120 +#: ../gramps/plugins/tool/changetypes.py:121 msgid "Analyzing Events" msgstr "Analyserar händelser" -#: ../gramps/plugins/tool/changetypes.py:133 +#: ../gramps/plugins/tool/changetypes.py:134 msgid "No event record was modified." msgstr "Ingen händelse ändrades." #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/changetypes.py:136 +#: ../gramps/plugins/tool/changetypes.py:137 #, python-brace-format msgid "{number_of} event record was modified." msgid_plural "{number_of} event records were modified." msgstr[0] "{number_of} händelsepost modifierades " msgstr[1] "{number_of} händelseposter modifierades " -#: ../gramps/plugins/tool/check.py:106 ../gramps/plugins/tool/check.py:249 +#: ../gramps/plugins/tool/check.py:119 ../gramps/plugins/tool/check.py:278 msgid "Checking Database" msgstr "Kontrollerar databas" -#: ../gramps/plugins/tool/check.py:107 +#: ../gramps/plugins/tool/check.py:120 msgid "Looking for cross table duplicates" msgstr "Letar efter dubbletter i tabeller korsvis " -#: ../gramps/plugins/tool/check.py:157 +#: ../gramps/plugins/tool/check.py:177 msgid "" "Your Family Tree contains cross table duplicate handles.\n" " This is bad and can be fixed by making a backup of your\n" @@ -31069,11 +31510,11 @@ msgstr "" "Resterande kontroll hoppas över verktyget \"Kontrollera och reparera\"\n" "bör köras ånyo på det nya släktträdet." -#: ../gramps/plugins/tool/check.py:164 +#: ../gramps/plugins/tool/check.py:187 msgid "Check Integrity" msgstr "Kontrollera integritet" -#: ../gramps/plugins/tool/check.py:251 +#: ../gramps/plugins/tool/check.py:281 #, python-format msgid "" "Objects referenced by this note were referenced but missing so that is why " @@ -31082,39 +31523,44 @@ msgstr "" "Objekt, som refererats av denna notis, saknas, så det anledningen till att " "de har skapats när du körde Kontrollera och reparera på %s." -#: ../gramps/plugins/tool/check.py:273 +#: ../gramps/plugins/tool/check.py:303 msgid "Looking for invalid name format references" msgstr "Söker efter felaktiga namnformatsreferenser" -#: ../gramps/plugins/tool/check.py:325 +#: ../gramps/plugins/tool/check.py:355 msgid "Looking for duplicate spouses" msgstr "Söker efter dubblerade makar" -#: ../gramps/plugins/tool/check.py:349 +#: ../gramps/plugins/tool/check.py:378 msgid "Looking for character encoding errors" msgstr "Söker efter teckenkodningsproblem" -#: ../gramps/plugins/tool/check.py:390 +#: ../gramps/plugins/tool/check.py:419 msgid "Looking for ctrl characters in notes" msgstr "Söker efter ctrl-tecken i notiser" -#: ../gramps/plugins/tool/check.py:416 +#: ../gramps/plugins/tool/check.py:447 +#, fuzzy +msgid "Looking for bad alternate place names" +msgstr "Söker efter tomma ortsposter" + +#: ../gramps/plugins/tool/check.py:477 msgid "Looking for broken family links" msgstr "Söker efter trasiga familjelänkar" -#: ../gramps/plugins/tool/check.py:618 +#: ../gramps/plugins/tool/check.py:689 msgid "Looking for unused objects" msgstr "Söker efter oanvända objekt" -#: ../gramps/plugins/tool/check.py:692 +#: ../gramps/plugins/tool/check.py:767 msgid "Select file" msgstr "Välj fil" -#: ../gramps/plugins/tool/check.py:726 +#: ../gramps/plugins/tool/check.py:800 msgid "Media object could not be found" msgstr "Mediaobjekt kunde inte återfinnas" -#: ../gramps/plugins/tool/check.py:727 +#: ../gramps/plugins/tool/check.py:801 #, python-format msgid "" "The file:\n" @@ -31131,146 +31577,151 @@ msgstr "" "bort referensen från databasen, behålla referensen till den saknade filen, " "eller välja en ny fil." -#: ../gramps/plugins/tool/check.py:809 +#: ../gramps/plugins/tool/check.py:884 msgid "Looking for empty people records" msgstr "Söker efter tomma personposter" -#: ../gramps/plugins/tool/check.py:817 +#: ../gramps/plugins/tool/check.py:891 msgid "Looking for empty family records" msgstr "Söker efter tomma familjeposter" -#: ../gramps/plugins/tool/check.py:825 +#: ../gramps/plugins/tool/check.py:898 msgid "Looking for empty event records" msgstr "Söker efter tomma händelseposter" -#: ../gramps/plugins/tool/check.py:833 +#: ../gramps/plugins/tool/check.py:905 msgid "Looking for empty source records" msgstr "Söker efter tomma källposter" -#: ../gramps/plugins/tool/check.py:841 +#: ../gramps/plugins/tool/check.py:912 msgid "Looking for empty citation records" msgstr "Söker efter tomma citeringsposter" -#: ../gramps/plugins/tool/check.py:849 +#: ../gramps/plugins/tool/check.py:919 msgid "Looking for empty place records" msgstr "Söker efter tomma ortsposter" -#: ../gramps/plugins/tool/check.py:857 +#: ../gramps/plugins/tool/check.py:926 msgid "Looking for empty media records" msgstr "Söker efter tomma mediaposter" -#: ../gramps/plugins/tool/check.py:865 +#: ../gramps/plugins/tool/check.py:933 msgid "Looking for empty repository records" msgstr "Söker efter tomma arkivplatsposter" -#: ../gramps/plugins/tool/check.py:873 +#: ../gramps/plugins/tool/check.py:940 msgid "Looking for empty note records" msgstr "Söker efter tomma notisposter" -#: ../gramps/plugins/tool/check.py:919 +#: ../gramps/plugins/tool/check.py:984 msgid "Looking for empty families" msgstr "Söker efter tomma familjer" -#: ../gramps/plugins/tool/check.py:955 +#: ../gramps/plugins/tool/check.py:1020 msgid "Looking for broken parent relationships" msgstr "Söker efter trasiga föräldrarelationer" -#: ../gramps/plugins/tool/check.py:993 +#: ../gramps/plugins/tool/check.py:1060 msgid "Looking for event problems" msgstr "Söker efter problem med händelser" -#: ../gramps/plugins/tool/check.py:1159 +#: ../gramps/plugins/tool/check.py:1233 msgid "Looking for person reference problems" msgstr "Söker efter problem med personreferenser" -#: ../gramps/plugins/tool/check.py:1190 +#: ../gramps/plugins/tool/check.py:1267 msgid "Looking for family reference problems" msgstr "Söker efter problem med familjereferenser" -#: ../gramps/plugins/tool/check.py:1215 +#: ../gramps/plugins/tool/check.py:1294 msgid "Looking for repository reference problems" msgstr "Söker efter problem med arkivplatsreferens" -#: ../gramps/plugins/tool/check.py:1248 +#: ../gramps/plugins/tool/check.py:1330 msgid "Looking for place reference problems" msgstr "Söker efter problem med referenser till platser" -#: ../gramps/plugins/tool/check.py:1359 +#: ../gramps/plugins/tool/check.py:1446 msgid "Looking for citation reference problems" msgstr "Söker efter problem citeringshänvisningar" -#: ../gramps/plugins/tool/check.py:1495 +#: ../gramps/plugins/tool/check.py:1564 msgid "Looking for source reference problems" msgstr "Söker efter problem med hänvisningar i källor" -#: ../gramps/plugins/tool/check.py:1536 +#: ../gramps/plugins/tool/check.py:1608 msgid "Looking for media object reference problems" msgstr "Söker efter problem med referenser till mediaobjekt" -#: ../gramps/plugins/tool/check.py:1679 +#: ../gramps/plugins/tool/check.py:1731 msgid "Looking for note reference problems" msgstr "Söker efter problem med hänvisningar i notiser" -#: ../gramps/plugins/tool/check.py:1830 +#: ../gramps/plugins/tool/check.py:1859 msgid "Updating checksums on media" msgstr "Uppdaterar kontrollsumma för media" -#: ../gramps/plugins/tool/check.py:1854 +#: ../gramps/plugins/tool/check.py:1887 msgid "Looking for tag reference problems" msgstr "Söker efter problem med hänvisningar i flaggor" -#: ../gramps/plugins/tool/check.py:1943 +#: ../gramps/plugins/tool/check.py:2032 msgid "Looking for media source reference problems" msgstr "Söker efter problem med hänvisningar i mediakällor" -#: ../gramps/plugins/tool/check.py:2110 +#: ../gramps/plugins/tool/check.py:2100 +#, fuzzy +msgid "Looking for Duplicated Gramps ID problems" +msgstr "Söker efter dubblerade makar" + +#: ../gramps/plugins/tool/check.py:2331 msgid "No errors were found" msgstr "Inga fel upptäcktes" -#: ../gramps/plugins/tool/check.py:2111 +#: ../gramps/plugins/tool/check.py:2332 msgid "The database has passed internal checks" msgstr "Databasen har klarat interna kontroller" -#: ../gramps/plugins/tool/check.py:2114 +#: ../gramps/plugins/tool/check.py:2335 msgid "No errors were found: the database has passed internal checks." msgstr "Inga fel hittades: databasen har klarat interna kontroller." #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2121 +#: ../gramps/plugins/tool/check.py:2342 #, python-brace-format msgid "{quantity} broken child/family link was fixed\n" msgid_plural "{quantity} broken child/family links were fixed\n" msgstr[0] "{quantity} trasig barn/familjelänk lagades\n" msgstr[1] "{quantity} trasig barn/familjelänkar lagades\n" -#: ../gramps/plugins/tool/check.py:2130 +#: ../gramps/plugins/tool/check.py:2350 msgid "Non existing child" msgstr "Ickeexisterande barn" -#: ../gramps/plugins/tool/check.py:2138 +#: ../gramps/plugins/tool/check.py:2361 #, python-format msgid "%(person)s was removed from the family of %(family)s\n" msgstr "%(person)s togs bort från familjen %(family)s\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2145 +#: ../gramps/plugins/tool/check.py:2368 #, python-brace-format msgid "{quantity} broken spouse/family link was fixed\n" msgid_plural "{quantity} broken spouse/family links were fixed\n" msgstr[0] "{quantity} trasig maka-/make-/familjelänk lagades\n" msgstr[1] "{quantity} trasig maka-/make-/familjelänkar lagades\n" -#: ../gramps/plugins/tool/check.py:2154 ../gramps/plugins/tool/check.py:2180 +#: ../gramps/plugins/tool/check.py:2376 ../gramps/plugins/tool/check.py:2404 msgid "Non existing person" msgstr "Ickeexisterande person" -#: ../gramps/plugins/tool/check.py:2162 ../gramps/plugins/tool/check.py:2188 +#: ../gramps/plugins/tool/check.py:2387 ../gramps/plugins/tool/check.py:2415 #, python-format msgid "%(person)s was restored to the family of %(family)s\n" msgstr "%(person)s återställdes till familjen %(family)s\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2169 +#: ../gramps/plugins/tool/check.py:2394 #, python-brace-format msgid "{quantity} duplicate spouse/family link was found\n" msgid_plural "{quantity} duplicate spouse/family links were found\n" @@ -31278,7 +31729,7 @@ msgstr[0] "{quantity}duplicerad make-maka- eller familjelänk hittades\n" msgstr[1] "{quantity}duplicerad make-maka- eller familjelänkar hittades\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2195 +#: ../gramps/plugins/tool/check.py:2422 #, fuzzy, python-brace-format msgid "{quantity} family with no parents or children found, removed.\n" msgid_plural "" @@ -31287,14 +31738,22 @@ msgstr[0] "1 familj utan föräldrar eller barn funnen, borttagen.\n" msgstr[1] "1 familj utan föräldrar eller barn funnen, borttagen.\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2207 +#: ../gramps/plugins/tool/check.py:2434 #, python-brace-format msgid "{quantity} corrupted family relationship fixed\n" msgid_plural "{quantity} corrupted family relationships fixed\n" msgstr[0] "{quantity} förstört familjesläktskap rättat\n" msgstr[1] "{quantity} förstörda familjesläktskap rättade\n" -#: ../gramps/plugins/tool/check.py:2216 +#. translators: leave all/any {...} untranslated +#: ../gramps/plugins/tool/check.py:2442 +#, fuzzy, python-brace-format +msgid "{quantity} place alternate name fixed\n" +msgid_plural "{quantity} place alternate names fixed\n" +msgstr[0] "{quantity} ogiltigt dödshändelsenamn lagades\n" +msgstr[1] "{quantity} ogiltiga dödshändelsenamn lagades\n" + +#: ../gramps/plugins/tool/check.py:2451 #, python-brace-format msgid "{quantity} person was referenced but not found\n" msgid_plural "{quantity} persons were referenced, but not found\n" @@ -31302,7 +31761,7 @@ msgstr[0] "{quantity} person, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} personer, som refererats till, kunde inte hittas\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2224 +#: ../gramps/plugins/tool/check.py:2459 #, python-brace-format msgid "{quantity} family was referenced but not found\n" msgid_plural "{quantity} families were referenced, but not found\n" @@ -31310,14 +31769,14 @@ msgstr[0] "{quantity} familj, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} familjer, som refererats till, kunde inte hittas\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2234 +#: ../gramps/plugins/tool/check.py:2469 #, python-brace-format msgid "{quantity} date was corrected\n" msgid_plural "{quantity} dates were corrected\n" msgstr[0] "{quantity} datum rättades\n" msgstr[1] "{quantity} datum rättades\n" -#: ../gramps/plugins/tool/check.py:2243 +#: ../gramps/plugins/tool/check.py:2478 #, python-brace-format msgid "{quantity} repository was referenced but not found\n" msgid_plural "{quantity} repositories were referenced, but not found\n" @@ -31325,14 +31784,14 @@ msgstr[0] "{quantity} arkivplats, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} arkivplatser, som refererats till, kunde inte hittas\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2253 ../gramps/plugins/tool/check.py:2341 +#: ../gramps/plugins/tool/check.py:2488 ../gramps/plugins/tool/check.py:2575 #, python-brace-format msgid "{quantity} media object was referenced but not found\n" msgid_plural "{quantity} media objects were referenced, but not found\n" msgstr[0] "{quantity} mediaobjekt, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} mediaobjekt, som refererats till, kunde inte hittas\n" -#: ../gramps/plugins/tool/check.py:2264 +#: ../gramps/plugins/tool/check.py:2499 #, python-brace-format msgid "Reference to {quantity} missing media object was kept\n" msgid_plural "References to {quantity} media objects were kept\n" @@ -31340,7 +31799,7 @@ msgstr[0] "Referens till {quantity} saknat mediaobjekt behölls\n" msgstr[1] "Referens till{quantity} saknade mediaobjekt behölls\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2272 +#: ../gramps/plugins/tool/check.py:2507 #, python-brace-format msgid "{quantity} missing media object was replaced\n" msgid_plural "{quantity} missing media objects were replaced\n" @@ -31348,7 +31807,7 @@ msgstr[0] "{quantity} saknat mediaobjekt ersattes\n" msgstr[1] "{quantity} saknade mediaobjekt ersattes\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2280 +#: ../gramps/plugins/tool/check.py:2515 #, python-brace-format msgid "{quantity} missing media object was removed\n" msgid_plural "{quantity} missing media objects were removed\n" @@ -31356,7 +31815,7 @@ msgstr[0] "{quantity} saknat mediaobjekt togs bort\n" msgstr[1] "{quantity} saknade mediaobjekt togs bort\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2288 +#: ../gramps/plugins/tool/check.py:2523 #, python-brace-format msgid "{quantity} event was referenced but not found\n" msgid_plural "{quantity} events were referenced, but not found\n" @@ -31364,7 +31823,7 @@ msgstr[0] "{quantity} händelse, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} händelser, som refererats till, kunde inte hittas\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2296 +#: ../gramps/plugins/tool/check.py:2531 #, python-brace-format msgid "{quantity} invalid birth event name was fixed\n" msgid_plural "{quantity} invalid birth event names were fixed\n" @@ -31372,7 +31831,7 @@ msgstr[0] "{quantity} ogiltigt födelsehändelsenamn lagades\n" msgstr[1] "{quantity} ogiltiga födelsehändelsenamn lagades\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2304 +#: ../gramps/plugins/tool/check.py:2539 #, python-brace-format msgid "{quantity} invalid death event name was fixed\n" msgid_plural "{quantity} invalid death event names were fixed\n" @@ -31380,23 +31839,21 @@ msgstr[0] "{quantity} ogiltigt dödshändelsenamn lagades\n" msgstr[1] "{quantity} ogiltiga dödshändelsenamn lagades\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2312 +#: ../gramps/plugins/tool/check.py:2547 #, python-brace-format msgid "{quantity} place was referenced but not found\n" msgid_plural "{quantity} places were referenced, but not found\n" msgstr[0] "{quantity} plats, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} platser, som refererats till, kunde inte hittas\n" -#. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2320 +#: ../gramps/plugins/tool/check.py:2556 #, python-brace-format msgid "{quantity} citation was referenced but not found\n" msgid_plural "{quantity} citations were referenced, but not found\n" msgstr[0] "{quantity} citering, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} citeringar, som refererats till, kunde inte hittas\n" -#. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2331 +#: ../gramps/plugins/tool/check.py:2566 #, python-brace-format msgid "{quantity} source was referenced but not found\n" msgid_plural "{quantity} sources were referenced, but not found\n" @@ -31404,7 +31861,7 @@ msgstr[0] "{quantity} källa, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} källor, som refererats till, kunde inte hittas\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2351 +#: ../gramps/plugins/tool/check.py:2584 #, python-brace-format msgid "{quantity} note object was referenced but not found\n" msgid_plural "{quantity} note objects were referenced, but not found\n" @@ -31412,7 +31869,7 @@ msgstr[0] "{quantity} notisobjekt, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} notisobjekt, som refererats till, kunde inte hittas\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2361 ../gramps/plugins/tool/check.py:2371 +#: ../gramps/plugins/tool/check.py:2594 ../gramps/plugins/tool/check.py:2604 #, python-brace-format msgid "{quantity} tag object was referenced but not found\n" msgid_plural "{quantity} tag objects were referenced, but not found\n" @@ -31420,22 +31877,29 @@ msgstr[0] "{quantity} flagga, som refererats till, kunde inte hittas\n" msgstr[1] "{quantity} flaggor, som refererats till, kunde inte hittas\n" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2381 +#: ../gramps/plugins/tool/check.py:2614 #, python-brace-format msgid "{quantity} invalid name format reference was removed\n" msgid_plural "{quantity} invalid name format references were removed\n" msgstr[0] "{quantity} ogiltig namnformatsreferens togs bort\n" msgstr[1] "{quantity} ogiltiga namnformatsreferenser togs bort\n" -#. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/check.py:2391 +#: ../gramps/plugins/tool/check.py:2625 #, python-brace-format msgid "{quantity} invalid source citation was fixed\n" msgid_plural "{quantity} invalid source citations were fixed\n" msgstr[0] "{quantity} ogiltigt födelsehändelsenamn lagades\n" msgstr[1] "{quantity} ogiltiga födelsehändelsenamn lagades\n" -#: ../gramps/plugins/tool/check.py:2398 +#. translators: leave all/any {...} untranslated +#: ../gramps/plugins/tool/check.py:2634 +#, fuzzy, python-brace-format +msgid "{quantity} Duplicated Gramps ID fixed\n" +msgid_plural "{quantity} Duplicated Gramps IDs fixed\n" +msgstr[0] "{quantity} ogiltigt dödshändelsenamn lagades\n" +msgstr[1] "{quantity} ogiltiga dödshändelsenamn lagades\n" + +#: ../gramps/plugins/tool/check.py:2641 #, python-format msgid "" "%(empty_obj)d empty objects removed:\n" @@ -31458,11 +31922,11 @@ msgstr "" " %(repo)d arkivplatsobjekt\n" " %(note)d notisobjekt\n" -#: ../gramps/plugins/tool/check.py:2444 +#: ../gramps/plugins/tool/check.py:2688 msgid "Integrity Check Results" msgstr "Resultat av integritetskontroll" -#: ../gramps/plugins/tool/check.py:2449 +#: ../gramps/plugins/tool/check.py:2694 msgid "Check and Repair" msgstr "Kontrollera och reparera" @@ -31546,19 +32010,21 @@ msgstr "Datumtestinsticksmodul" msgid "Pass" msgstr "Pass" -#: ../gramps/plugins/tool/dumpgenderstats.py:46 +#: ../gramps/plugins/tool/dumpgenderstats.py:57 msgid "Gender Statistics tool" msgstr "Könsstatistikverktyg" -#: ../gramps/plugins/tool/dumpgenderstats.py:66 +#: ../gramps/plugins/tool/dumpgenderstats.py:75 +#: ../gramps/plugins/tool/dumpgenderstats.py:97 +#: ../gramps/plugins/tool/dumpgenderstats.py:100 msgid "Guess" msgstr "Gissa" -#: ../gramps/plugins/tool/eventcmp.glade:228 +#: ../gramps/plugins/tool/eventcmp.glade:225 msgid "_Filter:" msgstr "_Filter:" -#: ../gramps/plugins/tool/eventcmp.glade:242 +#: ../gramps/plugins/tool/eventcmp.glade:239 msgid "" "The event comparison utility uses the filters defined in the Custom Filter " "Editor." @@ -31566,12 +32032,11 @@ msgstr "" "Verktyget för jämförelse av händelser använder de filter som definierats i " "redigeraren för anpassade filter." -#: ../gramps/plugins/tool/eventcmp.glade:252 +#: ../gramps/plugins/tool/eventcmp.glade:249 msgid "Custom filter _editor" msgstr "_Redigerare för anpassade filter" #: ../gramps/plugins/tool/eventcmp.py:70 -#, fuzzy msgid "manual|Compare_Individual_Events" msgstr "Jämför personliga händelser" @@ -31579,15 +32044,15 @@ msgstr "Jämför personliga händelser" msgid "Event comparison filter selection" msgstr "Händelsejämförelsefilterval" -#: ../gramps/plugins/tool/eventcmp.py:167 +#: ../gramps/plugins/tool/eventcmp.py:168 msgid "Event Comparison tool" msgstr "Verktyg för händelsejämförelse" -#: ../gramps/plugins/tool/eventcmp.py:167 +#: ../gramps/plugins/tool/eventcmp.py:168 msgid "Filter selection" msgstr "Filterval" -#: ../gramps/plugins/tool/eventcmp.py:179 +#: ../gramps/plugins/tool/eventcmp.py:180 msgid "Comparing events" msgstr "Jämför händelser" @@ -31599,31 +32064,31 @@ msgstr "Väljer personer" msgid "No matches were found" msgstr "Inga träffar upptäcktes" -#: ../gramps/plugins/tool/eventcmp.py:243 -#: ../gramps/plugins/tool/eventcmp.py:276 +#: ../gramps/plugins/tool/eventcmp.py:244 +#: ../gramps/plugins/tool/eventcmp.py:278 msgid "Event Comparison Results" msgstr "Resultat av händelsejämförelse" -#: ../gramps/plugins/tool/eventcmp.py:253 +#: ../gramps/plugins/tool/eventcmp.py:255 #, python-format msgid "%(event_name)s Date" msgstr "%(event_name)s: datum" #. This won't be shown in a tree -#: ../gramps/plugins/tool/eventcmp.py:257 +#: ../gramps/plugins/tool/eventcmp.py:259 #, python-format msgid "%(event_name)s Place" msgstr "%(event_name)s: plats" -#: ../gramps/plugins/tool/eventcmp.py:309 +#: ../gramps/plugins/tool/eventcmp.py:312 msgid "Comparing Events" msgstr "Jämför händelser" -#: ../gramps/plugins/tool/eventcmp.py:311 +#: ../gramps/plugins/tool/eventcmp.py:313 msgid "Building data" msgstr "Konstruerar data" -#: ../gramps/plugins/tool/eventcmp.py:393 +#: ../gramps/plugins/tool/eventcmp.py:395 msgid "Select filename" msgstr "Välj fil" @@ -31632,7 +32097,7 @@ msgid "Event name changes" msgstr "Händelsenamnsändring" #: ../gramps/plugins/tool/eventnames.py:85 -#: ../gramps/plugins/tool/tools.gpr.py:128 +#: ../gramps/plugins/tool/tools.gpr.py:131 msgid "Extract Event Description" msgstr "Ta fram händelsebeskrivningar" @@ -31652,21 +32117,21 @@ msgstr "Gjorda ändringar" msgid "No event description has been added." msgstr "Inga händelsebeskrivningar har lagts till" -#: ../gramps/plugins/tool/finddupes.glade:118 -#: ../gramps/plugins/tool/mergecitations.glade:118 +#: ../gramps/plugins/tool/finddupes.glade:117 +#: ../gramps/plugins/tool/mergecitations.glade:117 msgid "Match Threshold" msgstr "Tröskelvärde för matchning" -#: ../gramps/plugins/tool/finddupes.glade:145 +#: ../gramps/plugins/tool/finddupes.glade:144 msgid "Use soundex codes" msgstr "Använd soundexkoder" -#: ../gramps/plugins/tool/finddupes.glade:239 +#: ../gramps/plugins/tool/finddupes.glade:238 msgid "Co_mpare" msgstr "_Jämför" -#: ../gramps/plugins/tool/finddupes.glade:366 -#: ../gramps/plugins/tool/mergecitations.glade:231 +#: ../gramps/plugins/tool/finddupes.glade:365 +#: ../gramps/plugins/tool/mergecitations.glade:230 msgid "Please be patient. This may take a while." msgstr "Var tålmodig. Det här kan ta en stund." @@ -31675,84 +32140,88 @@ msgid "Medium" msgstr "Medel" #: ../gramps/plugins/tool/finddupes.py:66 -#, fuzzy msgid "manual|Find_Possible_Duplicate_People" msgstr "Hitta möjliga dubblerade personer" #: ../gramps/plugins/tool/finddupes.py:126 -#: ../gramps/plugins/tool/tools.gpr.py:150 +#: ../gramps/plugins/tool/tools.gpr.py:153 msgid "Find Possible Duplicate People" msgstr "Hitta möjliga dubblerade personer" -#: ../gramps/plugins/tool/finddupes.py:142 +#: ../gramps/plugins/tool/finddupes.py:143 msgid "Find Duplicates tool" msgstr "Hitta dubbletter" -#: ../gramps/plugins/tool/finddupes.py:142 -#: ../gramps/plugins/tool/mergecitations.py:163 -#: ../gramps/plugins/tool/verify.py:322 +#: ../gramps/plugins/tool/finddupes.py:143 +#: ../gramps/plugins/tool/mergecitations.py:164 +#: ../gramps/plugins/tool/verify.py:347 msgid "Tool settings" msgstr "Verktygsinställningar" -#: ../gramps/plugins/tool/finddupes.py:176 +#: ../gramps/plugins/tool/finddupes.py:177 msgid "No matches found" msgstr "Inga träffar hittades" -#: ../gramps/plugins/tool/finddupes.py:177 +#: ../gramps/plugins/tool/finddupes.py:178 msgid "No potential duplicate people were found" msgstr "Inga potentiella duplicerade personer hittades" -#: ../gramps/plugins/tool/finddupes.py:187 +#: ../gramps/plugins/tool/finddupes.py:189 msgid "Find Duplicates" msgstr "Hitta dubbletter" -#: ../gramps/plugins/tool/finddupes.py:188 +#: ../gramps/plugins/tool/finddupes.py:190 msgid "Looking for duplicate people" msgstr "Söker efter dubblerade personer" -#: ../gramps/plugins/tool/finddupes.py:197 +#: ../gramps/plugins/tool/finddupes.py:199 msgid "Pass 1: Building preliminary lists" msgstr "Pass 1: Konstruerar preliminära listor" -#: ../gramps/plugins/tool/finddupes.py:215 +#: ../gramps/plugins/tool/finddupes.py:217 msgid "Pass 2: Calculating potential matches" msgstr "Pass 2: Beräknar potentiella träffar" -#: ../gramps/plugins/tool/finddupes.py:553 +#: ../gramps/plugins/tool/finddupes.py:555 msgid "Potential Merges" msgstr "Möjliga sammanslagningar" -#: ../gramps/plugins/tool/finddupes.py:568 +#: ../gramps/plugins/tool/finddupes.py:571 msgid "Rating" msgstr "Grad" -#: ../gramps/plugins/tool/finddupes.py:569 +#: ../gramps/plugins/tool/finddupes.py:572 msgid "First Person" msgstr "Första personen" -#: ../gramps/plugins/tool/finddupes.py:570 +#: ../gramps/plugins/tool/finddupes.py:573 msgid "Second Person" msgstr "Andra personen" -#: ../gramps/plugins/tool/finddupes.py:580 +#: ../gramps/plugins/tool/finddupes.py:583 msgid "Merge candidates" msgstr "Slå samman misstänkta dubbletter" +#: ../gramps/plugins/tool/finddupes.py:583 +#, fuzzy +msgid "Merge persons" +msgstr "Slå samman person" + #: ../gramps/plugins/tool/findloop.py:56 #, fuzzy msgid "manual|Find_database_loop" -msgstr "Skapar datum" +msgstr "Datumredigerare" #: ../gramps/plugins/tool/findloop.py:70 -#: ../gramps/plugins/tool/tools.gpr.py:462 +#: ../gramps/plugins/tool/tools.gpr.py:465 #, fuzzy msgid "Find database loop" msgstr "Annan databas" #. start the progress indicator #: ../gramps/plugins/tool/findloop.py:89 -#: ../gramps/plugins/tool/notrelated.py:110 -#: ../gramps/plugins/tool/notrelated.py:255 +#: ../gramps/plugins/tool/notrelated.py:112 +#: ../gramps/plugins/tool/notrelated.py:257 msgid "Starting" msgstr "Börjar" @@ -31769,26 +32238,28 @@ msgstr "Anor" msgid "Descendant" msgstr "Ättlingar" -#: ../gramps/plugins/tool/mediamanager.py:67 +#: ../gramps/plugins/tool/mediamanager.py:68 msgid "manual|Media_Manager..." -msgstr "" +msgstr "Mediahanterare" #: ../gramps/plugins/tool/mediamanager.py:88 -msgid "Gramps Media Manager" -msgstr "Gramps mediahanterare" +#: ../gramps/plugins/tool/mediamanager.py:114 +#: ../gramps/plugins/tool/tools.gpr.py:176 +msgid "Media Manager" +msgstr "Mediahanterare" -#: ../gramps/plugins/tool/mediamanager.py:95 -#: ../gramps/plugins/webreport/narrativeweb.py:1896 -#: ../gramps/plugins/webreport/narrativeweb.py:2009 -#: ../gramps/plugins/webreport/narrativeweb.py:4616 +#: ../gramps/plugins/tool/mediamanager.py:97 +#: ../gramps/plugins/webreport/narrativeweb.py:1871 +#: ../gramps/plugins/webreport/narrativeweb.py:1994 +#: ../gramps/plugins/webreport/narrativeweb.py:4669 msgid "Introduction" msgstr "Introduktion" -#: ../gramps/plugins/tool/mediamanager.py:98 +#: ../gramps/plugins/tool/mediamanager.py:100 msgid "Selection" msgstr "Utvalt" -#: ../gramps/plugins/tool/mediamanager.py:220 +#: ../gramps/plugins/tool/mediamanager.py:229 #, python-format msgid "" "This tool allows batch operations on media objects stored in Gramps. An " @@ -31824,32 +32295,32 @@ msgstr "" "utanför Gramps. Därefter kan du justera sökvägarna med detta verktyg så att " "mediaobjekten innehåller rätt sökvägar." -#: ../gramps/plugins/tool/mediamanager.py:331 +#: ../gramps/plugins/tool/mediamanager.py:340 msgid "Affected path" msgstr "Berörd sökväg" -#: ../gramps/plugins/tool/mediamanager.py:338 +#: ../gramps/plugins/tool/mediamanager.py:347 msgid "" "Press Apply to proceed, Cancel to abort, or Back to revisit your options." msgstr "" "Tryck Tillämpa för att fortsätta, Avbryt för att avbryta eller Bakåt för att " "återse dina alternativ." -#: ../gramps/plugins/tool/mediamanager.py:376 +#: ../gramps/plugins/tool/mediamanager.py:385 msgid "Operation successfully finished" msgstr "Åtgärden avslutades framgångsrikt." -#: ../gramps/plugins/tool/mediamanager.py:378 +#: ../gramps/plugins/tool/mediamanager.py:387 msgid "" "The operation you requested has finished successfully. You may press Close " "now to continue." msgstr "Åtgärden du begärde har utförts. Tryck på OK för att fortsätta." -#: ../gramps/plugins/tool/mediamanager.py:381 +#: ../gramps/plugins/tool/mediamanager.py:390 msgid "Operation failed" msgstr "Åtgärden misslyckades" -#: ../gramps/plugins/tool/mediamanager.py:383 +#: ../gramps/plugins/tool/mediamanager.py:392 msgid "" "There was an error while performing the requested operation. You may try " "starting the tool again." @@ -31858,7 +32329,7 @@ msgstr "" "försöka starta verktyget på nytt." # -#: ../gramps/plugins/tool/mediamanager.py:418 +#: ../gramps/plugins/tool/mediamanager.py:427 #, python-format msgid "" "The following action is to be performed:\n" @@ -31869,11 +32340,11 @@ msgstr "" "\n" "Åtgärd: %s" -#: ../gramps/plugins/tool/mediamanager.py:475 +#: ../gramps/plugins/tool/mediamanager.py:484 msgid "Replace _substrings in the path" msgstr "Ersätt _delsträngar i sökvägen" -#: ../gramps/plugins/tool/mediamanager.py:476 +#: ../gramps/plugins/tool/mediamanager.py:485 msgid "" "This tool allows replacing specified substring in the path of media objects " "with another substring. This can be useful when you move your media files " @@ -31883,19 +32354,19 @@ msgstr "" "ny delsträng. Detta kan vara användbart när du flyttar dina mediafiler från " "en katalog till en annan" -#: ../gramps/plugins/tool/mediamanager.py:482 +#: ../gramps/plugins/tool/mediamanager.py:491 msgid "Replace substring settings" msgstr "Inställningar för ersätt delsträng" -#: ../gramps/plugins/tool/mediamanager.py:495 +#: ../gramps/plugins/tool/mediamanager.py:504 msgid "_Replace:" msgstr "_Ersätt:" -#: ../gramps/plugins/tool/mediamanager.py:505 +#: ../gramps/plugins/tool/mediamanager.py:514 msgid "_With:" msgstr "_Med:" -#: ../gramps/plugins/tool/mediamanager.py:519 +#: ../gramps/plugins/tool/mediamanager.py:528 #, python-format msgid "" "The following action is to be performed:\n" @@ -31910,11 +32381,11 @@ msgstr "" "Byt ut:\t\t%(src_fname)s\n" "Mot:\t\t%(dest_fname)s" -#: ../gramps/plugins/tool/mediamanager.py:560 +#: ../gramps/plugins/tool/mediamanager.py:569 msgid "Convert paths from relative to _absolute" msgstr "Konvertera relativa sökvägar till absol_uta" -#: ../gramps/plugins/tool/mediamanager.py:561 +#: ../gramps/plugins/tool/mediamanager.py:570 msgid "" "This tool allows converting relative media paths to the absolute ones. It " "does this by prepending the base path as given in the Preferences, or if " @@ -31924,11 +32395,11 @@ msgstr "" "sker genom att komplettera den grundläggande sökvägen från Inställningar " "eller om denna inte är bestämd, kompletteras hemmappen." -#: ../gramps/plugins/tool/mediamanager.py:594 +#: ../gramps/plugins/tool/mediamanager.py:603 msgid "Convert paths from absolute to r_elative" msgstr "Konvertera absoluta sökvägar till _relativa" -#: ../gramps/plugins/tool/mediamanager.py:595 +#: ../gramps/plugins/tool/mediamanager.py:604 msgid "" "This tool allows converting absolute media paths to a relative path. The " "relative path is relative viz-a-viz the base path as given in the " @@ -31941,15 +32412,15 @@ msgstr "" "sökväg tillåter att knyta filplatsen till den grunläggande sökvägen, som kan " "anpassas för dina behov." -#: ../gramps/plugins/tool/mediamanager.py:631 +#: ../gramps/plugins/tool/mediamanager.py:640 msgid "Add images not included in database" msgstr "Lägg till bilder, som ej ingår i databasen" -#: ../gramps/plugins/tool/mediamanager.py:632 +#: ../gramps/plugins/tool/mediamanager.py:641 msgid "Check directories for images not included in database" msgstr "Kontrollera mappar efter bilder, som ej ingår i databasen" -#: ../gramps/plugins/tool/mediamanager.py:633 +#: ../gramps/plugins/tool/mediamanager.py:642 msgid "" "This tool adds images in directories that are referenced by existing images " "in the database." @@ -31957,7 +32428,7 @@ msgstr "" "Detta verktyg lägger till bilder i mappar, som är refererade av befintliga " "bilder i databasen." -#: ../gramps/plugins/tool/mergecitations.glade:145 +#: ../gramps/plugins/tool/mergecitations.glade:144 msgid "Don't merge if citation has notes" msgstr "Slå ej samman citeringar, som har notiser" @@ -31978,9 +32449,8 @@ msgid "Ignore Date and Confidence" msgstr "Ignorera datum och tillförlitlighet" #: ../gramps/plugins/tool/mergecitations.py:83 -#, fuzzy msgid "manual|Merge_citations" -msgstr "an inte slå samman familjer." +msgstr "Slå samman citeringar" #: ../gramps/plugins/tool/mergecitations.py:133 msgid "" @@ -31989,57 +32459,56 @@ msgstr "" "Notiser, mediaobjekt och dataposter för matchande citeringarna kommer att " "kombineras." -#: ../gramps/plugins/tool/mergecitations.py:163 +#: ../gramps/plugins/tool/mergecitations.py:164 msgid "Merge citations tool" msgstr "Verktyg för att slå samman citeringar" -#: ../gramps/plugins/tool/mergecitations.py:184 +#: ../gramps/plugins/tool/mergecitations.py:185 msgid "Checking Sources" msgstr "Kontrollerar källor" -#: ../gramps/plugins/tool/mergecitations.py:186 +#: ../gramps/plugins/tool/mergecitations.py:187 msgid "Looking for citation fields" msgstr "Söker efter citeringsfält" -#: ../gramps/plugins/tool/mergecitations.py:232 +#: ../gramps/plugins/tool/mergecitations.py:233 msgid "Number of merges done" msgstr "Antal utförda sammanslagningar" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/mergecitations.py:234 +#: ../gramps/plugins/tool/mergecitations.py:235 #, python-brace-format msgid "{number_of} citation merged" msgid_plural "{number_of} citations merged" msgstr[0] "{number_of} citering sammanslagen" msgstr[1] "{number_of} citeringar sammanslagna" -#: ../gramps/plugins/tool/notrelated.glade:164 +#: ../gramps/plugins/tool/notrelated.glade:162 msgid "_Tag" msgstr "_Flagga" -#: ../gramps/plugins/tool/notrelated.py:59 -#, fuzzy +#: ../gramps/plugins/tool/notrelated.py:60 msgid "manual|Not_Related" msgstr "Ej släkt" -#: ../gramps/plugins/tool/notrelated.py:79 +#: ../gramps/plugins/tool/notrelated.py:80 #, python-format msgid "Not related to \"%s\"" msgstr "Ej släkt med \"%s\"" -#: ../gramps/plugins/tool/notrelated.py:102 +#: ../gramps/plugins/tool/notrelated.py:104 msgid "NotRelated" msgstr "Ej släkt" #. feature request 2356: avoid genitive form -#: ../gramps/plugins/tool/notrelated.py:171 +#: ../gramps/plugins/tool/notrelated.py:173 #, python-format msgid "Everyone in the database is related to %s" msgstr "Samtliga i databasen är släkt med %s" #. translators: leave all/any {...} untranslated #. TRANS: no singular form needed, as rows is always > 1 -#: ../gramps/plugins/tool/notrelated.py:260 +#: ../gramps/plugins/tool/notrelated.py:262 #, python-brace-format msgid "Setting tag for {number_of} person" msgid_plural "Setting tag for {number_of} people" @@ -32048,7 +32517,7 @@ msgstr[1] "Sätter flaggor för {number_of} personer" #. translators: leave all/any {...} untranslated #. TRANS: No singular form is needed. -#: ../gramps/plugins/tool/notrelated.py:303 +#: ../gramps/plugins/tool/notrelated.py:305 #, python-brace-format msgid "Finding relationships between {number_of} person" msgid_plural "Finding relationships between {number_of} people" @@ -32056,7 +32525,7 @@ msgstr[0] "Letar släktskap mellan {number_of} person" msgstr[1] "Letar släktskap mellan {number_of} personer" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/notrelated.py:383 +#: ../gramps/plugins/tool/notrelated.py:385 #, python-brace-format msgid "Looking for {number_of} person" msgid_plural "Looking for {number_of} people" @@ -32064,7 +32533,7 @@ msgstr[0] "Letar efter {number_of} person" msgstr[1] "Letar efter {number_of} personer" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/tool/notrelated.py:411 +#: ../gramps/plugins/tool/notrelated.py:413 #, python-brace-format msgid "Looking up the name of {number_of} person" msgid_plural "Looking up the names of {number_of} people" @@ -32079,36 +32548,35 @@ msgstr "" msgid "Copy from Preferences to DB" msgstr "" -#: ../gramps/plugins/tool/ownereditor.glade:166 +#: ../gramps/plugins/tool/ownereditor.glade:165 msgid "_Street:" msgstr "_Gatuadress:" -#: ../gramps/plugins/tool/ownereditor.glade:180 +#: ../gramps/plugins/tool/ownereditor.glade:179 msgid "_City:" msgstr "_Stad/Kommun:" -#: ../gramps/plugins/tool/ownereditor.glade:208 +#: ../gramps/plugins/tool/ownereditor.glade:207 msgid "_Country:" msgstr "_Land:" -#: ../gramps/plugins/tool/ownereditor.glade:222 +#: ../gramps/plugins/tool/ownereditor.glade:221 msgid "_ZIP/Postal Code:" msgstr "_Postnummer:" -#: ../gramps/plugins/tool/ownereditor.glade:236 +#: ../gramps/plugins/tool/ownereditor.glade:235 msgid "_Phone:" msgstr "_Telefon:" -#: ../gramps/plugins/tool/ownereditor.glade:250 +#: ../gramps/plugins/tool/ownereditor.glade:249 msgid "_Email:" msgstr "_E-post:" -#: ../gramps/plugins/tool/ownereditor.glade:385 +#: ../gramps/plugins/tool/ownereditor.glade:384 msgid "Right-click to copy from/to Researcher Preferences" msgstr "" #: ../gramps/plugins/tool/ownereditor.py:56 -#, fuzzy msgid "manual|Edit_Database_Owner_Information" msgstr "Redigera information om databasägare" @@ -32116,7 +32584,7 @@ msgstr "Redigera information om databasägare" msgid "Database Owner Editor" msgstr "Databasägarredigerare" -#: ../gramps/plugins/tool/ownereditor.py:162 +#: ../gramps/plugins/tool/ownereditor.py:163 msgid "Edit database owner information" msgstr "Redigera information om databasägare" @@ -32151,7 +32619,7 @@ msgstr "" #: ../gramps/plugins/tool/patchnames.py:63 msgid "manual|Extract_Information_from_Names" -msgstr "" +msgstr "Extrahera information från namn " #: ../gramps/plugins/tool/patchnames.py:106 msgid "Name and title extraction tool" @@ -32177,27 +32645,27 @@ msgstr "Bindeord, som inte delar efternamn:" msgid "Extracting Information from Names" msgstr "Hämtar information från namn" -#: ../gramps/plugins/tool/patchnames.py:172 +#: ../gramps/plugins/tool/patchnames.py:173 msgid "Analyzing names" msgstr "Analyserar namn" -#: ../gramps/plugins/tool/patchnames.py:364 +#: ../gramps/plugins/tool/patchnames.py:365 msgid "No titles, nicknames or prefixes were found" msgstr "Inga titlar, smeknamn eller prefix (von, af m.m.) upptäcktes" -#: ../gramps/plugins/tool/patchnames.py:408 +#: ../gramps/plugins/tool/patchnames.py:409 msgid "Current Name" msgstr "Aktuellt namn" -#: ../gramps/plugins/tool/patchnames.py:449 +#: ../gramps/plugins/tool/patchnames.py:450 msgid "Prefix in given name" msgstr "Prefix till dopnamn" -#: ../gramps/plugins/tool/patchnames.py:459 +#: ../gramps/plugins/tool/patchnames.py:460 msgid "Compound surname" msgstr "Sammansatt efternamn" -#: ../gramps/plugins/tool/patchnames.py:485 +#: ../gramps/plugins/tool/patchnames.py:486 msgid "Extract information from names" msgstr "Hämta information från namn" @@ -32239,7 +32707,7 @@ msgstr "Referenskartor ombyggda" msgid "All reference maps have been rebuilt." msgstr "Alla referenskartor har byggts om." -#: ../gramps/plugins/tool/relcalc.glade:78 +#: ../gramps/plugins/tool/relcalc.glade:76 msgid "Select a person to determine the relationship" msgstr "Välj en person att avgöra släktskap till" @@ -32253,147 +32721,147 @@ msgstr "Släktskapsberäknare: %(person_name)s" msgid "Relationship to %(person_name)s" msgstr "Släktskap med %(person_name)s" -#: ../gramps/plugins/tool/relcalc.py:166 +#: ../gramps/plugins/tool/relcalc.py:168 msgid "Relationship Calculator tool" msgstr "Verktyg för att beräkna släktskap" -#: ../gramps/plugins/tool/relcalc.py:198 +#: ../gramps/plugins/tool/relcalc.py:200 #, python-format msgid "%(person)s and %(active_person)s are not related." msgstr "%(person)s och %(active_person)s är inte släkt." -#: ../gramps/plugins/tool/relcalc.py:217 +#: ../gramps/plugins/tool/relcalc.py:219 #, python-format msgid "Their common ancestor is %s." msgstr "Deras gemensamma ana är %s." -#: ../gramps/plugins/tool/relcalc.py:223 +#: ../gramps/plugins/tool/relcalc.py:225 #, python-format msgid "Their common ancestors are %(ancestor1)s and %(ancestor2)s." msgstr "Deras gemensamma anor är %(ancestor1)s och %(ancestor2)s." -#: ../gramps/plugins/tool/relcalc.py:229 +#: ../gramps/plugins/tool/relcalc.py:231 msgid "Their common ancestors are: " msgstr "Deras gemensamma anor är: " -#: ../gramps/plugins/tool/removeunused.glade:94 +#: ../gramps/plugins/tool/removeunused.glade:92 msgid "Search for events" msgstr "Leta efter händelser" -#: ../gramps/plugins/tool/removeunused.glade:112 +#: ../gramps/plugins/tool/removeunused.glade:110 msgid "Search for sources" msgstr "Leta efter källor" -#: ../gramps/plugins/tool/removeunused.glade:130 +#: ../gramps/plugins/tool/removeunused.glade:128 #, fuzzy msgid "Search for citations" msgstr "Källa eller citering" -#: ../gramps/plugins/tool/removeunused.glade:145 +#: ../gramps/plugins/tool/removeunused.glade:143 msgid "Search for places" msgstr "Leta efter platser" -#: ../gramps/plugins/tool/removeunused.glade:163 +#: ../gramps/plugins/tool/removeunused.glade:161 msgid "Search for media" msgstr "Leta efter media" -#: ../gramps/plugins/tool/removeunused.glade:181 +#: ../gramps/plugins/tool/removeunused.glade:179 msgid "Search for repositories" msgstr "Leta efter arkivplatser" -#: ../gramps/plugins/tool/removeunused.glade:199 +#: ../gramps/plugins/tool/removeunused.glade:197 msgid "Search for notes" msgstr "Leta efter notiser" -#: ../gramps/plugins/tool/removeunused.glade:289 -#: ../gramps/plugins/tool/verify.glade:932 +#: ../gramps/plugins/tool/removeunused.glade:287 +#: ../gramps/plugins/tool/verify.glade:930 msgid "_Mark all" msgstr "_Markera alla" -#: ../gramps/plugins/tool/removeunused.glade:305 -#: ../gramps/plugins/tool/verify.glade:948 +#: ../gramps/plugins/tool/removeunused.glade:303 +#: ../gramps/plugins/tool/verify.glade:946 msgid "_Unmark all" msgstr "A_vmarkera alla" -#: ../gramps/plugins/tool/removeunused.glade:321 -#: ../gramps/plugins/tool/verify.glade:964 +#: ../gramps/plugins/tool/removeunused.glade:319 +#: ../gramps/plugins/tool/verify.glade:962 msgid "In_vert marks" msgstr "In_vertera markeringar" -#: ../gramps/plugins/tool/removeunused.glade:346 -#: ../gramps/plugins/tool/verify.glade:907 +#: ../gramps/plugins/tool/removeunused.glade:344 +#: ../gramps/plugins/tool/verify.glade:905 msgid "Double-click on a row to view/edit data" msgstr "Dubbelklicka på en rad för att visa/redigera information" -#: ../gramps/plugins/tool/removeunused.py:66 +#: ../gramps/plugins/tool/removeunused.py:69 msgid "Unused Objects" msgstr "Oanvända objekt" #. Add mark column #. Add ignore column -#: ../gramps/plugins/tool/removeunused.py:180 -#: ../gramps/plugins/tool/verify.py:517 +#: ../gramps/plugins/tool/removeunused.py:184 +#: ../gramps/plugins/tool/verify.py:552 msgid "Mark" msgstr "Markerad" -#: ../gramps/plugins/tool/removeunused.py:293 +#: ../gramps/plugins/tool/removeunused.py:300 msgid "Remove unused objects" msgstr "Ta bort oanvända objekt" -#: ../gramps/plugins/tool/reorderids.py:68 +#: ../gramps/plugins/tool/reorderids.py:69 msgid "Reordering Gramps IDs" msgstr "Sorterar om Gramps-ID:n" -#: ../gramps/plugins/tool/reorderids.py:70 +#: ../gramps/plugins/tool/reorderids.py:71 msgid "Reordering Gramps IDs..." msgstr "Sorterar om Gramps-ID:n" -#: ../gramps/plugins/tool/reorderids.py:72 -#: ../gramps/plugins/tool/tools.gpr.py:372 +#: ../gramps/plugins/tool/reorderids.py:73 +#: ../gramps/plugins/tool/tools.gpr.py:375 msgid "Reorder Gramps IDs" msgstr "Sortera om Gramps-ID:n" -#: ../gramps/plugins/tool/reorderids.py:76 +#: ../gramps/plugins/tool/reorderids.py:77 msgid "Reordering People IDs" msgstr "Sorterar om person-ID:n" -#: ../gramps/plugins/tool/reorderids.py:87 +#: ../gramps/plugins/tool/reorderids.py:88 msgid "Reordering Family IDs" msgstr "Sorterar om familje-ID:n" -#: ../gramps/plugins/tool/reorderids.py:97 +#: ../gramps/plugins/tool/reorderids.py:98 msgid "Reordering Event IDs" msgstr "Sorterar om händelse-ID:n" -#: ../gramps/plugins/tool/reorderids.py:107 +#: ../gramps/plugins/tool/reorderids.py:108 msgid "Reordering Media Object IDs" msgstr "Sorterar om mediaobjekt-ID:n" -#: ../gramps/plugins/tool/reorderids.py:117 +#: ../gramps/plugins/tool/reorderids.py:118 msgid "Reordering Source IDs" msgstr "Sorterar om käll-ID:n" -#: ../gramps/plugins/tool/reorderids.py:127 +#: ../gramps/plugins/tool/reorderids.py:128 msgid "Reordering Citation IDs" msgstr "Sorterar om citerings-ID:n" -#: ../gramps/plugins/tool/reorderids.py:137 +#: ../gramps/plugins/tool/reorderids.py:138 msgid "Reordering Place IDs" msgstr "Sorterar om plats-ID:n" -#: ../gramps/plugins/tool/reorderids.py:147 +#: ../gramps/plugins/tool/reorderids.py:148 msgid "Reordering Repository IDs" msgstr "Sorterar om arkivplats-ID:n" -#: ../gramps/plugins/tool/reorderids.py:158 +#: ../gramps/plugins/tool/reorderids.py:159 msgid "Reordering Note IDs" msgstr "Sorterar om notis-ID:n" -#: ../gramps/plugins/tool/reorderids.py:170 +#: ../gramps/plugins/tool/reorderids.py:171 msgid "Done." msgstr "Klart." -#: ../gramps/plugins/tool/reorderids.py:232 +#: ../gramps/plugins/tool/reorderids.py:231 msgid "Finding and assigning unused IDs" msgstr "Söker och tilldelar oanvända ID:n" @@ -32437,16 +32905,16 @@ msgstr "Ta med familjehändelser" msgid "Sort family events of the person" msgstr "Sortera familjehändelser för personen" -#: ../gramps/plugins/tool/testcasegenerator.py:87 +#: ../gramps/plugins/tool/testcasegenerator.py:91 msgid "Generate_Testcases_for_Persons_and_Families" -msgstr "" +msgstr "Skapa för personer och familjer" -#: ../gramps/plugins/tool/testcasegenerator.py:246 -#: ../gramps/plugins/tool/testcasegenerator.py:251 +#: ../gramps/plugins/tool/testcasegenerator.py:274 +#: ../gramps/plugins/tool/testcasegenerator.py:280 msgid "Generate testcases" msgstr "Skapa testfall" -#: ../gramps/plugins/tool/testcasegenerator.py:255 +#: ../gramps/plugins/tool/testcasegenerator.py:285 msgid "" "Generate low level database errors\n" "Correction needs database reload" @@ -32454,31 +32922,31 @@ msgstr "" "Skapa lågnivådatabasfel\n" "För korrigering måste databasen laddas om" -#: ../gramps/plugins/tool/testcasegenerator.py:260 +#: ../gramps/plugins/tool/testcasegenerator.py:290 msgid "Generate database errors" msgstr "Skapa datafel" -#: ../gramps/plugins/tool/testcasegenerator.py:264 +#: ../gramps/plugins/tool/testcasegenerator.py:294 msgid "Generate dummy data" msgstr "Skapad konstgjorda data" -#: ../gramps/plugins/tool/testcasegenerator.py:269 +#: ../gramps/plugins/tool/testcasegenerator.py:299 msgid "Generate long names" msgstr "Skapa långa namn" -#: ../gramps/plugins/tool/testcasegenerator.py:273 +#: ../gramps/plugins/tool/testcasegenerator.py:304 msgid "Add special characters" msgstr "Lägg till specialtecken" -#: ../gramps/plugins/tool/testcasegenerator.py:277 +#: ../gramps/plugins/tool/testcasegenerator.py:308 msgid "Add serial number" msgstr "Lägg till serienummer" -#: ../gramps/plugins/tool/testcasegenerator.py:281 +#: ../gramps/plugins/tool/testcasegenerator.py:312 msgid "Add line break" msgstr "Lägg till radbrytning" -#: ../gramps/plugins/tool/testcasegenerator.py:285 +#: ../gramps/plugins/tool/testcasegenerator.py:317 msgid "" "Number of people to generate\n" "(Number is approximate because families are generated)" @@ -32486,27 +32954,24 @@ msgstr "" "Antal personer att skapa\n" "(Antal är ungefärligt, ty familjer skapas)" -#: ../gramps/plugins/tool/testcasegenerator.py:341 +#: ../gramps/plugins/tool/testcasegenerator.py:375 +#: ../gramps/plugins/tool/testcasegenerator.py:385 +#: ../gramps/plugins/tool/testcasegenerator.py:391 msgid "Generating testcases" msgstr "Skapar testfall" -#: ../gramps/plugins/tool/testcasegenerator.py:346 +#: ../gramps/plugins/tool/testcasegenerator.py:376 msgid "Generating low level database errors" msgstr "Skapar lågnivådatabasfel" -#: ../gramps/plugins/tool/testcasegenerator.py:358 -msgid "Generating families" -msgstr "Skapa familjer" - -#: ../gramps/plugins/tool/testcasegenerator.py:389 +#: ../gramps/plugins/tool/testcasegenerator.py:386 msgid "Generating database errors" msgstr "Skapar databasfel" -#. Creates a media object with character encoding errors. This tests -#. Check.fix_encoding() and also cleanup_missing_photos -#. Creates a note with control characters. This tests -#. Check.fix_ctrlchars_in_notes() -#. Generate empty objects to test their deletion +#: ../gramps/plugins/tool/testcasegenerator.py:392 +msgid "Generating families" +msgstr "Skapa familjer" + #. Create a family, that links to father and mother, but father does not #. link back #. Create a family, that misses the link to the father @@ -32515,19 +32980,20 @@ msgstr "Skapar databasfel" #. link back #. person2 = self.db.get_person_from_handle(person2_h) #. person2.add_family_handle(fam_h) -#. self.db.commit_person(person2,self.trans) +#. self.db.commit_person(person2, self.trans) #. Create two married people of same sex. #. This is NOT detected as an error by plugins/tool/Check.py #. Create a family, that contains an invalid handle to for the father #. Create a family, that contains an invalid handle to for the mother #. person2 = self.db.get_person_from_handle(person2_h) #. person2.add_family_handle(fam_h) -#. self.db.commit_person(person2,self.trans) +#. self.db.commit_person(person2, self.trans) #. Creates a family where the child does not link back to the family #. child = self.db.get_person_from_handle(child_h) #. person2.add_parent_family_handle(fam_h) -#. self.db.commit_person(child,self.trans) -#. Creates a family where the child is not linked, but the child links to the family +#. self.db.commit_person(child, self.trans) +#. Creates a family where the child is not linked, but the child links +#. to the family #. Creates a family where the child is one of the parents #. Creates a couple that refer to a family that does not exist in the #. database. @@ -32540,70 +33006,71 @@ msgstr "Skapar databasfel" #. This is NOT detected as an error by plugins/tool/Check.py #. Creates a person with a birth event pointing to nonexisting place #. Creates a person with an event pointing to nonexisting place -#. Generate objects that refer to non-existant citations -#: ../gramps/plugins/tool/testcasegenerator.py:418 -#: ../gramps/plugins/tool/testcasegenerator.py:453 -#: ../gramps/plugins/tool/testcasegenerator.py:499 -#: ../gramps/plugins/tool/testcasegenerator.py:517 -#: ../gramps/plugins/tool/testcasegenerator.py:551 -#: ../gramps/plugins/tool/testcasegenerator.py:569 -#: ../gramps/plugins/tool/testcasegenerator.py:587 -#: ../gramps/plugins/tool/testcasegenerator.py:606 -#: ../gramps/plugins/tool/testcasegenerator.py:625 -#: ../gramps/plugins/tool/testcasegenerator.py:643 -#: ../gramps/plugins/tool/testcasegenerator.py:661 -#: ../gramps/plugins/tool/testcasegenerator.py:679 -#: ../gramps/plugins/tool/testcasegenerator.py:705 -#: ../gramps/plugins/tool/testcasegenerator.py:731 +#: ../gramps/plugins/tool/testcasegenerator.py:468 +#: ../gramps/plugins/tool/testcasegenerator.py:504 +#: ../gramps/plugins/tool/testcasegenerator.py:553 +#: ../gramps/plugins/tool/testcasegenerator.py:570 +#: ../gramps/plugins/tool/testcasegenerator.py:596 +#: ../gramps/plugins/tool/testcasegenerator.py:666 +#: ../gramps/plugins/tool/testcasegenerator.py:701 +#: ../gramps/plugins/tool/testcasegenerator.py:721 +#: ../gramps/plugins/tool/testcasegenerator.py:739 #: ../gramps/plugins/tool/testcasegenerator.py:758 -#: ../gramps/plugins/tool/testcasegenerator.py:793 -#: ../gramps/plugins/tool/testcasegenerator.py:804 +#: ../gramps/plugins/tool/testcasegenerator.py:779 +#: ../gramps/plugins/tool/testcasegenerator.py:797 #: ../gramps/plugins/tool/testcasegenerator.py:815 -#: ../gramps/plugins/tool/testcasegenerator.py:826 -#: ../gramps/plugins/tool/testcasegenerator.py:842 -#: ../gramps/plugins/tool/testcasegenerator.py:859 -#: ../gramps/plugins/tool/testcasegenerator.py:882 -#: ../gramps/plugins/tool/testcasegenerator.py:898 -#: ../gramps/plugins/tool/testcasegenerator.py:915 -#: ../gramps/plugins/tool/testcasegenerator.py:948 -#: ../gramps/plugins/tool/testcasegenerator.py:1381 -#: ../gramps/plugins/tool/testcasegenerator.py:1482 -#: ../gramps/plugins/tool/testcasegenerator.py:1506 +#: ../gramps/plugins/tool/testcasegenerator.py:833 +#: ../gramps/plugins/tool/testcasegenerator.py:860 +#: ../gramps/plugins/tool/testcasegenerator.py:886 +#: ../gramps/plugins/tool/testcasegenerator.py:913 +#: ../gramps/plugins/tool/testcasegenerator.py:949 +#: ../gramps/plugins/tool/testcasegenerator.py:960 +#: ../gramps/plugins/tool/testcasegenerator.py:971 +#: ../gramps/plugins/tool/testcasegenerator.py:982 +#: ../gramps/plugins/tool/testcasegenerator.py:998 +#: ../gramps/plugins/tool/testcasegenerator.py:1015 +#: ../gramps/plugins/tool/testcasegenerator.py:1039 +#: ../gramps/plugins/tool/testcasegenerator.py:1055 +#: ../gramps/plugins/tool/testcasegenerator.py:1072 +#: ../gramps/plugins/tool/testcasegenerator.py:1105 +#: ../gramps/plugins/tool/testcasegenerator.py:1552 +#: ../gramps/plugins/tool/testcasegenerator.py:1658 +#: ../gramps/plugins/tool/testcasegenerator.py:1683 #, python-format msgid "Testcase generator step %d" msgstr "Testfallsgenerator steg %d" -#: ../gramps/plugins/tool/tools.gpr.py:35 +#: ../gramps/plugins/tool/tools.gpr.py:38 msgid "Fix Capitalization of Family Names" msgstr "Normera stor bokstav för efternamn" -#: ../gramps/plugins/tool/tools.gpr.py:36 +#: ../gramps/plugins/tool/tools.gpr.py:39 msgid "" "Searches the entire database and attempts to fix capitalization of the names." msgstr "Söker i hela databasen och försöker rätta stor bokstav för efternamn." -#: ../gramps/plugins/tool/tools.gpr.py:58 +#: ../gramps/plugins/tool/tools.gpr.py:61 msgid "Rename Event Types" msgstr "Ändra namn på händelsetyper" -#: ../gramps/plugins/tool/tools.gpr.py:59 +#: ../gramps/plugins/tool/tools.gpr.py:62 msgid "Allows all the events of a certain name to be renamed to a new name." msgstr "Ge alla händelser med ett speciellt namn ett nytt namn." -#: ../gramps/plugins/tool/tools.gpr.py:81 +#: ../gramps/plugins/tool/tools.gpr.py:84 msgid "Check and Repair Database" msgstr "Kontrollera och reparera" -#: ../gramps/plugins/tool/tools.gpr.py:82 +#: ../gramps/plugins/tool/tools.gpr.py:85 msgid "" "Checks the database for integrity problems, fixing the problems that it can" msgstr "Kontrollerar databasen för interna fel och lagar dessa om möjligt." -#: ../gramps/plugins/tool/tools.gpr.py:104 +#: ../gramps/plugins/tool/tools.gpr.py:107 msgid "Compare Individual Events" msgstr "Jämför personliga händelser" -#: ../gramps/plugins/tool/tools.gpr.py:105 +#: ../gramps/plugins/tool/tools.gpr.py:108 msgid "" "Aids in the analysis of data by allowing the development of custom filters " "that can be applied to the database to find similar events" @@ -32611,45 +33078,41 @@ msgstr "" "Hjälper vid analys av data genom att man kan tillåta utveckling av anpassade " "filter, som kan användas mot databasen, för att hitta liknande händelser." -#: ../gramps/plugins/tool/tools.gpr.py:129 +#: ../gramps/plugins/tool/tools.gpr.py:132 msgid "Extracts event descriptions from the event data" msgstr "Hämtar händelsebeskrivningar från händelsedata" -#: ../gramps/plugins/tool/tools.gpr.py:151 +#: ../gramps/plugins/tool/tools.gpr.py:154 msgid "" "Searches the entire database, looking for individual entries that may " "represent the same person." msgstr "Söker hela databasen efter individer som kan vara samma person." -#: ../gramps/plugins/tool/tools.gpr.py:173 -msgid "Media Manager" -msgstr "Mediahanterare" - -#: ../gramps/plugins/tool/tools.gpr.py:174 +#: ../gramps/plugins/tool/tools.gpr.py:177 msgid "Manages batch operations on media files" msgstr "Hanterar omgångsvisa åtgärder på mediafiler." -#: ../gramps/plugins/tool/tools.gpr.py:195 +#: ../gramps/plugins/tool/tools.gpr.py:198 msgid "Not Related" msgstr "Ej släkt" -#: ../gramps/plugins/tool/tools.gpr.py:196 +#: ../gramps/plugins/tool/tools.gpr.py:199 msgid "Find people who are not in any way related to the selected person" msgstr "Hitta personer, som inte på något sätt är släkt med den valda personen" -#: ../gramps/plugins/tool/tools.gpr.py:218 +#: ../gramps/plugins/tool/tools.gpr.py:221 msgid "Edit Database Owner Information" msgstr "Redigera information om databasägare" -#: ../gramps/plugins/tool/tools.gpr.py:219 +#: ../gramps/plugins/tool/tools.gpr.py:222 msgid "Allow editing database owner information." msgstr "Tillåt redigering av information om databasägare." -#: ../gramps/plugins/tool/tools.gpr.py:240 +#: ../gramps/plugins/tool/tools.gpr.py:243 msgid "Extract Information from Names" msgstr "Hämtar information från namn" -#: ../gramps/plugins/tool/tools.gpr.py:241 +#: ../gramps/plugins/tool/tools.gpr.py:244 msgid "" "Extract titles, prefixes and compound surnames from given name or family " "name." @@ -32657,64 +33120,64 @@ msgstr "" "Plockar ut titlar, prefix och sammansatta efternamn från dopnamn och " "släktnamn:" -#: ../gramps/plugins/tool/tools.gpr.py:262 +#: ../gramps/plugins/tool/tools.gpr.py:265 msgid "Rebuild Secondary Indexes" msgstr "Rekonstruera sekundärindex" -#: ../gramps/plugins/tool/tools.gpr.py:263 +#: ../gramps/plugins/tool/tools.gpr.py:266 msgid "Rebuilds secondary indexes" msgstr "Rekonstruerar sekundärindex." -#: ../gramps/plugins/tool/tools.gpr.py:284 +#: ../gramps/plugins/tool/tools.gpr.py:287 msgid "Rebuild Reference Maps" msgstr "Bygg om referenskartor" -#: ../gramps/plugins/tool/tools.gpr.py:285 +#: ../gramps/plugins/tool/tools.gpr.py:288 msgid "Rebuilds reference maps" msgstr "Bygger om referenskartor." -#: ../gramps/plugins/tool/tools.gpr.py:306 +#: ../gramps/plugins/tool/tools.gpr.py:309 msgid "Rebuild Gender Statistics" msgstr "Återskapa könsstatistik" -#: ../gramps/plugins/tool/tools.gpr.py:307 +#: ../gramps/plugins/tool/tools.gpr.py:310 msgid "Rebuilds gender statistics for name gender guessing..." msgstr "Återskapa könsstatistik för namn för gissning på kön..." -#: ../gramps/plugins/tool/tools.gpr.py:328 +#: ../gramps/plugins/tool/tools.gpr.py:331 msgid "Relationship Calculator" msgstr "Släktskapsberäknare" -#: ../gramps/plugins/tool/tools.gpr.py:329 +#: ../gramps/plugins/tool/tools.gpr.py:332 msgid "Calculates the relationship between two people" msgstr "Beräknar släktskap mellan två personer." -#: ../gramps/plugins/tool/tools.gpr.py:350 +#: ../gramps/plugins/tool/tools.gpr.py:353 msgid "Remove Unused Objects" msgstr "Ta bort oanvända objekt" -#: ../gramps/plugins/tool/tools.gpr.py:351 +#: ../gramps/plugins/tool/tools.gpr.py:354 msgid "Removes unused objects from the database" msgstr "Tar bort oanvända objekt från databasen." -#: ../gramps/plugins/tool/tools.gpr.py:373 +#: ../gramps/plugins/tool/tools.gpr.py:376 msgid "Reorders the Gramps IDs according to Gramps' default rules." msgstr "Sorterar Gramps-ID efter Gramps standardregler." -#: ../gramps/plugins/tool/tools.gpr.py:395 -#: ../gramps/plugins/tool/tools.gpr.py:396 +#: ../gramps/plugins/tool/tools.gpr.py:398 +#: ../gramps/plugins/tool/tools.gpr.py:399 msgid "Sorts events" msgstr "Sorterar händelser" -#: ../gramps/plugins/tool/tools.gpr.py:417 +#: ../gramps/plugins/tool/tools.gpr.py:420 msgid "Verify the Data" msgstr "Verifiera data" -#: ../gramps/plugins/tool/tools.gpr.py:418 +#: ../gramps/plugins/tool/tools.gpr.py:421 msgid "Verifies the data against user-defined tests" msgstr "Verifiera data gentemot användardefinierade tester." -#: ../gramps/plugins/tool/tools.gpr.py:440 +#: ../gramps/plugins/tool/tools.gpr.py:443 msgid "" "Searches the entire database, looking for citations that have the same " "Volume/Page, Date and Confidence." @@ -32722,7 +33185,7 @@ msgstr "" "Söker hela databasen efter citeringar som har samma Volym/sida, datum och " "tillförlitlighet." -#: ../gramps/plugins/tool/tools.gpr.py:463 +#: ../gramps/plugins/tool/tools.gpr.py:466 #, fuzzy msgid "Searches the entire database, looking for a possible loop." msgstr "Söker hela databasen efter individer som kan vara samma person." @@ -32792,183 +33255,176 @@ msgstr "Maximalt antal år m_ellan barn" msgid "Maximum _span of years for all children" msgstr "Maximal ålders_skillnad för alla barn" -#: ../gramps/plugins/tool/verify.glade:987 -#: ../gramps/plugins/tool/verify.py:632 +#: ../gramps/plugins/tool/verify.glade:985 +#: ../gramps/plugins/tool/verify.py:676 msgid "_Hide marked" msgstr "_Göm markerade" -#: ../gramps/plugins/tool/verify.py:74 -#, fuzzy +#: ../gramps/plugins/tool/verify.py:83 msgid "manual|Verify_the_Data" msgstr "Verifiera data" -#: ../gramps/plugins/tool/verify.py:263 +#: ../gramps/plugins/tool/verify.py:295 msgid "Data Verify tool" msgstr "Verktyg för databasverifiering" #. translators: needed for French+Arabic, ignore otherwise -#: ../gramps/plugins/tool/verify.py:282 ../gramps/plugins/tool/verify.py:287 -#: ../gramps/plugins/tool/verify.py:292 +#: ../gramps/plugins/tool/verify.py:318 #, python-format msgid "%(severity)s: %(msg)s, %(type)s: %(gid)s, %(name)s" msgstr "" -#: ../gramps/plugins/tool/verify.py:465 +#: ../gramps/plugins/tool/verify.py:498 msgid "Data Verification Results" msgstr "Resultat av databasverifiering" -#. Add column with the warning text -#: ../gramps/plugins/tool/verify.py:528 -msgid "Warning" -msgstr "Varning" - -#: ../gramps/plugins/tool/verify.py:622 +#: ../gramps/plugins/tool/verify.py:666 msgid "_Show all" msgstr "_Visa alla" -#: ../gramps/plugins/tool/verify.py:884 +#: ../gramps/plugins/tool/verify.py:947 msgid "Baptism before birth" msgstr "Dop före födelse" -#: ../gramps/plugins/tool/verify.py:897 +#: ../gramps/plugins/tool/verify.py:963 msgid "Death before baptism" msgstr "Död före födelse" -#: ../gramps/plugins/tool/verify.py:910 +#: ../gramps/plugins/tool/verify.py:979 msgid "Burial before birth" msgstr "Begravning före födelse" -#: ../gramps/plugins/tool/verify.py:923 +#: ../gramps/plugins/tool/verify.py:995 msgid "Burial before death" msgstr "Begravning före död" -#: ../gramps/plugins/tool/verify.py:936 +#: ../gramps/plugins/tool/verify.py:1011 msgid "Death before birth" msgstr "Död före födelse" -#: ../gramps/plugins/tool/verify.py:949 +#: ../gramps/plugins/tool/verify.py:1027 msgid "Burial before baptism" msgstr "Begravning före dop" -#: ../gramps/plugins/tool/verify.py:967 +#: ../gramps/plugins/tool/verify.py:1050 msgid "Old age at death" msgstr "Hög ålder vid död" -#: ../gramps/plugins/tool/verify.py:988 +#: ../gramps/plugins/tool/verify.py:1077 msgid "Multiple parents" msgstr "Flera föräldrar" -#: ../gramps/plugins/tool/verify.py:1005 +#: ../gramps/plugins/tool/verify.py:1099 msgid "Married often" msgstr "Gift ofta" -#: ../gramps/plugins/tool/verify.py:1024 +#: ../gramps/plugins/tool/verify.py:1123 msgid "Old and unmarried" msgstr "Gammal och ogift" -#: ../gramps/plugins/tool/verify.py:1051 +#: ../gramps/plugins/tool/verify.py:1155 msgid "Too many children" msgstr "För många barn" -#: ../gramps/plugins/tool/verify.py:1066 +#: ../gramps/plugins/tool/verify.py:1173 msgid "Same sex marriage" msgstr "Enkönat äktenskap" -#: ../gramps/plugins/tool/verify.py:1076 +#: ../gramps/plugins/tool/verify.py:1186 msgid "Female husband" msgstr "Kvinnlig make" -#: ../gramps/plugins/tool/verify.py:1086 +#: ../gramps/plugins/tool/verify.py:1199 msgid "Male wife" msgstr "Manlig hustru" -#: ../gramps/plugins/tool/verify.py:1113 +#: ../gramps/plugins/tool/verify.py:1229 msgid "Husband and wife with the same surname" msgstr "Make och maka med samma efternamn" -#: ../gramps/plugins/tool/verify.py:1138 +#: ../gramps/plugins/tool/verify.py:1259 msgid "Large age difference between spouses" msgstr "Stor åldersskillnad mellan makar" -#: ../gramps/plugins/tool/verify.py:1169 +#: ../gramps/plugins/tool/verify.py:1295 msgid "Marriage before birth" msgstr "Giftermål före födelse" -#: ../gramps/plugins/tool/verify.py:1200 +#: ../gramps/plugins/tool/verify.py:1331 msgid "Marriage after death" msgstr "Giftermål efter död" -#: ../gramps/plugins/tool/verify.py:1234 +#: ../gramps/plugins/tool/verify.py:1372 msgid "Early marriage" msgstr "Tidigt giftermål" -#: ../gramps/plugins/tool/verify.py:1266 +#: ../gramps/plugins/tool/verify.py:1411 msgid "Late marriage" msgstr "Sent giftermål" -#: ../gramps/plugins/tool/verify.py:1327 +#: ../gramps/plugins/tool/verify.py:1460 msgid "Old father" msgstr "Gammal far" -#: ../gramps/plugins/tool/verify.py:1330 +#: ../gramps/plugins/tool/verify.py:1464 msgid "Old mother" msgstr "Gammal mor" -#: ../gramps/plugins/tool/verify.py:1372 +#: ../gramps/plugins/tool/verify.py:1513 msgid "Young father" msgstr "Ung far" -#: ../gramps/plugins/tool/verify.py:1375 +#: ../gramps/plugins/tool/verify.py:1517 msgid "Young mother" msgstr "Ung mor" -#: ../gramps/plugins/tool/verify.py:1414 +#: ../gramps/plugins/tool/verify.py:1561 msgid "Unborn father" msgstr "Ofödd far" -#: ../gramps/plugins/tool/verify.py:1417 +#: ../gramps/plugins/tool/verify.py:1565 msgid "Unborn mother" msgstr "Ofödd mor" -#: ../gramps/plugins/tool/verify.py:1462 +#: ../gramps/plugins/tool/verify.py:1616 msgid "Dead father" msgstr "Död far" -#: ../gramps/plugins/tool/verify.py:1465 +#: ../gramps/plugins/tool/verify.py:1620 msgid "Dead mother" msgstr "Död mor" -#: ../gramps/plugins/tool/verify.py:1487 +#: ../gramps/plugins/tool/verify.py:1646 msgid "Large year span for all children" msgstr "Stort åldersomfång för alla barn" -#: ../gramps/plugins/tool/verify.py:1509 +#: ../gramps/plugins/tool/verify.py:1673 msgid "Large age differences between children" msgstr "Stora åldersskillnader mellan barn" -#: ../gramps/plugins/tool/verify.py:1519 +#: ../gramps/plugins/tool/verify.py:1686 msgid "Disconnected individual" msgstr "Isolerad person" -#: ../gramps/plugins/tool/verify.py:1541 +#: ../gramps/plugins/tool/verify.py:1713 msgid "Invalid birth date" msgstr "Ogiltigt födelsedatum" -#: ../gramps/plugins/tool/verify.py:1563 +#: ../gramps/plugins/tool/verify.py:1740 msgid "Invalid death date" msgstr "Ogiltigt dödsdatum" -#: ../gramps/plugins/tool/verify.py:1579 +#: ../gramps/plugins/tool/verify.py:1760 msgid "Marriage date but not married" msgstr "Giftermålsdatum, men ej gifta" -#: ../gramps/plugins/tool/verify.py:1602 +#: ../gramps/plugins/tool/verify.py:1788 msgid "Old age but no death" msgstr "Hög ålder men ej död" #: ../gramps/plugins/view/citationlistview.py:101 #: ../gramps/plugins/view/citationtreeview.py:96 -#: ../gramps/plugins/webreport/narrativeweb.py:2604 +#: ../gramps/plugins/webreport/narrativeweb.py:2591 msgid "Confidence" msgstr "Tillförlitlighet" @@ -33026,7 +33482,7 @@ msgid "Citation View" msgstr "Citeringsvy" #: ../gramps/plugins/view/citationlistview.py:180 -#: ../gramps/plugins/view/citationtreeview.py:288 +#: ../gramps/plugins/view/citationtreeview.py:314 msgid "Citation Filter Editor" msgstr "Redigerare för citeringsfilter" @@ -33045,13 +33501,13 @@ msgstr "" #: ../gramps/plugins/view/citationlistview.py:311 #: ../gramps/plugins/view/citationlistview.py:322 -#: ../gramps/plugins/view/citationtreeview.py:512 -#: ../gramps/plugins/view/citationtreeview.py:532 +#: ../gramps/plugins/view/citationtreeview.py:528 +#: ../gramps/plugins/view/citationtreeview.py:541 msgid "Cannot merge citations." msgstr "Kan inte slå samman citeringar." #: ../gramps/plugins/view/citationlistview.py:312 -#: ../gramps/plugins/view/citationtreeview.py:513 +#: ../gramps/plugins/view/citationtreeview.py:529 msgid "" "Exactly two citations must be selected to perform a merge. A second citation " "can be selected by holding down the control key while clicking on the " @@ -33062,7 +33518,7 @@ msgstr "" "den önskade citeringen." #: ../gramps/plugins/view/citationlistview.py:323 -#: ../gramps/plugins/view/citationtreeview.py:533 +#: ../gramps/plugins/view/citationtreeview.py:542 msgid "" "The two selected citations must have the same source to perform a merge. If " "you want to merge these two citations, then you must merge the sources first." @@ -33087,27 +33543,27 @@ msgstr "Slå ihop de valda citeringarna eller de valda källorna" msgid "Citation Tree View" msgstr "Hierarkisk citeringsvy" -#: ../gramps/plugins/view/citationtreeview.py:275 +#: ../gramps/plugins/view/citationtreeview.py:301 msgid "Add source..." msgstr "Lägg till källa..." -#: ../gramps/plugins/view/citationtreeview.py:280 +#: ../gramps/plugins/view/citationtreeview.py:306 msgid "Add citation..." msgstr "Lägg till citering..." -#: ../gramps/plugins/view/citationtreeview.py:296 +#: ../gramps/plugins/view/citationtreeview.py:322 #: ../gramps/plugins/view/persontreeview.py:82 #: ../gramps/plugins/view/placetreeview.py:74 msgid "Expand all Nodes" msgstr "Expandera alla noder" -#: ../gramps/plugins/view/citationtreeview.py:298 +#: ../gramps/plugins/view/citationtreeview.py:324 #: ../gramps/plugins/view/persontreeview.py:84 #: ../gramps/plugins/view/placetreeview.py:76 msgid "Collapse all Nodes" msgstr "Fäll ihop alla noder" -#: ../gramps/plugins/view/citationtreeview.py:499 +#: ../gramps/plugins/view/citationtreeview.py:515 msgid "" "This source cannot be edited at this time. Either the associated Source " "object is already being edited, or another citation associated with the same " @@ -33120,11 +33576,11 @@ msgstr "" "\n" "För att redigera den här källa, måste du objektet." -#: ../gramps/plugins/view/citationtreeview.py:544 +#: ../gramps/plugins/view/citationtreeview.py:554 msgid "Cannot perform merge." msgstr "Kan inte slå samman." -#: ../gramps/plugins/view/citationtreeview.py:545 +#: ../gramps/plugins/view/citationtreeview.py:555 msgid "" "Both objects must be of the same type, either both must be sources, or both " "must be citations." @@ -33137,7 +33593,7 @@ msgstr "" msgid "Dashboard" msgstr "Anslagstavla" -#: ../gramps/plugins/view/dashboardview.py:95 +#: ../gramps/plugins/view/dashboardview.py:101 msgid "Restore a gramplet" msgstr "Återställ en Gramplet" @@ -33216,11 +33672,11 @@ msgstr "_Ta bort familj" msgid "Family [%s]" msgstr "Familj [%s]" -#: ../gramps/plugins/view/familyview.py:299 +#: ../gramps/plugins/view/familyview.py:305 msgid "Cannot merge families." msgstr "Kan inte slå samman familjer." -#: ../gramps/plugins/view/familyview.py:300 +#: ../gramps/plugins/view/familyview.py:306 msgid "" "Exactly two families must be selected to perform a merge. A second family " "can be selected by holding down the control key while clicking on the " @@ -33230,132 +33686,178 @@ msgstr "" "kan väljas genom att hålla ned ctrl-tangenten medan man klickar på den " "önskade familjen." -#: ../gramps/plugins/view/fanchartdescview.py:168 -#: ../gramps/plugins/view/fanchartview.py:166 +#: ../gramps/plugins/view/fanchart2wayview.py:193 +#: ../gramps/plugins/view/fanchartdescview.py:188 +#: ../gramps/plugins/view/fanchartview.py:184 msgid "Print or save the Fan Chart View" msgstr "Skriv ut eller spara cirkeldiagram" -#: ../gramps/plugins/view/fanchartdescview.py:278 -#: ../gramps/plugins/view/fanchartview.py:276 +#: ../gramps/plugins/view/fanchart2wayview.py:294 +#, fuzzy +msgid "Max ancestor generations" +msgstr "Maximalt antal förfadersgenerationer" + +#: ../gramps/plugins/view/fanchart2wayview.py:297 +#, fuzzy +msgid "Max descendant generations" +msgstr "Maximalt antal ättlingsgenerationer" + +#: ../gramps/plugins/view/fanchart2wayview.py:301 +#: ../gramps/plugins/view/fanchartdescview.py:298 +#: ../gramps/plugins/view/fanchartview.py:294 msgid "Text Font" msgstr "Texttypsnitt" -#: ../gramps/plugins/view/fanchartdescview.py:282 -#: ../gramps/plugins/view/fanchartview.py:280 +#: ../gramps/plugins/view/fanchart2wayview.py:305 +#: ../gramps/plugins/view/fanchartdescview.py:302 +#: ../gramps/plugins/view/fanchartview.py:298 msgid "Gender colors" msgstr "Färg för kön" -#: ../gramps/plugins/view/fanchartdescview.py:283 -#: ../gramps/plugins/view/fanchartview.py:281 +#: ../gramps/plugins/view/fanchart2wayview.py:306 +#: ../gramps/plugins/view/fanchartdescview.py:303 +#: ../gramps/plugins/view/fanchartview.py:299 msgid "Generation based gradient" msgstr "Generationsrelaterad gradient" -#: ../gramps/plugins/view/fanchartdescview.py:284 -#: ../gramps/plugins/view/fanchartview.py:282 +#: ../gramps/plugins/view/fanchart2wayview.py:307 +#: ../gramps/plugins/view/fanchartdescview.py:304 +#: ../gramps/plugins/view/fanchartview.py:300 msgid "Age (0-100) based gradient" msgstr "Åldersrelaterad (0-100) gradient" -#: ../gramps/plugins/view/fanchartdescview.py:286 -#: ../gramps/plugins/view/fanchartview.py:284 +#: ../gramps/plugins/view/fanchart2wayview.py:309 +#: ../gramps/plugins/view/fanchartdescview.py:306 +#: ../gramps/plugins/view/fanchartview.py:302 msgid "Single main (filter) color" -msgstr "" +msgstr "En huvudfilter färg" -#: ../gramps/plugins/view/fanchartdescview.py:287 -#: ../gramps/plugins/view/fanchartview.py:285 +#: ../gramps/plugins/view/fanchart2wayview.py:310 +#: ../gramps/plugins/view/fanchartdescview.py:307 +#: ../gramps/plugins/view/fanchartview.py:303 msgid "Time period based gradient" msgstr "Tidsperiodsrelaterad gradient" -#: ../gramps/plugins/view/fanchartdescview.py:288 -#: ../gramps/plugins/view/fanchartview.py:286 +#: ../gramps/plugins/view/fanchart2wayview.py:311 +#: ../gramps/plugins/view/fanchartdescview.py:308 +#: ../gramps/plugins/view/fanchartview.py:304 msgid "White" msgstr "Vitt" -#: ../gramps/plugins/view/fanchartdescview.py:289 -#: ../gramps/plugins/view/fanchartview.py:287 +#: ../gramps/plugins/view/fanchart2wayview.py:312 +#: ../gramps/plugins/view/fanchartdescview.py:309 +#: ../gramps/plugins/view/fanchartview.py:305 msgid "Color scheme classic report" msgstr "Färgschema enligt klassisk rapport" -#: ../gramps/plugins/view/fanchartdescview.py:290 -#: ../gramps/plugins/view/fanchartview.py:288 +#: ../gramps/plugins/view/fanchart2wayview.py:313 +#: ../gramps/plugins/view/fanchartdescview.py:310 +#: ../gramps/plugins/view/fanchartview.py:306 msgid "Color scheme classic view" msgstr "Färgschema enligt klassisk vy" -#: ../gramps/plugins/view/fanchartdescview.py:299 -#: ../gramps/plugins/view/fanchartview.py:297 +#: ../gramps/plugins/view/fanchart2wayview.py:322 +#: ../gramps/plugins/view/fanchartdescview.py:319 +#: ../gramps/plugins/view/fanchartview.py:315 msgid "Background" msgstr "Bakgrundsfärg" +#: ../gramps/plugins/view/fanchart2wayview.py:331 +msgid "Add global background colored gradient" +msgstr "" + #. colors, stored as hex values -#: ../gramps/plugins/view/fanchartdescview.py:306 -#: ../gramps/plugins/view/fanchartview.py:303 +#: ../gramps/plugins/view/fanchart2wayview.py:335 +#: ../gramps/plugins/view/fanchartdescview.py:326 +#: ../gramps/plugins/view/fanchartview.py:321 msgid "Start gradient/Main color" msgstr "Start för gradient/huvudfärg" -#: ../gramps/plugins/view/fanchartdescview.py:308 -#: ../gramps/plugins/view/fanchartview.py:305 +#: ../gramps/plugins/view/fanchart2wayview.py:337 +#: ../gramps/plugins/view/fanchartdescview.py:328 +#: ../gramps/plugins/view/fanchartview.py:323 msgid "End gradient/2nd color" msgstr "Slut för gradient/andra färg" -#: ../gramps/plugins/view/fanchartdescview.py:310 +#: ../gramps/plugins/view/fanchart2wayview.py:339 +#: ../gramps/plugins/view/fanchartdescview.py:330 msgid "Color for duplicates" msgstr "Färg för dubbletter" -#. form of the fan -#: ../gramps/plugins/view/fanchartdescview.py:313 -#: ../gramps/plugins/view/fanchartview.py:308 -msgid "Fan chart type" -msgstr "Typ av cirkeldiagram" - -#: ../gramps/plugins/view/fanchartdescview.py:315 -#: ../gramps/plugins/view/fanchartview.py:310 -msgid "Full Circle" -msgstr "Hel cirkel" - -#: ../gramps/plugins/view/fanchartdescview.py:316 -#: ../gramps/plugins/view/fanchartview.py:310 -msgid "Half Circle" -msgstr "Halvcirkel" - -#: ../gramps/plugins/view/fanchartdescview.py:317 -#: ../gramps/plugins/view/fanchartview.py:311 -msgid "Quadrant" -msgstr "Kvartscirkel" - #. algo for the fan angle distribution -#: ../gramps/plugins/view/fanchartdescview.py:320 +#: ../gramps/plugins/view/fanchart2wayview.py:342 +#: ../gramps/plugins/view/fanchartdescview.py:340 msgid "Fan chart distribution" msgstr "Cirkeldiagramsfördelning" -#: ../gramps/plugins/view/fanchartdescview.py:323 +#: ../gramps/plugins/view/fanchart2wayview.py:345 +#: ../gramps/plugins/view/fanchartdescview.py:343 msgid "Homogeneous children distribution" msgstr "Jämn fördelning av barn" -#: ../gramps/plugins/view/fanchartdescview.py:325 +#: ../gramps/plugins/view/fanchart2wayview.py:347 +#: ../gramps/plugins/view/fanchartdescview.py:345 msgid "Size proportional to number of descendants" msgstr "Storlek proportionell mot antal ättlingar" +#: ../gramps/plugins/view/fanchart2wayview.py:353 +#: ../gramps/plugins/view/fanchartdescview.py:351 +#: ../gramps/plugins/view/fanchartview.py:334 +#, fuzzy +msgid "Show names on two lines" +msgstr "Visa familjenoder" + +#: ../gramps/plugins/view/fanchart2wayview.py:358 +#: ../gramps/plugins/view/fanchartdescview.py:356 +#: ../gramps/plugins/view/fanchartview.py:339 +msgid "Flip name on the left of the fan" +msgstr "" + #. options we don't show on the dialog #. #configdialog.add_checkbox(table, #. # _('Allow radial text'), #. # ??, 'interface.fanview-radialtext') -#: ../gramps/plugins/view/fanchartdescview.py:329 -#: ../gramps/plugins/view/fanchartview.py:323 -#: ../gramps/plugins/view/pedigreeview.py:2039 -#: ../gramps/plugins/view/relview.py:1699 +#: ../gramps/plugins/view/fanchart2wayview.py:361 +#: ../gramps/plugins/view/fanchartdescview.py:359 +#: ../gramps/plugins/view/fanchartview.py:351 +#: ../gramps/plugins/view/pedigreeview.py:2052 +#: ../gramps/plugins/view/relview.py:1709 msgid "Layout" msgstr "Layout" -#: ../gramps/plugins/view/fanchartdescview.py:502 -#: ../gramps/plugins/view/fanchartview.py:511 +#: ../gramps/plugins/view/fanchart2wayview.py:562 +#: ../gramps/plugins/view/fanchartdescview.py:550 +#: ../gramps/plugins/view/fanchartview.py:557 msgid "No preview available" msgstr "Ingen förhandsgranskning är tillgänglig." -#: ../gramps/plugins/view/fanchartview.py:316 +#. form of the fan +#: ../gramps/plugins/view/fanchartdescview.py:333 +#: ../gramps/plugins/view/fanchartview.py:326 +msgid "Fan chart type" +msgstr "Typ av cirkeldiagram" + +#: ../gramps/plugins/view/fanchartdescview.py:335 +#: ../gramps/plugins/view/fanchartview.py:328 +msgid "Full Circle" +msgstr "Hel cirkel" + +#: ../gramps/plugins/view/fanchartdescview.py:336 +#: ../gramps/plugins/view/fanchartview.py:328 +msgid "Half Circle" +msgstr "Halvcirkel" + +#: ../gramps/plugins/view/fanchartdescview.py:337 +#: ../gramps/plugins/view/fanchartview.py:329 +msgid "Quadrant" +msgstr "Kvartscirkel" + +#: ../gramps/plugins/view/fanchartview.py:344 msgid "Show children ring" msgstr "Visa ring med barn" #: ../gramps/plugins/view/geoclose.py:143 -#: ../gramps/plugins/view/geography.gpr.py:153 +#: ../gramps/plugins/view/geography.gpr.py:159 msgid "Have they been able to meet?" msgstr "Har de haft möjlighet att mötas?" @@ -33402,7 +33904,7 @@ msgid "Select the person which will be our reference." msgstr "Välj den person som kommer att vara vår referens." #: ../gramps/plugins/view/geoclose.py:412 -#: ../gramps/plugins/view/geofamclose.py:497 +#: ../gramps/plugins/view/geofamclose.py:496 #: ../gramps/plugins/view/geofamily.py:207 #: ../gramps/plugins/view/geomoves.py:292 #: ../gramps/plugins/view/geoperson.py:339 @@ -33431,7 +33933,7 @@ msgstr "" "Värdet är i tiondels grad." #: ../gramps/plugins/view/geoclose.py:602 -#: ../gramps/plugins/view/geofamclose.py:793 +#: ../gramps/plugins/view/geofamclose.py:792 msgid "The selection parameters" msgstr "Urvalsparametrarna" @@ -33447,30 +33949,30 @@ msgstr "GeoHändelser" msgid "incomplete or unreferenced event ?" msgstr "ofullständig eller orefererad händelse?" -#: ../gramps/plugins/view/geoevents.py:294 -#: ../gramps/plugins/view/geoevents.py:305 +#: ../gramps/plugins/view/geoevents.py:295 +#: ../gramps/plugins/view/geoevents.py:307 #, fuzzy msgid "Selecting all events" msgstr "Välj föräldrar" -#: ../gramps/plugins/view/geoevents.py:350 -#: ../gramps/plugins/view/geoevents.py:382 +#: ../gramps/plugins/view/geoevents.py:352 +#: ../gramps/plugins/view/geoevents.py:384 msgid "Bookmark this event" msgstr "Bokmärk denna händelse" -#: ../gramps/plugins/view/geoevents.py:397 +#: ../gramps/plugins/view/geoevents.py:399 msgid "Show all events" msgstr "Visa alla händelser" -#: ../gramps/plugins/view/geoevents.py:401 -#: ../gramps/plugins/view/geoevents.py:406 -#: ../gramps/plugins/view/geoplaces.py:400 -#: ../gramps/plugins/view/geoplaces.py:405 +#: ../gramps/plugins/view/geoevents.py:403 +#: ../gramps/plugins/view/geoevents.py:408 +#: ../gramps/plugins/view/geoplaces.py:484 +#: ../gramps/plugins/view/geoplaces.py:489 msgid "Centering on Place" msgstr "Centrera på plats" #: ../gramps/plugins/view/geofamclose.py:143 -#: ../gramps/plugins/view/geography.gpr.py:135 +#: ../gramps/plugins/view/geography.gpr.py:141 msgid "Have these two families been able to meet?" msgstr "Har dessa två familjer kunnat mötas?" @@ -33484,22 +33986,22 @@ msgstr "GeoFamClose" msgid "%(gramps_id)s : %(father)s and %(mother)s" msgstr "%(gramps_id)s : %(father)s och %(mother)s" -#: ../gramps/plugins/view/geofamclose.py:265 +#: ../gramps/plugins/view/geofamclose.py:264 #, python-format msgid "Family reference : %s" msgstr "Familjereferens : %s" -#: ../gramps/plugins/view/geofamclose.py:268 -#: ../gramps/plugins/view/geofamclose.py:272 +#: ../gramps/plugins/view/geofamclose.py:267 +#: ../gramps/plugins/view/geofamclose.py:270 #, python-format msgid "The other family : %s" msgstr "Den andra familjen : %s" -#: ../gramps/plugins/view/geofamclose.py:278 +#: ../gramps/plugins/view/geofamclose.py:277 msgid "You must choose one reference family." msgstr "Du måste välja en referensfamilj." -#: ../gramps/plugins/view/geofamclose.py:280 +#: ../gramps/plugins/view/geofamclose.py:279 msgid "" "Go to the family view and select the families you want to compare. Return to " "this view and use the history." @@ -33507,43 +34009,43 @@ msgstr "" "Gå till familjevyn och välj de familjer du vill jämföra. Återvänd till denna " "vy och använd historien." -#: ../gramps/plugins/view/geofamclose.py:296 +#: ../gramps/plugins/view/geofamclose.py:295 msgid "reference _Family" msgstr "referens _Familj" -#: ../gramps/plugins/view/geofamclose.py:297 +#: ../gramps/plugins/view/geofamclose.py:296 msgid "Select the family which is the reference for life ways" msgstr "Välj den familj, som är referens för levnadsvägar" -#: ../gramps/plugins/view/geofamclose.py:609 +#: ../gramps/plugins/view/geofamclose.py:608 #: ../gramps/plugins/view/geofamily.py:345 #, python-format msgid "Father : %(id)s : %(name)s" msgstr "Far : %(id)s : %(name)s" -#: ../gramps/plugins/view/geofamclose.py:618 +#: ../gramps/plugins/view/geofamclose.py:617 #: ../gramps/plugins/view/geofamily.py:354 #, python-format msgid "Mother : %(id)s : %(name)s" msgstr "Mor : %(id)s : %(name)s" -#: ../gramps/plugins/view/geofamclose.py:630 +#: ../gramps/plugins/view/geofamclose.py:629 #: ../gramps/plugins/view/geofamily.py:366 #, python-format msgid "Child : %(id)s - %(index)d : %(name)s" msgstr "Barn : %(id)s - %(index)d : %(name)s" -#: ../gramps/plugins/view/geofamclose.py:640 +#: ../gramps/plugins/view/geofamclose.py:639 #: ../gramps/plugins/view/geofamily.py:375 #, python-format msgid "Person : %(id)s %(name)s has no family." msgstr "Person : %(id)s %(name)s har ingen familj" -#: ../gramps/plugins/view/geofamclose.py:759 +#: ../gramps/plugins/view/geofamclose.py:758 msgid "Choose and bookmark the new reference family" msgstr "Välj och bokmärk den nya referensfamiljen" -#: ../gramps/plugins/view/geofamclose.py:782 +#: ../gramps/plugins/view/geofamclose.py:781 msgid "" "The meeting zone probability radius.\n" "The colored zone is approximative.\n" @@ -33585,40 +34087,40 @@ msgstr "" "Geografi-funktionalitet kommer aj att vara tillgängligt.\n" "För att åstadkomma det för Gramps se %(gramps_wiki_build_osmgps_url)s" -#: ../gramps/plugins/view/geography.gpr.py:80 +#: ../gramps/plugins/view/geography.gpr.py:86 msgid "All known places for one Person" msgstr "Samtliga platser med för en person" -#: ../gramps/plugins/view/geography.gpr.py:81 +#: ../gramps/plugins/view/geography.gpr.py:87 msgid "A view showing the places visited by one person during his life." msgstr "" "En vy, som tillåter dig att se platser, besökta av en person under dess liv." -#: ../gramps/plugins/view/geography.gpr.py:89 -#: ../gramps/plugins/view/geography.gpr.py:106 -#: ../gramps/plugins/view/geography.gpr.py:127 -#: ../gramps/plugins/view/geography.gpr.py:145 -#: ../gramps/plugins/view/geography.gpr.py:163 -#: ../gramps/plugins/view/geography.gpr.py:179 -#: ../gramps/plugins/view/geography.gpr.py:196 +#: ../gramps/plugins/view/geography.gpr.py:95 +#: ../gramps/plugins/view/geography.gpr.py:112 +#: ../gramps/plugins/view/geography.gpr.py:133 +#: ../gramps/plugins/view/geography.gpr.py:151 +#: ../gramps/plugins/view/geography.gpr.py:169 +#: ../gramps/plugins/view/geography.gpr.py:185 +#: ../gramps/plugins/view/geography.gpr.py:202 msgid "Geography" msgstr "Geografi" -#: ../gramps/plugins/view/geography.gpr.py:97 +#: ../gramps/plugins/view/geography.gpr.py:103 msgid "All known places for one Family" msgstr "Samtliga platser för en familj" -#: ../gramps/plugins/view/geography.gpr.py:98 +#: ../gramps/plugins/view/geography.gpr.py:104 msgid "A view showing the places visited by one family during all their life." msgstr "" "En vy, som tillåter dig att se alla platser besökta av en familj under dess " "levnad." -#: ../gramps/plugins/view/geography.gpr.py:114 +#: ../gramps/plugins/view/geography.gpr.py:120 msgid "Every residence or move for a person and any descendants" msgstr "Alla förflyttningar för en person och dess ättlingar" -#: ../gramps/plugins/view/geography.gpr.py:116 +#: ../gramps/plugins/view/geography.gpr.py:122 msgid "" "A view showing all the places visited by all persons during their life.\n" "This is for a person and any descendant.\n" @@ -33628,7 +34130,7 @@ msgstr "" "Detta är för en person och dess ättlingar.\n" "Du kan se datum motsvarande för perioden." -#: ../gramps/plugins/view/geography.gpr.py:136 +#: ../gramps/plugins/view/geography.gpr.py:142 msgid "" "A view showing the places visited by all family's members during their life: " "have these two people been able to meet?" @@ -33636,7 +34138,7 @@ msgstr "" "En vy, som tillåter dig att se alla platser besökta av alla familjemedlemmar " "under dess levnad: har de haft chansen att mötas?" -#: ../gramps/plugins/view/geography.gpr.py:154 +#: ../gramps/plugins/view/geography.gpr.py:160 msgid "" "A view showing the places visited by two persons during their life: have " "these two people been able to meet?" @@ -33644,19 +34146,19 @@ msgstr "" "En vy, som tillåter dig att se platser, besökta av två personer under dess " "liv: har dessa två personer haft chansen att mötas?" -#: ../gramps/plugins/view/geography.gpr.py:171 +#: ../gramps/plugins/view/geography.gpr.py:177 msgid "All known Places" msgstr "Alla kända platser" -#: ../gramps/plugins/view/geography.gpr.py:172 +#: ../gramps/plugins/view/geography.gpr.py:178 msgid "A view showing all places of the database." msgstr "En vy, som tillåter dig att se alla platser i databasen." -#: ../gramps/plugins/view/geography.gpr.py:187 +#: ../gramps/plugins/view/geography.gpr.py:193 msgid "All places related to Events" msgstr "Samtliga platser kopplade till händelser" -#: ../gramps/plugins/view/geography.gpr.py:188 +#: ../gramps/plugins/view/geography.gpr.py:194 msgid "A view showing all the event places of the database." msgstr "En vy, som tillåter dig att se alla händelser i databasen." @@ -33726,54 +34228,73 @@ msgstr "" msgid "The animation parameters" msgstr "Animeringsparametrar" -#: ../gramps/plugins/view/geoplaces.py:116 +#: ../gramps/plugins/view/geoplaces.py:157 msgid "Places map" msgstr "Platskarta" -#: ../gramps/plugins/view/geoplaces.py:143 +#: ../gramps/plugins/view/geoplaces.py:185 msgid "GeoPlaces" msgstr "GeoPlatser" -#: ../gramps/plugins/view/geoplaces.py:274 -#: ../gramps/plugins/view/geoplaces.py:285 +#: ../gramps/plugins/view/geoplaces.py:345 +#: ../gramps/plugins/view/geoplaces.py:357 #, fuzzy msgid "Selecting all places" msgstr "Väljer personer" -#: ../gramps/plugins/view/geoplaces.py:311 +#: ../gramps/plugins/view/geoplaces.py:367 +msgid "" +"Right click on the map and select 'show all places' to show all known places " +"with coordinates. You can change the markers color depending on place type. " +"You can use filtering." +msgstr "" + +#: ../gramps/plugins/view/geoplaces.py:380 +msgid "" +"Right click on the map and select 'show all places' to show all known places " +"with coordinates. You can use the history to navigate on the map. You can " +"change the markers color depending on place type. You can use filtering." +msgstr "" + +#: ../gramps/plugins/view/geoplaces.py:395 msgid "The place name in the status bar is disabled." msgstr "Platsnamn på statusraden är bortkopplat." -#: ../gramps/plugins/view/geoplaces.py:316 +#: ../gramps/plugins/view/geoplaces.py:400 #, python-format msgid "The maximum number of places is reached (%d)." msgstr "Maximalt antal platser är uppnått (%d)." -#: ../gramps/plugins/view/geoplaces.py:319 +#: ../gramps/plugins/view/geoplaces.py:403 msgid "Some information are missing." msgstr "Viss in formation saknas." -#: ../gramps/plugins/view/geoplaces.py:321 +#: ../gramps/plugins/view/geoplaces.py:405 msgid "Please, use filtering to reduce this number." msgstr "Använd filter för att minska antalet." -#: ../gramps/plugins/view/geoplaces.py:323 +#: ../gramps/plugins/view/geoplaces.py:407 msgid "You can modify this value in the geography option." msgstr "Du kan ändra detta värde i geografivalmöjligheter" -#: ../gramps/plugins/view/geoplaces.py:325 +#: ../gramps/plugins/view/geoplaces.py:409 msgid "In this case, it may take time to show all markers." msgstr "I detta fall kan det ta tid att visa alla markörer." -#: ../gramps/plugins/view/geoplaces.py:357 -#: ../gramps/plugins/view/geoplaces.py:381 +#: ../gramps/plugins/view/geoplaces.py:441 +#: ../gramps/plugins/view/geoplaces.py:465 msgid "Bookmark this place" msgstr "Bokmärk denna plats" -#: ../gramps/plugins/view/geoplaces.py:396 +#: ../gramps/plugins/view/geoplaces.py:480 msgid "Show all places" msgstr "Visa alla platser" +#: ../gramps/plugins/view/geoplaces.py:590 +#, fuzzy +msgid "The places marker color" +msgstr "Har markering som" + #: ../gramps/plugins/view/mediaview.py:113 msgid "Edit the selected media object" msgstr "Redigera det valda mediaobjektet" @@ -33786,23 +34307,23 @@ msgstr "Radera det valda mediaobjektet" msgid "Merge the selected media objects" msgstr "Slå ihop de valda mediaobjekteten" -#: ../gramps/plugins/view/mediaview.py:208 +#: ../gramps/plugins/view/mediaview.py:209 msgid "Media Filter Editor" msgstr "Redigera mediafilter" -#: ../gramps/plugins/view/mediaview.py:211 +#: ../gramps/plugins/view/mediaview.py:212 msgid "View in the default viewer" msgstr "Visa i standardvisaren" -#: ../gramps/plugins/view/mediaview.py:215 +#: ../gramps/plugins/view/mediaview.py:216 msgid "Open the folder containing the media file" msgstr "Öppnar den mapp, som innehåller mediafil" -#: ../gramps/plugins/view/mediaview.py:349 +#: ../gramps/plugins/view/mediaview.py:350 msgid "Cannot merge media objects." msgstr "Kan inte slå samman mediaobjekt." -#: ../gramps/plugins/view/mediaview.py:350 +#: ../gramps/plugins/view/mediaview.py:351 msgid "" "Exactly two media objects must be selected to perform a merge. A second " "object can be selected by holding down the control key while clicking on the " @@ -33861,85 +34382,86 @@ msgstr "begr." msgid "short for cremated|crem." msgstr "krem." -#: ../gramps/plugins/view/pedigreeview.py:1110 +#: ../gramps/plugins/view/pedigreeview.py:1145 msgid "Jump to child..." msgstr "Gå till barn..." -#: ../gramps/plugins/view/pedigreeview.py:1123 +#: ../gramps/plugins/view/pedigreeview.py:1159 msgid "Jump to father" msgstr "Gå till fader" -#: ../gramps/plugins/view/pedigreeview.py:1136 +#: ../gramps/plugins/view/pedigreeview.py:1173 msgid "Jump to mother" msgstr "Gå till moder" -#: ../gramps/plugins/view/pedigreeview.py:1496 +#: ../gramps/plugins/view/pedigreeview.py:1531 msgid "A person was found to be his/her own ancestor." msgstr "En person har befunnits vara sin egen förfader." -#: ../gramps/plugins/view/pedigreeview.py:1539 +#: ../gramps/plugins/view/pedigreeview.py:1575 msgid "Pre_vious" msgstr "_Föregående" -#: ../gramps/plugins/view/pedigreeview.py:1540 +#: ../gramps/plugins/view/pedigreeview.py:1576 msgid "_Next" msgstr "_Nästa" #. Mouse scroll direction setting. -#: ../gramps/plugins/view/pedigreeview.py:1567 +#: ../gramps/plugins/view/pedigreeview.py:1599 msgid "Mouse scroll direction" msgstr "Riktning för musskrollning" -#: ../gramps/plugins/view/pedigreeview.py:1571 +#: ../gramps/plugins/view/pedigreeview.py:1603 msgid "Top <-> Bottom" msgstr "Uppifrån <-> neråt" -#: ../gramps/plugins/view/pedigreeview.py:1579 +#: ../gramps/plugins/view/pedigreeview.py:1610 msgid "Left <-> Right" msgstr "Vänster <-> höger" -#: ../gramps/plugins/view/pedigreeview.py:1820 -#: ../gramps/plugins/view/relview.py:410 +#: ../gramps/plugins/view/pedigreeview.py:1827 +#: ../gramps/plugins/view/relview.py:420 msgid "Add New Parents..." msgstr "Lägg till föräldrar..." -#: ../gramps/plugins/view/pedigreeview.py:1880 -msgid "Family Menu" -msgstr "Familjemeny" - -#: ../gramps/plugins/view/pedigreeview.py:2012 +#: ../gramps/plugins/view/pedigreeview.py:2022 msgid "Show images" msgstr "Visa bilder" -#: ../gramps/plugins/view/pedigreeview.py:2015 +#: ../gramps/plugins/view/pedigreeview.py:2025 msgid "Show marriage data" msgstr "Visa giftermålsdata" -#: ../gramps/plugins/view/pedigreeview.py:2018 +#: ../gramps/plugins/view/pedigreeview.py:2028 msgid "Show unknown people" msgstr "Visa okända personer" -#: ../gramps/plugins/view/pedigreeview.py:2021 +#: ../gramps/plugins/view/pedigreeview.py:2031 +#, fuzzy +msgid "Show tags" +msgstr "Visa bilder" + +#: ../gramps/plugins/view/pedigreeview.py:2034 msgid "Tree style" msgstr "Trädmall" -#: ../gramps/plugins/view/pedigreeview.py:2023 +#: ../gramps/plugins/view/pedigreeview.py:2036 msgid "Standard" msgstr "Standard" -#: ../gramps/plugins/view/pedigreeview.py:2024 +#: ../gramps/plugins/view/pedigreeview.py:2037 msgid "Compact" msgstr "Kompakt" -#: ../gramps/plugins/view/pedigreeview.py:2025 +#: ../gramps/plugins/view/pedigreeview.py:2038 msgid "Expanded" msgstr "Expanderad" -#: ../gramps/plugins/view/pedigreeview.py:2028 +#: ../gramps/plugins/view/pedigreeview.py:2041 msgid "Tree direction" msgstr "Trädriktning" -#: ../gramps/plugins/view/pedigreeview.py:2035 +#: ../gramps/plugins/view/pedigreeview.py:2048 msgid "Tree size" msgstr "Trädstorlek" @@ -33967,174 +34489,174 @@ msgstr "Expandera denna totala grupp" msgid "Collapse this Entire Group" msgstr "Komprimera denna totala" -#: ../gramps/plugins/view/relview.py:396 +#: ../gramps/plugins/view/relview.py:406 msgid "_Reorder" msgstr "_Omordna" -#: ../gramps/plugins/view/relview.py:397 +#: ../gramps/plugins/view/relview.py:407 msgid "Change order of parents and families" msgstr "Ändra på ordningen för föräldrar och familjer" -#: ../gramps/plugins/view/relview.py:402 +#: ../gramps/plugins/view/relview.py:412 msgid "Edit..." msgstr "Redigera..." -#: ../gramps/plugins/view/relview.py:403 +#: ../gramps/plugins/view/relview.py:413 msgid "Edit the active person" msgstr "Redigerar den aktiva personen" -#: ../gramps/plugins/view/relview.py:405 ../gramps/plugins/view/relview.py:407 -#: ../gramps/plugins/view/relview.py:798 +#: ../gramps/plugins/view/relview.py:415 ../gramps/plugins/view/relview.py:417 +#: ../gramps/plugins/view/relview.py:809 msgid "Add a new family with person as parent" msgstr "Lägg till en ny familj med personen som förälder" -#: ../gramps/plugins/view/relview.py:406 +#: ../gramps/plugins/view/relview.py:416 msgid "Add Partner..." msgstr "Lägg till partner..." -#: ../gramps/plugins/view/relview.py:409 ../gramps/plugins/view/relview.py:411 -#: ../gramps/plugins/view/relview.py:792 +#: ../gramps/plugins/view/relview.py:419 ../gramps/plugins/view/relview.py:421 +#: ../gramps/plugins/view/relview.py:803 msgid "Add a new set of parents" msgstr "Lägger till ett nytt föräldrapar" -#: ../gramps/plugins/view/relview.py:413 ../gramps/plugins/view/relview.py:417 -#: ../gramps/plugins/view/relview.py:793 +#: ../gramps/plugins/view/relview.py:423 ../gramps/plugins/view/relview.py:427 +#: ../gramps/plugins/view/relview.py:804 msgid "Add person as child to an existing family" msgstr "Lägg till personen som barn i en befintlig familjen" -#: ../gramps/plugins/view/relview.py:416 +#: ../gramps/plugins/view/relview.py:426 msgid "Add Existing Parents..." msgstr "Lägg till befintliga föräldrar..." -#: ../gramps/plugins/view/relview.py:630 +#: ../gramps/plugins/view/relview.py:641 msgid "Alive" msgstr "Levande" -#: ../gramps/plugins/view/relview.py:697 ../gramps/plugins/view/relview.py:724 +#: ../gramps/plugins/view/relview.py:708 ../gramps/plugins/view/relview.py:735 #, python-format msgid "%(date)s in %(place)s" msgstr "%(date)s i %(place)s" -#: ../gramps/plugins/view/relview.py:794 +#: ../gramps/plugins/view/relview.py:805 msgid "Edit parents" msgstr "Redigera föräldrar" -#: ../gramps/plugins/view/relview.py:795 +#: ../gramps/plugins/view/relview.py:806 msgid "Reorder parents" msgstr "Sortera om föräldrar" -#: ../gramps/plugins/view/relview.py:796 +#: ../gramps/plugins/view/relview.py:807 msgid "Remove person as child of these parents" msgstr "Ta bort personen som barn till dessa föräldrar" -#: ../gramps/plugins/view/relview.py:802 +#: ../gramps/plugins/view/relview.py:813 msgid "Remove person as parent in this family" msgstr "Ta bort personen som föräldrar i denna familj" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/view/relview.py:862 ../gramps/plugins/view/relview.py:918 +#: ../gramps/plugins/view/relview.py:873 ../gramps/plugins/view/relview.py:929 #, python-brace-format msgid " ({number_of} sibling)" msgid_plural " ({number_of} siblings)" msgstr[0] " ({number_of} syskon)" msgstr[1] " ({number_of} syskon)" -#: ../gramps/plugins/view/relview.py:869 ../gramps/plugins/view/relview.py:925 +#: ../gramps/plugins/view/relview.py:880 ../gramps/plugins/view/relview.py:936 msgid " (1 brother)" msgstr " (en bror)" -#: ../gramps/plugins/view/relview.py:871 ../gramps/plugins/view/relview.py:927 +#: ../gramps/plugins/view/relview.py:882 ../gramps/plugins/view/relview.py:938 msgid " (1 sister)" msgstr " (en syster)" -#: ../gramps/plugins/view/relview.py:873 ../gramps/plugins/view/relview.py:929 +#: ../gramps/plugins/view/relview.py:884 ../gramps/plugins/view/relview.py:940 msgid " (1 sibling)" msgstr " (ett syskon)" -#: ../gramps/plugins/view/relview.py:875 ../gramps/plugins/view/relview.py:931 +#: ../gramps/plugins/view/relview.py:886 ../gramps/plugins/view/relview.py:942 msgid " (only child)" msgstr " (ett barn)" -#: ../gramps/plugins/view/relview.py:945 -#: ../gramps/plugins/view/relview.py:1442 +#: ../gramps/plugins/view/relview.py:956 +#: ../gramps/plugins/view/relview.py:1452 msgid "Add new child to family" msgstr "Lägg till nytt barn till familjen" -#: ../gramps/plugins/view/relview.py:949 -#: ../gramps/plugins/view/relview.py:1446 +#: ../gramps/plugins/view/relview.py:960 +#: ../gramps/plugins/view/relview.py:1456 msgid "Add existing child to family" msgstr "Lägg till befintligt barn till familjen" -#: ../gramps/plugins/view/relview.py:1227 +#: ../gramps/plugins/view/relview.py:1238 #, python-format msgid "%(birthabbrev)s %(birthdate)s, %(deathabbrev)s %(deathdate)s" msgstr "%(birthabbrev)s %(birthdate)s, %(deathabbrev)s %(deathdate)s" -#: ../gramps/plugins/view/relview.py:1234 -#: ../gramps/plugins/view/relview.py:1236 +#: ../gramps/plugins/view/relview.py:1245 +#: ../gramps/plugins/view/relview.py:1247 #, python-format msgid "%(event)s %(date)s" msgstr "%(event)s %(date)s" -#: ../gramps/plugins/view/relview.py:1297 +#: ../gramps/plugins/view/relview.py:1306 #, python-format msgid "Relationship type: %s" msgstr "Typ av släktskap: %s" -#: ../gramps/plugins/view/relview.py:1335 +#: ../gramps/plugins/view/relview.py:1344 #, python-format msgid "%(event_type)s: %(date)s in %(place)s" msgstr "%(event_type)s: %(date)s i %(place)s" -#: ../gramps/plugins/view/relview.py:1339 +#: ../gramps/plugins/view/relview.py:1348 #, python-format msgid "%(event_type)s: %(date)s" msgstr "%(event_type)s: %(date)s" -#: ../gramps/plugins/view/relview.py:1343 +#: ../gramps/plugins/view/relview.py:1352 #, python-format msgid "%(event_type)s: %(place)s" msgstr "%(event_type)s: %(place)s" -#: ../gramps/plugins/view/relview.py:1354 +#: ../gramps/plugins/view/relview.py:1363 msgid "Broken family detected" msgstr "Trasigt familjeband upptäckt" -#: ../gramps/plugins/view/relview.py:1355 +#: ../gramps/plugins/view/relview.py:1364 msgid "Please run the Check and Repair Database tool" msgstr "Kör verktyget \"kontrollera och reparera\"" #. translators: leave all/any {...} untranslated -#: ../gramps/plugins/view/relview.py:1377 -#: ../gramps/plugins/view/relview.py:1424 +#: ../gramps/plugins/view/relview.py:1387 +#: ../gramps/plugins/view/relview.py:1434 #, python-brace-format msgid " ({number_of} child)" msgid_plural " ({number_of} children)" msgstr[0] " ({number_of} barn" msgstr[1] " ({number_of} barn)" -#: ../gramps/plugins/view/relview.py:1381 -#: ../gramps/plugins/view/relview.py:1428 +#: ../gramps/plugins/view/relview.py:1391 +#: ../gramps/plugins/view/relview.py:1438 msgid " (no children)" msgstr " (inga barn)" -#: ../gramps/plugins/view/relview.py:1688 +#: ../gramps/plugins/view/relview.py:1698 msgid "Use shading" msgstr "Använd skuggning" -#: ../gramps/plugins/view/relview.py:1691 +#: ../gramps/plugins/view/relview.py:1701 msgid "Display edit buttons" msgstr "Visa redigeringsknappar" -#: ../gramps/plugins/view/relview.py:1693 +#: ../gramps/plugins/view/relview.py:1703 msgid "View links as website links" msgstr "Visa länkar som på en webb-sida" -#: ../gramps/plugins/view/relview.py:1710 +#: ../gramps/plugins/view/relview.py:1720 msgid "Show Details" msgstr "Visa detaljer" -#: ../gramps/plugins/view/relview.py:1713 +#: ../gramps/plugins/view/relview.py:1723 msgid "Show Siblings" msgstr "Visa syskon" @@ -34237,6 +34759,7 @@ msgstr "Vyn visar en antavla för den valda personen" #: ../gramps/plugins/view/view.gpr.py:133 #: ../gramps/plugins/view/view.gpr.py:142 #: ../gramps/plugins/view/view.gpr.py:157 +#: ../gramps/plugins/view/view.gpr.py:172 msgid "Charts" msgstr "Diagram" @@ -34248,107 +34771,96 @@ msgstr "Vyn visar anor i form av ett cirkeldiagram" msgid "Showing descendants through a fanchart" msgstr "Vyn visar ättlingar i form av ett cirkeldiagram" -#: ../gramps/plugins/view/view.gpr.py:171 +#: ../gramps/plugins/view/view.gpr.py:173 +#, fuzzy +msgid "Showing ascendants and descendants through a fanchart" +msgstr "Vyn visar ättlingar i form av ett cirkeldiagram" + +#: ../gramps/plugins/view/view.gpr.py:186 msgid "Grouped People" msgstr "Grupperade personer" -#: ../gramps/plugins/view/view.gpr.py:172 +#: ../gramps/plugins/view/view.gpr.py:187 msgid "The view showing all people in the Family Tree grouped per family name" msgstr "Vyn visar alla personer i släktträdet grupperat på efternamn" -#: ../gramps/plugins/view/view.gpr.py:189 +#: ../gramps/plugins/view/view.gpr.py:204 msgid "The view showing all people in the Family Tree in a flat list" msgstr "Vyn visar samtliga personer i släktträdet i en rak lista" -#: ../gramps/plugins/view/view.gpr.py:205 +#: ../gramps/plugins/view/view.gpr.py:220 msgid "The view showing all the places of the Family Tree" msgstr "Vyn visar alla platser i släktträdet" -#: ../gramps/plugins/view/view.gpr.py:219 +#: ../gramps/plugins/view/view.gpr.py:234 msgid "Place Tree" msgstr "Hierarkisk platsvy" -#: ../gramps/plugins/view/view.gpr.py:220 +#: ../gramps/plugins/view/view.gpr.py:235 msgid "A view displaying places in a tree format." msgstr "En vy, som visar platser i en trädformad struktur." -#: ../gramps/plugins/view/view.gpr.py:236 +#: ../gramps/plugins/view/view.gpr.py:251 msgid "The view showing all the repositories" msgstr "Vyn visar all arkivplatser" -#: ../gramps/plugins/view/view.gpr.py:251 +#: ../gramps/plugins/view/view.gpr.py:266 msgid "The view showing all the sources" msgstr "Vyn visar alla källor" -#: ../gramps/plugins/view/view.gpr.py:267 +#: ../gramps/plugins/view/view.gpr.py:282 msgid "The view showing all the citations" msgstr "Vyn visar samtliga citeringar" -#: ../gramps/plugins/view/view.gpr.py:281 +#: ../gramps/plugins/view/view.gpr.py:296 msgid "Citation Tree" msgstr "Hierarkisk citeringsvy" -#: ../gramps/plugins/view/view.gpr.py:282 +#: ../gramps/plugins/view/view.gpr.py:297 msgid "A view displaying citations and sources in a tree format." msgstr "En vy, som visar citeringar och källor i en trädformad struktur." -#: ../gramps/plugins/webreport/narrativeweb.py:374 -msgid "Gramps ID" -msgstr "Gramps-ID" - -#: ../gramps/plugins/webreport/narrativeweb.py:380 -msgid "Church Parish" -msgstr "Församling" - -#: ../gramps/plugins/webreport/narrativeweb.py:385 -msgid "Postal Code" -msgstr "Postnummer" - -#: ../gramps/plugins/webreport/narrativeweb.py:388 -msgid "State/ Province" -msgstr "Län/delstat" - -#: ../gramps/plugins/webreport/narrativeweb.py:393 -msgid "Alternate Locations" -msgstr "Alternativa platser" - -#: ../gramps/plugins/webreport/narrativeweb.py:394 -msgid "Locations" -msgstr "Lokaliseringar" - -#: ../gramps/plugins/webreport/narrativeweb.py:396 -msgid "" -msgstr "" - #. add section title -#: ../gramps/plugins/webreport/narrativeweb.py:789 -#: ../gramps/plugins/webreport/narrativeweb.py:2439 +#: ../gramps/plugins/webreport/narrativeweb.py:741 +#: ../gramps/plugins/webreport/narrativeweb.py:2425 msgid "Narrative" msgstr "Berättelse" -#: ../gramps/plugins/webreport/narrativeweb.py:1102 +#: ../gramps/plugins/webreport/narrativeweb.py:1056 #, python-format msgid "%(type)s: %(value)s" msgstr "%(type)s: %(value)s" -#: ../gramps/plugins/webreport/narrativeweb.py:1713 -#, fuzzy, python-format -msgid "Generated by %(gramps_home_html_start)sGramps%(html_end)s %(version)s" -msgstr "" -"Skapad av %(gramps_home_html_start)sGramps%(html_end)s %(version)s på " -"%(date)s" +#: ../gramps/plugins/webreport/narrativeweb.py:1478 +#: ../gramps/plugins/webreport/narrativeweb.py:2939 +#: ../gramps/plugins/webreport/narrativeweb.py:2965 +#: ../gramps/plugins/webreport/narrativeweb.py:3826 +msgid "State/ Province" +msgstr "Län/delstat" -#: ../gramps/plugins/webreport/narrativeweb.py:1723 +#: ../gramps/plugins/webreport/narrativeweb.py:1480 +#: ../gramps/plugins/webreport/narrativeweb.py:2940 +#: ../gramps/plugins/webreport/narrativeweb.py:2966 +msgid "Postal Code" +msgstr "Postnummer" + +#: ../gramps/plugins/webreport/narrativeweb.py:1675 +#, python-format +msgid "Generated by %(gramps_home_html_start)sGramps%(html_end)s %(version)s" +msgstr "Skapad av %(gramps_home_html_start)sGramps%(html_end)s %(version)s" + +#: ../gramps/plugins/webreport/narrativeweb.py:1685 #, python-format msgid "Last change was the %(date)s" msgstr "Senast ändrat %(date)s" -#: ../gramps/plugins/webreport/narrativeweb.py:1725 -#, fuzzy, python-format +#: ../gramps/plugins/webreport/narrativeweb.py:1688 +#, python-format msgid " on %(date)s" -msgstr "%(date)s" +msgstr " vid %(date)s" -#: ../gramps/plugins/webreport/narrativeweb.py:1740 +#: ../gramps/plugins/webreport/narrativeweb.py:1709 +#: ../gramps/plugins/webreport/narrativeweb.py:1714 #, python-format msgid "%(http_break)sCreated for %(subject_url)s" msgstr "%(http_break)sSkapad för %(subject_url)s" @@ -34357,79 +34869,108 @@ msgstr "%(http_break)sSkapad för %(subject_url)s" #. is the style sheet either Basic-Blue or Visually Impaired, #. and menu layout is Drop Down? #. Basic Blue style sheet with navigation menus -#: ../gramps/plugins/webreport/narrativeweb.py:1855 -#: ../gramps/plugins/webstuff/webstuff.py:63 +#: ../gramps/plugins/webreport/narrativeweb.py:1829 +#: ../gramps/plugins/webstuff/webstuff.py:64 msgid "Basic-Blue" msgstr "Basic-Blue" #. Visually Impaired style sheet with its navigation menus -#: ../gramps/plugins/webreport/narrativeweb.py:1856 -#: ../gramps/plugins/webstuff/webstuff.py:95 +#: ../gramps/plugins/webreport/narrativeweb.py:1830 +#: ../gramps/plugins/webstuff/webstuff.py:96 msgid "Visually Impaired" msgstr "Synskadade" -#: ../gramps/plugins/webreport/narrativeweb.py:1895 -#: ../gramps/plugins/webreport/narrativeweb.py:2061 +#: ../gramps/plugins/webreport/narrativeweb.py:1869 +#: ../gramps/plugins/webreport/narrativeweb.py:2047 msgid "Html|Home" msgstr "Hem" -#: ../gramps/plugins/webreport/narrativeweb.py:1905 -#: ../gramps/plugins/webreport/narrativeweb.py:2030 -#: ../gramps/plugins/webreport/narrativeweb.py:5576 +#: ../gramps/plugins/webreport/narrativeweb.py:1881 +#: ../gramps/plugins/webreport/narrativeweb.py:2016 +#: ../gramps/plugins/webreport/narrativeweb.py:5635 msgid "Thumbnails" msgstr "Minatyrbild" -#: ../gramps/plugins/webreport/narrativeweb.py:1906 -#: ../gramps/plugins/webreport/narrativeweb.py:2037 -#: ../gramps/plugins/webreport/narrativeweb.py:5773 -#: ../gramps/plugins/webreport/narrativeweb.py:9550 +#: ../gramps/plugins/webreport/narrativeweb.py:1882 +#: ../gramps/plugins/webreport/narrativeweb.py:2023 +#: ../gramps/plugins/webreport/narrativeweb.py:5832 +#: ../gramps/plugins/webreport/narrativeweb.py:9846 msgid "Download" msgstr "Nedladdning" #. Add xml, doctype, meta and stylesheets -#: ../gramps/plugins/webreport/narrativeweb.py:1907 -#: ../gramps/plugins/webreport/narrativeweb.py:1971 -#: ../gramps/plugins/webreport/narrativeweb.py:2038 -#: ../gramps/plugins/webreport/narrativeweb.py:7824 -#: ../gramps/plugins/webreport/narrativeweb.py:7938 +#: ../gramps/plugins/webreport/narrativeweb.py:1883 +#: ../gramps/plugins/webreport/narrativeweb.py:1949 +#: ../gramps/plugins/webreport/narrativeweb.py:2024 +#: ../gramps/plugins/webreport/narrativeweb.py:7897 +#: ../gramps/plugins/webreport/narrativeweb.py:8011 msgid "Address Book" msgstr "Adressbok" #. add contact column -#: ../gramps/plugins/webreport/narrativeweb.py:1908 -#: ../gramps/plugins/webreport/narrativeweb.py:2045 -#: ../gramps/plugins/webreport/narrativeweb.py:2082 -#: ../gramps/plugins/webreport/narrativeweb.py:5890 +#: ../gramps/plugins/webreport/narrativeweb.py:1885 +#: ../gramps/plugins/webreport/narrativeweb.py:2031 +#: ../gramps/plugins/webreport/narrativeweb.py:2068 +#: ../gramps/plugins/webreport/narrativeweb.py:5948 msgid "Contact" msgstr "Kontakt" -#: ../gramps/plugins/webreport/narrativeweb.py:1909 -#: ../gramps/plugins/webreport/webplugins.gpr.py:55 +#: ../gramps/plugins/webreport/narrativeweb.py:1887 +#: ../gramps/plugins/webreport/webplugins.gpr.py:58 msgid "Web Calendar" msgstr "Webbkalender" -#: ../gramps/plugins/webreport/narrativeweb.py:2458 -#: ../gramps/plugins/webreport/narrativeweb.py:7857 +#: ../gramps/plugins/webreport/narrativeweb.py:1967 +#: ../gramps/plugins/webreport/narrativeweb.py:5303 +msgid "Previous" +msgstr "Föregående" + +#: ../gramps/plugins/webreport/narrativeweb.py:1969 +#: ../gramps/plugins/webreport/narrativeweb.py:5315 +msgid "Next" +msgstr "Nästa" + +#: ../gramps/plugins/webreport/narrativeweb.py:2444 +#: ../gramps/plugins/webreport/narrativeweb.py:7930 msgid "Web Links" msgstr "Internetlänkar" -#: ../gramps/plugins/webreport/narrativeweb.py:2507 +#: ../gramps/plugins/webreport/narrativeweb.py:2493 msgid " [Click to Go]" msgstr " [Klicka för att starta]" -#: ../gramps/plugins/webreport/narrativeweb.py:2531 +#: ../gramps/plugins/webreport/narrativeweb.py:2517 msgid "Latter-Day Saints/ LDS Ordinance" msgstr "Mormonkyrkoceremoni" -#: ../gramps/plugins/webreport/narrativeweb.py:2716 -#: ../gramps/plugins/webreport/narrativeweb.py:2717 -#: ../gramps/plugins/webreport/narrativeweb.py:6461 -#: ../gramps/plugins/webreport/narrativeweb.py:6749 +#: ../gramps/plugins/webreport/narrativeweb.py:2704 +#: ../gramps/plugins/webreport/narrativeweb.py:2705 +#: ../gramps/plugins/webreport/narrativeweb.py:6528 +#: ../gramps/plugins/webreport/narrativeweb.py:6831 msgid "Family Map" msgstr "Familjekarta" +#: ../gramps/plugins/webreport/narrativeweb.py:2937 +#: ../gramps/plugins/webreport/narrativeweb.py:2963 +msgid "Church Parish" +msgstr "Församling" + +#: ../gramps/plugins/webreport/narrativeweb.py:2953 +msgid "Alternate Locations" +msgstr "Alternativa platser" + +#: ../gramps/plugins/webreport/narrativeweb.py:2984 +msgid "Locations" +msgstr "Lokaliseringar" + +#: ../gramps/plugins/webreport/narrativeweb.py:3215 +#: ../gramps/plugins/webreport/narrativeweb.py:4594 +#: ../gramps/plugins/webreport/narrativeweb.py:6162 +msgid "" +msgstr "" + #. feature request 2356: avoid genitive form -#: ../gramps/plugins/webreport/narrativeweb.py:3237 +#: ../gramps/plugins/webreport/narrativeweb.py:3231 #, python-format msgid "" "This page contains an index of all the individuals in the database with the " @@ -34440,34 +34981,35 @@ msgstr "" "%s. Val av personens namn tar dig till den personens egen sida." #. Name Column -#: ../gramps/plugins/webreport/narrativeweb.py:3254 -#: ../gramps/plugins/webreport/narrativeweb.py:6069 +#: ../gramps/plugins/webreport/narrativeweb.py:3248 +#: ../gramps/plugins/webreport/narrativeweb.py:6128 msgid "Given Name" msgstr "Förnamn" #. set progress bar pass for Repositories -#: ../gramps/plugins/webreport/narrativeweb.py:3425 -#: ../gramps/plugins/webreport/narrativeweb.py:3755 -#: ../gramps/plugins/webreport/narrativeweb.py:4091 -#: ../gramps/plugins/webreport/narrativeweb.py:4748 -#: ../gramps/plugins/webreport/narrativeweb.py:4990 -#: ../gramps/plugins/webreport/narrativeweb.py:5998 -#: ../gramps/plugins/webreport/narrativeweb.py:7622 -#: ../gramps/plugins/webreport/narrativeweb.py:8316 -#: ../gramps/plugins/webreport/narrativeweb.py:8321 -#: ../gramps/plugins/webreport/narrativeweb.py:8845 -#: ../gramps/plugins/webreport/narrativeweb.py:8898 -#: ../gramps/plugins/webreport/narrativeweb.py:8918 -#: ../gramps/plugins/webreport/narrativeweb.py:8960 +#: ../gramps/plugins/webreport/narrativeweb.py:3429 +#: ../gramps/plugins/webreport/narrativeweb.py:3763 +#: ../gramps/plugins/webreport/narrativeweb.py:4136 +#: ../gramps/plugins/webreport/narrativeweb.py:4801 +#: ../gramps/plugins/webreport/narrativeweb.py:5042 +#: ../gramps/plugins/webreport/narrativeweb.py:6057 +#: ../gramps/plugins/webreport/narrativeweb.py:7692 +#: ../gramps/plugins/webreport/narrativeweb.py:8576 +#: ../gramps/plugins/webreport/narrativeweb.py:8581 +#: ../gramps/plugins/webreport/narrativeweb.py:9112 +#: ../gramps/plugins/webreport/narrativeweb.py:9165 +#: ../gramps/plugins/webreport/narrativeweb.py:9185 +#: ../gramps/plugins/webreport/narrativeweb.py:9194 +#: ../gramps/plugins/webreport/narrativeweb.py:9236 msgid "Narrated Web Site Report" msgstr "Rapport som webbplats" -#: ../gramps/plugins/webreport/narrativeweb.py:3426 +#: ../gramps/plugins/webreport/narrativeweb.py:3430 msgid "Creating family pages..." msgstr "Skapar familjesidor..." #. Families list page message -#: ../gramps/plugins/webreport/narrativeweb.py:3457 +#: ../gramps/plugins/webreport/narrativeweb.py:3461 msgid "" "This page contains an index of all the families/ relationships in the " "database, sorted by their family name/ surname. Clicking on a person’s " @@ -34477,23 +35019,23 @@ msgstr "" "sorterad efter efternamn/förnamn. Klickar du på en person tar du dig till " "den familjen eller släktskapets sida." -#: ../gramps/plugins/webreport/narrativeweb.py:3503 -#: ../gramps/plugins/webreport/narrativeweb.py:3816 -#: ../gramps/plugins/webreport/narrativeweb.py:4151 -#: ../gramps/plugins/webreport/narrativeweb.py:4496 +#: ../gramps/plugins/webreport/narrativeweb.py:3507 +#: ../gramps/plugins/webreport/narrativeweb.py:3824 +#: ../gramps/plugins/webreport/narrativeweb.py:4196 +#: ../gramps/plugins/webreport/narrativeweb.py:4544 msgid "Letter" msgstr "Bokstav" -#: ../gramps/plugins/webreport/narrativeweb.py:3546 +#: ../gramps/plugins/webreport/narrativeweb.py:3553 msgid "Families beginning with letter " msgstr "Familjer som börjar på bokstaven " -#: ../gramps/plugins/webreport/narrativeweb.py:3756 +#: ../gramps/plugins/webreport/narrativeweb.py:3764 msgid "Creating place pages" msgstr "Skapar platsförteckning" #. place list page message -#: ../gramps/plugins/webreport/narrativeweb.py:3788 +#: ../gramps/plugins/webreport/narrativeweb.py:3796 msgid "" "This page contains an index of all the places in the database, sorted by " "their title. Clicking on a place’s title will take you to that " @@ -34502,25 +35044,25 @@ msgstr "" "Denna sida är en förteckning över alla platser i databasen, sorterad efter " "rubrik. Klickar du på en plats titel tar du dig till den platsens egen sida." -#: ../gramps/plugins/webreport/narrativeweb.py:3817 +#: ../gramps/plugins/webreport/narrativeweb.py:3825 msgid "Place Name | Name" msgstr "Ortsnamn" -#: ../gramps/plugins/webreport/narrativeweb.py:3861 +#: ../gramps/plugins/webreport/narrativeweb.py:3873 #, python-format msgid "Places beginning with letter %s" msgstr "Platser börjande på bokstaven %s" #. section title -#: ../gramps/plugins/webreport/narrativeweb.py:4000 +#: ../gramps/plugins/webreport/narrativeweb.py:4032 msgid "Place Map" msgstr "Platskarta" -#: ../gramps/plugins/webreport/narrativeweb.py:4092 +#: ../gramps/plugins/webreport/narrativeweb.py:4137 msgid "Creating event pages" msgstr "Skapar händelseförteckning" -#: ../gramps/plugins/webreport/narrativeweb.py:4124 +#: ../gramps/plugins/webreport/narrativeweb.py:4169 msgid "" "This page contains an index of all the events in the database, sorted by " "their type and date (if one is present). Clicking on an event’s Gramps " @@ -34530,17 +35072,17 @@ msgstr "" "typ, datum (om givet) samt Gramps-ID. Klickar du på en händelse Gramps-ID " "kommer en sida att laddas med denna typ av händelser." -#: ../gramps/plugins/webreport/narrativeweb.py:4219 +#: ../gramps/plugins/webreport/narrativeweb.py:4266 #, python-format msgid "Event types beginning with letter %s" msgstr "Händelsetyper börjande med bokstaven %s" -#: ../gramps/plugins/webreport/narrativeweb.py:4458 +#: ../gramps/plugins/webreport/narrativeweb.py:4506 msgid "Surnames by person count" msgstr "Antal personer per efternamn" #. page message -#: ../gramps/plugins/webreport/narrativeweb.py:4465 +#: ../gramps/plugins/webreport/narrativeweb.py:4513 msgid "" "This page contains an index of all the surnames in the database. Selecting a " "link will lead to a list of individuals in the database with this same " @@ -34550,25 +35092,25 @@ msgstr "" "klicka på ett efternamn kommer du vidare till alla individer med det " "efternamnet." -#: ../gramps/plugins/webreport/narrativeweb.py:4510 +#: ../gramps/plugins/webreport/narrativeweb.py:4559 msgid "Number of People" msgstr "Antal personer" -#: ../gramps/plugins/webreport/narrativeweb.py:4555 +#: ../gramps/plugins/webreport/narrativeweb.py:4607 #, python-format msgid "Surnames beginning with letter %s" msgstr "Efternamn börjande med bokstaven %s" -#: ../gramps/plugins/webreport/narrativeweb.py:4660 -#: ../gramps/plugins/webreport/webcal.py:561 +#: ../gramps/plugins/webreport/narrativeweb.py:4713 +#: ../gramps/plugins/webreport/webcal.py:568 msgid "Home" msgstr "Hem" -#: ../gramps/plugins/webreport/narrativeweb.py:4749 +#: ../gramps/plugins/webreport/narrativeweb.py:4802 msgid "Creating source pages" msgstr "Skapar källförteckning" -#: ../gramps/plugins/webreport/narrativeweb.py:4791 +#: ../gramps/plugins/webreport/narrativeweb.py:4844 msgid "" "This page contains an index of all the sources in the database, sorted by " "their title. Clicking on a source’s title will take you to that " @@ -34577,19 +35119,19 @@ msgstr "" "Denna sida är en förteckning över alla källor i databasen, sorterade på " "titel. Genom att klicka på en källas titel kommer du till den källans sida." -#: ../gramps/plugins/webreport/narrativeweb.py:4810 +#: ../gramps/plugins/webreport/narrativeweb.py:4863 msgid "Source Name|Name" msgstr "Namn" -#: ../gramps/plugins/webreport/narrativeweb.py:4908 +#: ../gramps/plugins/webreport/narrativeweb.py:4961 msgid "Publication information" msgstr "Publiceringsinformation" -#: ../gramps/plugins/webreport/narrativeweb.py:4991 +#: ../gramps/plugins/webreport/narrativeweb.py:5043 msgid "Creating media pages" msgstr "Skapar mediasidor" -#: ../gramps/plugins/webreport/narrativeweb.py:5039 +#: ../gramps/plugins/webreport/narrativeweb.py:5091 msgid "" "This page contains an index of all the media objects in the database, sorted " "by their title. Clicking on the title will take you to that media " @@ -34601,24 +35143,20 @@ msgstr "" "mediaobjektets sida. Om du ser mediets storlek ovanför en bild, klicka på " "bilden så ser du den i full storlek." -#: ../gramps/plugins/webreport/narrativeweb.py:5064 +#: ../gramps/plugins/webreport/narrativeweb.py:5116 msgid "Media | Name" msgstr " Namn" -#: ../gramps/plugins/webreport/narrativeweb.py:5066 +#: ../gramps/plugins/webreport/narrativeweb.py:5118 msgid "Mime Type" msgstr "Mimetyp" -#: ../gramps/plugins/webreport/narrativeweb.py:5130 +#: ../gramps/plugins/webreport/narrativeweb.py:5182 #, fuzzy msgid "Below unused media objects" msgstr "Antal unika mediaobjekt" -#: ../gramps/plugins/webreport/narrativeweb.py:5247 -msgid "Previous" -msgstr "Föregående" - -#: ../gramps/plugins/webreport/narrativeweb.py:5248 +#: ../gramps/plugins/webreport/narrativeweb.py:5304 #, python-format msgid "" "%(strong1_start)s%(page_number)d%(strong_end)s of %(strong2_start)s" @@ -34627,24 +35165,20 @@ msgstr "" "%(strong1_start)s%(page_number)d%(strong_end)s of %(strong2_start)s" "%(total_pages)d%(strong_end)s" -#: ../gramps/plugins/webreport/narrativeweb.py:5259 -msgid "Next" -msgstr "Nästa" - #. missing media error message -#: ../gramps/plugins/webreport/narrativeweb.py:5262 +#: ../gramps/plugins/webreport/narrativeweb.py:5318 msgid "The file has been moved or deleted." msgstr "Filen har flyttats eller raderats." -#: ../gramps/plugins/webreport/narrativeweb.py:5417 +#: ../gramps/plugins/webreport/narrativeweb.py:5474 msgid "File Type" msgstr "Filtyp" -#: ../gramps/plugins/webreport/narrativeweb.py:5518 +#: ../gramps/plugins/webreport/narrativeweb.py:5577 msgid "Missing media object:" msgstr "Mediaobjekt saknas:" -#: ../gramps/plugins/webreport/narrativeweb.py:5581 +#: ../gramps/plugins/webreport/narrativeweb.py:5640 msgid "" "This page displays a indexed list of all the media objects in this " "database. It is sorted by media title. There is an index of all the media " @@ -34655,11 +35189,11 @@ msgstr "" "efter mediatitel. Klickar du på en miniatyrbild tar du dig till den bildens " "egen sida." -#: ../gramps/plugins/webreport/narrativeweb.py:5600 +#: ../gramps/plugins/webreport/narrativeweb.py:5659 msgid "Thumbnail Preview" msgstr "Förhandsgranskning av minatyrbild" -#: ../gramps/plugins/webreport/narrativeweb.py:5779 +#: ../gramps/plugins/webreport/narrativeweb.py:5838 msgid "" "This page is for the user/ creator of this Family Tree/ Narrative website to " "share a couple of files with you regarding their family. If there are any " @@ -34672,20 +35206,20 @@ msgstr "" "listade nedan, klicka på dem kommer att ge dig möjlighet att ladda ner dem. " "Nerladdningssidan och filer har samma copyright som resten av sidan." -#: ../gramps/plugins/webreport/narrativeweb.py:5805 +#: ../gramps/plugins/webreport/narrativeweb.py:5864 msgid "File Name" msgstr "Filnamn" -#: ../gramps/plugins/webreport/narrativeweb.py:5807 +#: ../gramps/plugins/webreport/narrativeweb.py:5866 msgid "Last Modified" msgstr "Senast ändrat" -#: ../gramps/plugins/webreport/narrativeweb.py:5999 +#: ../gramps/plugins/webreport/narrativeweb.py:6058 msgid "Creating individual pages" msgstr "Skapar personliga sidor" #. Individual List page message -#: ../gramps/plugins/webreport/narrativeweb.py:6042 +#: ../gramps/plugins/webreport/narrativeweb.py:6101 msgid "" "This page contains an index of all the individuals in the database, sorted " "by their last names. Selecting the person’s name will take you to that " @@ -34694,18 +35228,18 @@ msgstr "" "Denna sida är en förteckning över alla personer i databasen, sorterade på " "efternamn. Val av personens namn tar dig till den personens egen sida." -#: ../gramps/plugins/webreport/narrativeweb.py:6122 +#: ../gramps/plugins/webreport/narrativeweb.py:6186 #, python-format msgid "Surnames %(surname)s beginning with letter %(letter)s" msgstr "Efternamn %(surname)s börjande på bokstaven %(letter)s" -#: ../gramps/plugins/webreport/narrativeweb.py:6600 +#: ../gramps/plugins/webreport/narrativeweb.py:6683 #, python-format msgid "Tracking %s" msgstr "Spårar %s" #. page description -#: ../gramps/plugins/webreport/narrativeweb.py:6604 +#: ../gramps/plugins/webreport/narrativeweb.py:6687 msgid "" "This map page represents that person and any descendants with all of their " "event/ places. If you place your mouse over the marker it will display the " @@ -34719,23 +35253,23 @@ msgstr "" "ordning. Genom att klicka på en plats namn i hänvisningsdelen, kommer du " "till den sidan." -#: ../gramps/plugins/webreport/narrativeweb.py:6680 +#: ../gramps/plugins/webreport/narrativeweb.py:6758 msgid "Drop Markers" msgstr "Dropmarkörer" -#: ../gramps/plugins/webreport/narrativeweb.py:6701 +#: ../gramps/plugins/webreport/narrativeweb.py:6783 msgid "Place Title" msgstr "Titel på plats" -#: ../gramps/plugins/webreport/narrativeweb.py:7183 +#: ../gramps/plugins/webreport/narrativeweb.py:7266 msgid "Call Name" msgstr "Tilltalsnamn" -#: ../gramps/plugins/webreport/narrativeweb.py:7201 +#: ../gramps/plugins/webreport/narrativeweb.py:7284 msgid "Nick Name" msgstr "Smeknamn" -#: ../gramps/plugins/webreport/narrativeweb.py:7244 +#: ../gramps/plugins/webreport/narrativeweb.py:7330 msgid "Age at Death" msgstr "Ålder vid död" @@ -34743,36 +35277,36 @@ msgstr "Ålder vid död" #. actually be StepFather-in-law), but it is too expensive to #. calculate out the correct relationship using the Relationship #. Calculator -#: ../gramps/plugins/webreport/narrativeweb.py:7359 +#: ../gramps/plugins/webreport/narrativeweb.py:7445 msgid "Stepfather" msgstr "Styvfar" -#: ../gramps/plugins/webreport/narrativeweb.py:7369 +#: ../gramps/plugins/webreport/narrativeweb.py:7455 msgid "Stepmother" msgstr "Styvmor" -#: ../gramps/plugins/webreport/narrativeweb.py:7392 +#: ../gramps/plugins/webreport/narrativeweb.py:7481 msgid "Not siblings" msgstr "Ej syskon" -#: ../gramps/plugins/webreport/narrativeweb.py:7454 +#: ../gramps/plugins/webreport/narrativeweb.py:7543 #, fuzzy msgid "Relation to the center person" msgstr "Släktskap till huvudperson" -#: ../gramps/plugins/webreport/narrativeweb.py:7491 +#: ../gramps/plugins/webreport/narrativeweb.py:7580 msgid "Relation to main person" msgstr "Släktskap till huvudperson" -#: ../gramps/plugins/webreport/narrativeweb.py:7493 +#: ../gramps/plugins/webreport/narrativeweb.py:7582 msgid "Relation within this family (if not by birth)" msgstr "Släktskap inom familjen (om ej genom födsel)" -#: ../gramps/plugins/webreport/narrativeweb.py:7623 +#: ../gramps/plugins/webreport/narrativeweb.py:7693 msgid "Creating repository pages" msgstr "Skapar arkivplatsförteckning" -#: ../gramps/plugins/webreport/narrativeweb.py:7666 +#: ../gramps/plugins/webreport/narrativeweb.py:7736 msgid "" "This page contains an index of all the repositories in the database, sorted " "by their title. Clicking on a repositories’s title will take you to " @@ -34782,12 +35316,12 @@ msgstr "" "på titel. Genom att klicka på en arkivplats titel kommer du till den " "arkivplatsens sida." -#: ../gramps/plugins/webreport/narrativeweb.py:7683 +#: ../gramps/plugins/webreport/narrativeweb.py:7754 msgid "Repository |Name" msgstr "Namn" #. Address Book Page message -#: ../gramps/plugins/webreport/narrativeweb.py:7832 +#: ../gramps/plugins/webreport/narrativeweb.py:7905 msgid "" "This page contains an index of all the individuals in the database, sorted " "by their surname, with one of the following: Address, Residence, or Web " @@ -34798,237 +35332,260 @@ msgstr "" "efternamn med länkar till en av följande: adress, bostad eller hemsida. Val " "av personens namn tar dig till den personens adressboks individuella sida." -#: ../gramps/plugins/webreport/narrativeweb.py:7854 +#: ../gramps/plugins/webreport/narrativeweb.py:7927 msgid "Full Name" msgstr "Komplett namn" -#: ../gramps/plugins/webreport/narrativeweb.py:8111 +#: ../gramps/plugins/webreport/narrativeweb.py:8091 +#, fuzzy +msgid "Database overview" +msgstr "Databas öppnad" + +#: ../gramps/plugins/webreport/narrativeweb.py:8157 +#, fuzzy +msgid "Narrative web content report for" +msgstr "Rapport som webbplats" + +#: ../gramps/plugins/webreport/narrativeweb.py:8367 #, python-format msgid "Neither %(current)s nor %(parent)s are directories" msgstr "Varken %(current)s eller %(parent)s är mappar" -#: ../gramps/plugins/webreport/narrativeweb.py:8120 -#: ../gramps/plugins/webreport/narrativeweb.py:8125 -#: ../gramps/plugins/webreport/narrativeweb.py:8138 -#: ../gramps/plugins/webreport/narrativeweb.py:8143 +#: ../gramps/plugins/webreport/narrativeweb.py:8376 +#: ../gramps/plugins/webreport/narrativeweb.py:8381 +#: ../gramps/plugins/webreport/narrativeweb.py:8394 +#: ../gramps/plugins/webreport/narrativeweb.py:8399 #, python-format msgid "Could not create the directory: %s" msgstr "Kunde inte skapa katalogen: %s" -#: ../gramps/plugins/webreport/narrativeweb.py:8150 +#: ../gramps/plugins/webreport/narrativeweb.py:8406 msgid "Invalid file name" msgstr "Ogiltigt filnamn" -#: ../gramps/plugins/webreport/narrativeweb.py:8151 +#: ../gramps/plugins/webreport/narrativeweb.py:8407 msgid "The archive file must be a file, not a directory" msgstr "Arkivet måste vara en fil, inte en katalog" -#: ../gramps/plugins/webreport/narrativeweb.py:8282 +#: ../gramps/plugins/webreport/narrativeweb.py:8542 #, python-format msgid "ID=%(grampsid)s, path=%(dir)s" msgstr "ID=%(grampsid)s, sökväg=%(dir)s" -#: ../gramps/plugins/webreport/narrativeweb.py:8287 +#: ../gramps/plugins/webreport/narrativeweb.py:8547 msgid "Missing media objects:" msgstr "Saknade mediaobjekt:" -#: ../gramps/plugins/webreport/narrativeweb.py:8317 +#: ../gramps/plugins/webreport/narrativeweb.py:8577 msgid "Applying Person Filter..." msgstr "Tillämpar personfilter..." -#: ../gramps/plugins/webreport/narrativeweb.py:8322 +#: ../gramps/plugins/webreport/narrativeweb.py:8582 msgid "Constructing list of other objects..." msgstr "Bygger lista med andra objekt..." -#: ../gramps/plugins/webreport/narrativeweb.py:8561 +#: ../gramps/plugins/webreport/narrativeweb.py:8821 #, python-format msgid "Family of %(husband)s and %(spouse)s" msgstr "Familjy om %(husband)s och %(spouse)s" #. Only the name of the husband is known #. Only the name of the wife is known -#: ../gramps/plugins/webreport/narrativeweb.py:8567 -#: ../gramps/plugins/webreport/narrativeweb.py:8571 +#: ../gramps/plugins/webreport/narrativeweb.py:8827 +#: ../gramps/plugins/webreport/narrativeweb.py:8831 #, python-format msgid "Family of %s" msgstr "Familj %s" -#: ../gramps/plugins/webreport/narrativeweb.py:8846 +#: ../gramps/plugins/webreport/narrativeweb.py:9113 msgid "Creating GENDEX file" msgstr "Skapar GENDEX-fil" -#: ../gramps/plugins/webreport/narrativeweb.py:8899 +#: ../gramps/plugins/webreport/narrativeweb.py:9166 msgid "Creating surname pages" msgstr "Skapar efternamnssidor" -#: ../gramps/plugins/webreport/narrativeweb.py:8919 +#: ../gramps/plugins/webreport/narrativeweb.py:9186 msgid "Creating thumbnail preview page..." msgstr "Skapar förhandsgranskningssida med miniatyrbilder..." -#: ../gramps/plugins/webreport/narrativeweb.py:8961 +#: ../gramps/plugins/webreport/narrativeweb.py:9195 +#, fuzzy +msgid "Creating statistics page..." +msgstr "Skapar familjesidor..." + +#: ../gramps/plugins/webreport/narrativeweb.py:9237 msgid "Creating address book pages ..." msgstr "Skapar adressbokssidor ..." -#: ../gramps/plugins/webreport/narrativeweb.py:9345 +#: ../gramps/plugins/webreport/narrativeweb.py:9626 msgid "Store web pages in .tar.gz archive" msgstr "Lagra webbsidor i tar.gz-arkiv" -#: ../gramps/plugins/webreport/narrativeweb.py:9347 +#: ../gramps/plugins/webreport/narrativeweb.py:9628 msgid "Whether to store the web pages in an archive file" msgstr "Huruvida lagra webbsidor i en arkivfil" -#: ../gramps/plugins/webreport/narrativeweb.py:9355 -#: ../gramps/plugins/webreport/webcal.py:1595 -msgid "Destination" -msgstr "Mål" - -#: ../gramps/plugins/webreport/narrativeweb.py:9358 -#: ../gramps/plugins/webreport/webcal.py:1598 +#: ../gramps/plugins/webreport/narrativeweb.py:9639 +#: ../gramps/plugins/webreport/webcal.py:1616 msgid "The destination directory for the web files" msgstr "Målmappen för webbfiler" -#: ../gramps/plugins/webreport/narrativeweb.py:9364 +#: ../gramps/plugins/webreport/narrativeweb.py:9645 msgid "My Family Tree" msgstr "Mitt släktträd" -#: ../gramps/plugins/webreport/narrativeweb.py:9364 +#: ../gramps/plugins/webreport/narrativeweb.py:9645 msgid "Web site title" msgstr "Webbplatstitel" -#: ../gramps/plugins/webreport/narrativeweb.py:9365 +#: ../gramps/plugins/webreport/narrativeweb.py:9646 msgid "The title of the web site" msgstr "Webbplatsens titel" -#: ../gramps/plugins/webreport/narrativeweb.py:9370 +#: ../gramps/plugins/webreport/narrativeweb.py:9651 msgid "Select filter to restrict people that appear on web site" msgstr "" "Välj ett filter, som begränsar vilka personer, som visas på en hemsida." -#: ../gramps/plugins/webreport/narrativeweb.py:9383 -#: ../gramps/plugins/webreport/webcal.py:1641 +#: ../gramps/plugins/webreport/narrativeweb.py:9670 +#, fuzzy +msgid "Report Options (2)" +msgstr "Rapportalternativ" + +#: ../gramps/plugins/webreport/narrativeweb.py:9673 +#: ../gramps/plugins/webreport/webcal.py:1659 msgid "File extension" msgstr "Filändelse" -#: ../gramps/plugins/webreport/narrativeweb.py:9386 -#: ../gramps/plugins/webreport/webcal.py:1644 +#: ../gramps/plugins/webreport/narrativeweb.py:9676 +#: ../gramps/plugins/webreport/webcal.py:1662 msgid "The extension to be used for the web files" msgstr "Filändelse, som skall används för webbfiler" -#: ../gramps/plugins/webreport/narrativeweb.py:9389 -#: ../gramps/plugins/webreport/webcal.py:1647 +#: ../gramps/plugins/webreport/narrativeweb.py:9679 +#: ../gramps/plugins/webreport/webcal.py:1665 msgid "Copyright" msgstr "Copyright" -#: ../gramps/plugins/webreport/narrativeweb.py:9392 -#: ../gramps/plugins/webreport/webcal.py:1650 +#: ../gramps/plugins/webreport/narrativeweb.py:9682 +#: ../gramps/plugins/webreport/webcal.py:1668 msgid "The copyright to be used for the web files" msgstr "Den copyright, som skall användas för webbfiler" -#: ../gramps/plugins/webreport/narrativeweb.py:9395 -#: ../gramps/plugins/webreport/webcal.py:1656 +#: ../gramps/plugins/webreport/narrativeweb.py:9685 +#: ../gramps/plugins/webreport/webcal.py:1674 msgid "StyleSheet" msgstr "Mallblad" -#: ../gramps/plugins/webreport/narrativeweb.py:9400 -#: ../gramps/plugins/webreport/webcal.py:1659 +#: ../gramps/plugins/webreport/narrativeweb.py:9690 +#: ../gramps/plugins/webreport/webcal.py:1677 msgid "The stylesheet to be used for the web pages" msgstr "Det mallblad, som skall användas för webbsidan" -#: ../gramps/plugins/webreport/narrativeweb.py:9405 +#: ../gramps/plugins/webreport/narrativeweb.py:9695 msgid "Horizontal -- Default" msgstr "Horisontellt -- Ingen ändring" -#: ../gramps/plugins/webreport/narrativeweb.py:9406 +#: ../gramps/plugins/webreport/narrativeweb.py:9696 msgid "Vertical -- Left Side" msgstr "Vertikal -- vänster sida" -#: ../gramps/plugins/webreport/narrativeweb.py:9407 +#: ../gramps/plugins/webreport/narrativeweb.py:9697 msgid "Fade -- WebKit Browsers Only" msgstr "Avklinga -- Endast WebKitbläddrare" -#: ../gramps/plugins/webreport/narrativeweb.py:9408 -#: ../gramps/plugins/webreport/narrativeweb.py:9422 +#: ../gramps/plugins/webreport/narrativeweb.py:9698 +#: ../gramps/plugins/webreport/narrativeweb.py:9712 msgid "Drop-Down -- WebKit Browsers Only" msgstr "Rullgardin --- Endast WebKitbläddrare" -#: ../gramps/plugins/webreport/narrativeweb.py:9410 +#: ../gramps/plugins/webreport/narrativeweb.py:9700 msgid "Navigation Menu Layout" msgstr "Navigationsmenylayout" -#: ../gramps/plugins/webreport/narrativeweb.py:9414 +#: ../gramps/plugins/webreport/narrativeweb.py:9704 msgid "Choose which layout for the Navigation Menus." msgstr "Välj vilken layout för navigationsmenyer." -#: ../gramps/plugins/webreport/narrativeweb.py:9421 +#: ../gramps/plugins/webreport/narrativeweb.py:9711 msgid "Normal Outline Style" msgstr "Normal skissmall" -#: ../gramps/plugins/webreport/narrativeweb.py:9425 +#: ../gramps/plugins/webreport/narrativeweb.py:9715 msgid "Citation Referents Layout" msgstr "Citeringsreferentermall" -#: ../gramps/plugins/webreport/narrativeweb.py:9429 +#: ../gramps/plugins/webreport/narrativeweb.py:9719 msgid "" "Determine the default layout for the Source Page's Citation Referents section" msgstr "Bestäm standardmallen för referens delen av källsidans citeringar" -#: ../gramps/plugins/webreport/narrativeweb.py:9433 +#: ../gramps/plugins/webreport/narrativeweb.py:9723 msgid "Include ancestor's tree" msgstr "Ta med antavla" -#: ../gramps/plugins/webreport/narrativeweb.py:9434 +#: ../gramps/plugins/webreport/narrativeweb.py:9724 msgid "Whether to include an ancestor graph on each individual page" msgstr "Huruvida ta med förfädersdiagram på varje enskild sida" -#: ../gramps/plugins/webreport/narrativeweb.py:9439 +#: ../gramps/plugins/webreport/narrativeweb.py:9729 msgid "Graph generations" msgstr "Generationer i diagram" -#: ../gramps/plugins/webreport/narrativeweb.py:9440 +#: ../gramps/plugins/webreport/narrativeweb.py:9730 msgid "The number of generations to include in the ancestor graph" msgstr "Antal generationer, som skall tas med i förfädersdiagrammet" -#: ../gramps/plugins/webreport/narrativeweb.py:9450 +#: ../gramps/plugins/webreport/narrativeweb.py:9735 +msgid "Suppress Gramps ID" +msgstr "Dölj Gramps-ID:n" + +#: ../gramps/plugins/webreport/narrativeweb.py:9736 +msgid "Whether to include the Gramps ID of objects" +msgstr "Huruvida ta med Gramps-ID för objekt" + +#: ../gramps/plugins/webreport/narrativeweb.py:9743 msgid "Page Generation" msgstr "Sidgenerering" -#: ../gramps/plugins/webreport/narrativeweb.py:9453 +#: ../gramps/plugins/webreport/narrativeweb.py:9746 msgid "Home page note" msgstr "Hemsidenotis" -#: ../gramps/plugins/webreport/narrativeweb.py:9454 +#: ../gramps/plugins/webreport/narrativeweb.py:9747 msgid "A note to be used on the home page" msgstr "En notis, som skall användas på hemsidan" -#: ../gramps/plugins/webreport/narrativeweb.py:9457 +#: ../gramps/plugins/webreport/narrativeweb.py:9750 msgid "Home page image" msgstr "Hemsidebild" -#: ../gramps/plugins/webreport/narrativeweb.py:9458 +#: ../gramps/plugins/webreport/narrativeweb.py:9751 msgid "An image to be used on the home page" msgstr "En bild för användning på hemsidan." -#: ../gramps/plugins/webreport/narrativeweb.py:9461 +#: ../gramps/plugins/webreport/narrativeweb.py:9754 msgid "Introduction note" msgstr "Introduktionsnotis" -#: ../gramps/plugins/webreport/narrativeweb.py:9462 +#: ../gramps/plugins/webreport/narrativeweb.py:9755 msgid "A note to be used as the introduction" msgstr "En notis, som skall användas som inledning." -#: ../gramps/plugins/webreport/narrativeweb.py:9465 +#: ../gramps/plugins/webreport/narrativeweb.py:9758 msgid "Introduction image" msgstr "Introduktionsbild" -#: ../gramps/plugins/webreport/narrativeweb.py:9466 +#: ../gramps/plugins/webreport/narrativeweb.py:9759 msgid "An image to be used as the introduction" msgstr "En bild, som skall användas som inledning." -#: ../gramps/plugins/webreport/narrativeweb.py:9469 +#: ../gramps/plugins/webreport/narrativeweb.py:9762 msgid "Publisher contact note" msgstr "Kontaktnotis hos utgivare" -#: ../gramps/plugins/webreport/narrativeweb.py:9470 +#: ../gramps/plugins/webreport/narrativeweb.py:9763 msgid "" "A note to be used as the publisher contact.\n" "If no publisher information is given,\n" @@ -35038,11 +35595,11 @@ msgstr "" "Om ingen utgivarinformation ges,\n" "blir ingen kontaktsida skapad." -#: ../gramps/plugins/webreport/narrativeweb.py:9476 +#: ../gramps/plugins/webreport/narrativeweb.py:9769 msgid "Publisher contact image" msgstr "Kontaktbild hos utgivare" -#: ../gramps/plugins/webreport/narrativeweb.py:9477 +#: ../gramps/plugins/webreport/narrativeweb.py:9770 msgid "" "An image to be used as the publisher contact.\n" "If no publisher information is given,\n" @@ -35052,45 +35609,50 @@ msgstr "" "Om ingen utgivarinformation ges,\n" "blir ingen kontaktsida skapad." -#: ../gramps/plugins/webreport/narrativeweb.py:9483 +#: ../gramps/plugins/webreport/narrativeweb.py:9776 msgid "HTML user header" msgstr "HTML sidhuvud" -#: ../gramps/plugins/webreport/narrativeweb.py:9484 +#: ../gramps/plugins/webreport/narrativeweb.py:9777 msgid "A note to be used as the page header" msgstr "En notis, som skall användas som sidhuvud" -#: ../gramps/plugins/webreport/narrativeweb.py:9487 +#: ../gramps/plugins/webreport/narrativeweb.py:9780 msgid "HTML user footer" msgstr "HTML sidfot" -#: ../gramps/plugins/webreport/narrativeweb.py:9488 +#: ../gramps/plugins/webreport/narrativeweb.py:9781 msgid "A note to be used as the page footer" msgstr "En notis, som skall används som sidfot" -#: ../gramps/plugins/webreport/narrativeweb.py:9491 +#: ../gramps/plugins/webreport/narrativeweb.py:9788 +#, fuzzy +msgid "Images Generation" +msgstr "Sidgenerering" + +#: ../gramps/plugins/webreport/narrativeweb.py:9791 msgid "Include images and media objects" msgstr "Ta med bilder och mediaobjekt" -#: ../gramps/plugins/webreport/narrativeweb.py:9493 +#: ../gramps/plugins/webreport/narrativeweb.py:9793 msgid "Whether to include a gallery of media objects" msgstr "Huruvida ta med galleri med mediaobjekt." -#: ../gramps/plugins/webreport/narrativeweb.py:9499 +#: ../gramps/plugins/webreport/narrativeweb.py:9799 #, fuzzy msgid "Include unused images and media objects" msgstr "Ta med bilder och mediaobjekt" -#: ../gramps/plugins/webreport/narrativeweb.py:9500 +#: ../gramps/plugins/webreport/narrativeweb.py:9800 #, fuzzy msgid "Whether to include unused or unreferenced media objects" msgstr "Huruvida ta med galleri med mediaobjekt." -#: ../gramps/plugins/webreport/narrativeweb.py:9505 +#: ../gramps/plugins/webreport/narrativeweb.py:9805 msgid "Create and only use thumbnail- sized images" msgstr "Skapa och använd bara av mediaminiatyrbilder" -#: ../gramps/plugins/webreport/narrativeweb.py:9507 +#: ../gramps/plugins/webreport/narrativeweb.py:9807 msgid "" "This option allows you to create only thumbnail images instead of the full-" "sized images on the Media Page. This will allow you to have a much smaller " @@ -35100,11 +35662,11 @@ msgstr "" "som på mediasidan utan endast småbilder. Detta gör att du får en mycket " "mindre total storlek när du laddar upp till din hemsideleverantör." -#: ../gramps/plugins/webreport/narrativeweb.py:9516 +#: ../gramps/plugins/webreport/narrativeweb.py:9816 msgid "Max width of initial image" msgstr "Största bredd hos första bild" -#: ../gramps/plugins/webreport/narrativeweb.py:9518 +#: ../gramps/plugins/webreport/narrativeweb.py:9818 msgid "" "This allows you to set the maximum width of the image shown on the media " "page. Set to 0 for no limit." @@ -35112,11 +35674,11 @@ msgstr "" "Detta tillåter dig att ställa in den största bredden för bilder, som visas " "på mediasidan. Satt till 0 fås ingen gräns." -#: ../gramps/plugins/webreport/narrativeweb.py:9523 +#: ../gramps/plugins/webreport/narrativeweb.py:9823 msgid "Max height of initial image" msgstr "Största höjd hos första bild" -#: ../gramps/plugins/webreport/narrativeweb.py:9525 +#: ../gramps/plugins/webreport/narrativeweb.py:9825 msgid "" "This allows you to set the maximum height of the image shown on the media " "page. Set to 0 for no limit." @@ -35124,162 +35686,159 @@ msgstr "" "Detta tillåter dig att ställa in den största höjd för bilder, som visas på " "mediasidan. Satt till 0 fås ingen gräns." -#: ../gramps/plugins/webreport/narrativeweb.py:9531 -msgid "Suppress Gramps ID" -msgstr "Dölj Gramps-ID:n" - -#: ../gramps/plugins/webreport/narrativeweb.py:9532 -msgid "Whether to include the Gramps ID of objects" -msgstr "Huruvida ta med Gramps-ID för objekt" - -#: ../gramps/plugins/webreport/narrativeweb.py:9553 +#: ../gramps/plugins/webreport/narrativeweb.py:9849 msgid "Include download page" msgstr "Ta med nedladdningssida" -#: ../gramps/plugins/webreport/narrativeweb.py:9555 +#: ../gramps/plugins/webreport/narrativeweb.py:9851 msgid "Whether to include a database download option" msgstr "Huruvida ta med alternativ för databasnedladdning" -#: ../gramps/plugins/webreport/narrativeweb.py:9560 -#: ../gramps/plugins/webreport/narrativeweb.py:9572 +#: ../gramps/plugins/webreport/narrativeweb.py:9856 +#: ../gramps/plugins/webreport/narrativeweb.py:9868 msgid "Download Filename" msgstr "Nedladdningsfilnamn" -#: ../gramps/plugins/webreport/narrativeweb.py:9563 -#: ../gramps/plugins/webreport/narrativeweb.py:9575 +#: ../gramps/plugins/webreport/narrativeweb.py:9859 +#: ../gramps/plugins/webreport/narrativeweb.py:9871 msgid "File to be used for downloading of database" msgstr "Fil, som skall användas vid nedladdning av databas" -#: ../gramps/plugins/webreport/narrativeweb.py:9566 -#: ../gramps/plugins/webreport/narrativeweb.py:9578 +#: ../gramps/plugins/webreport/narrativeweb.py:9862 +#: ../gramps/plugins/webreport/narrativeweb.py:9874 msgid "Description for download" msgstr "Beskrivning på nedladdning" -#: ../gramps/plugins/webreport/narrativeweb.py:9567 +#: ../gramps/plugins/webreport/narrativeweb.py:9863 msgid "Smith Family Tree" msgstr "Smiths släktträd" -#: ../gramps/plugins/webreport/narrativeweb.py:9568 -#: ../gramps/plugins/webreport/narrativeweb.py:9580 +#: ../gramps/plugins/webreport/narrativeweb.py:9864 +#: ../gramps/plugins/webreport/narrativeweb.py:9876 msgid "Give a description for this file." msgstr "Ge en beskrivning på denna fil." -#: ../gramps/plugins/webreport/narrativeweb.py:9579 +#: ../gramps/plugins/webreport/narrativeweb.py:9875 msgid "Johnson Family Tree" msgstr "Johanssons släktträd" -#: ../gramps/plugins/webreport/narrativeweb.py:9589 -#: ../gramps/plugins/webreport/webcal.py:1801 +#: ../gramps/plugins/webreport/narrativeweb.py:9885 +#: ../gramps/plugins/webreport/webcal.py:1819 msgid "Advanced Options" msgstr "Avancerade alternativ" -#: ../gramps/plugins/webreport/narrativeweb.py:9592 -#: ../gramps/plugins/webreport/webcal.py:1803 +#: ../gramps/plugins/webreport/narrativeweb.py:9888 +#: ../gramps/plugins/webreport/webcal.py:1821 msgid "Character set encoding" msgstr "Teckentabell" -#: ../gramps/plugins/webreport/narrativeweb.py:9596 -#: ../gramps/plugins/webreport/webcal.py:1807 +#: ../gramps/plugins/webreport/narrativeweb.py:9892 +#: ../gramps/plugins/webreport/webcal.py:1825 msgid "The encoding to be used for the web files" msgstr "Den kodning, som skall användas för webbfiler" -#: ../gramps/plugins/webreport/narrativeweb.py:9600 +#: ../gramps/plugins/webreport/narrativeweb.py:9896 msgid "Include link to active person on every page" msgstr "Ta med länk till aktiva personen på varje sida" -#: ../gramps/plugins/webreport/narrativeweb.py:9602 +#: ../gramps/plugins/webreport/narrativeweb.py:9898 msgid "Include a link to the active person (if they have a webpage)" msgstr "Ta med länk till den aktiva personen (om det finns en hemsida)" -#: ../gramps/plugins/webreport/narrativeweb.py:9606 +#: ../gramps/plugins/webreport/narrativeweb.py:9902 msgid "Include a column for birth dates on the index pages" msgstr "Ta med en kolumn för födelsedatum på indexsidorna" -#: ../gramps/plugins/webreport/narrativeweb.py:9607 +#: ../gramps/plugins/webreport/narrativeweb.py:9903 msgid "Whether to include a birth column" msgstr "Huruvida ta med en födelsekolumn" -#: ../gramps/plugins/webreport/narrativeweb.py:9611 +#: ../gramps/plugins/webreport/narrativeweb.py:9907 msgid "Include a column for death dates on the index pages" msgstr "Ta med en kolumn för dödsdatum på indexsidorna" -#: ../gramps/plugins/webreport/narrativeweb.py:9612 +#: ../gramps/plugins/webreport/narrativeweb.py:9908 msgid "Whether to include a death column" msgstr "Huruvida ta med en dödkolumn" -#: ../gramps/plugins/webreport/narrativeweb.py:9615 +#: ../gramps/plugins/webreport/narrativeweb.py:9911 msgid "Include a column for partners on the index pages" msgstr "Ta med en kolumn för partner på indexsidorna" -#: ../gramps/plugins/webreport/narrativeweb.py:9617 +#: ../gramps/plugins/webreport/narrativeweb.py:9913 msgid "Whether to include a partners column" msgstr "Huruvida ta med en partnerkolumn" -#: ../gramps/plugins/webreport/narrativeweb.py:9620 +#: ../gramps/plugins/webreport/narrativeweb.py:9916 msgid "Include a column for parents on the index pages" msgstr "Ta med en kolumn för föräldrar på indexsidorna" -#: ../gramps/plugins/webreport/narrativeweb.py:9622 +#: ../gramps/plugins/webreport/narrativeweb.py:9918 msgid "Whether to include a parents column" msgstr "Huruvida ta med en föräldrakolumn" -#: ../gramps/plugins/webreport/narrativeweb.py:9626 +#: ../gramps/plugins/webreport/narrativeweb.py:9922 msgid "Include half and/ or step-siblings on the individual pages" msgstr "Ta med halv och/eller styvsyskon på de individuella sidorna" -#: ../gramps/plugins/webreport/narrativeweb.py:9629 +#: ../gramps/plugins/webreport/narrativeweb.py:9925 msgid "" "Whether to include half and/ or step-siblings with the parents and siblings" msgstr "" "Huruvida ta med en halv- och/eller styvsyskon med föräldrarna och syskonen" -#: ../gramps/plugins/webreport/narrativeweb.py:9634 +#: ../gramps/plugins/webreport/narrativeweb.py:9933 +#, fuzzy +msgid "Advanced Options (2)" +msgstr "Avancerade alternativ" + +#: ../gramps/plugins/webreport/narrativeweb.py:9937 msgid "Sort all children in birth order" msgstr "Sortera samtliga barn i födelseordning" -#: ../gramps/plugins/webreport/narrativeweb.py:9636 +#: ../gramps/plugins/webreport/narrativeweb.py:9939 msgid "Whether to display children in birth order or in entry order?" msgstr "Huruvida visa barn i födelseordning eller i inmatningsordning?" -#: ../gramps/plugins/webreport/narrativeweb.py:9639 +#: ../gramps/plugins/webreport/narrativeweb.py:9942 msgid "Include family pages" msgstr "Ta med familjesidor" -#: ../gramps/plugins/webreport/narrativeweb.py:9640 +#: ../gramps/plugins/webreport/narrativeweb.py:9943 msgid "Whether or not to include family pages." msgstr "Huruvida ta med familjesidor eller inte." -#: ../gramps/plugins/webreport/narrativeweb.py:9643 +#: ../gramps/plugins/webreport/narrativeweb.py:9946 msgid "Include event pages" msgstr "Ta med händelser" -#: ../gramps/plugins/webreport/narrativeweb.py:9645 +#: ../gramps/plugins/webreport/narrativeweb.py:9948 msgid "Add a complete events list and relevant pages or not" msgstr "" "Huruvida lägga till en fullständig lista med händelser och relevanta sidor " "eller inte" -#: ../gramps/plugins/webreport/narrativeweb.py:9648 +#: ../gramps/plugins/webreport/narrativeweb.py:9951 msgid "Include repository pages" msgstr "Ta med arkivplatsförteckning" -#: ../gramps/plugins/webreport/narrativeweb.py:9650 +#: ../gramps/plugins/webreport/narrativeweb.py:9953 msgid "Whether or not to include the Repository Pages." msgstr "Huruvida ta med arkivplatsförteckning eller inte." -#: ../gramps/plugins/webreport/narrativeweb.py:9654 +#: ../gramps/plugins/webreport/narrativeweb.py:9957 msgid "Include GENDEX file (/gendex.txt)" msgstr "Inkludera GENDEX-fil (/gendex.txt)" -#: ../gramps/plugins/webreport/narrativeweb.py:9655 +#: ../gramps/plugins/webreport/narrativeweb.py:9958 msgid "Whether to include a GENDEX file or not" msgstr "Huruvida ta med en GENDEX-fil eller inte" -#: ../gramps/plugins/webreport/narrativeweb.py:9658 +#: ../gramps/plugins/webreport/narrativeweb.py:9961 msgid "Include address book pages" msgstr "Ta med adressbokssidor" -#: ../gramps/plugins/webreport/narrativeweb.py:9659 +#: ../gramps/plugins/webreport/narrativeweb.py:9962 msgid "" "Whether or not to add Address Book pages,which can include e-mail and " "website addresses and personal address/ residence events." @@ -35287,38 +35846,38 @@ msgstr "" "Huruvida ta med adressbokssidor eller inte, vilket kan inkludera e-post och " "internetadresser samt personlig uppgifter om adress/boende?" -#: ../gramps/plugins/webreport/narrativeweb.py:9669 +#: ../gramps/plugins/webreport/narrativeweb.py:9972 msgid "Place Map Options" msgstr "Platskarteval" -#: ../gramps/plugins/webreport/narrativeweb.py:9673 +#: ../gramps/plugins/webreport/narrativeweb.py:9977 msgid "Google" msgstr "Google" -#: ../gramps/plugins/webreport/narrativeweb.py:9675 +#: ../gramps/plugins/webreport/narrativeweb.py:9978 msgid "Map Service" msgstr "Karttjänst" -#: ../gramps/plugins/webreport/narrativeweb.py:9679 +#: ../gramps/plugins/webreport/narrativeweb.py:9982 msgid "Choose your choice of map service for creating the Place Map Pages." msgstr "Välj din karttjänst för skapande av platskartsidor." -#: ../gramps/plugins/webreport/narrativeweb.py:9685 +#: ../gramps/plugins/webreport/narrativeweb.py:9988 msgid "Include Place map on Place Pages" msgstr "Ta med platskarta på platssidor" -#: ../gramps/plugins/webreport/narrativeweb.py:9687 +#: ../gramps/plugins/webreport/narrativeweb.py:9990 msgid "" "Whether to include a place map on the Place Pages, where Latitude/ Longitude " "are available." msgstr "" "Huruvida ta med en platskarta på platssidorna, där latitud/longitud syns." -#: ../gramps/plugins/webreport/narrativeweb.py:9692 +#: ../gramps/plugins/webreport/narrativeweb.py:9995 msgid "Include Family Map Pages with all places shown on the map" msgstr "Tag med familjekartsidor med all platser visade på kartan" -#: ../gramps/plugins/webreport/narrativeweb.py:9696 +#: ../gramps/plugins/webreport/narrativeweb.py:9999 msgid "" "Whether or not to add an individual page map showing all the places on this " "page. This will allow you to see how your family traveled around the country." @@ -35327,58 +35886,68 @@ msgstr "" "visas eller ej? Detta gör det möjligt för dig att se hur din familj " "förflyttat sig." -#: ../gramps/plugins/webreport/narrativeweb.py:9704 +#: ../gramps/plugins/webreport/narrativeweb.py:10007 msgid "Family Links" msgstr "Familjerelänkar" -#: ../gramps/plugins/webreport/narrativeweb.py:9705 +#: ../gramps/plugins/webreport/narrativeweb.py:10008 msgid "Drop" msgstr "Överge" -#: ../gramps/plugins/webreport/narrativeweb.py:9706 +#: ../gramps/plugins/webreport/narrativeweb.py:10009 msgid "Markers" msgstr "Markörer" -#: ../gramps/plugins/webreport/narrativeweb.py:9707 +#: ../gramps/plugins/webreport/narrativeweb.py:10010 msgid "Google/ FamilyMap Option" msgstr "Google/ Familjekartval" -#: ../gramps/plugins/webreport/narrativeweb.py:9712 +#: ../gramps/plugins/webreport/narrativeweb.py:10015 msgid "" "Select which option that you would like to have for the Google Maps Family " "Map pages..." msgstr "Välj vilket val du vill ha för Googlekartors familjekartsidor..." -#: ../gramps/plugins/webreport/narrativeweb.py:9722 +#: ../gramps/plugins/webreport/narrativeweb.py:10019 +#, fuzzy +msgid "Google maps API key" +msgstr "Google-kartor" + +#: ../gramps/plugins/webreport/narrativeweb.py:10020 +#, fuzzy +msgid "The API key used for the Google maps" +msgstr "Mall som används för sidfoten." + +#: ../gramps/plugins/webreport/narrativeweb.py:10029 msgid "Other inclusion (CMS, Web Calendar, Php)" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:9726 +#: ../gramps/plugins/webreport/narrativeweb.py:10033 msgid "Do we include these pages in a cms web ?" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:9730 -#: ../gramps/plugins/webreport/narrativeweb.py:9747 +#: ../gramps/plugins/webreport/narrativeweb.py:10037 +#: ../gramps/plugins/webreport/narrativeweb.py:10054 #, fuzzy msgid "URI" msgstr "URL" -#: ../gramps/plugins/webreport/narrativeweb.py:9736 +#: ../gramps/plugins/webreport/narrativeweb.py:10043 msgid "Where do you place your web site ? default = /NAVWEB" msgstr "" -#: ../gramps/plugins/webreport/narrativeweb.py:9743 +#: ../gramps/plugins/webreport/narrativeweb.py:10050 #, fuzzy msgid "Do we include the web calendar ?" msgstr "Titel på kalender" -#: ../gramps/plugins/webreport/narrativeweb.py:9753 +#: ../gramps/plugins/webreport/narrativeweb.py:10060 msgid "Where do you place your web site ? default = /WEBCAL" msgstr "" #. adding title to hyperlink menu for screen readers and #. braille writers -#: ../gramps/plugins/webreport/narrativeweb.py:10233 +#: ../gramps/plugins/webreport/narrativeweb.py:10549 #, python-format msgid "Alphabet Menu: %s" msgstr "Alfabetisk meny: %s" @@ -35387,59 +35956,61 @@ msgstr "Alfabetisk meny: %s" #. Number of directory levels up to get to self.html_dir / root #. Number of directory levels up to get to root #. generate progress pass for "Year At A Glance" -#: ../gramps/plugins/webreport/webcal.py:324 -#: ../gramps/plugins/webreport/webcal.py:955 -#: ../gramps/plugins/webreport/webcal.py:1040 -#: ../gramps/plugins/webreport/webcal.py:1256 -#: ../gramps/plugins/webreport/webcal.py:1261 +#: ../gramps/plugins/webreport/webcal.py:327 +#: ../gramps/plugins/webreport/webcal.py:964 +#: ../gramps/plugins/webreport/webcal.py:1049 +#: ../gramps/plugins/webreport/webcal.py:1268 +#: ../gramps/plugins/webreport/webcal.py:1273 msgid "Web Calendar Report" msgstr "Rapport i form av kalender" -#: ../gramps/plugins/webreport/webcal.py:325 +#: ../gramps/plugins/webreport/webcal.py:328 #, python-format msgid "Calculating Holidays for year %04d" msgstr "Beräknar helgdagar för år %04d" -#: ../gramps/plugins/webreport/webcal.py:481 +#: ../gramps/plugins/webreport/webcal.py:485 #, python-format msgid "" "the \"WebCal\" will be the potential-email Subject|Created for " "%(html_email_author_start)sWebCal%(html_email_author_end)s" msgstr "" +"\"WebCal\" kommer att vara den viktigaste e-postsubjektet|Skapat för " +"%(html_email_author_start)sWebCal%(html_email_author_end)s" -#: ../gramps/plugins/webreport/webcal.py:489 +#: ../gramps/plugins/webreport/webcal.py:493 #, python-format msgid "Created for %(author)s" msgstr "Skapad åt %(author)s" #. Add a link for year_glance() if requested -#: ../gramps/plugins/webreport/webcal.py:567 +#: ../gramps/plugins/webreport/webcal.py:574 msgid "Year Glance" msgstr "Årsöversikt" -#: ../gramps/plugins/webreport/webcal.py:605 +#: ../gramps/plugins/webreport/webcal.py:612 msgid "NarrativeWeb Home" msgstr "NarrativeWeb Hem" -#: ../gramps/plugins/webreport/webcal.py:607 +#: ../gramps/plugins/webreport/webcal.py:614 msgid "Full year at a Glance" msgstr "Översikt av år" -#: ../gramps/plugins/webreport/webcal.py:956 +#: ../gramps/plugins/webreport/webcal.py:965 msgid "Formatting months ..." msgstr "Formaterar månader..." -#: ../gramps/plugins/webreport/webcal.py:1041 +#: ../gramps/plugins/webreport/webcal.py:1050 msgid "Creating Year At A Glance calendar" msgstr "Skapar en årsöversiktskalender" #. page title -#: ../gramps/plugins/webreport/webcal.py:1046 +#: ../gramps/plugins/webreport/webcal.py:1055 #, python-format msgid "%(year)d, At A Glance" msgstr "Översikt av %(year)d" -#: ../gramps/plugins/webreport/webcal.py:1061 +#: ../gramps/plugins/webreport/webcal.py:1070 msgid "" "This calendar is meant to give you access to all your data at a glance " "compressed into one page. Clicking on a date will take you to a page that " @@ -35450,233 +36021,232 @@ msgstr "" "sida, som visar alla händelser på detta datum, om det finns några!\n" #. page title -#: ../gramps/plugins/webreport/webcal.py:1114 +#: ../gramps/plugins/webreport/webcal.py:1123 msgid "One Day Within A Year" msgstr "En dag inom ett år" -#: ../gramps/plugins/webreport/webcal.py:1412 +#: ../gramps/plugins/webreport/webcal.py:1430 #, python-format msgid "%(spouse)s and %(person)s" msgstr "%(spouse)s och %(person)s" #. Display date as user set in preferences -#: ../gramps/plugins/webreport/webcal.py:1432 +#: ../gramps/plugins/webreport/webcal.py:1450 #, python-format msgid "Generated by %(gramps_home_html_start)sGramps%(html_end)s on %(date)s" msgstr "Skapad av %(gramps_home_html_start)sGramps%(html_end)s på %(date)s" #. page title -#: ../gramps/plugins/webreport/webcal.py:1538 -#: ../gramps/plugins/webreport/webcal.py:1602 +#: ../gramps/plugins/webreport/webcal.py:1556 +#: ../gramps/plugins/webreport/webcal.py:1620 msgid "My Family Calendar" msgstr "Min släktkalender" -#: ../gramps/plugins/webreport/webcal.py:1602 +#: ../gramps/plugins/webreport/webcal.py:1620 msgid "Calendar Title" msgstr "Kalendertitel" -#: ../gramps/plugins/webreport/webcal.py:1603 +#: ../gramps/plugins/webreport/webcal.py:1621 msgid "The title of the calendar" msgstr "Titel på kalender" -#: ../gramps/plugins/webreport/webcal.py:1671 +#: ../gramps/plugins/webreport/webcal.py:1690 msgid "Create multiple year calendars" msgstr "Skapa kalendrar för flera år" -#: ../gramps/plugins/webreport/webcal.py:1673 +#: ../gramps/plugins/webreport/webcal.py:1692 msgid "Whether to create Multiple year calendars or not." msgstr "Huruvida skapa en flerårskalender eller inte." -#: ../gramps/plugins/webreport/webcal.py:1678 +#: ../gramps/plugins/webreport/webcal.py:1697 msgid "Start Year for the Calendar(s)" msgstr "Begynnelseår för kalendrar" -#: ../gramps/plugins/webreport/webcal.py:1680 +#: ../gramps/plugins/webreport/webcal.py:1699 msgid "Enter the starting year for the calendars between 1900 - 3000" msgstr "Skriv in begynnelseår för kalendrar mellan 1900 - 3000" -#: ../gramps/plugins/webreport/webcal.py:1684 +#: ../gramps/plugins/webreport/webcal.py:1703 msgid "End Year for the Calendar(s)" msgstr "Slutår för kalendrar" -#: ../gramps/plugins/webreport/webcal.py:1686 +#: ../gramps/plugins/webreport/webcal.py:1705 msgid "Enter the ending year for the calendars between 1900 - 3000." msgstr "Skriv in sluteår för kalendrar mellan 1900 och 3000" -#: ../gramps/plugins/webreport/webcal.py:1703 +#: ../gramps/plugins/webreport/webcal.py:1722 msgid "Holidays will be included for the selected country" msgstr "Helgdagar kommer att tas med för det valda landet" -#: ../gramps/plugins/webreport/webcal.py:1727 +#: ../gramps/plugins/webreport/webcal.py:1745 msgid "Home link" msgstr "Hemlänk" -#: ../gramps/plugins/webreport/webcal.py:1728 +#: ../gramps/plugins/webreport/webcal.py:1746 msgid "" "The link to be included to direct the user to the main page of the web site" msgstr "" "Den länk, som skall tas med, för att hänvisa användaren till webbplatsens " "huvudsida" -#: ../gramps/plugins/webreport/webcal.py:1744 +#: ../gramps/plugins/webreport/webcal.py:1762 msgid "Jan - Jun Notes" msgstr "Notiser för jan - jun" -#: ../gramps/plugins/webreport/webcal.py:1746 +#: ../gramps/plugins/webreport/webcal.py:1764 msgid "January Note" msgstr "Januarinotis" -#: ../gramps/plugins/webreport/webcal.py:1747 +#: ../gramps/plugins/webreport/webcal.py:1765 msgid "The note for the month of January" msgstr "Notisen för januari månad." -#: ../gramps/plugins/webreport/webcal.py:1750 +#: ../gramps/plugins/webreport/webcal.py:1768 msgid "February Note" msgstr "Februarinotis" -#: ../gramps/plugins/webreport/webcal.py:1751 +#: ../gramps/plugins/webreport/webcal.py:1769 msgid "The note for the month of February" msgstr "Notisen för februari månad." -#: ../gramps/plugins/webreport/webcal.py:1754 +#: ../gramps/plugins/webreport/webcal.py:1772 msgid "March Note" msgstr "Marsnotis" -#: ../gramps/plugins/webreport/webcal.py:1755 +#: ../gramps/plugins/webreport/webcal.py:1773 msgid "The note for the month of March" msgstr "Notisen för mars månad." -#: ../gramps/plugins/webreport/webcal.py:1758 +#: ../gramps/plugins/webreport/webcal.py:1776 msgid "April Note" msgstr "Aprilnotis" -#: ../gramps/plugins/webreport/webcal.py:1759 +#: ../gramps/plugins/webreport/webcal.py:1777 msgid "The note for the month of April" msgstr "Notisen för april månad" -#: ../gramps/plugins/webreport/webcal.py:1762 +#: ../gramps/plugins/webreport/webcal.py:1780 msgid "May Note" msgstr "Majnotis" -#: ../gramps/plugins/webreport/webcal.py:1763 +#: ../gramps/plugins/webreport/webcal.py:1781 msgid "The note for the month of May" msgstr "Notisen för maj månad" -#: ../gramps/plugins/webreport/webcal.py:1766 +#: ../gramps/plugins/webreport/webcal.py:1784 msgid "June Note" msgstr "Juninotis" -#: ../gramps/plugins/webreport/webcal.py:1767 +#: ../gramps/plugins/webreport/webcal.py:1785 msgid "The note for the month of June" msgstr "Notisen för juni månad" -#: ../gramps/plugins/webreport/webcal.py:1770 +#: ../gramps/plugins/webreport/webcal.py:1788 msgid "Jul - Dec Notes" msgstr "Notiser för jul - dec" -#: ../gramps/plugins/webreport/webcal.py:1772 +#: ../gramps/plugins/webreport/webcal.py:1790 msgid "July Note" msgstr "Julinotis" -#: ../gramps/plugins/webreport/webcal.py:1773 +#: ../gramps/plugins/webreport/webcal.py:1791 msgid "The note for the month of July" msgstr "Notisen för juli månad" -#: ../gramps/plugins/webreport/webcal.py:1776 +#: ../gramps/plugins/webreport/webcal.py:1794 msgid "August Note" msgstr "Augustinotis" -#: ../gramps/plugins/webreport/webcal.py:1777 +#: ../gramps/plugins/webreport/webcal.py:1795 msgid "The note for the month of August" msgstr "Notisen för augusti månad." -#: ../gramps/plugins/webreport/webcal.py:1780 +#: ../gramps/plugins/webreport/webcal.py:1798 msgid "September Note" msgstr "Septembernotis" -#: ../gramps/plugins/webreport/webcal.py:1781 +#: ../gramps/plugins/webreport/webcal.py:1799 msgid "The note for the month of September" msgstr "Notisen för september månad" -#: ../gramps/plugins/webreport/webcal.py:1784 +#: ../gramps/plugins/webreport/webcal.py:1802 msgid "October Note" msgstr "Oktobernotis" -#: ../gramps/plugins/webreport/webcal.py:1785 +#: ../gramps/plugins/webreport/webcal.py:1803 msgid "The note for the month of October" msgstr "Notisen för oktober månad" -#: ../gramps/plugins/webreport/webcal.py:1788 +#: ../gramps/plugins/webreport/webcal.py:1806 msgid "November Note" msgstr "Novembernotis" -#: ../gramps/plugins/webreport/webcal.py:1789 +#: ../gramps/plugins/webreport/webcal.py:1807 msgid "The note for the month of November" msgstr "Notisen för november månad." -#: ../gramps/plugins/webreport/webcal.py:1792 +#: ../gramps/plugins/webreport/webcal.py:1810 msgid "December Note" msgstr "Decembernotis" -#: ../gramps/plugins/webreport/webcal.py:1793 +#: ../gramps/plugins/webreport/webcal.py:1811 msgid "The note for the month of December" msgstr "Notisen för december månad." -#: ../gramps/plugins/webreport/webcal.py:1810 +#: ../gramps/plugins/webreport/webcal.py:1828 msgid "Create one day event pages for Year At A Glance calendar" msgstr "Skapar en endags sida för årsöversiktskalender" -#: ../gramps/plugins/webreport/webcal.py:1812 +#: ../gramps/plugins/webreport/webcal.py:1830 msgid "Whether to create one day pages or not" msgstr "Huruvida skapa endagssidor eller inte." -#: ../gramps/plugins/webreport/webcal.py:1815 +#: ../gramps/plugins/webreport/webcal.py:1833 msgid "Link to Narrated Web Report" msgstr "Länk till rapport som webbplats" -#: ../gramps/plugins/webreport/webcal.py:1816 +#: ../gramps/plugins/webreport/webcal.py:1834 msgid "Whether to link data to web report or not" msgstr "Huruvida länka till webb-rapport eller inte?" -#: ../gramps/plugins/webreport/webcal.py:1822 +#: ../gramps/plugins/webreport/webcal.py:1840 msgid "Link prefix" msgstr "Länkprefix" -#: ../gramps/plugins/webreport/webcal.py:1823 +#: ../gramps/plugins/webreport/webcal.py:1841 msgid "A Prefix on the links to take you to Narrated Web Report" msgstr "Ett prefix på länkarna som tar dig till webb-rapporten." -#: ../gramps/plugins/webreport/webcal.py:1990 +#: ../gramps/plugins/webreport/webcal.py:2012 #, python-format msgid "%s old" msgstr "%s gammal" -#: ../gramps/plugins/webreport/webcal.py:1999 +#: ../gramps/plugins/webreport/webcal.py:2021 #, python-format msgid "%(couple)s, wedding" msgstr "%(couple)s, bröllop" -#: ../gramps/plugins/webreport/webcal.py:2007 +#: ../gramps/plugins/webreport/webcal.py:2029 msgid "Until" msgstr "" -#. translators: leave all/any {...} untranslated -#: ../gramps/plugins/webreport/webcal.py:2015 +#: ../gramps/plugins/webreport/webcal.py:2038 #, python-brace-format msgid "{couple}, {years} year anniversary" msgid_plural "{couple}, {years} year anniversary" msgstr[0] "{couple}, {years}-års jubileum" msgstr[1] "{couple}, {years} års jubileum" -#: ../gramps/plugins/webreport/webplugins.gpr.py:31 +#: ../gramps/plugins/webreport/webplugins.gpr.py:34 msgid "Narrated Web Site" msgstr "Berättad webbplats" -#: ../gramps/plugins/webreport/webplugins.gpr.py:32 +#: ../gramps/plugins/webreport/webplugins.gpr.py:35 msgid "Produces web (HTML) pages for individuals, or a set of individuals" msgstr "Skapar webbsidor (HTML) för personer eller en grupp av personer." -#: ../gramps/plugins/webreport/webplugins.gpr.py:56 +#: ../gramps/plugins/webreport/webplugins.gpr.py:59 msgid "Produces web (HTML) calendars." msgstr "Skapar webb-(HTML)-kalendrar." @@ -35693,42 +36263,42 @@ msgstr "Tillhandahåller en samling resurser för webben" #. "default" is used as default #. default style sheet in the options #. Basic Ash style sheet -#: ../gramps/plugins/webstuff/webstuff.py:59 +#: ../gramps/plugins/webstuff/webstuff.py:60 msgid "Basic-Ash" msgstr "Basic-Ash" #. Basic Cypress style sheet -#: ../gramps/plugins/webstuff/webstuff.py:67 +#: ../gramps/plugins/webstuff/webstuff.py:68 msgid "Basic-Cypress" msgstr "Basic-Cypress" #. basic Lilac style sheet -#: ../gramps/plugins/webstuff/webstuff.py:71 +#: ../gramps/plugins/webstuff/webstuff.py:72 msgid "Basic-Lilac" msgstr "Basic-Lilac" #. basic Peach style sheet -#: ../gramps/plugins/webstuff/webstuff.py:75 +#: ../gramps/plugins/webstuff/webstuff.py:76 msgid "Basic-Peach" msgstr "Basic-Peach" #. basic Spruce style sheet -#: ../gramps/plugins/webstuff/webstuff.py:79 +#: ../gramps/plugins/webstuff/webstuff.py:80 msgid "Basic-Spruce" msgstr "Basic-Spruce" #. Mainz style sheet with its images -#: ../gramps/plugins/webstuff/webstuff.py:83 +#: ../gramps/plugins/webstuff/webstuff.py:84 msgid "Mainz" msgstr "Mainz" #. Nebraska style sheet -#: ../gramps/plugins/webstuff/webstuff.py:91 +#: ../gramps/plugins/webstuff/webstuff.py:92 msgid "Nebraska" msgstr "Nebraska" #. no style sheet option -#: ../gramps/plugins/webstuff/webstuff.py:152 +#: ../gramps/plugins/webstuff/webstuff.py:153 msgid "No style sheet" msgstr "Inget mallblad" @@ -35747,6 +36317,17 @@ msgstr "Inget mallblad" #~ msgid "DNS/CAN" #~ msgstr "DNS/CAN" +#~ msgid "" +#~ "A person with multiple relations with the same spouse is about to be " +#~ "merged. This is beyond the capabilities of the merge routine. The merge " +#~ "is aborted." +#~ msgstr "" +#~ "En person med flera förhållanden med samma maka/make skall till att slås " +#~ "ihop. Detta är inte möjlighet med sammanslagningsrutinen. Avbryts." + +#~ msgid "Multiple families get merged. This is unusual, the merge is aborted." +#~ msgstr "Flera familjer slås ihop. Detta är unikt, avbryts." + #~ msgid "" #~ "\n" #~ "You don't have the python3 bsddb3 package installed. This package is " @@ -35760,21 +36341,45 @@ msgstr "Inget mallblad" #~ "\n" #~ "Gramps kommer att avslutas nu." -#~ msgid "Include original person" -#~ msgstr "Ta med ursprunglig person" +#~ msgid "Check now" +#~ msgstr "Kontrollera nu" -#~ msgid "Family Trees" -#~ msgstr "Släktträd" +#~ msgid "Edit Tags" +#~ msgstr "Redigera flaggor" + +#~ msgid "You need to restart Gramps to see new views." +#~ msgstr "Du måste starta om Gramps för att se nya vyer." + +#~ msgid "%(father)s and %(mother)s (%(id)s)" +#~ msgstr "%(father)s och %(mother)s (%(id)s)" + +#~ msgid "Your database is empty." +#~ msgstr "Din databas är tom." + +#~ msgid "Book Menu" +#~ msgstr "Bokmeny" + +#~ msgid "Available Items Menu" +#~ msgstr "Tillgängliga objektmeny" + +#~ msgid "Loading plugins..." +#~ msgstr "Läser in insticksmoduler..." + +#~ msgid "Building View" +#~ msgstr "Bygger upp vy" + +#~ msgid "People Menu" +#~ msgstr "Personmeny" #~ msgid "Add a Family Tree" #~ msgstr "Lägg till ett släktträd" +#~ msgid "Descendent Menu" +#~ msgstr "Ättlingameny" + #~ msgid "Place Locations" #~ msgstr "Platslokalisering" -#~ msgid "Gramplet showing the locations of a place over time" -#~ msgstr "Gramplet visande placering för en plats över tid " - #~ msgid "Incomplete names" #~ msgstr "Ofullständigt namn" @@ -35787,9 +36392,19 @@ msgstr "Inget mallblad" #~ msgid "Individuals with media objects" #~ msgstr "Personer med mediaobjekt" +#~ msgid "Empty event note ignored" +#~ msgstr "Tom händelsenotis ignorerades" + +#~ msgid "Select filter to restrict people that appear on report" +#~ msgstr "" +#~ "Välj ett filter, som begränsar vilka personer, som tas med på rapport" + #~ msgid "%(date)s, %(place)s" #~ msgstr "%(date)s, %(place)s" +#~ msgid "%(date)s" +#~ msgstr "%(date)s" + #~ msgid "%(place)s" #~ msgstr "%(place)s" @@ -35799,27 +36414,6 @@ msgstr "Inget mallblad" #~ msgid "Summary of %s" #~ msgstr "Sammanfattning av %s" -#~ msgid "Street: %s " -#~ msgstr "Gatuadress: %s " - -#~ msgid "Parish: %s " -#~ msgstr "Församling: %s " - -#~ msgid "Locality: %s " -#~ msgstr "Trakt/ort: %s " - -#~ msgid "City: %s " -#~ msgstr "Stad/Kommun: %s " - -#~ msgid "County: %s " -#~ msgstr "Landskap: %s " - -#~ msgid "State: %s" -#~ msgstr "Län/delstat: %s " - -#~ msgid "Country: %s " -#~ msgstr "Land: %s " - #~ msgid "The style used for the report title." #~ msgstr "Mall som används för rapporttiteln." @@ -35852,6 +36446,9 @@ msgstr "Inget mallblad" #~ "från platsens benämning. Välj de platser som du vill att Gramps ska " #~ "konvertera." +#~ msgid "Gramps Media Manager" +#~ msgstr "Gramps mediahanterare" + #~ msgid "Extract Place Data from a Place Title" #~ msgstr "Hämta uppgifter om platser från deras benämning" @@ -35872,6 +36469,12 @@ msgstr "Inget mallblad" #~ msgid "OsmGpsMap module not loaded. OsmGpsMap must be >= 0.8. yours is %s" #~ msgstr "OsmGpsMap-modulen el laddad. OsmGpsMap måste vara >=0.8. Din är %s" +#~ msgid "Family Menu" +#~ msgstr "Familjemeny" + +#~ msgid "Gramps ID" +#~ msgstr "Gramps-ID" + #~ msgid "Include Last Name Only" #~ msgstr "Ta bara med efternamnet" @@ -35887,6 +36490,75 @@ msgstr "Inget mallblad" #~ msgid "birth" #~ msgstr "födelse" +#~ msgid "Include original person" +#~ msgstr "Ta med ursprunglig person" + +#~ msgid "Gramplet showing the locations of a place over time" +#~ msgstr "Gramplet visande placering för en plats över tid " + +#~ msgid "Person or Place|Title" +#~ msgstr "Titel" + +#~ msgid "Birth place id" +#~ msgstr "Födelseort-id" + +#~ msgid "Baptism place id" +#~ msgstr "Dopplats id" + +#~ msgid "Burial place id" +#~ msgstr "Begravningsplats id" + +#~ msgid "Death place id" +#~ msgstr "Dödsort id" + +#~ msgid "Death cause" +#~ msgstr "Dödsorsak" + +#~ msgid "Gramps id" +#~ msgstr "Gramps ID" + +#~ msgid "Parent2" +#~ msgstr "Förälder2" + +#~ msgid "Parent1" +#~ msgstr "Förälder1" + +#~ msgid "Enclosed by" +#~ msgstr "Omgivet av" + +#~ msgid "Form omitted" +#~ msgstr "Form utelämnad" + +#~ msgid "BLOB ignored" +#~ msgstr "BLOB ignorerad" + +#~ msgid "Multimedia REFN:TYPE ignored" +#~ msgstr "Multimedia REFN:TYPE ignorerad" + +#~ msgid "Mutimedia RIN ignored" +#~ msgstr "Mutimedia RIN ignorerad" + +#~ msgid "Street: %s " +#~ msgstr "Gatuadress: %s " + +#~ msgid "Parish: %s " +#~ msgstr "Församling: %s " + +#~ msgid "Locality: %s " +#~ msgstr "Trakt/ort: %s " + +#~ msgid "City: %s " +#~ msgstr "Stad/Kommun: %s " + +#~ msgid "County: %s " +#~ msgstr "Landskap: %s " + +#~ msgid "State: %s" +#~ msgstr "Län/delstat: %s " + +#~ msgid "Country: %s " +#~ msgstr "Land: %s " + #~ msgid "" #~ "I have made a backup,\n" #~ "please upgrade my tree" @@ -35948,9 +36620,6 @@ msgstr "Inget mallblad" #~ msgid "Marriage:" #~ msgstr "Giftermål:" -#~ msgid " %s: %s" -#~ msgstr " %s: %s" - #~ msgid "TRANSLATORS: Translate this to your name in your native language" #~ msgstr "Peter Landgren" @@ -36584,9 +37253,6 @@ msgstr "Inget mallblad" #~ msgid "Title format" #~ msgstr "Titelformat" -#~ msgid "How the title will be shown." -#~ msgstr "Hur titeln kommer att visas." - #~ msgid "Individual Facts" #~ msgstr "Individuella fakta" @@ -36650,9 +37316,6 @@ msgstr "Inget mallblad" #~ msgid "Telephone" #~ msgstr "Telefon" -#~ msgid "Citation information" -#~ msgstr "Citeringsinformation" - #~ msgid "" #~ "Note: Any changes in the shared citation information will be " #~ "reflected in the citation itself, for all items that reference the " @@ -36728,9 +37391,6 @@ msgstr "Inget mallblad" #~ msgid "Familes" #~ msgstr "Familjer" -#~ msgid "Names" -#~ msgstr "Namn" - #~ msgid "Requested %s does not exist." #~ msgstr "Begärd %s finns inte" @@ -38036,9 +38696,6 @@ msgstr "Inget mallblad" #~ msgid "LDS" #~ msgstr "SDH (Mormonkyrkan)" -#~ msgid "Ordinance" -#~ msgstr "Ceremoni" - #~ msgid "" #~ "The place markers on this page represent different locations based upon " #~ "spouse, children (if any), and personal events and their places of the " @@ -38745,13 +39402,6 @@ msgstr "Inget mallblad" #~ "Maximalt antal markörer per sida. Om tiden för att ladda en sida blir för " #~ "lång, minska detta värde." -#~ msgid "" -#~ "When selected, we use webkit else we use mozilla\n" -#~ "We need to restart Gramps." -#~ msgstr "" -#~ "När vald, använd webkit, annars används mozilla.\n" -#~ "Gramps måste startas om." - #~ msgid "Test the network " #~ msgstr "Test av nätvetverk " @@ -39256,9 +39906,6 @@ msgstr "Inget mallblad" #~ msgid "Objects with " #~ msgstr "Objekt med " -#~ msgid "Has marker of" -#~ msgstr "Har markering som" - #~ msgid "Matches markers of a particular type" #~ msgstr "Matchar markeringar av en speciell typen" diff --git a/test/det_ancestor_report.sh b/test/det_ancestor_report.sh index 891fc04bd..873e89ae6 100755 --- a/test/det_ancestor_report.sh +++ b/test/det_ancestor_report.sh @@ -10,48 +10,49 @@ FMT="txt" TOP_DIR=`dirname $PWD` TEST_DIR=$TOP_DIR/test -SRC_DIR=$TOP_DIR/src -PRG="python gramps.py" +SRC_DIR=$TOP_DIR +PRG="python3 Gramps.py" EXAMPLE_XML=$TOP_DIR/example/gramps/example.gramps +EXAMPLE_GED=$TOP_DIR/example/gedcom/sample.ged REP_DIR=$TEST_DIR/reports/$REP mkdir -p $REP_DIR DATA_DIR=$TEST_DIR/data mkdir -p $DATA_DIR -if [ -f $DATA_DIR/example.grdb ]; then - rm $DATA_DIR/example.grdb +if [ -f $DATA_DIR/example.gramps ]; then + rm $DATA_DIR/example.gramps fi echo "" echo "+--------------------------------------------------------------" -echo "| Import XML, write GRDB" +echo "| Import XML, write .gramps" echo "+--------------------------------------------------------------" -OPTS="-i $EXAMPLE_XML -o $DATA_DIR/example.grdb" +OPTS="-i $EXAMPLE_XML -e $DATA_DIR/example.gramps" (cd $SRC_DIR; $PRG $OPTS) -OPTS="-O $DATA_DIR/example.grdb" +OPTS="-i $DATA_DIR/example.gramps" echo "" echo "+--------------------------------------------------------------" +echo "| Export Test Files" echo "| Text Report: "$REP echo "| Text Format: "$FMT echo "+--------------------------------------------------------------" -for desref in {0,1}; do -for incphotos in {0,1}; do -for omitda in {0,1}; do -for incsources in {0,1}; do -for usenick in {0,1}; do -for fulldates in {0,1}; do -for incnotes in {0,1}; do -for repplace in {0,1}; do -for repdate in {0,1}; do -for computeage in {0,1}; do -for incnames in {0,1}; do -for incevents in {0,1}; do -for listc in {0,1}; do - output="$desref$incphotos$omitda$incsources$usenick$fulldates$incnotes$repplace$repdate$computeage$incnames$incevents$listc" - action="-a report -p name=$REP,id=I44,off=$FMT,of=$REP_DIR/$output.$FMT,desref=$desref,incphotos=$incphotos,omitda=$omitda,incsources=$incsources,usenick=$usenick,fulldates=$fulldates,incnotes=$incnotes,repplace=$repplace,repdate=$repdate,computeage=$computeage,incnames=$incnames,incevents=$incevents,listc=$listc" +for desref in 'True' 'False'; do +for incphotos in 'True' 'False'; do +for omitda in 'True' 'False'; do +for incsources in 'True' 'False'; do +for fulldates in 'True' 'False'; do +for incnotes in 'True' 'False'; do +for repplace in 'True' 'False'; do +for repdate in 'True' 'False'; do +for computeage in 'True' 'False'; do +for incnames in 'True' 'False'; do +for incevents in 'True' 'False'; do +for listc in 'True' 'False'; do + output="$desref$incphotos$omitda$incsources$fulldates$incnotes$repplace$repdate$computeage$incnames$incevents$listc" + action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,desref=$desref,incphotos=$incphotos,omitda=$omitda,incsources=$incsources,fulldates=$fulldates,incnotes=$incnotes,repplace=$repplace,repdate=$repdate,computeage=$computeage,incnames=$incnames,incevents=$incevents,listc=$listc" (cd $SRC_DIR; $PRG $OPTS $action) done done @@ -65,4 +66,20 @@ done done done done -done + +echo "+--------------------------------------------------------------" +echo "| Export file based on sample.ged" +echo "| Text Report: "$REP +echo "| Text Format: "$FMT +echo "+--------------------------------------------------------------" + +(cd $SRC_DIR; $PRG -i $EXAMPLE_GED -e $DATA_DIR/example.gramps) +output="NoChildren" +action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,listc=False,listc_spouses=False" +(cd $SRC_DIR; $PRG $OPTS $action) +output="ChildrenNoSpouse" +action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,listc=True,listc_spouses=False" +(cd $SRC_DIR; $PRG $OPTS $action) +output="ChildrenSpouse" +action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,listc=True,listc_spouses=True" +(cd $SRC_DIR; $PRG $OPTS $action) diff --git a/test/det_descendant_report.sh b/test/det_descendant_report.sh index c2d890a47..77848a0ad 100755 --- a/test/det_descendant_report.sh +++ b/test/det_descendant_report.sh @@ -5,55 +5,55 @@ # $Id$ -REP="det_ancestor_report" +REP="det_descendant_report" FMT="txt" TOP_DIR=`dirname $PWD` TEST_DIR=$TOP_DIR/test -SRC_DIR=$TOP_DIR/src -PRG="python gramps.py" +SRC_DIR=$TOP_DIR +PRG="python3 Gramps.py" EXAMPLE_XML=$TOP_DIR/example/gramps/example.gramps +EXAMPLE_GED=$TOP_DIR/example/gedcom/sample.ged REP_DIR=$TEST_DIR/reports/$REP mkdir -p $REP_DIR DATA_DIR=$TEST_DIR/data mkdir -p $DATA_DIR -if [ -f $DATA_DIR/example.grdb ]; then - rm $DATA_DIR/example.grdb +if [ -f $DATA_DIR/example.gramps ]; then + rm $DATA_DIR/example.gramps fi echo "" echo "+--------------------------------------------------------------" -echo "| Import XML, write GRDB" +echo "| Import XML, write .gramps" echo "+--------------------------------------------------------------" -OPTS="-i $EXAMPLE_XML -o $DATA_DIR/example.grdb" -(cd $SRC_DIR; $PRG $OPTS) +OPTS="-i $EXAMPLE_XML -e $DATA_DIR/example.gramps" +#(cd $SRC_DIR; $PRG $OPTS) -OPTS="-O $DATA_DIR/example.grdb" +OPTS="-i $DATA_DIR/example.gramps" echo "" echo "+--------------------------------------------------------------" +echo "| Export Test Files" echo "| Text Report: "$REP echo "| Text Format: "$FMT echo "+--------------------------------------------------------------" -for desref in {0,1}; do -for incphotos in {0,1}; do -for omitda in {0,1}; do -for incsources in {0,1}; do -for usenick in {0,1}; do -for fulldates in {0,1}; do -for incnotes in {0,1}; do -for repplace in {0,1}; do -for repdate in {0,1}; do -for computeage in {0,1}; do -for incnames in {0,1}; do -for incevents in {0,1}; do -for listc in {0,1}; do +for desref in 'True' 'False'; do +for incphotos in 'True' 'False'; do +for omitda in 'True' 'False'; do +for incsources in 'True' 'False'; do +for fulldates in 'True' 'False'; do +for incnotes in 'True' 'False'; do +for repplace in 'True' 'False'; do +for repdate in 'True' 'False'; do +for computeage in 'True' 'False'; do +for incnames in 'True' 'False'; do +for incevents in 'True' 'False'; do +for listc in 'True' 'False'; do output="$desref$incphotos$omitda$incsources$usenick$fulldates$incnotes$repplace$repdate$computeage$incnames$incevents$listc" - action="-a report -p name=$REP,id=I44,off=$FMT,of=$REP_DIR/$output.$FMT,desref=$desref,incphotos=$incphotos,omitda=$omitda,incsources=$incsources,usenick=$usenick,fulldates=$fulldates,incnotes=$incnotes,repplace=$repplace,repdate=$repdate,computeage=$computeage,incnames=$incnames,incevents=$incevents,listc=$listc" - (cd $SRC_DIR; $PRG $OPTS $action) -done + action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,desref=$desref,incphotos=$incphotos,omitda=$omitda,incsources=$incsources,fulldates=$fulldates,incnotes=$incnotes,repplace=$repplace,repdate=$repdate,computeage=$computeage,incnames=$incnames,incevents=$incevents,listc=$listc" + #(cd $SRC_DIR; $PRG $OPTS $action) done done done @@ -66,3 +66,14 @@ done done done done + +(cd $SRC_DIR; $PRG -i $EXAMPLE_GED -e $DATA_DIR/example.gramps) +output="NoChildren" +action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,listc=False,listc_spouses=False" +(cd $SRC_DIR; $PRG $OPTS $action) +output="ChildrenNoSpouse" +action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,listc=True,listc_spouses=False" +(cd $SRC_DIR; $PRG $OPTS $action) +output="ChildrenSpouse" +action="-a report -p name=$REP,off=$FMT,of=$REP_DIR/$output.$FMT,listc=True,listc_spouses=True" +(cd $SRC_DIR; $PRG $OPTS $action)